@charset "UTF-8";
/**  
 * Folha de estilos principal.
 *   
 *  @package    app.scss
 *  @category   website custom
 *  @author     Bruno Lima <brunolima@phocus.com.br>
 *  @copyright  Phocus Interact
 *  @link       /scss/main.scss
 *  @since      1.0.0
 */
/**  
 * Arquivo com variáveis e funções úteis para as folhas de estilo.
 *   
 *  @package    app.scss
 *  @category   website custom
 *  @author     Rafael F. Silva <rafaelsilva@phocus.com.br>
 *  @copyright  Phocus Interact
 *  @link       /scss/configurations.scss
 *  @since      1.0.0
 */
/* Funçoes do Compass */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic);
/* Variáveis */
/* Funções básicas */
/* Funções de cálculo */
/* Váriaveis exclusivas */
/* Funçoes exclusivas */
/* Resets */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

a > img {
  border: none;
}

ul, li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

iframe {
  display: block;
}

textarea {
  overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Classes úteis */
.clear {
  clear: both;
  display: block;
}

.text-hidden {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.hide {
  display: none !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* Básico */
body {
  color: #000000;
  font: normal 12px/14px "Arial", Helvetica, sans-serif;
  height: 100%;
  min-width: 1000px;
  width: 100%;
}

input[type="text"], input[type="password"], textarea, select {
  font: normal 12px/14px "Arial", Helvetica, sans-serif;
}

input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

a {
  color: #000000;
}
a:hover {
  text-decoration: underline;
}

header .container, section.content .container, footer .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 1000px;
  position: relative;
}
header .container:after, section.content .container:after, footer .container:after {
  clear: both;
  content: '';
  display: block;
}

/* Customizado */
header .quick-links {
  height: 30px;
  background-color: #f1f1f1;
}
header .quick-links .language {
  float: left;
}
header .quick-links .language .country {
  height: 100%;
  line-height: 30px;
  padding-left: 35px;
  text-transform: uppercase;
  color: #606060;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
header .quick-links .language .country.br {
  background: url("../img/main-menu-br-flag.jpg") no-repeat left center;
}
header .quick-links .language > a {
  color: #606060;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dfdfdf;
  height: 100%;
  line-height: 30px;
}
header .quick-links .links {
  float: right;
}
header .quick-links .links a {
  color: #606060;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  height: 100%;
  line-height: 30px;
  border-right: 1px solid #dfdfdf;
  font-weight: bold;
}
header .quick-links .links a:first-child {
  border-left: 1px solid #dfdfdf;
}
header .helpers .font-size-controll {
  height: 30px;
  float: right;
}
header .helpers .font-size-controll a {
  display: inline-block;
  text-transform: uppercase;
  height: 100%;
  line-height: 36px;
}
header .helpers .font-size-controll a.bigger {
  font-size: 28px;
}
header .helpers .font-size-controll a.normal {
  font-size: 20px;
}
header .helpers .font-size-controll a.smaller {
  font-size: 14px;
}
header .helpers .links {
  border-top: 5px solid #000000;
  padding-top: 10px;
  margin-right: 45px;
  float: right;
}
header .helpers .links > a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 15px;
}
header .helpers .links > a:first-child {
  border-right: 1px solid #000000;
}
header .main-menu {
  margin-top: 0;
}
header .main-menu .logo {
  float: left;
}
header .main-menu .menu-links {
  float: left;
  margin: 0 30px;
  padding-top: 35px;
}
header .main-menu .menu-links li {
  display: inline-block;
  vertical-align: middle;
}
header .main-menu .menu-links li a {
  padding: 45px 20px;
  display: block;
  font-family: 'PT Sans Narrow', sans-serif;
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
header .main-menu .menu-links li.active a, header .main-menu .menu-links li:hover a {
  color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 30px;
}
header .main-menu .menu-links li.active.general a, header .main-menu .menu-links li:hover.general a {
  background-color: #30a4fd;
}
header .main-menu .menu-links li.active.research a, header .main-menu .menu-links li:hover.research a {
  background-color: #fdc131;
}
header .main-menu .menu-links li.active.educator a, header .main-menu .menu-links li:hover.educator a {
  background-color: #f0662f;
}
header .main-menu .menu-links li.active.student a, header .main-menu .menu-links li:hover.student a {
  background-color: #00964b;
}
header .main-menu .search {
  float: right;
  padding: 20px 0 20px 20px;
  margin-top: 35px;
  border-left: 1px solid #000000;
  width: 205px;
}
header .main-menu .search .field {
  height: 25px;
  width: 100%;
  position: relative;
}
header .main-menu .search .field ::-webkit-input-placeholder {
  color: #000000;
}
header .main-menu .search .field :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
header .main-menu .search .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
header .main-menu .search .field :-ms-input-placeholder {
  color: #000000;
}
header .main-menu .search .field .clean-search {
  font-size: 16px;
  position: absolute;
  display: none;
  line-height: 16px;
  height: 20px;
  width: 20px;
  right: 50px;
  top: 3px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #000000;
  text-align: center;
  border-radius: 100%;
}
header .main-menu .search .field .clean-search:hover {
  background-color: #000000;
  color: #FFFFFF;
}
header .main-menu .search .field .clean-search.show {
  display: block;
}
header .main-menu .search .field input[type="text"] {
  height: 100%;
  width: 140px;
  font-size: 16px;
  padding: 2px 15px;
  padding-right: 40px;
  display: inline-block;
  vertical-align: middle;
}
header .main-menu .search .field input[type="image"] {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
header .main-menu .search .field input[type="image"]:hover {
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}
header .main-menu .search .field select {
  width: 100%;
}
header .main-menu .search hr {
  height: 1px;
  width: 100%;
  background-color: #CCCCCC;
  margin: 10px 0;
}
header .submenu {
  margin-top: 10px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
header .submenu .container {
  z-index: 1000;
}
header .submenu .container > ul {
  display: table;
  height: 40px;
  text-align: center;
  width: 100%;
}
header .submenu .container > ul > li {
  display: table-cell;
  text-align: center;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
}
header .submenu .container > ul > li a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
header .submenu .container > ul > li > div {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
  display: none;
}
header .submenu .container > ul > li > div ul {
  border: 1px solid #CCCCCC;
  padding: 10px 0;
  background-color: #FFFFFF;
  width: 200px;
  white-space: nowrap;
}
header .submenu .container > ul > li > div ul li {
  text-align: left;
  background-color: #FFFFFF;
}
header .submenu .container > ul > li > div ul li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 34px;
  padding-left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
header .submenu .container > ul > li > div ul li:hover {
  background-color: #CCCCCC;
}
header .submenu .container > ul > li:hover > div {
  display: block;
}

.featured-slider {
  width: 100%;
}
.featured-slider .controls a {
  position: absolute;
  top: 160px;
  z-index: 500;
  display: block;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.featured-slider .controls a.next {
  right: 0;
}
.featured-slider .controls a.prev {
  left: 0;
}
.featured-slider .controls a:hover.next {
  right: 3px;
}
.featured-slider .controls a:hover.prev {
  left: 3px;
}
.featured-slider .items > div {
  border-bottom: 5px solid #CCCCCC;
  width: 100%;
}
.featured-slider .items > div a {
  display: block;
}
.featured-slider .items > div a .image {
  width: 100%;
  overflow: hidden;
}
.featured-slider .items > div a .image img {
  display: block;
}
.featured-slider .items > div a .description {
  position: absolute;
  left: 0;
  bottom: -20px;
  left: 90px;
  width: 400px;
  height: 170px;
  z-index: 10000;
}
.featured-slider .items > div a .description h4 {
  display: inline-block;
  background-color: #FFFFFF;
  line-height: 35px;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 18px;
  font-family: 'PT Sans Narrow', sans-serif;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.featured-slider .items > div a .description p {
  height: 135px;
  background-color: #CCCCCC;
  font-size: 27px;
  font-weight: bold;
  line-height: 32px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 20px 20px 0;
}
.featured-slider .items > div a:hover h4 {
  line-height: 40px;
}
.featured-slider .items > div a:hover p {
  text-decoration: underline;
}
.featured-slider .items > div.general {
  border-bottom-color: #30a4fd;
}
.featured-slider .items > div.general a p {
  background-color: #30a4fd;
}
.featured-slider .items > div.research {
  border-bottom-color: #fdc131;
}
.featured-slider .items > div.research a p {
  background-color: #fdc131;
}
.featured-slider .items > div.educator {
  border-bottom-color: #f0662f;
}
.featured-slider .items > div.educator a p {
  background-color: #f0662f;
}
.featured-slider .items > div.student {
  border-bottom-color: #00964b;
}
.featured-slider .items > div.student a p {
  background-color: #00964b;
}

form.default-form {
  margin-left: -20px;
}
form.default-form > div {
  margin-bottom: 20px;
}
form.default-form .field {
  width: 480px;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
}
form.default-form .field ::-webkit-input-placeholder {
  color: #000000;
  font-style: italic;
}
form.default-form .field :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-style: italic;
}
form.default-form .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-style: italic;
}
form.default-form .field :-ms-input-placeholder {
  color: #000000;
  font-style: italic;
}
form.default-form .field label {
  display: block;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #333333;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
form.default-form .field input[type="text"], form.default-form .field input[type="email"] {
  width: 100%;
  height: 40px;
  line-height: 20px;
  padding: 10px;
  font-size: 16px;
  font-family: 'PT Serif', serif;
  border: 1px solid #000000;
  background-color: #fbfaf8;
}
form.default-form .field input[type="text"].error, form.default-form .field input[type="email"].error {
  border: 1px solid #FF0000;
}
form.default-form .field input[type="image"] {
  float: right;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
form.default-form .field input[type="image"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
form.default-form .field textarea {
  width: 100%;
  height: 165px;
  line-height: 20px;
  font-size: 16px;
  padding: 10px;
  font-family: 'PT Serif', serif;
  border: 1px solid #000000;
  background-color: #fbfaf8;
}
form.default-form .field textarea.error {
  border: 1px solid #FF0000;
}
form.default-form .field .message {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  margin-bottom: 10px;
  display: none;
}
form.default-form .field:after {
  clear: both;
  content: '';
  display: block;
}
form.default-form .checkbox-group > label {
  display: block;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #333333;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
form.default-form .checkbox-group .options {
  height: 100px;
  overflow: hidden;
}
form.default-form .checkbox-group .options .checkbox {
  margin-bottom: 20px;
}
form.default-form .checkbox-group .options .checkbox input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
}
form.default-form .checkbox-group .options .checkbox label {
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-style: italic;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  color: #333333;
}
form.default-form .checkbox-group .options.open {
  height: auto;
  overflow: visible;
}
form.default-form .checkbox-group .show-more {
  display: block;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-style: italic;
}
form.default-form .submit {
  margin-bottom: 0;
}
form.default-form .submit input[type="submit"] {
  width: 100%;
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  line-height: 60px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
form.default-form .submit input[type="submit"]:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -moz-box-shadow: 0 0 10px #333333;
  -webkit-box-shadow: 0 0 10px #333333;
  box-shadow: 0 0 10px #333333;
}
form.default-form.full {
  margin-left: 0;
}
form.default-form.full .field {
  display: block;
  width: 100%;
  margin-left: 0;
}

.select2-custom {
  width: 100%;
  border: 2px solid #FFFFFF;
  height: 40px;
}
.select2-custom.select2-dropdown-open {
  border: 2px solid #CCCCCC;
  border-bottom: none;
}
.select2-custom.select2-container-active .select2-choice {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-custom .select2-choice {
  background: #FFFFFF;
  border-radius: 0;
  color: #000000;
  height: 38px;
  line-height: 38px;
  border: none;
}
.select2-custom .select2-choice abbr {
  right: 30px;
  top: 12px;
}
.select2-custom .select2-choice .select2-chosen {
  font-size: 16px;
  padding-left: 5px;
  color: #000000;
}
.select2-custom .select2-choice .select2-arrow {
  border: 0;
  width: 30px;
  margin-right: 13px;
}
.select2-custom .select2-choice .select2-arrow b {
  background: #FFFFFF url(../img/main-menu-select2-arrow.png) no-repeat center center;
}

.select2-drop-custom {
  border: 2px solid #CCCCCC;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-drop-custom .select2-results {
  padding: 0;
  margin: 0;
}
.select2-drop-custom .select2-results li {
  line-height: 35px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
  background-color: #FFFFFF;
}
.select2-drop-custom .select2-results li.select2-highlighted {
  background-color: #f1f1f1;
}

.select2-custom-2 {
  width: 100%;
  border: 1px solid #000000;
  height: 40px;
}
.select2-custom-2.select2-dropdown-open {
  border: 1px solid #000000;
  border-bottom: none;
}
.select2-custom-2.select2-container-active .select2-choice {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-custom-2 .select2-choice {
  background: #FFFFFF;
  border-radius: 0;
  color: #000000;
  height: 38px;
  line-height: 38px;
  border: none;
  background-color: #fbfaf8;
  font-family: 'PT Serif', serif;
  font-style: italic;
}
.select2-custom-2 .select2-choice abbr {
  right: 30px;
  top: 12px;
}
.select2-custom-2 .select2-choice .select2-chosen {
  font-size: 16px;
  padding-left: 5px;
  color: #000000;
  background-color: #fbfaf8;
  font-family: 'PT Serif', serif;
  font-style: italic;
}
.select2-custom-2 .select2-choice .select2-arrow {
  border: 0;
  width: 30px;
  margin-right: 13px;
}
.select2-custom-2 .select2-choice .select2-arrow b {
  background: #fbfaf8 url(../img/main-menu-select2-arrow.png) no-repeat center center;
}

.select2-drop-custom-2 {
  border: 1px solid #000000;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-drop-custom-2 .select2-results {
  padding: 0;
  margin: 0;
}
.select2-drop-custom-2 .select2-results li {
  line-height: 35px;
  padding-left: 10px;
  font-size: 16px;
  color: #000000;
  background-color: #fbfaf8;
}
.select2-drop-custom-2 .select2-results li .select2-result-label {
  font-family: 'PT Serif', serif;
  font-style: italic;
}
.select2-drop-custom-2 .select2-results li.select2-highlighted {
  background-color: #f1f1f1;
}

section.content .breadcrumb {
  margin-top: 60px;
  margin-bottom: 60px;
}
section.content .breadcrumb h2 {
  font-size: 32px;
  font-family: 'PT Serif', serif;
  font-style: italic;
  line-height: 44px;
  word-spacing: -2px;
}
section.content .breadcrumb ul li {
  display: inline-block;
}
section.content .breadcrumb ul li a {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
section.content .breadcrumb ul li a:after {
  display: inline-block;
  content: ' > ';
  margin: 0 5px;
}
section.content .breadcrumb ul li span {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
section.content .container .text * > {
  font-family: 'PT Serif', serif;
}
section.content .container .text h3 {
  font-size: 26px;
  font-style: italic;
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
}
section.content .container .text p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'PT Serif', serif;
  color: #333333;
}
section.content .container .text p a {
  color: #30a4fd;
}
section.content .container .text p img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
section.content .container .text p img.left {
  margin-right: 20px;
  float: left;
}
section.content .container .text p img.right {
  margin-left: 20px;
  float: right;
}
section.content .container .text p iframe {
  width: 648px;
  height: 486px;
  margin: 40px auto;
  display: block;
}
section.content .container .text .gallery {
  margin-bottom: 40px;
}
section.content .container .text .gallery > div {
  max-width: 648px;
  margin: auto;
}
section.content .container .text .gallery > div.big {
  position: relative;
}
section.content .container .text .gallery > div.big div {
  width: 100%;
}
section.content .container .text .gallery > div.big > a {
  display: block;
  position: absolute;
  top: 200px;
  height: 73px;
  width: 43px;
  z-index: 120;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
section.content .container .text .gallery > div.big > a img {
  display: block;
  width: 100%;
}
section.content .container .text .gallery > div.big > a.cycle-prev {
  left: -60px;
}
section.content .container .text .gallery > div.big > a.cycle-next {
  right: -60px;
}
section.content .container .text .gallery > div.big > a: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);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
section.content .container .text .gallery > div.thumbnails {
  position: relative;
}
section.content .container .text .gallery > div.thumbnails .cycle-slide {
  background-color: #000000;
  cursor: pointer;
}
section.content .container .text .gallery > div.thumbnails .cycle-slide img {
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
section.content .container .text .gallery > div.thumbnails .cycle-slide-active img, section.content .container .text .gallery > div.thumbnails .cycle-slide:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
section.content .container .text .gallery > div.thumbnails > a {
  display: block;
  position: absolute;
  top: 23px;
  height: 37px;
  width: 23px;
  z-index: 120;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
section.content .container .text .gallery > div.thumbnails > a img {
  display: block;
  width: 100%;
}
section.content .container .text .gallery > div.thumbnails > a.cycle-prev {
  left: -35px;
}
section.content .container .text .gallery > div.thumbnails > a.cycle-next {
  right: -35px;
}
section.content .container .text .gallery > div.thumbnails > a: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);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
section.content .container .text .gallery .cycle-slideshow img {
  width: 100%;
  height: auto;
  display: block;
}
section.content .container .text:after {
  clear: both;
  content: '';
  display: block;
}
section.content .container .pagination {
  text-align: center;
  margin-top: 60px;
}
section.content .container .pagination a, section.content .container .pagination span {
  width: 30px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'PT Serif', serif;
  font-style: italic;
  background-color: #CCCCCC;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
section.content .container .pagination a.next, section.content .container .pagination span.next {
  background: #FFFFFF url(../img/pagination-right-arrow.png) no-repeat center;
  color: #000000;
}
section.content .container .pagination a.prev, section.content .container .pagination span.prev {
  background: #FFFFFF url(../img/pagination-left-arrow.png) no-repeat center;
  color: #000000;
}
section.content .container .pagination a {
  background-color: #CCCCCC;
}
section.content .container .pagination a:hover {
  background-color: #000000;
}
section.content .container .pagination a.next {
  background: #FFFFFF url(../img/pagination-right-arrow.png) no-repeat center;
  color: #000000;
}
section.content .container .pagination a.next:hover {
  background-color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
section.content .container .pagination a.prev {
  background: #FFFFFF url(../img/pagination-left-arrow.png) no-repeat center;
  color: #000000;
}
section.content .container .pagination a.prev:hover {
  background-color: #FFFFFF;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
section.content .container .pagination span {
  background-color: #000000;
}
section.content .container ul.default-items-list {
  width: 100%;
}
section.content .container ul.default-items-list li {
  float: left;
  width: 480px;
  padding-right: 20px;
  margin-bottom: 40px;
}
section.content .container ul.default-items-list li:after {
  clear: both;
  content: '';
  display: block;
}
section.content .container ul.default-items-list li a .image {
  position: relative;
  width: 145px;
  border: 1px solid #FFFFFF;
  float: left;
  margin-right: 20px;
}
section.content .container ul.default-items-list li a .image img {
  display: block;
}
section.content .container ul.default-items-list li a .image i {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000000;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
section.content .container ul.default-items-list li a p {
  font-size: 20px;
  line-height: 22px;
  font-family: 'PT Serif', serif;
  font-style: italic;
}
section.content .container ul.default-items-list li a p .read-more {
  display: inline-block;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  background-color: #000000;
  padding: 0 5px;
  color: #FFFFFF;
  margin-top: 20px;
}
section.content .container ul.default-items-list li a:hover .image img {
  border: 1px solid #000000;
}
section.content .container ul.default-items-list li a:hover .image i {
  height: 45px;
}
section.content .container ul.default-items-list li a:hover p {
  text-decoration: underline;
}
section.content .container ul.default-items-list li a:hover p .read-more {
  background-color: #333333;
}
section.content .container ul.default-items-list.news li a .image i {
  background: #000000 url(../img/news-item-icon.png) no-repeat center;
}
section.content .container ul.default-items-list.videos li a .image i {
  background: #000000 url(../img/videos-item-icon.png) no-repeat center;
}
section.content .container ul.default-items-list.photos li a .image i {
  background: #000000 url(../img/photos-item-icon.png) no-repeat center;
}
section.content .container ul.default-items-list.on-media li a .image i {
  background: #000000 url(../img/on-media-item-icon.png) no-repeat center;
}
section.content .container ul.default-items-list.interviews li a .image i {
  background: #000000 url(../img/interviews-item-icon.png) no-repeat center;
}
section.content .container ul.default-items-list.releases li a .image i {
  background: #000000 url(../img/releases-item-icon.png) no-repeat center;
}
section.content .container ul.default-items-list.small li {
  width: 325px;
}
section.content .container ul.default-items-list.small li a p {
  width: 140px;
  text-align: left;
}
section.content .container ul.default-items-list:after {
  clear: both;
  content: '';
  display: block;
}

footer {
  margin-top: 140px;
}
footer .main-links {
  background-color: #f1f1f1;
}
footer .main-links .container {
  border-top: 5px solid #000000;
  padding-top: 20px;
}
footer .main-links .container .link-list {
  display: inline-block;
  width: 145px;
  vertical-align: top;
  margin-top: 40px;
  padding-right: 20px;
}
footer .main-links .container .link-list h3 {
  font-weight: bold;
  font-size: 18px;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #333333;
}
footer .main-links .container .link-list ul li {
  margin-bottom: 20px;
}
footer .main-links .container .link-list ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
}
footer .main-links .container .link-list:first-child {
  margin-left: 15px;
}
footer .main-links .container .link-list:first-child ul li a {
  font-weight: bold;
  font-size: 18px;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
}
footer .main-links .footer-partners {
  display: inline-block;
  margin-left: 60px;
}
footer .main-links .address {
  clear: both;
  display: block;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 2px solid #666666;
  font-size: 14px;
  line-height: 20px;
}
footer .end {
  height: 80px;
  width: 100%;
  background-color: #000000;
}
footer .end span {
  width: 600px;
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 20px;
}
footer .end a {
  float: right;
  margin-top: 20px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
footer .end a: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);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}

.media-carousel {
  padding-top: 40px;
  overflow: hidden;
}
.media-carousel .slider {
  overflow: hidden;
  position: relative;
}
.media-carousel .slider ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.media-carousel .slider ul li {
  position: relative;
  float: left;
  margin: 0;
  list-style: none;
  background-color: #000000;
  cursor: pointer;
  height: 100%;
}
.media-carousel .slider ul li img {
  display: block;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.media-carousel .slider ul li i {
  display: none;
  position: absolute;
  margin: auto;
  width: 80px;
  height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
}
.media-carousel .slider ul li.video i {
  background: url(../img/media-carousel-video-icon.png) no-repeat center;
}
.media-carousel .slider ul li.image i {
  background: url(../img/media-carousel-image-icon.png) no-repeat center;
}
.media-carousel .slider ul li.cartilha i {
  background: url(../img/media-carousel-cartilha-icon.png) no-repeat center;
}
.media-carousel .slider ul li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.media-carousel .slider ul li:hover i {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.media-carousel .controls a {
  position: absolute;
  padding-top: 10px;
  height: 23px;
  width: 38px;
  top: -180px;
}
.media-carousel .controls a.next-slide {
  padding-left: 14px;
  right: 0;
  cursor: pointer;
  transition: right 0.4s linear;
  -webkit-transition: right 0.4s linear;
  -moz-transition: right 0.4s linear;
  -ms-transition: right 0.4s linear;
  -o-transition: right 0.4s linear;
}
.media-carousel .controls a.next-slide:hover {
  right: 3px;
}
.media-carousel .controls a.prev-slide {
  padding-right: 14px;
  left: 0;
  cursor: pointer;
  transition: left 0.4s linear;
  -webkit-transition: left 0.4s linear;
  -moz-transition: left 0.4s linear;
  -ms-transition: left 0.4s linear;
  -o-transition: left 0.4s linear;
}
.media-carousel .controls a.prev-slide:hover {
  left: 3px;
}

.share-bar {
  margin-bottom: 40px;
}
.share-bar .container {
  background-color: #f1f1f1;
  height: 40px;
  padding: 0 10px;
  position: relative;
}
.share-bar .container .date {
  float: left;
  font-size: 16px;
  line-height: 40px;
  font-family: 'PT Serif', serif;
  font-style: italic;
}
.share-bar .container .social {
  float: right;
}
.share-bar .container .social > div {
  display: inline-block;
  vertical-align: middle;
}
.share-bar .container .social > div.twitter {
  width: 90px;
  margin-left: 10px;
}
.share-bar .container .social > a {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #000000;
  text-decoration: none;
  position: relative;
}
.share-bar .container .social > a > span, .share-bar .container .social > a > img {
  display: inline-block;
  vertical-align: middle;
}
.share-bar .container .social > a:hover > span {
  text-decoration: underline;
}
.share-bar .container .social .to-a-friend-form {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 170px;
  background: #000000;
  padding: 10px;
  top: 50px;
  right: 100px;
}
.share-bar .container .social .to-a-friend-form form {
  position: relative;
}
.share-bar .container .social .to-a-friend-form form .top-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
  position: absolute;
  left: 10px;
  top: -20px;
}
.share-bar .container .social .to-a-friend-form label {
  color: #FFFFFF;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}
.share-bar .container .social .to-a-friend-form .field {
  margin-bottom: 10px;
}
.share-bar .container .social .to-a-friend-form .field input[type="text"], .share-bar .container .social .to-a-friend-form .field input[type="email"] {
  width: 100%;
  font-size: 14px;
  height: 26px;
  line-height: 20px;
  padding: 0 5px;
  font-family: 'PT Serif', serif;
  font-style: italic;
  border: 1px solid #FFFFFF;
}
.share-bar .container .social .to-a-friend-form .field input[type="text"].error, .share-bar .container .social .to-a-friend-form .field input[type="email"].error {
  border: 1px solid red;
}
.share-bar .container .social .to-a-friend-form input[type="image"] {
  margin: 0 auto;
  display: block;
}
.share-bar .container .social .to-a-friend-form .message {
  color: #FFFFFF;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 14px;
  margin-top: 10px;
  display: none;
}
.share-bar .container .social .to-a-friend-form.opened {
  display: block;
}
.share-bar .container:after {
  clear: both;
  content: '';
  display: block;
}

body.general header .submenu {
  border-color: #30a4fd;
}
body.general header .submenu ul li > a, body.general header .submenu ul li > span {
  color: #30a4fd;
}
body.general header .submenu ul li > a:hover, body.general header .submenu ul li > span:hover {
  color: #1799fd;
  font-weight: bold;
}
body.general header .submenu ul li > div ul {
  border-color: #aedcfe;
  border-bottom: 2px solid #30a4fd;
}
body.general header .submenu ul li > div ul li a {
  color: #000000;
}

body.research header .submenu {
  border-color: #fdc131;
}
body.research header .submenu ul li > a, body.research header .submenu ul li > span {
  color: #fdc131;
}
body.research header .submenu ul li > a:hover, body.research header .submenu ul li > span:hover {
  color: #fdb918;
  font-weight: bold;
}
body.research header .submenu ul li > div ul {
  border-color: #fee7af;
  border-bottom: 2px solid #fdc131;
}
body.research header .submenu ul li > div ul li a {
  color: #000000;
}

body.educator header .submenu {
  border-color: #f0662f;
}
body.educator header .submenu ul li > a, body.educator header .submenu ul li > span {
  color: #f0662f;
}
body.educator header .submenu ul li > a:hover, body.educator header .submenu ul li > span:hover {
  color: #ee5517;
  font-weight: bold;
}
body.educator header .submenu ul li > div ul {
  border-color: #f9bda6;
  border-bottom: 2px solid #f0662f;
}
body.educator header .submenu ul li > div ul li a {
  color: #000000;
}

body.student header .submenu {
  border-color: #00964b;
}
body.student header .submenu ul li > a, body.student header .submenu ul li > span {
  color: #00964b;
}
body.student header .submenu ul li > a:hover, body.student header .submenu ul li > span:hover {
  color: #007d3e;
  font-weight: bold;
}
body.student header .submenu ul li > div ul {
  border-color: #17ff8b;
  border-bottom: 2px solid #00964b;
}
body.student header .submenu ul li > div ul li a {
  color: #000000;
}
