* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  list-style: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box;
  /* Safari 3-4, also probably droppable */
  box-sizing: border-box;
  /* Everything else */
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/Open_Sans/subset-OpenSans-Regular.eot');
  src: url('../fonts/Open_Sans/subset-OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Open_Sans/subset-OpenSans-Regular.woff2') format('woff2'), url('../fonts/Open_Sans/subset-OpenSans-Regular.woff') format('woff'), url('../fonts/Open_Sans/subset-OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url('../fonts/Open_Sans/subset-OpenSans-Bold.eot');
  src: url('../fonts/Open_Sans/subset-OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Open_Sans/subset-OpenSans-Bold.woff2') format('woff2'), url('../fonts/Open_Sans/subset-OpenSans-Bold.woff') format('woff'), url('../fonts/Open_Sans/subset-OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather/subset-Merriweather-Regular.eot');
  src: url('../fonts/Merriweather/subset-Merriweather-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather/subset-Merriweather-Regular.woff2') format('woff2'), url('../fonts/Merriweather/subset-Merriweather-Regular.woff') format('woff'), url('../fonts/Merriweather/subset-Merriweather-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather Bold';
  src: url('../fonts/Merriweather/subset-Merriweather-Bold.eot');
  src: url('../fonts/Merriweather/subset-Merriweather-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather/subset-Merriweather-Bold.woff2') format('woff2'), url('../fonts/Merriweather/subset-Merriweather-Bold.woff') format('woff'), url('../fonts/Merriweather/subset-Merriweather-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body.no-scroll {
  overflow: hidden;
}
.web-wraper {
  padding-bottom: 50px;
}
.container {
  width: 95%;
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 10px;
}
.container .row {
  margin: 0 -10px;
}
.container .row div[class*="col-"] {
  padding: 0 10px;
}
header {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .container {
  padding-top: 10px;
  padding-bottom: 15px;
}
header .container .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 10px;
  padding-left: 10px;
}
footer {
  background-color: #222;
}
footer .top-footer {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a6a8ab;
}
footer .bottom-footer {
  padding: 30px 0;
}
footer .bottom-footer .container {
  display: flex;
  flex-direction: row;
}
footer .bottom-footer .logo-holder {
  margin-right: 50px;
}
footer .footer-menu {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
}
footer .footer-menu ul {
  max-width: 125px;
}
footer .footer-menu ul li {
  padding-bottom: 15px;
}
footer .footer-menu ul a {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 22px;
  color: #838079;
}
footer .main-link {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Open Sans Bold';
  color: #00a0df;
  margin-bottom: 20px;
}
footer .contact-menu {
  width: 280px;
  padding-left: 50px;
}
footer .copyright-footer {
  display: flex;
  justify-content: center;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 22px;
  color: #838079;
}
footer .copyright-footer .copyright-holder {
  display: flex;
  justify-content: space-between;
  font-family: 'Open Sans';
  border-top: 1px solid #838079;
  padding-top: 10px;
  padding-bottom: 30px;
}
footer .copyright-footer .copyright-holder span {
  color: #838079;
}
footer .copyright-footer .copyright-holder ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #838079;
}
footer .copyright-footer .copyright-holder ul li:last-child {
  border: none;
}
footer .copyright-footer .copyright-holder ul li a {
  color: #838079;
}
.light-gray {
  background-color: #f1f1f2;
}
.menus-holder {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.menus-holder .menu-list {
  display: inline-block;
}
.menus-holder .menu-list li {
  display: inline-block;
}
.menus-holder .menu-list li .main-link {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
}
.menus-holder .menu-list li .main-link:hover {
  color: #00a0df;
}
.menus-holder .menu-list li.current-menu-item .main-link,
.menus-holder .menu-list li.active .main-link {
  position: relative;
  color: #00a0df;
}
.menus-holder .menu-list li.current-menu-item .submenu-list li a,
.menus-holder .menu-list li.active .submenu-list li a {
  color: #fff;
}
.menus-holder .menu-list li.active .main-link:before {
  content: '';
  width: 17px;
  height: 9px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('../images/menu-dropdown.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.menus-holder .search-form {
  display: inline-block;
}
.menus-holder .search-form input {
  width: 70px;
  padding-left: 20px;
  border: none;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Open Sans Bold';
  color: #fff;
  background-image: url('../images/search-icon.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}
.menus-holder .search-form ::placeholder {
  color: #fff;
  opacity: 1;
}
.menus-holder .search-form :-ms-input-placeholder {
  color: #fff;
}
.menus-holder .search-form ::-ms-input-placeholder {
  color: #fff;
}
.language-menu {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.language-menu .active-language {
  position: relative;
  font-size: 11px;
  line-height: 11px;
  vertical-align: text-top;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
  padding-right: 15px;
}
.language-menu .active-language:before {
  content: '';
  width: 7px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  background-image: url('../images/dropdown-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.language-menu .active-language:hover {
  color: #00a0df;
}
.language-menu .active-language:hover:before {
  background-image: url('../images/dropdown-blue-arrow.svg');
}
.language-menu .active-language.one-lang {
  pointer-events: none;
}
.language-menu .active-language.one-lang:before {
  display: none;
}
.language-menu .languages-options {
  display: none;
  position: absolute;
  left: 50%;
  top: 27px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00a0df;
  padding: 10px 20px;
}
.language-menu .languages-options li {
  display: block;
  border: none;
  padding: 10px 0;
}
.language-menu .languages-options li a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
  font-size: 12px;
}
.language-menu.active .active-language {
  color: #00a0df;
}
.language-menu.active .active-language:before {
  background-image: url('../images/dropdown-blue-arrow.svg');
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.language-menu.active .active-language:after {
  content: '';
  width: 17px;
  height: 9px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('../images/menu-dropdown.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.primary-menu .menu-list {
  margin-right: 40px;
}
.primary-menu li {
  padding: 0 18px;
}
.primary-menu li a {
  font-size: 14px;
  line-height: 16px;
}
.secondary-menu {
  display: block;
}
.secondary-menu .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.secondary-menu .menus-holder {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.secondary-menu .submenu-list {
  padding: 0 20px;
}
.secondary-menu li {
  padding: 0 15px;
  border-right: 1px solid #fff;
  line-height: 10px;
}
.secondary-menu li a {
  font-size: 11px;
  line-height: 11px;
}
.secondary-menu li a.main-link {
  vertical-align: text-top;
}
.submenu-holder {
  display: none;
  background-color: #00a0df;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.submenu-holder .container {
  width: 100%;
  padding: 20px 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.submenu-holder .submenu-list li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding-right: 80px;
  padding-left: 0;
  border: none;
}
.submenu-holder .submenu-list li:last-child {
  padding-right: 0;
}
.submenu-holder .submenu-list li.current-menu-item a,
.submenu-holder .submenu-list li.active a {
  text-decoration: underline;
}
.submenu-holder .submenu-list li img {
  display: block;
  margin-bottom: 35px;
}
.submenu-holder .submenu-list li a {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-family: 'Open Sans Bold';
}
.submenu-holder .submenu-list li a:hover {
  text-decoration: underline;
}
.breadcrumb {
  padding: 10px 0;
  margin-bottom: 35px;
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:after {
  content: "/";
  color: #00a0df;
  font-size: 20px;
  font-weight: bold;
}
.breadcrumb ul li:last-child:after {
  content: '';
}
.breadcrumb ul li:last-child a {
  color: #939598;
}
.breadcrumb ul li a {
  font-size: 14px;
  color: #00a0df;
  font-family: 'Open Sans';
}
.landing-section {
  position: relative;
}
.landing-section img {
  width: 100%;
  height: auto;
  display: block;
}
.landing-section .landing-title {
  position: absolute;
  width: 100%;
  height: 350px;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 65px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
}
.landing-section .landing-title span {
  display: block;
  width: 480px;
  font-size: 38px;
  line-height: 45px;
  color: #fff;
  font-family: 'Merriweather Bold';
}
.landing-section .landing-title p {
  display: block;
  width: 480px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 23px;
  color: #fff;
  font-family: 'Merriweather Bold';
}
.hero-banner {
  position: relative;
}
.hero-banner .img-holder img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-banner .container {
  padding: 0 10px;
}
.hero-banner .container .row {
  margin: 0 -10px;
}
.hero-banner .container .row div[class*="col-"] {
  padding: 0 10px;
}
.hero-banner .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
}
.hero-banner .description .container {
  display: flex;
  align-items: flex-end;
  padding-bottom: 45px;
}
.hero-banner .description .desc-holder {
  max-width: 470px;
}
.hero-banner .description span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Open Sans Bold';
  text-transform: uppercase;
}
.hero-banner .description p {
  display: block;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-family: 'Merriweather Bold';
  margin-bottom: 30px;
}
.hero-banner .description a {
  display: inline-block;
  min-height: 30px;
  min-width: 110px;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Open Sans Bold';
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  background-color: #00a0df;
}
.hero-banner .description a::before {
  content: "+";
}
.news-stories {
  display: block;
  padding-top: 40px;
  padding-bottom: 47px;
}
.news-stories .news-box {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.news-stories .news-box .img-holder img {
  width: 100%;
  height: auto;
  display: block;
}
.news-stories .news-box .desc-holder {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 85%;
  padding: 20px 25px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
}
.news-stories .news-box .desc-holder span {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Open Sans Bold';
  text-transform: uppercase;
}
.news-stories .news-box .desc-holder p {
  color: #fff;
  margin-bottom: 3px;
}
.news-stories .news-box .desc-holder p.main-title {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Merriweather Bold';
}
.news-stories .news-box .desc-holder p.short-desc {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Open Sans';
}
.news-stories .news-box .desc-holder a {
  font-size: 12px;
  line-height: 15px;
  color: #00a0df;
  font-family: 'Open Sans Bold';
}
.news-stories .news-box .desc-holder a::before {
  content: "+";
}
.news-stories .news-box.video-trigger:before {
  content: '';
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  background-image: url('../images/play-icon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.news-stories .news-box.video-trigger:hover:before {
  width: 85px;
  height: 85px;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.richtext-container {
  padding: 35px 0;
}
.richtext-container .container {
  display: flex;
  justify-content: space-between;
}
.richtext-container .richtext-holder {
  width: 690px;
}
.richtext-container .richtext-holder .title {
  font-family: 'Merriweather Bold';
  color: #00a0df;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
  display: block;
}
.richtext-container .richtext-holder .short-description {
  font-family: 'Merriweather Bold';
  color: #000;
  font-size: 16px;
  line-height: 23px;
  display: block;
  margin-bottom: 50px;
}
.left-nav {
  max-width: 250px;
}
.left-nav ul li {
  display: block;
  padding: 7px 0;
}
.left-nav ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #00a0df;
  font-family: 'Open Sans Bold';
}
.richtext {
  font-family: 'Open Sans';
}
.richtext p {
  font-size: 14px;
  line-height: 22px;
  font-family: inherit;
  margin-bottom: 20px;
}
.richtext p a {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: #00a0df;
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4 {
  font-family: 'Merriweather Bold';
  color: #00a0df;
}
.richtext h1 {
  font-size: 28px;
  line-height: 34px;
}
.richtext h2 {
  font-size: 24px;
  line-height: 30px;
}
.richtext h3 {
  font-size: 20px;
  line-height: 26px;
}
.richtext h4 {
  font-size: 18px;
  line-height: 26px;
}
.richtext ul {
  margin-bottom: 20px;
}
.richtext ul li {
  font-size: 14px;
  line-height: 22px;
  font-family: inherit;
  display: list-item;
  list-style-type: circle;
  list-style-position: inside;
}
.richtext ol {
  margin-bottom: 20px;
}
.richtext ol li {
  font-size: 14px;
  line-height: 22px;
  font-family: inherit;
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
}
.richtext img {
  display: block;
  width: 100%;
  height: auto;
}
.albums-list {
  display: flex;
  justify-content: center;
}
.albums-list .row {
  margin-right: -10px;
  margin-left: -10px;
}
.albums-list .col-lg-4 {
  padding: 0 10px;
}
.albums-list .album-holder {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.albums-list .album-holder img {
  width: 100%;
  height: auto;
  display: block;
}
.albums-list .album-holder .album-desc {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 17px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
  /* IE6-9 */
}
.albums-list .album-holder .album-desc span {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-family: 'Merriweather Bold';
}
.documents-list {
  display: flex;
  justify-content: center;
}
.documents-list .doc-holder {
  display: block;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.documents-list .doc-img img {
  width: 100%;
  height: auto;
  display: block;
}
.documents-list .doc-description {
  display: block;
  padding: 30px 20px;
  min-height: 145px;
  position: relative;
}
.documents-list .doc-description span {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans';
  color: #808285;
}
.documents-list .doc-description a {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #00a0df;
  text-transform: uppercase;
  font-family: 'Open Sans';
}
.section-title {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  margin-top: 35px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #00a0df;
  font-family: 'Merriweather Bold';
}
.section-description {
  width: 100%;
  display: block;
  margin-bottom: 35px;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  font-family: 'Merriweather Bold';
}
.read-more {
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
.read-more a {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 16px;
  color: #00a0df;
  padding: 5px 50px 5px 25px;
}
.read-more a::after {
  content: "";
  width: 23px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../images/readmore-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.project-brief .project-description {
  max-width: 930px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.project-brief .project-description p {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Merriweather Bold';
  text-align: center;
}
.photo-album-section {
  margin-bottom: 50px;
}
.photo-album-carousel {
  position: relative;
}
.photo-album-carousel .owl-dots {
  display: block;
  counter-reset: slides-num;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
}
.photo-album-carousel .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  color: #838079;
}
.photo-album-carousel .owl-dot {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 0;
  width: 0;
  counter-increment: slides-num;
  margin-right: 5px;
}
.photo-album-carousel .owl-dot span {
  display: none;
}
.photo-album-carousel .owl-dot.active {
  display: inline-block;
  position: relative;
  right: unset;
  height: auto;
  width: auto;
}
.photo-album-carousel .owl-dot.active:before {
  content: counter(slides-num) " / ";
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #838079;
}
.photo-album-carousel .owl-nav {
  text-align: right;
  padding-top: 15px;
}
.photo-album-carousel .owl-nav button {
  width: 20px;
  height: 30px;
}
.photo-album-carousel .owl-nav button.owl-next {
  background-image: url('../images/blue-right-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.photo-album-carousel .owl-nav button.owl-prev {
  background-image: url('../images/blue-left-arrow.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.photo-album-carousel .item {
  position: relative;
}
.photo-album-carousel .item .inner-description {
  position: absolute;
  opacity: 0;
  backface-visibility: hidden;
}
.research-boxes {
  margin-bottom: 40px;
}
.research-boxes .research-box img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.research-boxes .research-box p {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 22px;
  color: #838079;
}
.research-boxes .research-carousel .owl-dots {
  margin-top: 15px;
  text-align: center;
}
.research-boxes .research-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
.research-boxes .research-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.research-boxes .research-carousel .owl-dots .owl-dot.active {
  background-color: #00a0df;
}
.desktop-carousel {
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  z-index: 1;
  margin: 0 -7px;
}
.desktop-carousel .item {
  width: 16.7%;
  padding: 0 7px;
}
.partners-lsit .partner-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
.partners-lsit .partner-box .img-holder {
  width: 40%;
  max-width: 250px;
  justify-content: center;
  display: inline-flex;
}
.partners-lsit .partner-box .img-holder img {
  display: block;
  max-width: 100%;
}
.partners-lsit .partner-box .desc-holder {
  max-width: 60%;
  max-width: 700px;
  padding-left: 30px;
}
.partners-lsit .partner-box .desc-holder p {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 22px;
  color: #838079;
  text-align: justify;
}
.jobs-list {
  padding: 35px 0;
}
.jobs-list .job-box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 60px;
  padding-right: 20px;
  margin-bottom: 25px;
  min-height: 70px;
}
.jobs-list .job-box:before {
  content: '';
  width: 40px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 0;
  background-image: url('../images/file-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.jobs-list .job-box p {
  font-family: 'Open Sans';
  color: #666;
  font-size: 14px;
  line-height: 20px;
}
.jobs-list .job-box p span {
  font-size: 12px;
}
.jobs-list .job-box p.date span:first-child,
.jobs-list .job-box p.venue span:first-child {
  font-family: 'Open Sans Bold';
}
.jobs-list .job-box p.date span:first-child:after,
.jobs-list .job-box p.venue span:first-child:after {
  content: ':';
}
.jobs-list .job-box .job-description {
  font-family: 'Open Sans Bold';
  color: #00a0df;
}
.test {
  display: block;
  height: 200px;
  border: 1px solid #929497;
  margin-bottom: 20px;
}
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}
.video-overlay.open {
  display: flex;
}
.video-overlay .close-video {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url('../images/close-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.video-overlay iframe {
  width: 80%;
  height: 70%;
}
.mobile-menu {
  display: none;
}
.mobile-menu .logo-holder {
  position: relative;
  z-index: 2;
}
.mobile-menu .logo-holder img {
  display: block;
}
.mobile-menu .search-trigger {
  position: relative;
  z-index: 2;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
}
.mobile-menu .search-trigger:after {
  content: '';
  width: 17px;
  height: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/menu-dropdown.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile-menu .search-trigger.open:after {
  height: 9px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.mobile-menu .search-trigger img {
  width: 100%;
}
.mobile-menu .menu-list-holder {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00a0df;
  padding-top: 70px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mobile-menu .menu-list-holder.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.mobile-menu a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
}
.mobile-menu .primary-mobile-menu {
  padding: 0 30px;
  margin-bottom: 30px;
}
.mobile-menu .primary-mobile-menu li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.mobile-menu .primary-mobile-menu li:last-child {
  border: none;
}
.mobile-menu .secondary-mobile-menu {
  padding: 0 30px;
}
.mobile-menu .secondary-mobile-menu li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.mobile-menu .secondary-mobile-menu li:last-child {
  border: none;
}
.mobile-menu .secondary-mobile-menu a {
  font-size: 13px;
  line-height: 16px;
}
.mobile-menu .submenu-trigger {
  content: '';
  width: 30px;
  height: 15px;
  display: inline-block;
  background-image: url('../images/right-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.mobile-menu .menu-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mobile-menu .second-menu,
.mobile-menu .third-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00a0df;
  padding: 0 30px;
  padding-top: 70px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.mobile-menu .primary-menu-item.open .second-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.mobile-menu .secondary-menu-item.open .third-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.mobile-menu .sub-menu-header {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}
.mobile-menu .sub-menu-header span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans Bold';
}
.mobile-menu .back-button {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 15px;
  display: inline-block;
  background-image: url('../images/left-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hamburger-menu {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 33px;
  height: 22px;
  margin-left: 20px;
}
.hamburger-menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.hamburger-menu span:first-child {
  top: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 10px;
}
.hamburger-menu span:last-child {
  top: 20px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.hamburger-menu.open span:first-child,
.hamburger-menu.open span:last-child {
  top: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.hamburger-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.social-media {
  display: block;
  margin-bottom: 20px;
}
.social-media li {
  display: inline-block;
  border: 1px solid #838079;
  border-radius: 50px;
  margin-right: 5px;
}
.social-media li:last-child {
  margin-right: 0;
}
.social-media li a {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.address-info {
  margin-bottom: 20px;
}
.address-info p {
  display: block;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 22px;
  color: #838079;
}
.news-container .richtext-holder {
  width: 100%;
  max-width: 870px;
}
.news-container .richtext-holder .richtext {
  text-align: justify;
}
.form-holder form {
  width: 250px;
  position: relative;
  padding: 10px;
  padding-bottom: 28px;
  text-align: center;
  border: 1px solid #838079;
}
.form-holder form span {
  display: block;
  font-family: 'Merriweather';
  font-size: 14px;
  line-height: 16px;
  color: #00a0df;
  margin-bottom: 10px;
}
.form-holder form input[type="text"] {
  display: block;
  width: 100%;
  height: 21px;
  border: none;
  padding: 0 10px;
  background-color: #838079;
  line-height: 21px;
  font-size: 12px;
  font-family: 'Open Sans';
  color: #000;
}
.form-holder form ::placeholder {
  color: #000;
  opacity: 1;
}
.form-holder form :-ms-input-placeholder {
  color: #000;
}
.form-holder form ::-ms-input-placeholder {
  color: #000;
}
.form-holder form .submit-btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 110px;
  text-align: center;
  padding: 10px 0;
  border: none;
  font-size: 12px;
  font-family: 'Open Sans Bold';
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #00a0df;
  color: #fff;
}
.search-list .search-box {
  width: 100%;
  max-width: 870px;
  border-bottom: 1px solid #a6a8ab;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.search-list .search-box a {
  display: block;
  font-family: 'Open Sans Bold';
  font-size: 15px;
  line-height: 22px;
  color: #00a0df;
  margin-bottom: 5px;
}
.search-list .search-box a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.search-list .search-box p {
  display: block;
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 20px;
}
.mobile-search {
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
}
.mobile-search form {
  width: 95%;
  margin: 0 auto;
  padding: 15px 10px;
  background-color: #00a0df;
  position: relative;
}
.mobile-search input[type=text] {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 5px;
  font-size: 14px;
  line-height: 20px;
}
.mobile-search input[type=submit] {
  position: absolute;
  right: 14px;
  top: 5px;
  width: 25px;
  height: 25px;
  background-image: url('../images/search-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
}
.homepage-slider .main-slider .slide {
  position: relative;
  height: 75vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.homepage-slider .main-slider .slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.homepage-slider .main-slider .slide .image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}
.homepage-slider .main-slider .slide .content-holder {
  display: block;
  width: 100%;
}
.homepage-slider .main-slider .slide .content-holder .content {
  position: relative;
  max-width: 800px;
  padding-bottom: 80px;
  z-index: 2;
}
.homepage-slider .main-slider .slide .content-holder .content h2 {
  display: block;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  margin-bottom: 20px;
}
.homepage-slider .main-slider .slide .content-holder .content .button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.homepage-slider .main-slider .slide .content-holder .content .button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background-color: #0079c0;
  border-color: #0079c0;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-slider .main-slider .slide .content-holder .content .button a:hover {
  background-color: #00619a;
  border-color: #00598d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-slider .main-slider .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homepage-slider .main-slider .owl-dots .owl-dot.active span {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-slider .main-slider .owl-dots .owl-dot.active:hover span {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-slider .main-slider .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.homepage-slider .main-slider .owl-dots .owl-dot span {
  width: 50px;
  height: 8px;
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.5;
  margin: 4px;
  border-radius: 0 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 991px) {
  .secondary-menu,
  .primary-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  footer .footer-menu {
    display: none;
  }
  footer .contact-menu {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .left-nav {
    display: none;
  }
  header .container {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .homepage-slider .main-slider .slide .content-holder .content h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
