@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@font-face {
  font-family: 'butlerregular';
  src: url("../fonts/butler_regular-webfont.woff2") format("woff2"), url("../fonts/butler_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  font-family: "Open Sans", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  color: #404040;
  box-sizing: border-box; }

body {
  line-height: 20px; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

p {
  margin-bottom: 20px; }

p:last-child {
  margin-bottom: 0; }

img {
  vertical-align: middle; }

em, em * {
  font-style: italic; }

strong, strong * {
  font-weight: bold; }

u, u * {
  text-decoration: underline; }

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
  color: #404040; }

h1 {
  /*margin-bottom:30px;*/ }

h1, h1 * {
  color: #263692;
  font-size: 60px;
  line-height: 65px;
  font-family: "butlerregular", serif; }

h2 {
  margin-bottom: 25px; }

h2, h2 * {
  color: #a6a6a6;
  font-size: 35px;
  line-height: 40px;
  font-family: "butlerregular", serif; }

h3 {
  margin-bottom: 10px; }

h3, h3 * {
  font-size: 20px;
  line-height: 24px;
  font-family: "butlerregular", serif; }

h4 {
  margin-bottom: 10px; }

h4, h4 * {
  font-size: 18px;
  line-height: 21px;
  font-family: "butlerregular", serif; }

h5 {
  margin-bottom: 5px; }

h5, h5 * {
  font-size: 16px;
  line-height: 20px;
  font-family: "butlerregular", serif; }

h6 {
  margin-bottom: 5px; }

h6, h6 * {
  font-size: 14px;
  line-height: 17px; }

input[type="text"], input[type="password"], input[type="email"], input[type="date"] {
  background-color: #e9e8f1;
  border: solid 1px #e9e8f1;
  height: 40px;
  padding: 0 15px;
  width: 100%; }

input[type="submit"], input[type="button"] {
  background-color: #172365;
  color: #e9e8f1;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  -webkit-appearance: none; }

textarea {
  background-color: #e9e8f1;
  border: solid 1px #e9e8f1;
  padding: 10px 14px;
  width: 100%;
  height: 150px;
  resize: none; }

select {
  background: url(../images/select-arrow-pink.svg) no-repeat right 0;
  background-size: 40px 40px;
  border: solid 1px #a6a6a6;
  height: 38px;
  padding: 0 14px;
  width: 268px; }

select {
  background: url(../images/arrow-dropbox.svg) no-repeat right 0;
  background-size: 38px 38px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

option {
  padding: 10px; }

br {
  padding: 0;
  margin: 0;
  display: block;
  height: 0;
  line-height: 0; }

hr {
  background-color: #263692;
  height: 1px;
  clear: both;
  display: block;
  margin: 20px 0; }

.wrapper, .spw-wrapper {
  width: 960px;
  margin: 0 auto; }

.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.clearfix {
  clear: both; }

.label {
  margin-bottom: 3px; }

.swiper-pagination, .spw-wrapper {
  pointer-events: none; }

.spw-wrapper .spw {
  pointer-events: auto !important; }

.general-section {
  padding: 60px 0; }

.leftmargin {
  margin-left: 170px; }

.db-content, .db-content * {
  font-size: 15px;
  line-height: 19px; }

.db-content ol,
.db-content ul {
  margin-bottom: 30px; }

.db-content ul li,
.db-content ol li {
  margin: 0 0 10px 15px; }

.db-content ol li {
  margin-bottom: 20px; }

.db-content ul li {
  list-style: disc; }

.db-content ol li {
  list-style: decimal; }

.db-content ul ul li {
  list-style: circle; }

.db-content ul ul {
  margin-bottom: 40px; }

.db-content h2,
.db-content h2 * {
  color: #a6a6a6;
  font-size: 40px;
  line-height: 45px;
  font-family: "butlerregular", serif;
  margin-bottom: 30px; }

.db-content h2 {
  padding-bottom: 30px;
  position: relative; }

.db-content h2 .line {
  background-color: #a6a6a6;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px;
  margin: 0; }

.db-content h3,
.db-content h3 * {
  color: #263692;
  font-size: 21px;
  line-height: 15px;
  font-family: "butlerregular", serif;
  margin-bottom: 10px; }

.db-content h4 {
  padding-bottom: 0; }

.db-content h4,
.db-content h4 * {
  font-size: 18px;
  line-height: 21px;
  font-family: "butlerregular", serif; }

.db-content h4 .line {
  display: none; }

.db-content a {
  text-decoration: underline; }

.db-content a:hover {
  text-decoration: none;
  color: #263692; }

.btn-knowmore {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease; }

.btn-knowmore .text {
  padding-right: 30px;
  font-family: "butlerregular", serif;
  color: #263692; }

.btn-knowmore .icon {
  background: url(../images/arrows.svg) no-repeat 0 -10px;
  background-size: 70px 30px;
  width: 70px;
  height: 10px;
  flex-shrink: 0; }

.btn-knowmore.dark .icon {
  background-position-y: -10px; }

.btn-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px; }

.btn-back .icon {
  background: url(../images/arrows.svg) no-repeat 0 -20px;
  background-size: 70px 30px;
  width: 70px;
  height: 10px;
  flex-shrink: 0; }

.btn-back .text {
  padding-left: 30px;
  font-family: "butlerregular", serif;
  color: #263692; }

.btn-knowmore:hover .text {
  text-decoration: underline; }

#general-container {
  padding-top: 100px; }

#general-page .level1-description {
  padding: 30px 0 30px; }

#general-page .level2-description {
  margin-bottom: 30px; }

#general-page .item-level2 {
  margin-bottom: 60px; }

.item-level3 {
  margin-bottom: 80px; }

#general-page .item-level3 .image {
  float: right;
  margin: 0 0 30px 30px;
  width: 200px; }

#general-page .item-level3 .image img {
  width: 100%; }

#general-page .item-level3 h3 {
  color: #263692;
  margin-bottom: 20px;
  padding-bottom: 20px; }

#general-page .item-level3 h3 .line {
  background-color: #263692; }

.alt-back {
  background-color: #e9e8f1; }

.bot-docs {
  padding-top: 30px;
  margin-bottom: 60px; }

.bot-docs a:first-child {
  border-top: solid 1px #263692; }

.bot-docs a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: solid 1px #263692; }

.bot-docs .innerleft {
  display: flex; }

.bot-docs a .icon {
  color: #263692;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  flex-shrink: 0;
  margin-right: 10px; }

.bot-docs a .arrow {
  background: transparent url(../images/arrow-right.svg) no-repeat right center;
  background-size: 70px 10px;
  width: 70px;
  height: 10px;
  flex-shrink: 0;
  margin-left: 30px;
  transition: all 0.3s ease; }

.bot-docs a .text {
  color: #263692;
  font-family: "butlerregular", serif;
  line-height: 16px; }

.bot-docs a:hover .text {
  text-decoration: underline; }

.bot-docs a:hover .arrow {
  margin-right: 30px; }

.general-page-content {
  padding-left: 200px;
  padding-top: 40px; }

.general-page-content:not(:last-child) {
  margin-bottom: 60px; }

h1 {
  padding-bottom: 10px;
  position: relative; }

h1 .line {
  background-color: #263692;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px; }

h2 {
  padding-bottom: 30px;
  position: relative; }

h2 .line {
  background-color: #a6a6a6;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px; }

h3 {
  padding-bottom: 30px;
  position: relative; }

h3 .line {
  background-color: #a6a6a6;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px; }

h4 {
  padding-bottom: 10px;
  position: relative; }

h4 .line {
  background-color: #a6a6a6;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 1px; }

h5 {
  padding-bottom: 0;
  position: relative;
  display: flex;
  align-items: center; }

h5 .text {
  background-color: #fff;
  padding-right: 10px;
  white-space: nowrap; }

h5 .line {
  background-color: #a6a6a6;
  display: inline-flex;
  width: 100%;
  height: 1px; }

/*############################################################################
								MAGNIFIC POPUP
#############################################################################*/
.mfp-content {
  text-align: center; }

#mfp-w2c {
  position: relative;
  background: #fff;
  display: inline-block;
  text-align: left;
  padding: 50px;
  width: auto;
  max-width: 960px;
  min-width: 240px;
  margin: 20px auto; }

#mfp-w2c #pop-arcontainer {
  text-align: center; }

#mfp-w2c h2 {
  color: #263692;
  padding-bottom: 0;
  margin-bottom: 20px; }

/*############################################################################
								SHARES
#############################################################################*/
.jssocials-share a {
  background-color: transparent !important;
  border: solid 1px #a6a6a6;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease; }

.jssocials-share a:hover {
  border-color: #a6a6a6; }

.jssocials-share a * {
  color: #a6a6a6;
  font-size: 16px;
  line-height: 16px; }

/*############################################################################
								SWIPER
#############################################################################*/
.swiper-container {
  height: 100%; }

.swiper-pagination {
  bottom: 0 !important;
  z-index: 2; }

.swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important; }

.swiper-pagination.disabled {
  display: none; }

.swiper-pagination-bullet {
  background: none;
  width: 15px;
  height: 15px;
  border: solid 1px #fff; }

.swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fff; }

/*.swiper-button-next, .swiper-button-prev {background: #fff url(../images/icons.svg) no-repeat 0 0; background-size:600px;  width: 30px;height: 30px;border-radius: 30px;transition: all 0.3s ease;}*/
.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #a6a6a6; }

.swiper-button-next {
  background-position: -240px 0;
  right: 30px; }

.swiper-button-prev {
  background-position: -270px 0;
  left: 30px; }

.swiper-pagination {
  width: 100%; }

.swiper-pagination-bullet {
  background: none;
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  margin-left: 5px; }

.swiper-pagination-bullet {
  color: #a6a6a6 !important;
  display: inline-flex;
  font-family: "butlerregular", serif;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: solid 5px #a6a6a6;
  width: 80px;
  overflow: hidden;
  transition: all 0.5s ease; }

.swiper-pagination-bullet-active {
  color: #263692 !important;
  border-color: #263692; }

.swiper-pagination-bullet:hover {
  border-color: #263692; }

/*############################################################################
								ACCORDION
#############################################################################*/
.w2-accordion-container {
  margin-bottom: 30px; }

.w2-accordion-item:not(:last-child) {
  border-bottom: solid 1px #263692; }

.w2-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0; }

.w2-accordion-title .text {
  color: #263692;
  font-family: "butlerregular", serif;
  font-size: 20px;
  line-height: 23px;
  transition: all 0.5s ease; }

.w2-accordion-title:hover .text {
  padding-left: 30px; }

.w2-accordion-title .icon {
  background: url(../images/icon-faqs.png) no-repeat 0 0;
  display: inline-flex;
  width: 19px;
  height: 19px;
  transition: all 0.5s ease; }

.w2-accordion-title:hover .icon {
  transform: rotate(360deg); }

.w2-accordion-item.active {
  padding-bottom: 20px; }

.w2-accordion-item.active .icon {
  background-position: 0 -19px; }

.w2-accordion-item.active .w2-accordion-title:hover .text {
  padding-left: 0; }

.w2-accordion-content {
  padding-left: 200px;
  display: none; }

/*############################################################################
								GRID
#############################################################################*/
.w2-general-grid {
  padding-top: 60px; }

.w2-general-grid .item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 60px; }

.w2-general-grid .item-content {
  background-color: #e9e8f1;
  position: relative; }

.w2-general-grid .item .image {
  display: inline-block;
  width: 75%;
  margin-top: -30px;
  border: solid 5px #263692; }

.w2-general-grid .item .image img {
  width: 100%; }

.w2-general-grid .item .line {
  background-color: #263692;
  position: absolute;
  top: -30px;
  right: 0;
  width: 15%;
  height: 1px; }

.w2-general-grid .item .info {
  padding: 30px 50px; }

.w2-general-grid .item .date {
  color: #263692;
  margin-bottom: 20px;
  font-family: "butlerregular", serif; }

.w2-general-grid .item .title a {
  color: #263692;
  font-family: "butlerregular", serif;
  font-size: 30px;
  line-height: 30px;
  display: block; }

.w2-general-grid .item .description {
  font-size: 16px;
  padding-top: 20px; }

.w2-general-grid .item .knowmore {
  padding-top: 30px;
  text-align: right; }

.w2-general-grid .item .btn-knowmore .text {
  color: #263692;
  font-family: "butlerregular", serif; }

.w2-general-grid .item .btn-knowmore:hover {
  margin-right: 30px; }

.grid-loadmore {
  text-align: center; }

.grid-loadmore a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.grid-loadmore a .text {
  color: #263692;
  font-family: "butlerregular", serif;
  margin-bottom: 5px; }

.grid-loadmore a .icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #263692; }

/*############################################################################
								OTHERS LISTS
#############################################################################*/
.list-b {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }

.list-b .item {
  width: 50%;
  padding-right: 15px;
  margin-bottom: 30px; }

.list-b .item:nth-child(even) {
  padding-left: 15px;
  padding-right: 0; }

.list-b .item a {
  background-color: #e9e8f1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 260px; }

.list-b .item a img {
  max-width: 60%;
  color: #263692;
  font-family: "butlerregular", serif;
  font-size: 30px;
  line-height: 30px;
  text-align: center; }

.list-b .item .btn-knowmore {
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 30px; }

.list-b .item .btn-knowmore .text {
  color: #263692;
  font-family: "butlerregular", serif; }

.list-b .item a:hover .btn-knowmore {
  margin-right: 30px; }

.list-b .item a:hover .btn-knowmore .text {
  text-decoration: underline; }

/*############################################################################
									MOBILE
#############################################################################*/
#mobile-menu-switch {
  background: url(../images/menu-switch.png) no-repeat 0 0;
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 18px;
  z-index: 1002;
  cursor: pointer; }

#mobile-menu {
  background: #e9e8f1;
  width: 280px;
  height: calc(100% - 80px);
  top: 80px;
  right: -290px;
  display: block !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  overflow-y: scroll;
  transition: all 0.5s ease; }

#mobile-menu.active {
  right: 0; }

#mobile-menu a {
  font-family: "Open Sans", Helvetica, Arial, "sans-serif";
  font-size: 12px;
  line-height: 16px;
  padding: 5px 20px;
  text-align: left;
  display: block;
  color: #263692; }

#mobile-menu .level-1 > a {
  font-family: "butlerregular", serif;
  font-size: 25px;
  line-height: 28px;
  padding: 20px 20px 10px 20px; }

#mobile-menu ul.level-2 {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: solid 1px #263692; }

#mobile-menu ul > .level-1:last-child {
  background: #263692; }

#mobile-menu .btn-nav-ar {
  display: flex; }

#mobile-menu .btn-nav-ar .text {
  color: #fff;
  font-family: "butlerregular", serif;
  font-size: 20px;
  line-height: 25px; }

#mobile-menu .btn-nav-ar .icon {
  background: url(../images/icon-ar.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: -3px; }

/*############################################################################
								HEADER
#############################################################################*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  transition: all 0.5s ease;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }

header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px; }

header .left a {
  background: url(../images/header-logo.svg) no-repeat 0 center;
  background-size: contain;
  display: block;
  width: 180px;
  height: 50px;
  position: relative; }

header .right,
header .right nav {
  height: 100%; }

header .right nav .arrow {
  background-color: #263692;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  opacity: 0;
  transition: all 0.3s ease; }

header .right nav ul.level-1 {
  display: flex;
  height: 100%; }

header .right nav li.level-1 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; }

header .right nav li.level-1:not(:first-child) {
  margin-left: 20px; }

header .right nav a.level-1 {
  color: #263692;
  font-family: "butlerregular", serif;
  font-size: 20px;
  line-height: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease; }

header .right nav a.level-1.btn-nav-ar .text {
  color: #263692;
  font-family: "butlerregular", serif;
  font-size: 20px;
  line-height: 25px; }

header .right nav a.level-1.btn-nav-ar .icon {
  background: url(../images/icon-ar.png) no-repeat 0 -30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: -3px;
  padding-left: 20px; }

header .right nav li.level-1.active .arrow {
  opacity: 1; }

header ul.level-2 * {
  color: #fff; }

header ul.level-2 {
  background-color: #263692;
  position: absolute;
  top: 100px;
  right: 0;
  padding: 30px 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }

header li.level-2:not(:last-child) {
  margin-right: 20px; }

header a.level-2 {
  font-family: "butlerregular", serif;
  font-size: 18px;
  line-height: 22px;
  padding: 5px 0;
  white-space: nowrap;
  display: block;
  transition: all 0.3s ease; }

header .right nav .level-1 > li:last-child {
  margin-left: 40px !important; }

body.home header .right nav a.level-1.btn-nav-ar .text {
  color: #fff;
  font-family: "butlerregular", serif;
  font-size: 20px;
  line-height: 25px; }

body.home header .right nav a.level-1.btn-nav-ar .icon {
  background: url(../images/icon-ar.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: -3px;
  padding-left: 20px; }

body.home header {
  background-color: transparent;
  box-shadow: none; }

body.home header .left a {
  background-image: url(../images/header-logo-white.svg); }

body.home header .right nav a.level-1 {
  color: #fff; }

body.truncated header,
header:hover {
  background-color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) !important; }

body.truncated header .left a,
header:hover .left a {
  background-image: url(../images/header-logo.svg) !important; }

body.truncated header .right nav a.level-1,
body.truncated header .right nav a.level-1.btn-nav-ar .text,
header:hover .right nav a.level-1,
header:hover .right nav a.level-1.btn-nav-ar .text {
  color: #263692 !important; }

body.home header:hover .right nav a.level-1.btn-nav-ar .icon,
body.home.truncated header .right nav a.level-1.btn-nav-ar .icon {
  background-position: 0 -30px; }

header li.level-1:hover ul.level-2 {
  opacity: 1;
  visibility: visible; }

header li.level-1:hover .arrow {
  opacity: 1; }

header a.level-3:hover,
header li.level-2.active a.level-2,
header li.level-3.active a.level-3 {
  color: #fff;
  border-color: #fff; }

header ul.level-2 a:hover {
  color: #9692bc !important; }

footer .top h4 {
  font-size: 16px;
  line-height: 20px; }

footer .top {
  background-color: #17295c;
  padding: 40px 0; }

footer .top .wrapper {
  display: flex;
  justify-content: space-between; }

footer .top .left {
  display: flex;
  width: 50%;
  padding-right: 60px; }

footer .top .left *,
footer .top .right h4 {
  color: #e9e8f1;
  line-height: 20px; }

footer .top .left .innerleft {
  max-width: 240px;
  padding-right: 40px; }

footer .top .left .innerleft a {
  font-family: "butlerregular", serif;
  transition: all 0.3s ease; }

footer .top .left .innerleft a:hover,
footer .top .left .innerleft li.active a {
  color: #fff;
  text-decoration: underline; }

footer .bot {
  background-color: #fff; }

footer .bot * {
  color: #263692;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300; }

footer .bot .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px; }

footer .bot .right a {
  display: inline-block;
  width: 82px; }

#form-newsletter .content {
  display: flex; }

#form-newsletter .name,
#form-newsletter .email {
  background-color: #17295c;
  color: #e9e8f1;
  width: 180px;
  border: solid 1px #263692; }

#form-newsletter .email {
  border-left: none; }

#form-newsletter input[type="submit"] {
  background-color: #263692;
  opacity: 0.7;
  transition: all 0.3s ease; }

#form-newsletter input[type="submit"]:hover {
  opacity: 1; }

#footer-social {
  padding-top: 30px; }

#footer-social .content {
  display: flex;
  flex-wrap: wrap; }

#footer-social .content a {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: solid 1px #263692;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative; }

#footer-social .content a:before {
  color: #e9e8f1;
  transition: all 0.3s ease; }

#footer-social .content a:hover {
  border-color: #fff; }

#footer-social .content a:hover:before {
  color: #fff; }

#footer-social .content a[data-rel="facebook"]:before {
  content: "\f09a";
  font-family: FontAwesome; }

#footer-social .content a[data-rel="twitter"]:before {
  content: "\f099";
  font-family: FontAwesome; }

#footer-social .content a[data-rel="linkedin"]:before {
  content: "\f0e1";
  font-family: FontAwesome; }

#home-banner-back {
  background: url(../images/home-banner.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0; }

#home-banner {
  height: 500px;
  position: relative; }

#home-banner * {
  color: #fff; }

#home-banner .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 100px 0;
  position: relative;
  z-index: 2; }

#home-banner .content {
  width: 70%; }

#home-banner .content h2 {
  margin-bottom: 0; }

#home-banner .description,
#home-banner .description * {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300; }

#home-banner .others {
  width: 70%;
  padding-right: 20px; }

#home-banner .knowmore-container {
  text-align: right;
  padding-top: 15px; }

#home-banner .image {
  background-position: 0 center !important;
  position: absolute;
  top: 100px;
  right: 0;
  width: 50%;
  height: 400px;
  z-index: 1; }

#home-banner .image .mask {
  background-color: rgba(38, 54, 146, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#home-banner .swiper-pagination .spw {
  width: 50%;
  text-align: right;
  padding-right: 30px; }

#home-history {
  /*background: url(../images/home-history-back.png)  no-repeat center bottom;background-size: cover;*/ }

#home-history .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#home-history .left img {
  max-width: 365px; }

#home-history .right {
  padding-left: 130px; }

#home-history .description {
  position: relative;
  padding-bottom: 30px; }

#home-history .description,
#home-history .description * {
  font-size: 16px;
  line-height: 20px; }

#home-history .description .line {
  background-color: #263692;
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0; }

#home-news {
  background-color: #e9e8f1; }

#home-news .btn-knowmore:hover,
#home-events .btn-knowmore:hover {
  padding-left: 30px; }

#home-news .top {
  margin-bottom: 30px; }

#home-news .top .innerwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#home-news .top .title {
  color: #263692;
  font-family: "butlerregular", serif;
  font-size: 60px;
  line-height: 60px; }

#home-news .top .btn-knowmore .text {
  color: #263692;
  font-family: "butlerregular", serif; }

#home-news .swiper-container {
  height: 400px; }

#home-news .swiper-pagination .spw {
  width: 30%;
  text-align: right;
  padding-right: 30px; }

#home-news .swiper-slide {
  width: 960px !important;
  display: flex; }

#home-news .swiper-slide .left {
  width: 30%; }

#home-news .swiper-slide .left .image {
  background-color: #9692bc;
  height: 275px;
  display: block; }

#home-news .swiper-slide .right {
  background-color: #fff;
  width: 70%;
  padding: 50px; }

#home-news .swiper-slide .date {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

#home-news .swiper-slide .date .text {
  padding-right: 30px; }

#home-news .swiper-slide .date .line {
  background-color: #404040;
  display: inline-flex;
  width: 100px;
  height: 1px; }

#home-news .swiper-slide .title {
  color: #263692;
  font-family: "butlerregular", serif;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0; }

#home-news .swiper-slide .description {
  padding-top: 30px; }

#home-news .swiper-slide .description,
#home-news .swiper-slide .description * {
  font-size: 16px;
  line-height: 20px;
  font-weight: bolder; }

#home-news .swiper-slide .knowmore-container {
  text-align: right;
  padding-top: 15px; }

#home-news .swiper-slide .knowmore-container .btn-knowmore:hover,
#home-events .item .knowmore-container .btn-knowmore:hover {
  padding-right: 30px; }

#home-events .top {
  margin-bottom: 60px; }

#home-events .top .innerwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#home-events .top .title {
  color: #263692;
  font-family: "butlerregular", serif;
  font-size: 60px;
  line-height: 60px; }

#home-events .top .btn-knowmore .text {
  color: #263692;
  font-family: "butlerregular", serif; }

#home-events .list {
  display: flex;
  flex-wrap: wrap; }

#home-events .list .item {
  width: 50%;
  padding-right: 15px;
  flex: 1;
  position: relative; }

#home-events .list .item:nth-child(even) {
  padding-left: 15px;
  padding-right: 0; }

#home-events .list .item-content {
  background-color: #e9e8f1;
  padding: 30px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

#home-events .list .local {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px; }

#home-events .list .date {
  color: #a6a6a6;
  font-family: "butlerregular", serif;
  font-size: 40px;
  line-height: 40px;
  margin: -55px 0 20px; }

#home-events .list .title {
  color: #263692;
  font-family: "butlerregular", serif;
  font-size: 20px;
  line-height: 25px; }

#home-events .list .knowmore-container {
  text-align: right;
  padding-top: 15px; }

/*############################################################################
								NEWS & EVENTS
#############################################################################*/
#news-container h1 {
  margin-left: 15px; }

#grid-loadmore-container {
  display: flex;
  align-items: center;
  justify-content: center; }

#grid-loadmore {
  display: inline-flex;
  align-items: center;
  flex-direction: column-reverse; }

#grid-loadmore .icon {
  background: url(../images/arrow-down.png) no-repeat center 0;
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: solid 1px #263692;
  border-radius: 50%; }

#grid-loadmore .text {
  color: #263692;
  font-family: "butlerregular", serif;
  white-space: nowrap;
  padding-bottom: 10px; }

/*############################################################################
								ABOUT
#############################################################################*/
#entities-container {
  padding-top: 60px; }

#entities-tabs {
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #e9e8f1;
  border-bottom: solid 1px #e9e8f1;
  padding-bottom: 20px; }

#entities-tabs a {
  font-size: 20px;
  line-height: 20px;
  font-family: "butlerregular", serif;
  color: #a6a6a6;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  border-bottom: solid 1px transparent;
  margin: 0 30px 0 0;
  transition: all 0.3s ease; }

#entities-tabs a:hover,
#entities-tabs a.active {
  color: #263692;
  border-bottom: solid 1px #263692; }

#entities-team-container {
  margin-bottom: 50px; }

#entities-team {
  display: flex;
  flex-wrap: wrap; }

#entities-team .item {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 15px; }

#entities-team .item:nth-child(even) {
  margin-right: 0;
  padding: 0 0 0 15px; }

#entities-team .item a {
  display: block;
  position: relative;
  padding-top: 30px;
  height: 170px; }

#entities-team .item .image {
  background-color: #9692bc;
  display: block;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0; }

#entities-team .item .image .mask {
  background-color: rgba(38, 54, 146, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease; }

#entities-team .item a:hover .image .mask {
  opacity: 0; }

#entities-team .item .info {
  background-color: #e9e8f1;
  display: block;
  padding: 20px 30px 0 200px;
  height: 140px; }

#entities-team .item .role {
  display: block;
  overflow: hidden;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  font-family: "butlerregular", serif;
  color: #a6a6a6; }

#entities-team .item .name {
  display: block;
  overflow: hidden;
  font-size: 30px;
  line-height: 30px;
  height: 60px;
  font-family: "butlerregular", serif;
  color: #263692; }

#entities-team .item .btn-knowmore {
  position: absolute;
  top: 0;
  right: 0; }

#entities-team .item .btn-knowmore .text {
  font-family: "butlerregular", serif;
  color: #263692; }

#entities-team .item a:hover .btn-knowmore {
  padding-right: 30px; }

#entities-team .item a:hover .btn-knowmore .text {
  text-decoration: underline; }

#entities-description {
  background-color: #e9e8f1; }

#entities-description h3 {
  margin-bottom: 30px; }

#entities-detail .image {
  width: 554px;
  float: right;
  margin: 0 0 30px 30px; }

#entities-detail .image img {
  width: 100%; }

#entities-detail .description {
  padding-right: 200px; }

/*############################################################################
								NEWS EVENTS
#############################################################################*/
.detail-a-container .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px; }

.detail-a-container .top .btn-back {
  margin: 0 30px 0 0; }

.detail-a-container .top .date {
  color: #263692;
  font-family: "butlerregular", serif;
  display: flex;
  align-items: center; }

.detail-a-container .top .date .line {
  background-color: #263692;
  display: inline-flex;
  width: 70px;
  height: 1px;
  margin-left: 30px; }

.detail-a-container .image {
  float: left;
  margin: 0 30px 30px 0;
  width: 470px;
  position: relative; }

.detail-a-container .image img {
  width: 100%; }

.detail-a-container .detail-header {
  margin-bottom: 30px; }

.detail-a-container h1 {
  margin-left: 0 !important; }

.detail-a-container h2 {
  padding-top: 30px; }

/*############################################################################
								partnerships
#############################################################################*/
#partnerships-container h1 {
  margin-bottom: 20px; }

#partnerships-container .description {
  margin-bottom: 20px; }

#detail-right h1 {
  font-size: 40px;
  line-height: 43px;
  margin-bottom: 30px;
  padding-bottom: 0; }

#detail-right .line-undertitle {
  margin-bottom: 30px; }

#detail-right .line-undertitle span {
  background-color: #263692;
  width: 70px;
  height: 1px;
  display: inline-block;
  line-height: 1px; }

#detail-right .content {
  margin-left: 170px; }

#detail-right .image {
  float: left;
  margin: 0 30px 30px 0; }

#detail-right .image img {
  width: 465px; }

/*############################################################################
								CONTACTS
#############################################################################*/
#contacts-map {
  background-color: #e9e8f1;
  height: 250px;
  position: relative; }

#contacts-map #gmaps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

#contacts-map .mask {
  background-color: rgba(38, 54, 146, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none; }

#contacts-map .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 3; }

#contacts-map .wrapper h1 {
  padding: 0;
  margin: 0; }

#form-contacts .top {
  margin-bottom: 20px; }

#form-contacts .top,
#form-contacts .bot {
  display: flex; }

#form-contacts .top .left,
#form-contacts .bot .left {
  width: 50%;
  padding-right: 15px; }

#form-contacts .top .right,
#form-contacts .bot .right {
  width: 50%;
  padding-left: 15px; }

#form-contacts .box {
  position: relative; }

#form-contacts .box:not(:last-child) {
  margin-bottom: 30px; }

#form-contacts .box .label {
  color: #a6a6a6;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 100%;
  font-family: "butlerregular", serif; }

#form-contacts .message {
  height: 180px; }

#form-contacts .bot .left {
  display: flex;
  align-items: center; }

#form-contacts .bot .left .line {
  background-color: #a6a6a6;
  display: inline-flex;
  width: 70px;
  height: 1px;
  margin-right: 30px; }

#form-contacts .bot .left .text {
  color: #a6a6a6;
  font-family: "butlerregular", serif; }

#form-contacts .bot .right {
  text-align: right; }

#form-contacts .bot .submit {
  color: #263692;
  font-family: "butlerregular", serif;
  background: transparent url(../images/arrow-right.svg) no-repeat right center;
  background-size: 70px 10px;
  padding-right: 100px;
  text-align: right;
  width: inherit;
  transition: all 0.3s ease; }

#form-contacts .bot .submit:hover {
  margin-right: 30px;
  text-decoration: underline; }

#contacts-other {
  background-color: #e9e8f1; }

#contacts-other .wrapper {
  display: flex; }

#contacts-other .wrapper .left {
  width: 200px;
  flex-shrink: 0;
  padding-right: 30px; }

#contacts-other .wrapper .right {
  width: 100%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px; }

#contacts-other * {
  color: #263692; }

#contacts-other h5 .text {
  background-color: #e9e8f1; }

#contacts-other h5 .line {
  background-color: #263692; }

#loading-container {
  background: rgba(0, 0, 0, 0.8) url(../images/loading.svg) no-repeat center center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  display: none; }
