html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-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: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/sites/all/themes/uaoceu/fonts/glyphicons-halflings-regular.eot);
  src: url(/sites/all/themes/uaoceu/fonts/glyphicons-halflings-regular.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/glyphicons-halflings-regular.woff2)
      format("woff2"),
    url(/sites/all/themes/uaoceu/fonts/glyphicons-halflings-regular.woff)
      format("woff"),
    url(/sites/all/themes/uaoceu/fonts/glyphicons-halflings-regular.ttf)
      format("truetype"),
    url(/sites/all/themes/uaoceu/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-eur:before,
.glyphicon-euro: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-yen:before {
  content: "\00a5";
}
.glyphicon-ruble: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";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -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: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  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;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.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;
}
.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,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.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: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.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 #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer: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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  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;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@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 > 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: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  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="checkbox"]:focus,
input[type="radio"]: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: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 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 {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
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-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  .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"],
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 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;
}
select[multiple].input-sm,
textarea.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;
}
select[multiple].form-group-sm .form-control,
textarea.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;
}
.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;
}
select[multiple].input-lg,
textarea.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;
}
select[multiple].form-group-lg .form-control,
textarea.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;
}
.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 .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-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;
  background-color: #f2dede;
  border-color: #a94442;
}
.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: #737373;
}
@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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -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 {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.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.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.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.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  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.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.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.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  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.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.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.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  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.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.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.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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);
}
.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: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  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-right: 0;
  padding-left: 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;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  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="checkbox"],
.input-group-addon input[type="radio"] {
  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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.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: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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:focus,
.nav-tabs.nav-justified > .active > a:hover {
  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:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    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:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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:focus,
.nav-tabs-justified > .active > a:hover {
  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:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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: 768px) {
  .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: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}
@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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-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: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    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:focus,
.navbar-default .navbar-brand:hover {
  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:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  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:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  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:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  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:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .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:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  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 {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.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:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  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: #eee;
}
.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-right: 60px;
    padding-left: 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 a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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: #337ab7;
  -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-bar-striped,
.progress-striped .progress-bar {
  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
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-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 {
  overflow: hidden;
  zoom: 1;
}
.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-body,
.media-left,
.media-right {
  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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.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-left-radius: 4px;
  border-top-right-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:focus,
a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.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:focus,
a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.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:focus,
a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  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:focus,
a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.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-left-radius: 3px;
  border-top-right-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 > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody: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:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .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 td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 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 > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #333;
  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: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.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: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.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;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.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-bottom: 0;
  margin-left: 5px;
}
.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: 400;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  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: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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-next,
  .carousel-control .icon-prev {
    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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  td.visible-xs,
  th.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;
  }
  td.visible-sm,
  th.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;
  }
  td.visible-md,
  th.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;
  }
  td.visible-lg,
  th.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;
  }
  td.visible-print,
  th.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;
  }
}
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.slick-loading .slick-list {
  background: #fff url(/sites/all/themes/uaoceu/img/ajax-loader.gif) center
    center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url(/sites/all/themes/uaoceu/fonts/slick.eot);
  src: url(/sites/all/themes/uaoceu/fonts/slick.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/slick.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/slick.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/slick.svg#slick) format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff
    url(/sites/all/themes/uaoceu/css/images/ui-bg_flat_75_ffffff_40x100.png) 50%
    50% repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc
    url(/sites/all/themes/uaoceu/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png)
    50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_75_dadada_1x400.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_65_ffffff_1x400.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50%
    50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50%
    50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaa
    url(/sites/all/themes/uaoceu/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50%
    50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa
    url(/sites/all/themes/uaoceu/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50%
    50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff
    url(/sites/all/themes/uaoceu/css/images/ui-bg_flat_75_ffffff_40x100.png) 50%
    50% repeat-x;
  color: #222;
}
.ui-widget-content a {
  color: #222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc
    url(/sites/all/themes/uaoceu/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png)
    50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_75_dadada_1x400.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_65_ffffff_1x400.png) 50%
    50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50%
    50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec
    url(/sites/all/themes/uaoceu/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50%
    50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/sites/all/themes/uaoceu/css/images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaa
    url(/sites/all/themes/uaoceu/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50%
    50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa
    url(/sites/all/themes/uaoceu/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50%
    50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
﻿fvihtml {
  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,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
aactive,
ahover {
  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: 83%;
}
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 {
  -webkit-moz-box-sizing: content-box;
  -moz-moz-box-sizing: content-box;
  -ms-moz-box-sizing: content-box;
  -o-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-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: "icomoon";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/icomoon.eot?7h39ao);
  src: url(/sites/all/themes/uaoceu/fonts/icomoon.eot?7h39ao#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/icomoon.ttf?7h39ao) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/icomoon.woff?7h39ao) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/icomoon.svg?7h39ao#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*="icon-"] {
  font-family: "icomoon" !important;
  font-display: swap;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-58:before {
  content: "\e939";
}
.icon-57:before {
  content: "\e938";
}
.icon-55:before {
  content: "\e936";
}
.icon-56:before {
  content: "\e937";
}
.icon-52:before {
  content: "\e933";
}
.icon-53:before {
  content: "\e934";
}
.icon-54:before {
  content: "\e935";
}
.icon-36:before {
  content: "\e923";
}
.icon-37:before {
  content: "\e924";
}
.icon-38:before {
  content: "\e925";
}
.icon-39:before {
  content: "\e926";
}
.icon-40:before {
  content: "\e927";
}
.icon-41:before {
  content: "\e928";
}
.icon-42:before {
  content: "\e929";
}
.icon-43:before {
  content: "\e92a";
}
.icon-44:before {
  content: "\e92b";
}
.icon-45:before {
  content: "\e92c";
}
.icon-46:before {
  content: "\e92d";
}
.icon-47:before {
  content: "\e92e";
}
.icon-48:before {
  content: "\e92f";
}
.icon-49:before {
  content: "\e930";
}
.icon-50:before {
  content: "\e931";
}
.icon-51:before {
  content: "\e932";
}
.icon-35:before {
  content: "\e922";
}
.icon-31:before {
  content: "\e91e";
}
.icon-32:before {
  content: "\e91f";
}
.icon-33:before {
  content: "\e920";
}
.icon-34:before {
  content: "\e921";
}
.icon-30:before {
  content: "\e91d";
}
.icon-01:before {
  content: "\e900";
}
.icon-02:before {
  content: "\e901";
}
.icon-03:before {
  content: "\e902";
}
.icon-04:before {
  content: "\e903";
}
.icon-05:before {
  content: "\e904";
}
.icon-06:before {
  content: "\e905";
}
.icon-07:before {
  content: "\e906";
}
.icon-08:before {
  content: "\e907";
}
.icon-09:before {
  content: "\e908";
}
.icon-10:before {
  content: "\e909";
}
.icon-11:before {
  content: "\e90a";
}
.icon-12:before {
  content: "\e90b";
}
.icon-13:before {
  content: "\e90c";
}
.icon-14:before {
  content: "\e90d";
}
.icon-15:before {
  content: "\e90e";
}
.icon-16:before {
  content: "\e90f";
}
.icon-17:before {
  content: "\e910";
}
.icon-18:before {
  content: "\e911";
}
.icon-19:before {
  content: "\e912";
}
.icon-20:before {
  content: "\e913";
}
.icon-21:before {
  content: "\e914";
}
.icon-22:before {
  content: "\e915";
}
.icon-23:before {
  content: "\e916";
}
.icon-24:before {
  content: "\e917";
}
.icon-25:before {
  content: "\e918";
}
.icon-26:before {
  content: "\e919";
}
.icon-27:before {
  content: "\e91a";
}
.icon-28:before {
  content: "\e91b";
}
.icon-29:before {
  content: "\e91c";
}
@font-face {
  font-family: "fontello";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/fontello.eot?9296990);
  src: url(/sites/all/themes/uaoceu/fonts/fontello.eot?9296990#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/fontello.woff2?9296990) format("woff2"),
    url(/sites/all/themes/uaoceu/fonts/fontello.woff?9296990) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/fontello.ttf?9296990) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/fontello.svg?9296990#fontello)
      format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-fontello-"]:before,
[class*=" icon-fontello-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fontello-user:before {
  content: "\e800";
}
.icon-fontello-call:before {
  content: "\e801";
}
.icon-fontello-search:before {
  content: "\e806";
}
.icon-fontello-cc-visa:before {
  content: "\e807";
}
.icon-fontello-cc-mastercard:before {
  content: "\e808";
}
.icon-fontello-cc-discover:before {
  content: "\e809";
}
.icon-fontello-cc-amex:before {
  content: "\e80a";
}
.icon-fontello-cc-paypal:before {
  content: "\e80b";
}
.icon-fontello-cc-stripe:before {
  content: "\e80c";
}
.icon-fontello-cc:before {
  content: "\e80d";
}
.icon-fontello-dropbox:before {
  content: "\e80e";
}
.icon-fontello-facebook:before {
  content: "\e80f";
}
.icon-fontello-gplus:before {
  content: "\e810";
}
.icon-fontello-git:before {
  content: "\e811";
}
.icon-fontello-github:before {
  content: "\e812";
}
.icon-fontello-mail:before {
  content: "\e814";
}
.icon-fontello-cog:before {
  content: "\e815";
}
.icon-fontello-linkedin:before {
  content: "\e816";
}
.icon-fontello-skype-outline:before {
  content: "\e818";
}
.icon-fontello-sellsy:before {
  content: "\e819";
}
.icon-fontello-pinterest:before {
  content: "\e81a";
}
.icon-fontello-pinterest-circled:before {
  content: "\e81b";
}
.icon-fontello-facebook-squared:before {
  content: "\e81c";
}
.icon-fontello-gplus-squared:before {
  content: "\e81d";
}
.icon-fontello-facebook-official:before {
  content: "\e81e";
}
.icon-fontello-eye-1:before {
  content: "\e81f";
}
.icon-fontello-eye-off:before {
  content: "\e820";
}
.icon-fontello-pinterest-squared:before {
  content: "\e821";
}
.icon-fontello-google:before {
  content: "\e822";
}
.icon-fontello-tag:before {
  content: "\e823";
}
.icon-fontello-skype:before {
  content: "\e825";
}
.icon-fontello-soundcloud:before {
  content: "\e826";
}
.icon-fontello-spotify:before {
  content: "\e827";
}
.icon-fontello-instagram:before {
  content: "\e82a";
}
.icon-fontello-tumblr:before {
  content: "\e82b";
}
.icon-fontello-tumblr-squared:before {
  content: "\e82c";
}
.icon-fontello-twitter-squared:before {
  content: "\e82d";
}
.icon-fontello-twitter-1:before {
  content: "\e82e";
}
.icon-fontello-vimeo-squared:before {
  content: "\e82f";
}
.icon-fontello-whatsapp:before {
  content: "\e830";
}
.icon-fontello-wordpress:before {
  content: "\e831";
}
.icon-fontello-youtube:before {
  content: "\e832";
}
.icon-fontello-youtube-squared:before {
  content: "\e833";
}
.icon-fontello-youtube-play:before {
  content: "\e834";
}
.icon-fontello-instagram-1:before {
  content: "\e835";
}
.icon-fontello-cc-1:before {
  content: "\e836";
}
[class^="glyphicon"]:before,
[class*="glyphicon"]:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #545454;
  border: 1px solid #fff;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}
.cblue,
.c_blue {
  color: #067eb3 !important;
}
.bk_blue {
  background: #067eb3 !important;
}
.border_blue {
  border-color: #067eb3 !important;
}
.cviolet {
  color: #9c4d85;
}
.c_white {
  color: #fff !important;
}
.bk_white {
  background: #fff !important;
}
.border_white {
  border-color: #fff !important;
}
.c_gray_light {
  color: #eee !important;
}
.bk_gray_light {
  background: #eee !important;
}
.border_gray_light {
  border-color: #eee !important;
}
.c_gray_light_2 {
  color: #f4f4f4 !important;
}
.bk_gray_light_2 {
  background: #f4f4f4 !important;
}
.border_gray_light_2 {
  border-color: #f4f4f4 !important;
}
.c_gray {
  color: #dadada !important;
}
.bk_gray {
  background: #dadada !important;
}
.border_gray {
  border-color: #dadada !important;
}
.c_gray_dark {
  color: #818181 !important;
}
.bk_gray_dark {
  background: #818181 !important;
}
.border_gray_dark {
  border-color: #818181 !important;
}
.c_gray_dark_2 {
  color: #888 !important;
}
.bk_gray_dark_2 {
  background: #888 !important;
}
.border_gray_dark_2 {
  border-color: #888 !important;
}
.c_gray_dark_3 {
  color: #575757 !important;
}
.bk_gray_dark_3 {
  background: #575757 !important;
}
.border_gray_dark_3 {
  border-color: #575757 !important;
}
.c_black {
  color: #000 !important;
}
.bk_black {
  background: #000 !important;
}
.border_black {
  border-color: #000 !important;
}
.c_red {
  color: #f00 !important;
}
.bk_red {
  background: #f00 !important;
}
.border_red {
  border-color: #f00 !important;
}
.c_red_1 {
  color: #ff0101 !important;
}
.bk_red_1 {
  background: #ff0101 !important;
}
.border_red_1 {
  border-color: #ff0101 !important;
}
.c_yellow {
  color: #cfc70e !important;
}
.bk_yellow {
  background: #cfc70e !important;
}
.border_yellow {
  border-color: #cfc70e !important;
}
.c_green {
  color: #b4c224 !important;
}
.bk_green {
  background: #b4c224 !important;
}
.border_green {
  border-color: #b4c224 !important;
}
.c_green_blue {
  color: #2ab4c0 !important;
}
.bk_green_blue {
  background: #2ab4c0 !important;
}
.border_green_blue {
  border-color: #2ab4c0 !important;
}
.c_blue_1 {
  color: #0b94d0 !important;
}
.bk_blue_1 {
  background: #0b94d0 !important;
}
.border_blue_1 {
  border-color: #0b94d0 !important;
}
.c_blue_2 {
  color: #067eb3 !important;
}
.bk_blue_2 {
  background: #067eb3 !important;
}
.border_blue_2 {
  border-color: #067eb3 !important;
}
.c_blue_3 {
  color: #0293d2 !important;
}
.bk_blue_3 {
  background: #0293d2 !important;
}
.border_blue_3 {
  border-color: #0293d2 !important;
}
.c_blue_4 {
  color: #0098df !important;
}
.bk_blue_4 {
  background: #0098df !important;
}
.border_blue_4 {
  border-color: #0098df !important;
}
.c_blue_5 {
  color: #00a3e6 !important;
}
.bk_blue_5 {
  background: #00a3e6 !important;
}
.border_blue_5 {
  border-color: #00a3e6 !important;
}
.c_brown {
  color: #757560 !important;
}
.bk_brown {
  background: #757560 !important;
}
.border_brown {
  border-color: #757560 !important;
}
.c_violeta {
  color: #9c4d85 !important;
}
.bk_violeta {
  background: #9c4d85 !important;
}
.border_violeta {
  border-color: #9c4d85 !important;
}
@font-face {
  font-family: "HelveticaNeueLTStdBlk";
  src: url(/sites/all/themes/uaoceu/fonts/HelveticaNeueLTStdBlk.eot);
  src: url(/sites/all/themes/uaoceu/fonts/HelveticaNeueLTStdBlk.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/HelveticaNeueLTStdBlk.woff)
      format("woff"),
    url(/sites/all/themes/uaoceu/fonts/HelveticaNeueLTStdBlk.ttf)
      format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/HelveticaNeueLTStdBlk.svg) format("svg");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "National-Bold";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/National-Bold.otf);
  src: url(/sites/all/themes/uaoceu/fonts/National-Bold.otf?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/National-Bold.woff) format("woff");
  font-weight: bold;
}
.HelveticaNB {
  font-family: "HelveticaNeueLTStdBlk" !important;
  font-weight: normal !important;
}
@font-face {
  font-family: "Aileron-Black";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Black.eot);
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Black.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Black.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Black.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Black.svg) format("svg");
  font-weight: bold;
}
.AileronBlack {
  font-family: "Aileron-Black" !important;
  font-weight: normal !important;
  font-display: swap;
}
@font-face {
  font-family: "Aileron-Bold";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Bold.eot);
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Bold.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Bold.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Bold.svg) format("svg");
  font-weight: bold;
}
.AileronBold {
  font-family: "Aileron-Bold" !important;
  font-weight: normal !important;
  font-display: swap;
}
@font-face {
  font-family: "Aileron-Heavy";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Heavy.eot);
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Heavy.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Heavy.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Heavy.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Heavy.svg) format("svg");
  font-weight: bold;
}
.AileronHeavy {
  font-family: "Aileron-Heavy" !important;
  font-weight: normal !important;
  font-display: swap;
}
@font-face {
  font-family: "Aileron-Light";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Light.eot);
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Light.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Light.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Light.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Light.svg) format("svg");
  font-weight: normal;
}
.AileronLight {
  font-family: "Aileron-Light" !important;
  font-weight: normal !important;
  font-display: swap;
}
@font-face {
  font-family: "Aileron-Regular";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Regular.eot);
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Regular.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Regular.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Regular.svg) format("svg");
  font-weight: normal;
}
.AileronRegular {
  font-family: "Aileron-Regular" !important;
  font-weight: normal !important;
  font-display: swap;
}
@font-face {
  font-family: "Aileron-Thin";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Thin.eot);
  src: url(/sites/all/themes/uaoceu/fonts/Aileron-Thin.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Thin.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Thin.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/Aileron-Thin.svg) format("svg");
  font-weight: normal;
}
.AileronThin {
  font-family: "Aileron-Thin" !important;
  font-weight: normal !important;
  font-display: swap;
}
@font-face {
  font-family: "UtopiaItalic";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/UtopiaItalic.eot);
  src: url(/sites/all/themes/uaoceu/fonts/UtopiaItalic.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaItalic.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaItalic.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaItalic.svg) format("svg");
  font-weight: normal;
}
.UtopiaItalic {
  font-family: "UtopiaItalic" !important;
  font-weight: normal !important;
  font-display: swap;
}
@font-face {
  font-family: "UtopiaRegular";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/UtopiaRegular.eot);
  src: url(/sites/all/themes/uaoceu/fonts/UtopiaRegular.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaRegular.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaRegular.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaRegular.svg) format("svg");
  font-weight: normal;
}
.UtopiaRegular {
  font-family: "UtopiaRegular" !important;
  font-weight: normal !important;
  font-display: swap;
}
@font-face {
  font-family: "UtopiaBold";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/UtopiaBold.eot);
  src: url(/sites/all/themes/uaoceu/fonts/UtopiaBold.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaBold.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaBold.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaBold.svg) format("svg");
  font-weight: normal;
}
.UtopiaBold {
  font-family: "UtopiaBold" !important;
  font-weight: normal !important;
  font-display: swap;
}
@font-face {
  font-family: "UtopiaSemibold";
  font-display: swap;
  src: url(/sites/all/themes/uaoceu/fonts/UtopiaSemibold.eot);
  src: url(/sites/all/themes/uaoceu/fonts/UtopiaSemibold.eot?#iefix)
      format("embedded-opentype"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaSemibold.woff) format("woff"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaSemibold.ttf) format("truetype"),
    url(/sites/all/themes/uaoceu/fonts/UtopiaSemibold.svg) format("svg");
  font-weight: normal;
}
.UtopiaSemibold {
  font-family: "UtopiaSemibold" !important;
  font-weight: normal !important;
}
body *,
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: auto;
  max-width: 100%;
}
fieldset {
  margin: 0;
  border: 0;
  padding: 10px 10px 0 10px;
}
table.v-align {
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
table.v-align tbody tr {
  vertical-align: middle;
  width: 768px;
  margin-right: auto;
}
.absolute {
  position: absolute;
}
.block {
  display: block;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.inline {
  display: inline-block;
}
.left {
  float: left;
}
.lg_1 {
  width: 8.333333333333334%;
  float: left;
  min-height: 1px;
}
.lg_1.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_1.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_2 {
  width: 16.666666666666668%;
  float: left;
  min-height: 1px;
}
.lg_2.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_2.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_3 {
  width: 25%;
  float: left;
  min-height: 1px;
}
.lg_3.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_3.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_4 {
  width: 33.333333333333336%;
  float: left;
  min-height: 1px;
}
.lg_4.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_4.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_5 {
  width: 41.66666666666667%;
  float: left;
  min-height: 1px;
}
.lg_5.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_5.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_6 {
  width: 50%;
  float: left;
  min-height: 1px;
}
.lg_6.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_6.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_7 {
  width: 58.333333333333336%;
  float: left;
  min-height: 1px;
}
.lg_7.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_7.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_8 {
  width: 66.66666666666667%;
  float: left;
  min-height: 1px;
}
.lg_8.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_8.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_9 {
  width: 75%;
  float: left;
  min-height: 1px;
}
.lg_9.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_9.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_10 {
  width: 83.33333333333334%;
  float: left;
  min-height: 1px;
}
.lg_10.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_10.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_11 {
  width: 91.66666666666667%;
  float: left;
  min-height: 1px;
}
.lg_11.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_11.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.lg_12 {
  width: 100%;
  float: left;
  min-height: 1px;
}
.lg_12.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.lg_12.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.margin-page {
  margin: 0 auto;
}
.relative {
  position: relative;
}
.right {
  float: right;
}
.txt_center {
  text-align: center !important;
}
.txt_left {
  text-align: left !important;
}
.txt_right {
  text-align: right !important;
}
.txt_uppercase {
  text-transform: uppercase !important;
}
.txt_bold {
  font-weight: bold !important;
}
.text-warning {
  color: #cfc70e !important;
}
.text-error {
  color: #f00 !important;
}
.text-info {
  color: #0b94d0 !important;
}
.text-success {
  color: #2ab4c0 !important;
}
.text-small {
  font-size: 10px !important;
}
.overhide {
  overflow: hidden !important;
}
.alpha {
  font-size: 39px;
}
.beta {
  font-size: 33px;
}
.gamma {
  font-size: 30px;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 11px;
}
.hidden-lg,
.hidden-md,
.hidden-sm,
.hidden-xs {
  display: block !important;
  visibility: visible;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
  visibility: hidden;
}
.open-modal {
  cursor: pointer;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.word-break {
  word-break: break-all;
}
.modalbox {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  display: none;
  width: 100%;
}
.modalbox table.v-align {
  min-width: initial !important;
}
.modalbox.gray .content {
  background: #f4f4f4;
  color: #fff;
}
.modalbox .content {
  max-width: 910px;
  padding: 60px 10px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #1e1e1e;
}
.modalbox .close-modal {
  color: #000;
  font-family: Helvetica, arial, sans-serif;
  font-size: 25px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
  padding: 5px 8px;
}
.modalbox .close-modal:before {
  content: "X";
  font-family: Arial;
  color: #000;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalbox[data-modal="video"] .content {
  max-width: 1200px;
  padding: 0;
}
.modalbox[data-modal="video"] .video {
  width: 100%;
  padding-bottom: 3%;
  position: relative;
  height: 500px;
}
.modalbox[data-modal="video"] .iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modalbox[data-modal="video-hero"] .content {
  max-width: 1200px;
  padding: 0;
}
.modalbox[data-modal="video-hero"] .video {
  width: 100%;
  padding-bottom: 56.92%;
  position: relative;
}
.modalbox[data-modal="video-hero"] .iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modalbox[data-modal="horario"] .content {
  max-width: 1200px;
  padding: 0;
}
.modalbox[data-modal="horario"] .horario {
  width: 100%;
  padding-bottom: 56.92%;
  position: relative;
}
.modalbox[data-modal="horario"] .iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modalbox[data-modal="arquetipo"] .content {
  max-width: 1200px;
  padding: 0;
}
.modalbox .arquetipo {
  max-width: 510px;
  padding: 60px 10px;
  background: #fff0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #1e1e1e;
}
.modalbox[data-modal="arquetipo"] .iframe {
  position: absolute;
  width: 100%;
  height: 900px;
  left: 0;
  top: 0;
}
.modalbox[data-modal="arquetipo"] .arquetipo {
  width: 100%;
  padding-bottom: 30%;
  position: relative;
}
.modalbox[data-modal="modalImg"] .content {
  max-width: 1600px;
  padding: 0;
}
.modalbox[data-modal="modalImg"] .content .cover-img {
  padding-bottom: 0;
  height: auto;
}
.modalbox[data-modal="modalImg"] .content img {
  display: block;
  margin: 0 auto;
}
.modalbox[data-modal="modalImgSlide"] .content {
  max-width: 1600px;
  padding: 0;
  background: transparent;
}
.modalbox[data-modal="modalImgSlide"] .content .cover-img {
  padding-bottom: 0;
  height: auto;
}
.modalbox[data-modal="modalImgSlide"] .content img {
  display: block;
  margin: 0 auto;
}
.modalbox[data-modal="privacy"] .content {
  max-width: 700px;
  padding: 40px;
  color: #1e1e1e;
  text-align: left;
  text-transform: none;
  cursor: auto;
}
.modalbox[data-modal="subject"] .content {
  max-width: 1280px;
  padding: 60px 80px;
  text-align: left;
  text-transform: none;
}
.modalbox[data-modal="subject"] .close-modal {
  color: #0b93cf;
}
.modalbox[data-modal="subject"] .title {
  margin-top: 0;
}
.modalbox[data-modal="subject"] .subject {
  display: none;
}
.modalbox[data-modal="subject"] .subject.active {
  display: block;
}
.modalbox[data-modal="teachers"] .content {
  max-width: 1280px;
  padding: 60px 80px;
  text-align: left;
  text-transform: none;
}
.modalbox[data-modal="teachers"] .close-modal {
  color: #0b93cf;
}
.modalbox[data-modal="teachers"] .title {
  margin-top: 0;
}
.modalbox[data-modal="teachers"] .teacher {
  display: none;
}
.modalbox[data-modal="teachers"] .teacher.active {
  display: block;
}
.modalbox.form .close-modal:before {
  color: #0b93cf;
}
.modalbox.form .content {
  max-width: 1300px;
  padding: 40px;
  color: #1e1e1e;
  text-align: left;
  text-transform: none;
  cursor: auto;
}
.modalbox.form .content .title {
  font-family: "UtopiaBold";
  font-weight: normal;
  font-size: 60px;
}
.modalbox .open-internal {
  cursor: pointer;
}
.modalbox .internal-modal {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: auto;
  display: none;
  width: 100%;
}
.modalbox .internal-modal .content {
  max-width: 700px;
  padding: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.modalbox .internal-modal .close-submodal {
  color: #000;
  font-family: Helvetica, arial, sans-serif;
  font-size: 25px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 5;
  cursor: pointer;
  padding: 5px 8px;
}
.modalbox .internal-modal .close-submodal:before {
  content: "X";
  font-family: Arial;
  color: #0b93cf;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalbox p {
  font-size: 18px;
}
.modalbox .subtitle {
  margin-top: 0;
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 14pt;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.p60 {
  padding: 60px;
}
.p70 {
  padding: 70px;
}
.p80 {
  padding: 80px;
}
.p90 {
  padding: 90px;
}
.p100 {
  padding: 100px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.ph10 {
  padding: 0 10px;
}
.ph20 {
  padding: 0 20px;
}
.ph30 {
  padding: 0 30px;
}
.ph40 {
  padding: 0 40px;
}
.ph50 {
  padding: 0 50px;
}
.ph60 {
  padding: 0 60px;
}
.ph70 {
  padding: 0 70px;
}
.ph80 {
  padding: 0 80px;
}
.ph90 {
  padding: 0 90px;
}
.ph100 {
  padding: 0 100px;
}
.pv10 {
  padding: 10px 0;
}
.pv20 {
  padding: 20px 0;
}
.pv30 {
  padding: 30px 0;
}
.pv40 {
  padding: 40px 0;
}
.pv50 {
  padding: 50px 0;
}
.pv60 {
  padding: 60px 0;
}
.pv70 {
  padding: 70px 0;
}
.pv80 {
  padding: 80px 0;
}
.pv90 {
  padding: 90px 0;
}
.pv100 {
  padding: 100px 0;
}
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.m60 {
  margin: 60px;
}
.m70 {
  margin: 70px;
}
.m80 {
  margin: 80px;
}
.m90 {
  margin: 90px;
}
.m100 {
  margin: 100px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
.mt10 {
  margin-top: 10px;
}
.mt10-landing {
  margin-top: 10px;
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  font-family: "UtopiaBold";
  font-weight: normal;
  color: #fff;
  text-align: center;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mh10 {
  margin: 0 10px;
}
.mh20 {
  margin: 0 20px;
}
.mh30 {
  margin: 0 30px;
}
.mh40 {
  margin: 0 40px;
}
.mh50 {
  margin: 0 50px;
}
.mh60 {
  margin: 0 60px;
}
.mh70 {
  margin: 0 70px;
}
.mh80 {
  margin: 0 80px;
}
.mh90 {
  margin: 0 90px;
}
.mh100 {
  margin: 0 100px;
}
.mv10 {
  margin: 10px 0;
}
.mv20 {
  margin: 20px 0;
}
.mv30 {
  margin: 30px 0;
}
.mv40 {
  margin: 40px 0;
}
.mv50 {
  margin: 50px 0;
}
.mv60 {
  margin: 60px 0;
}
.mv70 {
  margin: 70px 0;
}
.mv80 {
  margin: 80px 0;
}
.mv90 {
  margin: 90px 0;
}
.mv100 {
  margin: 100px 0;
}
@media all and (max-width: 1024px) {
  .hidden-lg {
    display: none !important;
    visibility: hidden;
  }
  .visible-lg {
    display: inherit !important;
    visibility: visible;
  }
  .halfmd_1 {
    width: 8.333333333333334%;
    float: left;
  }
  .halfmd_1.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_2 {
    width: 16.666666666666668%;
    float: left;
  }
  .halfmd_2.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_3 {
    width: 25%;
    float: left;
  }
  .halfmd_3.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_4 {
    width: 33.333333333333336%;
    float: left;
  }
  .halfmd_4.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_5 {
    width: 41.66666666666667%;
    float: left;
  }
  .halfmd_5.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_6 {
    width: 50%;
    float: left;
  }
  .halfmd_6.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_7 {
    width: 58.333333333333336%;
    float: left;
  }
  .halfmd_7.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_8 {
    width: 66.66666666666667%;
    float: left;
  }
  .halfmd_8.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_9 {
    width: 75%;
    float: left;
  }
  .halfmd_9.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_10 {
    width: 83.33333333333334%;
    float: left;
  }
  .halfmd_10.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_11 {
    width: 91.66666666666667%;
    float: left;
  }
  .halfmd_11.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .halfmd_12 {
    width: 100%;
    float: left;
  }
  .halfmd_12.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
}
@media all and (max-width: 768px) {
  .lg_1 {
    width: 100%;
  }
  .lg_1.inline-block {
    margin-left: 0;
  }
  .lg_2 {
    width: 100%;
  }
  .lg_2.inline-block {
    margin-left: 0;
  }
  .lg_3 {
    width: 100%;
  }
  .lg_3.inline-block {
    margin-left: 0;
  }
  .lg_4 {
    width: 100%;
  }
  .lg_4.inline-block {
    margin-left: 0;
  }
  .lg_5 {
    width: 100%;
  }
  .lg_5.inline-block {
    margin-left: 0;
  }
  .lg_6 {
    width: 100%;
  }
  .lg_6.inline-block {
    margin-left: 0;
  }
  .lg_7 {
    width: 100%;
  }
  .lg_7.inline-block {
    margin-left: 0;
  }
  .lg_8 {
    width: 100%;
  }
  .lg_8.inline-block {
    margin-left: 0;
  }
  .lg_9 {
    width: 100%;
  }
  .lg_9.inline-block {
    margin-left: 0;
  }
  .lg_10 {
    width: 100%;
  }
  .lg_10.inline-block {
    margin-left: 0;
  }
  .lg_11 {
    width: 100%;
  }
  .lg_11.inline-block {
    margin-left: 0;
  }
  .lg_12 {
    width: 100%;
  }
  .lg_12.inline-block {
    margin-left: 0;
  }
  .md_1 {
    width: 8.333333333333334%;
    float: left;
  }
  .md_1.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_2 {
    width: 16.666666666666668%;
    float: left;
  }
  .md_2.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_3 {
    width: 25%;
    float: left;
  }
  .md_3.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_4 {
    width: 33.333333333333336%;
    float: left;
  }
  .md_4.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_5 {
    width: 41.66666666666667%;
    float: left;
  }
  .md_5.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_6 {
    width: 50%;
    float: left;
  }
  .md_6.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_7 {
    width: 58.333333333333336%;
    float: left;
  }
  .md_7.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_8 {
    width: 66.66666666666667%;
    float: left;
  }
  .md_8.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_9 {
    width: 75%;
    float: left;
  }
  .md_9.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_10 {
    width: 83.33333333333334%;
    float: left;
  }
  .md_10.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_11 {
    width: 91.66666666666667%;
    float: left;
  }
  .md_11.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .md_12 {
    width: 100%;
    float: left;
  }
  .md_12.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .hidden-md {
    display: none !important;
    visibility: hidden;
  }
  .visible-md {
    display: inherit !important;
    visibility: visible;
  }
  .visible-md.inline {
    display: inline-block !important;
  }
}
@media all and (max-width: 480px) {
  .md_1 {
    width: 100%;
  }
  .md_1.inline-block {
    margin-left: 0;
  }
  .md_2 {
    width: 100%;
  }
  .md_2.inline-block {
    margin-left: 0;
  }
  .md_3 {
    width: 100%;
  }
  .md_3.inline-block {
    margin-left: 0;
  }
  .md_4 {
    width: 100%;
  }
  .md_4.inline-block {
    margin-left: 0;
  }
  .md_5 {
    width: 100%;
  }
  .md_5.inline-block {
    margin-left: 0;
  }
  .md_6 {
    width: 100%;
  }
  .md_6.inline-block {
    margin-left: 0;
  }
  .md_7 {
    width: 100%;
  }
  .md_7.inline-block {
    margin-left: 0;
  }
  .md_8 {
    width: 100%;
  }
  .md_8.inline-block {
    margin-left: 0;
  }
  .md_9 {
    width: 100%;
  }
  .md_9.inline-block {
    margin-left: 0;
  }
  .md_10 {
    width: 100%;
  }
  .md_10.inline-block {
    margin-left: 0;
  }
  .md_11 {
    width: 100%;
  }
  .md_11.inline-block {
    margin-left: 0;
  }
  .md_12 {
    width: 100%;
  }
  .md_12.inline-block {
    margin-left: 0;
  }
  .sm_1 {
    width: 8.333333333333334%;
    float: left;
  }
  .sm_1.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_2 {
    width: 16.666666666666668%;
    float: left;
  }
  .sm_2.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_3 {
    width: 25%;
    float: left;
  }
  .sm_3.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_4 {
    width: 33.333333333333336%;
    float: left;
  }
  .sm_4.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_5 {
    width: 41.66666666666667%;
    float: left;
  }
  .sm_5.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_6 {
    width: 50%;
    float: left;
  }
  .sm_6.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_7 {
    width: 58.333333333333336%;
    float: left;
  }
  .sm_7.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_8 {
    width: 66.66666666666667%;
    float: left;
  }
  .sm_8.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_9 {
    width: 75%;
    float: left;
  }
  .sm_9.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_10 {
    width: 83.33333333333334%;
    float: left;
  }
  .sm_10.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_11 {
    width: 91.66666666666667%;
    float: left;
  }
  .sm_11.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .sm_12 {
    width: 100%;
    float: left;
  }
  .sm_12.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
  .visible-sm {
    display: inherit !important;
    visibility: visible;
  }
}
@media all and (max-width: 320px) {
  .sm_1 {
    width: 100%;
  }
  .sm_1.inline-block {
    margin-left: 0;
  }
  .sm_2 {
    width: 100%;
  }
  .sm_2.inline-block {
    margin-left: 0;
  }
  .sm_3 {
    width: 100%;
  }
  .sm_3.inline-block {
    margin-left: 0;
  }
  .sm_4 {
    width: 100%;
  }
  .sm_4.inline-block {
    margin-left: 0;
  }
  .sm_5 {
    width: 100%;
  }
  .sm_5.inline-block {
    margin-left: 0;
  }
  .sm_6 {
    width: 100%;
  }
  .sm_6.inline-block {
    margin-left: 0;
  }
  .sm_7 {
    width: 100%;
  }
  .sm_7.inline-block {
    margin-left: 0;
  }
  .sm_8 {
    width: 100%;
  }
  .sm_8.inline-block {
    margin-left: 0;
  }
  .sm_9 {
    width: 100%;
  }
  .sm_9.inline-block {
    margin-left: 0;
  }
  .sm_10 {
    width: 100%;
  }
  .sm_10.inline-block {
    margin-left: 0;
  }
  .sm_11 {
    width: 100%;
  }
  .sm_11.inline-block {
    margin-left: 0;
  }
  .sm_12 {
    width: 100%;
  }
  .sm_12.inline-block {
    margin-left: 0;
  }
  .xs_1 {
    width: 8.333333333333334%;
    float: left;
  }
  .xs_1.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_2 {
    width: 16.666666666666668%;
    float: left;
  }
  .xs_2.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_3 {
    width: 25%;
    float: left;
  }
  .xs_3.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_4 {
    width: 33.333333333333336%;
    float: left;
  }
  .xs_4.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_5 {
    width: 41.66666666666667%;
    float: left;
  }
  .xs_5.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_6 {
    width: 50%;
    float: left;
  }
  .xs_6.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_7 {
    width: 58.333333333333336%;
    float: left;
  }
  .xs_7.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_8 {
    width: 66.66666666666667%;
    float: left;
  }
  .xs_8.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_9 {
    width: 75%;
    float: left;
  }
  .xs_9.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_10 {
    width: 83.33333333333334%;
    float: left;
  }
  .xs_10.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_11 {
    width: 91.66666666666667%;
    float: left;
  }
  .xs_11.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .xs_12 {
    width: 100%;
    float: left;
  }
  .xs_12.inline-block {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
  }
  .hidden-xs {
    display: none !important;
    visibility: hidden;
  }
  .visible-xs {
    display: inherit !important;
    visibility: visible;
  }
}
html,
body {
  height: 100%;
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  color: #1e1e1e;
}
img {
  display: block;
  width: auto;
  max-width: 100%;
}
img.auto {
  margin-left: auto;
  margin-right: auto;
}
img.autoright {
  margin-left: auto;
}
img.autoleft {
  margin-right: auto;
}
.wrapper {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.center {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
}
.center:before,
.center:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.center:after {
  clear: both;
}
.hide {
  display: none !important;
}
a {
  color: #067eb3;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #067eb3;
}
h1,
.h1 {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 60px;
  line-height: 1.05em;
  margin: 0.67em 0;
}
h1.underline,
.h1.underline {
  border-bottom: 3px solid #0b93cf;
}
h1.underline-small,
.h1.underline-small {
  border-bottom: 1px solid #0b93cf;
}
h2,
.h2 {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 45px;
  line-height: 1.05em;
  margin: 0.83em 0;
}
h2.underline,
.h2.underline {
  border-bottom: 3px solid #0b93cf;
}
h2.underline-small,
.h2.underline-small {
  border-bottom: 1px solid #0b93cf;
}
h3,
.h3 {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.05em;
  margin: 1em 0;
}
h3.underline,
.h3.underline {
  border-bottom: 3px solid #0b93cf;
}
h3.underline-small,
.h3.underline-small {
  border-bottom: 1px solid #0b93cf;
}
h4,
.h4 {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 25px;
  line-height: 1.05em;
  margin: 1.33em 0;
}
h4.underline,
.h4.underline {
  border-bottom: 3px solid #0b93cf;
}
h4.underline-small,
.h4.underline-small {
  border-bottom: 1px solid #0b93cf;
}
h5,
.h5 {
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 14pt;
  line-height: 1.05em;
  margin: 1.67em 0;
}
h5.underline,
.h5.underline {
  border-bottom: 3px solid #0b93cf;
}
h5.underline-small,
.h5.underline-small {
  border-bottom: 1px solid #0b93cf;
  line-height: 2.3em;
}
h6,
.h6 {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.05em;
  margin: 2.33em 0;
}
h6.underline,
.h6.underline {
  border-bottom: 3px solid #0b93cf;
}
h6.underline-small,
.h6.underline-small {
  border-bottom: 1px solid #0b93cf;
}
p {
  margin-top: 0;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2em;
}
p.p10 {
  font-size: 10px;
}
p.p11 {
  font-size: 11px;
}
p.p12 {
  font-size: 12px;
}
p.p13 {
  font-size: 13px;
}
p.p14 {
  font-size: 14px;
}
p.p15 {
  font-size: 15px;
}
p.p16 {
  font-size: 16px;
}
p.p17 {
  font-size: 17px;
}
p.p18 {
  font-size: 18px;
}
p.p19 {
  font-size: 19px;
}
p.p20 {
  font-size: 20px;
}
p.p21 {
  font-size: 21px;
}
p.p22 {
  font-size: 22px;
}
p.p23 {
  font-size: 23px;
}
p.p24 {
  font-size: 24px;
}
p.p25 {
  font-size: 25px;
}
p.p26 {
  font-size: 26px;
}
p.p27 {
  font-size: 27px;
}
p.p28 {
  font-size: 28px;
}
p.p29 {
  font-size: 29px;
}
p.p30 {
  font-size: 30px;
}
p.p31 {
  font-size: 31px;
}
p.p32 {
  font-size: 32px;
}
.lead {
  font-size: 22px;
}
b,
strong {
  font-family: inherit;
  font-weight: 700;
}
hr {
  border-top: 1px solid #575757;
  margin: 50px 0;
}
hr.half {
  margin: 25px 0;
}
hr.small {
  margin: 1em 0;
}
hr.dashed {
  border-style: dashed;
}
hr.dotted {
  border-style: dotted;
}
dl {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2em;
}
dl,
dt {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
ol {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2em;
}
ol li {
  margin-bottom: 8px;
}
ol li > ol,
ol li > ul {
  margin-top: 10px;
}
ul {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2em;
}
ul li {
  margin-bottom: 8px;
}
ul li > ol,
ul li > ul {
  margin-top: 10px;
}
ul.box-description {
  display: block;
  padding: 0;
  margin: 0;
}
ul.box-description li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 20px;
  margin-left: -4px;
}
ul.box-description .number {
  font-family: "UtopiaBold";
  font-weight: normal;
  font-size: 80px;
  color: #0b93cf;
  opacity: 0.6;
  line-height: 1em;
  display: block;
}
ul.box-description .title {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 24px;
  line-height: 1em;
  margin: 20px 0;
}
ul.box-description.violet .number {
  color: #9c4d85;
}
ul.box-description.violet a {
  color: #9c4d85;
}
ul.pdf-list .subject {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-family: "Aileron-Light";
  font-weight: normal;
  text-transform: none;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
}
ul.arrow-list {
  font-size: 18px;
}
ul.arrow-list li {
  position: relative;
  list-style: none;
  margin-bottom: 12px;
  display: block;
}
ul.arrow-list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpiYICBGfd5GUgATEiaZgLpBmI1MsI1MTCoQcW2MGQoNhBjYz2SJhDwIcZmkMZZQPwZTZygZkaoH9WgzkUPIJzOZkQKVZI0M6LwSNDMiOEGIjUzYvU5ds0cQHwYqDkTkQDQQYbiLSCZjhTaIE1yQBwHNHQmbhtRbV4IxNpAzIwks4SJgUzATMA2kLM4gfgrEPNBvbYE6JV0KgYO7uhYA9NEpQRAVpIjK5GToQkWOL6kaoJozFDsBSskQRMIAAQYAJi5TyiY//e8AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  opacity: 1;
  top: 2px;
}
ul.arrow-list.violet li:before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjQ0NzRERERFQTAxMTFFNThGRTRGMzFGNEM1RDk1QjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjQ0NzREREVFQTAxMTFFNThGRTRGMzFGNEM1RDk1QjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NDQ3NEREQkVBMDExMUU1OEZFNEYzMUY0QzVEOTVCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NDQ3NEREQ0VBMDExMUU1OEZFNEYzMUY0QzVEOTVCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjYm+joAAAD5SURBVDhPrZOxDsFAHMZPG2LpC0gYLTa7N1C7xWJovIKFhc0DEAZJE4tJ+gCS7uxGr2CW+r7TK5W27sQv+XK9tr/75+6fE1EUyazdmaOedWIJsOnNHQxLjFPOdbDrp4qUkCZz3oW1dr9z5MciWHGCUFJ0dSpTXCE3OXvxVbaGh/EFo4cYyfJwfpGlSEzlRCQmconN/AQ/8ZTZIrZKUUVCLD7iJFVRkVGZUgMZYFEumF1REVfeIi3E5rsYP7OiDrni2z7LyBW5I8THVrz/HU6ORPZKIimxQAogpfqYiCYSkaKpRHiRjSXCii5iJBHexwXG4DmVfJWEEOIBeJiVASRYLR4AAAAASUVORK5CYII=")
    no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  opacity: 1;
  top: 2px;
}
ul.list-info {
  padding-left: 20px !important;
}
ul.list-info a {
  color: inherit;
}
ul.list-info li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
ul.list-info li:before,
ul.list-info li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
ul.list-info li:after {
  clear: both;
}
ul.list-info li:before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(/sites/all/themes/uaoceu/img/arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -20px;
  top: 2px;
  visibility: visible;
}
ul.list-info li:hover {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
ul.list-info .description {
  float: left;
  width: 100%;
  padding-right: 320px;
  margin-right: -300px;
}
ul.list-info .years {
  float: left;
  width: 150px;
  padding-right: 20px;
}
ul.list-info .etcs {
  float: left;
  width: 150px;
}
ul.list-info .generic {
  float: left;
  width: 110px;
  float: right;
  text-align: right;
}
ul.list-info .generic .btn {
  font-size: 15px;
  padding: 8px;
}
ul.list-selection li:hover {
  font-family: "Aileron-Bold" !important;
  font-weight: normal !important;
  color: #0b94d0;
}
ul.block-list {
  margin: 0;
  padding: 0;
}
ul.block-list li {
  text-transform: none;
  margin-bottom: 0;
  list-style: none;
  display: block;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
ul.block-list li a:hover {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
ul.list-unstyle {
  padding-left: 0;
  list-style: none;
}
ul.list-inline {
  padding-left: 0;
  list-style: none;
}
ul.list-inline li {
  display: inline-block !important;
  padding: 0 10px !important;
  vertical-align: middle;
}
ul.list-icon-blue > li {
  padding-left: 20px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}
ul.list-icon-blue > li:before {
  content: "";
  width: 8px;
  height: 11px;
  background: url(/sites/all/themes/uaoceu/img/small-arrow.png) no-repeat;
  position: absolute;
  top: 6px;
  left: 6px;
}
ul.arrow-list {
  font-size: 18px;
}
ul.arrow-list li {
  position: relative;
  list-style: none;
  margin-bottom: 16px;
  display: block;
}
ul.arrow-list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpiYICBGfd5GUgATEiaZgLpBmI1MsI1MTCoQcW2MGQoNhBjYz2SJhDwIcZmkMZZQPwZTZygZkaoH9WgzkUPIJzOZkQKVZI0M6LwSNDMiOEGIjUzYvU5ds0cQHwYqDkTkQDQQYbiLSCZjhTaIE1yQBwHNHQmbhtRbV4IxNpAzIwks4SJgUzATMA2kLM4gfgrEPNBvbYE6JV0KgYO7uhYA9NEpQRAVpIjK5GToQkWOL6kaoJozFDsBSskQRMIAAQYAJi5TyiY//e8AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  opacity: 1;
  top: auto;
}
ul.number-list {
  font-size: 18px;
}
ul.number-list li {
  position: relative;
  list-style: none;
  margin-bottom: 16px;
  display: list-item;
  list-style: initial;
  list-style-type: decimal;
  font-family: "Aileron-Bold";
  font-weight: normal;
  color: #0b94d0;
}
ul.number-list li span {
  color: #1e1e1e;
  font-family: "Aileron-Light";
  font-weight: normal;
}
ul.link-list {
  padding-left: 20px;
}
ul.link-list li {
  list-style: none;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  font-family: "Aileron-Bold";
  font-weight: normal;
  position: relative;
}
ul.link-list li:before {
  content: "\e924";
  font-family: "icomoon";
  font-weight: normal;
  color: #0b93cf;
  position: absolute;
  left: -20px;
}
.date-box {
  display: inline-block;
  padding: 6px;
  border: 5px solid #575757;
  margin: 50px 0;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 26px;
  line-height: 1em;
}
.share {
  display: inline-block;
  padding: 10px;
}
.share:before,
.share:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.share:after {
  clear: both;
}
.share.icons {
  display: block;
}
.share.icons a:hover {
  text-decoration: none;
}
.share.icons ul {
  float: right;
}
.share.icons .icon {
  width: auto;
  height: auto;
  font-size: 28px;
  margin: 0;
  color: #0b94d0;
  background: none;
}
.share span {
  position: relative;
  font-family: "Aileron-Black";
  font-weight: bold;
  color: #0b94d0;
  font-size: 14pt;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.share ul {
  margin: 0;
  padding: 0;
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 5px;
}
.share li {
  list-style: none;
  display: inline-block;
}
.share .icon {
  display: block;
  width: 28px;
  height: 28px;
  background: url(/sites/all/themes/uaoceu/img/share-icons.png) no-repeat;
}
.share .icon.i-facebook {
  background-position: 0 0;
}
.share .icon.i-facebook:hover {
  background-position: 0 -28px;
}
.share .icon.i-twitter {
  background-position: -28px 0;
}
.share .icon.i-twitter:hover {
  background-position: -28px -28px;
}
.share .icon.i-email {
  background-position: -56px 0;
}
.share .icon.i-email:hover {
  background-position: -56px -28px;
}
.share .icon.i-whatsapp {
  background-position: -84px 0;
}
.share .icon.i-whatsapp:hover {
  background-position: -84px -28px;
}
.share .icon.i-linkedin {
  background-position: -112px 0;
}
.share .icon.i-linkedin:hover {
  background-position: -112px -28px;
}
.share .icon.i-world {
  background-position: -140px 0;
}
.share .icon.i-world:hover {
  background-position: -140px -28px;
}
.share .icon.i-ceu {
  background-position: -168px 0;
}
.share .icon.i-ceu:hover {
  background-position: -168px -28px;
}
.share .icon.i-googleplus {
  background-position: -196px 0;
}
.share .icon.i-googleplus:hover {
  background-position: -196px -28px;
}
.share .icon.i-globe {
  background-position: -224px 0;
}
.share .icon.i-globe:hover {
  background-position: -224px -28px;
}
.box-code {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: right;
  text-transform: none;
}
.box-code .view-code {
  padding: 10px;
  display: inline-block;
  font-family: "Aileron-Bold";
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background: #0b94d0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.box-code code {
  display: none;
  text-align: left;
  width: 100%;
  padding: 20px;
  background: #f9f2f4;
  color: #c7254e;
  margin-top: 10px;
  font-size: 14px;
}
.btn {
  display: inline-block;
  padding: 10px;
  position: relative;
  font-family: "Aileron-Black";
  font-weight: bold;
  color: #067eb3;
  font-size: 14pt;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #067eb3;
}
.btn.btn-small,
.btn.small {
  font-size: 14px;
  padding: 5px 10px;
}
.btn.radius {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #0b93cf;
  opacity: 0.1;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover:before {
  width: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-blue {
  color: #fff;
  background: #0b93cf;
}
.btn.btn-blue:before {
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: auto;
}
.btn.btn-blue:hover:before {
  width: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 20px;
}
.btn.btn-violet {
  color: #fff;
  background: #9c4d85;
  border-color: #9c4d85;
}
.btn.btn-violet:before {
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: auto;
}
.btn.btn-violet:hover:before {
  width: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-transparent {
  color: #0b93cf;
  background: transparent;
}
.btn.btn-transparent:before {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: auto;
}
.btn.btn-transparent:hover:before {
  width: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-information {
  padding: 8px 10px;
  padding-left: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.btn.btn-information i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC10RVh0QUxUVGFnADEyMDAgZ3JpZCBmb3IgZGVzaWduZXJzIGFuZCBkZXZlbG9wZXJzU25ESgAAADZpVFh0RGVzY3JpcHRpb24AAAAAADEyMDAgZ3JpZCBmb3IgZGVzaWduZXJzIGFuZCBkZXZlbG9wZXJzKAhe5AAAAQlJREFUeNpiYKAyYETmcE+5wAuk6oF41tccg1sUGQg1bCYQqwHxZyBOJ8dQJiR2JNQwEAAZ7kuOC9ENhIEtQNf1km0g0LvGUFeBwGegYQ3kRgoTFrFblMQyNgOlKDYQ6MWz0JgFAUlgEKRRw4VbkNhpQEMpjuVZaOFXT46h2HLKTKT0CAKNwCDZTJaB1DAUI5aBGsHZjhTvA+Wk8CUbkgwFioEywVIgrYbVy0R4/wAQL4fmLB8gdoDlMCCOZiQUJlgMFUWSfo2Ww9KZCBmI5P2zUCERJAwDZ6HF3WdGUtIY0LUg7y0DYlao0FQg3gzNaQwEwxCHoWeQXG9CTOFAEWAhQ88sfJIAAQYAxatYkS8ajQUAAAAASUVORK5CYII=")
    no-repeat;
  position: absolute;
  left: 7px;
  top: 7px;
}
.btn.btn-information.violet {
  border-color: #9c4d85;
  color: #9c4d85;
}
.btn.btn-information.violet:before {
  background: #9c4d85;
}
.btn.btn-information.violet i {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0IwRjNGODJFQzQ1MTFFNTlDQjFCQ0RDMzFBMEVGNzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0IwRjNGODFFQzQ1MTFFNTlDQjFCQ0RDMzFBMEVGNzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0ZFN0M0OUZFQTI5MTFFNUE4MkRGRkNFM0ExRUE3MzMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0ZFN0M0QTBFQTI5MTFFNUE4MkRGRkNFM0ExRUE3MzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5PO3paAAABDElEQVR42mL8//8/AzUBCzJntn8zL5CqB+JZqRtrb5FjICPMhVDDZgKxGhB/BuJ0cgxlQmJHQg0DAZDhvuS4EN1AGNgCdF0v2QYCvWsMdRUIfAYa1kBupDBhEbtFSSxjM1CKYgOBXjwLjVkQkAQGQRo1XLgFiZ0GNJTiWJ6FFn715BgKNxDobXBiptRQlEihhqEYsUyOoUA5KXzJhiRDgWKgTLAUSKuhFA44bEYuMGDgABAvh+YsHyB2gOUwII5mJFQeYjFUFEn6NVoOS2ciFMhI3j8LFRJBwjBwFlrcfWYkpcQGuhbkvWVAzAoVmgrEm6E5jYFgGOIw9AyS602IKRyoV6cQCWbhkwQIMAAWg2x9E9T2yQAAAABJRU5ErkJggg==")
    no-repeat;
}
.btn.btn-download {
  padding: 8px 10px;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 10px;
}
.btn.btn-download i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC10RVh0QUxUVGFnADEyMDAgZ3JpZCBmb3IgZGVzaWduZXJzIGFuZCBkZXZlbG9wZXJzU25ESgAAADZpVFh0RGVzY3JpcHRpb24AAAAAADEyMDAgZ3JpZCBmb3IgZGVzaWduZXJzIGFuZCBkZXZlbG9wZXJzKAhe5AAAAMxJREFUeNpiZMABuCedewpjf80zkkaXZ2IgEzAh2dAIxNr4FIPkQergGoGcfiCVAsRrcGmGiq8BqQOpZwQSskDOLiDmg6r5BMQhUDEYcINqgqthRDMNWbMQEP8BYhYgfoduMCMWp8AUiAHxZyDmBeJXyJqAoXyVCSnIr0Kd+Akp4ASRAhCuCSM6kDR/Q5JjgvLhmkCAEUcI6gOpfUAsAMQfgNgJqOkishpGPHEG0rwOiIPQNcE1AhVZkppyWKD0GrKTHLk2HidVI0CAAQDbgUYwzox/5AAAAABJRU5ErkJggg==")
    no-repeat;
  position: absolute;
  left: 7px;
  top: 7px;
}
.btn.btn-download.violet {
  border-color: #9c4d85;
  color: #9c4d85;
}
.btn.btn-download.violet i {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY3QUY0QkFDRUEyOTExRTU5QTc2QUFGNTU5MjU5OTVEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY3QUY0QkFERUEyOTExRTU5QTc2QUFGNTU5MjU5OTVEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjdBRjRCQUFFQTI5MTFFNTlBNzZBQUY1NTkyNTk5NUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjdBRjRCQUJFQTI5MTFFNTlBNzZBQUY1NTkyNTk5NUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz69Yc6pAAAAz0lEQVR42mL8//8/AzYw16/tKYydvKlKGl2eiYFMwIRkQyMQa+NTDJIHqYNrBHL6gVQKEK/BpRkqvgakDqSecY5vqyyQswuI+aBqPgFxCFQMBtygmuBqGEGBg2QasmYhIP4DxCxA/A7dYCZoqF2F2vIJKskH1cgJpVE0gdQzIQU5umaQnCBSAMI1YUQHkuZvSHJMUD5cEwgwYksAQD/rA6l9QCwAxB+A2Amo6SLBBABV5ATED7BpgtsItMGS1JTDAqXXkJ3kyLXxOKkaAQIMAC1fUw4DAkGlAAAAAElFTkSuQmCC")
    no-repeat;
}
.btn.btn-download.violet:before {
  background: #9c4d85;
}
.btn.pdf {
  display: block;
  padding: 5px 10px;
  border: 3px solid #0b94d0;
  color: #0b94d0;
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 14pt;
  line-height: 1em;
  position: relative;
  float: right;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  padding-left: 25px;
  right: 0;
}
.btn.pdf.relative {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  float: none;
  margin-top: 0;
  display: inline-block;
}
.btn.pdf:before {
  content: "";
  margin: 0;
  opacity: 1;
  width: 14px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 5px;
  background: url(/sites/all/themes/uaoceu/img/d-icon.png) no-repeat;
  display: block;
}
.btn.pdf.left {
  right: auto;
  left: 0;
}
.btn.btn-submit {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #0b93cf;
  color: #fff;
  outline: none;
  padding: 8px 25px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-submit:hover {
  background: #fff;
  color: #0b93cf;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.hover-action {
  padding-right: 36px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOVJREFUeNpiYEAGM+5LATEvA7UAknmMSIJqQHImED8H4nSGDMXPFFqCYh4jmiDMN7cosgyLeUxQRi+SIAhAFJITjJiWgM2DWVQMxOiuJ90y7JaAwBZGIhQRF4x4LAHqbWAkUjF+ywhYgprqyLWMCEuwW0SKZURagtsiYixjYJAk1hL8FuG37CEQiwIxFzGWELYIu2UcQCwHxL+B+BEQ/yVkCXEWoVomCrWEGSrzA2rZRnyWEG8RwrK9QCyEJjMHaEk+Ie2MJBYvekByBxDzQ0WWAC1JJ0YrIxllGcyyzcRaAgIAAQYAvI5qw6sfeOAAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 5px top 50%;
}
.btn.hover-action.action {
  padding-right: 10px;
}
.btn.btn-admision {
  padding: 8px 10px;
  padding-left: 10px;
  color: #fff;
  background: #0b93cf;
  font-size: 16px;
  margin-bottom: 10px;
}
.btn.btn-admision i {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 22px;
  background: url(/sites/all/themes/uaoceu/img/pen.png) no-repeat;
  position: absolute;
  left: 7px;
  top: 7px;
}
.btn.btn-admision:before {
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: auto;
}
.btn.btn-admision:hover:before {
  width: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-admision.violet {
  background: #9c4d85;
  border-color: #9c4d85;
}
.btn.btn-admision.green {
  background: #b5bf00;
  border-color: #b5bf00;
}
.btn.btn-send {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 10px 10px;
  margin: 0 10px;
  overflow: hidden;
}
.btn.btn-icon-left {
  padding-left: 40px;
  font-family: "Aileron-Black" !important;
  font-weight: normal;
}
.btn.btn-icon-left .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -0.5em;
}
.btn.btn-icon-right {
  padding-right: 40px;
  font-family: "Aileron-Black" !important;
  font-weight: normal;
}
.btn.btn-icon-right .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
}
.btn.btn-normal {
  background: transparent;
  color: #0b94d0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-normal:hover {
  background: #0b94d0;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-primary {
  background: #0b94d0;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-primary:hover {
  background: #fff;
  color: #0b94d0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-error {
  background: #f00;
  color: #fff;
  border-color: #f00;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-error:hover {
  background: #fff;
  color: #f00;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-warning {
  background: #cfc70e;
  color: #fff;
  border-color: #cfc70e;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-warning:hover {
  background: #fff;
  color: #cfc70e;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-success {
  background: #2ab4c0;
  color: #fff;
  border-color: #2ab4c0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-success:hover {
  background: #fff;
  color: #2ab4c0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-gray {
  background: #fff;
  color: #575757;
  border-color: #575757;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.btn-gray:hover {
  background: #575757;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn.border-small {
  border: 1px solid #0b94d0;
}
.btn.btn-medium {
  padding: 6px 10px;
  font-size: 15px;
}
.btn.btn-medium.btn-icon-left {
  padding-left: 30px;
}
.btn.btn-medium.btn-icon-left .icon {
  font-size: 15px;
}
.btn.btn-medium.btn-icon-right {
  padding-right: 30px;
}
.btn.btn-medium.btn-icon-right .icon {
  font-size: 15px;
}
.btn.btn-small {
  padding: 6px 10px;
  font-size: 10px;
}
.btn.btn-small.btn-icon-left {
  padding-left: 25px;
}
.btn.btn-small.btn-icon-left .icon {
  font-size: 10px;
}
.btn.btn-small.btn-icon-right {
  padding-right: 25px;
}
.btn.btn-small.btn-icon-right .icon {
  font-size: 10px;
}
.btn.btn-default {
  padding: 8px 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.btn.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn.btn-default:hover:before {
  display: none;
}
.btn.btn-middle {
  font-size: 14px;
  padding: 8px 12px;
  border-width: 1px;
}
.btn.btn-info {
  color: #fff;
}
.btn.btn-info:hover {
  background: #fff;
  color: #31b0d5;
}
.btn.btn-danger {
  color: #fff;
}
.btn.btn-danger:hover {
  background: #fff;
  color: #c9302c;
}
.btn.dropdown-toggle {
  padding: 8px 12px;
  font-size: 14px;
  border-width: 1px;
}
.btn.btn-noborder {
  border: 0 !important;
}
.btn.show-click-tab {
  display: none;
}
.open > .dropdown-toggle.btn-success {
  background: #2ab4c0;
}
.open > .dropdown-toggle.btn-warning {
  background: #cfc70e;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn.btn-icon-left,
.btn-sm.btn-icon-left {
  padding-left: 26px;
}
.btn-group-sm > .btn.btn-icon-left .icon,
.btn-sm.btn-icon-left .icon {
  top: 7px;
  left: 7px;
}
.btn-group-sm > .btn.btn-icon-right,
.btn-sm.btn-icon-right {
  padding-right: 26px;
}
.btn-group-sm > .btn.btn-icon-right .icon,
.btn-sm.btn-icon-right .icon {
  top: 7px;
  right: 7px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.box-links {
  display: block;
  position: relative;
  top: -3px;
  left: 0;
  right: 0;
  text-align: left;
  font-size: 12px;
  font-family: "Aileron-Black";
  font-weight: normal;
  border: 3px solid #0b93cf;
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 30px;
}
.box-links div {
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.box-links div:before {
  content: "";
  width: 12px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANVJREFUeNpiYKAamPlAihhlTGiafIHkJiiNFzCiaapHkmtkSFfYjF/jzAfGIBKLPE7NEKemK5wFkluwyNfjcjYjmh8bgKQPMTajBk66QgMWm5mBeAHQ0BjcNmLaDNIkB8QcMKOBhi/BrRGiuQlIZiNpgoEIkLOZcGjiBZIqQPwTTeYjED+EuR+bJlDUqAHxZyBmg9oK0uQBtO0StlBF1oQMuKBOvIQZqrg1gWwNQNaEnHLwaQKF5C1ciVwSionShJ7I1aC28hLShC0a1IB4M9QQvAAgwACXC0fuhRSo7gAAAABJRU5ErkJggg==")
    no-repeat;
  background-size: contain;
  display: block;
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  color: #0b93cf;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-links div:hover:before {
  opacity: 1;
  left: 15px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  margin-bottom: 20px;
  width: 120px;
  text-align: center;
}
.btn-inline .link {
  display: block;
  margin-top: 28px;
}
.links-elements {
  position: absolute;
  width: 100%;
  border: 3px solid #0b94d0;
  top: 38px;
  z-index: 10;
  background: #fff;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 13px;
  padding: 10px 20px;
  display: none;
  text-align: center;
  overflow: hidden;
}
.links-elements.blue {
  background: #0b93cf;
  border-color: #fff;
  color: #fff;
  border-left: 0;
  border-right: 0;
}
.links-elements.blue a {
  color: #fff;
}
.links-elements.violet {
  background: #9c4d85;
  border-color: #fff;
  color: #fff;
  border-left: 0;
  border-right: 0;
}
.links-elements.violet a {
  color: #fff;
}
.links-elements.violet span:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNBNDBGNEFFRUEyQjExRTVBN0JCQURBNzNBNjZGM0NEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNBNDBGNEFGRUEyQjExRTVBN0JCQURBNzNBNjZGM0NEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0E0MEY0QUNFQTJCMTFFNUE3QkJBREE3M0E2NkYzQ0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0E0MEY0QURFQTJCMTFFNUE3QkJBREE3M0E2NkYzQ0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6jXTukAAAA1klEQVR42mL8//8/AzmACV1grl+bFMkagZp8gdQmKE2cRqjieii3npBmRpAfgYqMgeyZWOQbkzdVbcZpI1DyLJDagkUep81wpwI1N5CiGSVwcGhmBuIFQM0xeKMDTTNIkxwQc4DCAFkzI64EAFTUBKSyoZqQQQQowJhwaOIFUipA/BNN6iMQP8SVcnihUaMGxM+gimGaPIC2XcJwKpomZMAFdeIlbCkHl6bPQByArAmukYCmdKCmW7jiURKKidKEnORAkulQxQQ1oSc5mObnhDSBAECAAQCm92QYmxANggAAAABJRU5ErkJggg==")
    no-repeat;
  background-size: contain;
}
.links-elements.violet-border {
  border-color: #9c4d85;
}
.links-elements.violet-border a {
  color: #9c4d85;
}
.links-elements.violet-border span:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNBNDBGNEFFRUEyQjExRTVBN0JCQURBNzNBNjZGM0NEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNBNDBGNEFGRUEyQjExRTVBN0JCQURBNzNBNjZGM0NEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0E0MEY0QUNFQTJCMTFFNUE3QkJBREE3M0E2NkYzQ0QiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0E0MEY0QURFQTJCMTFFNUE3QkJBREE3M0E2NkYzQ0QiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6jXTukAAAA1klEQVR42mL8//8/AzmACV1grl+bFMkagZp8gdQmKE2cRqjieii3npBmRpAfgYqMgeyZWOQbkzdVbcZpI1DyLJDagkUep81wpwI1N5CiGSVwcGhmBuIFQM0xeKMDTTNIkxwQc4DCAFkzI64EAFTUBKSyoZqQQQQowJhwaOIFUipA/BNN6iMQP8SVcnihUaMGxM+gimGaPIC2XcJwKpomZMAFdeIlbCkHl6bPQByArAmukYCmdKCmW7jiURKKidKEnORAkulQxQQ1oSc5mObnhDSBAECAAQCm92QYmxANggAAAABJRU5ErkJggg==")
    no-repeat;
  background-size: contain;
}
.links-elements a {
  color: #0b93cf;
  display: block;
  padding: 10px 0;
}
.links-elements div {
  display: block;
}
.links-elements span {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.links-elements span:before {
  content: "";
  width: 10px;
  height: 14px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANVJREFUeNpiYKAamPlAihhlTGiafIHkJiiNFzCiaapHkmtkSFfYjF/jzAfGIBKLPE7NEKemK5wFkluwyNfjcjYjmh8bgKQPMTajBk66QgMWm5mBeAHQ0BjcNmLaDNIkB8QcMKOBhi/BrRGiuQlIZiNpgoEIkLOZcGjiBZIqQPwTTeYjED+EuR+bJlDUqAHxZyBmg9oK0uQBtO0StlBF1oQMuKBOvIQZqrg1gWwNQNaEnHLwaQKF5C1ciVwSionShJ7I1aC28hLShC0a1IB4M9QQvAAgwACXC0fuhRSo7gAAAABJRU5ErkJggg==")
    no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -7px;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.links-elements span:hover:before {
  opacity: 1;
  left: -10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-form {
  padding: 30px 7px;
  clear: both;
}
.block-form:before,
.block-form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.block-form:after {
  clear: both;
}
.block-form.borderTop:before {
  content: "";
  display: block;
  left: 7px;
  right: 7px;
  height: 1px;
  position: absolute;
  top: 0;
  background: #818181;
  visibility: visible;
}
.form-section,
.form-item {
  display: block;
  padding: 5px;
}
.form-section label,
.form-item label {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 16px;
  display: block;
  margin: 10px 0;
  cursor: pointer;
}
.form-section label.title-label,
.form-item label.title-label {
  padding-left: 35px;
}
.form-section label.inline,
.form-item label.inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.form-section label > input[type="checkbox"],
.form-item label > input[type="checkbox"],
.form-section label > input[type="radio"],
.form-item label > input[type="radio"] {
  display: none;
}
.form-section label > input[type="checkbox"] ~ i,
.form-item label > input[type="checkbox"] ~ i,
.form-section label > input[type="radio"] ~ i,
.form-item label > input[type="radio"] ~ i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAsCAYAAABhVUjwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMzODlFQTlEQkY4QjExRTU5RDYyQUI0MDRFRjY3NjREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMzODlFQTlFQkY4QjExRTU5RDYyQUI0MDRFRjY3NjREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzM4OUVBOUJCRjhCMTFFNTlENjJBQjQwNEVGNjc2NEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzM4OUVBOUNCRjhCMTFFNTlENjJBQjQwNEVGNjc2NEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5g9BQyAAAC0UlEQVR42ryXzWsTQRTA32zWtkZJN+BFKJiiKJ6angrFYvwLbK96MJ48WsGDR28iHop3cevFg6f2JghNxIMiQnIQLH6Q6EXRths0TWnzMb4ZJtvZ2Z3dJLv64BF2dveXN+9zlkCEUErz+MM0J5aqTAkh9ZB3tDcs1LuoDtVLDbU4MBgXCxFAVSqouVAws4COJo5wmQsmii8r6g6+tbrw7Ps+bLV7/PpcOgVLJ8fBOmKojzZQp9H3DRVckwIEDQTd2tyF1S8tZVuofzoAZ44BnbdU+CqCr7tgEQRbfoJsbAP87vihbK0rfHgW4ReyKnwatd7fz035zp3Nph8KwtKuFJiPu3DjfVN9irP64Lx85/7nPe+jpgHF02mYPX8cDp2HkiLwqOkzgLNMll7yanm7DdDpeaDVhSzMTJr88ikG7uqLLTQJ/yFjQu/HvgouyBZrKgXVMl0okytTExzIlehfNUOhzM/En37MBVFiito/dFAm5Y3+TptnSGkmA42DHix9UIKV8dnGe4gpErrez2Ge+GlUR4p+fQ8u/TwAmPB77sGpo+pSWfbxE/nO2znMzTHDE30YDwgHWnsbs0WRdV4HokByopzdUnqNLph//gugTYMDdWIMnLlJtbRZO531NCG8WFY7yzunTe99alJ4tePq1BuHPv7a0jWjvK672XR0KUb1YzsONGqCFMSEiJKS3IcD+3HIvFtEvaj03Zeoa7q5x8Fas2OKAf9bWG6LSV3R+JalpzXMlGajf2WIIbocCRbQygjpZmvBMaA+uAqOU3WeQnHBoiCSEEfs3E23awklkyUKygUvJpipl3k/Fr24liCYlXzWkI9VCbrj35W0IUyHhF2B5xlCqgmDq7Ir1hIEr6sTI/kCQXeU+weNmPKQHYCCOpsTw9pSWNvMjwivyE0/rNGXhoCuDPwBKQXU1uygJqZMTjulB51/8ievL0AB4L8CDACWVAAxUIXOPgAAAABJRU5ErkJggg==")
    no-repeat;
  background-position: 0 -22px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 100%;
  border: 1px solid rgba(152, 152, 152, 0.89);
}
.form-section label > input[type="checkbox"] ~ i ~ span,
.form-item label > input[type="checkbox"] ~ i ~ span,
.form-section label > input[type="radio"] ~ i ~ span,
.form-item label > input[type="radio"] ~ i ~ span {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 32px);
  width: -moz-calc(100% - 32px);
  width: calc(100% - 32px);
}
.form-section label > input[type="checkbox"]:checked ~ i,
.form-item label > input[type="checkbox"]:checked ~ i,
.form-section label > input[type="radio"]:checked ~ i,
.form-item label > input[type="radio"]:checked ~ i {
  background-position: 0 0;
}
.form-section.gray .form-ctrl,
.form-item.gray .form-ctrl,
.form-section.gray .input-file-picker,
.form-item.gray .input-file-picker,
.form-section.gray .select-date,
.form-item.gray .select-date {
  background: #f4f4f4;
}
.form-section.gray select.form-ctrl,
.form-item.gray select.form-ctrl {
  background: #f4f4f4
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABQCAYAAAADfLX5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUyQURDODkxQkY4NTExRTVCNDQ3QzA5ODlBNzAzNTAzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUyQURDODkyQkY4NTExRTVCNDQ3QzA5ODlBNzAzNTAzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTJBREM4OEZCRjg1MTFFNUI0NDdDMDk4OUE3MDM1MDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTJBREM4OTBCRjg1MTFFNUI0NDdDMDk4OUE3MDM1MDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ExcxDAAABhUlEQVR42uyYPU7DMBSAbY9IiL1Du7EgcQS2Sh3oAThBDtAL5AJsXcoFOEA7IHGLSjCwAVL2CqlreP5TYuPEzwZXDM/Ss6s4+T69JK36Hm/blhUdjmDzUav4zfAYwtlg7FZFriTA4DID/vC5gs933uk7Vk3rDHh/PNoMthBf3iY+kzBc8rZaUE3f5JwlGYZXkts9gxxJBO4+5FQJAv5TgJUg4d1bxHko/Us5Q5x7O0eIMwx8XBCWTCAuIA4QTQwevkXDt8vCmVknMXg8gy6TK5ifewJmspgD/GXsUoH6ImnIwkAtfBGD4wVasjeSdwPfYy7jpX+uBSs8SEACEpCABCQgAQlIEKqT48XeNcSrWv88Aw19gpipFSn5B3/fdZWzHthdm/1MgVtCNV590JjjmzFJ8SJQIIu/fv/iRq3uGMxEJMJrU+3UWIlIhnclFUoisuAJEtsvSocj+xY2g2U2fDyTpe0X3XsnpHW7wpKd4pZuClKdTAISkIAEJCABCUhwIsG3AAMA9/3r7J2zsxwAAAAASUVORK5CYII=")
    no-repeat;
  background-position: 98% 12px;
  background-position: right 10px top 14px;
}
.form-section.gray label > input[type="checkbox"] ~ i,
.form-item.gray label > input[type="checkbox"] ~ i,
.form-section.gray label > input[type="radio"] ~ i,
.form-item.gray label > input[type="radio"] ~ i {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAsCAYAAABhVUjwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mjg2QUQ0QjJFOUVEMTFFNTk3RkI4MDE2MTNGNDJGRTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mjg2QUQ0QjFFOUVEMTFFNTk3RkI4MDE2MTNGNDJGRTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzM4OUVBOURCRjhCMTFFNTlENjJBQjQwNEVGNjc2NEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzM4OUVBOUVCRjhCMTFFNTlENjJBQjQwNEVGNjc2NEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7wikM1AAADEUlEQVR42rRXz2sTQRR+u0kaY5pkRVChIBsIFkE0PYuYSi/iwQQv4sXEP8B48aCX2ovXNv4DiXjswdSLIEIiIngQElCQomhAsFWwbtO0NUmb9U06u52dzCbZdPvBg8zs7Jc337wfs1Kj0YABiFNT6bhKrUYGwWBQ+JLXhkxBu4eWpb9FIMRzaAXRQ0ngcQLteR9CHsT7FHpeYydlblEareSA1JCqsrm5GbfzuLuAfbiy3YH8lyZU1nZgdVvvzsXCMkyGPZA6PQaTEQ+7XEOLoucaT/ydOSB4+6sNjz/+g0Zbt7i3juNV/MPjfgkWEyE4p1jIC0icYaVIs6Rf67t9SQn+NHW4UdqA5fVdi5QoicoSZ9mnTz73khL8bXas45YOz741+WVZljjO6lpZs3gBVyd88HImBO+vRSxbPxWQeY8JpgziBDtrbHX/ZQkeng/AuE+CiaMyFK+EwC/vkUZwzjhUBpdF4WbBxo4Ox/zWJWEkU8c9XdJ+6CEOeSXzoH5udeDFjxZ80va3u1hrDRXcXpo5JmIYowGcXa7vSdLBnc68qsOtqB8Pq4MRY5Xq0kmvKNW7HmvGwMDFEz7LSkL+eqXdQ0pwJ+bnp8qsFE/ZJ7MXAnBTHbOcvkjTB3ioZIccltjMU2k6W2rE/Q9b8O53GzyS1BMpd88eQRl8PQUJM2+KT2lSJudFB0FqBZEhiF6fCckiL80YRuKqqGzmaXqPggySFuzCLWNXuJ2Q2iUIIZ/mI8UGZbr9wjAdhC/iSSbtdRqeb9CK5M/tep40RDPtCztiGQ4J/YhJbD+i8a1zVqLhadsbRVKQxbP0xUEges+hHAuDiBXqTdzhzs1eJ5JiVFKj1+XtiOdHJGXJ07wUCertQWHeLQyPb7sUZQpNKFOKpIshfN0gVh3e1QYhwRK7CeXQU1pzmVMziKsuE1dZKYouEi+xxDkXZSiwxGXjonFA5EQ3eoXe6keN6TKSTouKkEabqDbigaX6dRCyIOpQlgVy+zEkGKaZJmhxSgrkqdFIyvHfd067tMp98mqDuvR/AQYAeu4VgGfKUokAAAAASUVORK5CYII=")
    no-repeat;
  background-position: 0 -22px;
}
.form-section.gray label > input[type="checkbox"]:checked ~ i,
.form-item.gray label > input[type="checkbox"]:checked ~ i,
.form-section.gray label > input[type="radio"]:checked ~ i,
.form-item.gray label > input[type="radio"]:checked ~ i {
  background-position: 0 0;
}
.form-section.inline-block,
.form-item.inline-block {
  display: inline-block;
  width: 24.6%;
  min-width: 280px;
  padding-left: 0;
  text-align: center;
}
.form-section.violet-icon .form-ctrl:focus,
.form-item.violet-icon .form-ctrl:focus {
  border-color: #9c4d85;
}
.form-section.violet-icon select.form-ctrl,
.form-item.violet-icon select.form-ctrl {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAOCAYAAADE84fzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM1MUYwNzIxRTlGRDExRTU5NTVFQ0U1NjZBNTJFODk5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM1MUYwNzIyRTlGRDExRTU5NTVFQ0U1NjZBNTJFODk5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzUxRjA3MUZFOUZEMTFFNTk1NUVDRTU2NkE1MkU4OTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzUxRjA3MjBFOUZEMTFFNTk1NUVDRTU2NkE1MkU4OTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6gowmUAAAA20lEQVR42mKc49vKAAW8QFwMxL1A/JmBSJC8qQrOnuvXpgak0oC4ESj+mQXJ4JlArAbF6aRYgGTwTKhZUkB+OhOawQxQGqaIHIPhZjDhUE+0BVgMhoFbTFDvg4LhFhkW4FKzBRjmDTCXk2MBXoNBDORgIcUCggajG06sBUQZjM1wQhYsAOI5xBiMy3BcFnAAsSsQawMxMyGD8RmObgHIYDmoochsnAYTMhzZgndorgVZcBSIG/BpZiIiA4Is8AXiS0hiS4A4h5BGFiJz+Ecg9gDiHVBL0onRBBBgANrJTlClSXNLAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-position: right 10px top 50%;
}
.form-section.violet-icon .form-ctrl + .ctrl-submit,
.form-item.violet-icon .form-ctrl + .ctrl-submit {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxOTFCMTg1RUFBRTExRTVCMURBQ0YzRkY5QjcxQTJGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxOTFCMTg2RUFBRTExRTVCMURBQ0YzRkY5QjcxQTJGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjE5MUIxODNFQUFFMTFFNUIxREFDRjNGRjlCNzFBMkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjE5MUIxODRFQUFFMTFFNUIxREFDRjNGRjlCNzFBMkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7HmZ2/AAABSElEQVR42pyUL2zCUBDGX5sZmMAQfKdBr74eT4KjHnTRq6/fNB5fNNObBksIatnT5XvJkVyOO9rwJV9a3qO/3p/Xi5qmcY/0NS0TXPxiW5xdB0UaEJAMlymciK09/A143QlI0awUkNQv/AGwN4EEK+FX101HuJDQmN2vDJg3gCGApVyMWc0SJa0cEczgUM81RcWVUmZ3EWYSBkjBO4v7n5AiLLudacCx+NNGy5HqJfferBo6EY0luTduBbZINu6sAb1ysC2lcL8NuBcP5bJ77KyuKc2h9uwLXXeiWyGtEoAtHZ+gdzqrQ9YML4Exa0Kt1GoWPjHynMFuGsATqymfysHl+oMP7PcFPoWvhdf8btpgM6dJY6lHkZ3EehWmkDW+RtTNlC3/Uz1rWl8qL6uitgH7YPBmCrSK3ZOiIVt1SvmJSG8vcFcBBgAT8IKBbAuXmQAAAABJRU5ErkJggg==")
    no-repeat;
  background-color: transparent;
}
.form-section .width-calc,
.form-item .width-calc {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
}
.form-section p,
.form-item p {
  margin-bottom: 0;
}
.form-section p label,
.form-item p label {
  margin: 0;
}
label.label-form {
  font-family: "Aileron-Black";
  font-weight: normal;
  padding-bottom: 20px;
  padding-left: 30px;
  display: block;
}
label.inline {
  display: inline-block;
}
.form2-ctrl {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 12px;
  width: 100%;
  padding: 11px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #f4f4f4;
  background: rgba(0, 0, 0, 0.05);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-ctrl.bold {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.form2-ctrl:focus {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #0b94d0;
}
.form2-ctrl + .ctrl-submit {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: #fff url(/sites/all/themes/uaoceu/img/search-btn.png) no-repeat;
  background-color: transparent;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  border: 0;
  outline: none;
}
.form2-ctrl.multiselect {
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABQCAYAAAADfLX5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUyQURDODkxQkY4NTExRTVCNDQ3QzA5ODlBNzAzNTAzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUyQURDODkyQkY4NTExRTVCNDQ3QzA5ODlBNzAzNTAzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTJBREM4OEZCRjg1MTFFNUI0NDdDMDk4OUE3MDM1MDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTJBREM4OTBCRjg1MTFFNUI0NDdDMDk4OUE3MDM1MDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ExcxDAAABhUlEQVR42uyYPU7DMBSAbY9IiL1Du7EgcQS2Sh3oAThBDtAL5AJsXcoFOEA7IHGLSjCwAVL2CqlreP5TYuPEzwZXDM/Ss6s4+T69JK36Hm/blhUdjmDzUav4zfAYwtlg7FZFriTA4DID/vC5gs933uk7Vk3rDHh/PNoMthBf3iY+kzBc8rZaUE3f5JwlGYZXkts9gxxJBO4+5FQJAv5TgJUg4d1bxHko/Us5Q5x7O0eIMwx8XBCWTCAuIA4QTQwevkXDt8vCmVknMXg8gy6TK5ifewJmspgD/GXsUoH6ImnIwkAtfBGD4wVasjeSdwPfYy7jpX+uBSs8SEACEpCABCQgAQlIEKqT48XeNcSrWv88Aw19gpipFSn5B3/fdZWzHthdm/1MgVtCNV590JjjmzFJ8SJQIIu/fv/iRq3uGMxEJMJrU+3UWIlIhnclFUoisuAJEtsvSocj+xY2g2U2fDyTpe0X3XsnpHW7wpKd4pZuClKdTAISkIAEJCABCUhwIsG3AAMA9/3r7J2zsxwAAAAASUVORK5CYII=")
    no-repeat;
  background-position: right 10px top 10px;
  padding: 7px 20px;
  padding-right: 50px;
}
.form-ctrl.multiselect .caret {
  display: none;
}
.form-ctrl.multiselect.gray {
  background-color: #f4f4f4;
}
.multiselect-container label > input[type="checkbox"],
.multiselect-container label > input[type="radio"] {
  display: block !important;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.form3-ctrl {
  font-family: "Aileron-Light";
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  padding: 11px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #f4f4f4;
  background: rgba(27, 127, 204, 0.21);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-ctrl.bold {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.form-ctrl:focus {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #0b94d0;
}
.form-ctrl + .ctrl-submit {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: #fff url(/sites/all/themes/uaoceu/img/search-btn.png) no-repeat;
  background-color: transparent;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  border: 0;
  outline: none;
}
.form3-ctrl.multiselect {
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(11, 148, 208, 0.34)
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABQCAYAAAADfLX5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUyQURDODkxQkY4NTExRTVCNDQ3QzA5ODlBNzAzNTAzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUyQURDODkyQkY4NTExRTVCNDQ3QzA5ODlBNzAzNTAzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTJBREM4OEZCRjg1MTFFNUI0NDdDMDk4OUE3MDM1MDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTJBREM4OTBCRjg1MTFFNUI0NDdDMDk4OUE3MDM1MDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ExcxDAAABhUlEQVR42uyYPU7DMBSAbY9IiL1Du7EgcQS2Sh3oAThBDtAL5AJsXcoFOEA7IHGLSjCwAVL2CqlreP5TYuPEzwZXDM/Ss6s4+T69JK36Hm/blhUdjmDzUav4zfAYwtlg7FZFriTA4DID/vC5gs933uk7Vk3rDHh/PNoMthBf3iY+kzBc8rZaUE3f5JwlGYZXkts9gxxJBO4+5FQJAv5TgJUg4d1bxHko/Us5Q5x7O0eIMwx8XBCWTCAuIA4QTQwevkXDt8vCmVknMXg8gy6TK5ifewJmspgD/GXsUoH6ImnIwkAtfBGD4wVasjeSdwPfYy7jpX+uBSs8SEACEpCABCQgAQlIEKqT48XeNcSrWv88Aw19gpipFSn5B3/fdZWzHthdm/1MgVtCNV590JjjmzFJ8SJQIIu/fv/iRq3uGMxEJMJrU+3UWIlIhnclFUoisuAJEtsvSocj+xY2g2U2fDyTpe0X3XsnpHW7wpKd4pZuClKdTAISkIAEJCABCUhwIsG3AAMA9/3r7J2zsxwAAAAASUVORK5CYII=")
    no-repeat;
  background-position: right 10px top 10px;
  padding: 7px 20px;
  padding-right: 50px;
}
.form-ctrl.multiselect .caret {
  display: none;
}
.form3-ctrl.multiselect.gray {
  background-color: #f4f4f4;
}
.multiselect-container label > input[type="checkbox"],
.multiselect-container label > input[type="radio"] {
  display: block !important;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.form-ctrl {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 16px;
  width: 100%;
  padding: 11px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #f4f4f4;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-ctrl5 {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 16px;
  color: #f10909;
  width: 100%;
  padding: 11px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  border: 0px solid #0b93cf;
  background: #f4f4f4;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
}
.form-ctrl6 {
  font-family: "Aileron-Light";
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  padding: 11px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  border: 0px solid #f4f4f4;
  background: #ddd;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
}
select.form-ctrl6 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background-image: url(/sites/all/themes/uaoceu/img/arrow-select.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-position: right 10px top 50%;
}
.form-ctrl.bold {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.form-ctrl:focus {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-color: #0b94d0;
}
.form-ctrl + .ctrl-submit {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  background: #fff url(/sites/all/themes/uaoceu/img/search-btn.png) no-repeat;
  background-color: transparent;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  border: 0;
  outline: none;
}
.form-ctrl.multiselect {
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAABQCAYAAAADfLX5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUyQURDODkxQkY4NTExRTVCNDQ3QzA5ODlBNzAzNTAzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUyQURDODkyQkY4NTExRTVCNDQ3QzA5ODlBNzAzNTAzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTJBREM4OEZCRjg1MTFFNUI0NDdDMDk4OUE3MDM1MDMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTJBREM4OTBCRjg1MTFFNUI0NDdDMDk4OUE3MDM1MDMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ExcxDAAABhUlEQVR42uyYPU7DMBSAbY9IiL1Du7EgcQS2Sh3oAThBDtAL5AJsXcoFOEA7IHGLSjCwAVL2CqlreP5TYuPEzwZXDM/Ss6s4+T69JK36Hm/blhUdjmDzUav4zfAYwtlg7FZFriTA4DID/vC5gs933uk7Vk3rDHh/PNoMthBf3iY+kzBc8rZaUE3f5JwlGYZXkts9gxxJBO4+5FQJAv5TgJUg4d1bxHko/Us5Q5x7O0eIMwx8XBCWTCAuIA4QTQwevkXDt8vCmVknMXg8gy6TK5ifewJmspgD/GXsUoH6ImnIwkAtfBGD4wVasjeSdwPfYy7jpX+uBSs8SEACEpCABCQgAQlIEKqT48XeNcSrWv88Aw19gpipFSn5B3/fdZWzHthdm/1MgVtCNV590JjjmzFJ8SJQIIu/fv/iRq3uGMxEJMJrU+3UWIlIhnclFUoisuAJEtsvSocj+xY2g2U2fDyTpe0X3XsnpHW7wpKd4pZuClKdTAISkIAEJCABCUhwIsG3AAMA9/3r7J2zsxwAAAAASUVORK5CYII=")
    no-repeat;
  background-position: right 10px top 10px;
  padding: 7px 20px;
  padding-right: 50px;
}
.form-ctrl.multiselect .caret {
  display: none;
}
.form-ctrl.multiselect.gray {
  background-color: #f4f4f4;
}
.multiselect-container label > input[type="checkbox"],
.multiselect-container label > input[type="radio"] {
  display: block !important;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.cover-form-steps {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cover-form-steps .form-steps {
  position: relative;
}
.cover-form-steps .form-steps:before,
.cover-form-steps .form-steps:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.cover-form-steps .form-steps:after {
  clear: both;
}
.cover-form-steps .form-steps .step {
  position: relative;
  float: left;
}
.cover-form-steps .form-steps .step:before,
.cover-form-steps .form-steps .step:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.cover-form-steps .form-steps .step:after {
  clear: both;
}
.cover-form-steps .navs {
  float: left;
  width: 100%;
  padding: 0 20px;
  padding-top: 30px;
}
.cover-form-steps .navs:before,
.cover-form-steps .navs:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.cover-form-steps .navs:after {
  clear: both;
}
.cover-form-steps .navs .next-step {
  float: right;
}
.cover-form-steps .navs .prev-step {
  float: left;
}
.cover-form-steps .navs .send {
  float: right;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cover-form-steps .navs .send:hover {
  background: #0b94d0;
  color: #fff;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.select-date {
  display: block;
  background: #fff;
  padding: 25px 0;
}
.select-date .x {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARlJREFUeNpiYBhQMOW2LxXNUgNjKGBCk2wAkvVQmnKLGBhmgjHUQkY0i3yQlG9hyFFtoNAiXqjIZyBOZ4JKSgFJezQtPmT5ENMiBijbF2JZjuozkM1QF5BvIXaLYKHUy0iC4gYKLGpAjTNKLCRSDyMlmklVy0hJsJAaCoxkxwMDwzJSg5uRzBTGAcT8QPySlITESEaSBlkkB8TMQPwRiJ8Rm2IZScxDC4FYG2oRDIAsnEVMacNEzzKeicRgZAXiR0D8F8lXz4gtaeiaQJjITPprgNiZ1LJ0EGRquhVXdCuI6VbFUGIRkWYwIjULllJkEWELlyM3Cw5SbBHErFtYmhgg9mZGLE05H4paVpg+ZABbDnEE/RqpAAEGACbvsrEReMdsAAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.select-date .cover-calendar {
  float: left;
  width: 100%;
  padding-left: 100px;
  padding-right: 20px;
  margin-left: -27px;
  position: relative;
}
.select-date .calendar {
  display: block;
  overflow: hidden;
  width: 100%;
}
.select-date .calendar:before,
.select-date .calendar:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.select-date .calendar:after {
  clear: both;
}
.select-date .month-year {
  float: left;
  width: 68px;
  text-align: center;
  padding-top: 3px;
}
.select-date .month-year .month {
  display: block;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 15px;
  line-height: 1em;
}
.select-date .month-year .year {
  display: block;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 15px;
  line-height: 1em;
}
.select-date .cover-days {
  float: left;
  -wbkit-width: calc(100% - 68px);
  -moz-width: calc(100% - 68px);
  width: calc(100% - 68px);
  overflow: hidden;
}
.select-date .cover-days .days {
  margin: 0;
  padding: 0;
  width: 1012px;
  position: relative;
}
.select-date .cover-days .days:before,
.select-date .cover-days .days:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.select-date .cover-days .days:after {
  clear: both;
}
.select-date .cover-days li {
  list-style: none;
  display: block;
  float: left;
  width: 32px;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
}
.select-date .cover-days li:hover:before,
.select-date .cover-days li.active:before {
  content: "";
  width: 26px;
  height: 26px;
  background: #0b94d0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
.select-date .cover-days li:hover .day,
.select-date .cover-days li.active .day {
  color: #fff;
  font-family: "Aileron-Black";
  font-weight: normal;
}
.select-date .cover-days li:hover:before {
  opacity: 0.6;
}
.select-date .cover-days .week-day {
  display: block;
  font-family: "Aileron-Light";
  font-weight: normal;
  color: #575757;
  opacity: 0.8;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
.select-date .cover-days .week-day.bold {
  font-family: "Aileron-Black";
  font-weight: normal;
  color: #0b94d0;
}
.select-date .cover-days .day {
  display: block;
  font-family: "Aileron-Light";
  font-weight: normal;
  color: #575757;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  z-index: 1;
}
.select-date .btn-left {
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  margin-left: -10px;
  top: 50%;
  margin-top: -7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWBAMAAAAC47AUAAAAJ1BMVEUAAAAAmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN/kq8MZAAAADXRSTlMAzIAmv/TUmQ2ml4xzMqsFLAAAAD5JREFUCNdjAAMOBgjQbABTTIIzwLSioDSEK+gM4YoY4OYug3DZQxPB3NLQQAM4DRNHqEPoY1AkQkAG6i4FAGo3DPmB04MgAAAAAElFTkSuQmCC")
    no-repeat;
  background-size: 100%;
  border: 0;
  padding: 0;
}
.select-date .btn-right {
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  margin-right: -10px;
  top: 50%;
  margin-top: -7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpiYICBGfd5GUgATEiaZgLpBmI1MsI1MTCoQcW2MGQoNhBjYz2SJhDwIcZmkMZZQPwZTZygZkaoH9WgzkUPIJzOZkQKVZI0M6LwSNDMiOEGIjUzYvU5ds0cQHwYqDkTkQDQQYbiLSCZjhTaIE1yQBwHNHQmbhtRbV4IxNpAzIwks4SJgUzATMA2kLM4gfgrEPNBvbYE6JV0KgYO7uhYA9NEpQRAVpIjK5GToQkWOL6kaoJozFDsBSskQRMIAAQYAJi5TyiY//e8AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: 100%;
  border: 0;
  padding: 0;
  right: 20px;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::-ms-input-placeholder {
  color: #000;
}
:placeholder-shown {
  color: #000;
}
select.form-ctrl {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  background-image: url(/sites/all/themes/uaoceu/img/arrow-select.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-position: right 10px top 50%;
}
select.form-ctrl.violet {
  background-image: url(/sites/all/themes/uaoceu/img/arrow-select-violet.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-position: right 10px top 50%;
}
select.form-ctrl::-ms-expand {
  display: none;
}
input[type="file"].form-ctrl {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
.input-file-picker {
  display: block;
  width: 100%;
  padding: 7px 20px;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 16px;
  color: #000;
  border: 1px solid transparent;
  outline: none;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.input-file-picker:focus {
  border-color: #0098df;
}
.input-file-picker i {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAsCAYAAABhVUjwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE5ODQxQUU4QkY4RDExRTU4RjVCQzZBNEVEMjg5NzUwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE5ODQxQUU5QkY4RDExRTU4RjVCQzZBNEVEMjg5NzUwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk4NDFBRTZCRjhEMTFFNThGNUJDNkE0RUQyODk3NTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTk4NDFBRTdCRjhEMTFFNThGNUJDNkE0RUQyODk3NTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7iYWvhAAAB4ElEQVR42uyWsU7DMBBA4yiMVfdKdAwfUNb+QZlZmBsxd2Jq+QBYUfIZhA/gA+gPZEJBYkctIqrUhnNyhpM5O25QkCpx0iWxfX45O3e+iLIsvS7E9zqSgDaEEGbLOI+rezSMTCZ09W4e19CLStULGkTQt7Aex/kdXKdabwKeX7b3OM4XcB0zI2Mca/Hx6okT0AJ0Q0Y22Dexwf0GqJId6AfqjvQb4b4DVMoW9Bl1q42xcF+DzhjoCjTH5Rf4vGLgM5vHqTZJPkcIVFJgnw7PzOBomJFJNbTu8yx2Uq6hL22O4zgPCUC2nzTwKbEbQPtRj+PmBLGBLQkSOJ4py30PITePHWX/Q+i3xybs5UheW7KWGCndenx4YHFwxfTwwD9SWiQv6rHHHI26fNmU02Mnj+WpdQ96ZoEuMJl6rlsRkglzA1yVr9AE58C6oQ7Xa2KINvY9BrllDFV7ZKiJiQs41WB0Je+gb0xNzFzAHHwA2kf1EG6ENlWQlHjaJ/3yJWsb1CVBRrh8/eflCPSkbeapry+X/Uqg6udlbovzoAHqkT1do6cFEy2pi8cLQ0idg14x9qzngSHzPENIZYZQDF08pl+bC6m0+qX6lgfQGxePFWyOGZVZQjHkoP+l6W/AnwIMAKWHt4+eL/94AAAAAElFTkSuQmCC")
    no-repeat;
}
.input-file-picker i.remove {
  background-position: 0 -22px;
  cursor: pointer;
}
textarea.form-ctrl {
  min-height: 260px;
  resize: none;
  padding: 20px 30px;
  font-size: 18px;
}
.captcha-block {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}
.captcha-block .captcha-image,
.captcha-block .captcha-ctrls {
  display: inline-block;
  vertical-align: middle;
}
.captcha-block .recharge {
  width: 30px;
  height: 23px;
  background: url(/sites/all/themes/uaoceu/img/captcha-icons.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.captcha-block .sound {
  width: 30px;
  height: 23px;
  background: url(/sites/all/themes/uaoceu/img/captcha-icons.png) no-repeat;
  background-position: -30px 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.captcha-block .verify-captcha {
  margin-top: 25px;
  position: relative;
}
.captcha-block .verify-captcha .verify-captcha-ctrl {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 20px;
  height: 18px;
  background: url(/sites/all/themes/uaoceu/img/ok.png) no-repeat;
}
.ui-datepicker {
  display: none;
  font-size: 13px;
  width: 100%;
  padding: 20px 15px;
  border: 0;
  border-radius: 15px;
  max-width: 260px;
  margin: 0 auto;
  background: #f4f4f4;
  border: 1px solid #818181;
}
.ui-datepicker .ui-datepicker-header {
  background: none;
  border: 0;
}
.ui-datepicker .ui-datepicker-month {
  font-family: "Aileron-Black";
  font-weight: normal;
  color: #575757;
}
.ui-datepicker .ui-datepicker-year {
  font-family: "Aileron-Light";
  font-weight: normal;
  color: #575757;
}
.ui-datepicker .ui-datepicker-next span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpiYICBGfd5GUgATEiaZgLpBmI1MsI1MTCoQcW2MGQoNhBjYz2SJhDwIcZmkMZZQPwZTZygZkaoH9WgzkUPIJzOZkQKVZI0M6LwSNDMiOEGIjUzYvU5ds0cQHwYqDkTkQDQQYbiLSCZjhTaIE1yQBwHNHQmbhtRbV4IxNpAzIwks4SJgUzATMA2kLM4gfgrEPNBvbYE6JV0KgYO7uhYA9NEpQRAVpIjK5GToQkWOL6kaoJozFDsBSskQRMIAAQYAJi5TyiY//e8AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
.ui-datepicker .ui-datepicker-prev span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWBAMAAAAC47AUAAAAJ1BMVEUAAAAAmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN/kq8MZAAAADXRSTlMAzIAmv/TUmQ2ml4xzMqsFLAAAAD5JREFUCNdjAAMOBgjQbABTTIIzwLSioDSEK+gM4YoY4OYug3DZQxPB3NLQQAM4DRNHqEPoY1AkQkAG6i4FAGo3DPmB04MgAAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
.ui-datepicker table {
  width: 100%;
  table-layout: fixed;
  min-width: inherit;
}
.ui-datepicker table th {
  font-size: 11px;
  font-family: "Aileron-Light";
  font-weight: normal;
  padding: 0.7em 0.3em;
  text-align: center;
}
.ui-datepicker table td {
  font-size: 11px;
  padding: 1px 0;
}
.ui-datepicker table td a {
  text-align: center;
  background: none !important;
  border: 0 !important;
  line-height: 2em;
}
.ui-datepicker table td a.ui-state-highlight {
  color: #0b94d0;
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.ui-datepicker table td a.ui-state-active {
  color: #fff;
  background: #0b94d0 !important;
  font-family: "Aileron-Bold";
  font-weight: normal;
  border-radius: 50%;
  padding: 5px 0;
}
.ui-datepicker table tr:hover td {
  color: #222;
  font-family: "Aileron-Light";
  font-weight: normal;
}
.links-files,
ul.links-files {
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}
.links-files li,
ul.links-files li {
  list-style: none;
  display: inline-block;
  font-family: "Aileron-Bold";
  color: #1e1e1e;
  font-weight: normal;
  font-size: 18px;
}
.links-files a,
ul.links-files a {
  color: inherit;
}
.links-files .i-attached,
ul.links-files .i-attached {
  display: block;
  margin: 0 30px;
  position: relative;
  text-transform: uppercase;
  padding-right: 60px;
  margin-bottom: 30px;
}
.links-files .i-attached:after,
ul.links-files .i-attached:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/sites/all/themes/uaoceu/img/attach-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
}
.links-files.violet .i-attached:after,
ul.links-files.violet .i-attached:after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJFRTRBMjBFRUFBQTExRTVCQ0MxQ0IyOEFCQkNGMzY0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJFRTRBMjBGRUFBQTExRTVCQ0MxQ0IyOEFCQkNGMzY0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkVFNEEyMENFQUFBMTFFNUJDQzFDQjI4QUJCQ0YzNjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkVFNEEyMERFQUFBMTFFNUJDQzFDQjI4QUJCQ0YzNjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Uc2l3AAAETklEQVR42rxZMU/bQBQOFnOUnaKaOUPDVqaaJWJpAQl1JaH5AYRuXUKGdmuTzgURVlSJ0Al1STJFnZoOUcdGSpnr8gv6Dn1HH48724nPPOkpihPbn7/77nvvzgtHz9/mHEWJ0senjD5lSDmSP7z68mbmGy2mAKkAblFuUgYx/23gM8QDXFB28X3m8OY4RwE8p/xF2UoAmEcBD3pC+Ud9Hr94588KYGEGefi4mQ2kHn6Vf9nxx0w2Bcu5Hco6SSV0CXofQyxvqgCeYshHCXW/C7Z9w0NXCXg3rTwKYLclACuQ65SrlO2EgPVD1ilXKLdxHX6vc5LLSRqm1UV6wg1u2MAkchUVAyldsB7OwrQJcBcMuQSsLK+DEeOjtYXJPpM8zgXgDoYzzGUQBHxCuYr73LqUTSom0IfCITqQROZBwKsCeIWA78eBDlgheFDAAjifoA3p5bIitgwz3UXkKTcol/Fd+fgZ5bXl/9soXgXmYOsmpitCx1VHGlZgv4GQA2ST8iflawvboRhhpe/ABFrKYuQA8EvKYzBtigMC07QA70qZSNCyQjUdAeZyU1I4ovxAOWXHawR82XKNumC7xEFvCpYnDkAXBeAdsPWeskw55sAtbI8E27uSaR2njiZfg022HQHyGoybHlDGqSg6N6ADVkJD8WRpo25gNcccJEnwCuwr+/NEIemnlEMLrnCFVJPwkeX/XBLTCN+WRJY89Ls6fqSYdF/xmRd299lgbS38puMsQXd4B7SfkmnpEkZrY8y2cI6OIbE5jDn/zqLCy8DW1KRbEpNvDDYlYHV8L8F9OJm+lwFgDXSI72f4bBoA7xDL1w+xsLUB3mMlu8aO122AI3oP51sINobXoF1dUZWb/MbxtZSAI7u8uOX8coQkpnCJPHs4GfMyzHENlDwG7MCTmJNrERo2VT4elykkwXGFi6LPiNt4KYoyPTYwWYa2i8KHpym33G49e1FWG5T0MAFoG4gmQF666APQ2fmsQvY9MD2RTYklxkLfOUOlq6EKFh31L7uyD/EMnVQj4gJDwegGW07xwpF31JPrFZWOCw66I2aqTduf2ETKoyG6QpM0T6WLk0ZFdKB3mJ4I4LatqesEDpCqcDDABWGvH/WOk2dZYvnY/7CBKhs6syka+3JawEymnOW2qYxP+A84qWS54BTleYnlUyylXDiGMgO+SdPk+3qewa64k/QigGcSsDguzxEBbkc1TKHYs9MbJf4DAu4JWWwn6fLkzpK60PesGcdmDAesYl1tTiZtTeUeXgHA9zMCfGgAXMUWwr2Ie31RMdhfH9p3sWoPYGv3Nu6jXmPELQIU46uiF9HD2Isp+XFk9AwTfQRJdNMuAtSFVsBIRYAPWKUawHn6FkZLaDG3cua3XG1pbbZYmPGNbQD/DhxKWj1k3aZfF8utPjLI/X+1VpgDqB6dpskdslgjcvBVAFdD/wx+bvJ03f4O2Llzxz8BBgASfmpHqQIHlQAAAABJRU5ErkJggg==")
    no-repeat;
  background-size: contain;
}
.icon .icon,
.icon display inline-block,
.icon vertical-align middle,
.icon.small16 {
  width: 16px !important;
  height: 16px !important;
}
.icon.small18 {
  width: 18px !important;
  height: 18px !important;
}
.icon.i-clock {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon02.png) no-repeat;
  background-size: contain;
}
.icon.i-docs {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon03.png) no-repeat;
  background-size: contain;
}
.icon.i-portfolio {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon01.png) no-repeat;
  background-size: contain;
}
.icon.i-place {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon11.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
.icon.i-contact {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon09.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
.icon.i-arrow-right {
  width: 14px;
  height: 18px;
  vertical-align: top;
  background: url(/sites/all/themes/uaoceu/img/arrow1.png) no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.icon.i-plane {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon06.png) no-repeat;
  background-size: contain;
}
.icon.i-phone {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon10.png) no-repeat;
  background-size: contain;
}
.icon.i-book {
  display: block;
  width: 52px;
  height: 80px;
  background: url(/sites/all/themes/uaoceu/img/services/icon-01.png) no-repeat;
  background-size: contain;
}
.icon.i-download {
  background: url(/sites/all/themes/uaoceu/img/i-download.png) no-repeat;
  background-position: 50% 0;
}
.icon.i-file {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon04.png) no-repeat;
  background-size: contain;
}
.icon.i-house {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon07.png) no-repeat;
  background-size: contain;
}
.icon.i-globe-chat {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon08.png) no-repeat;
  background-size: contain;
}
.icon.i-arrow-left {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 14px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWBAMAAAAC47AUAAAAJ1BMVEUAAAAAmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN/kq8MZAAAADXRSTlMAzIAmv/TUmQ2ml4xzMqsFLAAAAD5JREFUCNdjAAMOBgjQbABTTIIzwLSioDSEK+gM4YoY4OYug3DZQxPB3NLQQAM4DRNHqEPoY1AkQkAG6i4FAGo3DPmB04MgAAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.icon.i-arrow-left.violet {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjQ0NzRERERFQTAxMTFFNThGRTRGMzFGNEM1RDk1QjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjQ0NzREREVFQTAxMTFFNThGRTRGMzFGNEM1RDk1QjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NDQ3NEREQkVBMDExMUU1OEZFNEYzMUY0QzVEOTVCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NDQ3NEREQ0VBMDExMUU1OEZFNEYzMUY0QzVEOTVCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjYm+joAAAD2SURBVDhPpZMxDoIwGIWrRuOCN9DRW3gD9QTGhYF4BScWvYIh0c3ExUk5gCfwAI5O7iwupr5HgQRoaaNf8lL+ykftX2hJKYWNw3wbYpiqSsT+ZR1axYqUc2pnF1oMUoJcjWKDFOCvPrSiTWJRE10kUhJdJVJ0FdIOwwR5pxMKrUTSFSFFGJbICOlzDhgl0hnee5QWqkwfNEBeiG+SiLarLrTx1ADjUZXigzyRLhJhC2NO6vivOQQ/rjCcVVXgIdqVS3uEzHOMVVWglWvNcZW1XXWRG79H3GR8BX/9kG9WkVRkHo19xZxM5v54romg6Jr9bOOpaym+6BOnwwxKKc0AAAAASUVORK5CYII=")
    no-repeat;
  background-size: contain;
}
.icon.i-person {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/file-icon09.png) no-repeat;
  background-size: contain;
  background-size: contain;
}
.icon.small,
.glyphicon.small {
  font-size: 14px;
}
.icon.medium,
.glyphicon.medium {
  font-size: 22px;
}
.icon.big,
.glyphicon.big {
  font-size: 28px;
}
.icon.extrabig,
.glyphicon.extrabig {
  font-size: 38px;
}
header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header a {
  color: inherit;
}
header a:hover {
  text-decoration: none;
}
header .lg_1 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_1.mt {
  margin-top: 20px;
}
header .lg_2 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_2.mt {
  margin-top: 20px;
}
header .lg_3 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_3.mt {
  margin-top: 20px;
}
header .lg_4 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_4.mt {
  margin-top: 20px;
}
header .lg_5 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_5.mt {
  margin-top: 20px;
}
header .lg_6 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_6.mt {
  margin-top: 20px;
}
header .lg_7 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_7.mt {
  margin-top: 20px;
}
header .lg_8 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_8.mt {
  margin-top: 20px;
}
header .lg_9 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_9.mt {
  margin-top: 20px;
}
header .lg_10 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_10.mt {
  margin-top: 20px;
}
header .lg_11 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_11.mt {
  margin-top: 20px;
}
header .lg_12 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
header .lg_12.mt {
  margin-top: 20px;
}
header ul {
  margin: 0;
  padding: 0;
}
header li {
  list-style: none;
  display: inline-block;
}
header ol {
  padding-left: 0;
}
header .cover-lang {
  position: relative;
  display: block;
}
header .cover-lang .select-lang {
  display: block;
  color: #575757;
  font-family: "Aileron-Bold";
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
header .cover-lang .select-lang i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background: url(/sites/all/themes/uaoceu/img/arrow2.png) no-repeat;
  background-size: 100%;
  margin-left: 5px;
}
header .cover-lang .idioms {
  position: absolute;
  top: 18px;
  z-index: 10;
  background: #eee;
  padding: 10px;
  width: 100px;
  left: -10px;
  display: none;
}
header .cover-lang .idioms li {
  display: block;
  float: none;
  margin-bottom: 8px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .cover-lang .idioms li:hover,
header .cover-lang .idioms li.active {
  padding-left: 10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .cover-lang .idioms li:hover:before,
header .cover-lang .idioms li.active:before {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  opacity: 1;
}
header .cover-lang .idioms li:last-child {
  margin-bottom: 0;
}
header .cover-lang .idioms li:after {
  display: none;
}
header .cover-lang .idioms li:before {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url(/sites/all/themes/uaoceu/img/arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -5px;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .cover-lang .idioms li span {
  font-size: 14px;
}
header .top-header {
  background: #eee;
  display: block;
  width: 100%;
  padding: 7px 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top-header span {
  color: #000000ab;
  font-size: 12px;
  font-family: "Aileron-Regular";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top-header span:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top-header ul > li {
  float: left;
}
header .top-header ul > li:after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  color: rgba(0, 0, 0, 0.6);
}
header .top-header ul > li:last-child:after {
  display: none;
}
header .top-header li.hide-bar:after {
  content: "";
}
header .top-header li.lang span {
  font-family: "Aileron-Black";
  font-weight: normal;
}
header .menu-header {
  position: absolute;
  top: 44px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
header .menu-header:before,
header .menu-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
header .menu-header:after {
  clear: both;
}
header .menu-header .back-menu {
  background: transparent;
  padding: 10px 0 10px 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menu-header .back-menu.back-color {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
header .menu-header .back-menu.back-color .logo {
  color: #757560;
}
header .menu-header .back-menu.back-color .logo .generic-logo {
  border-right: 1px solid #757560;
}
header .menu-header .back-menu.back-color .logo img.white {
  display: none;
}
header .menu-header .back-menu.back-color .logo img.gray {
  display: block;
}
header .menu-header .back-menu.back-color .menu {
  color: rgba(0, 0, 0, 0.6);
}
header .menu-header .logo {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  max-width: 228px;
  width: 100%;
  padding: 0;
}
header .menu-header .logo a {
  display: block;
}
header .menu-header .logo img {
  max-width: 350px;
}
header .menu-header .logo img.white {
  display: block;
}
header .menu-header .logo img.gray {
  display: none;
}
header .menu-header .logo .generic-logo {
  font-family: "UtopiaRegular";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2em;
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}
header .menu-header .logo .generic-logo img {
  width: 40px;
}
header .menu-header .logo .generic-logo img,
header .menu-header .logo .generic-logo span {
  display: inline-block;
  vertical-align: middle;
}
header .menu-header .logo .generic-logo span {
  margin-left: 5px;
}
header .menu-header .logo .specific-univeristy {
  float: left;
  font-family: "UtopiaRegular";
  font-weight: normal;
  padding: 3px 0;
}
header .menu-header .logo .specific-univeristy span {
  display: block;
  font-size: 18px;
  line-height: 1em;
}
header .menu-header .logo .specific-univeristy span em {
  font-family: "UtopiaItalic";
  font-weight: normal;
}
header .menu-header .ctrl-menu {
  display: none;
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 12px;
  cursor: pointer;
}
header .menu-header .ctrl-menu span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  margin: 5px 0;
  opacity: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
}
header .menu-header .ctrl-menu.active span:first-child {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  margin-top: 13px;
}
header .menu-header .ctrl-menu.active span:nth-child(2) {
  opacity: 0;
}
header .menu-header .ctrl-menu.active span:last-child {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  margin-top: -18px;
}
header .menu-header .menu {
  float: left;
  width: 100%;
  padding-left: 360px;
  margin-left: -228px;
}
header .menu-header .menu .search-icon {
  display: block;
  position: relative;
  cursor: pointer;
  width: 41px;
  height: 41px;
}
header .menu-header .menu .search-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(/sites/all/themes/uaoceu/img/search.png) no-repeat;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menu-header .menu .search-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAABSCAYAAADJhf30AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZBRjI5NDM3OTJFMTExRTVCNDFBQzNCQUE0Mjc5MkI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZBRjI5NDM4OTJFMTExRTVCNDFBQzNCQUE0Mjc5MkI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkFGMjk0MzU5MkUxMTFFNUI0MUFDM0JBQTQyNzkyQjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkFGMjk0MzY5MkUxMTFFNUI0MUFDM0JBQTQyNzkyQjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Q/RpwAAAF4UlEQVR42uxZMYzjRBS1zRaAr0IiV+ckClAiytua1ES06beiybZk601NCqjSp0MivanTO1BeJLqNKBDCunLvz95zNP6e8fxvO9krbqRRdmV7/Pz/n//+/BdHHcbj4+OQfsY0BzRfOW55oHmkuY/jOG/7nrgFMANoSvMa4KSjoLmj+YcWcKwEd0tzFHUfe5obKdhYCHBGPzPPZWOdA2bBro1gbWP11PPsisAWrUHCenc0hw5LZLR4pvCEAfqa5sQRBgta66AGiU2xZBY44svzDpvNFzYr30fHCoBbWmQd9TToHVOEUBoCGjseNg+t2M5daVyrTGHcGHPu+sTx7N0lAD5Z6D2YBdtwdzCUGyRcMLoEQAfQchgD3ThBAr2dZnbnBsiA2vE+ITzj8p8r68LUio0CcRmKKbPQdxY1RsiXOTbaUQF0izRVenKGdSrunlp/b0IJlhY0LrlH3rNjeIi11ggfzdjYRICN9R4k/TNhVswCAJfso3zjBh8jtWYOoji53bbka+tC1mRFUOSIsc+Sninz3gpJ/+QhO74EwzbQtQ1y7LnJlUOn7IMMpe1giQKbbY7YPFlUYU37/QPj8gR+T9lO840xC4u150UF4vUUp6BDTZVUjlfGki88F11jKA0L7Gx7vZcKkHZtMEhYfD0oi9jQeGBlW5u1h5wWj4qFUsE9LxVesocdci8SZR47MFZIGzbZV/TzbUsvRaECIxQrhWXJmwaAv9H8muYnOIi19lLCXDwOpAcDcMusuQSdPaUoEMPvNL+k+TmAbpXGsDfomysGMhXksQ3SycTaEIbC7Nv+pfkF/v7PJHm6noeollVCp01kLPmG5TMJ0FXAOv9g3b8xn4pbydoOj+4TfN2BU5EA6BoFcsa8ccAH/EDzJ+bCIFB4acDdXW6IoUXqmRBozhJvjYcRBnMGdNHgevs0aTZckTj4eqSkMAkXr1i8DaS1wSkFga/3bQoCJdDQGZsX3jueJ+2C81pZXomA0pz5AFo9JvsIXVRAOgrOhWI39jFumRW3Psb5mTHK8hJA6R1zxym1cIIEda21aaMHgBNWAu4auRtBnp0bKCiUAzyAKMQNK75AATfsemqv3DKOPmDnF9rW39zRqlM1QB07eOZZ896X4GPBwhPkzdRRW5qwyJvORQA2xonURbnmgzetm6jsRTcBXt97Sq60oYBeSzwSK91lLPK9tAhpALfV9JniloFf9sGvhQessj+UBY7M/YH0gHYdWf9vA6oG8tNf/uzyvFhs8pV0b3/8JviSqxbANGLTiOXZJ7EpUIN2AtlVbEqRHydlrpWClbr7rGITubzoArJRbJIeM6yzk1dsIqCHNiC9YpM2poRhYyyaaToYTrEJrJN3zCjmQxcoCW03zz/79a+JFGQKF1eUKl8vssPYRnUNxwAdSkDWxCZl7GkpsiY2EdC0CWRNbDojwDKZy8UmuHfG0sNFxCYArYhNZM1+xCZQoldsihRNWQK6JWA6sSkKt5uDYlMk03oiz9l/VG6ixOq/iMUmpCeR2KTphpA15WJTwIpOsQmgnWJTFGjO8iYX7/CpxCZYmzeUFmXPxvJCa7GJsc7AuDxxnEM6i024ds/i9HnEpkBYfBSbNEVsaDy/2BQA+mGLTQBYEZu6eEklNkWsuQlrLq1mQXmOeV6xCdRVE5vYPTWxiXlBUr2fDFMTm4RAW4lNwrW5R/cJvk4tNiGRq8WmEFBimH7FJjyXC3h4zoAuGlxfEZvMcdcpNikpTFIwiMQmHBvcYhNcdDaxyQJawIr9iE3K8koKdOYDiFisiE1lZyNh8VURmxS7sY/RXmy6BFCyYk1ssvtDrgJjrU0bPQCsiE0EcBfibqfYdAagKVJTRWwigCtpgbFyAF1H3Rr6rl7TxNHNqI2rAPXZyTXFIqoGqIOTvWKTr08paaIGxabAuSgoNhG4ZrFJ2Ok9m9iEs3bjkPbMj4ihJrFJeoYpCxBxn0mrPpQFRWuxKRAavYC0Lbu1WMErNrUBxcc7AQYA/tey08h9OSkAAAAASUVORK5CYII=")
    no-repeat;
  background-position: 0 -41px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
header .menu-header .menu .search-icon:hover:after,
header .menu-header .menu .search-icon.active:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
header .menu-header .menu ul {
  padding: 12px 0;
  display: block;
  text-align: right;
}
header .menu-header .menu li {
  font-family: "UtopiaRegular";
  font-weight: normal;
  font-size: 20px;
  line-height: 1em;
  margin-right: 25px;
  vertical-align: middle;
  position: relative;
}
header .menu-header .menu li[data-menu] {
  cursor: pointer;
}
header .menu-header .menu li:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #0293d2;
  bottom: -10px;
  position: absolute;
  left: 0;
  right: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
header .menu-header .menu li.active,
header .menu-header .menu li:hover {
  font-family: "UtopiaSemibold";
  font-weight: normal;
  font-size: 19px;
}
header .menu-header .menu li.active:before,
header .menu-header .menu li:hover:before {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
header .menu-header .menu li:last-child {
  margin-right: 0;
}
header .menu-header .menu li:last-child:before {
  display: none;
}
header .menu-header .submenu {
  color: rgba(87, 87, 86, 0.6);
  position: relative;
  overflow: hidden;
  display: none;
}
header .menu-header .submenu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header .menu-header .submenu:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}
header .menu-header .submenu .center {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
header .menu-header .submenu div[data-menu] {
  display: none;
}
header .menu-header .submenu div[data-menu]:before,
header .menu-header .submenu div[data-menu]:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
header .menu-header .submenu div[data-menu]:after {
  clear: both;
}
header .menu-header .submenu div[data-menu] .category,
header .menu-header .submenu div[data-menu] > li {
  padding: 12px 0;
  margin: 0;
  font-size: 24px;
  font-family: "Aileron-Heavy";
  font-weight: normal;
  display: none;
  border-bottom: 1px dotted #fff;
  line-height: 1em;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menu-header .submenu div[data-menu] .category:before,
header .menu-header .submenu div[data-menu] > li:before {
  display: none;
}
header .menu-header .submenu div[data-menu] .category.active,
header .menu-header .submenu div[data-menu] > li.active,
header .menu-header .submenu div[data-menu] .category:hover,
header .menu-header .submenu div[data-menu] > li:hover {
  color: #0b93cf;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-text-shadow: 1px 2px 2px #3a3232;
  -moz-text-shadow: 1px 2px 2px #3a3232;
  text-shadow: 1px 2px 2px #3a3232;
}
header .menu-header .submenu div[data-menu] .category.active span,
header .menu-header .submenu div[data-menu] > li.active span,
header .menu-header .submenu div[data-menu] .category:hover span,
header .menu-header .submenu div[data-menu] > li:hover span {
  color: #0b93cf;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-text-shadow: 1px 2px 2px #3a3232;
  -moz-text-shadow: 1px 2px 2px #3a3232;
  text-shadow: 1px 2px 2px #3a3232;
}
header .menu-header .submenu .steps-tags {
  position: relative;
}
header .menu-header .submenu .steps-tags .step {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}
header .menu-header .submenu .steps-tags .step:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
  width: 100%;
  height: 100%;
}
header .menu-header .submenu .steps-tags .step.focus {
  opacity: 1;
  pointer-events: initial;
}
header .menu-header .submenu .steps-tags .step.focus:after {
  display: none;
}
header .menu-header .submenu .steps-tags .link {
  display: block;
  width: 44px;
  height: 44px;
  background: url(/sites/all/themes/uaoceu/img/link.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 10px;
  pointer-events: none;
}
header .menu-header .submenu .steps-tags .link.active {
  background-position: 0 -44px;
  pointer-events: initial;
}
header .menu-header .submenu .lg_1 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_1:hover .tag,
header .menu-header .submenu .lg_1.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_1:hover .tag:after,
header .menu-header .submenu .lg_1.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_1:hover .tag span,
header .menu-header .submenu .lg_1.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_2 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_2:hover .tag,
header .menu-header .submenu .lg_2.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_2:hover .tag:after,
header .menu-header .submenu .lg_2.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_2:hover .tag span,
header .menu-header .submenu .lg_2.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_3 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_3:hover .tag,
header .menu-header .submenu .lg_3.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_3:hover .tag:after,
header .menu-header .submenu .lg_3.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_3:hover .tag span,
header .menu-header .submenu .lg_3.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_4 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_4:hover .tag,
header .menu-header .submenu .lg_4.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_4:hover .tag:after,
header .menu-header .submenu .lg_4.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_4:hover .tag span,
header .menu-header .submenu .lg_4.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_5 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_5:hover .tag,
header .menu-header .submenu .lg_5.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_5:hover .tag:after,
header .menu-header .submenu .lg_5.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_5:hover .tag span,
header .menu-header .submenu .lg_5.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_6 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_6:hover .tag,
header .menu-header .submenu .lg_6.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_6:hover .tag:after,
header .menu-header .submenu .lg_6.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_6:hover .tag span,
header .menu-header .submenu .lg_6.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_7 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_7:hover .tag,
header .menu-header .submenu .lg_7.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_7:hover .tag:after,
header .menu-header .submenu .lg_7.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_7:hover .tag span,
header .menu-header .submenu .lg_7.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_8 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_8:hover .tag,
header .menu-header .submenu .lg_8.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_8:hover .tag:after,
header .menu-header .submenu .lg_8.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_8:hover .tag span,
header .menu-header .submenu .lg_8.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_9 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_9:hover .tag,
header .menu-header .submenu .lg_9.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_9:hover .tag:after,
header .menu-header .submenu .lg_9.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_9:hover .tag span,
header .menu-header .submenu .lg_9.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_10 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_10:hover .tag,
header .menu-header .submenu .lg_10.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_10:hover .tag:after,
header .menu-header .submenu .lg_10.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_10:hover .tag span,
header .menu-header .submenu .lg_10.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_11 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_11:hover .tag,
header .menu-header .submenu .lg_11.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_11:hover .tag:after,
header .menu-header .submenu .lg_11.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_11:hover .tag span,
header .menu-header .submenu .lg_11.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .lg_12 {
  padding: 0 10px;
}
header .menu-header .submenu .lg_12:hover .tag,
header .menu-header .submenu .lg_12.active .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #575756;
}
header .menu-header .submenu .lg_12:hover .tag:after,
header .menu-header .submenu .lg_12.active .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
header .menu-header .submenu .lg_12:hover .tag span,
header .menu-header .submenu .lg_12.active .tag span {
  color: #0b93cf;
}
header .menu-header .submenu .tag {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  font-family: "Aileron-Bold";
  font-weight: normal;
  font-size: 18px;
  line-height: 1em;
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #8e8e8e;
  position: relative;
}
header .menu-header .submenu .tag:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  background: transparent;
  height: 5px;
  bottom: -3px;
  left: 0;
  right: 0;
}
header .menu-header .submenu .tag span {
  color: #575757;
  opacity: 0.6;
}
header .menu-header .submenu ul {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}
header .menu-header .submenu li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
header .menu-header .submenu li:last-child {
  margin-bottom: 0;
}
header .menu-header .submenu li:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANVJREFUeNpiYKAamPlAihhlTGiafIHkJiiNFzCiaapHkmtkSFfYjF/jzAfGIBKLPE7NEKemK5wFkluwyNfjcjYjmh8bgKQPMTajBk66QgMWm5mBeAHQ0BjcNmLaDNIkB8QcMKOBhi/BrRGiuQlIZiNpgoEIkLOZcGjiBZIqQPwTTeYjED+EuR+bJlDUqAHxZyBmg9oK0uQBtO0StlBF1oQMuKBOvIQZqrg1gWwNQNaEnHLwaQKF5C1ciVwSionShJ7I1aC28hLShC0a1IB4M9QQvAAgwACXC0fuhRSo7gAAAABJRU5ErkJggg==")
    no-repeat;
  opacity: 0;
  left: -30px;
  top: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menu-header .submenu li:hover:before,
header .menu-header .submenu li.active:before {
  opacity: 1;
  left: -20px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menu-header .submenu li.active span {
  font-family: "Aileron-Heavy";
  font-weight: normal;
}
header .menu-header .submenu span {
  color: #575757;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .menu-header .submenu span:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Aileron-Heavy";
  font-weight: normal;
}
header .menu-header .submenu .search-btn {
  color: rgba(0, 0, 0, 0.4);
  font-family: "UtopiaItalic";
  font-weight: normal;
  font-size: 20px;
  border: 0;
  background: transparent;
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  text-align: center;
  outline: none;
}
header .menu-header .submenu .cover-tags:before,
header .menu-header .submenu .cover-tags:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
header .menu-header .submenu .cover-tags:after {
  clear: both;
}
header .menu-header .submenu .generic-links {
  display: none;
}
header .menu-header .submenu .generic-links ul {
  padding: 20px;
}
header .menu-header .submenu .drag {
  overflow: hidden;
  width: 100%;
  position: relative;
}
header .menu-header .submenu .drag .cover-tags {
  width: 260%;
  position: relative;
}
header .menu-header .submenu .drag .lg_3 {
  width: 12.5%;
}
header .menu-header .submenu .drag .arrow-left {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 25px;
  background: #f00;
  left: 0;
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAyCAYAAABcfPsmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1MzdBOTczQTQxRTExRTVCMDkwQzdFQUJGRUVCRkI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1MzdBOTc0QTQxRTExRTVCMDkwQzdFQUJGRUVCRkI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTUzN0E5NzFBNDFFMTFFNUIwOTBDN0VBQkZFRUJGQjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTUzN0E5NzJBNDFFMTFFNUIwOTBDN0VBQkZFRUJGQjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6xPHMgAAAFAklEQVR42qyXe0xbVRzHf20p9CkVKjAJVBiBdjRORLeJiMtgkwT2cH/4SLaYzfiIJpqJhmUTSZjL9odb3HxkW9AgMXMQwwwDwjRRlwGyIIOJY4U6UmDlscGYTF5Cqd+Dp3j7gnvVk/zCPSf3fnru/X1/399B5na7abkhk8m85pGRkarNm/MTcOk8d65mfHR0lDwcOUkcRqORwSxTU1MxCCuuw7G2+Ity4S6ChWdER0ep8/PzGMyAqQuhZNBt27aGeu4JEbuzFStiNLm5uebJyclwDvsbEBJyt7vbLpcEjI2N1W7atDHFByZTKpWjDofjWkNDo0s0MC4uTpeTk81g9/jARnp6emxNTT+5hPcvCTSZTPoNG9YzmF4Ak4eGht602+1dzc2XXL7PBAUmJibos7KyAJvS+cCGbbaurpaWlvlAzwUEJiWtNGRmZiYhgwzmeVAeFhY2dPVqZ3dra+t8sI34AZOTkyMyMh6zAhaG6YwANtDR0fFbW1v7/JJF4FE405vZbDauW7eWwTzfjAH/RAzZbLbrV678EhTm4SzuMD39YYXVal0FGMvmHF9mu/wDYQdMlF59S+8G35GnPGb5Pffjx0QBfV+Z8Mrx2KWFJ2OGw10qlcrR3t5+I9hOFzlCIE8KISmxgDI3UbB7OXQeiXEgMf1IjHgglw1BNlGAJgeA9kI6fZCOeCAXNkHY9wGa4guFuPsg7l6IWzyQlx6h9IyolhSuCCG0H+XnQPmJB3JzIJhDJOrZ7AuFQThhED0wCPFAbl8E+4oA1BIAOgAL67l4scEtugU4nU6qr6+/rdFoOrk2ZRwqn52djbdYLIZgwg46BgeHqK6ubkytVguhCsz7q6urJwIKW2STIvQV5typiOGamtrekZGROb9vKAWKNsr+aFkloYXOBczy/zYY0DdEjYQ0A8KP8++ASY/GUsV0ESIN1/8RaM6Ip8rpcjrp6EJcwPUjWJN5ng34DYMmJ3V9AhWfP0Bjgw9hNs1FPk0xpufcW8gh7WyzeuNKwA4KYLRgGiqdk86XRkgTdnpeMu2vYbAHBTAVqfUd1Fixlz596XJQoN/rrn3aQoVV7DWtXjBNeBv9WF5Ep163L9VTvMfjz1qp4KsSwFIFMDVpDT/Td6eK6fM915fsy167e3LHanqt9D0aG0oRwDSku7eZaj8qodPvOpZs9F6w7N1r6OVPCumOD0wf0UjffHCAKkv6RJ8c6KlXs2jX0Q/pznAUMxnuKlrSGy/Q1+8fpKrD/aLbKOW9kU07Dx2n32+twhKzpGHEOKKRao8fouqjzuVODv8Adx6OBLCVxm+ZMJ0UNHvWM/PplQduL+cJ3lmemZjHNs8Kss/iLnfmHNq+V/rJAclQIhlF+H5FWLrJv6FrwaH1ESeQkDIkRNrJAXJRQi4FyPAuvkPifXkGkimFZEohGWknBwhaRm9+sRsafIvLxr0I1RrK6NuTJ6i8UNrJASUXQgVndqBK3vGDasK/pB/KPkalSDs5wBRCUMfPA1rIT2JunqxZGMNpajhzDLUs7eQA21LAaZ4BdL8fVKWrpEtnj8BtpJ0cYKwKeOF2QIv9oGHaKrpce8R97IU5aX3ZnKGgku+3IFEl/JTrgaop2vSieys1SXNsW5OL9j1RTYaYfeyfRl5JOsw/o7fXXPNvf2JHQpqCKqbyEJ2IPZjrhRzJR5GFEW9l8klEDFDfrxPCLP8lwABXU7wwqj7q2gAAAABJRU5ErkJggg==")
    no-repeat;
}
header .menu-header .submenu .drag .arrow-left.active {
  cursor: pointer;
  background-position: 0 -25px;
}
header .menu-header .submenu .drag .arrow-right {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 25px;
  background: #f00;
  right: 0;
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAyCAYAAABcfPsmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjc1REREREY2QTQxRDExRTVCRkZGRjNFQzk0NTcyNjFDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjc1REREREY3QTQxRDExRTVCRkZGRjNFQzk0NTcyNjFDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzVERERERjRBNDFEMTFFNUJGRkZGM0VDOTQ1NzI2MUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzVERERERjVBNDFEMTFFNUJGRkZGM0VDOTQ1NzI2MUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz78RsgwAAAFFUlEQVR42qyWe0zTVxTHTx8iLfKYvGFgRVEqRYodwsBl2bJHQnFjZHGGLBtZ2Gb20CkkQx0YRf4gi1u2ZEbdhpmaOPxDMwQCIgYJY7rsxYZAC4KVEZwrD1dYC7V034u/wq+0wO+37SSn3Ft+/fzuved7zrkSp9NJzCQSCQUHB9PWrdkBmEZfvFjTPzw8bCOeuZ5dzCSuh0JDQyXZ2foAq9WaiOlyhUIxVlNT22U2m21igFLXICfneR/ANBgugzswDsIL1OHhYYrZt2MXC7kH0GjskcrlcgvvZTPQrKwsdWRkhJIEmoR/hlu2ZMpUKpXabrcHsx1yz8iUSuW9S5caDYODgxMLgWY5fCCzjIxHZXFxcQmAhsyD/nX5cpNhYGBgXBSQWXp6miw+Pn791NRUGKbTc1CF5cqVZoPJZLKIAjJLTU2VJiSsZ9BwHlSK6I+3tLQY+vr6LaKAzHQ6nTQxccO6ycnJiPnQ1tbW3t7em2OigMxSUrTSpKSktYBG8aBMp5Ntbd91GI3GEVFAZsnJG7H9hDUYspX6MCA7U0At165d7+ju7ja7OFIh2mpv/5WtrAc+xcFcOg1IS9u8QafbJPMQ9mKm0bAEoijuebtLw9wLfuc/K18Khu2SVqt92Gazqdg24ZO84HRhy7exZe+Z4iUghIDEICAqbnVObmUOwPoRlEEExS3KC64QkiFIJhawVV5gRsjmLmSzeC7zRE0Q9SqIOtYLzABh/wlhe80UjxUi7QhppwIsZh7sPlLPgNQzI/WEVRsUBkJhiENhiPaEKbtRHIZRHBatNrMrROmSoHQxWJQXWBfK1wjKl/CKrVargwCbf2Z2wDrr6+sFwdyA1dXVEzjwAU5rMzDMO+vq6kaHhu7Qv6rYISEhcvQRJhNWsm6gSd1DkxIEWrA4oJXKuXydQBsVBXMD/m/GgG7Q1SnMg8T8lu/uwLWpRFW2FHgJxtH/DZiQIaFztkfo+K2rcAPGp/BdrFjgXFCqSUV3TF9j6MvEPPP3ochf6OCzJXSjuX+pYHgW2IYvVpLvikFOh8xsNDqkpQMN5ZT89BqhMZkDHn39J/q2qpgU/r9xq3RBN9L+mnLS6deJAzI78XYPNZ8qIWXgz/OgGnr/fBmlvaB2ywovRdmzp1TuvkmNJw6QX9APmCl40EQqPHuIMl/SCE49N8s7rCL9u6U0PpqO2d/ct74UFGGgowWH6OqZ9kUzxWtf3lYaSzlFJWQZyXSHhhtwPBXUVPm96JsD5RbH0Isf7CeL+XGW31xpi6TAsLt0cs971HCsRfTNgZ7bE036nXsxYisN4KqRHwWGdtLpvTup9tMmcUBmx2+txGcNXOvaJVxJAaEmAHXO08XDgm8O2Db7fIqDWLjfSbmVXKDJiWlhQXkQGNzoi/IRmB3chV42c4ZEYQhOGYJThuDYhW057zBBOgWQTgFXdB3cf/whn5OQzxHIxy4sKK9UED3z5g6aGMvnwSQPikbER/TJq5VIVeeSjX7GXvuY6In8dwB72RMW+SEd2X6Grl9wCsuUNz5Dk96+i6yWPO7MpjnYcsAqqCL3LP1Ye19Yk3rrc0IBKCTb+DYvsHIqzz5H7Y0OYV1v11dy2qQvhARyvcAOotCeR6F1CG+j31AG/WH6EkMrD+aDAJRS6ZPV1N3mENJK54RdtLkLUmDAFRxsGeb7aN9jS8IWbqOrU/ypyrob3gnXYy4Ty/GMcqzGj7ug99HtDocYILN/BBgA3IvQo0rQDGMAAAAASUVORK5CYII=")
    no-repeat;
}
header .menu-header .submenu .drag .arrow-right.active {
  cursor: pointer;
  background-position: 0 -25px;
}
header.fixed {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
header.fixed .menu-header {
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
header.fixed .menu-header .back-menu {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  padding: 10px 0 10px 0;
}
header.fixed .menu-header .back-menu .logo {
  color: #757560;
}
header.fixed .menu-header .back-menu .logo .generic-logo {
  border-right: 1px solid #757560;
}
header.fixed .menu-header .back-menu .logo img.white {
  display: none;
}
header.fixed .menu-header .back-menu .logo img.gray {
  display: block;
}
header.fixed .menu-header .back-menu .menu {
  color: rgba(0, 0, 0, 0.6);
}
header.fixed .menu-header .back-menu .menu .search-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
header.fixed .menu-header .back-menu .ctrl-menu span {
  background: #575757;
}
header ul li > ol,
header ul li > ul {
  margin-top: 0;
}
.add-elements {
  display: none;
  text-align: right;
  width: 100%;
  float: left;
  padding: 0 10px 10px 10px;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 15px 3px -13px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 3px -13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 3px -13px rgba(0, 0, 0, 0.5);
  background: #fff;
}
.add-elements .clone {
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 10px;
}
.add-elements .btn {
  padding: 10px;
  font-size: 12px;
  line-height: 1em;
}
.add-elements .btn.btn-icon-left {
  padding-left: 30px;
}
.add-elements .btn.btn-icon-right {
  padding-right: 30px;
}
.add-elements .btn-information {
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  margin-bottom: 0;
}
.add-elements .btn-information i {
  width: 20px;
  height: 22px;
  left: 7px;
  top: 7px;
}
.add-elements .btn-admision {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
}
.add-elements .btn-admision i {
  width: 20px;
  height: 22px;
  left: 7px;
  top: 7px;
}
.add-elements .btn-download {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
}
.add-elements .btn-download i {
  width: 20px;
  height: 22px;
  left: 7px;
  top: 7px;
}
.clone {
  display: inline-block;
  position: relative;
}
.tabs-navigation .tab-ctrl {
  cursor: pointer;
}
.student-nav {
  display: block;
  width: 100%;
}
.student-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.student-nav li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 194px;
  margin: 0 20px;
  margin-bottom: 20px;
}
.student-nav li:hover .icon-selection {
  background: #0b93cf;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.student-nav li:hover .icon-selection.blue {
  background: #009fe2;
}
.student-nav li:hover .icon-selection.blue .hat {
  background-position: 0 -68px;
}
.student-nav li:hover .icon-selection.violet {
  background: #944d80;
}
.student-nav li:hover .icon-selection.violet .hat {
  background-position: -98px -68px;
}
.student-nav li:hover .icon-selection.brown {
  background: #757561;
}
.student-nav li:hover .icon-selection.brown .hat {
  background-position: -196px -68px;
}
.student-nav li:hover .icon-selection.red {
  background: #d73426;
}
.student-nav li:hover .icon-selection.red .hat {
  background-position: -294px -68px;
}
.student-nav li:hover .icon-selection.green {
  background: #b4c224;
}
.student-nav li:hover .icon-selection.green .hat {
  background-position: -392px -68px;
}
.student-nav li:hover .hat {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.student-nav .link {
  color: #575757;
  font-family: "Aileron-Bold";
  font-weight: normal;
  font-size: 28px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.student-nav .icon-selection {
  display: block;
  width: 148px;
  height: 148px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.student-nav .icon-selection.blue .hat {
  background-position: 0 0;
}
.student-nav .icon-selection.violet .hat {
  background-position: -98px 0;
}
.student-nav .icon-selection.brown .hat {
  background-position: -196px 0;
}
.student-nav .icon-selection.red .hat {
  background-position: -294px 0;
}
.student-nav .icon-selection.green .hat {
  background-position: -392px 0;
}
.student-nav .hat {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 98px;
  height: 68px;
  margin-top: -34px;
  background: url(/sites/all/themes/uaoceu/img/gorros.png) no-repeat;
}
.module {
  display: block;
  width: 100%;
  padding: 40px 0;
  position: relative;
  font-size: 18px;
}
.module:before,
.module:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module:after {
  clear: both;
}
.module .logo-banner {
  position: absolute;
  top: 54px;
  left: 20px;
  z-index: 10;
}
.module .logo-banner img {
  position: relative;
  display: block;
}
.module.gray {
  background: #f4f4f4;
}
.module.none-padding {
  padding: 0;
}
.module.none-padding-top {
  padding-top: 0;
}
.module.none-padding-bot {
  padding-bottom: 0;
}
.module.next-section {
  padding: 40px 0;
}
.module.top-back {
  padding-top: 80px;
}
.module.top-back:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  background: #575757;
  position: absolute;
}
.module .title {
  font-family: "UtopiaBold";
  font-weight: normal;
  font-size: 60px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 46px;
  color: #575757;
  display: block;
}
.module .title.icon {
  position: relative;
}
.module .title.icon .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  height: auto !important;
}
.module .title.small {
  font-size: 40px;
  line-height: 1em;
}
.module .title-tag {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 36px;
  position: relative;
  color: #575757;
}
.module .title-tag.mb10 {
  margin-bottom: 10px;
}
.module .title-tag.mb20 {
  margin-bottom: 20px;
}
.module .title-tag.mb30 {
  margin-bottom: 30px;
}
.module .title-tag.mb40 {
  margin-bottom: 40px;
}
.module .title-tag.mb50 {
  margin-bottom: 50px;
}
.module .title-tag.mb60 {
  margin-bottom: 60px;
}
.module .title-tag.mb70 {
  margin-bottom: 70px;
}
.module .title-tag.mb80 {
  margin-bottom: 80px;
}
.module .title-tag.mb90 {
  margin-bottom: 90px;
}
.module .title-tag.mb100 {
  margin-bottom: 100px;
}
.module .subtitle {
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 24px;
  color: #575757;
  margin-bottom: 20px;
  margin-top: 0;
}
.module .information-block {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.module .information-block:before,
.module .information-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module .information-block:after {
  clear: both;
}
.module .information-block .btn {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14pt;
  line-height: 1em;
  margin-bottom: 10px;
}
.module .information-block .share {
  display: inline-block;
  padding: 10px;
}
.module .information-block .share span {
  position: relative;
  font-family: "Aileron-Black";
  font-weight: bold;
  color: #0b94d0;
  font-size: 14pt;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.module .information-block .share ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.module .information-block .share li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
}
.module .information-block .share .icon {
  display: block;
  width: 28px;
  height: 28px;
  background: url(/sites/all/themes/uaoceu/img/share-icons.png) no-repeat;
}
.module .information-block .share .icon.i-facebook {
  background-position: 0 0;
}
.module .information-block .share .icon.i-facebook:hover {
  background-position: 0 -28px;
}
.module .information-block .share .icon.i-twitter {
  background-position: -28px 0;
}
.module .information-block .share .icon.i-twitter:hover {
  background-position: -28px -28px;
}
.module .information-block .share .icon.i-email {
  background-position: -56px 0;
}
.module .information-block .share .icon.i-email:hover {
  background-position: -56px -28px;
}
.module .information-block .share .icon.i-whatsapp {
  background-position: -84px 0;
}
.module .information-block .share .icon.i-whatsapp:hover {
  background-position: -84px -28px;
}
.module .information-block .share.violet span {
  color: #9c4d85;
}
.module .information-block .share.violet .icon.i-facebook {
  background-position: 0 -56px;
}
.module .information-block .share.violet .icon.i-facebook:hover {
  background-position: 0 -28px;
}
.module .information-block .share.violet .icon.i-twitter {
  background-position: -28px -56px;
}
.module .information-block .share.violet .icon.i-twitter:hover {
  background-position: -28px -28px;
}
.module .information-block .share.violet .icon.i-email {
  background-position: -56px -56px;
}
.module .information-block .share.violet .icon.i-email:hover {
  background-position: -56px -28px;
}
.module .information-block .share.violet .icon.i-whatsapp {
  background-position: -84px -56px;
}
.module .information-block .share.violet .icon.i-whatsapp:hover {
  background-position: -84px -28px;
}
.module .information-block.fixed {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9;
  margin-bottom: 0;
  -webkit-box-shadow: 0 10px 9px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 10px 9px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0 10px 9px -9px rgba(0, 0, 0, 0.75);
}
.module .information-block.fixed .clearfix {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  padding-top: 0;
  text-align: right;
}
.module .information-block.fixed .lg_4 {
  width: auto;
  margin-bottom: 0;
  float: none;
  padding: 0 10px;
  display: inline-block;
}
.module .information-block.fixed .share {
  display: none;
}
.module .information-block.fixed .btn-information {
  font-size: 12px;
}
.module .information-block.fixed .btn-admision {
  font-size: 12px;
}
.module .internal-menu {
  display: block;
  width: 100%;
}
.module .internal-menu.type2 li {
  margin: 0 20px;
}
.module .internal-menu.type2 li:first-child {
  margin-left: 0;
}
.module .internal-menu.type2 li:last-child {
  margin-right: 0;
}
.module .internal-menu.type2 li span {
  font-size: 22px;
}
.module .internal-menu.type3 li {
  margin: 0 20px;
}
.module .internal-menu.type3 li:first-child {
  margin-left: 0;
}
.module .internal-menu.type3 li:last-child {
  margin-right: 0;
}
.module .internal-menu.type3 li span {
  font-size: 19px;
}
.module .internal-menu.type4 li {
  margin: 0 9px;
}
.module .internal-menu.type5 li span {
  font-size: 21px;
}
.module .internal-menu.txt_left ul {
  text-align: left;
}
.module .internal-menu nav {
  padding: 30px 0;
  padding-bottom: 0;
}
.module .internal-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.module .internal-menu li {
  list-style: none;
  display: inline-block !important;
  vertical-align: middle;
  color: #1e1e1e;
  position: relative;
  margin: 0 5px;
  margin-bottom: 5px;
  opacity: 0.6;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .internal-menu li span {
  display: block;
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
  position: relative;
}
.module .internal-menu li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1e1e1e;
  position: absolute;
  bottom: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .internal-menu li.active,
.module .internal-menu li:hover {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .internal-menu li.active:after,
.module .internal-menu li:hover:after {
  height: 4px;
  bottom: -2px;
  background: #0b94d0;
}
.module .internal-menu.violet li.active:after,
.module .internal-menu.violet li:hover:after {
  background: #9c4d85;
}
.module .next-module {
  display: block;
  width: 26px;
  height: 16px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOVJREFUeNpiYEAGM+5LATEvA7UAknmMSIJqQHImED8H4nSGDMXPFFqCYh4jmiDMN7cosgyLeUxQRi+SIAhAFJITjJiWgM2DWVQMxOiuJ90y7JaAwBZGIhQRF4x4LAHqbWAkUjF+ywhYgprqyLWMCEuwW0SKZURagtsiYixjYJAk1hL8FuG37CEQiwIxFzGWELYIu2UcQCwHxL+B+BEQ/yVkCXEWoVomCrWEGSrzA2rZRnyWEG8RwrK9QCyEJjMHaEk+Ie2MJBYvekByBxDzQ0WWAC1JJ0YrIxllGcyyzcRaAgIAAQYAvI5qw6sfeOAAAAAASUVORK5CYII=")
    no-repeat;
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 50%;
  margin-left: -13px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.module .next-module.violet {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM4NjU5QTZFRUEyQjExRTVCNzA1QURGMjkyMDZDQzc0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM4NjU5QTZGRUEyQjExRTVCNzA1QURGMjkyMDZDQzc0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qzg2NTlBNkNFQTJCMTFFNUI3MDVBREYyOTIwNkNDNzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg2NTlBNkRFQTJCMTFFNUI3MDVBREYyOTIwNkNDNzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5YXWXRAAAA9ElEQVR42mL8//8/AwzM9WuTAlKfkzdVfWagAkA2jxFmEVBQDUjNBOLnQJxOqWXo5oEtQhLkhaq7RYll2MxjgjJ6kQRBAKwQqIGXCpaAzYNZVAwKSzQ9JFuGwxIQ2AK2CBhE4KCixDJ8lgDNb4D5iCLLCFkCYjAhi5JjGTGWYFhEqmXEWgICjMgZlkiXwhwiSawleC0iYNlDIBYFYi5iLCFoEQ7LOIBYDoh/A/EjIP5LyBKscUQgzmCWMKOx8VpClI/QfLYXiIXQpOYALcknpJ+J2FwP9Zk3EH9EEl5CjCUk+QjJZ3pAagcQbwZakk6sPoAAAwAp45iDvC2qBQAAAABJRU5ErkJggg==")
    no-repeat;
}
.module .next-module:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 5px;
}
.module .block-chat {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -648px;
  width: 52px;
  height: 66px;
  margin-top: -33px;
}
.module .block-chat .chat {
  width: 282px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.module .block-chat .chat .head {
  padding: 10px 20px;
  font-family: "Aileron-Heavy";
  font-weight: normal;
  color: #575757;
  font-size: 14px;
}
.module .block-chat .chat .head > * {
  margin: 0 5px;
}
.module .block-chat .chat .head i {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background: url(/sites/all/themes/uaoceu/img/chat.png) no-repeat;
  background-size: 100%;
}
.module .block-chat .chat .head .name {
  text-transform: uppercase;
}
.module .block-chat .chat .head .min {
  width: 8px;
  height: 4px;
  background: #0b93cf;
  display: inline-block;
  vertical-align: middle;
}
.module .block-chat .chat .head .close {
  width: 13px;
  height: 13px;
  background: url(/sites/all/themes/uaoceu/img/close.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.module .block-chat .chat .team {
  background: rgba(87, 87, 87, 0.1);
  padding: 20px;
}
.module .block-chat .chat .team .title {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}
.module .block-chat .chat .team ul {
  padding: 0;
}
.module .block-chat .chat .team li {
  display: inline-block;
  width: 33.333%;
  vertical-align: top;
  margin-left: -3px;
  text-align: center;
}
.module .block-chat .chat .team img {
  display: block;
  margin: 0 auto;
}
.module .block-chat .chat .team span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 12px;
}
.module .block-chat .chat .chat-view {
  height: 300px;
  display: block;
  padding: 20px 20px 10px 20px;
  background: #fff;
}
.module .block-chat .chat .intro {
  background: rgba(87, 87, 87, 0.1);
  padding: 20px;
}
.module .block-chat .chat .insert-text {
  background: #fff;
  display: block;
  border: 0;
  width: 100%;
  outline: none;
  padding: 10px 8px;
}
.module .block-chat .chat-btn {
  display: block;
  width: 52px;
  font-family: "Aileron-Black";
  font-weight: bold;
  color: #0b93cf;
  position: absolute;
}
.module .block-chat .chat-btn:before {
  content: "";
  width: 42px;
  height: 42px;
  background: url(/sites/all/themes/uaoceu/img/chat.png) no-repeat;
  background-size: 100%;
  display: block;
  margin-bottom: 5px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.module .block-chat .chat-btn:hover:before {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.module .plus {
  display: block;
  width: 92px;
  height: 92px;
  position: absolute;
  bottom: -46px;
  left: 50%;
  margin-left: -46px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.module .plus.gray {
  background: #575757;
}
.module .plus.gray:after,
.module .plus.gray:before {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.7);
}
.module .plus.white {
  background: #fff;
}
.module .plus.white:after,
.module .plus.white:before {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
}
.module .plus.grayl {
  background: #f4f4f4;
}
.module .plus.grayl:after,
.module .plus.grayl:before {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
}
.module .plus:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  margin-left: -3px;
  height: 28px;
  margin-top: -14px;
  background: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.module .plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 6px;
  margin-top: -3px;
  width: 28px;
  margin-left: -14px;
  background: rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.module .plus:hover:before,
.module .plus:hover:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  -moz-transform: rotate3d(0, 0, 1, 90deg);
  -ms-transform: rotate3d(0, 0, 1, 90deg);
  -o-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
}
.module .plus:hover .back {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.module .plus:hover.hover-gray:after,
.module .plus:hover.hover-gray:before {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
}
.module .plus .back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.module .plus .back.blue {
  background: #0b93cf;
}
.module .plus .back.grayl {
  background: #f4f4f4;
}
.module .plus .back.white {
  background: #fff;
}
.module .plus.goto:before {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  margin-top: -10px;
  background: rgba(0, 149, 209, 0.5);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .plus.goto:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  margin-top: -7px;
  background: rgba(0, 149, 209, 0.5);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .plus.reverse:after {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .plus.reverse:hover:before {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -moz-transform: rotate3d(0, 0, 1, 0);
  -ms-transform: rotate3d(0, 0, 1, 0);
  -o-transform: rotate3d(0, 0, 1, 0);
  transform: rotate3d(0, 0, 1, 0);
}
.module .plus.reverse:hover:after {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  -moz-transform: rotate3d(0, 0, 1, 90deg);
  -ms-transform: rotate3d(0, 0, 1, 90deg);
  -o-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
}
.module .table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.module .table .v-align {
  display: table-cell;
  vertical-align: middle;
}
.module .cover-img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.module .cover-img img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.module .cover-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
}
.module .cover-img.frame-violet:after {
  background: #9c4d85;
}
.module .cover-img.frame-blue:after {
  background: #0b93cf;
}
.module .cover-info {
  display: block;
  padding: 30px 22px;
}
.module .cover-info .title {
  font-family: "Aileron-Bold";
  font-weight: normal;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
}
.module .cover-info .title span {
  position: relative;
}
.module .cover-info .title span:after {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  background: #575757;
  position: absolute;
  bottom: -10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .cover-info .date {
  display: inline-block;
  width: auto;
  padding: 4px;
  border: 4px solid #575757;
  color: #575757;
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 30px;
}
.module .cover-info .date.blue {
  color: #0b93cf;
  border-color: #0b93cf;
}
.module .cover-info .date.violet {
  color: #9c4d85;
  border-color: #9c4d85;
}
.module .cover-info .date.single {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 14px;
  border: 0;
}
.module .item {
  display: block;
  padding: 10px;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.module .item .title a {
  color: inherit;
}
.module .item .title a:hover {
  color: #0b94d0;
  text-decoration: none;
}
.module .item.hide {
  display: none;
}
.module .item.type1 {
  width: 25%;
}
.module .item.type2 {
  width: 50%;
}
.module .item.type2 .cover-img {
  padding-bottom: 48.3%;
}
.module .item.type2 .title {
  font-size: 30px;
}
.module .item.type3 {
  width: 75%;
}
.module .item.type3 .title {
  font-size: 30px;
}
.module .item.type4 {
  width: 100%;
}
.module .item.type4 .title {
  font-size: 30px;
}
.module .item.type5 {
  width: 50%;
}
.module .item.type6 {
  width: 50%;
}
.module .item.type6 .title {
  font-size: 30px;
}
.module .item.type6 .cover-img {
  height: 200px;
  padding-bottom: 0;
}
.module .item.type5 .block {
  display: block;
  margin: 0 auto;
  max-width: 280px;
}
.module .item:hover .cover-img img {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1) translate(-50%, -50%);
  -moz-transform: scale(1.1) translate(-50%, -50%);
  -ms-transform: scale(1.1) translate(-50%, -50%);
  -o-transform: scale(1.1) translate(-50%, -50%);
  transform: scale(1.1) translate(-50%, -50%);
}
.module .item .block {
  min-height: 280px;
}
.module .item .block .cover-img {
  padding-bottom: 0;
  height: 130px;
}
.module .item .block .cover-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.module .item .block:hover .cover-img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.module .section .title {
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 20px;
}
.module .section .title.big {
  font-size: 60px;
  margin-bottom: 0;
}
.module .news-section .tag {
  display: inline-block;
}
.module .news-section .tag:after {
  display: none !important;
}
.module .tag {
  font-family: "UtopiaRegular";
  font-weight: normal;
  font-size: 20px;
}
.module .tag a {
  color: inherit;
}
.module .tag a:hover {
  text-decoration: none;
}
.module .tag span {
  position: relative;
}
.module .tag span:after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  height: 6px;
  background: transparent;
  bottom: -10px;
}
.module .tag.blue span:after {
  background: #0b93cf;
}
.module .tag.violet span:after {
  background: #9c4d85;
}
.module .tag.greenl span:after {
  background: #b4c224;
}
.module .tag.red span:after {
  background: #ff0101;
}
.module .creation-date {
  display: inline-block;
  font-family: "Aileron-Light";
  font-size: 18px;
  color: #575757;
  margin-left: 10px;
}
.module .sub-tag {
  display: block;
  font-family: "Aileron-Black";
  font-weight: bold;
  color: rgba(87, 87, 87, 0.5);
  font-size: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  text-transform: uppercase;
  position: relative;
}
.module .sub-tag:before {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: rgba(87, 87, 87, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.module .col {
  padding-right: 30px;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.module .col:before,
.module .col:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module .col:after {
  clear: both;
}
.module .col:hover .title span:after {
  width: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .col.hide {
  display: none;
}
.module .col .rank-position {
  display: block;
  position: relative;
  height: 170px;
  overflow: hidden;
  margin-bottom: 18px;
}
.module .col .rank-position .back-rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 26px;
}
.module .col .rank-position .back-rank span {
  width: 75%;
  height: 20px;
  background: rgba(0, 159, 230, 0.3);
  margin-bottom: 10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .col .rank-position .back-rank span.active {
  background: rgba(0, 159, 230, 0.8);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .col .rank-position .number-rank {
  display: block;
  font-family: "UtopiaBold";
  font-weight: normal;
  font-size: 170px;
  line-height: 1em;
  text-align: right;
  position: relative;
  z-index: 1;
  opacity: 0.8;
}
.module .col .rank-position span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1em;
}
.module .col .rank-position span i {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  font-size: 160px;
  line-height: 0;
}
.module .col .title {
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 20px;
  max-width: 202px;
}
.module .col .subtitle {
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 20px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  color: #0b93cf;
}
.module .col p {
  color: #575757;
}
.module .col.violet .subtitle {
  color: #9c4d85;
}
.module .col.violet a {
  color: #9c4d85;
}
.module .col5 {
  width: 20%;
}
.module .col4 {
  width: 25%;
}
.module .col3 {
  width: 33.3333%;
}
.module .col3 .box {
  display: block;
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
}
.module .col3 .title {
  font-size: 60px;
  max-width: initial;
}
.module .col3 p {
  font-size: 30px;
}
.module .chart {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.module .cover-icons {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 20px;
  min-height: 200px;
}
.module .cover-icons:before,
.module .cover-icons:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module .cover-icons:after {
  clear: both;
}
.module .cover-icons img {
  display: block;
  margin: 0 auto;
}
.module .cover-icons span {
  font-family: "UtopiaBold";
  font-weight: normal;
  font-size: 100px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6);
}
.module .cover-icons i {
  font-style: normal;
  font-size: 50px;
  line-height: 1em;
}
.module .cover-icons .cover-img {
  padding: 0;
  height: auto;
}
.module .cover-icons .cover-img img {
  width: auto;
  max-width: 100%;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: auto;
  left: auto;
}
.module .cover-icons.right .cover-txt {
  float: right;
  width: 160px;
  padding-top: 50px;
}
.module .cover-icons.right .cover-img {
  float: left;
  width: 100%;
  margin-right: -160px;
  padding-right: 160px;
}
.module .cover-icons.top .cover-txt {
  width: 100%;
  display: block;
  text-align: right;
}
.module .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpiYICBGfd5GUgATEiaZgLpBmI1MsI1MTCoQcW2MGQoNhBjYz2SJhDwIcZmkMZZQPwZTZygZkaoH9WgzkUPIJzOZkQKVZI0M6LwSNDMiOEGIjUzYvU5ds0cQHwYqDkTkQDQQYbiLSCZjhTaIE1yQBwHNHQmbhtRbV4IxNpAzIwks4SJgUzATMA2kLM4gfgrEPNBvbYE6JV0KgYO7uhYA9NEpQRAVpIjK5GToQkWOL6kaoJozFDsBSskQRMIAAQYAJi5TyiY//e8AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: 100%;
  margin-left: 15px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
.module .arrow:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 5px;
}
.module .arrow.violet {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjQ0NzRERERFQTAxMTFFNThGRTRGMzFGNEM1RDk1QjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjQ0NzREREVFQTAxMTFFNThGRTRGMzFGNEM1RDk1QjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NDQ3NEREQkVBMDExMUU1OEZFNEYzMUY0QzVEOTVCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NDQ3NEREQ0VBMDExMUU1OEZFNEYzMUY0QzVEOTVCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjYm+joAAAD5SURBVDhPrZOxDsFAHMZPG2LpC0gYLTa7N1C7xWJovIKFhc0DEAZJE4tJ+gCS7uxGr2CW+r7TK5W27sQv+XK9tr/75+6fE1EUyazdmaOedWIJsOnNHQxLjFPOdbDrp4qUkCZz3oW1dr9z5MciWHGCUFJ0dSpTXCE3OXvxVbaGh/EFo4cYyfJwfpGlSEzlRCQmconN/AQ/8ZTZIrZKUUVCLD7iJFVRkVGZUgMZYFEumF1REVfeIi3E5rsYP7OiDrni2z7LyBW5I8THVrz/HU6ORPZKIimxQAogpfqYiCYSkaKpRHiRjSXCii5iJBHexwXG4DmVfJWEEOIBeJiVASRYLR4AAAAASUVORK5CYII=")
    no-repeat;
}
.module .accordeon-list {
  display: block;
  margin: 0;
  padding: 20px 0;
}
.module .accordeon-list:before,
.module .accordeon-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module .accordeon-list:after {
  clear: both;
}
.module .accordeon-list .accordeon-item {
  display: block;
  float: left;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  width: 25%;
  height: 390px;
  position: relative;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module .accordeon-list .accordeon-item.small {
  width: 7%;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module .accordeon-list .accordeon-item.small .external-title {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  -webkit-transform-origin: 10px 10px;
  -moz-transform-origin: 10px 10px;
  -ms-transform-origin: 10px 10px;
  -o-transform-origin: 10px 10px;
  transform-origin: 10px 10px;
  width: 355px;
  text-align: left;
  bottom: 10px;
}
.module .accordeon-list .accordeon-item.big {
  width: 79%;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.module .accordeon-list .accordeon-item.big .external-title {
  display: none;
}
.module .accordeon-list .accordeon-item.big .box {
  display: block;
}
.module .accordeon-list .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  overflow: hidden;
}
.module .accordeon-list .external-title {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  bottom: 25px;
  left: 10px;
  right: 10px;
  text-align: center;
  display: block;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
}
.module .accordeon-list .box {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  padding: 20px 20px 0 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  max-width: 540px;
}
.module .accordeon-list .internal-title {
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2em;
}
.module .accordeon-list[data-showItems="3"] .accordeon-item {
  width: 33.3333%;
}
.module .accordeon-list[data-showItems="3"] .accordeon-item.small {
  width: 7%;
}
.module .accordeon-list[data-showItems="3"] .accordeon-item.big {
  width: 86%;
}
.module .list-careers {
  display: block;
  margin: 40px 0;
}
.module .list-careers:before,
.module .list-careers:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module .list-careers:after {
  clear: both;
}
.module .list-careers > div {
  width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
.module .list-careers > div:hover .box-icon:before {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.module .list-careers > div:hover .title:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .list-careers .box-icon {
  display: block;
  margin: 0 auto;
  width: 112px;
  height: 112px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.module .list-careers .box-icon img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  margin-top: -34px;
  z-index: 1;
}
.module .list-careers .box-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(163, 163, 163, 0.4);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.module .list-careers .title {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  color: #575757;
  position: relative;
  display: inline-block;
}
.module .list-careers .title:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0b93cf;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .blog-section .cover-img {
  padding-bottom: 75%;
}
.module .blog-section .cover-info {
  padding: 20px 8px;
}
.module .blog-section .title {
  max-width: initial;
  font-size: 30px;
}
.module .blog-section .title a {
  color: inherit;
}
.module .blog-section .title a:hover {
  text-decoration: none;
}
.module .blog-section .col {
  padding-right: 20px;
}
.module .blog-section .col:hover .cover-img img {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.1) translate(-50%, -50%);
  -moz-transform: scale(1.1) translate(-50%, -50%);
  -ms-transform: scale(1.1) translate(-50%, -50%);
  -o-transform: scale(1.1) translate(-50%, -50%);
  transform: scale(1.1) translate(-50%, -50%);
}
.module .status-section .status {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  margin-left: -4px;
  color: #575757;
  position: relative;
  padding: 0 10px;
  background: none !important;
}
.module .status-section .status.active .title {
  color: #0b94d0;
}
.module .status-section .tag {
  display: block;
  margin: 0;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.module .status-section .title {
  margin-bottom: 40px;
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2em;
}
.module .status-section .title a {
  color: inherit;
}
.module .status-section .title a:hover {
  text-decoration: none;
}
.module .status-section .icon {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0;
  top: 50%;
  margin-top: -50px;
}
.module .status-section.violet .status.active .title {
  color: #9c4d85;
}
.module .list-section {
  display: block;
}
.module .list-section .list-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  margin-left: -4px;
  width: 33.3333%;
  color: #575757;
}
.module .list-section .tag {
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 14pt;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 38px;
}
.module .division-section {
  display: block;
  color: #575757;
}
.module .division-section:before,
.module .division-section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module .division-section:after {
  clear: both;
}
.module .division-section .lg_4 {
  padding-right: 30px;
}
.module .division-section .lg_8 {
  padding-left: 30px;
}
.module .division-section .block {
  margin-bottom: 30px;
}
.module .division-section .block:before,
.module .division-section .block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module .division-section .block:after {
  clear: both;
}
.module .division-section .block .cover-icon {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 40px;
}
.module .division-section .block img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.module .division-section .block .percent {
  float: right;
  font-family: "UtopiaBold";
  font-weight: normal;
  font-size: 120px;
  line-height: 1em;
  color: #575757;
  width: 200px;
}
.module .division-section .block .percent i {
  font-style: normal;
  font-size: 70px;
}
.module .division-section p {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 30px;
}
.module .division-section b,
.module .division-section strong {
  font-family: "Aileron-Black";
  font-weight: normal;
}
.module .division-section .list-information .hide {
  display: none;
}
.module .division-section .list-information .title {
  font-family: "Aileron-Bold";
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 30px;
}
.module .division-section .list-information p {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 30px;
}
.module .division-section .list-information b,
.module .division-section .list-information strong {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.module .division-section .title {
  font-size: 48px;
}
.module .adicional-tags {
  display: block;
}
.module .adicional-tags:before,
.module .adicional-tags:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module .adicional-tags:after {
  clear: both;
}
.module .adicional-tags .title {
  font-family: "UtopiaBold";
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 60px;
}
.module .adicional-tags ul {
  margin: 0;
  padding: 0;
}
.module .adicional-tags li {
  list-style: none;
  display: inline-block;
  color: #1e1e1e;
  padding-left: 20px;
  position: relative;
  width: auto;
  margin-left: -4px;
  margin-bottom: 20px;
  padding-right: 25px;
}
.module .adicional-tags li a {
  color: inherit;
}
.module .adicional-tags li a:hover {
  text-decoration: none;
}
.module .adicional-tags li:before {
  content: "";
  display: block;
  width: 14px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpiYICBGfd5GUgATEiaZgLpBmI1MsI1MTCoQcW2MGQoNhBjYz2SJhDwIcZmkMZZQPwZTZygZkaoH9WgzkUPIJzOZkQKVZI0M6LwSNDMiOEGIjUzYvU5ds0cQHwYqDkTkQDQQYbiLSCZjhTaIE1yQBwHNHQmbhtRbV4IxNpAzIwks4SJgUzATMA2kLM4gfgrEPNBvbYE6JV0KgYO7uhYA9NEpQRAVpIjK5GToQkWOL6kaoJozFDsBSskQRMIAAQYAJi5TyiY//e8AAAAAElFTkSuQmCC")
    no-repeat;
  position: absolute;
  left: 0;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .adicional-tags li:hover span {
  color: #0b94d0;
}
.module .adicional-tags li:hover:before {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.module .adicional-tags span {
  font-family: "Aileron-Bold";
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
}
.module .adicional-tags.violet li:hover span {
  color: #9c4d85;
}
.module .adicional-tags.violet li:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjQ0NzRERERFQTAxMTFFNThGRTRGMzFGNEM1RDk1QjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjQ0NzREREVFQTAxMTFFNThGRTRGMzFGNEM1RDk1QjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NDQ3NEREQkVBMDExMUU1OEZFNEYzMUY0QzVEOTVCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2NDQ3NEREQ0VBMDExMUU1OEZFNEYzMUY0QzVEOTVCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjYm+joAAAD5SURBVDhPrZOxDsFAHMZPG2LpC0gYLTa7N1C7xWJovIKFhc0DEAZJE4tJ+gCS7uxGr2CW+r7TK5W27sQv+XK9tr/75+6fE1EUyazdmaOedWIJsOnNHQxLjFPOdbDrp4qUkCZz3oW1dr9z5MciWHGCUFJ0dSpTXCE3OXvxVbaGh/EFo4cYyfJwfpGlSEzlRCQmconN/AQ/8ZTZIrZKUUVCLD7iJFVRkVGZUgMZYFEumF1REVfeIi3E5rsYP7OiDrni2z7LyBW5I8THVrz/HU6ORPZKIimxQAogpfqYiCYSkaKpRHiRjSXCii5iJBHexwXG4DmVfJWEEOIBeJiVASRYLR4AAAAASUVORK5CYII=")
    no-repeat;
}
.module .list-files {
  margin: 40px 0;
}
.module .list-files li {
  font-size: 16px;
}
.module .tags-information {
  display: block;
  padding: 30px 0;
}
.module .tags-information:before,
.module .tags-information:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.module .tags-information:after {
  clear: both;
}
.module .tags-information ul {
  margin: 0;
  padding: 8px 0;
  float: left;
  color: #575757;
}
.module .tags-information li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 16px;
  margin: 5px 0;
}
.module .tags-information li b,
.module .tags-information li strong {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.module .tags-information li:after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 10px;
}
.module .tags-information li:last-child:after {
  display: none;
}
.module .tags-information .btn {
  display: inline-block;
  padding: 10px;
  border: 3px solid #0b94d0;
  color: #0b94d0;
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 14pt;
  line-height: 1em;
  position: relative;
}
.module .tags-information .btn.btn-download {
  padding-left: 40px;
  float: right;
}
.module .tags-information .btn.btn-download i {
  width: 14px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 10px;
  background: url(/sites/all/themes/uaoceu/img/d-icon.png) no-repeat;
  display: block;
}
.module .thanks {
  max-width: 850px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.module .thanks img {
  display: block;
  margin: 30px auto;
}
.module .thanks .btn {
  margin-top: 0;
}
.module .thanks .btn.btn-violet {
  background: #fff;
  color: #9c4d85;
}
.services-block {
  display: block;
  width: 100%;
}
.services-block ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.services-block li {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  padding: 0 5px;
  margin-bottom: 25px;
}
.services-block li.active span {
  opacity: 1;
}
.services-block img {
  display: block;
  margin: 0 auto;
  height: 65px;
}
.services-block a:hover {
  text-decoration: none;
}
.services-block span {
  color: #575757;
  display: block;
  margin-top: 25px;
  text-align: center;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  opacity: 0.6;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-block span.active,
.services-block span:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.services-block span.icon {
  opacity: 1;
  color: #00a3e6;
  opacity: 0.8;
  font-size: 65px;
  line-height: 1em;
}
.services-block.expand li {
  width: 100%;
  max-width: 236px;
}
.services-block.compress li {
  width: 146px;
}
.cover-acordeon {
  display: block;
}
.cover-acordeon.violet .tag.active {
  color: #9c4d85;
}
.cover-acordeon.violet .tag:after {
  background: url(/sites/all/themes/uaoceu/img/acordeon-arrow-violet.png)
    no-repeat;
}
.cover-acordeon.violet table tr:hover td {
  color: #9c4d85;
}
.cover-acordeon.violet a {
  color: #9c4d85;
}
.cover-acordeon.violet .acordeon-box ul.list-icon-blue > li:before {
  background: url(/sites/all/themes/uaoceu/img/small-arrow-violet.png) no-repeat;
}
.cover-acordeon.violet .list-files a:hover {
  color: #9c4d85;
}
.cover-acordeon.violet .list-files .btn {
  border-color: #9c4d85;
  color: #9c4d85;
}
.cover-acordeon.violet .list-files .btn:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5MTUxQjZERUFBQjExRTVCRTMyRjA5NEU3QzIxQUQxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ5MTUxQjZFRUFBQjExRTVCRTMyRjA5NEU3QzIxQUQxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDkxNTFCNkJFQUFCMTFFNUJFMzJGMDk0RTdDMjFBRDEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDkxNTFCNkNFQUFCMTFFNUJFMzJGMDk0RTdDMjFBRDEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5f75bZAAAA4klEQVR42mL8//8/AzYw16+tGMZO3lTViy7PwoAbFCGxMTQyIdkgy0AEAKrThmsEcvqB1C6YIB5NMHVhTECiEcgJA2I+IF6DSzNUUxiU2884x7cVpHANVCMIfALiEJDJSPpWIWkCgauMoFCF2oKuWQiI/0DFPiFrAhnMBA3uq1BbYAr4oBoFgJgTXRNQ/ScmpLhC18wMxFxAzIiuCSU60DT/R9IAUnMTWRMIMGJLOUA/6wOpvVCnXgRiZ6CmD1gTAJrNYMVAfBCbJrCNwOgApRgZBhIBCzR+ikjVyMRAJgAIMADvolMrwxNkVwAAAABJRU5ErkJggg==")
    no-repeat;
}
.cover-acordeon.violet .list-files .btn.attached:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJFRTRBMjBFRUFBQTExRTVCQ0MxQ0IyOEFCQkNGMzY0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJFRTRBMjBGRUFBQTExRTVCQ0MxQ0IyOEFCQkNGMzY0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkVFNEEyMENFQUFBMTFFNUJDQzFDQjI4QUJCQ0YzNjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkVFNEEyMERFQUFBMTFFNUJDQzFDQjI4QUJCQ0YzNjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Uc2l3AAAETklEQVR42rxZMU/bQBQOFnOUnaKaOUPDVqaaJWJpAQl1JaH5AYRuXUKGdmuTzgURVlSJ0Al1STJFnZoOUcdGSpnr8gv6Dn1HH48724nPPOkpihPbn7/77nvvzgtHz9/mHEWJ0senjD5lSDmSP7z68mbmGy2mAKkAblFuUgYx/23gM8QDXFB28X3m8OY4RwE8p/xF2UoAmEcBD3pC+Ud9Hr94588KYGEGefi4mQ2kHn6Vf9nxx0w2Bcu5Hco6SSV0CXofQyxvqgCeYshHCXW/C7Z9w0NXCXg3rTwKYLclACuQ65SrlO2EgPVD1ilXKLdxHX6vc5LLSRqm1UV6wg1u2MAkchUVAyldsB7OwrQJcBcMuQSsLK+DEeOjtYXJPpM8zgXgDoYzzGUQBHxCuYr73LqUTSom0IfCITqQROZBwKsCeIWA78eBDlgheFDAAjifoA3p5bIitgwz3UXkKTcol/Fd+fgZ5bXl/9soXgXmYOsmpitCx1VHGlZgv4GQA2ST8iflawvboRhhpe/ABFrKYuQA8EvKYzBtigMC07QA70qZSNCyQjUdAeZyU1I4ovxAOWXHawR82XKNumC7xEFvCpYnDkAXBeAdsPWeskw55sAtbI8E27uSaR2njiZfg022HQHyGoybHlDGqSg6N6ADVkJD8WRpo25gNcccJEnwCuwr+/NEIemnlEMLrnCFVJPwkeX/XBLTCN+WRJY89Ls6fqSYdF/xmRd299lgbS38puMsQXd4B7SfkmnpEkZrY8y2cI6OIbE5jDn/zqLCy8DW1KRbEpNvDDYlYHV8L8F9OJm+lwFgDXSI72f4bBoA7xDL1w+xsLUB3mMlu8aO122AI3oP51sINobXoF1dUZWb/MbxtZSAI7u8uOX8coQkpnCJPHs4GfMyzHENlDwG7MCTmJNrERo2VT4elykkwXGFi6LPiNt4KYoyPTYwWYa2i8KHpym33G49e1FWG5T0MAFoG4gmQF666APQ2fmsQvY9MD2RTYklxkLfOUOlq6EKFh31L7uyD/EMnVQj4gJDwegGW07xwpF31JPrFZWOCw66I2aqTduf2ETKoyG6QpM0T6WLk0ZFdKB3mJ4I4LatqesEDpCqcDDABWGvH/WOk2dZYvnY/7CBKhs6syka+3JawEymnOW2qYxP+A84qWS54BTleYnlUyylXDiGMgO+SdPk+3qewa64k/QigGcSsDguzxEBbkc1TKHYs9MbJf4DAu4JWWwn6fLkzpK60PesGcdmDAesYl1tTiZtTeUeXgHA9zMCfGgAXMUWwr2Ie31RMdhfH9p3sWoPYGv3Nu6jXmPELQIU46uiF9HD2Isp+XFk9AwTfQRJdNMuAtSFVsBIRYAPWKUawHn6FkZLaDG3cua3XG1pbbZYmPGNbQD/DhxKWj1k3aZfF8utPjLI/X+1VpgDqB6dpskdslgjcvBVAFdD/wx+bvJ03f4O2Llzxz8BBgASfmpHqQIHlQAAAABJRU5ErkJggg==")
    no-repeat;
}
.cover-acordeon.violet .form-ctrl:focus {
  border-color: #9c4d85;
}
.cover-acordeon.violet select.form-ctrl {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAOCAYAAADE84fzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM1MUYwNzIxRTlGRDExRTU5NTVFQ0U1NjZBNTJFODk5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM1MUYwNzIyRTlGRDExRTU5NTVFQ0U1NjZBNTJFODk5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzUxRjA3MUZFOUZEMTFFNTk1NUVDRTU2NkE1MkU4OTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzUxRjA3MjBFOUZEMTFFNTk1NUVDRTU2NkE1MkU4OTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6gowmUAAAA20lEQVR42mKc49vKAAW8QFwMxL1A/JmBSJC8qQrOnuvXpgak0oC4ESj+mQXJ4JlArAbF6aRYgGTwTKhZUkB+OhOawQxQGqaIHIPhZjDhUE+0BVgMhoFbTFDvg4LhFhkW4FKzBRjmDTCXk2MBXoNBDORgIcUCggajG06sBUQZjM1wQhYsAOI5xBiMy3BcFnAAsSsQawMxMyGD8RmObgHIYDmoochsnAYTMhzZgndorgVZcBSIG/BpZiIiA4Is8AXiS0hiS4A4h5BGFiJz+Ecg9gDiHVBL0onRBBBgANrJTlClSXNLAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-position: right 10px top 50%;
}
.cover-acordeon.violet .form-ctrl + .ctrl-submit {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIxOTFCMTg1RUFBRTExRTVCMURBQ0YzRkY5QjcxQTJGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIxOTFCMTg2RUFBRTExRTVCMURBQ0YzRkY5QjcxQTJGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjE5MUIxODNFQUFFMTFFNUIxREFDRjNGRjlCNzFBMkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjE5MUIxODRFQUFFMTFFNUIxREFDRjNGRjlCNzFBMkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7HmZ2/AAABSElEQVR42pyUL2zCUBDGX5sZmMAQfKdBr74eT4KjHnTRq6/fNB5fNNObBksIatnT5XvJkVyOO9rwJV9a3qO/3p/Xi5qmcY/0NS0TXPxiW5xdB0UaEJAMlymciK09/A143QlI0awUkNQv/AGwN4EEK+FX101HuJDQmN2vDJg3gCGApVyMWc0SJa0cEczgUM81RcWVUmZ3EWYSBkjBO4v7n5AiLLudacCx+NNGy5HqJfferBo6EY0luTduBbZINu6sAb1ysC2lcL8NuBcP5bJ77KyuKc2h9uwLXXeiWyGtEoAtHZ+gdzqrQ9YML4Exa0Kt1GoWPjHynMFuGsATqymfysHl+oMP7PcFPoWvhdf8btpgM6dJY6lHkZ3EehWmkDW+RtTNlC3/Uz1rWl8qL6uitgH7YPBmCrSK3ZOiIVt1SvmJSG8vcFcBBgAT8IKBbAuXmQAAAABJRU5ErkJggg==")
    no-repeat;
  background-color: transparent;
}
.cover-acordeon.violet .arrow-list li:before {
  background: url(/sites/all/themes/uaoceu/img/arrow1-violet2.png) no-repeat;
  background-size: 100%;
}
.cover-acordeon .acordeon {
  padding: 15px 5px;
  border-bottom: 1px solid #575757;
  color: #575757;
}
.cover-acordeon .acordeon:last-child {
  border-bottom: 0;
}
.cover-acordeon .subtitle {
  font-family: "Aileron-Black";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
  margin-bottom: 25px;
  margin-top: 0;
}
.cover-acordeon p {
  font-size: 18px;
}
.cover-acordeon .tag {
  margin: 0;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 36px;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
}
.cover-acordeon .tag:after {
  content: "";
  width: 26px;
  height: 15px;
  background: url(/sites/all/themes/uaoceu/img/acordeon-arrow.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.cover-acordeon .tag.active {
  color: #0b94d0;
}
.cover-acordeon .tag.active:after {
  background-position: 0 -15px;
}
.cover-acordeon .tag.small {
  font-size: 20px;
}
.cover-acordeon .acordeon-box {
  display: none;
  padding: 30px;
}
.cover-acordeon .acordeon-box:before,
.cover-acordeon .acordeon-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.cover-acordeon .acordeon-box:after {
  clear: both;
}
.cover-acordeon .acordeon-box.padding-left {
  padding-right: 0;
}
.cover-acordeon .acordeon-box.padding-none {
  padding-left: 0;
  padding-right: 0;
}
.cover-acordeon .acordeon-box.padding-none-bottom {
  padding-bottom: 0;
  margin-bottom: -20px;
}
.cover-acordeon .acordeon-box .lg_1 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_1.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_1.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_1.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_2 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_2.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_2.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_2.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_3 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_3.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_3.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_3.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_4 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_4.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_4.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_4.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_5 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_5.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_5.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_5.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_6 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_6.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_6.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_6.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_7 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_7.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_7.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_7.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_8 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_8.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_8.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_8.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_9 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_9.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_9.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_9.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_10 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_10.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_10.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_10.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_11 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_11.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_11.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_11.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .lg_12 {
  padding: 0 30px;
}
.cover-acordeon .acordeon-box .lg_12.none-padding {
  padding: 0;
}
.cover-acordeon .acordeon-box .lg_12.padding-left {
  padding: 0;
  padding-left: 30px;
}
.cover-acordeon .acordeon-box .lg_12.padding-right {
  padding: 0;
  padding-left: 4px;
  padding-right: 30px;
}
.cover-acordeon .acordeon-box .acordeon {
  padding-right: 0;
  padding-left: 0;
}
.cover-acordeon .acordeon-box .acordeon.padding-left {
  padding-left: 20px;
}
.cover-acordeon .acordeon-box ul {
  margin: 0;
  padding: 0;
  display: block;
}
.cover-acordeon .acordeon-box ul:before,
.cover-acordeon .acordeon-box ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.cover-acordeon .acordeon-box ul:after {
  clear: both;
}
.cover-acordeon .acordeon-box ul.arrow-list,
.cover-acordeon .acordeon-box ul.number-list {
  padding-left: 22px;
}
.cover-acordeon .acordeon-box ul.arrow-list li,
.cover-acordeon .acordeon-box ul.number-list li {
  text-transform: none;
  margin-bottom: 0;
}
.cover-acordeon .acordeon-box ul.link-list li {
  text-transform: none;
}
.cover-acordeon .acordeon-box ul.number-list li {
  font-family: "Aileron-Bold";
  font-weight: normal;
  display: list-item;
  list-style: initial;
  list-style-type: decimal;
}
.cover-acordeon .acordeon-box ul.list-icon-blue > li {
  padding-left: 20px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}
.cover-acordeon .acordeon-box ul.list-icon-blue > li:before {
  content: "";
  width: 8px;
  height: 11px;
  background: url(/sites/all/themes/uaoceu/img/small-arrow.png) no-repeat;
  position: absolute;
  top: 6px;
  left: 6px;
}
.cover-acordeon .acordeon-box ul.list-files li {
  text-transform: initial;
}
.cover-acordeon .acordeon-box ol.number-list {
  padding-left: 34px;
  font-size: 18px;
}
.cover-acordeon .acordeon-box ol.number-list li {
  color: #0b94d0;
  font-family: "Aileron-Bold";
  font-weight: normal;
  display: list-item;
  list-style: initial;
  list-style-type: decimal;
  text-transform: none;
}
.cover-acordeon .acordeon-box ol.number-list span {
  color: #575757;
  font-family: "Aileron-Light";
  font-weight: normal;
}
.cover-acordeon .acordeon-box li {
  list-style: none;
  display: block;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cover-acordeon .acordeon-box li a:hover {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.cover-acordeon .cover-table {
  width: 100%;
  overflow: auto;
}
.cover-acordeon .small-information {
  font-family: "Aileron-Bold";
  font-weight: normal;
  font-size: 10px;
  margin-top: 20px;
  padding: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.cover-acordeon .news-section .tag {
  font-size: 20px;
}
.list-files {
  margin: 20px 0;
}
.list-files ul {
  margin: 0;
  padding: 0;
}
.list-files a {
  color: inherit;
}
.list-files a:hover {
  color: #0b94d0;
}
.list-files li {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.list-files li:before,
.list-files li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.list-files li:after {
  clear: both;
}
.list-files .icon {
  float: none;
  width: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.list-files .description {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
  text-align: left;
}
.list-files .description.full {
  padding-right: 0;
  margin-right: 0;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}
.list-files .description.full a {
  color: #000;
}
.list-files .btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: none;
  margin: 0;
}
.list-files .btn:before {
  content: "";
  width: 14px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  opacity: 1;
  left: 0;
  margin-left: 5px;
  background: url(/sites/all/themes/uaoceu/img/d-icon.png) no-repeat;
  display: block;
}
.list-files .btn.attached {
  border: 0;
  width: 45px;
  height: 45px;
  margin-top: -22px;
}
.list-files .btn.attached:before {
  top: 0;
  left: 0;
  background: url(/sites/all/themes/uaoceu/img/attach-icon.png) no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
}
.teacher-cover {
  display: block;
  margin: 20px 0;
}
.teacher-cover:before,
.teacher-cover:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.teacher-cover:after {
  clear: both;
}
.teacher-cover .cover-img {
  padding: 0;
  height: auto;
  width: 88px;
  float: left;
  overflow: auto;
}
.teacher-cover .cover-img img {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: auto;
  left: auto;
}
.teacher-cover .cover-img.big {
  width: 130px;
}
.teacher-cover .cover-img.big + .cover-description {
  padding-left: 160px;
  margin-left: -130px;
}
.teacher-cover .cover-description {
  float: left;
  display: block;
  width: 100%;
  padding-left: 110px;
  margin-left: -88px;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 18px;
}
.teacher-cover p {
  margin-bottom: 10px;
}
.teacher-cover b,
.teacher-cover strong {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.responsive-table-box {
  width: 100%;
  overflow: auto;
}
.responsive-table-box table {
  width: auto;
  max-width: none;
}
table {
  width: 100%;
  table-layout: auto;
  min-width: 90%;
}
table th {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  padding: 10px;
}
table th.fixed {
  width: 100px;
}
table th.center {
  text-align: center;
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
}
table td {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
table td.fixed {
  width: 100px;
}
table td.center {
  text-align: center;
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
}
table tr:hover td {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
table b,
table strong {
  font-family: "Aileron-Black";
  font-weight: normal;
}
table.detail-table {
  width: 100%;
  min-width: initial;
  margin: 0 auto;
}
table.detail-table.full_width {
  max-width: 100%;
}
table.detail-table.medium_width {
  max-width: 768px;
}
table.detail-table.small_width {
  max-width: 480px;
}
table.detail-table th {
  font-family: "Aileron-Bold";
  font-weight: normal;
  font-size: 14px;
}
table.detail-table td {
  font-size: 14px;
  border-top: 1px solid #888;
}
table.detail-table tr:hover td {
  font-family: "Aileron-Light";
  font-weight: normal;
}
table.generic-table {
  min-width: initial;
  margin-bottom: 30px;
}
table.generic-table th {
  font-size: 13px;
  padding: 10px 5px;
}
table.generic-table td {
  border-top: 1px solid #575757;
  font-size: 14px;
  text-transform: none;
  padding: 10px 5px;
}
table.generic-table tr:hover td {
  font-family: "Aileron-Light";
  font-weight: normal;
}
table.generic-table ul {
  font-size: 14px;
}
table.normal-table {
  min-width: initial;
  margin-bottom: 30px;
}
table.normal-table th {
  font-size: 18px;
  padding: 10px 5px;
}
table.normal-table td {
  border-top: 1px solid #575757;
  font-size: 18px;
  padding: 10px 5px;
}
table.normal-table tr:hover td {
  font-family: "Aileron-Light";
  font-weight: normal;
  color: #575757;
}
table.border-table {
  border: 1px solid #575757;
}
table.border-column th,
table.border-column td {
  border-right: 1px solid #575757;
}
table.border-column th:last-child,
table.border-column td:last-child {
  border-right: 0;
}
table.border-mix {
  border: 1px solid #575757;
}
table.border-mix th,
table.border-mix td {
  border-right: 1px solid #575757;
}
table.border-mix th:last-child,
table.border-mix td:last-child {
  border-right: 0;
}
table.table-backrow thead tr {
  background: transparent !important;
}
table.table-backrow tr:nth-child(2n + 1) {
  background: rgba(11, 147, 207, 0.05);
}
.list-teacher {
  display: block;
  padding-top: 30px;
  max-width: 800px;
  margin: 0 auto;
}
.list-teacher .row {
  margin-bottom: 0;
}
.list-teacher .teacher-cover {
  display: block;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 25px;
}
.list-teacher .teacher-cover:before,
.list-teacher .teacher-cover:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.list-teacher .teacher-cover:after {
  clear: both;
}
.list-teacher .teacher-cover .cover-img {
  height: auto;
  width: 66px;
  float: left;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.list-teacher .teacher-cover .cover-img img {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: auto;
  left: auto;
  width: auto;
  max-width: 100%;
  padding: 2px;
  border: 1px solid #0b93cf;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-teacher .teacher-cover .cover-img img:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #0b93cf;
}
.list-teacher .teacher-cover .cover-description {
  display: block;
  width: 100%;
  float: left;
  padding-left: 106px;
  margin-left: -66px;
}
.list-teacher .teacher-cover .cover-description * {
  font-size: 14px;
}
.list-teacher p {
  font-size: 14px;
}
.table-information {
  width: 100%;
  font-family: "Aileron-Light";
  font-weight: normal;
  text-align: left;
  font-size: 14px;
}
.table-information th {
  padding: 10px;
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.table-information td {
  padding: 10px;
  border-top: 1px solid #ddd;
}
.table-information td.no-border {
  border-top: 0;
}
.table-information .even {
  background: #f1f1f1;
}
.gallery {
  position: relative;
  display: block;
  margin: 0 auto;
}
.gallery.landing-gallery .slide {
  height: 650px;
}
.gallery .slide {
  position: relative;
  width: 100%;
  height: 610px;
  overflow: hidden;
  outline: none;
}
.gallery .slide img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery .slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.gallery .box-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  padding-bottom: 15px;
}
.gallery b,
.gallery strong {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.gallery p {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 24px;
}
.gallery .center {
  padding-right: 430px;
}
.gallery .center.none-padding {
  padding-right: 0;
}
.gallery .title {
  display: inline-block;
  margin: 0;
  font-family: "National-Bold";
  font-weight: normal;
  font-size: 85px;
  line-height: 1em;
  color: #fff;
}
.gallery .slick-dots {
  bottom: 48px;
  right: 50%;
  margin-right: -600px;
  left: auto;
  width: auto;
  max-width: 430px;
}
.gallery .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0 15px;
}
.gallery .slick-dots li button {
  width: 24px;
  height: 24px;
  border: 4px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.gallery .slick-dots li button:before {
  width: 24px;
  height: 24px;
  display: block;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: -4px;
  left: -4px;
  background: transparent;
}
.gallery .slick-dots li:hover button:before,
.gallery .slick-dots li.slick-active button:before {
  content: "";
  background: #0098df;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.formulary-slide {
  position: absolute;
  width: 380px;
  top: -695px;
  right: 0;
  padding: 30px;
  height: 695px;
  overflow: hidden;
}
.formulary-slide.type01 {
  background-color: #0b85a070;
  background-size: cover;
}
.formulary-slide.type02 {
  background: url(/sites/all/themes/uaoceu/img/landings/bgform02.jpg) no-repeat;
  background-size: cover;
}
.formulary-slide.type02 .title {
  margin-top: 30px;
  margin-bottom: 50px;
}
.formulary-slide.type02 .btn-blue {
  margin-top: 30px;
}
.formulary-slide.type03 {
  background-color: #0b85a070;
  background-size: cover;
}
.formulary-slide.type04 {
  background-color: #9c4d8570;
  background-size: cover;
}
.formulary-slide .title {
  font-size: 32px;
  font-family: "UtopiaBold";
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
}
.formulary-slide .form-section,
.formulary-slide .form-item {
  padding: 8px 20px;
}
.formulary-slide .form-ctrl {
  font-size: 14px;
  padding: 5px 15px;
}
.formulary-slide select.form-ctrl {
  background-size: 18px;
}
.formulary-slide label {
  margin-bottom: -5px;
  display: block;
}
.formulary-slide label:before,
.formulary-slide label:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.formulary-slide label:after {
  clear: both;
}
.formulary-slide label span {
  color: #fff;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  padding-left: 30px;
  float: left;
  width: 100%;
  margin-left: -32px;
}
.formulary-slide label input[type="checkbox"] ~ i,
.formulary-slide label input[type="radio"] ~ i {
  float: left;
}
.formulary-slide .btn-blue {
  border-radius: 20px;
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 17px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.formulary-slide .btn-blue:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  color: #0b93cf;
}
.formulary-slide .btn-violet {
  border-radius: 20px;
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 17px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.formulary-slide .btn-violet:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  color: #9c4d85;
}
.options-gallery-cover {
  padding-top: 50px;
  float: left;
  padding-right: 380px;
  margin-right: 380px;
  width: 100%;
}
.options-gallery-cover.full {
  padding-right: 0;
  margin-right: 0;
}
.options-gallery {
  display: block;
  width: 100%;
  overflow: hidden;
}
.options-gallery .slick-slide {
  outline: none;
}
.options-gallery .slick-slide > div {
  width: 33% !important;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding-right: 25px;
  padding-left: 25px;
  outline: none;
  padding-bottom: 30px;
}
.options-gallery .title {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
}
.options-gallery .title span {
  display: inline-block;
  vertical-align: middle;
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.options-gallery .title img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.options-gallery .slick-prev {
  display: block;
  width: 14px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA30lEQVQ4T62SOw6CQBRFR4il7oHGXbgDl6CVBbgLduHQm9jY6QJch80kVvbExEIT72UYCXF+Ek9yHzySw7xhGIkYpCpRF7oRJ1FkZVjsS4Z90t7YsUs1cnSv6JZyjHqxiwGJzbcYIZG+GCmRTpRqizpHHk2vsUokbapUFeoKmSJ35Ik4JZK20lK3gsdD+YasXRLxn6OHBG/Ncd3pVryQKzJGKkwz40Mbgz9ON2qRbVAPuvkwQawr/+kHMAz65QwB2S0Sj+wXiV0+h0XSl7nHiBUNWuaxcI8c9wek4rkCId6K/V97OIfARAAAAABJRU5ErkJggg==")
    no-repeat;
  background-size: contain;
}
.options-gallery .slick-prev:before {
  content: "";
}
.options-gallery .slick-next {
  display: block;
  width: 14px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpiYICBGfd5GUgATEiaZgLpBmI1MsI1MTCoQcW2MGQoNhBjYz2SJhDwIcZmkMZZQPwZTZygZkaoH9WgzkUPIJzOZkQKVZI0M6LwSNDMiOEGIjUzYvU5ds0cQHwYqDkTkQDQQYbiLSCZjhTaIE1yQBwHNHQmbhtRbV4IxNpAzIwks4SJgUzATMA2kLM4gfgrEPNBvbYE6JV0KgYO7uhYA9NEpQRAVpIjK5GToQkWOL6kaoJozFDsBSskQRMIAAQYAJi5TyiY//e8AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
.options-gallery .slick-next:before {
  content: "";
}
.block-comment-gallery {
  background: #f4f4f4;
  padding: 50px 60px;
  position: absolute;
  width: 380px;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.block-comment-gallery .title {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 50px;
}
.comment-gallery {
  position: relative;
  display: block;
  margin: 0 auto;
}
.comment-gallery .slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  outline: none;
  padding: 0 10px;
}
.comment-gallery .slide:before,
.comment-gallery .slide:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.comment-gallery .slide:after {
  clear: both;
}
.comment-gallery .img-block {
  display: block;
  float: left;
  width: 325px;
  height: 325px;
}
.comment-gallery .img-block img {
  display: block;
  margin: 0 auto;
}
.comment-gallery .description-block {
  float: left;
  width: 100%;
  padding-left: 425px;
  margin-left: -325px;
}
.comment-gallery .description-block .name {
  display: block;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2em;
}
.comment-gallery .description-block .job {
  font-size: 26px;
  line-height: 1.2em;
  display: block;
  margin-bottom: 50px;
}
.comment-gallery .description-block p {
  font-size: 18px;
}
.comment-gallery .slick-prev {
  display: block;
  width: 14px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA30lEQVQ4T62SOw6CQBRFR4il7oHGXbgDl6CVBbgLduHQm9jY6QJch80kVvbExEIT72UYCXF+Ek9yHzySw7xhGIkYpCpRF7oRJ1FkZVjsS4Z90t7YsUs1cnSv6JZyjHqxiwGJzbcYIZG+GCmRTpRqizpHHk2vsUokbapUFeoKmSJ35Ik4JZK20lK3gsdD+YasXRLxn6OHBG/Ncd3pVryQKzJGKkwz40Mbgz9ON2qRbVAPuvkwQawr/+kHMAz65QwB2S0Sj+wXiV0+h0XSl7nHiBUNWuaxcI8c9wek4rkCId6K/V97OIfARAAAAABJRU5ErkJggg==")
    no-repeat;
  background-size: contain;
}
.comment-gallery .slick-prev:before {
  content: "";
}
.comment-gallery .slick-next {
  display: block;
  width: 14px;
  height: 22px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpiYICBGfd5GUgATEiaZgLpBmI1MsI1MTCoQcW2MGQoNhBjYz2SJhDwIcZmkMZZQPwZTZygZkaoH9WgzkUPIJzOZkQKVZI0M6LwSNDMiOEGIjUzYvU5ds0cQHwYqDkTkQDQQYbiLSCZjhTaIE1yQBwHNHQmbhtRbV4IxNpAzIwks4SJgUzATMA2kLM4gfgrEPNBvbYE6JV0KgYO7uhYA9NEpQRAVpIjK5GToQkWOL6kaoJozFDsBSskQRMIAAQYAJi5TyiY//e8AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
.comment-gallery .slick-next:before {
  content: "";
}
.comment-gallery.small .img-block {
  width: 205px;
  height: 205px;
  margin: 0 auto;
  float: none;
}
.comment-gallery.small .description-block {
  padding-left: 0;
  margin-left: 0;
  margin-top: 60px;
}
.comment-gallery.small .description-block .name {
  font-size: 18px;
}
.comment-gallery.small .description-block .job {
  font-size: 18px;
  margin-bottom: 25px;
}
.comment-gallery.small .slick-prev {
  top: 100px;
}
.comment-gallery.small .slick-next {
  top: 100px;
}
.comment-gallery.double .slide {
  padding: 0 30px;
}
.comment-gallery.double .img-block {
  width: 200px;
  height: 200px;
}
.comment-gallery.double .description-block {
  padding-left: 230px;
  margin-left: -200px;
}
.comment-gallery.double .name {
  font-size: 18px;
}
.comment-gallery.double .job {
  font-size: 18px;
  margin-bottom: 18px;
}
.comment-gallery.violet a {
  color: #9c4d85;
}
.comment-gallery.violet .slick-prev {
  width: 18px;
  height: 30px;
  margin-top: -15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAdCAYAAABMr4eBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjc0MzdBMTlFQzU4MTFFNUE1QjZCMUZBNzA1NDdDQTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc0MzdBMUFFQzU4MTFFNUE1QjZCMUZBNzA1NDdDQTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNzQzN0ExN0VDNTgxMUU1QTVCNkIxRkE3MDU0N0NBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzQzN0ExOEVDNTgxMUU1QTVCNkIxRkE3MDU0N0NBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqrCtJ4AAAFASURBVEhLnZWxTsJAHIcREmGQODkYdh7Fyeho4o7dcTMhIfIU4hM4Epl8AUc3B0cHXwAHY9D6/Y6e0NDe/Y8v+eV6R+/rv1zba+R5npzp2W2XXPp+s5HI/fmkS3NHhhyPNbYnk5UNQd8NrJibK6kRiL5JEhC8kSwqiQkGs9EiKLEI1KmVWAWiUpIiEFuSVIEoSXYRiH8JgmOaZIFwT2wheCb75EM/FEQFotV7aXnBEekQiTTJJBC6nUcigeeQtIlJICS5Id+ut+KLLMm16xnw/8kJxw/kl7yTHyLmVONe9xBudTjxieaCvBIvEKdcICopfU+YoOWdkgM3sCZYUelh40StyBX5dANrghWVJGIX0ZZEpIoqJSJFVCsRVlFQIiwi85bBhNrlj1biCVRk2zI8FSL1s6Qd0FPcWkbGg9lo8QdQ2tdWDv+/uAAAAABJRU5ErkJggg==")
    no-repeat;
}
.comment-gallery.violet .slick-next {
  width: 18px;
  height: 30px;
  margin-top: -15px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAdCAYAAABMr4eBAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjc0MzdBMTlFQzU4MTFFNUE1QjZCMUZBNzA1NDdDQTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjc0MzdBMUFFQzU4MTFFNUE1QjZCMUZBNzA1NDdDQTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNzQzN0ExN0VDNTgxMUU1QTVCNkIxRkE3MDU0N0NBMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNzQzN0ExOEVDNTgxMUU1QTVCNkIxRkE3MDU0N0NBMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqrCtJ4AAAFCSURBVEhLpZWxSsNQFIaPjYhD+wIKjr5AJyc3XdSORXfxKQRR6OYDtMXdVXByEgdH3X0BB3EQJ13i/900IU1Neu/NBz/hJOTLuTf3Jitpmtp0cNUzswtlfHp3/qZjEMnma4JgrPSV/Zfbp+f+8e4nF33pKAi2XWXWVSbqLK+9QFJtP1jU0RwwF/dZWRAkohNrK3ISaCMqJBArmpNAjGhBAqGifyUQIqqVQIPoRqK9rDRze2cZugHZQVZZomwpNDDUgx68JDATDRQE65wTv8qwcTgVrpVVJRfAmjLykqiLfKf/KF+cm/GhHC4dTklQfiMbCkPZ0Zy8N3ZSI4BHxQkoajtpEPDpOJPgOytr1kmIABYkoQKYk8QIoJDECsBJ2gig/MuIEgCdtBIAEm4oEySA6i8jWOBgxZLJ0eWJ0str/6T2B9NYzRT4/lg2AAAAAElFTkSuQmCC")
    no-repeat;
}
.landing-tabs ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.landing-tabs ul:before,
.landing-tabs ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.landing-tabs ul:after {
  clear: both;
}
.landing-tabs li {
  width: 25%;
  padding: 35px;
  list-style: none;
  display: table-cell;
  text-align: center;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing-tabs-5 li {
  width: 20%;
}
.landing-tabs li:hover,
.landing-tabs li.active {
  background: rgba(0, 134, 207, 0.07);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing-tabs li:hover span,
.landing-tabs li.active span {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.landing-tabs img {
  display: block;
  margin: 0 auto;
}
.landing-tabs span {
  font-family: "Aileron-Black";
  font-weight: normal;
  color: #575757;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2em;
  display: block;
  margin-top: 20px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.landing-tabs.violet li:hover,
.landing-tabs.violet li.active {
  background: rgba(156, 77, 133, 0.07);
}
.video-gallery {
  margin-bottom: 0;
}
.video-gallery:hover .slick-prev,
.video-gallery:hover .slick-next {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.video-gallery .slick-prev {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  left: 30px;
  display: block;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  background: url(/sites/all/themes/uaoceu/img/arrow-left.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.video-gallery .slick-prev:before {
  content: "";
}
.video-gallery .slick-next {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  right: 30px;
  display: block;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  background: url(/sites/all/themes/uaoceu/img/arrow-right.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
}
.video-gallery .slick-next:before {
  content: "";
}
.video-section {
  display: block;
  width: 100%;
  height: 680px;
  overflow: hidden;
  position: relative;
  outline: none;
}
.video-section .center {
  position: relative;
  z-index: 1;
}
.video-section .title {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 78px;
  line-height: 1.1em;
  color: #fff;
  margin: 0;
  max-width: 416px;
  z-index: 1;
}
.video-section .title b {
  font-family: "Aileron-Black";
  font-weight: normal;
}
.video-section .play {
  display: block;
  width: 176px;
  height: 176px;
  background: rgba(255, 255, 255, 0.75);
  top: 50%;
  left: 50%;
  margin-left: -88px;
  margin-top: -88px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 80px #fff;
  -moz-box-shadow: inset 0 0 80px #fff;
  box-shadow: inset 0 0 80px #fff;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.video-section .play:before {
  content: "";
  width: 74px;
  height: 86px;
  background: url(/sites/all/themes/uaoceu/img/arrow3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -43px;
  margin-left: -27px;
  z-index: 1;
}
.video-section .play:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.video-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.video-section:hover:after {
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-section:hover .play {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.search-fields {
  display: block;
  background: #f4f4f4;
  padding: 40px 0;
  text-align: center;
}
.search-fields .form-section,
.search-fields .form-item {
  display: inline-block;
  width: 33.3333%;
  margin-left: -4px;
  padding: 5px 20px;
}
.full-search-fields {
  display: block;
  margin-left: -2000px;
  margin-right: -2000px;
  background: #f4f4f4;
}
.full-search-fields .search-fields {
  max-width: 1160px;
  margin: 0 auto;
}
footer {
  display: block;
  background: #575757;
  padding: 90px 0;
  color: #fff;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 18px;
}
footer.half-padding {
  padding: 40px 0;
}
footer ul {
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 14pt;
}
footer a {
  color: inherit;
}
footer a:hover {
  text-decoration: none;
  color: #009de0;
}
footer .footer-section {
  display: block;
  width: 100%;
  padding: 20px 0 12px;
  border-bottom: 1px solid #fff;
}
footer .footer-section:before,
footer .footer-section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
footer .footer-section:after {
  clear: both;
}
footer .footer-section:last-child {
  border-bottom: 0;
}
footer .logo {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  max-width: 270px;
}
footer .logo .generic-logo {
  font-family: "UtopiaRegular";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2em;
  float: left;
}
footer .logo .generic-logo img {
  width: 40px;
}
footer .logo .generic-logo img,
footer .logo .generic-logo span {
  display: inline-block;
  vertical-align: middle;
}
footer .logo .generic-logo span {
  margin-left: 5px;
}
footer .logo .generic-logo em,
footer .logo .generic-logo i {
  font-family: "UtopiaItalic";
  font-weight: normal;
}
footer .logo .generic-logo.small {
  font-size: 17px;
  text-transform: initial;
}
footer .logo .specific-univeristy {
  float: left;
  font-family: "UtopiaRegular";
  font-weight: normal;
  padding-left: 52px;
  width: 100%;
  display: block;
}
footer .logo .specific-univeristy span {
  display: block;
  font-size: 15px;
  line-height: 1em;
}
footer .logo .specific-univeristy span em {
  font-family: "UtopiaItalic";
  font-weight: normal;
}
footer .logo.absolute {
  position: absolute;
  top: 0;
  left: auto;
}
footer .logo2 {
  float: left;
  max-width: 286px;
  margin-right: 70px;
}
footer .footer-nav {
  float: right;
  padding: 16px 0;
}
footer .footer-nav.left {
  float: left;
}
footer .footer-nav ul {
  margin: 0;
  padding: 0;
}
footer .footer-nav ul:before,
footer .footer-nav ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
footer .footer-nav ul:after {
  clear: both;
}
footer .footer-nav li {
  list-style: none;
  float: left;
}
footer .footer-nav li:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
footer .footer-nav li:last-child:after {
  display: none;
}
footer .social-nav {
  float: left;
  padding: 10px 0;
}
footer .social-nav.right {
  float: right;
}
footer .social-nav ul {
  margin: 0;
  padding: 0;
}
footer .social-nav li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
footer .social-nav .social-icon {
  display: block;
  width: 46px;
  height: 30px;
  background: url(/sites/all/themes/uaoceu/img/icon/social.png) no-repeat;
}
footer .social-nav .social-icon.i-facebook {
  background-position: 0;
}
footer .social-nav .social-icon.i-twitter {
  background-position: -46px 0;
}
footer .social-nav .social-icon.i-instagram {
  background-position: -92px 0;
}
footer .social-nav .social-icon.i-linkedin {
  background-position: -138px 0;
}
footer .social-nav .social-icon.i-gplus {
  background-position: -184px 0;
}
footer .social-nav .social-icon.i-flickr {
  background-position: -230px 0;
}
footer .social-nav .social-icon.i-youtube {
  background-position: -276px 0;
}
footer .social-nav .social-icon.i-tiktok {
  background-position: -320px 0;
}
footer .acdp {
  float: left;
  width: 177px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
footer .ayala {
  float: left;
  width: 75px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
footer .universia {
  float: right;
  width: 177px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
}
footer .right-info {
  display: block;
  float: right;
  vertical-align: middle;
  font-family: "Aileron-Regular";
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 17px;
}
footer .right-info b {
  font-family: "Aileron-Black";
  font-weight: normal;
}
footer .right-info ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
footer .right-info li {
  display: inline-block;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 12px;
}
footer .right-info li:after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
footer .right-info li:last-child:after {
  display: none;
}
footer .copy {
  display: block;
  padding: 13px 0;
  padding-left: 650px;
  margin-left: -177px;
  padding-right: 200px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
footer .copy.left {
  padding: 0;
  margin: 0;
  width: auto;
}
footer .copy.right {
  float: right;
  padding: 0;
  margin: 0;
  width: auto;
}
footer .copy ul {
  margin: 0;
  padding: 0;
}
footer .copy li {
  display: inline-block;
  vertical-align: middle;
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 14pt;
}
footer .copy li:after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
footer .copy li:last-child:after {
  display: none;
}
.tabs-elements {
  display: block;
  width: 100%;
}
.tabs-elements:before,
.tabs-elements:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.tabs-elements:after {
  clear: both;
}
.tabs-elements .tab {
  display: none;
  width: 100%;
}
.tabs-elements .tab:before,
.tabs-elements .tab:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.tabs-elements .tab:after {
  clear: both;
}
.tabs-elements .active {
  display: block;
}
.areas {
  display: block;
  padding: 30px 0;
}
.areas.separate li {
  margin: 0 40px;
  margin-bottom: 20px;
}
.areas ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.areas ul.txt_center {
  text-align: center;
}
.areas li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 120px;
  cursor: pointer;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.areas li.opacity {
  opacity: 0.3;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.areas li:hover,
.areas li.active {
  display: inline-block;
}
.areas li:hover .logo,
.areas li.active .logo {
  background: #0b94d0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.areas li:hover .icon:before,
.areas li.active .icon:before {
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.areas li:hover .icon:after,
.areas li.active .icon:after {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.areas li:hover .name,
.areas li.active .name {
  font-family: "Aileron-Bold";
  font-weight: normal;
}
.areas .name {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 15px;
  line-height: 1.2em;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.areas .logo {
  display: block;
  margin: 0 auto;
  width: 86px;
  height: 86px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.areas .icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -32px;
}
.areas .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/sites/all/themes/uaoceu/img/icon/areas.png) no-repeat;
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.areas .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/sites/all/themes/uaoceu/img/icon/areas.png) no-repeat;
  opacity: 0;
  background-position: 0 -64px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.areas .icon.i-educacion:before {
  background-position: 0 0;
}
.areas .icon.i-educacion:after {
  background-position: 0 -64px;
}
.areas .icon.i-deporte:before {
  background-position: -642px 0;
}
.areas .icon.i-deporte:after {
  background-position: -642px -64px;
}
.areas .icon.i-comunicacion:before {
  background-position: -64px 0;
}
.areas .icon.i-comunicacion:after {
  background-position: -64px -64px;
}
.areas .icon.i-marketing:before {
  background-position: -128px 0;
}
.areas .icon.i-marketing:after {
  background-position: -128px -64px;
}
.areas .icon.i-salud:before {
  background-position: -192px 0;
}
.areas .icon.i-salud:after {
  background-position: -192px -64px;
}
.areas .icon.i-arquitectura:before {
  background-position: -256px 0;
}
.areas .icon.i-arquitectura:after {
  background-position: -256px -64px;
}
.areas .icon.i-diseno:before {
  background-position: -320px 0;
}
.areas .icon.i-diseno:after {
  background-position: -320px -64px;
}
.areas .icon.i-derecho:before {
  background-position: -384px 0;
}
.areas .icon.i-derecho:after {
  background-position: -384px -64px;
}
.areas .icon.i-veterinaria:before {
  background-position: -448px 0;
}
.areas .icon.i-veterinaria:after {
  background-position: -448px -64px;
}
.areas .icon.i-gastronomia:before {
  background-position: -512px 0;
}
.areas .icon.i-gastronomia:after {
  background-position: -512px -64px;
}
.areas .icon.i-psicologia:before {
  background-position: -576px 0;
}
.areas .icon.i-psicologia:after {
  background-position: -576px -64px;
}
.areas.violet li:hover .logo,
.areas.violet li.active .logo {
  background: #9c4d85;
}
.areas.violet .icon.i-educacion:before {
  background-position: 0 -128px;
}
.areas.violet .icon.i-educacion:after {
  background-position: 0 -64px;
}
.areas.violet .icon.i-comunicacion:before {
  background-position: -64px -128px;
}
.areas.violet .icon.i-comunicacion:after {
  background-position: -64px -64px;
}
.areas.violet .icon.i-marketing:before {
  background-position: -128px -128px;
}
.areas.violet .icon.i-marketing:after {
  background-position: -128px -64px;
}
.areas.violet .icon.i-salud:before {
  background-position: -192px -128px;
}
.areas.violet .icon.i-salud:after {
  background-position: -192px -64px;
}
.areas.violet .icon.i-arquitectura:before {
  background-position: -256px -128px;
}
.areas.violet .icon.i-arquitectura:after {
  background-position: -256px -64px;
}
.areas.violet .icon.i-diseno:before {
  background-position: -320px -128px;
}
.areas.violet .icon.i-diseno:after {
  background-position: -320px -64px;
}
.areas.violet .icon.i-derecho:before {
  background-position: -384px -128px;
}
.areas.violet .icon.i-derecho:after {
  background-position: -384px -64px;
}
.areas.violet .icon.i-veterinaria:before {
  background-position: -448px -128px;
}
.areas.violet .icon.i-veterinaria:after {
  background-position: -448px -64px;
}
.areas.violet .icon.i-gastronomia:before {
  background-position: -512px -128px;
}
.areas.violet .icon.i-gastronomia:after {
  background-position: -512px -64px;
}
.areas.violet .icon.i-psicologia:before {
  background-position: -576px -128px;
}
.areas.violet .icon.i-psicologia:after {
  background-position: -576px -64px;
}
.areas-content {
  position: relative;
}
.areas-content [data-area] {
  display: none;
}
.areas-content .close-area {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #575757;
  cursor: pointer;
}
.areas-content .close-area:before {
  content: "\e926";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 40px;
}
.icon-info-box {
  padding-left: 50px;
  position: relative;
  margin-bottom: 50px;
}
.icon-info-box.none-icon {
  padding-left: 0;
}
.icon-info-box.none-icon .icon {
  display: none;
}
.icon-info-box.mbSmall {
  margin-bottom: 20px;
}
.icon-info-box.type2 {
  padding-left: 86px;
}
.icon-info-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
}
.icon-info-box .icon-box span {
  font-family: "Aileron-Black";
  font-weight: normal;
  color: #0b94d0;
  font-size: 18px;
}
.icon-info-box .icon-box .icon.i-book {
  width: 50px;
  height: 50px;
  position: relative;
}
.icon-info-box .info-box {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 16px;
}
.icon-info-box .info-box p {
  font-size: 16px;
}
.icon-info-box .btn.pdf {
  position: relative;
  display: inline-block;
  float: none;
  top: auto;
  margin-left: 20px;
}
.icon-info-box .btn.margin-none {
  margin-left: 0;
  margin-top: 0;
}
.icon-info-box .icon {
  position: absolute;
  width: 30px;
  left: 0;
  top: -8px;
  font-size: 30px;
  color: #0b94d0;
}
.full-width-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
}
.box-border {
  display: inline-block;
  border: 3px solid #0b94d0;
  padding: 10px;
  font-family: "Aileron-Black";
  font-weight: normal;
  color: #0b94d0;
}
.cover-bar {
  width: 100%;
  height: 15px;
  overflow: hidden;
  background: #575757;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
}
.sponsor {
  display: inline-block;
  margin: 0 40px 20px;
}
.sponsors li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px !important;
}
.portlet {
  display: block;
  padding: 12px 20px 15px;
  margin-bottom: 25px;
}
.portlet.border {
  border: 1px solid #e7ecf1;
}
.portlet .collapse {
  display: block;
  visibility: visible;
}
.portlet .portlet-title {
  display: block;
  border-bottom: 1px solid #eef1f5;
}
.portlet .portlet-title:before,
.portlet .portlet-title:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.portlet .portlet-title:after {
  clear: both;
}
.portlet .portlet-title .caption {
  padding: 10px 0;
  float: left;
}
.portlet .portlet-title .actions {
  padding: 6px 0 14px;
  float: right;
}
.portlet .portlet-title .subject {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-family: Helvetica, Arial;
  font-weight: normal;
}
.portlet .portlet-body {
  padding-top: 8px;
}
.portlet .portlet-body:before,
.portlet .portlet-body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.portlet .portlet-body:after {
  clear: both;
}
.portlet.box {
  padding: 0;
}
.portlet.box .portlet-title {
  padding: 5px 20px;
}
.portlet.box .portlet-body {
  padding: 10px 20px;
}
.portlet.red {
  border: 1px solid #ff0101;
}
.portlet.red.border {
  border-color: #ff0101;
}
.portlet.red .portlet-title {
  background: #ff0101;
}
.portlet.red .portlet-title .subject {
  color: #fff;
}
.portlet.red .portlet-title .actions .collapse {
  color: #fff;
}
.portlet.yellow {
  border: 1px solid #cfc70e;
}
.portlet.yellow.border {
  border-color: #cfc70e;
}
.portlet.yellow .portlet-title {
  background: #cfc70e;
}
.portlet.yellow .portlet-title .subject {
  color: #fff;
}
.portlet.yellow .portlet-title .actions .collapse {
  color: #fff;
}
.portlet.blue {
  border: 1px solid #0b93cf;
}
.portlet.blue.border {
  border-color: #0b93cf;
}
.portlet.blue .portlet-title {
  background: #0b93cf;
}
.portlet.blue .portlet-title .subject {
  color: #fff;
}
.portlet.blue .portlet-title .actions .collapse {
  color: #fff;
}
.portlet.violet {
  border: 1px solid #9c4d85;
}
.portlet.violet.border {
  border-color: #9c4d85;
}
.portlet.violet .portlet-title {
  background: #9c4d85;
}
.portlet.violet .portlet-title .subject {
  color: #fff;
}
.portlet.violet .portlet-title .actions .collapse {
  color: #fff;
}
.orientation-module .icon {
  color: #0293d2;
  font-size: 90px;
  line-height: 1.5em;
}
.orientation-module span,
.orientation-module p {
  display: block;
  margin-top: 10px;
  font-family: "Aileron-Black";
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.5;
  color: #575757;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.orientation-module a:hover {
  text-decoration: none;
}
.orientation-module span:hover,
.orientation-module p:hover {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.orientation-selector {
  display: block;
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
.orientation-selector .item {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  margin-bottom: 20px;
  opacity: 0.8;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.orientation-selector .item:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.orientation-selector i {
  color: #0b93cf;
  font-size: 50px;
  margin-bottom: 20px;
  display: block;
}
.orientation-selector p {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}
.residence-list {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
}
.residence-list .residence-box {
  display: table;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #575757;
}
.residence-list .residence-box:before,
.residence-list .residence-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.residence-list .residence-box:after {
  clear: both;
}
.residence-list .cover-img {
  width: 160px !important;
  height: auto !important;
  padding: 0 !important;
  display: table-cell;
  vertical-align: top;
}
.residence-list .cover-img img {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: auto;
  left: auto;
}
.residence-list .info {
  display: table-cell;
  vertical-align: top;
  padding-left: 50px;
  padding-right: 30px;
}
.residence-list .info .name {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 22px;
}
.residence-list .data {
  display: table-cell;
  vertical-align: top;
  width: 150px;
}
.residence-list .data .number {
  font-size: 22px;
  color: #0b93cf;
  font-family: "Aileron-Black";
  font-weight: normal;
}
.residence-list .city {
  display: table-cell;
  vertical-align: top;
  width: 250px;
}
.residence-list .city .city-name {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 40px;
  display: block;
}
.residence-detail {
  display: none;
}
.residence-detail .back {
  cursor: pointer;
  text-transform: uppercase;
}
.residence-detail .back .icon {
  color: #0b94d0;
}
.residence-detail .detail-box {
  display: none;
  padding: 40px 20px;
}
.residence-detail .detail-box:before,
.residence-detail .detail-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.residence-detail .detail-box:after {
  clear: both;
}
.residence-detail .view-pictures {
  float: left;
  width: 360px;
  position: relative;
  z-index: 1;
}
.residence-detail .view-pictures .prominent-img {
  display: block;
  margin-bottom: 20px;
}
.residence-detail .view-pictures .prominent-img img {
  width: 100%;
}
.residence-detail .view-pictures .select-img:before,
.residence-detail .view-pictures .select-img:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.residence-detail .view-pictures .select-img:after {
  clear: both;
}
.residence-detail .view-pictures .select-img img {
  float: left;
  margin-bottom: 20px;
}
.residence-detail .view-pictures .select-img img:nth-child(2n + 1) {
  margin-right: 22px;
}
.residence-detail .detail-info {
  float: left;
  width: 100%;
  padding-left: 460px;
  margin-left: -360px;
}
.residence-detail .detail-info:before,
.residence-detail .detail-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.residence-detail .detail-info:after {
  clear: both;
}
.residence-detail .detail-info .price {
  float: right;
  display: block;
  font-size: 24px;
  font-family: "Aileron-Black";
  font-weight: normal;
  color: #0b94d0;
  padding: 5px;
  border: 4px solid #0b94d0;
  line-height: 1em;
}
.residence-detail .detail-info .price small {
  font-size: 18px;
  line-height: 1em;
}
.residence-detail .detail-info .title {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 10px;
}
.mask-rounded {
  display: inline-block;
  position: relative;
  padding: 30px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.tab.violet .icon {
  color: #9c4d85 !important;
}
.tab.violet .btn {
  color: #9c4d85 !important;
  border-color: #9c4d85 !important;
}
.tab.violet .number-list li {
  color: #9c4d85;
}
.tab.violet .link-list li:before {
  color: #9c4d85;
}
.thumb-gallery {
  display: block;
  width: 100%;
}
.thumb-gallery:before,
.thumb-gallery:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.thumb-gallery:after {
  clear: both;
}
.thumb-gallery .thumbs {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.thumb-gallery .thumbs img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thumb-gallery .thumbs img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-img .slide {
  outline: none;
  display: block;
}
.slide-img .slide img {
  display: block;
  margin: 0 auto;
}
.slide-img .slick-prev {
  left: 20px;
  margin-top: -20px;
  z-index: 10;
  width: auto;
  height: auto;
}
.slide-img .slick-prev:before {
  content: "\e914";
  font-family: "icomoon" !important;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
}
.slide-img .slick-next {
  right: 20px;
  margin-top: -20px;
  z-index: 10;
  width: auto;
  height: auto;
}
.slide-img .slick-next:before {
  content: "\e915";
  font-family: "icomoon" !important;
  color: #fff;
  font-size: 40px;
  line-height: 1em;
}
.results-box {
  display: block;
  text-align: left;
}
.results-box .results-nav {
  display: block;
  margin-bottom: 60px;
}
.results-box .results-nav ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.results-box .results-nav ul:before,
.results-box .results-nav ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.results-box .results-nav ul:after {
  clear: both;
}
.results-box .results-nav li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 20%;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 25px;
  color: #575757;
  opacity: 0.6;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}
.results-box .results-nav li span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #575757;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.results-box .results-nav li.active,
.results-box .results-nav li:hover {
  opacity: 1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.results-box .results-nav li.active span,
.results-box .results-nav li:hover span {
  border-bottom: 4px solid #0b94d0;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.results-box .box {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  padding-left: 13px;
  padding: 0 9px;
  width: 25%;
}
.results-box .box figure {
  padding: 0;
  margin: 20px 0;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.results-box .date {
  display: inline-block;
  width: auto;
  padding: 4px;
  border: 4px solid #575757;
  color: #575757;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 26px;
  line-height: 1em;
  margin-bottom: 25px;
}
.results-box .date.blue {
  color: #0b93cf;
  border-color: #0b93cf;
}
.results-box .date.violet {
  color: #9c4d85;
  border-color: #9c4d85;
}
.results-box h4,
.results-box .h4 {
  margin-top: 0;
  margin-bottom: 16px;
}
.results-box .icon-info-box {
  margin-bottom: 20px;
}
.collage-img {
  display: block;
  width: 100%;
  text-align: center;
}
.collage-img .collage-box-image {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  padding: 10px;
}
.collage-img .back {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 46%;
  width: 100%;
  text-align: left;
}
.collage-img .back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.collage-img img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
}
.collage-img .title {
  color: #fff;
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2em;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 2;
}
.colaborators {
  margin: 20px 0;
  padding: 0;
}
.colaborators li {
  display: inline-block !important;
  vertical-align: middle;
  width: 19%;
  min-width: 210px;
  margin-bottom: 20px;
}
.colaborators li.grayscale {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray'><feColorMatrix in='SourceGraphic' type='saturate' values='0' /></filter></svg>#gray");
  filter: grayscale(100%);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.colaborators li.grayscale:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);
}
.colaborators img {
  margin: 0 auto;
}
.reason-elements {
  display: block;
  width: 100%;
  padding-left: 4px;
}
.reason-elements .reason-box {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-left: -4px;
  padding: 0 20px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 30px;
}
.reason-elements .title {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.reason-elements .number {
  position: absolute;
  font-family: "UtopiaBold";
  font-weight: normal;
  color: rgba(11, 148, 208, 0.28);
  font-size: 130px;
  line-height: 1em;
  top: 0;
  left: 20px;
}
.detail-point {
  padding-left: 60px;
  position: relative;
  padding-top: 20px;
}
.detail-point .number {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(11, 130, 190, 0.3);
  font-size: 78px;
  font-family: "UtopiaBold";
  font-weight: normal;
  line-height: 1em;
}
.campus-icons-module {
  display: block;
  width: 100%;
  padding-left: 5px;
  margin-bottom: 70px;
}
.campus-icons-module .detail {
  vertical-align: top;
  display: inline-block;
  width: 16.666%;
  margin: 15px 0;
  min-width: 180px;
  margin-left: -5px;
  padding: 0 15px;
  text-transform: uppercase;
  text-align: center;
}
.campus-icons-module .detail a {
  color: #575757;
}
.campus-icons-module .detail a:hover {
  color: #0b94d0;
}
.campus-icons-module .name {
  font-size: 14px;
  line-height: 1.2em;
  font-family: "Aileron-Bold";
  font-weight: normal;
  display: block;
}
.campus-icons-module .radius-img {
  margin-bottom: 15px;
}
.campus-icons-module .radius-img img {
  display: block;
  margin: 0 auto;
}
.google-maps {
  height: 430px;
  display: block;
  margin-bottom: 70px;
}
.google-maps.absolute-map {
  position: absolute;
  left: 0;
  right: 0;
}
.shadow-map {
  height: 430px;
  display: block;
  margin-bottom: 70px;
}
.teacher-rounded {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.teacher-rounded.single {
  margin-top: 0;
  margin-bottom: 40px;
}
.teacher-rounded.single > li {
  margin-bottom: 20px;
}
.teacher-rounded.single .social {
  position: relative;
  margin-top: 30px;
}
.teacher-rounded.single .cover-text {
  padding-bottom: 0;
}
.teacher-rounded.single .cover-img {
  height: auto;
}
.teacher-rounded.single .cover-img img {
  width: 100%;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: auto;
  left: auto;
}
.teacher-rounded.mb00 {
  margin-bottom: 0 !important;
}
.teacher-rounded > li {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  margin-left: -3px;
  padding: 0 20px;
  margin-bottom: 60px;
}
.teacher-rounded > li.full {
  width: 100%;
}
.teacher-rounded .cover-img {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
.teacher-rounded .cover-img.small {
  max-width: 60px;
  height: auto;
}
.teacher-rounded .cover-img.small img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: auto;
  left: auto;
}
.teacher-rounded .cover-img.small ~ .cover-text {
  padding-left: 70px;
  margin-left: -60px;
}
.teacher-rounded .cover-img .front,
.teacher-rounded .cover-img .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.teacher-rounded .cover-img .front img,
.teacher-rounded .cover-img .back img {
  display: block;
  max-width: 100%;
}
.teacher-rounded .cover-img .front {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teacher-rounded .cover-img .back {
  border: 4px solid #0b93cf;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teacher-rounded .cover-img:hover .front {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teacher-rounded .cover-img:hover .back {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.teacher-rounded .cover-text {
  display: block;
  padding-left: 30px;
  font-family: "Aileron-Light";
  font-weight: normal;
  color: #575757;
  float: left;
  padding-left: 140px;
  margin-left: -120px;
  font-size: 16px;
  line-height: 1.2em;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.teacher-rounded .name {
  font-family: "Aileron-Black";
  font-weight: normal;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
}
.teacher-rounded .appointment {
  display: block;
  margin-top: 3px;
}
.teacher-rounded .appointment br {
  line-height: 25px;
}
.teacher-rounded .social {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0;
}
.teacher-rounded .social li {
  list-style: none;
  display: inline-block;
}
.teacher-rounded .social .icon {
  display: block;
  width: 30px;
  height: 25px;
  background: url(/sites/all/themes/uaoceu/img/teachers/social.png) 0 0
    no-repeat;
}
.teacher-rounded .social .icon.i-twitter {
  background-position: 0 0;
}
.teacher-rounded .social .icon.i-linkedin {
  background-position: -38px 0;
}
.teacher-rounded .social .icon.i-icon01 {
  background-position: -76px 0;
}
.teacher-rounded .social .icon.i-ceu {
  background-position: -110px 0;
}
div.datepicker {
  font-size: 13px;
  width: 100%;
}
div.datepicker.gray .ui-datepicker-inline {
  background: #fff;
}
div.datepicker .ui-datepicker-header {
  background: none;
  border: 0;
}
div.datepicker .ui-datepicker {
  width: 100%;
  padding: 20px 15px;
  border: 0;
  border-radius: 15px;
  max-width: 230px;
  margin: 0 auto;
  display: block;
}
div.datepicker .ui-datepicker .ui-datepicker-month {
  font-family: "Aileron-Black";
  font-weight: normal;
  color: #575757;
}
div.datepicker .ui-datepicker .ui-datepicker-year {
  font-family: "Aileron-Light";
  font-weight: normal;
  color: #575757;
}
div.datepicker .ui-datepicker .ui-datepicker-next span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMVJREFUeNpiYICBGfd5GUgATEiaZgLpBmI1MsI1MTCoQcW2MGQoNhBjYz2SJhDwIcZmkMZZQPwZTZygZkaoH9WgzkUPIJzOZkQKVZI0M6LwSNDMiOEGIjUzYvU5ds0cQHwYqDkTkQDQQYbiLSCZjhTaIE1yQBwHNHQmbhtRbV4IxNpAzIwks4SJgUzATMA2kLM4gfgrEPNBvbYE6JV0KgYO7uhYA9NEpQRAVpIjK5GToQkWOL6kaoJozFDsBSskQRMIAAQYAJi5TyiY//e8AAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
div.datepicker .ui-datepicker .ui-datepicker-prev span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWBAMAAAAC47AUAAAAJ1BMVEUAAAAAmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN8AmN/kq8MZAAAADXRSTlMAzIAmv/TUmQ2ml4xzMqsFLAAAAD5JREFUCNdjAAMOBgjQbABTTIIzwLSioDSEK+gM4YoY4OYug3DZQxPB3NLQQAM4DRNHqEPoY1AkQkAG6i4FAGo3DPmB04MgAAAAAElFTkSuQmCC")
    no-repeat;
  background-size: contain;
}
div.datepicker table {
  width: 100%;
  table-layout: fixed;
  min-width: inherit;
}
div.datepicker table th {
  font-size: 11px;
  font-family: "Aileron-Light";
  font-weight: normal;
  padding: 0.7em 0.3em;
  text-align: center;
}
div.datepicker table td {
  font-size: 11px;
  padding: 1px 0;
}
div.datepicker table td a {
  text-align: center;
  background: none !important;
  border: 0 !important;
  line-height: 2em;
}
div.datepicker table td a.ui-state-highlight {
  color: #0b94d0;
  font-family: "Aileron-Bold";
  font-weight: normal;
}
div.datepicker table td a.ui-state-active {
  color: #fff;
  background: #0b94d0 !important;
  font-family: "Aileron-Bold";
  font-weight: normal;
  border-radius: 50%;
  padding: 0;
}
div.datepicker table tr:hover td {
  color: #222;
  font-family: "Aileron-Light";
  font-weight: normal;
}
.events-gallery .cover-img {
  padding-bottom: 60%;
}
.events-gallery .cover-img img {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: auto;
  left: auto;
}
.events-gallery .cover-info {
  padding: 20px 8px;
}
.events-gallery .title {
  max-width: initial;
  font-size: 30px;
  margin-bottom: 20px;
}
.events-gallery .title a {
  color: inherit;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.events-gallery .title a:hover {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0b94d0;
  text-decoration: none;
}
.events-gallery p {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 22px;
}
.events-gallery .event {
  padding: 0 10px;
  outline: none;
}
.events-gallery .slick-prev {
  left: -40px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.events-gallery .slick-prev:before {
  color: #0b94d0;
  content: "\e914";
  font-family: "icomoon";
  font-size: 30px;
}
.events-gallery .slick-next {
  right: -40px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.events-gallery .slick-next:before {
  color: #0b94d0;
  content: "\e915";
  font-family: "icomoon";
  font-size: 30px;
}
.audiovisual,
.audiovisual-shadow {
  display: block;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.audiovisual > .center,
.audiovisual-shadow > .center {
  height: 800px;
  position: relative;
}
.audiovisual.full-width,
.audiovisual-shadow.full-width {
  position: absolute;
  left: 0;
  right: 0;
}
.audiovisual .info,
.audiovisual-shadow .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 0;
  color: #fff;
}
.audiovisual .info:before,
.audiovisual-shadow .info:before,
.audiovisual .info:after,
.audiovisual-shadow .info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.audiovisual .info:after,
.audiovisual-shadow .info:after {
  clear: both;
}
.audiovisual .arrow-right,
.audiovisual-shadow .arrow-right {
  display: block;
  position: absolute;
  top: 50%;
  right: 80px;
  width: 64px;
  height: 64px;
  border: 6px solid #fff;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  margin-top: -32px;
}
.audiovisual .arrow-right:before,
.audiovisual-shadow .arrow-right:before {
  content: "\e917";
  font-family: "icomoon";
  font-size: 34px;
  line-height: 54px;
}
@media all and (max-width: 1300px) {
  .events-gallery {
    padding: 0 30px;
  }
  .events-gallery .slick-prev {
    left: 0;
    z-index: 1;
  }
  .events-gallery .slick-next {
    right: 0;
  }
  .center {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .menu-header .menu li {
    font-size: 18px;
    margin-right: 15px;
  }
  .module .block-chat {
    margin-right: 0;
    right: 10px;
  }
  .module .status-section .title {
    font-size: 36px;
  }
  .gallery .slick-dots {
    margin-right: 0;
    right: 0;
  }
  footer {
    font-size: 14px;
  }
}
@media all and (max-width: 1150px) {
  .teacher-rounded > li {
    width: 50%;
  }
  .full-search-fields,
  .form-info {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .search-fields[data-fields="5"] .form-section,
  .search-fields[data-fields="5"] .form-item {
    width: 33.3%;
  }
}
@media all and (max-width: 1024px) {
  header .top-header {
    display: none;
  }
  header .menu-header {
    top: 0;
    -moz-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  header .menu-header .back-menu {
    padding: 0 0;
    padding-top: 10px;
  }
  header .menu-header .center {
    padding: 0;
    padding-bottom: 10px;
  }
  header .menu-header .logo {
    float: left;
    margin-left: 20px;
    padding-top: 0;
  }
  header .menu-header .ctrl-menu {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 22px;
  }
  header .menu-header .menu {
    padding-left: 0;
    margin-left: 0;
    display: none;
  }
  header .menu-header .submenu {
    position: fixed;
    right: -400px;
    width: 100%;
    max-width: 400px;
    height: 500px;
    background: #575757;
    display: block;
    overflow: auto;
    z-index: 10;
  }
  header .menu-header .submenu:after {
    display: none;
  }
  header .menu-header .submenu div[data-menu] {
    display: block;
    color: #fff;
  }
  header .menu-header .submenu div[data-menu] .category,
  header .menu-header .submenu div[data-menu] > li {
    display: block;
    cursor: pointer;
  }
  header .menu-header .submenu div[data-menu="busqueda"] {
    padding: 20px 0;
  }
  header .menu-header .submenu .lg_1 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_1:hover .tag,
  header .menu-header .submenu .lg_1.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_2 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_2:hover .tag,
  header .menu-header .submenu .lg_2.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_3 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_3:hover .tag,
  header .menu-header .submenu .lg_3.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_4 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_4:hover .tag,
  header .menu-header .submenu .lg_4.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_5 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_5:hover .tag,
  header .menu-header .submenu .lg_5.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_6 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_6:hover .tag,
  header .menu-header .submenu .lg_6.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_7 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_7:hover .tag,
  header .menu-header .submenu .lg_7.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_8 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_8:hover .tag,
  header .menu-header .submenu .lg_8.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_9 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_9:hover .tag,
  header .menu-header .submenu .lg_9.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_10 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_10:hover .tag,
  header .menu-header .submenu .lg_10.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_11 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_11:hover .tag,
  header .menu-header .submenu .lg_11.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .lg_12 {
    padding: 0 10px;
    width: 100%;
  }
  header .menu-header .submenu .lg_12:hover .tag,
  header .menu-header .submenu .lg_12.active .tag {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #0b93cf;
  }
  header .menu-header .submenu .tag {
    padding: 20px 0;
    border-bottom: 0;
    border-top: 1px solid #f4f4f4;
  }
  header .menu-header .submenu .tag:after {
    display: none;
  }
  header .menu-header .submenu .tag span {
    color: #fff;
  }
  header .menu-header .submenu ul {
    padding-top: 0;
    padding-bottom: 20px;
  }
  header .menu-header .submenu .center {
    padding: 0 20px;
  }
  header .menu-header .submenu span {
    color: #fff;
  }
  header .menu-header .submenu .search-btn {
    color: rgba(255, 255, 255, 0.75);
  }
  header .menu-header .submenu .generic-links {
    display: block;
  }
  header .menu-header .submenu .cover-tags {
    display: none;
  }
  header .menu-header .submenu .cover-tags > div:first-child .tag {
    border-top: 0;
  }
  header .menu-header .submenu .steps-tags .link {
    position: relative;
    float: right;
  }
  header .menu-header .submenu .drag .cover-tags {
    width: 100%;
  }
  header .menu-header .submenu .drag .lg_3 {
    width: 100%;
  }
  header .menu-header .submenu .drag .arrow-right,
  header .menu-header .submenu .drag .arrow-left {
    display: none;
  }
  header.fixed .menu-header .back-menu {
    padding: 0 0;
    padding-top: 10px;
  }
  .module .list-careers > div {
    width: 33.3333%;
  }
  .module .division-section .block .percent {
    font-size: 90px;
    text-align: right;
  }
  .module .division-section .lg_4 {
    width: 100%;
    padding-right: 0;
    max-width: 330px;
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .module .division-section .lg_8 {
    width: 100%;
    padding-left: 0;
  }
  .results-box .results-nav li {
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .results-box .box {
    width: 33.3333%;
  }
  .options-gallery-cover {
    padding-right: 0;
    margin-right: 0;
  }
  .block-comment-gallery {
    position: relative;
    top: auto;
    height: auto;
    width: 100%;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .comment-gallery.small .img-block {
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .comment-gallery.double .img-block {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .comment-gallery.double .description-block {
    padding-left: 0;
    margin-left: 0;
    padding-top: 25px;
  }
  footer .logo2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    float: none;
    margin-bottom: 10px;
  }
  footer .acdp.type2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    float: none;
  }
  footer .right-info {
    width: 100%;
    text-align: center;
  }
  .reason-elements .reason-box {
    width: 50%;
  }
}
@media all and (max-width: 900px) {
  ul.box-description li {
    width: 50%;
    margin-bottom: 10px;
  }
  header .top-header .center {
    width: 800px;
  }
  header .top-header ul > li:last-child:after {
    display: inline-block;
  }
  header .top-header ul.right {
    float: left;
  }
  header .top-header ul.right > li:last-child:after {
    display: none;
  }
  .module .title {
    font-size: 30px;
  }
  .module .cover-img {
    padding-bottom: 70%;
  }
  .module .cover-img img {
    position: absolute;
    width: 380px;
    height: 220px;
    max-width: inherit;
    margin: 0 auto;
    min-width: auto !important;
    min-height: auto !important;
    height: auto;
  }
  .module .item.type1 {
    width: 50%;
  }
  .module .item.type1 .title {
    font-size: 24px;
  }
  .module .item.type2 .cover-img {
    padding-bottom: 70%;
  }
  .module .item.type2 .title {
    font-size: 24px;
  }
  .module .item.type6 {
    width: 50%;
  }
  .module .item.type6 .cover-img {
    padding-bottom: 70%;
  }
  .module .item.type6 .title {
    font-size: 24px;
  }
  .module .information-block {
    margin-left: -20px;
    margin-right: -20px;
  }
  .module .information-block .lg_4 {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .module .information-block .sm_6 {
    float: none;
    width: 50%;
    padding: 5px;
    display: inline-block;
    margin-left: -4px;
  }
  .module .information-block.fixed {
    margin-left: 0;
    margin-right: 0;
  }
  .module .information-block.fixed .lg_4 {
    float: none;
    padding: 0 10px;
  }
  .module .list-section .list-item {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
  }
  .module .list-section .list-item:last-child {
    margin-bottom: 0;
    border: 0;
  }
  .module .status-section .status {
    width: 50%;
    margin-bottom: 30px;
  }
  .module .col5 {
    width: 33.3333%;
  }
  .module .col4 {
    width: 33.3333%;
  }
  .module .col3 {
    width: 50%;
  }
  .module .cover-icons .cover-img img {
    position: static;
    min-width: initial;
  }
  .module .accordeon-list .accordeon-item.small {
    width: 13.3333%;
  }
  .module .accordeon-list .accordeon-item.big {
    width: 60%;
  }
  .module .accordeon-list .external-title {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transform-origin: 10px 10px;
    -moz-transform-origin: 10px 10px;
    -ms-transform-origin: 10px 10px;
    -o-transform-origin: 10px 10px;
    transform-origin: 10px 10px;
  }
  .module .cover-acordeon .acordeon-box {
    padding: 20px 0;
  }
  .module .cover-acordeon .acordeon-box.padding-left {
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 20px 0;
  }
  .module .cover-acordeon .tag {
    font-size: 20px;
  }
  .module .cover-acordeon .tag.small {
    font-size: 16px;
  }
  .module .cover-acordeon table th {
    font-size: 16px;
  }
  .module .cover-acordeon table td {
    font-size: 16px;
  }
  .module .tags-information {
    text-align: center;
  }
  .module .tags-information ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .module .tags-information .btn.btn-download {
    float: none;
  }
  .module .teacher-cover .cover-img img {
    position: relative;
  }
  .results-box .box {
    width: 50%;
  }
  .options-gallery-cover {
    padding: 0 20px;
    padding-top: 50px;
  }
  .options-gallery {
    overflow: initial;
  }
  .options-gallery .title span {
    font-size: 20px;
    line-height: 1.1em;
  }
  .gallery .title {
    font-size: 60px;
  }
  .gallery .box-info {
    font-size: 20px;
    padding-bottom: 50px;
  }
  .gallery .center {
    padding-right: 20px;
  }
  .gallery .slick-dots {
    left: 0;
    width: 100%;
    max-width: none;
    bottom: 0;
  }
  .gallery .slide {
    height: 500px;
  }
  .gallery.landing-gallery .slide {
    height: 500px;
  }
  .formulary-slide {
    position: relative;
    top: 0;
    width: 100%;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    height: auto;
    margin-left: -20px;
  }
  .formulary-slide form {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  .formulary-slide .form-section,
  .formulary-slide .form-item {
    padding: 8px 20px;
  }
  .options-gallery .slick-slide > div {
    width: 50% !important;
  }
  .landing-tabs li {
    display: inline-block;
    width: 50%;
  }
  .video-section {
    height: 400px;
  }
  .video-section .table .v-align-top {
    padding-top: 0;
  }
  .video-section .play {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
  }
  .video-section .play:before {
    width: 58px;
    height: 68px;
    margin-top: -34px;
    margin-left: -22px;
  }
  .video-section .table .v-align {
    vertical-align: top;
  }
  .video-section .title {
    margin-top: 50px;
    font-size: 50px;
    max-width: none;
  }
  footer {
    padding: 30px 0;
  }
  footer .logo {
    margin: 0 auto;
    float: none;
    max-width: 190px;
  }
  footer .logo:before,
  footer .logo:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    height: 0;
  }
  footer .logo:after {
    clear: both;
  }
  footer .social-nav {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  footer .social-nav.right {
    float: none;
  }
  footer .footer-nav {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  footer .footer-nav li {
    float: none;
    display: inline-block;
  }
  footer .footer-section {
    border-bottom: 0;
  }
  footer .footer-section:first-child {
    padding-bottom: 0;
  }
  footer .footer-section:nth-child(2) {
    padding-top: 0;
    border-bottom: 1px solid #fff;
  }
  footer .copy.left,
  footer .copy.right {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .collage-img .collage-box-image {
    width: 100%;
  }
  .teacher-cover .cover-img {
    padding-bottom: 0;
  }
  .teacher-rounded .cover-img {
    padding-bottom: 0;
    height: 120px;
  }
  .residence-detail .view-pictures {
    width: 100%;
    max-width: 360px;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .residence-detail .detail-info {
    float: none;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .residence-list .residence-box {
    display: inline-block;
    width: 48%;
    border-bottom: 0;
    vertical-align: top;
  }
  .residence-list .cover-img img {
    position: relative;
  }
  .residence-list .info {
    padding-left: 0;
  }
  .residence-list .cover-img,
  .residence-list .info,
  .residence-list .data,
  .residence-list .city {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
  .modalbox[data-modal="subject"] .content {
    padding: 60px 20px;
  }
}
@media all and (max-width: 768px) {
  img.autoright {
    margin-left: auto;
    margin-right: auto;
  }
  img.autoleft {
    margin-left: auto;
    margin-right: auto;
  }
  .module .col5 {
    width: 50%;
  }
  .module .col4 {
    width: 50%;
  }
  .module .col3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .module .col3 p {
    font-size: 22px;
  }
  .module .status-section .status {
    width: 100%;
  }
  .module .status-section .status:last-child {
    margin-bottom: 0;
  }
  .module .list-careers > div {
    width: 50%;
  }
  .module .section .title.big {
    font-size: 40px;
  }
  .module .cover-icons {
    min-height: initial;
  }
  .module .cover-icons span {
    text-align: right;
    font-size: 60px;
    display: block;
  }
  .module .clone {
    margin: 0 0 !important;
  }
  .module .information-block .btn-information {
    font-size: 11px;
    padding: 8px;
    padding-left: 20px;
  }
  .module .information-block .btn-information i {
    top: 4px;
    left: 1px;
  }
  .module .information-block .btn-admision {
    font-size: 11px;
    padding: 8px;
    padding-left: 20px;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  .module .information-block .btn-admision i {
    top: 4px;
    left: 1px;
  }
  .module .information-block .btn-download {
    font-size: 11px;
    padding: 8px;
    padding-left: 20px;
  }
  .module .information-block .btn-download i {
    top: 6px;
    left: 3px;
  }
  .module .information-block.fixed .lg_4 {
    display: none;
  }
  .module .information-block.fixed .sm_6 {
    display: inline-block;
  }
  .module .accordeon-list .accordeon-item {
    width: 100%;
    height: 300px;
    border-bottom: 20px solid #fff;
    border-right: 0;
    border-left: 0;
  }
  .module .accordeon-list .accordeon-item.small {
    width: 100%;
  }
  .module .accordeon-list .accordeon-item.big {
    width: 100%;
  }
  .module .accordeon-list .external-title {
    display: none;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transform-origin: 10px 10px;
    -moz-transform-origin: 10px 10px;
    -ms-transform-origin: 10px 10px;
    -o-transform-origin: 10px 10px;
    transform-origin: 10px 10px;
  }
  .module .accordeon-list .internal-title {
    font-size: 36px;
  }
  .module .accordeon-list .box {
    display: block;
  }
  .module .accordeon-list[data-showItems="3"] .accordeon-item,
  .module .accordeon-list[data-showItems="2"] .accordeon-item,
  .module .accordeon-list[data-showItems="1"] .accordeon-item {
    width: 100%;
  }
  .module .accordeon-list[data-showItems="3"] .accordeon-item.small,
  .module .accordeon-list[data-showItems="2"] .accordeon-item.small,
  .module .accordeon-list[data-showItems="1"] .accordeon-item.small {
    width: 100%;
  }
  .module .accordeon-list[data-showItems="3"] .accordeon-item.big,
  .module .accordeon-list[data-showItems="2"] .accordeon-item.big,
  .module .accordeon-list[data-showItems="1"] .accordeon-item.big {
    width: 100%;
  }
  .module .division-section .title {
    font-size: 30px;
  }
  .module .division-section .list-information .title {
    font-size: 22px;
  }
  .module .cover-acordeon table.generic-table thead th {
    display: block;
    border: 0;
  }
  .module .cover-acordeon table.generic-table tbody td {
    display: block;
    border: 0;
  }
  .module .cover-acordeon table.generic-table tr {
    display: block;
    border-bottom: 1px solid #575757;
  }
  .results-box {
    text-align: center;
  }
  .results-box .results-nav li {
    width: 100%;
  }
  .results-box .box {
    text-align: left;
    width: 100%;
    max-width: 380px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
  }
  .comment-gallery .img-block {
    width: 100%;
  }
  .comment-gallery .description-block {
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
  .options-gallery .slick-slide > div {
    padding-right: 10px;
  }
  .search-fields .form-section,
  .search-fields .form-item {
    width: 100%;
  }
  .add-elements .clone {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .add-elements .btn {
    font-size: 11px;
  }
  .add-elements .btn-admision {
    margin: 0 10px;
  }
  .add-elements .btn-information {
    margin: 0;
  }
  .table {
    display: block;
  }
  .table .table-cell {
    display: block;
    margin-bottom: 10px;
  }
  .sponsor {
    margin-left: 0;
    margin-right: 0;
  }
  footer .copy {
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
  }
  table.broken-table {
    min-width: initial !important;
  }
  table.broken-table th,
  table.broken-table td {
    display: block;
    border: 0 !important;
  }
  table.broken-table th.center,
  table.broken-table td.center {
    text-align: left;
  }
  table.broken-table tr {
    display: block;
    border-bottom: 1px solid #575757;
  }
  .teacher-rounded > li {
    width: 100%;
  }
  .residence-list .residence-box {
    width: 100%;
  }
  .audiovisual,
  .audiovisual-shadow {
    height: 550px;
  }
  .audiovisual > .center,
  .audiovisual-shadow > .center {
    height: 550px;
  }
  .audiovisual .info,
  .audiovisual-shadow .info {
    padding: 20px 0;
  }
  .audiovisual .arrow-right,
  .audiovisual-shadow .arrow-right {
    top: 10px;
    right: 10px;
    margin-top: 0;
  }
  .module .information-block .share span {
    font-size: 12px;
  }
}
@media all and (max-width: 550px) {
  .module {
    padding: 30px 0;
  }
  .date-box {
    margin: 25px 0;
    font-size: 20px;
    border-width: 2px;
  }
  ul.box-description li {
    width: 100%;
  }
  ul.arrow-list {
    padding-left: 40px;
  }
  header .menu-header .logo {
    margin-left: 10px;
    max-width: 220px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  header .menu-header .logo img {
    max-width: 190px;
  }
  header .menu-header .logo .generic-logo {
    font-size: 24px;
    padding-right: 10px;
    margin-right: 10px;
  }
  header .menu-header .logo .generic-logo img {
    width: 36px;
  }
  header .menu-header .logo .generic-logo span {
    margin-left: 0;
  }
  header .menu-header .logo .specific-univeristy {
    padding-left: 0;
  }
  header .menu-header .logo .specific-univeristy span {
    font-size: 14px;
  }
  header .menu-header .center {
    padding-bottom: 0;
  }
  header .menu-header .ctrl-menu {
    margin-top: 20px;
  }
  header.fixed .menu-header .back-menu {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.75);
  }
  .add-elements {
    text-align: center;
    display: none !important;
  }
  .add-elements .btn-information {
    max-width: 130px;
  }
  .add-elements .btn-admision {
    max-width: 130px;
  }
  .add-elements .btn-download {
    max-width: 130px;
  }
  .services-block ul {
    text-align: center;
  }
  .module .plus {
    width: 50px;
    height: 50px;
    bottom: -25px;
    margin-left: -25px;
  }
  .module .plus:before {
    width: 20px;
    margin-left: -10px;
  }
  .module .plus:after {
    height: 20px;
    margin-top: -10px;
  }
  .module .internal-menu {
    margin-bottom: 10px;
  }
  .module .internal-menu li {
    display: block !important;
    padding: 0 !important;
  }
  .module .internal-menu.type2 li,
  .module .internal-menu.type3 li,
  .module .internal-menu.type4 li,
  .module .internal-menu.type5 li {
    margin: 0 5px;
  }
  .module .internal-menu.type2 li:first-child,
  .module .internal-menu.type3 li:first-child,
  .module .internal-menu.type4 li:first-child,
  .module .internal-menu.type5 li:first-child {
    margin-left: 5px;
  }
  .module .internal-menu.type2 li:last-child,
  .module .internal-menu.type3 li:last-child,
  .module .internal-menu.type4 li:last-child,
  .module .internal-menu.type5 li:last-child {
    margin-right: 5px;
  }
  .module .internal-menu.type2 li span,
  .module .internal-menu.type3 li span,
  .module .internal-menu.type4 li span,
  .module .internal-menu.type5 li span {
    font-size: 16px;
  }
  .module .item.type1,
  .module .item.type5 {
    width: 100%;
  }
  .module .item.type1 .title,
  .module .item.type5 .title {
    font-size: 24px;
  }
  .module .item.type2,
  .module .item.type6 {
    width: 100%;
  }
  .module .item.type2 .title,
  .module .item.type6 .title {
    font-size: 24px;
  }
  .module .item .block {
    margin-bottom: 30px;
  }
  .module .cover-info {
    padding: 15px 0;
  }
  .module .col5 {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
  .module .col4 {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
  .module .col4 .rank-position {
    max-width: 290px;
    display: block;
  }
  .module .list-careers > div {
    width: 100%;
  }
  .module .status-section .status {
    margin-bottom: 0;
  }
  .module .status-section .title {
    font-size: 26px;
  }
  .module .status-section .icon {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
  .module .division-section .block .cover-icon {
    padding-right: 180px;
    margin-right: -150px;
  }
  .module .division-section .block .percent {
    font-size: 90px;
    width: 150px;
  }
  .module .division-section .block .percent i {
    font-size: 40px;
  }
  .module .division-section p {
    font-size: 26px;
  }
  .module .tags-information li {
    display: block;
    text-align: left;
  }
  .module .tags-information li:after {
    display: none;
  }
  .module .cover-acordeon .acordeon-box .lg_1 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_2 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_3 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_4 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_5 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_6 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_7 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_8 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_9 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_10 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_11 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .acordeon-box .lg_12 {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .module .cover-acordeon .teacher-cover .cover-img {
    width: 100%;
    max-width: 88px;
    margin: 0 auto;
    display: block;
    float: none;
  }
  .module .cover-acordeon .teacher-cover .cover-description {
    float: none;
    padding-left: 0;
    margin-left: 0;
    padding-top: 10px;
  }
  .module .clone {
    display: block;
  }
  .module .information-block .btn-information {
    max-width: 230px;
    width: 100%;
  }
  .module .information-block .btn-information i {
    top: 4px;
  }
  .module .information-block .btn-admision {
    max-width: 230px;
    width: 100%;
  }
  .module .information-block .btn-admision i {
    top: 4px;
  }
  .module .information-block .btn-download {
    max-width: 230px;
    width: 100%;
  }
  .module .information-block .btn-download i {
    top: 4px;
  }
  .links-elements {
    max-width: 230px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .gallery .title {
    font-size: 40px;
  }
  .gallery .slick-dots li {
    margin: 0 8px;
  }
  .options-gallery .slick-slide > div {
    width: 100% !important;
    padding-left: 0;
    padding-right: 10px;
  }
  .comment-gallery .slick-prev {
    left: 0;
  }
  .comment-gallery .slick-next {
    right: 0;
  }
  .landing-tabs li {
    width: 100%;
  }
  .video-section .play {
    margin-top: 0;
    top: 60%;
  }
  footer .center {
    padding: 0 10px;
  }
  footer .logo {
    margin-bottom: 16px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
  }
  footer .logo img {
    margin: 0 auto;
  }
  footer .logo .generic-logo {
    font-size: 30px;
    max-width: 190px;
    display: block;
    margin: 0 auto;
    float: none;
  }
  footer .logo .generic-logo img {
    width: 40px;
  }
  footer .logo .generic-logo span {
    margin-left: 0;
  }
  footer .logo .specific-univeristy {
    max-width: 190px;
    display: block;
    margin: 0 auto;
    float: none;
  }
  footer li {
    margin-bottom: 8px;
  }
  footer .footer-nav {
    padding: 0;
  }
  footer .footer-nav li {
    display: block;
  }
  footer .footer-nav li:after {
    display: none;
  }
  footer .copy li {
    display: block;
  }
  footer .copy li:after {
    display: none;
  }
  footer .acdp,
  footer .universia {
    display: block;
    float: none;
    margin: 10px auto;
  }
  .collage-img .collage-box-image {
    padding-left: 0;
    padding-right: 0;
  }
  .collage-img .back {
    padding-bottom: 60%;
  }
  .collage-img .title {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .reason-elements .reason-box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .teacher-cover .cover-img {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
    width: 120px;
  }
  .teacher-cover .cover-description {
    padding-left: 0;
    margin-left: 0;
  }
  .teacher-rounded {
    padding-left: 3px !important;
  }
  .teacher-rounded > li {
    padding: 0 10px;
  }
  .teacher-rounded .cover-img {
    float: none;
    margin: 0 auto;
  }
  .teacher-rounded .cover-text {
    float: none;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 0;
  }
  .teacher-rounded .social {
    padding-left: 0 !important;
  }
  p.p10 {
    font-size: 18px;
  }
  p.p11 {
    font-size: 18px;
  }
  p.p12 {
    font-size: 18px;
  }
  p.p13 {
    font-size: 18px;
  }
  p.p14 {
    font-size: 18px;
  }
  p.p15 {
    font-size: 18px;
  }
  p.p16 {
    font-size: 18px;
  }
  p.p17 {
    font-size: 18px;
  }
  p.p18 {
    font-size: 18px;
  }
  p.p19 {
    font-size: 18px;
  }
  p.p20 {
    font-size: 18px;
  }
  p.p21 {
    font-size: 18px;
  }
  p.p22 {
    font-size: 18px;
  }
  p.p23 {
    font-size: 18px;
  }
  p.p24 {
    font-size: 18px;
  }
  p.p25 {
    font-size: 18px;
  }
  p.p26 {
    font-size: 18px;
  }
  p.p27 {
    font-size: 18px;
  }
  p.p28 {
    font-size: 18px;
  }
  p.p29 {
    font-size: 18px;
  }
  p.p30 {
    font-size: 18px;
  }
  p.p31 {
    font-size: 18px;
  }
  p.p32 {
    font-size: 18px;
  }
  .list-files li {
    margin-bottom: 20px;
  }
  .list-files .icon {
    margin-bottom: 10px;
  }
  .list-files .description {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-bottom: 10px;
  }
  .list-files .btn {
    float: right;
  }
  .p10 {
    padding: 0;
  }
  .p20 {
    padding: 0;
  }
  .p30 {
    padding: 0;
  }
  .p40 {
    padding: 0;
  }
  .p50 {
    padding: 0;
  }
  .p60 {
    padding: 0;
  }
  .p70 {
    padding: 0;
  }
  .p80 {
    padding: 0;
  }
  .p90 {
    padding: 0;
  }
  .p100 {
    padding: 0;
  }
  .pl10 {
    padding-left: 0;
  }
  .pl20 {
    padding-left: 0;
  }
  .pl30 {
    padding-left: 0;
  }
  .pl40 {
    padding-left: 0;
  }
  .pl50 {
    padding-left: 0;
  }
  .pl60 {
    padding-left: 0;
  }
  .pl70 {
    padding-left: 0;
  }
  .pl80 {
    padding-left: 0;
  }
  .pl90 {
    padding-left: 0;
  }
  .pl100 {
    padding-left: 0;
  }
  .pr10 {
    padding-right: 0;
  }
  .pr20 {
    padding-right: 0;
  }
  .pr30 {
    padding-right: 0;
  }
  .pr40 {
    padding-right: 0;
  }
  .pr50 {
    padding-right: 0;
  }
  .pr60 {
    padding-right: 0;
  }
  .pr70 {
    padding-right: 0;
  }
  .pr80 {
    padding-right: 0;
  }
  .pr90 {
    padding-right: 0;
  }
  .pr100 {
    padding-right: 0;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .ph10 {
    padding: 0 0;
  }
  .ph20 {
    padding: 0 0;
  }
  .ph30 {
    padding: 0 0;
  }
  .ph40 {
    padding: 0 0;
  }
  .ph50 {
    padding: 0 0;
  }
  .ph60 {
    padding: 0 0;
  }
  .ph70 {
    padding: 0 0;
  }
  .ph80 {
    padding: 0 0;
  }
  .ph90 {
    padding: 0 0;
  }
  .ph100 {
    padding: 0 0;
  }
  .pv10 {
    padding: 0 0;
  }
  .pv20 {
    padding: 0 0;
  }
  .pv30 {
    padding: 0 0;
  }
  .pv40 {
    padding: 0 0;
  }
  .pv50 {
    padding: 0 0;
  }
  .pv60 {
    padding: 0 0;
  }
  .pv70 {
    padding: 0 0;
  }
  .pv80 {
    padding: 0 0;
  }
  .pv90 {
    padding: 0 0;
  }
  .pv100 {
    padding: 0 0;
  }
  .m10 {
    margin: 0;
  }
  .m20 {
    margin: 0;
  }
  .m30 {
    margin: 0;
  }
  .m40 {
    margin: 0;
  }
  .m50 {
    margin: 0;
  }
  .m60 {
    margin: 0;
  }
  .m70 {
    margin: 0;
  }
  .m80 {
    margin: 0;
  }
  .m90 {
    margin: 0;
  }
  .m100 {
    margin: 0;
  }
  .ml10 {
    margin-left: 0;
  }
  .ml20 {
    margin-left: 0;
  }
  .ml30 {
    margin-left: 0;
  }
  .ml40 {
    margin-left: 0;
  }
  .ml50 {
    margin-left: 0;
  }
  .ml60 {
    margin-left: 0;
  }
  .ml70 {
    margin-left: 0;
  }
  .ml80 {
    margin-left: 0;
  }
  .ml90 {
    margin-left: 0;
  }
  .ml100 {
    margin-left: 0;
  }
  .mr10 {
    margin-right: 0;
  }
  .mr20 {
    margin-right: 0;
  }
  .mr30 {
    margin-right: 0;
  }
  .mr40 {
    margin-right: 0;
  }
  .mr50 {
    margin-right: 0;
  }
  .mr60 {
    margin-right: 0;
  }
  .mr70 {
    margin-right: 0;
  }
  .mr80 {
    margin-right: 0;
  }
  .mr90 {
    margin-right: 0;
  }
  .mr100 {
    margin-right: 0;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .mh10 {
    margin: 0 0;
  }
  .mh20 {
    margin: 0 0;
  }
  .mh30 {
    margin: 0 0;
  }
  .mh40 {
    margin: 0 0;
  }
  .mh50 {
    margin: 0 0;
  }
  .mh60 {
    margin: 0 0;
  }
  .mh70 {
    margin: 0 0;
  }
  .mh80 {
    margin: 0 0;
  }
  .mh90 {
    margin: 0 0;
  }
  .mh100 {
    margin: 0 0;
  }
  .mv10 {
    margin: 0 0;
  }
  .mv20 {
    margin: 0 0;
  }
  .mv30 {
    margin: 0 0;
  }
  .mv40 {
    margin: 0 0;
  }
  .mv50 {
    margin: 0 0;
  }
  .mv60 {
    margin: 0 0;
  }
  .mv70 {
    margin: 0 0;
  }
  .mv80 {
    margin: 0 0;
  }
  .mv90 {
    margin: 0 0;
  }
  .mv100 {
    margin: 0 0;
  }
}
#first-time {
  display: none;
}
#user-login {
  clear: both;
  margin: 80px;
}
.form-item,
.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.form-item label.option {
  display: inline-block;
}
.form-radios {
  display: inline-block;
}
.form-type-radio {
  display: inline-block;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.half {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -ms-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  animation-name: zoomIn;
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  -moz-animation-name: zoomOut;
  -ms-animation-name: zoomOut;
  -o-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-moz-keyframes bounce {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes bounce {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-o-keyframes bounce {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@-moz-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    -o-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    -o-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    -o-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    -o-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.form-section .form-item {
  padding: 5px;
}
.form-ctrl > input[type="checkbox"],
.form-ctrl > input[type="radio"] {
  float: left;
  display: block;
  width: auto;
  margin-right: 10px;
  margin-top: 15px;
}
.form-ctrl > input[type="checkbox"] + label,
.form-ctrl > input[type="radio"] + label {
  float: left;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}
#overbox3 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  display: block;
}
#infobox3 {
  margin: auto;
  position: relative;
  top: 0px;
  height: 58px;
  width: 100%;
  text-align: center;
  background-color: #eeeeee;
}
#infobox3 p {
  line-height: 58px;
  font-size: 12px;
  text-align: center;
}
#infobox3 p a {
  margin-right: 5px;
  text-decoration: underline;
}
.formulary-try {
  position: absolute;
  width: 410px;
  top: -650px;
  right: 0;
  padding: 30px;
  height: 650px;
  overflow: hidden;
  background: url(/sites/all/themes/uaoceu/img/landings/bgform01.jpg) no-repeat;
  background-size: cover;
}
tbody {
  border-top: none !important;
}
.block-form-landing {
  padding: 2px 1px 2px 2px;
  clear: both;
}
.form-section-landing .form-item {
  padding: 0;
}
.form-ctrl > input[type="checkbox"],
.form-ctrl > input[type="radio"] {
  float: left;
  display: block;
  width: auto;
  margin-right: 10px;
}
.form-ctrl-landing {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #f4f4f4;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-ctrl-landing-combo {
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  border: 1px solid #f4f4f4;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.formulary-slide-landing {
  color: #fff;
  font-family: "Aileron-Thin";
  font-weight: normal;
  font-size: 11px;
  display: inline-block;
  padding-left: 30px;
  float: left;
  width: 100%;
  margin-left: -32px;
}
.dropdown {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}
.dropdown ul {
  margin: -1px 0 0 0;
}
.dropdown dd {
  position: relative;
}
.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.dropdown dt a {
  background-color: #4f6877;
  display: block;
  padding: 8px 20px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 272px;
}
.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}
.dropdown dd ul {
  background-color: #4f6877;
  border: 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 280px;
  list-style: none;
  height: 100px;
  overflow: auto;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown dd ul li a:hover {
  background-color: #fff;
}
.estudio-landing {
  padding: 8px 10px;
  width: 100%;
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #e7e0e04d;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border: 0px none #ffffff;
}
.size30 {
  font-size: 30px;
}
.size24 {
  font-size: 24px;
}
.weight400 {
  font-weight: 400;
}
.weight700 {
  font-weight: 700;
}
.block-form-lan {
  padding: 10px 7px;
  clear: both;
}
.block-form-lan:before,
.block-form-lan:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.block-form-lan:after {
  clear: both;
}
.block-form-lan.borderTop:before {
  content: "";
  display: block;
  left: 7px;
  right: 7px;
  height: 1px;
  position: absolute;
  top: 0;
  background: #818181;
  visibility: visible;
}
.formulary-slide-landing .form-section-landing,
.formulary-slide-landing .form-item-landng {
  padding: 8px 10px;
}
.formulary-slide-landing .form-ctrl-landing {
  font-size: 14px;
  padding: 5px 15px;
}
.formulary-slide-landing select.form-ctrl-landing {
  background-size: 18px;
}
.formulary-slide-landing label {
  margin-bottom: -10px;
  display: block;
}
.formulary-slide-landing label:before,
.formulary-slide-landing label:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  height: 0;
}
.formulary-slide-landing label:after {
  clear: both;
}
.formulary-slide-landing label span {
  color: #fff;
  font-family: "Aileron-Light";
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  padding-left: 30px;
  float: left;
  width: 100%;
  margin-left: -32px;
}
.lg_12b {
  width: 100%;
  float: left;
  min-height: 1px;
  margin-top: -20px;
}
.lg_12b.inline-block {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  padding: 5px 5px 5px 5px;
}
.lg_12b.padding {
  padding-left: 15px;
  padding-right: 15px;
}
.form-section txt_normal {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 450px) {
  ul.list-info .description {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }
  ul.list-info .years {
    width: 50%;
  }
  ul.list-info .ects {
    width: 50%;
  }
  div.areas.separate li {
    margin: 0 10px 20px 10px;
  }
  .modalbox.form .content .title {
    font-size: 40px;
  }
}
.educationtalks-multimedia .cover-img:after {
  height: calc(100% - 10px);
  display: none;
}
.educationtalks-multimedia .video-section:after {
  background: rgba(0, 0, 0, 0.3);
}
.educationtalks-multimedia .video-section .play {
  display: block;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid #0b93cf;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 0 80px #fff;
  -moz-box-shadow: inset 0 0 80px #fff;
  box-shadow: inset 0 0 80px #fff;
  cursor: pointer;
  z-index: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.educationtalks-multimedia .video-section .play:before {
  content: "";
  width: 45px;
  height: 52px;
  background: url(/sites/all/themes/uaoceu/img/arrow3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -18px;
  z-index: 1;
}
.educationtalks-multimedia .video-section:hover .play {
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.educationtalks-multimedia h2.title a {
  color: #515151;
}
.educationtalks-multimedia .title {
  display: inline-block !important;
  margin-bottom: 20px;
}
.educationtalks-multimedia h2.title a:hover {
  text-decoration: none;
}
.educationtalks-multimedia .internal-menu {
  display: inline-block;
  float: right;
  width: auto;
}
.educationtalks-multimedia .tabs-elements {
  clear: both;
}
.educationtalks-multimedia .internal-menu nav {
  padding: 20px 0 30px 0;
  padding-bottom: 0;
}
#webform-client-form-9383 p.mt10 {
  font-weight: 700;
  text-align: left !important;
  letter-spacing: 1px;
}
.module .item .block .cover-img.destacado {
  height: 240px;
}
.module.module-news .plus {
  display: none !important;
}
.module .cover-img img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 900px) {
  p.info-box-alpha {
    margin-left: 5% !important;
  }
}
.video-section .slick-prev {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  left: 30px;
  display: block;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  background: url(/sites/all/themes/uaoceu/img/arrow-left.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.video-section .slick-next {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  right: 30px;
  display: block;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  top: 50%;
  background: url(/sites/all/themes/uaoceu/img/arrow-right.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.video-section .slick-next:before {
  content: "";
  display: none;
}
.video-section .slick-prev:before {
  content: "";
  display: none;
}
.video-section .previous,
.video-section .next {
  margin: 0px 0 0px 0;
  cursor: pointer;
  z-index: 9999;
}
.video-section:hover .slick-prev,
.video-section:hover .slick-next {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
p.info-box-alpha {
  padding: 10px;
  margin-left: 20%;
  background-color: rgba(11, 148, 208, 0.2);
}
.btn.pdf-bis {
  display: inline-block;
  padding: 5px 10px;
  border: 3px solid #0b94d0;
  color: #0b94d0;
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 14pt;
  line-height: 1em;
  position: relative;
  padding-left: 25px;
  left: 25px;
  right: auto !important;
  top: auto !important;
  margin-top: 0 !important;
  float: none !important;
}
.small70 {
  font-size: 70%;
}
table.bordered-light {
  margin-top: 20px;
}
table.bordered-light th {
  font-size: 16px !important;
}
table.bordered-light tr {
  border-bottom: 1px solid #888;
}
table.bordered-light tr:last-child {
  border-bottom: none;
}
table.bordered-light tr td {
  min-width: 85px;
  font-size: 18px !important;
}
table.bordered-light tr > td:nth-child(2) {
  padding-left: 20px;
}
table.rgpd-table td {
  padding: 10px;
}
table.rgpd-table tr > td[colspan="2"],
table.rgpd-table tr > td[colspan="2"] p {
  text-align: center !important;
}
table.rgpd-table td p {
  margin-bottom: 0;
}
table.rgpd-table {
  margin-bottom: 15px;
}
.isDisabled:hover {
  cursor: not-allowed !important;
}
.cover-acordeon-dinamico > .block-block {
  border-bottom: 1px solid #575757 !important;
}
.video-section .play.violet:before {
  content: "";
  width: 74px;
  height: 86px;
  background: url(/sites/all/themes/uaoceu/img/arrow3-violet.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -43px;
  margin-left: -27px;
  z-index: 1;
}
.share > ul > li > span > span:hover {
  cursor: pointer;
}
.no-p-bottom {
  padding-bottom: 0 !important;
}
.no-p-top {
  padding-top: 0 !important;
}
.search-fields .form-section,
.search-fields .form-item {
  position: relative;
}
.btn.btn-download {
  padding-left: 10px;
}
footer .copy {
  margin-right: 0;
}
.gallery .title.mod {
  font-size: 62px;
}
@media (max-width: 550px) {
  .gallery .title.mod {
    font-size: 40px;
  }
}
@media (max-width: 900px) {
  .module .title.mod {
    font-size: 45px;
  }
}
.gallery.landing-gallery .slide.mod {
  height: 450px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.gallery.landing-gallery .slide.mod .box-info {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.thanks .p22 {
  margin: 0 0 15px;
}
.cards-wrapper .card-inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ddd;
  opacity: 0.3;
  z-index: -1;
}
.cards-wrapper .card-inner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #0b93cf;
  opacity: 0.1;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cards-wrapper .card-inner-alt:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff !important;
  opacity: 0.85 !important;
  z-index: -1;
}
.cards-wrapper p.no-bottom {
  margin-bottom: 4px;
}
.cards-wrapper .card-inner:hover:before {
  width: 100%;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cards-wrapper .card-inner {
  padding: 15px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cards-wrapper .card-inner:hover {
  cursor: pointer;
}
.cards-wrapper .card-qr:hover {
  cursor: pointer;
}
.cards-wrapper .card-inner-alt:hover {
  cursor: default;
}
.cards-wrapper .cards .card {
  position: relative;
  flex: 0 0 20%;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.ferias-nav {
  padding-left: 10px;
  padding-right: 10px;
}
.cards-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 10px;
}
.cards-wrapper .cards {
  display: flex;
  flex-wrap: wrap;
}
.cards-wrapper .card-date {
  display: inline-block;
  width: fit-content;
  padding: 4px;
  border: 3px solid #575757;
  color: #575757;
  font-family: "Aileron-Black";
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 0px;
}
.cards-wrapper .card-title {
  text-align: center;
  margin: 1em 0;
  font-size: 18px;
}
.cards-wrapper .card-qr {
  max-width: 65px;
  margin: 0 auto;
  display: inline-block;
}
.cards-wrapper .card-separator {
  margin: 0 auto 25px;
  width: 65px;
  border: none;
  background-color: #067eb3;
  color: #067eb3;
  height: 2px;
}
.cards-wrapper .card-separator.violet {
  background-color: #9c4d85;
  color: #9c4d85;
}
.cards-wrapper .card-title-alt {
  font-family: "Aileron-Bold";
  font-weight: bold;
  font-size: 19px;
  color: #575757;
  margin: 1.5em auto 1em;
}
.card-inner-alt .popup-overlay {
  visibility: hidden;
}
.card-inner-alt .popup-content {
  visibility: hidden;
}
.cards-wrapper .card-icon img {
  margin: 10px auto;
  max-height: 68px;
}
.cards-wrapper .card-btn {
  margin-top: auto;
  align-self: flex-start;
}
.cards-wrapper .card .btn.btn-information {
  padding: 6px 8px;
  font-size: 14px;
  margin: auto auto 8px auto;
}
.cards-wrapper .card-content {
  display: none;
}
.cards-wrapper .cards-content {
  display: none;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.cards-wrapper .cards-content .cards-title {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.05em;
  margin: 0 0 1.05em 0;
}
.back-module {
  display: inline-block;
  width: 26px;
  height: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAAGXRFW…2MJBYvekByBxDzQ0WWAC1JJ0YrIxllGcyyzcRaAgIAAQYAvI5qw6sfeOAAAAAASUVORK5CYII=)
    no-repeat;
  position: relative;
  margin: 0 auto;
  top: 0;
  left: 50%;
  margin-left: -13px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: rotate(90deg);
}
.cards-wrapper .lg_6,
.cards-wrapper .lg_4,
.cards-wrapper .lg_8,
.cards-wrapper .lg_12 {
  padding: 0 30px;
}
.cards-wrapper .close-card-info.close-top {
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 5;
  cursor: pointer;
  padding: 5px 8px;
}
.cards-wrapper .close-card-info.close-bottom {
  position: absolute;
  bottom: -55px;
  right: 0;
  z-index: 5;
  cursor: pointer;
  padding: 5px 8px;
}
.cards-wrapper .close-card-info img {
  display: inline-block;
  margin-right: 10px;
  max-width: 100%;
  height: 15px;
  transform: rotate(180deg);
}
.cards-wrapper .cards-back {
  border: 0px;
  height: 18px;
  margin: 0px;
  transform: rotate(180deg);
  vertical-align: -1.5px !important;
  margin-right: 10px !important;
  display: inline-block;
}
.orientation-module div.orientation-module-inner p {
  margin: 0;
  height: 100%;
  display: table;
}
.orientation-module div.orientation-module-inner p a {
  color: #575757 !important;
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  vertical-align: middle;
  display: table-cell;
}
.orientation-module div.orientation-module-inner.active p {
  opacity: 1;
}
.orientation-module div.orientation-module-inner.active p a {
  color: rgba(87, 87, 87) !important;
}
.orientation-module div.orientation-module-inner.active {
  outline: 3px solid #ddd;
  color: rgba(87, 87, 87) !important;
  opacity: 1;
}
.orientation-module div.orientation-module-inner:hover p {
  opacity: 1;
}
.orientation-module div.orientation-module-inner:hover p a {
  color: rgba(87, 87, 87) !important;
}
.orientation-module div.orientation-module-inner p a:focus {
  text-decoration: none;
}
.orientation-module .orientation-module-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  margin: auto;
  margin-bottom: 15px;
  height: 80px;
}
.orientation-module .orientation-module-inner a {
  flex: 1;
}
.orientation-module .orientation-module-inner img,
.orientation-module-inner p {
  display: inline-block;
}
.orientation-module .orientation-module-inner img {
  height: 80px;
}
.outer-sep {
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .cards-wrapper {
    margin: 60px auto;
  }
  .cards-wrapper .cards .card {
    flex: 0 0 50% !important;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 6px;
  }
  .cards-wrapper .card-title {
    font-size: 14px;
    word-break: break-word;
  }
  .cards-wrapper .card .btn.btn-information {
    padding: 4px 6px;
    font-size: 10px;
    margin: auto auto 8px auto;
    border-width: 2px !important;
  }
  footer .social-nav li:last-child {
    border-left: none !important;
  }
}
@media (min-width: 550.1px) and (max-width: 768px) {
  .cards-wrapper .cards .card {
    flex: 0 0 50% !important;
  }
  .cards-wrapper .card-title {
    font-size: 16px;
  }
}
@media (min-width: 768.1px) and (max-width: 900px) {
  .cards-wrapper .cards .card {
    flex: 0 0 33.3333% !important;
  }
  .cards-wrapper .card-title {
    font-size: 18px;
  }
  .cards-wrapper .card .btn.btn-information {
    font-size: 14px;
  }
}
@media (min-width: 900.1px) and (max-width: 1300px) {
  .cards-wrapper .cards .card {
    flex: 0 0 25%;
  }
}
.rgpd-table a {
  font-weight: bold;
  text-decoration: underline;
}
.submenu .arrow-left,
.submenu .arrow-right {
  display: none;
}
.cc-bottom {
  color: #4f4f58;
}
.cc-link {
  color: #244aa2;
}
.menu li.last.leaf {
  position: relative;
}
.menu li.last.leaf > a {
  pointer-events: none;
  position: relative;
}
.menu li.last.leaf > a:hover {
  cursor: pointer !important;
}
.extra-sub-menu {
  display: none;
  width: auto;
  position: absolute;
  left: 0;
  top: 32px;
  background-color: #444;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.extra-sub-menu:hover {
  display: block;
}
.extra-sub-menu ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.extra-sub-menu li {
  padding: 5px;
}
select.form-ctrl {
  height: 42px;
}
select.form-ctrl2 {
  height: 32px;
}
select.form-ctrl.form {
  height: 52px;
}
select.form-ctrl3 {
  height: 32px;
  display: none;
}
ul.list-to-lowercase li {
  text-transform: none !important;
}
.design-2019 {
  font-family: "National-Bold" !important;
}
.design-2019 .alt-color {
  color: #a4d816;
}
.form-ctrl.auto-height {
  height: auto !important;
}
.no-input input {
  display: none !important;
}
.areas-content b,
.areas-content strong {
  font-weight: normal;
}
.form-required {
  color: #e20000 !important;
}
footer .social-nav li:last-child {
  border-left: 3px solid #fff;
  height: 30px;
  padding-left: 10px;
  margin-left: 2px;
}
footer .social-nav li:last-child a {
  vertical-align: -5px;
}
.links-files .i-attached-alt:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(/sites/all/themes/uaoceu/img/attach-icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 10px;
}
@media (max-width: 550px) {
  .cabecera-redesign {
    width: auto !important;
    display: inline-block !important;
  }
  .cabecera-redesign img {
    height: 15px;
  }
  .cabecera-redesign-sol {
    width: 250px !important;
    text-align: left;
    padding-left: 10px !important;
  }
  .cabecera-redesign-inner {
    margin-right: 0 !important;
  }
  .cabecera-redesign-sol-img {
    font-size: 12px;
  }
  .cabecera-redesign-sol-img img {
    max-height: 20px;
    margin-bottom: 10px !important;
  }
}
.big-title-pre-area {
  display: block;
  font-size: calc(18px + 1.8vw);
  line-height: 21px;
  margin-bottom: 10px;
}
.big-title-after-area {
  display: block;
  font-size: calc(18px + 1.8vw);
  line-height: 21px;
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 550px) {
  .big-title-pre-area {
    font-size: 18px;
    margin-bottom: 0;
  }
  .big-title-after-area {
    font-size: 18px;
    margin-top: 0;
  }
}
textarea.min-height-auto {
  min-height: auto;
}
.innovation-lab .thumb-gallery .thumbs {
  width: 196px;
  margin: 2px;
}
.cards-wrapper .title-break {
  padding-left: 6px;
  padding-right: 6px;
}
.covid-icon-element {
  padding: 0 10px;
  width: 20%;
  display: inline-block;
}
.covid-icon-element img {
  width: 125px;
  margin: 0 auto;
}
.covid-icon-element p {
  font-size: 15px;
  text-align: center;
}
@media (max-width: 900px) {
  .covid-icon-element {
    padding: 0 10px;
    width: calc(100% / 3);
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .covid-icon-element {
    padding: 0 10px;
    width: 50%;
    display: inline-block;
  }
}
@media (max-width: 550px) {
  .covid-icon-element {
    padding: 0 10px;
    width: 100%;
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .tel-field {
    padding: 8px 20px 8px 8px !important;
  }
  .tel-prefix-field {
    padding: 8px 8px 8px 20px !important;
  }
}
@media (max-width: 768px) {
  .tel-field {
    padding: 1px 20px !important;
  }
  .tel-prefix-field {
    padding: 1px 20px !important;
  }
}
@media (max-width: 768px) {
  .formulary-slide.type01 {
    background-color: #0b85a070;
    background-size: cover;
  }
  @media (max-width: 768px) {
    element.style {
      height: 690px !important;
    }
    #CybotCookiebotDialogBody {
      max-width: 1200px !important;
    }
    #CybotCookiebotDialogPoweredbyLink {
      display: none !important;
    }
    #CybotCookiebotDialogBodyContent {
      padding: 12px 0 8px 0 !important;
    }
    #CybotCookiebotDialogBodyLevelButtons {
      margin-left: 0 !important;
    }
    @media (max-width: 1024px) {
      header .menu-header .submenu .generic-links li {
        text-transform: lowercase !important;
      }
      header .menu-header .submenu .generic-links li::first-letter {
        text-transform: capitalize !important;
      }
    }
    .lg_12.title > label {
      font-weight: bold;
      font-family: "Aileron-Bold";
      font-size: 18px;
      cursor: default;
      margin-bottom: 0;
      margin-top: 20px;
    }
    .module .division-section .list-information .item b {
      font-family: "Aileron-Light";
      font-weight: normal;
    }
    .module .division-section .list-information .item .title b {
      font-weight: bold;
      font-family: "Aileron-Bold";
    }
    .cover-table.styled-table tbody > tr > td {
      padding-left: 10px;
      padding-right: 10px;
    }
    .module .tag.green span:after {
      background: #b4c224;
    }
  }
}

[data-modal="video"].active iframe {
  height: 500px !important;
}
[data-modal="horario"].active {
  height: auto !important;
}

.modalbox[data-modal="video"] .opciones:empty {
  display: none !important;
}

.modalbox[data-modal="video"].only-video .opciones {
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
}

.modalbox[data-modal="video"] .video:empty {
  display: none !important;
}

.modalbox[data-modal="video"] .iframe {
  height: 500px !important;
}


