/* Font specifications */
@font-face {
  font-family: 'robotoblack';
  src: url("fonts/roboto-black-webfont.eot");
  src: url("fonts/roboto-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-black-webfont.woff2") format("woff2"), url("fonts/roboto-black-webfont.woff") format("woff"), url("fonts/roboto-black-webfont.ttf") format("truetype"), url("fonts/roboto-black-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotobold';
  src: url("fonts/roboto-bold-webfont.eot");
  src: url("fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff"), url("fonts/roboto-bold-webfont.ttf") format("truetype"), url("fonts/roboto-bold-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotolight';
  src: url("fonts/roboto-light-webfont.eot");
  src: url("fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-light-webfont.woff2") format("woff2"), url("fonts/roboto-light-webfont.woff") format("woff"), url("fonts/roboto-light-webfont.ttf") format("truetype"), url("fonts/roboto-light-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotomedium';
  src: url("fonts/roboto-medium-webfont.eot");
  src: url("fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-medium-webfont.woff2") format("woff2"), url("fonts/roboto-medium-webfont.woff") format("woff"), url("fonts/roboto-medium-webfont.ttf") format("truetype"), url("fonts/roboto-medium-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url("fonts/roboto-regular-webfont.eot");
  src: url("fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff"), url("fonts/roboto-regular-webfont.ttf") format("truetype"), url("fonts/roboto-regular-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GEModernBold-Bold';
  src: url("fonts/GEModernBold-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GEModernBold-Bold.woff") format("woff"), url("fonts/GEModernBold-Bold.ttf") format("truetype"), url("fonts/GEModernBold-Bold.svg#GEModernBold-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GEModernLight-Light';
  src: url("fonts/GEModernLight-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GEModernLight-Light.woff") format("woff"), url("fonts/GEModernLight-Light.ttf") format("truetype"), url("fonts/GEModernLight-Light.svg#GEModernLight-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GEModernMedium-Medium';
  src: url("fonts/GEModernMedium-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GEModernMedium-Medium.woff") format("woff"), url("fonts/GEModernMedium-Medium.ttf") format("truetype"), url("fonts/GEModernMedium-Medium.svg#GEModernMedium-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* @mixin disable-prefix-for-all() {
	$prefix-for-webkit:    false !global;
	$prefix-for-mozilla:   false !global;
	$prefix-for-microsoft: false !global;
	$prefix-for-opera:     false !global;
	$prefix-for-spec:      false !global;
}
 */

body.openSans {
  font-family: 'Open Sans', sans-serif;
}

.openSans h1,
.openSans h2,
.openSans h3,
.openSans h4,
.openSans h5,
.openSans h6,
.openSans .h1,
.openSans .h2,
.openSans .h3,
.openSans .h4,
.openSans .h5,
.openSans .h6,
.openSans p {
  font-family: 'Open Sans', sans-serif;
}

.openSans h1.robotobold,
.openSans h2.robotobold,
.openSans h3.robotobold,
.openSans h4.robotobold,
.openSans h5.robotobold,
.openSans h6.robotobold,
.openSans .h1.robotobold,
.openSans .h2.robotobold,
.openSans .h3.robotobold,
.openSans .h4.robotobold,
.openSans .h5.robotobold,
.openSans .h6.robotobold,
.openSans p.robotobold,
.openSans .robotobold {
  font-family: 'robotobold';
}

.openSans h1.robotomedium,
.openSans h2.robotomedium,
.openSans h3.robotomedium,
.openSans h4.robotomedium,
.openSans h5.robotomedium,
.openSans h6.robotomedium,
.openSans .h1.robotomedium,
.openSans .h2.robotomedium,
.openSans .h3.robotomedium,
.openSans .h4.robotomedium,
.openSans .h5.robotomedium,
.openSans .h6.robotomedium,
.openSans p.robotomedium,
.openSans a.robotomedium,
.openSans .robotomedium {
  font-family: 'robotomedium';
}

.openSans h1.robotoregular,
.openSans h2.robotoregular,
.openSans h3.robotoregular,
.openSans h4.robotoregular,
.openSans h5.robotoregular,
.openSans h6.robotoregular,
.openSans .h1.robotoregular,
.openSans .h2.robotoregular,
.openSans .h3.robotoregular,
.openSans .h4.robotoregular,
.openSans .h5.robotoregular,
.openSans .h6.robotoregular,
.openSans p.robotoregular,
.openSans a.robotoregular,
.openSans .robotoregular {
  font-family: 'robotoregular';
}

section,
.section-wrap,
.mez.news--list .sorter,
.mez.sorter,
.mez.spotlight--academics .spotlight__aside li,
.mez.student figure,
.mez.student .l-admission-block {
  zoom: 1;
}

section:after,
.section-wrap:after,
.mez.news--list .sorter:after,
.mez.sorter:after,
.mez.spotlight--academics .spotlight__aside li:after,
.mez.student figure:after,
.mez.student .l-admission-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
  font-family: 'robotomedium';
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #5BC6E8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #1877a0;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.h1 {
  font-size: 2.5rem;
}

h1.big,
.h1.big {
  font-size: 3.5rem;
}

@media (max-width: 992px) {

  h1.big,
  .h1.big {
    font-size: 2.5rem;
  }
}

.h2 {
  font-size: 2rem;
}

.h3 {
  font-size: 1.75rem;
}

.h4 {
  font-size: 1.5rem;
}

.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.dl-horizontal {
  margin-right: 0;
  margin-left: 0;
}

.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #818a91;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.img-circle6 {
  border-radius: 6px;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  color: #373a3c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 540px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1536px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-25,
.col-xs-26,
.col-xs-27,
.col-xs-28,
.col-xs-29,
.col-xs-30,
.col-xs-31,
.col-xs-32,
.col-xs-33,
.col-xs-34,
.col-xs-35,
.col-xs-36,
.col-xs-37,
.col-xs-38,
.col-xs-39,
.col-xs-40,
.col-xs-41,
.col-xs-42,
.col-xs-43,
.col-xs-44,
.col-xs-45,
.col-xs-46,
.col-xs-47,
.col-xs-48,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm-25,
.col-sm-26,
.col-sm-27,
.col-sm-28,
.col-sm-29,
.col-sm-30,
.col-sm-31,
.col-sm-32,
.col-sm-33,
.col-sm-34,
.col-sm-35,
.col-sm-36,
.col-sm-37,
.col-sm-38,
.col-sm-39,
.col-sm-40,
.col-sm-41,
.col-sm-42,
.col-sm-43,
.col-sm-44,
.col-sm-45,
.col-sm-46,
.col-sm-47,
.col-sm-48,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md-25,
.col-md-26,
.col-md-27,
.col-md-28,
.col-md-29,
.col-md-30,
.col-md-31,
.col-md-32,
.col-md-33,
.col-md-34,
.col-md-35,
.col-md-36,
.col-md-37,
.col-md-38,
.col-md-39,
.col-md-40,
.col-md-41,
.col-md-42,
.col-md-43,
.col-md-44,
.col-md-45,
.col-md-46,
.col-md-47,
.col-md-48,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg-25,
.col-lg-26,
.col-lg-27,
.col-lg-28,
.col-lg-29,
.col-lg-30,
.col-lg-31,
.col-lg-32,
.col-lg-33,
.col-lg-34,
.col-lg-35,
.col-lg-36,
.col-lg-37,
.col-lg-38,
.col-lg-39,
.col-lg-40,
.col-lg-41,
.col-lg-42,
.col-lg-43,
.col-lg-44,
.col-lg-45,
.col-lg-46,
.col-lg-47,
.col-lg-48,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-13,
.col-xl-14,
.col-xl-15,
.col-xl-16,
.col-xl-17,
.col-xl-18,
.col-xl-19,
.col-xl-20,
.col-xl-21,
.col-xl-22,
.col-xl-23,
.col-xl-24,
.col-xl-25,
.col-xl-26,
.col-xl-27,
.col-xl-28,
.col-xl-29,
.col-xl-30,
.col-xl-31,
.col-xl-32,
.col-xl-33,
.col-xl-34,
.col-xl-35,
.col-xl-36,
.col-xl-37,
.col-xl-38,
.col-xl-39,
.col-xl-40,
.col-xl-41,
.col-xl-42,
.col-xl-43,
.col-xl-44,
.col-xl-45,
.col-xl-46,
.col-xl-47,
.col-xl-48,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-13,
.col-xxl-14,
.col-xxl-15,
.col-xxl-16,
.col-xxl-17,
.col-xxl-18,
.col-xxl-19,
.col-xxl-20,
.col-xxl-21,
.col-xxl-22,
.col-xxl-23,
.col-xxl-24,
.col-xxl-25,
.col-xxl-26,
.col-xxl-27,
.col-xxl-28,
.col-xxl-29,
.col-xxl-30,
.col-xxl-31,
.col-xxl-32,
.col-xxl-33,
.col-xxl-34,
.col-xxl-35,
.col-xxl-36,
.col-xxl-37,
.col-xxl-38,
.col-xxl-39,
.col-xxl-40,
.col-xxl-41,
.col-xxl-42,
.col-xxl-43,
.col-xxl-44,
.col-xxl-45,
.col-xxl-46,
.col-xxl-47,
.col-xxl-48 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 540px) {

  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-13,
  .col-xs-14,
  .col-xs-15,
  .col-xs-16,
  .col-xs-17,
  .col-xs-18,
  .col-xs-19,
  .col-xs-20,
  .col-xs-21,
  .col-xs-22,
  .col-xs-23,
  .col-xs-24,
  .col-xs-25,
  .col-xs-26,
  .col-xs-27,
  .col-xs-28,
  .col-xs-29,
  .col-xs-30,
  .col-xs-31,
  .col-xs-32,
  .col-xs-33,
  .col-xs-34,
  .col-xs-35,
  .col-xs-36,
  .col-xs-37,
  .col-xs-38,
  .col-xs-39,
  .col-xs-40,
  .col-xs-41,
  .col-xs-42,
  .col-xs-43,
  .col-xs-44,
  .col-xs-45,
  .col-xs-46,
  .col-xs-47,
  .col-xs-48 {
    float: left;
  }

  .col-xs-1 {
    width: 2.0833333333%;
  }

  .col-xs-2 {
    width: 4.1666666667%;
  }

  .col-xs-3 {
    width: 6.25%;
  }

  .col-xs-4 {
    width: 8.3333333333%;
  }

  .col-xs-5 {
    width: 10.4166666667%;
  }

  .col-xs-6 {
    width: 12.5%;
  }

  .col-xs-7 {
    width: 14.5833333333%;
  }

  .col-xs-8 {
    width: 16.6666666667%;
  }

  .col-xs-9 {
    width: 18.75%;
  }

  .col-xs-10 {
    width: 20.8333333333%;
  }

  .col-xs-11 {
    width: 22.9166666667%;
  }

  .col-xs-12 {
    width: 25%;
  }

  .col-xs-13 {
    width: 27.0833333333%;
  }

  .col-xs-14 {
    width: 29.1666666667%;
  }

  .col-xs-15 {
    width: 31.25%;
  }

  .col-xs-16 {
    width: 33.3333333333%;
  }

  .col-xs-17 {
    width: 35.4166666667%;
  }

  .col-xs-18 {
    width: 37.5%;
  }

  .col-xs-19 {
    width: 39.5833333333%;
  }

  .col-xs-20 {
    width: 41.6666666667%;
  }

  .col-xs-21 {
    width: 43.75%;
  }

  .col-xs-22 {
    width: 45.8333333333%;
  }

  .col-xs-23 {
    width: 47.9166666667%;
  }

  .col-xs-24 {
    width: 50%;
  }

  .col-xs-25 {
    width: 52.0833333333%;
  }

  .col-xs-26 {
    width: 54.1666666667%;
  }

  .col-xs-27 {
    width: 56.25%;
  }

  .col-xs-28 {
    width: 58.3333333333%;
  }

  .col-xs-29 {
    width: 60.4166666667%;
  }

  .col-xs-30 {
    width: 62.5%;
  }

  .col-xs-31 {
    width: 64.5833333333%;
  }

  .col-xs-32 {
    width: 66.6666666667%;
  }

  .col-xs-33 {
    width: 68.75%;
  }

  .col-xs-34 {
    width: 70.8333333333%;
  }

  .col-xs-35 {
    width: 72.9166666667%;
  }

  .col-xs-36 {
    width: 75%;
  }

  .col-xs-37 {
    width: 77.0833333333%;
  }

  .col-xs-38 {
    width: 79.1666666667%;
  }

  .col-xs-39 {
    width: 81.25%;
  }

  .col-xs-40 {
    width: 83.3333333333%;
  }

  .col-xs-41 {
    width: 85.4166666667%;
  }

  .col-xs-42 {
    width: 87.5%;
  }

  .col-xs-43 {
    width: 89.5833333333%;
  }

  .col-xs-44 {
    width: 91.6666666667%;
  }

  .col-xs-45 {
    width: 93.75%;
  }

  .col-xs-46 {
    width: 95.8333333333%;
  }

  .col-xs-47 {
    width: 97.9166666667%;
  }

  .col-xs-48 {
    width: 100%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-pull-1 {
    right: 2.0833333333%;
  }

  .col-xs-pull-2 {
    right: 4.1666666667%;
  }

  .col-xs-pull-3 {
    right: 6.25%;
  }

  .col-xs-pull-4 {
    right: 8.3333333333%;
  }

  .col-xs-pull-5 {
    right: 10.4166666667%;
  }

  .col-xs-pull-6 {
    right: 12.5%;
  }

  .col-xs-pull-7 {
    right: 14.5833333333%;
  }

  .col-xs-pull-8 {
    right: 16.6666666667%;
  }

  .col-xs-pull-9 {
    right: 18.75%;
  }

  .col-xs-pull-10 {
    right: 20.8333333333%;
  }

  .col-xs-pull-11 {
    right: 22.9166666667%;
  }

  .col-xs-pull-12 {
    right: 25%;
  }

  .col-xs-pull-13 {
    right: 27.0833333333%;
  }

  .col-xs-pull-14 {
    right: 29.1666666667%;
  }

  .col-xs-pull-15 {
    right: 31.25%;
  }

  .col-xs-pull-16 {
    right: 33.3333333333%;
  }

  .col-xs-pull-17 {
    right: 35.4166666667%;
  }

  .col-xs-pull-18 {
    right: 37.5%;
  }

  .col-xs-pull-19 {
    right: 39.5833333333%;
  }

  .col-xs-pull-20 {
    right: 41.6666666667%;
  }

  .col-xs-pull-21 {
    right: 43.75%;
  }

  .col-xs-pull-22 {
    right: 45.8333333333%;
  }

  .col-xs-pull-23 {
    right: 47.9166666667%;
  }

  .col-xs-pull-24 {
    right: 50%;
  }

  .col-xs-pull-25 {
    right: 52.0833333333%;
  }

  .col-xs-pull-26 {
    right: 54.1666666667%;
  }

  .col-xs-pull-27 {
    right: 56.25%;
  }

  .col-xs-pull-28 {
    right: 58.3333333333%;
  }

  .col-xs-pull-29 {
    right: 60.4166666667%;
  }

  .col-xs-pull-30 {
    right: 62.5%;
  }

  .col-xs-pull-31 {
    right: 64.5833333333%;
  }

  .col-xs-pull-32 {
    right: 66.6666666667%;
  }

  .col-xs-pull-33 {
    right: 68.75%;
  }

  .col-xs-pull-34 {
    right: 70.8333333333%;
  }

  .col-xs-pull-35 {
    right: 72.9166666667%;
  }

  .col-xs-pull-36 {
    right: 75%;
  }

  .col-xs-pull-37 {
    right: 77.0833333333%;
  }

  .col-xs-pull-38 {
    right: 79.1666666667%;
  }

  .col-xs-pull-39 {
    right: 81.25%;
  }

  .col-xs-pull-40 {
    right: 83.3333333333%;
  }

  .col-xs-pull-41 {
    right: 85.4166666667%;
  }

  .col-xs-pull-42 {
    right: 87.5%;
  }

  .col-xs-pull-43 {
    right: 89.5833333333%;
  }

  .col-xs-pull-44 {
    right: 91.6666666667%;
  }

  .col-xs-pull-45 {
    right: 93.75%;
  }

  .col-xs-pull-46 {
    right: 95.8333333333%;
  }

  .col-xs-pull-47 {
    right: 97.9166666667%;
  }

  .col-xs-pull-48 {
    right: 100%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-push-1 {
    left: 2.0833333333%;
  }

  .col-xs-push-2 {
    left: 4.1666666667%;
  }

  .col-xs-push-3 {
    left: 6.25%;
  }

  .col-xs-push-4 {
    left: 8.3333333333%;
  }

  .col-xs-push-5 {
    left: 10.4166666667%;
  }

  .col-xs-push-6 {
    left: 12.5%;
  }

  .col-xs-push-7 {
    left: 14.5833333333%;
  }

  .col-xs-push-8 {
    left: 16.6666666667%;
  }

  .col-xs-push-9 {
    left: 18.75%;
  }

  .col-xs-push-10 {
    left: 20.8333333333%;
  }

  .col-xs-push-11 {
    left: 22.9166666667%;
  }

  .col-xs-push-12 {
    left: 25%;
  }

  .col-xs-push-13 {
    left: 27.0833333333%;
  }

  .col-xs-push-14 {
    left: 29.1666666667%;
  }

  .col-xs-push-15 {
    left: 31.25%;
  }

  .col-xs-push-16 {
    left: 33.3333333333%;
  }

  .col-xs-push-17 {
    left: 35.4166666667%;
  }

  .col-xs-push-18 {
    left: 37.5%;
  }

  .col-xs-push-19 {
    left: 39.5833333333%;
  }

  .col-xs-push-20 {
    left: 41.6666666667%;
  }

  .col-xs-push-21 {
    left: 43.75%;
  }

  .col-xs-push-22 {
    left: 45.8333333333%;
  }

  .col-xs-push-23 {
    left: 47.9166666667%;
  }

  .col-xs-push-24 {
    left: 50%;
  }

  .col-xs-push-25 {
    left: 52.0833333333%;
  }

  .col-xs-push-26 {
    left: 54.1666666667%;
  }

  .col-xs-push-27 {
    left: 56.25%;
  }

  .col-xs-push-28 {
    left: 58.3333333333%;
  }

  .col-xs-push-29 {
    left: 60.4166666667%;
  }

  .col-xs-push-30 {
    left: 62.5%;
  }

  .col-xs-push-31 {
    left: 64.5833333333%;
  }

  .col-xs-push-32 {
    left: 66.6666666667%;
  }

  .col-xs-push-33 {
    left: 68.75%;
  }

  .col-xs-push-34 {
    left: 70.8333333333%;
  }

  .col-xs-push-35 {
    left: 72.9166666667%;
  }

  .col-xs-push-36 {
    left: 75%;
  }

  .col-xs-push-37 {
    left: 77.0833333333%;
  }

  .col-xs-push-38 {
    left: 79.1666666667%;
  }

  .col-xs-push-39 {
    left: 81.25%;
  }

  .col-xs-push-40 {
    left: 83.3333333333%;
  }

  .col-xs-push-41 {
    left: 85.4166666667%;
  }

  .col-xs-push-42 {
    left: 87.5%;
  }

  .col-xs-push-43 {
    left: 89.5833333333%;
  }

  .col-xs-push-44 {
    left: 91.6666666667%;
  }

  .col-xs-push-45 {
    left: 93.75%;
  }

  .col-xs-push-46 {
    left: 95.8333333333%;
  }

  .col-xs-push-47 {
    left: 97.9166666667%;
  }

  .col-xs-push-48 {
    left: 100%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-offset-1 {
    margin-left: 2.0833333333%;
  }

  .col-xs-offset-2 {
    margin-left: 4.1666666667%;
  }

  .col-xs-offset-3 {
    margin-left: 6.25%;
  }

  .col-xs-offset-4 {
    margin-left: 8.3333333333%;
  }

  .col-xs-offset-5 {
    margin-left: 10.4166666667%;
  }

  .col-xs-offset-6 {
    margin-left: 12.5%;
  }

  .col-xs-offset-7 {
    margin-left: 14.5833333333%;
  }

  .col-xs-offset-8 {
    margin-left: 16.6666666667%;
  }

  .col-xs-offset-9 {
    margin-left: 18.75%;
  }

  .col-xs-offset-10 {
    margin-left: 20.8333333333%;
  }

  .col-xs-offset-11 {
    margin-left: 22.9166666667%;
  }

  .col-xs-offset-12 {
    margin-left: 25%;
  }

  .col-xs-offset-13 {
    margin-left: 27.0833333333%;
  }

  .col-xs-offset-14 {
    margin-left: 29.1666666667%;
  }

  .col-xs-offset-15 {
    margin-left: 31.25%;
  }

  .col-xs-offset-16 {
    margin-left: 33.3333333333%;
  }

  .col-xs-offset-17 {
    margin-left: 35.4166666667%;
  }

  .col-xs-offset-18 {
    margin-left: 37.5%;
  }

  .col-xs-offset-19 {
    margin-left: 39.5833333333%;
  }

  .col-xs-offset-20 {
    margin-left: 41.6666666667%;
  }

  .col-xs-offset-21 {
    margin-left: 43.75%;
  }

  .col-xs-offset-22 {
    margin-left: 45.8333333333%;
  }

  .col-xs-offset-23 {
    margin-left: 47.9166666667%;
  }

  .col-xs-offset-24 {
    margin-left: 50%;
  }

  .col-xs-offset-25 {
    margin-left: 52.0833333333%;
  }

  .col-xs-offset-26 {
    margin-left: 54.1666666667%;
  }

  .col-xs-offset-27 {
    margin-left: 56.25%;
  }

  .col-xs-offset-28 {
    margin-left: 58.3333333333%;
  }

  .col-xs-offset-29 {
    margin-left: 60.4166666667%;
  }

  .col-xs-offset-30 {
    margin-left: 62.5%;
  }

  .col-xs-offset-31 {
    margin-left: 64.5833333333%;
  }

  .col-xs-offset-32 {
    margin-left: 66.6666666667%;
  }

  .col-xs-offset-33 {
    margin-left: 68.75%;
  }

  .col-xs-offset-34 {
    margin-left: 70.8333333333%;
  }

  .col-xs-offset-35 {
    margin-left: 72.9166666667%;
  }

  .col-xs-offset-36 {
    margin-left: 75%;
  }

  .col-xs-offset-37 {
    margin-left: 77.0833333333%;
  }

  .col-xs-offset-38 {
    margin-left: 79.1666666667%;
  }

  .col-xs-offset-39 {
    margin-left: 81.25%;
  }

  .col-xs-offset-40 {
    margin-left: 83.3333333333%;
  }

  .col-xs-offset-41 {
    margin-left: 85.4166666667%;
  }

  .col-xs-offset-42 {
    margin-left: 87.5%;
  }

  .col-xs-offset-43 {
    margin-left: 89.5833333333%;
  }

  .col-xs-offset-44 {
    margin-left: 91.6666666667%;
  }

  .col-xs-offset-45 {
    margin-left: 93.75%;
  }

  .col-xs-offset-46 {
    margin-left: 95.8333333333%;
  }

  .col-xs-offset-47 {
    margin-left: 97.9166666667%;
  }

  .col-xs-offset-48 {
    margin-left: 100%;
  }
}

@media (min-width: 767px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48 {
    float: left;
  }

  .col-sm-1 {
    width: 2.0833333333%;
  }

  .col-sm-2 {
    width: 4.1666666667%;
  }

  .col-sm-3 {
    width: 6.25%;
  }

  .col-sm-4 {
    width: 8.3333333333%;
  }

  .col-sm-5 {
    width: 10.4166666667%;
  }

  .col-sm-6 {
    width: 12.5%;
  }

  .col-sm-7 {
    width: 14.5833333333%;
  }

  .col-sm-8 {
    width: 16.6666666667%;
  }

  .col-sm-9 {
    width: 18.75%;
  }

  .col-sm-10 {
    width: 20.8333333333%;
  }

  .col-sm-11 {
    width: 22.9166666667%;
  }

  .col-sm-12 {
    width: 25%;
  }

  .col-sm-13 {
    width: 27.0833333333%;
  }

  .col-sm-14 {
    width: 29.1666666667%;
  }

  .col-sm-15 {
    width: 31.25%;
  }

  .col-sm-16 {
    width: 33.3333333333%;
  }

  .col-sm-17 {
    width: 35.4166666667%;
  }

  .col-sm-18 {
    width: 37.5%;
  }

  .col-sm-19 {
    width: 39.5833333333%;
  }

  .col-sm-20 {
    width: 41.6666666667%;
  }

  .col-sm-21 {
    width: 43.75%;
  }

  .col-sm-22 {
    width: 45.8333333333%;
  }

  .col-sm-23 {
    width: 47.9166666667%;
  }

  .col-sm-24 {
    width: 50%;
  }

  .col-sm-25 {
    width: 52.0833333333%;
  }

  .col-sm-26 {
    width: 54.1666666667%;
  }

  .col-sm-27 {
    width: 56.25%;
  }

  .col-sm-28 {
    width: 58.3333333333%;
  }

  .col-sm-29 {
    width: 60.4166666667%;
  }

  .col-sm-30 {
    width: 62.5%;
  }

  .col-sm-31 {
    width: 64.5833333333%;
  }

  .col-sm-32 {
    width: 66.6666666667%;
  }

  .col-sm-33 {
    width: 68.75%;
  }

  .col-sm-34 {
    width: 70.8333333333%;
  }

  .col-sm-35 {
    width: 72.9166666667%;
  }

  .col-sm-36 {
    width: 75%;
  }

  .col-sm-37 {
    width: 77.0833333333%;
  }

  .col-sm-38 {
    width: 79.1666666667%;
  }

  .col-sm-39 {
    width: 81.25%;
  }

  .col-sm-40 {
    width: 83.3333333333%;
  }

  .col-sm-41 {
    width: 85.4166666667%;
  }

  .col-sm-42 {
    width: 87.5%;
  }

  .col-sm-43 {
    width: 89.5833333333%;
  }

  .col-sm-44 {
    width: 91.6666666667%;
  }

  .col-sm-45 {
    width: 93.75%;
  }

  .col-sm-46 {
    width: 95.8333333333%;
  }

  .col-sm-47 {
    width: 97.9166666667%;
  }

  .col-sm-48 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 2.0833333333%;
  }

  .col-sm-pull-2 {
    right: 4.1666666667%;
  }

  .col-sm-pull-3 {
    right: 6.25%;
  }

  .col-sm-pull-4 {
    right: 8.3333333333%;
  }

  .col-sm-pull-5 {
    right: 10.4166666667%;
  }

  .col-sm-pull-6 {
    right: 12.5%;
  }

  .col-sm-pull-7 {
    right: 14.5833333333%;
  }

  .col-sm-pull-8 {
    right: 16.6666666667%;
  }

  .col-sm-pull-9 {
    right: 18.75%;
  }

  .col-sm-pull-10 {
    right: 20.8333333333%;
  }

  .col-sm-pull-11 {
    right: 22.9166666667%;
  }

  .col-sm-pull-12 {
    right: 25%;
  }

  .col-sm-pull-13 {
    right: 27.0833333333%;
  }

  .col-sm-pull-14 {
    right: 29.1666666667%;
  }

  .col-sm-pull-15 {
    right: 31.25%;
  }

  .col-sm-pull-16 {
    right: 33.3333333333%;
  }

  .col-sm-pull-17 {
    right: 35.4166666667%;
  }

  .col-sm-pull-18 {
    right: 37.5%;
  }

  .col-sm-pull-19 {
    right: 39.5833333333%;
  }

  .col-sm-pull-20 {
    right: 41.6666666667%;
  }

  .col-sm-pull-21 {
    right: 43.75%;
  }

  .col-sm-pull-22 {
    right: 45.8333333333%;
  }

  .col-sm-pull-23 {
    right: 47.9166666667%;
  }

  .col-sm-pull-24 {
    right: 50%;
  }

  .col-sm-pull-25 {
    right: 52.0833333333%;
  }

  .col-sm-pull-26 {
    right: 54.1666666667%;
  }

  .col-sm-pull-27 {
    right: 56.25%;
  }

  .col-sm-pull-28 {
    right: 58.3333333333%;
  }

  .col-sm-pull-29 {
    right: 60.4166666667%;
  }

  .col-sm-pull-30 {
    right: 62.5%;
  }

  .col-sm-pull-31 {
    right: 64.5833333333%;
  }

  .col-sm-pull-32 {
    right: 66.6666666667%;
  }

  .col-sm-pull-33 {
    right: 68.75%;
  }

  .col-sm-pull-34 {
    right: 70.8333333333%;
  }

  .col-sm-pull-35 {
    right: 72.9166666667%;
  }

  .col-sm-pull-36 {
    right: 75%;
  }

  .col-sm-pull-37 {
    right: 77.0833333333%;
  }

  .col-sm-pull-38 {
    right: 79.1666666667%;
  }

  .col-sm-pull-39 {
    right: 81.25%;
  }

  .col-sm-pull-40 {
    right: 83.3333333333%;
  }

  .col-sm-pull-41 {
    right: 85.4166666667%;
  }

  .col-sm-pull-42 {
    right: 87.5%;
  }

  .col-sm-pull-43 {
    right: 89.5833333333%;
  }

  .col-sm-pull-44 {
    right: 91.6666666667%;
  }

  .col-sm-pull-45 {
    right: 93.75%;
  }

  .col-sm-pull-46 {
    right: 95.8333333333%;
  }

  .col-sm-pull-47 {
    right: 97.9166666667%;
  }

  .col-sm-pull-48 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 2.0833333333%;
  }

  .col-sm-push-2 {
    left: 4.1666666667%;
  }

  .col-sm-push-3 {
    left: 6.25%;
  }

  .col-sm-push-4 {
    left: 8.3333333333%;
  }

  .col-sm-push-5 {
    left: 10.4166666667%;
  }

  .col-sm-push-6 {
    left: 12.5%;
  }

  .col-sm-push-7 {
    left: 14.5833333333%;
  }

  .col-sm-push-8 {
    left: 16.6666666667%;
  }

  .col-sm-push-9 {
    left: 18.75%;
  }

  .col-sm-push-10 {
    left: 20.8333333333%;
  }

  .col-sm-push-11 {
    left: 22.9166666667%;
  }

  .col-sm-push-12 {
    left: 25%;
  }

  .col-sm-push-13 {
    left: 27.0833333333%;
  }

  .col-sm-push-14 {
    left: 29.1666666667%;
  }

  .col-sm-push-15 {
    left: 31.25%;
  }

  .col-sm-push-16 {
    left: 33.3333333333%;
  }

  .col-sm-push-17 {
    left: 35.4166666667%;
  }

  .col-sm-push-18 {
    left: 37.5%;
  }

  .col-sm-push-19 {
    left: 39.5833333333%;
  }

  .col-sm-push-20 {
    left: 41.6666666667%;
  }

  .col-sm-push-21 {
    left: 43.75%;
  }

  .col-sm-push-22 {
    left: 45.8333333333%;
  }

  .col-sm-push-23 {
    left: 47.9166666667%;
  }

  .col-sm-push-24 {
    left: 50%;
  }

  .col-sm-push-25 {
    left: 52.0833333333%;
  }

  .col-sm-push-26 {
    left: 54.1666666667%;
  }

  .col-sm-push-27 {
    left: 56.25%;
  }

  .col-sm-push-28 {
    left: 58.3333333333%;
  }

  .col-sm-push-29 {
    left: 60.4166666667%;
  }

  .col-sm-push-30 {
    left: 62.5%;
  }

  .col-sm-push-31 {
    left: 64.5833333333%;
  }

  .col-sm-push-32 {
    left: 66.6666666667%;
  }

  .col-sm-push-33 {
    left: 68.75%;
  }

  .col-sm-push-34 {
    left: 70.8333333333%;
  }

  .col-sm-push-35 {
    left: 72.9166666667%;
  }

  .col-sm-push-36 {
    left: 75%;
  }

  .col-sm-push-37 {
    left: 77.0833333333%;
  }

  .col-sm-push-38 {
    left: 79.1666666667%;
  }

  .col-sm-push-39 {
    left: 81.25%;
  }

  .col-sm-push-40 {
    left: 83.3333333333%;
  }

  .col-sm-push-41 {
    left: 85.4166666667%;
  }

  .col-sm-push-42 {
    left: 87.5%;
  }

  .col-sm-push-43 {
    left: 89.5833333333%;
  }

  .col-sm-push-44 {
    left: 91.6666666667%;
  }

  .col-sm-push-45 {
    left: 93.75%;
  }

  .col-sm-push-46 {
    left: 95.8333333333%;
  }

  .col-sm-push-47 {
    left: 97.9166666667%;
  }

  .col-sm-push-48 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 2.0833333333%;
  }

  .col-sm-offset-2 {
    margin-left: 4.1666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 6.25%;
  }

  .col-sm-offset-4 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 10.4166666667%;
  }

  .col-sm-offset-6 {
    margin-left: 12.5%;
  }

  .col-sm-offset-7 {
    margin-left: 14.5833333333%;
  }

  .col-sm-offset-8 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 18.75%;
  }

  .col-sm-offset-10 {
    margin-left: 20.8333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 22.9166666667%;
  }

  .col-sm-offset-12 {
    margin-left: 25%;
  }

  .col-sm-offset-13 {
    margin-left: 27.0833333333%;
  }

  .col-sm-offset-14 {
    margin-left: 29.1666666667%;
  }

  .col-sm-offset-15 {
    margin-left: 31.25%;
  }

  .col-sm-offset-16 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-17 {
    margin-left: 35.4166666667%;
  }

  .col-sm-offset-18 {
    margin-left: 37.5%;
  }

  .col-sm-offset-19 {
    margin-left: 39.5833333333%;
  }

  .col-sm-offset-20 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-21 {
    margin-left: 43.75%;
  }

  .col-sm-offset-22 {
    margin-left: 45.8333333333%;
  }

  .col-sm-offset-23 {
    margin-left: 47.9166666667%;
  }

  .col-sm-offset-24 {
    margin-left: 50%;
  }

  .col-sm-offset-25 {
    margin-left: 52.0833333333%;
  }

  .col-sm-offset-26 {
    margin-left: 54.1666666667%;
  }

  .col-sm-offset-27 {
    margin-left: 56.25%;
  }

  .col-sm-offset-28 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-29 {
    margin-left: 60.4166666667%;
  }

  .col-sm-offset-30 {
    margin-left: 62.5%;
  }

  .col-sm-offset-31 {
    margin-left: 64.5833333333%;
  }

  .col-sm-offset-32 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-33 {
    margin-left: 68.75%;
  }

  .col-sm-offset-34 {
    margin-left: 70.8333333333%;
  }

  .col-sm-offset-35 {
    margin-left: 72.9166666667%;
  }

  .col-sm-offset-36 {
    margin-left: 75%;
  }

  .col-sm-offset-37 {
    margin-left: 77.0833333333%;
  }

  .col-sm-offset-38 {
    margin-left: 79.1666666667%;
  }

  .col-sm-offset-39 {
    margin-left: 81.25%;
  }

  .col-sm-offset-40 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-41 {
    margin-left: 85.4166666667%;
  }

  .col-sm-offset-42 {
    margin-left: 87.5%;
  }

  .col-sm-offset-43 {
    margin-left: 89.5833333333%;
  }

  .col-sm-offset-44 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-45 {
    margin-left: 93.75%;
  }

  .col-sm-offset-46 {
    margin-left: 95.8333333333%;
  }

  .col-sm-offset-47 {
    margin-left: 97.9166666667%;
  }

  .col-sm-offset-48 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48 {
    float: left;
  }

  .col-md-1 {
    width: 2.0833333333%;
  }

  .col-md-2 {
    width: 4.1666666667%;
  }

  .col-md-3 {
    width: 6.25%;
  }

  .col-md-4 {
    width: 8.3333333333%;
  }

  .col-md-5 {
    width: 10.4166666667%;
  }

  .col-md-6 {
    width: 12.5%;
  }

  .col-md-7 {
    width: 14.5833333333%;
  }

  .col-md-8 {
    width: 16.6666666667%;
  }

  .col-md-9 {
    width: 18.75%;
  }

  .col-md-10 {
    width: 20.8333333333%;
  }

  .col-md-11 {
    width: 22.9166666667%;
  }

  .col-md-12 {
    width: 25%;
  }

  .col-md-13 {
    width: 27.0833333333%;
  }

  .col-md-14 {
    width: 29.1666666667%;
  }

  .col-md-15 {
    width: 31.25%;
  }

  .col-md-16 {
    width: 33.3333333333%;
  }

  .col-md-17 {
    width: 35.4166666667%;
  }

  .col-md-18 {
    width: 37.5%;
  }

  .col-md-19 {
    width: 39.5833333333%;
  }

  .col-md-20 {
    width: 41.6666666667%;
  }

  .col-md-21 {
    width: 43.75%;
  }

  .col-md-22 {
    width: 45.8333333333%;
  }

  .col-md-23 {
    width: 47.9166666667%;
  }

  .col-md-24 {
    width: 50%;
  }

  .col-md-25 {
    width: 52.0833333333%;
  }

  .col-md-26 {
    width: 54.1666666667%;
  }

  .col-md-27 {
    width: 56.25%;
  }

  .col-md-28 {
    width: 58.3333333333%;
  }

  .col-md-29 {
    width: 60.4166666667%;
  }

  .col-md-30 {
    width: 62.5%;
  }

  .col-md-31 {
    width: 64.5833333333%;
  }

  .col-md-32 {
    width: 66.6666666667%;
  }

  .col-md-33 {
    width: 68.75%;
  }

  .col-md-34 {
    width: 70.8333333333%;
  }

  .col-md-35 {
    width: 72.9166666667%;
  }

  .col-md-36 {
    width: 75%;
  }

  .col-md-37 {
    width: 77.0833333333%;
  }

  .col-md-38 {
    width: 79.1666666667%;
  }

  .col-md-39 {
    width: 81.25%;
  }

  .col-md-40 {
    width: 83.3333333333%;
  }

  .col-md-41 {
    width: 85.4166666667%;
  }

  .col-md-42 {
    width: 87.5%;
  }

  .col-md-43 {
    width: 89.5833333333%;
  }

  .col-md-44 {
    width: 91.6666666667%;
  }

  .col-md-45 {
    width: 93.75%;
  }

  .col-md-46 {
    width: 95.8333333333%;
  }

  .col-md-47 {
    width: 97.9166666667%;
  }

  .col-md-48 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 2.0833333333%;
  }

  .col-md-pull-2 {
    right: 4.1666666667%;
  }

  .col-md-pull-3 {
    right: 6.25%;
  }

  .col-md-pull-4 {
    right: 8.3333333333%;
  }

  .col-md-pull-5 {
    right: 10.4166666667%;
  }

  .col-md-pull-6 {
    right: 12.5%;
  }

  .col-md-pull-7 {
    right: 14.5833333333%;
  }

  .col-md-pull-8 {
    right: 16.6666666667%;
  }

  .col-md-pull-9 {
    right: 18.75%;
  }

  .col-md-pull-10 {
    right: 20.8333333333%;
  }

  .col-md-pull-11 {
    right: 22.9166666667%;
  }

  .col-md-pull-12 {
    right: 25%;
  }

  .col-md-pull-13 {
    right: 27.0833333333%;
  }

  .col-md-pull-14 {
    right: 29.1666666667%;
  }

  .col-md-pull-15 {
    right: 31.25%;
  }

  .col-md-pull-16 {
    right: 33.3333333333%;
  }

  .col-md-pull-17 {
    right: 35.4166666667%;
  }

  .col-md-pull-18 {
    right: 37.5%;
  }

  .col-md-pull-19 {
    right: 39.5833333333%;
  }

  .col-md-pull-20 {
    right: 41.6666666667%;
  }

  .col-md-pull-21 {
    right: 43.75%;
  }

  .col-md-pull-22 {
    right: 45.8333333333%;
  }

  .col-md-pull-23 {
    right: 47.9166666667%;
  }

  .col-md-pull-24 {
    right: 50%;
  }

  .col-md-pull-25 {
    right: 52.0833333333%;
  }

  .col-md-pull-26 {
    right: 54.1666666667%;
  }

  .col-md-pull-27 {
    right: 56.25%;
  }

  .col-md-pull-28 {
    right: 58.3333333333%;
  }

  .col-md-pull-29 {
    right: 60.4166666667%;
  }

  .col-md-pull-30 {
    right: 62.5%;
  }

  .col-md-pull-31 {
    right: 64.5833333333%;
  }

  .col-md-pull-32 {
    right: 66.6666666667%;
  }

  .col-md-pull-33 {
    right: 68.75%;
  }

  .col-md-pull-34 {
    right: 70.8333333333%;
  }

  .col-md-pull-35 {
    right: 72.9166666667%;
  }

  .col-md-pull-36 {
    right: 75%;
  }

  .col-md-pull-37 {
    right: 77.0833333333%;
  }

  .col-md-pull-38 {
    right: 79.1666666667%;
  }

  .col-md-pull-39 {
    right: 81.25%;
  }

  .col-md-pull-40 {
    right: 83.3333333333%;
  }

  .col-md-pull-41 {
    right: 85.4166666667%;
  }

  .col-md-pull-42 {
    right: 87.5%;
  }

  .col-md-pull-43 {
    right: 89.5833333333%;
  }

  .col-md-pull-44 {
    right: 91.6666666667%;
  }

  .col-md-pull-45 {
    right: 93.75%;
  }

  .col-md-pull-46 {
    right: 95.8333333333%;
  }

  .col-md-pull-47 {
    right: 97.9166666667%;
  }

  .col-md-pull-48 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 2.0833333333%;
  }

  .col-md-push-2 {
    left: 4.1666666667%;
  }

  .col-md-push-3 {
    left: 6.25%;
  }

  .col-md-push-4 {
    left: 8.3333333333%;
  }

  .col-md-push-5 {
    left: 10.4166666667%;
  }

  .col-md-push-6 {
    left: 12.5%;
  }

  .col-md-push-7 {
    left: 14.5833333333%;
  }

  .col-md-push-8 {
    left: 16.6666666667%;
  }

  .col-md-push-9 {
    left: 18.75%;
  }

  .col-md-push-10 {
    left: 20.8333333333%;
  }

  .col-md-push-11 {
    left: 22.9166666667%;
  }

  .col-md-push-12 {
    left: 25%;
  }

  .col-md-push-13 {
    left: 27.0833333333%;
  }

  .col-md-push-14 {
    left: 29.1666666667%;
  }

  .col-md-push-15 {
    left: 31.25%;
  }

  .col-md-push-16 {
    left: 33.3333333333%;
  }

  .col-md-push-17 {
    left: 35.4166666667%;
  }

  .col-md-push-18 {
    left: 37.5%;
  }

  .col-md-push-19 {
    left: 39.5833333333%;
  }

  .col-md-push-20 {
    left: 41.6666666667%;
  }

  .col-md-push-21 {
    left: 43.75%;
  }

  .col-md-push-22 {
    left: 45.8333333333%;
  }

  .col-md-push-23 {
    left: 47.9166666667%;
  }

  .col-md-push-24 {
    left: 50%;
  }

  .col-md-push-25 {
    left: 52.0833333333%;
  }

  .col-md-push-26 {
    left: 54.1666666667%;
  }

  .col-md-push-27 {
    left: 56.25%;
  }

  .col-md-push-28 {
    left: 58.3333333333%;
  }

  .col-md-push-29 {
    left: 60.4166666667%;
  }

  .col-md-push-30 {
    left: 62.5%;
  }

  .col-md-push-31 {
    left: 64.5833333333%;
  }

  .col-md-push-32 {
    left: 66.6666666667%;
  }

  .col-md-push-33 {
    left: 68.75%;
  }

  .col-md-push-34 {
    left: 70.8333333333%;
  }

  .col-md-push-35 {
    left: 72.9166666667%;
  }

  .col-md-push-36 {
    left: 75%;
  }

  .col-md-push-37 {
    left: 77.0833333333%;
  }

  .col-md-push-38 {
    left: 79.1666666667%;
  }

  .col-md-push-39 {
    left: 81.25%;
  }

  .col-md-push-40 {
    left: 83.3333333333%;
  }

  .col-md-push-41 {
    left: 85.4166666667%;
  }

  .col-md-push-42 {
    left: 87.5%;
  }

  .col-md-push-43 {
    left: 89.5833333333%;
  }

  .col-md-push-44 {
    left: 91.6666666667%;
  }

  .col-md-push-45 {
    left: 93.75%;
  }

  .col-md-push-46 {
    left: 95.8333333333%;
  }

  .col-md-push-47 {
    left: 97.9166666667%;
  }

  .col-md-push-48 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 2.0833333333%;
  }

  .col-md-offset-2 {
    margin-left: 4.1666666667%;
  }

  .col-md-offset-3 {
    margin-left: 6.25%;
  }

  .col-md-offset-4 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 10.4166666667%;
  }

  .col-md-offset-6 {
    margin-left: 12.5%;
  }

  .col-md-offset-7 {
    margin-left: 14.5833333333%;
  }

  .col-md-offset-8 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 18.75%;
  }

  .col-md-offset-10 {
    margin-left: 20.8333333333%;
  }

  .col-md-offset-11 {
    margin-left: 22.9166666667%;
  }

  .col-md-offset-12 {
    margin-left: 25%;
  }

  .col-md-offset-13 {
    margin-left: 27.0833333333%;
  }

  .col-md-offset-14 {
    margin-left: 29.1666666667%;
  }

  .col-md-offset-15 {
    margin-left: 31.25%;
  }

  .col-md-offset-16 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-17 {
    margin-left: 35.4166666667%;
  }

  .col-md-offset-18 {
    margin-left: 37.5%;
  }

  .col-md-offset-19 {
    margin-left: 39.5833333333%;
  }

  .col-md-offset-20 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-21 {
    margin-left: 43.75%;
  }

  .col-md-offset-22 {
    margin-left: 45.8333333333%;
  }

  .col-md-offset-23 {
    margin-left: 47.9166666667%;
  }

  .col-md-offset-24 {
    margin-left: 50%;
  }

  .col-md-offset-25 {
    margin-left: 52.0833333333%;
  }

  .col-md-offset-26 {
    margin-left: 54.1666666667%;
  }

  .col-md-offset-27 {
    margin-left: 56.25%;
  }

  .col-md-offset-28 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-29 {
    margin-left: 60.4166666667%;
  }

  .col-md-offset-30 {
    margin-left: 62.5%;
  }

  .col-md-offset-31 {
    margin-left: 64.5833333333%;
  }

  .col-md-offset-32 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-33 {
    margin-left: 68.75%;
  }

  .col-md-offset-34 {
    margin-left: 70.8333333333%;
  }

  .col-md-offset-35 {
    margin-left: 72.9166666667%;
  }

  .col-md-offset-36 {
    margin-left: 75%;
  }

  .col-md-offset-37 {
    margin-left: 77.0833333333%;
  }

  .col-md-offset-38 {
    margin-left: 79.1666666667%;
  }

  .col-md-offset-39 {
    margin-left: 81.25%;
  }

  .col-md-offset-40 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-41 {
    margin-left: 85.4166666667%;
  }

  .col-md-offset-42 {
    margin-left: 87.5%;
  }

  .col-md-offset-43 {
    margin-left: 89.5833333333%;
  }

  .col-md-offset-44 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-45 {
    margin-left: 93.75%;
  }

  .col-md-offset-46 {
    margin-left: 95.8333333333%;
  }

  .col-md-offset-47 {
    margin-left: 97.9166666667%;
  }

  .col-md-offset-48 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48 {
    float: left;
  }

  .col-lg-1 {
    width: 2.0833333333%;
  }

  .col-lg-2 {
    width: 4.1666666667%;
  }

  .col-lg-3 {
    width: 6.25%;
  }

  .col-lg-4 {
    width: 8.3333333333%;
  }

  .col-lg-5 {
    width: 10.4166666667%;
  }

  .col-lg-6 {
    width: 12.5%;
  }

  .col-lg-7 {
    width: 14.5833333333%;
  }

  .col-lg-8 {
    width: 16.6666666667%;
  }

  .col-lg-9 {
    width: 18.75%;
  }

  .col-lg-10 {
    width: 20.8333333333%;
  }

  .col-lg-11 {
    width: 22.9166666667%;
  }

  .col-lg-12 {
    width: 25%;
  }

  .col-lg-13 {
    width: 27.0833333333%;
  }

  .col-lg-14 {
    width: 29.1666666667%;
  }

  .col-lg-15 {
    width: 31.25%;
  }

  .col-lg-16 {
    width: 33.3333333333%;
  }

  .col-lg-17 {
    width: 35.4166666667%;
  }

  .col-lg-18 {
    width: 37.5%;
  }

  .col-lg-19 {
    width: 39.5833333333%;
  }

  .col-lg-20 {
    width: 41.6666666667%;
  }

  .col-lg-21 {
    width: 43.75%;
  }

  .col-lg-22 {
    width: 45.8333333333%;
  }

  .col-lg-23 {
    width: 47.9166666667%;
  }

  .col-lg-24 {
    width: 50%;
  }

  .col-lg-25 {
    width: 52.0833333333%;
  }

  .col-lg-26 {
    width: 54.1666666667%;
  }

  .col-lg-27 {
    width: 56.25%;
  }

  .col-lg-28 {
    width: 58.3333333333%;
  }

  .col-lg-29 {
    width: 60.4166666667%;
  }

  .col-lg-30 {
    width: 62.5%;
  }

  .col-lg-31 {
    width: 64.5833333333%;
  }

  .col-lg-32 {
    width: 66.6666666667%;
  }

  .col-lg-33 {
    width: 68.75%;
  }

  .col-lg-34 {
    width: 70.8333333333%;
  }

  .col-lg-35 {
    width: 72.9166666667%;
  }

  .col-lg-36 {
    width: 75%;
  }

  .col-lg-37 {
    width: 77.0833333333%;
  }

  .col-lg-38 {
    width: 79.1666666667%;
  }

  .col-lg-39 {
    width: 81.25%;
  }

  .col-lg-40 {
    width: 83.3333333333%;
  }

  .col-lg-41 {
    width: 85.4166666667%;
  }

  .col-lg-42 {
    width: 87.5%;
  }

  .col-lg-43 {
    width: 89.5833333333%;
  }

  .col-lg-44 {
    width: 91.6666666667%;
  }

  .col-lg-45 {
    width: 93.75%;
  }

  .col-lg-46 {
    width: 95.8333333333%;
  }

  .col-lg-47 {
    width: 97.9166666667%;
  }

  .col-lg-48 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 2.0833333333%;
  }

  .col-lg-pull-2 {
    right: 4.1666666667%;
  }

  .col-lg-pull-3 {
    right: 6.25%;
  }

  .col-lg-pull-4 {
    right: 8.3333333333%;
  }

  .col-lg-pull-5 {
    right: 10.4166666667%;
  }

  .col-lg-pull-6 {
    right: 12.5%;
  }

  .col-lg-pull-7 {
    right: 14.5833333333%;
  }

  .col-lg-pull-8 {
    right: 16.6666666667%;
  }

  .col-lg-pull-9 {
    right: 18.75%;
  }

  .col-lg-pull-10 {
    right: 20.8333333333%;
  }

  .col-lg-pull-11 {
    right: 22.9166666667%;
  }

  .col-lg-pull-12 {
    right: 25%;
  }

  .col-lg-pull-13 {
    right: 27.0833333333%;
  }

  .col-lg-pull-14 {
    right: 29.1666666667%;
  }

  .col-lg-pull-15 {
    right: 31.25%;
  }

  .col-lg-pull-16 {
    right: 33.3333333333%;
  }

  .col-lg-pull-17 {
    right: 35.4166666667%;
  }

  .col-lg-pull-18 {
    right: 37.5%;
  }

  .col-lg-pull-19 {
    right: 39.5833333333%;
  }

  .col-lg-pull-20 {
    right: 41.6666666667%;
  }

  .col-lg-pull-21 {
    right: 43.75%;
  }

  .col-lg-pull-22 {
    right: 45.8333333333%;
  }

  .col-lg-pull-23 {
    right: 47.9166666667%;
  }

  .col-lg-pull-24 {
    right: 50%;
  }

  .col-lg-pull-25 {
    right: 52.0833333333%;
  }

  .col-lg-pull-26 {
    right: 54.1666666667%;
  }

  .col-lg-pull-27 {
    right: 56.25%;
  }

  .col-lg-pull-28 {
    right: 58.3333333333%;
  }

  .col-lg-pull-29 {
    right: 60.4166666667%;
  }

  .col-lg-pull-30 {
    right: 62.5%;
  }

  .col-lg-pull-31 {
    right: 64.5833333333%;
  }

  .col-lg-pull-32 {
    right: 66.6666666667%;
  }

  .col-lg-pull-33 {
    right: 68.75%;
  }

  .col-lg-pull-34 {
    right: 70.8333333333%;
  }

  .col-lg-pull-35 {
    right: 72.9166666667%;
  }

  .col-lg-pull-36 {
    right: 75%;
  }

  .col-lg-pull-37 {
    right: 77.0833333333%;
  }

  .col-lg-pull-38 {
    right: 79.1666666667%;
  }

  .col-lg-pull-39 {
    right: 81.25%;
  }

  .col-lg-pull-40 {
    right: 83.3333333333%;
  }

  .col-lg-pull-41 {
    right: 85.4166666667%;
  }

  .col-lg-pull-42 {
    right: 87.5%;
  }

  .col-lg-pull-43 {
    right: 89.5833333333%;
  }

  .col-lg-pull-44 {
    right: 91.6666666667%;
  }

  .col-lg-pull-45 {
    right: 93.75%;
  }

  .col-lg-pull-46 {
    right: 95.8333333333%;
  }

  .col-lg-pull-47 {
    right: 97.9166666667%;
  }

  .col-lg-pull-48 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 2.0833333333%;
  }

  .col-lg-push-2 {
    left: 4.1666666667%;
  }

  .col-lg-push-3 {
    left: 6.25%;
  }

  .col-lg-push-4 {
    left: 8.3333333333%;
  }

  .col-lg-push-5 {
    left: 10.4166666667%;
  }

  .col-lg-push-6 {
    left: 12.5%;
  }

  .col-lg-push-7 {
    left: 14.5833333333%;
  }

  .col-lg-push-8 {
    left: 16.6666666667%;
  }

  .col-lg-push-9 {
    left: 18.75%;
  }

  .col-lg-push-10 {
    left: 20.8333333333%;
  }

  .col-lg-push-11 {
    left: 22.9166666667%;
  }

  .col-lg-push-12 {
    left: 25%;
  }

  .col-lg-push-13 {
    left: 27.0833333333%;
  }

  .col-lg-push-14 {
    left: 29.1666666667%;
  }

  .col-lg-push-15 {
    left: 31.25%;
  }

  .col-lg-push-16 {
    left: 33.3333333333%;
  }

  .col-lg-push-17 {
    left: 35.4166666667%;
  }

  .col-lg-push-18 {
    left: 37.5%;
  }

  .col-lg-push-19 {
    left: 39.5833333333%;
  }

  .col-lg-push-20 {
    left: 41.6666666667%;
  }

  .col-lg-push-21 {
    left: 43.75%;
  }

  .col-lg-push-22 {
    left: 45.8333333333%;
  }

  .col-lg-push-23 {
    left: 47.9166666667%;
  }

  .col-lg-push-24 {
    left: 50%;
  }

  .col-lg-push-25 {
    left: 52.0833333333%;
  }

  .col-lg-push-26 {
    left: 54.1666666667%;
  }

  .col-lg-push-27 {
    left: 56.25%;
  }

  .col-lg-push-28 {
    left: 58.3333333333%;
  }

  .col-lg-push-29 {
    left: 60.4166666667%;
  }

  .col-lg-push-30 {
    left: 62.5%;
  }

  .col-lg-push-31 {
    left: 64.5833333333%;
  }

  .col-lg-push-32 {
    left: 66.6666666667%;
  }

  .col-lg-push-33 {
    left: 68.75%;
  }

  .col-lg-push-34 {
    left: 70.8333333333%;
  }

  .col-lg-push-35 {
    left: 72.9166666667%;
  }

  .col-lg-push-36 {
    left: 75%;
  }

  .col-lg-push-37 {
    left: 77.0833333333%;
  }

  .col-lg-push-38 {
    left: 79.1666666667%;
  }

  .col-lg-push-39 {
    left: 81.25%;
  }

  .col-lg-push-40 {
    left: 83.3333333333%;
  }

  .col-lg-push-41 {
    left: 85.4166666667%;
  }

  .col-lg-push-42 {
    left: 87.5%;
  }

  .col-lg-push-43 {
    left: 89.5833333333%;
  }

  .col-lg-push-44 {
    left: 91.6666666667%;
  }

  .col-lg-push-45 {
    left: 93.75%;
  }

  .col-lg-push-46 {
    left: 95.8333333333%;
  }

  .col-lg-push-47 {
    left: 97.9166666667%;
  }

  .col-lg-push-48 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 2.0833333333%;
  }

  .col-lg-offset-2 {
    margin-left: 4.1666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 6.25%;
  }

  .col-lg-offset-4 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 10.4166666667%;
  }

  .col-lg-offset-6 {
    margin-left: 12.5%;
  }

  .col-lg-offset-7 {
    margin-left: 14.5833333333%;
  }

  .col-lg-offset-8 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 18.75%;
  }

  .col-lg-offset-10 {
    margin-left: 20.8333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 22.9166666667%;
  }

  .col-lg-offset-12 {
    margin-left: 25%;
  }

  .col-lg-offset-13 {
    margin-left: 27.0833333333%;
  }

  .col-lg-offset-14 {
    margin-left: 29.1666666667%;
  }

  .col-lg-offset-15 {
    margin-left: 31.25%;
  }

  .col-lg-offset-16 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-17 {
    margin-left: 35.4166666667%;
  }

  .col-lg-offset-18 {
    margin-left: 37.5%;
  }

  .col-lg-offset-19 {
    margin-left: 39.5833333333%;
  }

  .col-lg-offset-20 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-21 {
    margin-left: 43.75%;
  }

  .col-lg-offset-22 {
    margin-left: 45.8333333333%;
  }

  .col-lg-offset-23 {
    margin-left: 47.9166666667%;
  }

  .col-lg-offset-24 {
    margin-left: 50%;
  }

  .col-lg-offset-25 {
    margin-left: 52.0833333333%;
  }

  .col-lg-offset-26 {
    margin-left: 54.1666666667%;
  }

  .col-lg-offset-27 {
    margin-left: 56.25%;
  }

  .col-lg-offset-28 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-29 {
    margin-left: 60.4166666667%;
  }

  .col-lg-offset-30 {
    margin-left: 62.5%;
  }

  .col-lg-offset-31 {
    margin-left: 64.5833333333%;
  }

  .col-lg-offset-32 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-33 {
    margin-left: 68.75%;
  }

  .col-lg-offset-34 {
    margin-left: 70.8333333333%;
  }

  .col-lg-offset-35 {
    margin-left: 72.9166666667%;
  }

  .col-lg-offset-36 {
    margin-left: 75%;
  }

  .col-lg-offset-37 {
    margin-left: 77.0833333333%;
  }

  .col-lg-offset-38 {
    margin-left: 79.1666666667%;
  }

  .col-lg-offset-39 {
    margin-left: 81.25%;
  }

  .col-lg-offset-40 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-41 {
    margin-left: 85.4166666667%;
  }

  .col-lg-offset-42 {
    margin-left: 87.5%;
  }

  .col-lg-offset-43 {
    margin-left: 89.5833333333%;
  }

  .col-lg-offset-44 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-45 {
    margin-left: 93.75%;
  }

  .col-lg-offset-46 {
    margin-left: 95.8333333333%;
  }

  .col-lg-offset-47 {
    margin-left: 97.9166666667%;
  }

  .col-lg-offset-48 {
    margin-left: 100%;
  }
}

@media (min-width: 1440px) {

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-13,
  .col-xl-14,
  .col-xl-15,
  .col-xl-16,
  .col-xl-17,
  .col-xl-18,
  .col-xl-19,
  .col-xl-20,
  .col-xl-21,
  .col-xl-22,
  .col-xl-23,
  .col-xl-24,
  .col-xl-25,
  .col-xl-26,
  .col-xl-27,
  .col-xl-28,
  .col-xl-29,
  .col-xl-30,
  .col-xl-31,
  .col-xl-32,
  .col-xl-33,
  .col-xl-34,
  .col-xl-35,
  .col-xl-36,
  .col-xl-37,
  .col-xl-38,
  .col-xl-39,
  .col-xl-40,
  .col-xl-41,
  .col-xl-42,
  .col-xl-43,
  .col-xl-44,
  .col-xl-45,
  .col-xl-46,
  .col-xl-47,
  .col-xl-48 {
    float: left;
  }

  .col-xl-1 {
    width: 2.0833333333%;
  }

  .col-xl-2 {
    width: 4.1666666667%;
  }

  .col-xl-3 {
    width: 6.25%;
  }

  .col-xl-4 {
    width: 8.3333333333%;
  }

  .col-xl-5 {
    width: 10.4166666667%;
  }

  .col-xl-6 {
    width: 12.5%;
  }

  .col-xl-7 {
    width: 14.5833333333%;
  }

  .col-xl-8 {
    width: 16.6666666667%;
  }

  .col-xl-9 {
    width: 18.75%;
  }

  .col-xl-10 {
    width: 20.8333333333%;
  }

  .col-xl-11 {
    width: 22.9166666667%;
  }

  .col-xl-12 {
    width: 25%;
  }

  .col-xl-13 {
    width: 27.0833333333%;
  }

  .col-xl-14 {
    width: 29.1666666667%;
  }

  .col-xl-15 {
    width: 31.25%;
  }

  .col-xl-16 {
    width: 33.3333333333%;
  }

  .col-xl-17 {
    width: 35.4166666667%;
  }

  .col-xl-18 {
    width: 37.5%;
  }

  .col-xl-19 {
    width: 39.5833333333%;
  }

  .col-xl-20 {
    width: 41.6666666667%;
  }

  .col-xl-21 {
    width: 43.75%;
  }

  .col-xl-22 {
    width: 45.8333333333%;
  }

  .col-xl-23 {
    width: 47.9166666667%;
  }

  .col-xl-24 {
    width: 50%;
  }

  .col-xl-25 {
    width: 52.0833333333%;
  }

  .col-xl-26 {
    width: 54.1666666667%;
  }

  .col-xl-27 {
    width: 56.25%;
  }

  .col-xl-28 {
    width: 58.3333333333%;
  }

  .col-xl-29 {
    width: 60.4166666667%;
  }

  .col-xl-30 {
    width: 62.5%;
  }

  .col-xl-31 {
    width: 64.5833333333%;
  }

  .col-xl-32 {
    width: 66.6666666667%;
  }

  .col-xl-33 {
    width: 68.75%;
  }

  .col-xl-34 {
    width: 70.8333333333%;
  }

  .col-xl-35 {
    width: 72.9166666667%;
  }

  .col-xl-36 {
    width: 75%;
  }

  .col-xl-37 {
    width: 77.0833333333%;
  }

  .col-xl-38 {
    width: 79.1666666667%;
  }

  .col-xl-39 {
    width: 81.25%;
  }

  .col-xl-40 {
    width: 83.3333333333%;
  }

  .col-xl-41 {
    width: 85.4166666667%;
  }

  .col-xl-42 {
    width: 87.5%;
  }

  .col-xl-43 {
    width: 89.5833333333%;
  }

  .col-xl-44 {
    width: 91.6666666667%;
  }

  .col-xl-45 {
    width: 93.75%;
  }

  .col-xl-46 {
    width: 95.8333333333%;
  }

  .col-xl-47 {
    width: 97.9166666667%;
  }

  .col-xl-48 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 2.0833333333%;
  }

  .col-xl-pull-2 {
    right: 4.1666666667%;
  }

  .col-xl-pull-3 {
    right: 6.25%;
  }

  .col-xl-pull-4 {
    right: 8.3333333333%;
  }

  .col-xl-pull-5 {
    right: 10.4166666667%;
  }

  .col-xl-pull-6 {
    right: 12.5%;
  }

  .col-xl-pull-7 {
    right: 14.5833333333%;
  }

  .col-xl-pull-8 {
    right: 16.6666666667%;
  }

  .col-xl-pull-9 {
    right: 18.75%;
  }

  .col-xl-pull-10 {
    right: 20.8333333333%;
  }

  .col-xl-pull-11 {
    right: 22.9166666667%;
  }

  .col-xl-pull-12 {
    right: 25%;
  }

  .col-xl-pull-13 {
    right: 27.0833333333%;
  }

  .col-xl-pull-14 {
    right: 29.1666666667%;
  }

  .col-xl-pull-15 {
    right: 31.25%;
  }

  .col-xl-pull-16 {
    right: 33.3333333333%;
  }

  .col-xl-pull-17 {
    right: 35.4166666667%;
  }

  .col-xl-pull-18 {
    right: 37.5%;
  }

  .col-xl-pull-19 {
    right: 39.5833333333%;
  }

  .col-xl-pull-20 {
    right: 41.6666666667%;
  }

  .col-xl-pull-21 {
    right: 43.75%;
  }

  .col-xl-pull-22 {
    right: 45.8333333333%;
  }

  .col-xl-pull-23 {
    right: 47.9166666667%;
  }

  .col-xl-pull-24 {
    right: 50%;
  }

  .col-xl-pull-25 {
    right: 52.0833333333%;
  }

  .col-xl-pull-26 {
    right: 54.1666666667%;
  }

  .col-xl-pull-27 {
    right: 56.25%;
  }

  .col-xl-pull-28 {
    right: 58.3333333333%;
  }

  .col-xl-pull-29 {
    right: 60.4166666667%;
  }

  .col-xl-pull-30 {
    right: 62.5%;
  }

  .col-xl-pull-31 {
    right: 64.5833333333%;
  }

  .col-xl-pull-32 {
    right: 66.6666666667%;
  }

  .col-xl-pull-33 {
    right: 68.75%;
  }

  .col-xl-pull-34 {
    right: 70.8333333333%;
  }

  .col-xl-pull-35 {
    right: 72.9166666667%;
  }

  .col-xl-pull-36 {
    right: 75%;
  }

  .col-xl-pull-37 {
    right: 77.0833333333%;
  }

  .col-xl-pull-38 {
    right: 79.1666666667%;
  }

  .col-xl-pull-39 {
    right: 81.25%;
  }

  .col-xl-pull-40 {
    right: 83.3333333333%;
  }

  .col-xl-pull-41 {
    right: 85.4166666667%;
  }

  .col-xl-pull-42 {
    right: 87.5%;
  }

  .col-xl-pull-43 {
    right: 89.5833333333%;
  }

  .col-xl-pull-44 {
    right: 91.6666666667%;
  }

  .col-xl-pull-45 {
    right: 93.75%;
  }

  .col-xl-pull-46 {
    right: 95.8333333333%;
  }

  .col-xl-pull-47 {
    right: 97.9166666667%;
  }

  .col-xl-pull-48 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 2.0833333333%;
  }

  .col-xl-push-2 {
    left: 4.1666666667%;
  }

  .col-xl-push-3 {
    left: 6.25%;
  }

  .col-xl-push-4 {
    left: 8.3333333333%;
  }

  .col-xl-push-5 {
    left: 10.4166666667%;
  }

  .col-xl-push-6 {
    left: 12.5%;
  }

  .col-xl-push-7 {
    left: 14.5833333333%;
  }

  .col-xl-push-8 {
    left: 16.6666666667%;
  }

  .col-xl-push-9 {
    left: 18.75%;
  }

  .col-xl-push-10 {
    left: 20.8333333333%;
  }

  .col-xl-push-11 {
    left: 22.9166666667%;
  }

  .col-xl-push-12 {
    left: 25%;
  }

  .col-xl-push-13 {
    left: 27.0833333333%;
  }

  .col-xl-push-14 {
    left: 29.1666666667%;
  }

  .col-xl-push-15 {
    left: 31.25%;
  }

  .col-xl-push-16 {
    left: 33.3333333333%;
  }

  .col-xl-push-17 {
    left: 35.4166666667%;
  }

  .col-xl-push-18 {
    left: 37.5%;
  }

  .col-xl-push-19 {
    left: 39.5833333333%;
  }

  .col-xl-push-20 {
    left: 41.6666666667%;
  }

  .col-xl-push-21 {
    left: 43.75%;
  }

  .col-xl-push-22 {
    left: 45.8333333333%;
  }

  .col-xl-push-23 {
    left: 47.9166666667%;
  }

  .col-xl-push-24 {
    left: 50%;
  }

  .col-xl-push-25 {
    left: 52.0833333333%;
  }

  .col-xl-push-26 {
    left: 54.1666666667%;
  }

  .col-xl-push-27 {
    left: 56.25%;
  }

  .col-xl-push-28 {
    left: 58.3333333333%;
  }

  .col-xl-push-29 {
    left: 60.4166666667%;
  }

  .col-xl-push-30 {
    left: 62.5%;
  }

  .col-xl-push-31 {
    left: 64.5833333333%;
  }

  .col-xl-push-32 {
    left: 66.6666666667%;
  }

  .col-xl-push-33 {
    left: 68.75%;
  }

  .col-xl-push-34 {
    left: 70.8333333333%;
  }

  .col-xl-push-35 {
    left: 72.9166666667%;
  }

  .col-xl-push-36 {
    left: 75%;
  }

  .col-xl-push-37 {
    left: 77.0833333333%;
  }

  .col-xl-push-38 {
    left: 79.1666666667%;
  }

  .col-xl-push-39 {
    left: 81.25%;
  }

  .col-xl-push-40 {
    left: 83.3333333333%;
  }

  .col-xl-push-41 {
    left: 85.4166666667%;
  }

  .col-xl-push-42 {
    left: 87.5%;
  }

  .col-xl-push-43 {
    left: 89.5833333333%;
  }

  .col-xl-push-44 {
    left: 91.6666666667%;
  }

  .col-xl-push-45 {
    left: 93.75%;
  }

  .col-xl-push-46 {
    left: 95.8333333333%;
  }

  .col-xl-push-47 {
    left: 97.9166666667%;
  }

  .col-xl-push-48 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 2.0833333333%;
  }

  .col-xl-offset-2 {
    margin-left: 4.1666666667%;
  }

  .col-xl-offset-3 {
    margin-left: 6.25%;
  }

  .col-xl-offset-4 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 10.4166666667%;
  }

  .col-xl-offset-6 {
    margin-left: 12.5%;
  }

  .col-xl-offset-7 {
    margin-left: 14.5833333333%;
  }

  .col-xl-offset-8 {
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-9 {
    margin-left: 18.75%;
  }

  .col-xl-offset-10 {
    margin-left: 20.8333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 22.9166666667%;
  }

  .col-xl-offset-12 {
    margin-left: 25%;
  }

  .col-xl-offset-13 {
    margin-left: 27.0833333333%;
  }

  .col-xl-offset-14 {
    margin-left: 29.1666666667%;
  }

  .col-xl-offset-15 {
    margin-left: 31.25%;
  }

  .col-xl-offset-16 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-17 {
    margin-left: 35.4166666667%;
  }

  .col-xl-offset-18 {
    margin-left: 37.5%;
  }

  .col-xl-offset-19 {
    margin-left: 39.5833333333%;
  }

  .col-xl-offset-20 {
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-21 {
    margin-left: 43.75%;
  }

  .col-xl-offset-22 {
    margin-left: 45.8333333333%;
  }

  .col-xl-offset-23 {
    margin-left: 47.9166666667%;
  }

  .col-xl-offset-24 {
    margin-left: 50%;
  }

  .col-xl-offset-25 {
    margin-left: 52.0833333333%;
  }

  .col-xl-offset-26 {
    margin-left: 54.1666666667%;
  }

  .col-xl-offset-27 {
    margin-left: 56.25%;
  }

  .col-xl-offset-28 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-29 {
    margin-left: 60.4166666667%;
  }

  .col-xl-offset-30 {
    margin-left: 62.5%;
  }

  .col-xl-offset-31 {
    margin-left: 64.5833333333%;
  }

  .col-xl-offset-32 {
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-33 {
    margin-left: 68.75%;
  }

  .col-xl-offset-34 {
    margin-left: 70.8333333333%;
  }

  .col-xl-offset-35 {
    margin-left: 72.9166666667%;
  }

  .col-xl-offset-36 {
    margin-left: 75%;
  }

  .col-xl-offset-37 {
    margin-left: 77.0833333333%;
  }

  .col-xl-offset-38 {
    margin-left: 79.1666666667%;
  }

  .col-xl-offset-39 {
    margin-left: 81.25%;
  }

  .col-xl-offset-40 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-41 {
    margin-left: 85.4166666667%;
  }

  .col-xl-offset-42 {
    margin-left: 87.5%;
  }

  .col-xl-offset-43 {
    margin-left: 89.5833333333%;
  }

  .col-xl-offset-44 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-45 {
    margin-left: 93.75%;
  }

  .col-xl-offset-46 {
    margin-left: 95.8333333333%;
  }

  .col-xl-offset-47 {
    margin-left: 97.9166666667%;
  }

  .col-xl-offset-48 {
    margin-left: 100%;
  }
}

@media (min-width: 1700px) {

  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-13,
  .col-xxl-14,
  .col-xxl-15,
  .col-xxl-16,
  .col-xxl-17,
  .col-xxl-18,
  .col-xxl-19,
  .col-xxl-20,
  .col-xxl-21,
  .col-xxl-22,
  .col-xxl-23,
  .col-xxl-24,
  .col-xxl-25,
  .col-xxl-26,
  .col-xxl-27,
  .col-xxl-28,
  .col-xxl-29,
  .col-xxl-30,
  .col-xxl-31,
  .col-xxl-32,
  .col-xxl-33,
  .col-xxl-34,
  .col-xxl-35,
  .col-xxl-36,
  .col-xxl-37,
  .col-xxl-38,
  .col-xxl-39,
  .col-xxl-40,
  .col-xxl-41,
  .col-xxl-42,
  .col-xxl-43,
  .col-xxl-44,
  .col-xxl-45,
  .col-xxl-46,
  .col-xxl-47,
  .col-xxl-48 {
    float: left;
  }

  .col-xxl-1 {
    width: 2.0833333333%;
  }

  .col-xxl-2 {
    width: 4.1666666667%;
  }

  .col-xxl-3 {
    width: 6.25%;
  }

  .col-xxl-4 {
    width: 8.3333333333%;
  }

  .col-xxl-5 {
    width: 10.4166666667%;
  }

  .col-xxl-6 {
    width: 12.5%;
  }

  .col-xxl-7 {
    width: 14.5833333333%;
  }

  .col-xxl-8 {
    width: 16.6666666667%;
  }

  .col-xxl-9 {
    width: 18.75%;
  }

  .col-xxl-10 {
    width: 20.8333333333%;
  }

  .col-xxl-11 {
    width: 22.9166666667%;
  }

  .col-xxl-12 {
    width: 25%;
  }

  .col-xxl-13 {
    width: 27.0833333333%;
  }

  .col-xxl-14 {
    width: 29.1666666667%;
  }

  .col-xxl-15 {
    width: 31.25%;
  }

  .col-xxl-16 {
    width: 33.3333333333%;
  }

  .col-xxl-17 {
    width: 35.4166666667%;
  }

  .col-xxl-18 {
    width: 37.5%;
  }

  .col-xxl-19 {
    width: 39.5833333333%;
  }

  .col-xxl-20 {
    width: 41.6666666667%;
  }

  .col-xxl-21 {
    width: 43.75%;
  }

  .col-xxl-22 {
    width: 45.8333333333%;
  }

  .col-xxl-23 {
    width: 47.9166666667%;
  }

  .col-xxl-24 {
    width: 50%;
  }

  .col-xxl-25 {
    width: 52.0833333333%;
  }

  .col-xxl-26 {
    width: 54.1666666667%;
  }

  .col-xxl-27 {
    width: 56.25%;
  }

  .col-xxl-28 {
    width: 58.3333333333%;
  }

  .col-xxl-29 {
    width: 60.4166666667%;
  }

  .col-xxl-30 {
    width: 62.5%;
  }

  .col-xxl-31 {
    width: 64.5833333333%;
  }

  .col-xxl-32 {
    width: 66.6666666667%;
  }

  .col-xxl-33 {
    width: 68.75%;
  }

  .col-xxl-34 {
    width: 70.8333333333%;
  }

  .col-xxl-35 {
    width: 72.9166666667%;
  }

  .col-xxl-36 {
    width: 75%;
  }

  .col-xxl-37 {
    width: 77.0833333333%;
  }

  .col-xxl-38 {
    width: 79.1666666667%;
  }

  .col-xxl-39 {
    width: 81.25%;
  }

  .col-xxl-40 {
    width: 83.3333333333%;
  }

  .col-xxl-41 {
    width: 85.4166666667%;
  }

  .col-xxl-42 {
    width: 87.5%;
  }

  .col-xxl-43 {
    width: 89.5833333333%;
  }

  .col-xxl-44 {
    width: 91.6666666667%;
  }

  .col-xxl-45 {
    width: 93.75%;
  }

  .col-xxl-46 {
    width: 95.8333333333%;
  }

  .col-xxl-47 {
    width: 97.9166666667%;
  }

  .col-xxl-48 {
    width: 100%;
  }

  .col-xxl-pull-0 {
    right: auto;
  }

  .col-xxl-pull-1 {
    right: 2.0833333333%;
  }

  .col-xxl-pull-2 {
    right: 4.1666666667%;
  }

  .col-xxl-pull-3 {
    right: 6.25%;
  }

  .col-xxl-pull-4 {
    right: 8.3333333333%;
  }

  .col-xxl-pull-5 {
    right: 10.4166666667%;
  }

  .col-xxl-pull-6 {
    right: 12.5%;
  }

  .col-xxl-pull-7 {
    right: 14.5833333333%;
  }

  .col-xxl-pull-8 {
    right: 16.6666666667%;
  }

  .col-xxl-pull-9 {
    right: 18.75%;
  }

  .col-xxl-pull-10 {
    right: 20.8333333333%;
  }

  .col-xxl-pull-11 {
    right: 22.9166666667%;
  }

  .col-xxl-pull-12 {
    right: 25%;
  }

  .col-xxl-pull-13 {
    right: 27.0833333333%;
  }

  .col-xxl-pull-14 {
    right: 29.1666666667%;
  }

  .col-xxl-pull-15 {
    right: 31.25%;
  }

  .col-xxl-pull-16 {
    right: 33.3333333333%;
  }

  .col-xxl-pull-17 {
    right: 35.4166666667%;
  }

  .col-xxl-pull-18 {
    right: 37.5%;
  }

  .col-xxl-pull-19 {
    right: 39.5833333333%;
  }

  .col-xxl-pull-20 {
    right: 41.6666666667%;
  }

  .col-xxl-pull-21 {
    right: 43.75%;
  }

  .col-xxl-pull-22 {
    right: 45.8333333333%;
  }

  .col-xxl-pull-23 {
    right: 47.9166666667%;
  }

  .col-xxl-pull-24 {
    right: 50%;
  }

  .col-xxl-pull-25 {
    right: 52.0833333333%;
  }

  .col-xxl-pull-26 {
    right: 54.1666666667%;
  }

  .col-xxl-pull-27 {
    right: 56.25%;
  }

  .col-xxl-pull-28 {
    right: 58.3333333333%;
  }

  .col-xxl-pull-29 {
    right: 60.4166666667%;
  }

  .col-xxl-pull-30 {
    right: 62.5%;
  }

  .col-xxl-pull-31 {
    right: 64.5833333333%;
  }

  .col-xxl-pull-32 {
    right: 66.6666666667%;
  }

  .col-xxl-pull-33 {
    right: 68.75%;
  }

  .col-xxl-pull-34 {
    right: 70.8333333333%;
  }

  .col-xxl-pull-35 {
    right: 72.9166666667%;
  }

  .col-xxl-pull-36 {
    right: 75%;
  }

  .col-xxl-pull-37 {
    right: 77.0833333333%;
  }

  .col-xxl-pull-38 {
    right: 79.1666666667%;
  }

  .col-xxl-pull-39 {
    right: 81.25%;
  }

  .col-xxl-pull-40 {
    right: 83.3333333333%;
  }

  .col-xxl-pull-41 {
    right: 85.4166666667%;
  }

  .col-xxl-pull-42 {
    right: 87.5%;
  }

  .col-xxl-pull-43 {
    right: 89.5833333333%;
  }

  .col-xxl-pull-44 {
    right: 91.6666666667%;
  }

  .col-xxl-pull-45 {
    right: 93.75%;
  }

  .col-xxl-pull-46 {
    right: 95.8333333333%;
  }

  .col-xxl-pull-47 {
    right: 97.9166666667%;
  }

  .col-xxl-pull-48 {
    right: 100%;
  }

  .col-xxl-push-0 {
    left: auto;
  }

  .col-xxl-push-1 {
    left: 2.0833333333%;
  }

  .col-xxl-push-2 {
    left: 4.1666666667%;
  }

  .col-xxl-push-3 {
    left: 6.25%;
  }

  .col-xxl-push-4 {
    left: 8.3333333333%;
  }

  .col-xxl-push-5 {
    left: 10.4166666667%;
  }

  .col-xxl-push-6 {
    left: 12.5%;
  }

  .col-xxl-push-7 {
    left: 14.5833333333%;
  }

  .col-xxl-push-8 {
    left: 16.6666666667%;
  }

  .col-xxl-push-9 {
    left: 18.75%;
  }

  .col-xxl-push-10 {
    left: 20.8333333333%;
  }

  .col-xxl-push-11 {
    left: 22.9166666667%;
  }

  .col-xxl-push-12 {
    left: 25%;
  }

  .col-xxl-push-13 {
    left: 27.0833333333%;
  }

  .col-xxl-push-14 {
    left: 29.1666666667%;
  }

  .col-xxl-push-15 {
    left: 31.25%;
  }

  .col-xxl-push-16 {
    left: 33.3333333333%;
  }

  .col-xxl-push-17 {
    left: 35.4166666667%;
  }

  .col-xxl-push-18 {
    left: 37.5%;
  }

  .col-xxl-push-19 {
    left: 39.5833333333%;
  }

  .col-xxl-push-20 {
    left: 41.6666666667%;
  }

  .col-xxl-push-21 {
    left: 43.75%;
  }

  .col-xxl-push-22 {
    left: 45.8333333333%;
  }

  .col-xxl-push-23 {
    left: 47.9166666667%;
  }

  .col-xxl-push-24 {
    left: 50%;
  }

  .col-xxl-push-25 {
    left: 52.0833333333%;
  }

  .col-xxl-push-26 {
    left: 54.1666666667%;
  }

  .col-xxl-push-27 {
    left: 56.25%;
  }

  .col-xxl-push-28 {
    left: 58.3333333333%;
  }

  .col-xxl-push-29 {
    left: 60.4166666667%;
  }

  .col-xxl-push-30 {
    left: 62.5%;
  }

  .col-xxl-push-31 {
    left: 64.5833333333%;
  }

  .col-xxl-push-32 {
    left: 66.6666666667%;
  }

  .col-xxl-push-33 {
    left: 68.75%;
  }

  .col-xxl-push-34 {
    left: 70.8333333333%;
  }

  .col-xxl-push-35 {
    left: 72.9166666667%;
  }

  .col-xxl-push-36 {
    left: 75%;
  }

  .col-xxl-push-37 {
    left: 77.0833333333%;
  }

  .col-xxl-push-38 {
    left: 79.1666666667%;
  }

  .col-xxl-push-39 {
    left: 81.25%;
  }

  .col-xxl-push-40 {
    left: 83.3333333333%;
  }

  .col-xxl-push-41 {
    left: 85.4166666667%;
  }

  .col-xxl-push-42 {
    left: 87.5%;
  }

  .col-xxl-push-43 {
    left: 89.5833333333%;
  }

  .col-xxl-push-44 {
    left: 91.6666666667%;
  }

  .col-xxl-push-45 {
    left: 93.75%;
  }

  .col-xxl-push-46 {
    left: 95.8333333333%;
  }

  .col-xxl-push-47 {
    left: 97.9166666667%;
  }

  .col-xxl-push-48 {
    left: 100%;
  }

  .col-xxl-offset-0 {
    margin-left: 0%;
  }

  .col-xxl-offset-1 {
    margin-left: 2.0833333333%;
  }

  .col-xxl-offset-2 {
    margin-left: 4.1666666667%;
  }

  .col-xxl-offset-3 {
    margin-left: 6.25%;
  }

  .col-xxl-offset-4 {
    margin-left: 8.3333333333%;
  }

  .col-xxl-offset-5 {
    margin-left: 10.4166666667%;
  }

  .col-xxl-offset-6 {
    margin-left: 12.5%;
  }

  .col-xxl-offset-7 {
    margin-left: 14.5833333333%;
  }

  .col-xxl-offset-8 {
    margin-left: 16.6666666667%;
  }

  .col-xxl-offset-9 {
    margin-left: 18.75%;
  }

  .col-xxl-offset-10 {
    margin-left: 20.8333333333%;
  }

  .col-xxl-offset-11 {
    margin-left: 22.9166666667%;
  }

  .col-xxl-offset-12 {
    margin-left: 25%;
  }

  .col-xxl-offset-13 {
    margin-left: 27.0833333333%;
  }

  .col-xxl-offset-14 {
    margin-left: 29.1666666667%;
  }

  .col-xxl-offset-15 {
    margin-left: 31.25%;
  }

  .col-xxl-offset-16 {
    margin-left: 33.3333333333%;
  }

  .col-xxl-offset-17 {
    margin-left: 35.4166666667%;
  }

  .col-xxl-offset-18 {
    margin-left: 37.5%;
  }

  .col-xxl-offset-19 {
    margin-left: 39.5833333333%;
  }

  .col-xxl-offset-20 {
    margin-left: 41.6666666667%;
  }

  .col-xxl-offset-21 {
    margin-left: 43.75%;
  }

  .col-xxl-offset-22 {
    margin-left: 45.8333333333%;
  }

  .col-xxl-offset-23 {
    margin-left: 47.9166666667%;
  }

  .col-xxl-offset-24 {
    margin-left: 50%;
  }

  .col-xxl-offset-25 {
    margin-left: 52.0833333333%;
  }

  .col-xxl-offset-26 {
    margin-left: 54.1666666667%;
  }

  .col-xxl-offset-27 {
    margin-left: 56.25%;
  }

  .col-xxl-offset-28 {
    margin-left: 58.3333333333%;
  }

  .col-xxl-offset-29 {
    margin-left: 60.4166666667%;
  }

  .col-xxl-offset-30 {
    margin-left: 62.5%;
  }

  .col-xxl-offset-31 {
    margin-left: 64.5833333333%;
  }

  .col-xxl-offset-32 {
    margin-left: 66.6666666667%;
  }

  .col-xxl-offset-33 {
    margin-left: 68.75%;
  }

  .col-xxl-offset-34 {
    margin-left: 70.8333333333%;
  }

  .col-xxl-offset-35 {
    margin-left: 72.9166666667%;
  }

  .col-xxl-offset-36 {
    margin-left: 75%;
  }

  .col-xxl-offset-37 {
    margin-left: 77.0833333333%;
  }

  .col-xxl-offset-38 {
    margin-left: 79.1666666667%;
  }

  .col-xxl-offset-39 {
    margin-left: 81.25%;
  }

  .col-xxl-offset-40 {
    margin-left: 83.3333333333%;
  }

  .col-xxl-offset-41 {
    margin-left: 85.4166666667%;
  }

  .col-xxl-offset-42 {
    margin-left: 87.5%;
  }

  .col-xxl-offset-43 {
    margin-left: 89.5833333333%;
  }

  .col-xxl-offset-44 {
    margin-left: 91.6666666667%;
  }

  .col-xxl-offset-45 {
    margin-left: 93.75%;
  }

  .col-xxl-offset-46 {
    margin-left: 95.8333333333%;
  }

  .col-xxl-offset-47 {
    margin-left: 97.9166666667%;
  }

  .col-xxl-offset-48 {
    margin-left: 100%;
  }
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #818a91;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item+.nav-item {
  margin-left: .2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 2.4rem 3.3333333333rem;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-pills::after {
  content: "";
  display: table;
  clear: both;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item+.nav-item {
  margin-left: .2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 2.4rem 3.3333333333rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0088CE;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item+.nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: contents;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar::after {
  content: "";
  display: table;
  clear: both;
}

.navbar-full {
  z-index: 1000;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 767px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-nav .nav-link+.nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item+.nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.clearfix::after,
.l-wrap::after,
aside::after,
.l-article::after,
.l-content::after,
.mez.college .college__block::after,
.mez.connect li::after,
.mez.department .department__block::after,
.event-gallery .event-gallery__head::after,
.mez.faculty-education::after,
.mez.faculty-experience::after,
.mez.news--grid .thumb-block__wrap::after,
.mez.spotlight--academics .spotlight__features::after {
  content: "";
  display: table;
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 540px) {
  .pull-xs-left {
    float: left !important;
  }

  .pull-xs-right {
    float: right !important;
  }

  .pull-xs-none {
    float: none !important;
  }
}

@media (min-width: 767px) {
  .pull-sm-left {
    float: left !important;
  }

  .pull-sm-right {
    float: right !important;
  }

  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-md-left {
    float: left !important;
  }

  .pull-md-right {
    float: right !important;
  }

  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left !important;
  }

  .pull-lg-right {
    float: right !important;
  }

  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1440px) {
  .pull-xl-left {
    float: left !important;
  }

  .pull-xl-right {
    float: right !important;
  }

  .pull-xl-none {
    float: none !important;
  }
}

@media (min-width: 1700px) {
  .pull-xxl-left {
    float: left !important;
  }

  .pull-xxl-right {
    float: right !important;
  }

  .pull-xxl-none {
    float: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden !important;
}

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 540px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 767px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1700px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #818a91;
}

.text-muted p,
.text-muted h1,
.text-muted h2,
.text-muted h3,
.text-muted h4,
.text-muted h5,
.text-muted h6 {
  color: #818a91;
}

.text-primary .text-white,
.text-primary {
  color: #066cc1 !important;
}

.text-primary p,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary .text-white p,
.text-primary .text-white h1,
.text-primary .text-white h2,
.text-primary .text-white h3,
.text-primary .text-white h4,
.text-primary .text-white h5,
.text-primary .text-white h6 {
  color: #0088CE !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #045090;
}

.text-darkblue .text-white,
.text-darkblue {
  color: #1e1656 !important;
}

.text-darkblue p,
.text-darkblue h1,
.text-darkblue h2,
.text-darkblue h3,
.text-darkblue h4,
.text-darkblue h5,
.text-darkblue h6,
.text-darkblue .text-white p,
.text-darkblue .text-white h1,
.text-darkblue .text-white h2,
.text-darkblue .text-white h3,
.text-darkblue .text-white h4,
.text-darkblue .text-white h5,
.text-darkblue .text-white h6 {
  color: #1e1656 !important;
}

a.text-darkblue:focus,
a.text-darkblue:hover {
  color: #1e1656;
}

.text-success {
  color: #5cb85c !important;
}

.text-success p,
.text-success h1,
.text-success h2,
.text-success h3,
.text-success h4,
.text-success h5,
.text-success h6 {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44;
}

.text-info .text-white,
.text-info {
  color: #5bc0de !important;
}

.text-info p,
.text-info h1,
.text-info h2,
.text-info h3,
.text-info h4,
.text-info h5,
.text-info h6,
.text-info .text-white p,
.text-info .text-white h1,
.text-info .text-white h2,
.text-info .text-white h3,
.text-info .text-white h4,
.text-info .text-white h5,
.text-info .text-white h6 {
  color: #5bc0de !important;
}

.text-info-light .text-white,
.text-info-light {
  color: #27a6de !important;
}

.text-info-light p,
.text-info-light h1,
.text-info-light h2,
.text-info-light h3,
.text-info-light h4,
.text-info-light h5,
.text-info-light h6,
.text-info-light .text-white p,
.text-info-light .text-white h1,
.text-info-light .text-white h2,
.text-info-light .text-white h3,
.text-info-light .text-white h4,
.text-info-light .text-white h5,
.text-info-light .text-white h6 {
  color: #27a6de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5;
}

.text-warning {
  color: #f0ad4e !important;
}

.text-warning p,
.text-warning h1,
.text-warning h2,
.text-warning h3,
.text-warning h4,
.text-warning h5,
.text-warning h6 {
  color: #ec971f !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f;
}

.text-danger {
  color: #d9534f !important;
}

.text-danger p,
.text-danger h1,
.text-danger h2,
.text-danger h3,
.text-danger h4,
.text-danger h5,
.text-danger h6 {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c;
}

.text-white,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff !important;
}

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.bg-white {
  background-color: #fff;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #0088CE !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #045090;
}

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #449d44;
}

.bg-darkinfo {
  color: #fff !important;
  background-color: #0088ce !important;
}

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

.bg-info-light {
  background-color: #e9f7fe !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5;
}

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ec971f;
}

.bg-warning-dark {
  color: #fff !important;
  background-color: #f9b725 !important;
}

a.bg-warning-dark:focus,
a.bg-warning-dark:hover {
  background-color: #f9b725;
}

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #c9302c;
}

.bg-yellow {
  color: #000 !important;
  background-color: #e8d93b !important;
}

.bg-grey {
  background: #f4f3f3;
}

.bg-grey0 {
  background-color: #f7f7f9 !important;
}

.bg-grey1 {
  background: #e6edf3 !important;
}

.bg-grey3 {
  background: #d8e5f3 !important;
}

.bg-gray4 {
  background: #f4f8fb !important;
}

.bg-blue {
  background: #c0e1f5;
}

.bg-darkblue {
  background-color: #1e1656 !important;
}


.bg-yellow-light {
  color: #000 !important;
  background-color: #fff2ba !important;
}

.bg-boxPattern.bg-boxPattern.bg-boxPattern {
  background: url('../images/boxPattern.png');
  background-repeat: repeat;
}

.border-primary {
  border-color: #066cc1 !important;
}

.border-darkblue {
  border-color: #1e1656 !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}



@media (min-width: 540px) {

  .m-a-xs-0 {
    margin: 0 0 !important;
  }

  .m-t-xs-0 {
    margin-top: 0 !important;
  }

  .m-r-xs-0 {
    margin-right: 0 !important;
  }

  .m-b-xs-0 {
    margin-bottom: 0 !important;
  }

  .m-l-xs-0 {
    margin-left: 0 !important;
  }

  .m-x-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-a-xs-1 {
    margin: 1rem 1rem !important;
  }

  .m-t-xs-1 {
    margin-top: 1rem !important;
  }

  .m-r-xs-1 {
    margin-right: 1rem !important;
  }

  .m-b-xs-1 {
    margin-bottom: 1rem !important;
  }

  .m-l-xs-1 {
    margin-left: 1rem !important;
  }

  .m-x-xs-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-y-xs-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-a-xs-2 {
    margin: 1.5rem 1.5rem !important;
  }

  .m-t-xs-2 {
    margin-top: 1.5rem !important;
  }

  .m-r-xs-2 {
    margin-right: 1.5rem !important;
  }

  .m-b-xs-2 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-xs-2 {
    margin-left: 1.5rem !important;
  }

  .m-x-xs-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-y-xs-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-a-xs-3 {
    margin: 3rem 3rem !important;
  }

  .m-t-xs-3 {
    margin-top: 3rem !important;
  }

  .m-r-xs-3 {
    margin-right: 3rem !important;
  }

  .m-b-xs-3 {
    margin-bottom: 3rem !important;
  }

  .m-l-xs-3 {
    margin-left: 3rem !important;
  }

  .m-x-xs-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-y-xs-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-a-xs-0 {
    padding: 0 0 !important;
  }

  .p-t-xs-0 {
    padding-top: 0 !important;
  }

  .p-r-xs-0 {
    padding-right: 0 !important;
  }

  a {
    color: #5BC6E8;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  a:active,
  a:hover,
  a:focus,
  button:focus,
  input:focus {
    color: #5BC6E8;
    text-decoration: none;
    outline: none;
  }

  .p-b-xs-0 {
    padding-bottom: 0 !important;
  }

  .p-l-xs-0 {
    padding-left: 0 !important;
  }

  .p-x-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-a-xs-1 {
    padding: 1rem 1rem !important;
  }

  .p-t-xs-1 {
    padding-top: 1rem !important;
  }

  .p-r-xs-1 {
    padding-right: 1rem !important;
  }

  .p-b-xs-1 {
    padding-bottom: 1rem !important;
  }

  .p-l-xs-1 {
    padding-left: 1rem !important;
  }

  .p-x-xs-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-y-xs-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-a-xs-2 {
    padding: 1.5rem 1.5rem !important;
  }

  .p-t-xs-2 {
    padding-top: 1.5rem !important;
  }

  .p-r-xs-2 {
    padding-right: 1.5rem !important;
  }

  .p-b-xs-2 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-xs-2 {
    padding-left: 1.5rem !important;
  }

  .p-x-xs-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-y-xs-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-a-xs-3 {
    padding: 3rem 3rem !important;
  }

  .p-t-xs-3 {
    padding-top: 3rem !important;
  }

  .p-r-xs-3 {
    padding-right: 3rem !important;
  }

  .p-b-xs-3 {
    padding-bottom: 3rem !important;
  }

  .p-l-xs-3 {
    padding-left: 3rem !important;
  }

  .p-x-xs-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-y-xs-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

}

@media (min-width: 767px) {
  .m-a-sm-0 {
    margin: 0 0 !important;
  }

  .m-t-sm-0 {
    margin-top: 0 !important;
  }

  .m-r-sm-0 {
    margin-right: 0 !important;
  }

  .m-b-sm-0 {
    margin-bottom: 0 !important;
  }

  .m-l-sm-0 {
    margin-left: 0 !important;
  }

  .m-x-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-a-sm-1 {
    margin: 1rem 1rem !important;
  }

  .m-t-sm-1 {
    margin-top: 1rem !important;
  }

  .m-r-sm-1 {
    margin-right: 1rem !important;
  }

  .m-b-sm-1 {
    margin-bottom: 1rem !important;
  }

  .m-l-sm-1 {
    margin-left: 1rem !important;
  }

  .m-x-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-y-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-a-sm-2 {
    margin: 1.5rem 1.5rem !important;
  }

  .m-t-sm-2 {
    margin-top: 1.5rem !important;
  }

  .m-r-sm-2 {
    margin-right: 1.5rem !important;
  }

  .m-b-sm-2 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-sm-2 {
    margin-left: 1.5rem !important;
  }

  .m-x-sm-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-y-sm-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-a-sm-3 {
    margin: 3rem 3rem !important;
  }

  .m-t-sm-3 {
    margin-top: 3rem !important;
  }

  .m-r-sm-3 {
    margin-right: 3rem !important;
  }

  .m-b-sm-3 {
    margin-bottom: 3rem !important;
  }

  .m-l-sm-3 {
    margin-left: 3rem !important;
  }

  .m-x-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-y-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-a-sm-0 {
    padding: 0 0 !important;
  }

  .p-t-sm-0 {
    padding-top: 0 !important;
  }

  .p-r-sm-0 {
    padding-right: 0 !important;
  }

  .p-b-sm-0 {
    padding-bottom: 0 !important;
  }

  .p-l-sm-0 {
    padding-left: 0 !important;
  }

  .p-x-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-a-sm-1 {
    padding: 1rem 1rem !important;
  }

  .p-t-sm-1 {
    padding-top: 1rem !important;
  }

  .p-r-sm-1 {
    padding-right: 1rem !important;
  }

  .p-b-sm-1 {
    padding-bottom: 1rem !important;
  }

  .p-l-sm-1 {
    padding-left: 1rem !important;
  }

  .p-x-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-y-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-a-sm-2 {
    padding: 1.5rem 1.5rem !important;
  }

  .p-t-sm-2 {
    padding-top: 1.5rem !important;
  }

  .p-r-sm-2 {
    padding-right: 1.5rem !important;
  }

  .p-b-sm-2 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-sm-2 {
    padding-left: 1.5rem !important;
  }

  .p-x-sm-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-y-sm-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-a-sm-3 {
    padding: 3rem 3rem !important;
  }

  .p-t-sm-3 {
    padding-top: 3rem !important;
  }

  .p-r-sm-3 {
    padding-right: 3rem !important;
  }

  .p-b-sm-3 {
    padding-bottom: 3rem !important;
  }

  .p-l-sm-3 {
    padding-left: 3rem !important;
  }

  .p-x-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-y-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}


@media (min-width: 992px) {
  .m-a-md-0 {
    margin: 0 0 !important;
  }

  .m-t-md-0 {
    margin-top: 0 !important;
  }

  .m-r-md-0 {
    margin-right: 0 !important;
  }

  .m-b-md-0 {
    margin-bottom: 0 !important;
  }

  .m-l-md-0 {
    margin-left: 0 !important;
  }

  .m-x-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-a-md-1 {
    margin: 1rem 1rem !important;
  }

  .m-t-md-1 {
    margin-top: 1rem !important;
  }

  .m-r-md-1 {
    margin-right: 1rem !important;
  }

  .m-b-md-1 {
    margin-bottom: 1rem !important;
  }

  .m-l-md-1 {
    margin-left: 1rem !important;
  }

  .m-x-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-y-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-a-md-2 {
    margin: 1.5rem 1.5rem !important;
  }

  .m-t-md-2 {
    margin-top: 1.5rem !important;
  }

  .m-r-md-2 {
    margin-right: 1.5rem !important;
  }

  .m-b-md-2 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-md-2 {
    margin-left: 1.5rem !important;
  }

  .m-x-md-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-y-md-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-a-md-3 {
    margin: 3rem 3rem !important;
  }

  .m-t-md-3 {
    margin-top: 3rem !important;
  }

  .m-r-md-3 {
    margin-right: 3rem !important;
  }

  .m-b-md-3 {
    margin-bottom: 3rem !important;
  }

  .m-l-md-3 {
    margin-left: 3rem !important;
  }

  .m-x-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-y-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-a-md-0 {
    padding: 0 0 !important;
  }

  .p-t-md-0 {
    padding-top: 0 !important;
  }

  .p-r-md-0 {
    padding-right: 0 !important;
  }

  .p-b-md-0 {
    padding-bottom: 0 !important;
  }

  .p-l-md-0 {
    padding-left: 0 !important;
  }

  .p-x-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-a-md-1 {
    padding: 1rem 1rem !important;
  }

  .p-t-md-1 {
    padding-top: 1rem !important;
  }

  .p-r-md-1 {
    padding-right: 1rem !important;
  }

  .p-b-md-1 {
    padding-bottom: 1rem !important;
  }

  .p-l-md-1 {
    padding-left: 1rem !important;
  }

  .p-x-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-y-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-a-md-2 {
    padding: 1.5rem 1.5rem !important;
  }

  .p-t-md-2 {
    padding-top: 1.5rem !important;
  }

  .p-r-md-2 {
    padding-right: 1.5rem !important;
  }

  .p-b-md-2 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-md-2 {
    padding-left: 1.5rem !important;
  }

  .p-x-md-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-y-md-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-a-md-3 {
    padding: 3rem 3rem !important;
  }

  .p-t-md-3 {
    padding-top: 3rem !important;
  }

  .p-r-md-3 {
    padding-right: 3rem !important;
  }

  .p-b-md-3 {
    padding-bottom: 3rem !important;
  }

  .p-l-md-3 {
    padding-left: 3rem !important;
  }

  .p-x-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-y-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-a-lg-0 {
    margin: 0 0 !important;
  }

  .m-t-lg-0 {
    margin-top: 0 !important;
  }

  .m-r-lg-0 {
    margin-right: 0 !important;
  }

  .m-b-lg-0 {
    margin-bottom: 0 !important;
  }

  .m-l-lg-0 {
    margin-left: 0 !important;
  }

  .m-x-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .m-y-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-a-lg-1 {
    margin: 1rem 1rem !important;
  }

  .m-t-lg-1 {
    margin-top: 1rem !important;
  }

  .m-r-lg-1 {
    margin-right: 1rem !important;
  }

  .m-b-lg-1 {
    margin-bottom: 1rem !important;
  }

  .m-l-lg-1 {
    margin-left: 1rem !important;
  }

  .m-x-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .m-y-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-a-lg-2 {
    margin: 1.5rem 1.5rem !important;
  }

  .m-t-lg-2 {
    margin-top: 1.5rem !important;
  }

  .m-r-lg-2 {
    margin-right: 1.5rem !important;
  }

  .m-b-lg-2 {
    margin-bottom: 1.5rem !important;
  }

  .m-l-lg-2 {
    margin-left: 1.5rem !important;
  }

  .m-x-lg-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .m-y-lg-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-a-lg-3 {
    margin: 3rem 3rem !important;
  }

  .m-t-lg-3 {
    margin-top: 3rem !important;
  }

  .m-r-lg-3 {
    margin-right: 3rem !important;
  }

  .m-b-lg-3 {
    margin-bottom: 3rem !important;
  }

  .m-l-lg-3 {
    margin-left: 3rem !important;
  }

  .m-x-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .m-y-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-a-lg-0 {
    padding: 0 0 !important;
  }

  .p-t-lg-0 {
    padding-top: 0 !important;
  }

  .p-r-lg-0 {
    padding-right: 0 !important;
  }

  .p-b-lg-0 {
    padding-bottom: 0 !important;
  }

  .p-l-lg-0 {
    padding-left: 0 !important;
  }

  .p-x-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p-y-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-a-lg-1 {
    padding: 1rem 1rem !important;
  }

  .p-t-lg-1 {
    padding-top: 1rem !important;
  }

  .p-r-lg-1 {
    padding-right: 1rem !important;
  }

  .p-b-lg-1 {
    padding-bottom: 1rem !important;
  }

  .p-l-lg-1 {
    padding-left: 1rem !important;
  }

  .p-x-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .p-y-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-a-lg-2 {
    padding: 1.5rem 1.5rem !important;
  }

  .p-t-lg-2 {
    padding-top: 1.5rem !important;
  }

  .p-r-lg-2 {
    padding-right: 1.5rem !important;
  }

  .p-b-lg-2 {
    padding-bottom: 1.5rem !important;
  }

  .p-l-lg-2 {
    padding-left: 1.5rem !important;
  }

  .p-x-lg-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .p-y-lg-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-a-lg-3 {
    padding: 3rem 3rem !important;
  }

  .p-t-lg-3 {
    padding-top: 3rem !important;
  }

  .p-r-lg-3 {
    padding-right: 3rem !important;
  }

  .p-b-lg-3 {
    padding-bottom: 3rem !important;
  }

  .p-l-lg-3 {
    padding-left: 3rem !important;
  }

  .p-x-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .p-y-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}


.border-t-0 {
  border-top: none;
}

.border-b-0 {
  border-bottom: none;
}

.border-l-0 {
  border-left: none;
}

.border-r-0 {
  border-right: none;
}


.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 540px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 766px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1699px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1700px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
Namespace : MEZ

*/
/* ------------------------ 1. Generic styles ----------------------------*/
html {
  font-size: 15px;
  height: 100%;
  background: #fff;
  direction: ltr;
  /* rtl: rtl */
}

@media (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}

html.increase-size {
  font-size: 16px;
}

body {
  position: relative;
  font-size: 15px;
  font-family: "robotomedium";
  /* rtl: tahoma */
  direction: ltr;
  /* rtl: rtl */
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

svg path,
svg polygon,
svg rect {
  fill: inherit;
  stroke: inherit;
}

.hidden {
  display: none;
}

.im-hidden {
  display: none !important;
}

p {
  color: #333;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.625rem;
  margin: 0 0 30px;
}

p.big,
.big p,
.l-article p.big,
.l-article .big p {
  font-family: "robotoregular";
  font-size: 1.4666666667rem;
  padding-right: 10px;
  line-height: 1.5;
}

.ie strong {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
}

em {
  font-style: normal;
}

a {
  color: #27a6de;
  cursor: pointer;
  transition: all 0.2s ease;
}

a:active,
a:hover,
a:focus,
button:focus,
input:focus {
  color: #27a6de;
  text-decoration: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img[src*="png"],
img[src*="jpg"],
img[src*="svg"],
img[src*="jpeg"] {
  max-width: 100%;
  height: auto;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
}

* {
  min-height: 0;
  min-width: 0;
}

#l-icon-svg {
  display: none;
}

iframe {
  border: none;
}

.mez.link-block figcaption h2 {
  font-family: "robotoblack";
  /* rtl: tahoma */
  font-size: 3.3333333333rem;
  font-weight: normal;
  /* rtl: bold */
}

[dir='rtl'] .mez.link-block figcaption h2,
.mez.link-block figcaption [dir='rtl'] h2 {
  font-size: 3rem;
}

@media (max-width: 1440px) {

  [dir='rtl'] .mez.link-block figcaption h2,
  .mez.link-block figcaption [dir='rtl'] h2 {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {

  [dir='rtl'] .mez.link-block figcaption h2,
  .mez.link-block figcaption [dir='rtl'] h2 {
    font-size: 1.6666666667rem;
  }
}

@media (max-width: 1440px) {
  .mez.link-block figcaption h2 {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .mez.link-block figcaption h2 {
    font-size: 1.6666666667rem;
  }
}

.mez.link-block figcaption h2 {
  text-transform: uppercase;
}

.mez.spotlight h1,
.mez.slider--home h3,
.mez.slider--overview h3 {
  font-family: "robotoblack";
  /* rtl: tahoma */
  font-size: 3.6666666667rem;
  margin-bottom: 2rem;
  font-weight: normal;
  /* rtl: bold */
}

[dir='rtl'] .mez.spotlight h1,
.mez.spotlight [dir='rtl'] h1,
[dir='rtl'] .mez.slider--home h3,
.mez.slider--home [dir='rtl'] h3,
[dir='rtl'] .mez.slider--overview h3,
.mez.slider--overview [dir='rtl'] h3 {
  font-size: 3.3333333333rem;
}

@media (max-width: 992px) {

  [dir='rtl'] .mez.spotlight h1,
  .mez.spotlight [dir='rtl'] h1,
  [dir='rtl'] .mez.slider--home h3,
  .mez.slider--home [dir='rtl'] h3,
  [dir='rtl'] .mez.slider--overview h3,
  .mez.slider--overview [dir='rtl'] h3 {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {

  .mez.spotlight h1,
  .mez.slider--home h3,
  .mez.slider--overview h3 {
    font-size: 2rem;
  }
}

.mez.spotlight h1 {
  text-transform: uppercase;
}

.mez.alumni h2,
.mez.center h2,
.mez.degree-program h2,
.mez.event-list h2,
.mez.event-slider h2,
.mez.home-social .home-social__header h2,
.mez.home-glance .home-glance__summary h2,
.mez.information h2,
.mez.ourprograms .highlight h2,
.mez.questions h2,
.mez.slider--news h2,
.mez.student .highlight h2,
.mez.story h2,
.mez.widget h2,
.mez.visit h2,
.mez.division h2 {
  color: #5BC6E8;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-size: 3.6666666667rem;
  margin-bottom: 2rem;
  font-weight: normal;
  /* rtl: bold */
}

[dir='rtl'] .mez.alumni h2,
.mez.alumni [dir='rtl'] h2,
[dir='rtl'] .mez.center h2,
.mez.center [dir='rtl'] h2,
[dir='rtl'] .mez.degree-program h2,
.mez.degree-program [dir='rtl'] h2,
[dir='rtl'] .mez.event-list h2,
.mez.event-list [dir='rtl'] h2,
[dir='rtl'] .mez.event-slider h2,
.mez.event-slider [dir='rtl'] h2,
[dir='rtl'] .mez.home-social .home-social__header h2,
.mez.home-social .home-social__header [dir='rtl'] h2,
[dir='rtl'] .mez.home-glance .home-glance__summary h2,
.mez.home-glance .home-glance__summary [dir='rtl'] h2,
[dir='rtl'] .mez.information h2,
.mez.information [dir='rtl'] h2,
[dir='rtl'] .mez.ourprograms .highlight h2,
.mez.ourprograms .highlight [dir='rtl'] h2,
[dir='rtl'] .mez.questions h2,
.mez.questions [dir='rtl'] h2,
[dir='rtl'] .mez.slider--news h2,
.mez.slider--news [dir='rtl'] h2,
[dir='rtl'] .mez.student .highlight h2,
.mez.student .highlight [dir='rtl'] h2,
[dir='rtl'] .mez.story h2,
.mez.story [dir='rtl'] h2,
[dir='rtl'] .mez.widget h2,
.mez.widget [dir='rtl'] h2,
[dir='rtl'] .mez.visit h2,
.mez.visit [dir='rtl'] h2,
[dir='rtl'] .mez.division h2,
.mez.division [dir='rtl'] h2 {
  font-size: 3.3333333333rem;
}

@media (max-width: 992px) {

  [dir='rtl'] .mez.alumni h2,
  .mez.alumni [dir='rtl'] h2,
  [dir='rtl'] .mez.center h2,
  .mez.center [dir='rtl'] h2,
  [dir='rtl'] .mez.degree-program h2,
  .mez.degree-program [dir='rtl'] h2,
  [dir='rtl'] .mez.event-list h2,
  .mez.event-list [dir='rtl'] h2,
  [dir='rtl'] .mez.event-slider h2,
  .mez.event-slider [dir='rtl'] h2,
  [dir='rtl'] .mez.home-social .home-social__header h2,
  .mez.home-social .home-social__header [dir='rtl'] h2,
  [dir='rtl'] .mez.home-glance .home-glance__summary h2,
  .mez.home-glance .home-glance__summary [dir='rtl'] h2,
  [dir='rtl'] .mez.information h2,
  .mez.information [dir='rtl'] h2,
  [dir='rtl'] .mez.ourprograms .highlight h2,
  .mez.ourprograms .highlight [dir='rtl'] h2,
  [dir='rtl'] .mez.questions h2,
  .mez.questions [dir='rtl'] h2,
  [dir='rtl'] .mez.slider--news h2,
  .mez.slider--news [dir='rtl'] h2,
  [dir='rtl'] .mez.student .highlight h2,
  .mez.student .highlight [dir='rtl'] h2,
  [dir='rtl'] .mez.story h2,
  .mez.story [dir='rtl'] h2,
  [dir='rtl'] .mez.widget h2,
  .mez.widget [dir='rtl'] h2,
  [dir='rtl'] .mez.visit h2,
  .mez.visit [dir='rtl'] h2,
  [dir='rtl'] .mez.division h2,
  .mez.division [dir='rtl'] h2 {
    font-size: 3rem;
    margin-bottom: 1.3333333333rem;
  }
}

@media (max-width: 767px) {

  [dir='rtl'] .mez.alumni h2,
  .mez.alumni [dir='rtl'] h2,
  [dir='rtl'] .mez.center h2,
  .mez.center [dir='rtl'] h2,
  [dir='rtl'] .mez.degree-program h2,
  .mez.degree-program [dir='rtl'] h2,
  [dir='rtl'] .mez.event-list h2,
  .mez.event-list [dir='rtl'] h2,
  [dir='rtl'] .mez.event-slider h2,
  .mez.event-slider [dir='rtl'] h2,
  [dir='rtl'] .mez.home-social .home-social__header h2,
  .mez.home-social .home-social__header [dir='rtl'] h2,
  [dir='rtl'] .mez.home-glance .home-glance__summary h2,
  .mez.home-glance .home-glance__summary [dir='rtl'] h2,
  [dir='rtl'] .mez.information h2,
  .mez.information [dir='rtl'] h2,
  [dir='rtl'] .mez.ourprograms .highlight h2,
  .mez.ourprograms .highlight [dir='rtl'] h2,
  [dir='rtl'] .mez.questions h2,
  .mez.questions [dir='rtl'] h2,
  [dir='rtl'] .mez.slider--news h2,
  .mez.slider--news [dir='rtl'] h2,
  [dir='rtl'] .mez.student .highlight h2,
  .mez.student .highlight [dir='rtl'] h2,
  [dir='rtl'] .mez.story h2,
  .mez.story [dir='rtl'] h2,
  [dir='rtl'] .mez.widget h2,
  .mez.widget [dir='rtl'] h2,
  [dir='rtl'] .mez.visit h2,
  .mez.visit [dir='rtl'] h2,
  [dir='rtl'] .mez.division h2,
  .mez.division [dir='rtl'] h2 {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {

  .mez.alumni h2,
  .mez.center h2,
  .mez.degree-program h2,
  .mez.event-list h2,
  .mez.event-slider h2,
  .mez.home-social .home-social__header h2,
  .mez.home-glance .home-glance__summary h2,
  .mez.information h2,
  .mez.ourprograms .highlight h2,
  .mez.questions h2,
  .mez.slider--news h2,
  .mez.student .highlight h2,
  .mez.story h2,
  .mez.widget h2,
  .mez.visit h2,
  .mez.division h2 {
    font-size: 3rem;
    margin-bottom: 1.3333333333rem;
  }
}

@media (max-width: 767px) {

  .mez.alumni h2,
  .mez.center h2,
  .mez.degree-program h2,
  .mez.event-list h2,
  .mez.event-slider h2,
  .mez.home-social .home-social__header h2,
  .mez.home-glance .home-glance__summary h2,
  .mez.information h2,
  .mez.ourprograms .highlight h2,
  .mez.questions h2,
  .mez.slider--news h2,
  .mez.student .highlight h2,
  .mez.story h2,
  .mez.widget h2,
  .mez.visit h2,
  .mez.division h2 {
    font-size: 2rem;
  }
}

.mez.alumni h2,
.mez.center h2,
.mez.degree-program h2,
.mez.event-list h2,
.mez.event-slider h2,
.mez.home-social .home-social__header h2,
.mez.home-glance .home-glance__summary h2,
.mez.information h2,
.mez.ourprograms .highlight h2,
.mez.questions h2,
.mez.slider--news h2,
.mez.student .highlight h2,
.mez.story h2,
.mez.widget h2,
.mez.visit h2 {
  text-transform: uppercase;
}

.mez.person--quote h2,
.mez.services h2 {
  color: #333;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-size: 2.6666666667rem;
  font-weight: normal;
  /* rtl: bold */
}

@media (max-width: 767px) {

  .mez.person--quote h2,
  .mez.services h2 {
    font-size: 2rem;
  }
}

.mez.person--quote h2 a,
.mez.services h2 a {
  color: #333;
}

.mez.person--quote h2 a:hover,
.mez.services h2 a:hover {
  color: #5BC6E8;
}

figure .figdetail h3,
.mez.tab h2,
.l-title,
.l-title--icon,
.l-article h2,
.mez.board-directors h3,
.mez.college h2,
.mez.curriculum h3,
.event-gallery h2,
.mez.event-slider h3,
.mez.explore-degree .explore-degree__header h3,
.mez.facilities h2,
.mez.facilitymap .facilitymap__block:first-child h2,
.mez.facilitymap .facilitymap__student h2,
.mez.faculty-bios h2,
.mez.form h2,
.mez.founders h2,
.mez.highlight h2,
.mez.keynotes h3,
.mez.mediaslider h4,
.mez.officials h2,
.mez.opportunities h2,
.mez.partners h4,
.mez.person h2,
.mez.questions h3,
.mez.recognition h2,
.mez.slider-alumni h2,
.mez.slider-alumni h3,
.mez.staffs h2,
.mez.thumbslider h2 {
  color: #333333;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-size: 2rem;
  margin-bottom: 1.6666666667rem;
  font-weight: normal;
  /* rtl: bold */
}

@media (max-width: 767px) {

  figure .figdetail h3,
  .mez.tab h2,
  .l-title,
  .l-title--icon,
  .l-article h2,
  .mez.board-directors h3,
  .mez.college h2,
  .mez.curriculum h3,
  .event-gallery h2,
  .mez.event-slider h3,
  .mez.explore-degree .explore-degree__header h3,
  .mez.facilities h2,
  .mez.facilitymap .facilitymap__block:first-child h2,
  .mez.facilitymap .facilitymap__student h2,
  .mez.faculty-bios h2,
  .mez.form h2,
  .mez.founders h2,
  .mez.highlight h2,
  .mez.keynotes h3,
  .mez.mediaslider h4,
  .mez.officials h2,
  .mez.opportunities h2,
  .mez.partners h4,
  .mez.person h2,
  .mez.questions h3,
  .mez.recognition h2,
  .mez.slider-alumni h2,
  .mez.slider-alumni h3,
  .mez.staffs h2,
  .mez.thumbslider h2 {
    font-size: 1.6666666667rem;
  }
}

figure .figdetail h3 a,
.mez.tab h2 a,
.l-title a,
.l-title--icon a,
.l-article h2 a,
.mez.board-directors h3 a,
.mez.college h2 a,
.mez.curriculum h3 a,
.event-gallery h2 a,
.mez.event-slider h3 a,
.mez.explore-degree .explore-degree__header h3 a,
.mez.facilities h2 a,
.mez.facilitymap .facilitymap__block:first-child h2 a,
.mez.facilitymap .facilitymap__student h2 a,
.mez.faculty-bios h2 a,
.mez.form h2 a,
.mez.founders h2 a,
.mez.highlight h2 a,
.mez.keynotes h3 a,
.mez.mediaslider h4 a,
.mez.officials h2 a,
.mez.opportunities h2 a,
.mez.partners h4 a,
.mez.person h2 a,
.mez.questions h3 a,
.mez.recognition h2 a,
.mez.slider-alumni h2 a,
.mez.slider-alumni h3 a,
.mez.staffs h2 a,
.mez.thumbslider h2 a {
  color: #333;
}

figure .figdetail h3 a:hover,
.mez.tab h2 a:hover,
.l-title a:hover,
.l-title--icon a:hover,
.l-article h2 a:hover,
.mez.board-directors h3 a:hover,
.mez.college h2 a:hover,
.mez.curriculum h3 a:hover,
.event-gallery h2 a:hover,
.mez.event-slider h3 a:hover,
.mez.explore-degree .explore-degree__header h3 a:hover,
.mez.facilities h2 a:hover,
.mez.facilitymap .facilitymap__block:first-child h2 a:hover,
.mez.facilitymap .facilitymap__student h2 a:hover,
.mez.faculty-bios h2 a:hover,
.mez.form h2 a:hover,
.mez.founders h2 a:hover,
.mez.highlight h2 a:hover,
.mez.keynotes h3 a:hover,
.mez.mediaslider h4 a:hover,
.mez.officials h2 a:hover,
.mez.opportunities h2 a:hover,
.mez.partners h4 a:hover,
.mez.person h2 a:hover,
.mez.questions h3 a:hover,
.mez.recognition h2 a:hover,
.mez.slider-alumni h2 a:hover,
.mez.slider-alumni h3 a:hover,
.mez.staffs h2 a:hover,
.mez.thumbslider h2 a:hover {
  color: #5BC6E8;
}

figure .figdetail h3,
.mez.tab h2 {
  text-transform: uppercase;
}

.l-article figure .figdetail p,
.mez.city h2 {
  color: #333333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 2rem;
  margin-bottom: 1.6666666667rem;
}

@media (max-width: 767px) {

  .l-article figure .figdetail p,
  .mez.city h2 {
    font-size: 1.6666666667rem;
  }
}

.l-article figure .figdetail p a,
.mez.city h2 a {
  color: #333;
}

.l-article figure .figdetail p a:hover,
.mez.city h2 a:hover {
  color: #5BC6E8;
}

.l-article figure .figdetail p {
  text-transform: uppercase;
}

.mez.block-list h4,
.mez.info-segment h3,
.mez.student--college h3,
.mez.thumb-block h2 {
  color: #333333;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-size: 1.6rem;
  margin-bottom: 1.3333333333rem;
  font-weight: normal;
  /* rtl: bold */
}

@media (max-width: 767px) {

  .mez.block-list h4,
  .mez.info-segment h3,
  .mez.student--college h3,
  .mez.thumb-block h2 {
    font-size: 1.2rem;
  }
}

.mez.block-list h4 a,
.mez.info-segment h3 a,
.mez.student--college h3 a,
.mez.thumb-block h2 a {
  color: #333;
}

.mez.block-list h4 a:hover,
.mez.info-segment h3 a:hover,
.mez.student--college h3 a:hover,
.mez.thumb-block h2 a:hover {
  color: #5BC6E8;
}

.mez.hbku h3,
.mez.calendar-list h3,
.mez.event-list .event-list__detail a.title strong,
.mez.information h3 {
  color: #333333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.6rem;
  margin-bottom: 1.3333333333rem;
}

@media (max-width: 767px) {

  .mez.hbku h3,
  .mez.calendar-list h3,
  .mez.event-list .event-list__detail a.title strong,
  .mez.information h3 {
    font-size: 1.2rem;
  }
}

.mez.hbku h3 a,
.mez.calendar-list h3 a,
.mez.event-list .event-list__detail a.title strong a,
.mez.information h3 a {
  color: #333;
}

.mez.hbku h3 a:hover,
.mez.calendar-list h3 a:hover,
.mez.event-list .event-list__detail a.title strong a:hover,
.mez.information h3 a:hover {
  color: #5BC6E8;
}

.mez.hbku h3 {
  text-transform: uppercase;
}

.mez.aside-blockquote p {
  color: #333333;
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 1.6rem;
  margin-bottom: 1.3333333333rem;
}

@media (max-width: 767px) {
  .mez.aside-blockquote p {
    font-size: 1.2rem;
  }
}

.mez.aside-blockquote p a {
  color: #333;
}

.mez.aside-blockquote p a:hover {
  color: #5BC6E8;
}

aside h3,
.l-accordion .l-accordion__title,
.mez.aside-info .l-title--icon,
.mez.aside-result h3,
.mez.department h3,
.mez.discover h3,
.mez.message h4,
.mez.news h3,
.mez.person--quote h2 span,
.mez.schedule.schedule--lg h3,
.mez.upcomings h3,
.l-admission-block h4,
.l-article h4,
.mez.board-directors h5,
.mez.curriculum h4,
.mez.curriculum h5,
.mez.explore-degree .explore-degree__detail .admission-block .l-admission-block h4,
.mez.faculty-education h4,
.mez.faculty-experience h4,
.mez.keynotes .keynotes__lists h4,
.mez.league h3,
.mez.message h5,
.mez.post h2,
.mez.recognition h3,
.mez.services h3 {
  color: #333333;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-size: 1.2rem;
  margin-bottom: 1.6666666667rem;
  font-weight: normal;
  /* rtl: bold */
}

@media (max-width: 767px) {

  aside h3,
  .l-accordion .l-accordion__title,
  .mez.aside-info .l-title--icon,
  .mez.aside-result h3,
  .mez.department h3,
  .mez.discover h3,
  .mez.message h4,
  .mez.news h3,
  .mez.person--quote h2 span,
  .mez.schedule.schedule--lg h3,
  .mez.upcomings h3,
  .l-admission-block h4,
  .l-article h4,
  .mez.board-directors h5,
  .mez.curriculum h4,
  .mez.curriculum h5,
  .mez.explore-degree .explore-degree__detail .admission-block .l-admission-block h4,
  .mez.faculty-education h4,
  .mez.faculty-experience h4,
  .mez.keynotes .keynotes__lists h4,
  .mez.league h3,
  .mez.message h5,
  .mez.post h2,
  .mez.recognition h3,
  .mez.services h3 {
    font-size: 1rem;
  }
}

aside h3 a,
.l-accordion .l-accordion__title a,
.mez.aside-info .l-title--icon a,
.mez.aside-result h3 a,
.mez.department h3 a,
.mez.discover h3 a,
.mez.message h4 a,
.mez.news h3 a,
.mez.person--quote h2 span a,
.mez.schedule.schedule--lg h3 a,
.mez.upcomings h3 a,
.l-admission-block h4 a,
.l-article h4 a,
.mez.board-directors h5 a,
.mez.curriculum h4 a,
.mez.curriculum h5 a,
.mez.explore-degree .explore-degree__detail .admission-block .l-admission-block h4 a,
.mez.faculty-education h4 a,
.mez.faculty-experience h4 a,
.mez.keynotes .keynotes__lists h4 a,
.mez.league h3 a,
.mez.message h5 a,
.mez.post h2 a,
.mez.recognition h3 a,
.mez.services h3 a {
  color: #333;
}

aside h3 a:hover,
.l-accordion .l-accordion__title a:hover,
.mez.aside-info .l-title--icon a:hover,
.mez.aside-result h3 a:hover,
.mez.department h3 a:hover,
.mez.discover h3 a:hover,
.mez.message h4 a:hover,
.mez.news h3 a:hover,
.mez.person--quote h2 span a:hover,
.mez.schedule.schedule--lg h3 a:hover,
.mez.upcomings h3 a:hover,
.l-admission-block h4 a:hover,
.l-article h4 a:hover,
.mez.board-directors h5 a:hover,
.mez.curriculum h4 a:hover,
.mez.curriculum h5 a:hover,
.mez.explore-degree .explore-degree__detail .admission-block .l-admission-block h4 a:hover,
.mez.faculty-education h4 a:hover,
.mez.faculty-experience h4 a:hover,
.mez.keynotes .keynotes__lists h4 a:hover,
.mez.league h3 a:hover,
.mez.message h5 a:hover,
.mez.post h2 a:hover,
.mez.recognition h3 a:hover,
.mez.services h3 a:hover {
  color: #5BC6E8;
}

aside h3,
.l-accordion .l-accordion__title,
.mez.aside-info .l-title--icon,
.mez.aside-result h3,
.mez.department h3,
.mez.discover h3,
.mez.message h4,
.mez.news h3,
.mez.person--quote h2 span,
.mez.schedule.schedule--lg h3,
.mez.upcomings h3 {
  text-transform: uppercase;
}

.footer h6,
ul.l-roll li h4,
.mez.mediaslider .mediaslider__meta p,
.mez.testimonial h5 {
  color: #333333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.2rem;
  margin-bottom: 1.6666666667rem;
}

@media (max-width: 767px) {

  .footer h6,
  ul.l-roll li h4,
  .mez.mediaslider .mediaslider__meta p,
  .mez.testimonial h5 {
    font-size: 1rem;
  }
}

.footer h6 a,
ul.l-roll li h4 a,
.mez.mediaslider .mediaslider__meta p a,
.mez.testimonial h5 a {
  color: #333;
}

.footer h6 a:hover,
ul.l-roll li h4 a:hover,
.mez.mediaslider .mediaslider__meta p a:hover,
.mez.testimonial h5 a:hover {
  color: #5BC6E8;
}

.footer h6 {
  text-transform: uppercase;
}

.nav-search h2 {
  color: #333333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.3333333333rem;
  margin-bottom: 1.6666666667rem;
}

@media (max-width: 767px) {
  .nav-search h2 {
    font-size: 1.0666666667rem;
  }
}

.nav-search h2 a {
  color: #333;
}

.nav-search h2 a:hover {
  color: #5BC6E8;
}

.l-period .l-period__date .month,
.l-card h4,
.mez.aside-blockquote h5,
.mez.college .l-article li,
.mez.connect h4,
.mez.data-table .data-table__meta ul li strong,
.mez.discover h4,
.mez.founders h3,
.mez.quote h6 {
  color: #333333;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  font-weight: normal;
  /* rtl: bold */
}

@media (max-width: 767px) {

  .l-period .l-period__date .month,
  .l-card h4,
  .mez.aside-blockquote h5,
  .mez.college .l-article li,
  .mez.connect h4,
  .mez.data-table .data-table__meta ul li strong,
  .mez.discover h4,
  .mez.founders h3,
  .mez.quote h6 {
    font-size: 0.8666666667rem;
  }
}

.l-period .l-period__date .month a,
.l-card h4 a,
.mez.aside-blockquote h5 a,
.mez.college .l-article li a,
.mez.connect h4 a,
.mez.data-table .data-table__meta ul li strong a,
.mez.discover h4 a,
.mez.founders h3 a,
.mez.quote h6 a {
  color: #333;
}

.l-period .l-period__date .month a:hover,
.l-card h4 a:hover,
.mez.aside-blockquote h5 a:hover,
.mez.college .l-article li a:hover,
.mez.connect h4 a:hover,
.mez.data-table .data-table__meta ul li strong a:hover,
.mez.discover h4 a:hover,
.mez.founders h3 a:hover,
.mez.quote h6 a:hover {
  color: #5BC6E8;
}

.l-period .l-period__date .month {
  text-transform: uppercase;
}

.mez.aside-nav li a,
.mez.career h4 a,
.mez.connect h5,
.mez.mediaslider .btn-transcript,
.mez.photogallery h3 {
  color: #333333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
}

@media (max-width: 767px) {

  .mez.aside-nav li a,
  .mez.career h4 a,
  .mez.connect h5,
  .mez.mediaslider .btn-transcript,
  .mez.photogallery h3 {
    font-size: 0.8666666667rem;
  }
}

.mez.aside-nav li a a,
.mez.career h4 a a,
.mez.connect h5 a,
.mez.mediaslider .btn-transcript a,
.mez.photogallery h3 a {
  color: #333;
}

.mez.aside-nav li a a:hover,
.mez.career h4 a a:hover,
.mez.connect h5 a:hover,
.mez.mediaslider .btn-transcript a:hover,
.mez.photogallery h3 a:hover {
  color: #5BC6E8;
}

.l-article .l-highlight {
  color: #333333;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.4666666667rem;
}

@media (max-width: 767px) {
  .l-article .l-highlight {
    font-size: 1.1333333333rem;
  }
}

.l-article .l-highlight a {
  color: #333;
}

.l-article .l-highlight a:hover {
  color: #5BC6E8;
}

html.js fieldset.collapsed .fieldset-legend {
  display: none;
}

.view-filters {
  margin-bottom: 40px;
}

.views-exposed-widgets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.expose-form-btn .views-exposed-widgets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.views-exposed-widgets .views-widget-filter-combine {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.views-exposed-widgets .views-submit-button {
  margin-left: 20px;
  padding: 0 !important;
  cursor: pointer;
}

.views-exposed-widgets .views-submit-button:active,
.views-exposed-widgets .views-submit-button:focus,
.views-exposed-widgets .views-submit-button:visited {
  color: #FFF;
}

.views-exposed-widgets .views-submit-button input[type="submit"] {
  position: relative;
  z-index: 4;
}

.generic-exposed-filter .views-exposed-widgets input[type="submit"] {
  display: block;
  padding: 10px 20px;
  background: transparent;
  border: none;
  text-transform: uppercase;
}

.expose-form-btn .views-exposed-form .views-exposed-widget {
  margin-right: 25px;
}

.expose-form-btn .views-exposed-form .views-exposed-widget:last-child {
  margin-right: 0;
}

.expose-form-btn .views-exposed-widgets .views-submit-button,
.expose-form-btn .views-exposed-widgets .views-submit-button:hover {
  border: none;
  margin-left: 0;
  background-color: transparent;
}

.expose-form-btn .views-exposed-widgets .views-submit-button:hover:before,
.expose-form-btn .views-exposed-widgets .views-submit-button:hover:after {
  display: none;
}

.expose-form-btn .generic-exposed-filter .views-exposed-widgets input[type="submit"] {
  border-color: #066cc1;
  background: #066cc1;
}

.expose-form-btn .views-exposed-widgets .views-submit-button .no-label {
  margin-top: 30px;
  border: 1px solid #066cc1;
}

.expose-form-btn .form-type-select {
  position: relative;
}

.expose-form-btn .form-type-select select {
  padding-right: 35px;
}

.expose-form-btn .form-type-select::after {
  border: 10px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(13, 86, 180, 0);
  border-top-color: #0d56b4;
  margin-top: 5px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .expose-form-btn .views-exposed-widgets {
    display: block;
  }

  .expose-form-btn .views-exposed-form .views-exposed-widget {
    margin-bottom: 20px;
  }

  .expose-form-btn .views-exposed-widgets .views-submit-button .no-label {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .expose-form-btn .views-exposed-form .views-exposed-widget {
    width: 19%;
  }

  .expose-form-btn .views-exposed-form .views-exposed-widget:last-child {
    max-width: 110px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .expose-form-btn .views-exposed-form .views-exposed-widget {
    width: 28%;
    margin-bottom: 20px;
  }
}


#user-login,
#user-pass,
#ga-login-2step-form {
  max-width: 550px;
  margin: 50px auto;
  background: #44b5e8;
  padding: 50px;
  color: #fff;
  font-family: "robotoregular";
  /* rtl: tahoma */
}

#user-login .form-item,
#user-pass .form-item,
#ga-login-2step-form .form-item {
  margin-bottom: 30px;
}

#user-login input[type="text"]:-webkit-autofill,
#ga-login-2step-form input[type="text"]:-webkit-autofill {
  background: #FFF;
}

#user-login input[type="submit"],
#ga-login-2step-form input[type="submit"] {
  min-width: 150px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #FFF;
}

#user-login .description,
#ga-login-2step-form .description {
  font-size: 0.8rem;
}

#user-login .form-actions>div,
#ga-login-2step-form .form-actions>div {
  margin-bottom: 30px;
}

ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap;
}

ul.primary li {
  display: inline;
}

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none;
}

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}

.element-invisible {
  display: none;
}

.admin-menu .admin-controls {
  background: #0088CE;
  border-bottom: 5px solid #0088CE;
  border-radius: 3px;
  bottom: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  margin-top: 20px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  z-index: 9999;
  font-size: 0.8235294118em;
  display: block;
}

.admin-menu .admin-controls ul {
  margin: 0;
  padding: 0;
}

.admin-menu .admin-controls li {
  float: left;
}

.admin-menu .admin-controls li a {
  color: #0088CE;
  display: block;
  padding: 11px 15px;
  border: none;
  margin: 0;
}

.admin-menu .admin-controls li.active a {
  background: #0088CE;
  color: #fff;
  cursor: default;
  border: none;
}

.admin-menu .field-collection-view-links,
.admin-menu .action-links-field-collection-add {
  display: block;
}

.admin-menu .field-collection-view-links li,
.admin-menu .action-links-field-collection-add li {
  background: #0088CE;
  float: left;
  margin-right: 2px;
  margin-top: 0 !important;
  text-align: center;
}

.admin-menu .field-collection-view-links li a,
.admin-menu .action-links-field-collection-add li a {
  color: #fff;
  font-size: 0.8235294118em;
  margin-right: 0 !important;
  padding: 5px 10px;
  float: left;
}

.admin-menu .field-collection-view-links li a:hover,
.admin-menu .action-links-field-collection-add li a:hover {
  background: #1e252b;
}

/*?.views-exposed-form .views-exposed-widget {*/
.generic-exposed-filter .views-exposed-widget {
  float: none !important;
  padding: 0 !important;
}

#views-exposed-form-search-results-searchpage .views-exposed-form .views-exposed-widget {
  margin-left: 0;
  min-width: 100px;
  text-align: center;
}

#views-exposed-form-search-results-searchpage .views-exposed-form .views-exposed-widget input {
  width: 100%;
}

@media (min-width: 768px) {
  #views-exposed-form-search-results-searchpage .views-exposed-form .views-exposed-widget {
    min-width: 150px;
  }
}

.wrapper {
  padding-top: 146px;
}

@media (max-width: 992px) {
  .wrapper {
    padding-top: 105px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    padding-top: 55px;
  }
}

.separate-header.wrapper {
  padding-top: 214px;
}

@media (max-width: 992px) {
  .separate-header.wrapper {
    padding-top: 173px;
  }
}

@media (max-width: 767px) {
  .separate-header.wrapper {
    padding-top: 55px;
  }
}

section {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  section {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  section {
    margin-bottom: 20px;
  }
}

section:after {
  content: "";
  display: table;
  clear: both;
}

.mainpage section {
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  .mainpage section {
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .mainpage section {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mainpage section {
    margin-bottom: 20px;
  }
}


.section-gray {
  background-color: #efefef;
}

.l-wrap.section-gray {
  background-color: #efefef;
}

.section-blue-light {
  background-color: #c0e1f5;
}

.l-wrap.section-blue-light {
  background-color: #c0e1f5;
}

.l-wrap.l-wrap.section-blue,
.l-wrap.l-wrap.section-blue {
  background-color: #066CC1;
}

.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue h4,
.section-blue h5,
.section-blue h6,
.section-blue p,
.section-blue strong,
.section-blue .event-list h1,
.section-blue .event-list h2,
.section-blue .event-list h3,
.section-blue .event-list h4,
.section-blue .event-list h5,
.section-blue .event-list h6,
.section-blue .event-list p,
.section-blue .event-list h3 a {
  color: #fff;
}


.l-wrap.l-wrap {
  background: #FFF;
  padding: 100px 0;
  margin: 0;
}

.m-wrap.m-wrap {
  background: #FFF;
  padding: 60px 0;
  margin: 0;
}

.s-wrap.s-wrap {
  background: #FFF;
  padding: 40px 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .l-wrap.l-wrap {
    padding: 60px 0;
  }
}

@media (max-width: 992px) {
  .l-wrap.l-wrap {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .l-wrap.l-wrap {
    padding: 20px 0;
  }
}

.l-wrap.l-wrap section:last-child {
  margin-bottom: 0;
}

section.l-nomargin+section.l-bg-white {
  margin-top: 60px;
}

@media (max-width: 992px) {
  section.l-nomargin+section.l-bg-white {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  section.l-nomargin+section.l-bg-white {
    margin-top: 20px;
  }
}

.mainpage section.l-nomargin+section.l-bg-white {
  margin-top: 100px;
}

@media (max-width: 1200px) {
  .mainpage section.l-nomargin+section.l-bg-white {
    margin-top: 60px;
  }
}

@media (max-width: 992px) {
  .mainpage section.l-nomargin+section.l-bg-white {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .mainpage section.l-nomargin+section.l-bg-white {
    margin-top: 20px;
  }
}

.section-wrap.section-wrap {
  background: #FFF;
}

.section-footer.section-footer {
  margin-bottom: 0;
}

.l-content section:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .l-content section:last-child {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .l-content section:last-child {
    margin-bottom: 20px;
  }
}

.l-content>[class*='triangle-'] {
  top: -123px;
}

.section-glance {
  background: #efefef;
}

.section-glance .triangle--xs {
  top: -63px;
  display: none;
}

@media (max-width: 1200px) {
  .section-glance .triangle--xs {
    top: -63px;
  }
}

.l-section.l-wrap .triangle--xs {
  top: -63px;
}

@media (max-width: 1200px) {
  .l-section.l-wrap .triangle--xs {
    top: -63px;
  }
}

.section-person.section-person [class*='triangle--'] {
  right: -6%;
}

@media (max-width: 1439px) {
  .section-person.section-person [class*='triangle--'] {
    right: -6.5%;
  }
}

.has-mar {
  margin-bottom: 75px;
  clear: both;
}

@media (max-width: 992px) {
  .has-mar {
    margin-bottom: 20px;
  }
}

.row-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .row-eq-height {
    display: block;
  }
}

.row-eq-height>[class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 992px) {
  .row-eq-height>[class*='col-'] {
    display: block;
  }
}

.safari .row-eq-height>[class*='col-'] {
  display: block;
}

.ie .row-eq-height>[class*='col-'] {
  display: block;
}

@media (max-width: 992px) {
  .row-eq-height {
    display: block;
  }
}

.safari .row-eq-height {
  display: block;
}

.ie10 .row-eq-height>p {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

aside {
  background: #f4f3f3;
  position: relative;
}

@media (max-width: 992px) {
  aside {
    margin-bottom: 20px;
  }
}

aside h3 {
  position: relative;
  margin-bottom: 35px;
  line-height: 1.4rem;
}

@media (max-width: 992px) {
  aside h3 {
    margin-bottom: 20px;
  }
}

aside .l-btn,
aside .views-exposed-widgets .views-submit-button,
.views-exposed-widgets aside .views-submit-button {
  width: 100%;
}

@media (max-width: 992px) {

  aside .l-btn,
  aside .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets aside .views-submit-button {
    width: 250px;
    height: auto;
  }
}

@media (max-width: 540px) {

  aside .l-btn,
  aside .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets aside .views-submit-button {
    /*width: 80%;*/
    width: 100%;
  }

}

aside .l-btn+.l-btn,
aside .views-exposed-widgets .views-submit-button+.l-btn,
.views-exposed-widgets aside .views-submit-button+.l-btn,
aside .views-exposed-widgets .l-btn+.views-submit-button,
.views-exposed-widgets aside .l-btn+.views-submit-button,
aside .views-exposed-widgets .views-submit-button+.views-submit-button,
.views-exposed-widgets aside .views-submit-button+.views-submit-button {
  margin-top: 20px;
  margin-left: 0;
  display: table;
}

aside.aside--md {
  background: #e7f4fd;
}

@media (max-width: 992px) {
  aside.aside--md {
    margin-top: 0;
  }
}

aside h6 {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 1.0666666667rem;
  margin-bottom: 14px;
}

.aside--md .l-btn-aside {
  display: none;
}

.content-btm {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .content-btm {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .content-btm {
    margin-top: 0;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.8);
}

.preloader:before,
.preloader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 51px;
  height: 51px;
}

.preloader:before {
  background: url(../images/preloader.gif) no-repeat left top;
  z-index: 2;
}

.preloader:after {
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  border: 4px solid rgba(255, 255, 255, 0.2);
}

.loaded .preloader {
  opacity: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: -1;
}

.loading {
  background: url(../images/preloader.gif) no-repeat left top;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 51px;
  height: 51px;
  font-size: 0;
}

.mix {
  display: none;
}

.triangle,
.triangle--xxs,
.triangle--xs,
.triangle--sm,
.triangle--md,
.triangle--lg,
.triangle--xl {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #0088CE;
  z-index: 2;
  position: absolute;
  left: 0;
  /*display: block;*/
  display: none;
}

@media (max-width: 1200px) {

  .triangle,
  .triangle--xxs,
  .triangle--xs,
  .triangle--sm,
  .triangle--md,
  .triangle--lg,
  .triangle--xl {
    display: none;
  }
}

.triangle.t-right,
.t-right.triangle--xxs,
.t-right.triangle--xs,
.t-right.triangle--sm,
.t-right.triangle--md,
.t-right.triangle--lg,
.t-right.triangle--xl {
  left: auto;
  right: 0;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.triangle.t-center,
.t-center.triangle--xxs,
.t-center.triangle--xs,
.t-center.triangle--sm,
.t-center.triangle--md,
.t-center.triangle--lg,
.t-center.triangle--xl {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.triangle.t-one,
.t-one.triangle--xxs,
.t-one.triangle--xs,
.t-one.triangle--sm,
.t-one.triangle--md,
.t-one.triangle--lg,
.t-one.triangle--xl {
  border-color: transparent transparent transparent #0083d3;
}

.triangle.t-two,
.t-two.triangle--xxs,
.t-two.triangle--xs,
.t-two.triangle--sm,
.t-two.triangle--md,
.t-two.triangle--lg,
.t-two.triangle--xl {
  border-color: transparent transparent transparent #28a6de;
}

.triangle--xxs {
  border-width: 49px 0 49px 53px;
  top: -49px;
}

.triangle--xs {
  border-width: 63px 0 63px 68px;
  top: -31px;
  left: 0;
}

@media (max-width: 1200px) {
  .triangle--xs {
    border-width: 63px 0 63px 68px;
    top: -31px;
  }
}

@media (max-width: 1599px) {
  .triangle--xs {
    left: -30px;
  }
}

@media (max-width: 1440px) {
  .triangle--xs {
    left: -40px;
  }
}

.triangle--sm {
  border-width: 81px 0 81px 87px;
  top: -81px;
}

@media (max-width: 1200px) {
  .triangle--sm {
    border-width: 63px 0 63px 68px;
    top: -63px;
  }
}

.triangle--md {
  border-width: 125px 0 125px 135px;
  top: -125px;
}

@media (max-width: 1440px) {
  .triangle--md {
    border-width: 115px 0 115px 125px;
    top: -115px;
  }
}

@media (max-width: 1200px) {
  .triangle--md {
    border-width: 63px 0 63px 68px;
    top: -63px;
  }
}

.triangle--lg {
  border-width: 120px 0 120px 130px;
  top: -120px;
  display: none;
}

@media (max-width: 1200px) {
  .triangle--lg {
    border-width: 63px 0 63px 68px;
    top: -63px;
  }
}

.triangle--xl {
  border-width: 165px 0 165px 177px;
  top: -165px;
}

@media (max-width: 1440px) {
  .triangle--xl {
    border-width: 145px 0 145px 157px;
    top: -145px;
  }
}

@media (max-width: 1200px) {
  .triangle--xl {
    border-width: 63px 0 63px 68px;
    top: -63px;
  }
}

.safari .l-content>.container>.row-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .safari .l-content>.container>.row-eq-height {
    display: block;
  }
}

.safari .l-content>.container>.row-eq-height>[class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

@media (max-width: 992px) {
  .safari .l-content>.container>.row-eq-height>[class*='col-'] {
    display: block;
  }
}

bdo {
  direction: ltr;
  /* rtl: ltr */
}

.message-popup {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.message-popup .message-popup__content {
  background: #5BC6E8;
  padding: 40px;
  margin: 0 40px;
}

@media (max-width: 767px) {
  .message-popup .message-popup__content {
    margin: 0 20px;
    padding: 20px;
  }
}

.message-popup p {
  margin: 0;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 1.6666666667rem;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  /* rtl: 0px */
}

@media (max-width: 767px) {
  .message-popup p {
    font-size: 1.2rem;
  }
}

.l-btn,
.views-exposed-widgets .views-submit-button {
  position: relative;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 0.9333333333rem;
  letter-spacing: 2px;
  /* rtl: 0px */
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.8s;
}

.l-btn.l-btn-link {
  background: transparent;
  border: none;
}

.l-btn.l-btn-link:hover {
  border: none;
}

.l-btn.l-btn-link:before,
.l-btn.l-btn-link:after,
.l-btn.l-btn-link:hover:before,
.l-btn.l-btn-link:hover:after {
  display: none;
}

.l-btn.disabled {
  opacity: .65;
  pointer-events: none;
}

@media (max-width: 992px) {

  .l-btn,
  .views-exposed-widgets .views-submit-button {
    padding: 8px 15px;
  }
}

@media (max-width: 767px) {

  .l-btn,
  .views-exposed-widgets .views-submit-button {
    padding: 5px 15px;
  }
}

.l-btn:before,
.views-exposed-widgets .views-submit-button:before,
.l-btn:after,
.views-exposed-widgets .views-submit-button:after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.8s;
  box-sizing: border-box;
}

.l-btn:before,
.views-exposed-widgets .views-submit-button:before {
  border-bottom: 1px solid #5BC6E8;
  border-left: 1px solid #5BC6E8;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.l-btn:after,
.views-exposed-widgets .views-submit-button:after {
  border-top: 1px solid #5BC6E8;
  border-right: 1px solid #5BC6E8;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.l-btn:hover,
.views-exposed-widgets .views-submit-button:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  color: #5BC6E8;
  background: rgba(255, 255, 255, 0);
}

.l-btn:hover:before,
.views-exposed-widgets .views-submit-button:hover:before,
.l-btn:hover:after,
.views-exposed-widgets .views-submit-button:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.l-btn:focus,
.views-exposed-widgets .views-submit-button:focus {
  color: #5BC6E8;
}

.l-btn+.l-btn,
.views-exposed-widgets .views-submit-button+.l-btn,
.views-exposed-widgets .l-btn+.views-submit-button,
.views-exposed-widgets .views-submit-button+.views-submit-button {
  margin-left: 32px;
}

@media (max-width: 540px) {

  .l-btn+.l-btn,
  .views-exposed-widgets .views-submit-button+.l-btn,
  .views-exposed-widgets .l-btn+.views-submit-button,
  .views-exposed-widgets .views-submit-button+.views-submit-button {
    margin: 0;
  }
}

.l-btn-play {
  background-color: #093c7e;
  background-image: url("../images/icons-svg/icon-play.svg");
  background-repeat: no-repeat;
  background-size: 22px 31px;
  background-position: 26px 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 74px;
  width: 74px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media (max-width: 992px) {
  .l-btn-play {
    background-size: 18px 14px;
    background-position: 10px 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 38px;
    width: 38px;
  }
}

.l-btn-play:hover {
  background-color: #5BC6E8;
}

.l-btn-share {
  position: absolute;
  right: 0px;
  top: 10px;
  color: #fff;
  font-family: "robotoregular";
  /* rtl: tahoma */
  padding-left: 28px;
}

.l-btn-share .l-icon {
  fill: #fff;
  margin-right: 10px;
}

.l-btn-share:hover {
  color: #5BC6E8;
}

.l-btn.has-icon .l-icon,
.views-exposed-widgets .has-icon.views-submit-button .l-icon {
  overflow: hidden;
}

.l-btn--icon {
  color: #093c7e;
  margin-top: 15px;
  text-transform: capitalize;
  font-family: "robotomedium";
  /* rtl: tahoma */
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .l-btn--icon {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}

.l-btn--icon .l-icon {
  padding-right: 15px;
  margin-top: -3px;
}

.l-btn--icon:hover {
  color: #5BC6E8;
}

.l-btn--secondary {
  border-color: #0088CE;
  color: #0088CE;
}

.l-btn--tertiary,
.views-exposed-widgets .views-submit-button {
  border-color: #0088CE;
  background: #0088CE;
}

.l-btn--tertiary:focus,
.views-exposed-widgets .views-submit-button:focus {
  color: #5BC6E8;
}

.l-btn--darkblue:focus {
  color: #1e1656;
}

.l-btn--darkblue {
  border-color: #1e1656;
  background: #1e1656;
}

.l-btn--lg.l-btn--lg {
  height: 74px;
  display: table;
}

@media (max-width: 767px) {
  .l-btn--lg.l-btn--lg {
    height: auto;
  }

  aside .l-btn--lg.l-btn--lg {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-btn--lg.l-btn--lg span {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 992px) {
  aside .l-btn--lg.l-btn--lg {
    max-width: 250px;
  }

  aside .media-sidebar .l-btn--lg.l-btn--lg {
    margin-left: 0;
  }
}

@media (max-width: 540px) {
  aside .l-btn--lg.l-btn--lg {
    width: 100%;
  }
}

input[type="submit"].l-btn:hover,
.views-exposed-widgets input[type="submit"].views-submit-button:hover {
  border: 1px solid #5BC6E8;

}

.l-load.l-load {
  margin: 0 auto;
  display: block;
  width: 200px;
  padding: 15px;
}

.l-circle-sm,
.l-circle-lg,
.l-circle-md {
  overflow: hidden;
  border-radius: 50%;
  display: block;
  text-indent: -999px;
  border: none;
}

.l-circle-sm {
  background: #53646c;
  width: 40px;
  height: 40px;
}

.l-circle-lg {
  background: #FFF;
  width: 85px;
  height: 85px;
}

@media (max-width: 992px) {
  .l-circle-lg {
    width: 55px;
    height: 55px;
  }
}

.l-circle-md {
  width: 55px;
  height: 55px;
}

.l-circle-md--fb {
  background: #39579a;
}

.l-circle-md--ig {
  background: #e04e59;
}

.l-circle-md--tw {
  background: #00abf0;
}

.l-link {
  color: #093C7E;
}

.l-link i.l-icon {
  margin-right: 11px;
  position: relative;
  top: -3px;
}

.l-link--back {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.l-link--back:before {
  content: "";
  background: url(../images/icons-svg/icon-arw-down.svg) no-repeat;
  width: 12px;
  height: 10px;
  display: inline-block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 6px;
}

.l-link--back:hover {
  color: #333;
}

.l-collapse {
  text-transform: uppercase;
  position: relative;
  color: #0d6dc9;
  padding: 0 22px 0 0;
  display: inline-block;
  font-size: 12px;
}

.l-collapse:after,
.l-collapse:before {
  background: #0d6dc9;
  content: "";
  height: 2px;
  right: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

.l-collapse:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-collapse.active:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.l-collapse.in:after {
  opacity: 0;
}

.l-btn-aside {
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-color: #0088CE;
  background: #0088CE;
  display: inline-block;
  z-index: 4;
  position: relative;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  /* rtl: translateY(-50%) rotate(180deg) */
  z-index: 999;
  font-size: 0;
  width: 64px;
  height: 64px;
  border: none;
  border: 5px solid #fff;
  border-radius: 100%;
  transition: all 0.3s;
  background: white;
}

@media (max-width: 1200px) {
  .slick-slider .slick-arrow {
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 992px) {
  .slick-slider .slick-arrow {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
  }
}

.slick-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.5;
}

.slick-slider .slick-arrow:after,
.slick-slider .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: all 0.3s;
}

.slick-slider .slick-arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.slick-slider .slick-arrow:before {
  background: url(../images/icons-svg/icon-arw-direction.svg) no-repeat left center;
  content: "";
  width: 23px;
  height: 19px;
  z-index: 1;
}

@media (max-width: 767px) {
  .slick-slider .slick-arrow:before {
    width: 15px;
  }
}

.slick-slider .slick-arrow:hover {
  background: rgba(35, 148, 214, 0.5);
}

.slick-slider .slick-arrow:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

.slick-slider .slick-prev {
  left: 0;
  -webkit-transform: translate(0%, -50%) rotate(-180deg);
  transform: translate(0%, -50%) rotate(-180deg);
  /* rtl: translate(0%, -50%) rotate(0deg) */
}

.slick-slider .slick-next {
  right: 0;
}

.slick-slider.slick-slider--blue .slick-arrow {
  background: #0088CE;
  border-color: #0088CE;
}

.slick-slider.slick-slider--blue .slick-arrow:before {
  background-image: url(../images/icons-svg/icon-arw-direction.svg);
}

.slick-slider.slick-slider--blue .slick-arrow:after {
  background: #0088CE;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes border {
  from {
    border: 2px solid rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
  }

  to {
    border: 6px solid rgba(255, 255, 255, 0.1);
  }
}

@keyframes border {
  from {
    border: 2px solid rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
  }

  to {
    border: 6px solid rgba(255, 255, 255, 0.1);
  }
}

.mez.header {
  width: 100%;
  background: #FFF;
  z-index: 1000;
  clear: both;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  max-height: 148px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 992px) {
  .mez.header {
    max-height: 105px;
  }
}

@media (max-width: 767px) {
  .mez.header {
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  }
}

.mez.header.sticky {
  min-height: 0;
  max-height: 125px;
  box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-56px);
  transform: translateY(-56px);
  top: 0;
  left: 0;
}

.mez.header.sticky:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  display: none;
}

@media (max-width: 992px) {
  .mez.header.sticky {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    min-height: 0;
    max-height: 105px;
  }
}

@media (max-width: 767px) {
  .mez.header.sticky {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    min-height: 0;
    max-height: inherit;
  }
}

@media (max-width: 767px) {
  .mez.header {
    min-height: 0;
    max-height: 58px;
  }
}

.mez.header .header__wrap {
  position: relative;
}

@media (max-width: 767px) {
  .mez.header .header__wrap {
    min-height: 58px;
  }
}

.mez.header .header__wrap .container {
  position: relative;
}

.mez.header ol li {
  list-style: decimal;
}

.mez.header .nav-sub {
  position: relative;
}

.mez.header .header__top {
  /* background: #0088CE; */
  background: #066cc1;
  height: 56px;
}


@media (max-width: 992px) {
  .mez.header .header__top {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .mez.header .header__top {
    height: 100vh;
    background: transparent;
    padding-bottom: 60px;
  }

  .mez.header .header__top .container {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
  }
}

.mez.header .searchbox {
  float: right;
  height: 53px;
  padding: 3px 0 0 28px;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 1200px) {
  .mez.header .searchbox {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .mez.header .searchbox {
    width: 150px;
    height: 37px;
    padding-top: 2px;
  }
}

@media (max-width: 767px) {
  .mez.header .searchbox {
    padding-top: 0px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

.mez.header .searchbox.searchbox-open .searchbox-input {
  width: 215px;
  background-color: #fff;
  font-size: 0.8666666667rem;
  opacity: 1;
}

.ie10 .mez.header .searchbox.searchbox-open .searchbox-input {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mez.header .searchbox.searchbox-open .searchbox-input::-ms-clear {
  display: none;
}

@media (max-width: 1200px) {
  .mez.header .searchbox.searchbox-open .searchbox-input {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .mez.header .searchbox.searchbox-open .searchbox-input {
    width: 150px;
  }
}

.ie10 .mez.header .searchbox.searchbox-open .searchbox__btn {
  background-color: #FFF;
}

.mez.header .searchbox .searchbox-input {
  font-size: 0;
  background: transparent;
  position: absolute;
  right: 0px;
  width: 1px;
  color: #333;
  border: 1px solid transparent;
  bottom: 5%;
  top: 5%;
  height: 50px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.43, -0.1, 0.6, 1.05), background 1s, border-color 0.7s;
  padding: 0 35px 0 15px;
}

.ie10 .mez.header .searchbox .searchbox-input {
  right: 30px;
  padding: 0 0 0 15px;
}

@media (max-width: 767px) {
  .ie10 .mez.header .searchbox .searchbox-input {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .mez.header .searchbox .searchbox-input {
    width: 200px;
    background-color: #fff;
    font-size: 0.8666666667rem;
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .mez.header .searchbox .searchbox-input {
    width: 150px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .mez.header .searchbox .searchbox-input {
    right: 0;
    width: 100%;
    border-color: #e2e2e2;
    background: #fff;
  }
}

.mez.header .searchbox .searchbox__btn {
  position: relative;
  top: 0px;
  height: 100%;
  width: 30px;
  float: right;
  transition: all 0.6s cubic-bezier(0.43, -0.1, 0.6, 1.05), background 1s;
}

@media (max-width: 767px) {
  .mez.header .searchbox .searchbox__btn {
    right: 0px;
  }
}

.mez.header .searchbox .searchbox-submit,
.mez.header .searchbox .searchbox-icon {
  background: url(../images/icons-svg/icon-search.svg) no-repeat left top;
  width: 17px;
  height: 17px;
  border: none;
  position: absolute;
  left: 50%;
  /* rtl:ignore*/
  top: 50%;
  font-size: 0;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  /* rtl: translate(-50%,-50%) rotate(90deg) */
}

@media (max-width: 767px) {

  .mez.header .searchbox .searchbox-submit,
  .mez.header .searchbox .searchbox-icon {
    border-radius: 50%;
    background-size: 15px;
    width: 35px;
    height: 35px;
    background-position: center;
  }
}

.mez.header .searchbox .searchbox-icon {
  z-index: 2;
  cursor: pointer;
}

.mez.header .btn-apply {
  float: right;
  background: #107eca;
  padding: 16px 30px;
  height: 56px;
  transition: all 0.50s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .mez.header .btn-apply {
    height: 40px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .mez.header .btn-apply {
    float: none;
    clear: both;
    margin-bottom: 10px;
  }
}

.mez.header .btn-apply:hover {
  background: #5BC6E8;
}

.mez.header .btn-apply i {
  margin-right: 10px;
}

.mez.header .btn-apply span {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #FFF;
}

@media (max-width: 767px) {
  .mez.header .btn-apply span {
    font-size: 1rem;
  }
}

.mez.header ul {
  padding: 0;
  margin: 0;
}

.mez.header ul li {
  list-style: none;
  display: inline-block;
}

.mez.header .nav-global {
  float: right;
  height: 56px;
  padding: 16px 30px;
  transition: all 0.50s ease;
}

@media (max-width: 992px) {
  .mez.header .nav-global {
    height: 40px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .mez.header .nav-global {
    float: none;
    padding: 5px 10px;
    height: auto;
    margin-bottom: 10px;
  }
}

.mez.header .nav-global li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .mez.header .nav-global li {
    margin-left: 0;
    display: inline-block;
    float: none;
    text-align: left;
    padding-right: 10px;
    margin-right: 8px;
    border-right: 1px solid #f2f2f2;
  }

  .mez.header .nav-global li:last-child {
    border-right: 0;
  }
}

.mez.header .nav-global li:first-child {
  margin-left: 0;
}

.mez.header .nav-global a {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #8AD1F0;
}

.mez.header .nav-global a:nth-child(2) {
  font-size: 1rem;
}

@media (max-width: 767px) {
  .mez.header .nav-global a {
    color: #FFF;
  }
}

.mez.header .nav-global a:hover {
  color: #FFF;
}

.mez.header .nav-global .lang-switcher li {
  display: block;
  margin: 0;
}

.mez.header .nav-global .lang-switcher li.active {
  display: none;
}

/*HBKU Icon start here*/
.hbku_site {
  position: relative;
  transition: all 0.3s;
  display: none;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}

.mez.header.header-transprent .nav-login .hbku_site {
  display: inline-block;
}

.hbku_site+ul {
  float: left;
}

.hbku_site:hover {
  transition: all 0.3s;
}

.hbku_site img {
  max-width: 26px;
}

.hbku_site span {
  position: absolute;
  left: 35px;
  top: -100px;
  transition: all 0.3s;
  opacity: 0;
  min-width: 150px;
}

.hbku_site:hover span {
  top: 4px;
  transition: all 0.3s;
  opacity: 1;

}

.hbku_site:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px #066cc1;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hbku_site:after {
  -webkit-animation: sonarEffect 10s ease-in-out infinite;
  -moz-animation: sonarEffect 10s ease-in-out infinite;
  animation: sonarEffect 10s ease-in-out infinite;
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
}


@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #066cc1, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  60% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 8px 8px #066cc1, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.4);
    opacity: 0;
  }

  61% {
    opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #066cc1, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  60% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 8px 8px #066cc1, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.4);
    opacity: 0;
  }

  61% {
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #066cc1, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  60% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 8px 8px #066cc1, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.4);
    opacity: 0;
  }

  61% {
    opacity: 0;
  }
}

/*HBKU Icon start end*/



.mez.header .nav-login {
  float: right;
  height: 56px;
  padding: 16px 30px;
  position: relative;
  transition: all 0.50s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (max-width: 992px) {
  .mez.header .nav-login {
    height: 40px;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .mez.header .nav-login {
    padding: 0;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    height: auto;
  }
}

.mez.header .nav-login:before {
  content: "";
  height: 13px;
  width: 1px;
  background: #449ad9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .mez.header .nav-login:before {
    display: none;
  }
}

.mez.header .nav-login li {
  padding-left: 18px;
}

@media (max-width: 767px) {
  .mez.header .nav-login ul {
    width: 100%;
  }

  .mez.header .nav-login li {
    float: none;
    display: block;
    padding-left: 0;
    width: 50%;
    float: left;
  }

  .mez.header .nav-login li a {
    display: block;
    padding: 6px 5px;
    background: #f2f2f2;
    text-align: center;
    margin: 1px;
    color: #333;
  }
}

.mez.header .nav-login li:first-child {
  padding-left: 0;
}

.mez.header .nav-login a {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #8ad1f0;
}

.mez.header .nav-login a:hover {
  color: #FFF;
}

@media (max-width: 767px) {
  .mez.header .nav-login a:hover {
    color: #19387d;
  }

  .mez.header .nav-login a {
    font-size: 1rem;
  }
}

.mez.header .logo {
  position: absolute;
  left: 0;
  top: 56px;
  margin: 0;
  transition: all 0.50s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: 2;
  height: 93px;
  padding: 12px 0;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .mez.header .logo {
    height: 65px;
    padding: 10px 0;
    top: 40px;
  }
}

@media (max-width: 767px) {
  .mez.header .logo {
    height: 58px;
    position: static;
    float: left;
  }
}

.mez.header .logo.college-logo {
  padding: 15px 0;
}

@media (max-width: 767px) {
  .mez.header .logo.college-logo {
    padding: 6px 0;
  }
}

.sticky .mez.header .logo.college-logo {
  padding: 8px 0;
}

@media (max-width: 767px) {
  .sticky .mez.header .logo.college-logo {
    padding: 6px 0;
  }
}

.sticky .mez.header .logo {
  height: 65px;
  padding: 8px 0;
}

.mez.header .logo a {
  height: 100%;
  width: auto;
}

.mez.header .logo img {
  height: 100%;
  margin-right: 15px;
  transition: all 0.50s ease;
}

@media (max-width: 767px) {
  .mez.header .logo img {
    margin-right: 5px;
  }
}

.mez.header .logo span {
  width: 145px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 15px;
  font-size: 14px;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  text-transform: uppercase;
  line-height: 17px;
  color: #262626;
  margin: 0;
  margin-top: -3px;
  z-index: 1;
  transition: all 0.50s ease;
}

@media (max-width: 992px) {
  .mez.header .logo span {
    line-height: 12px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .mez.header .logo span {
    display: none;
  }
}

.mez.header .nav-main {
  clear: both;
  text-align: right;
  position: relative;
  transition: all 0.3s;
  height: 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s;
}

.sticky .mez.header .nav-main {
  height: 69px;
}

@media (max-width: 992px) {
  .sticky .mez.header .nav-main {
    height: 64px;
  }
}

@media (max-width: 992px) {
  .mez.header .nav-main {
    height: 64px;
  }
}

@media (max-width: 767px) {
  .mez.header .nav-main {
    height: auto;
    top: 0;
    text-align: left;
    float: none;
    display: block;
  }
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul {
    margin-bottom: 30px;
  }
}

.mez.header .nav-main>ul>li {
  padding-left: 32px;
  position: relative;
}

@media (max-width: 1200px) {
  .mez.header .nav-main>ul>li {
    padding-left: 20px;
  }
}

@media (max-width: 1200px) {
  [dir='rtl'] .mez.header .nav-main>ul>li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  [dir='rtl'] .mez.header .nav-main>ul>li {
    padding: 0px;
  }
}

@media (max-width: 992px) {
  .mez.header .nav-main>ul>li {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li {
    width: 100%;
    padding: 0px;
    border-top: 1px solid #3d4d5d;
  }
}

.mez.header .nav-main>ul>li:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li:first-child {
    padding: 0px;
    border: none;
  }
}

.mez.header .nav-main>ul>li.home .nav-link {
  display: none !important;
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li.home .nav-link {
    display: none !important;
  }
}

.mez.header .nav-main>ul>li.home .l-icon {
  width: 22px;
  height: 22px;
  position: relative;
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li.home .l-icon {
    width: 20px;
    height: 20px;
  }
}

.mez.header .nav-main>ul>li.home .l-icon .st0 {
  opacity: 1;
  fill: #0088CE;
}

.mez.header .nav-main>ul>li.home a:hover .cls-1 {
  fill: #333;
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li.home a:hover .cls-1 {
    fill: #fff;
  }
}

.mez.header .nav-main>ul>li.home a:hover .cls-2 {
  stroke: #333;
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li.home a:hover .cls-2 {
    stroke: #fff;
  }
}

.mez.header .nav-main>ul>li.last {
  padding-right: 0;
}

.mez.header .nav-main>ul>li>a {
  font-size: 1.3333333333rem;
  color: #0088CE;
  font-family: "robotomedium";
  /* rtl: tahoma */
  padding-bottom: 34px;
  /* rtl: 35px */
  position: relative;
  direction: ltr;
}

@media (max-width: 1200px) {
  .mez.header .nav-main>ul>li>a {
    font-size: 1.3333333333rem;
    padding-bottom: 35px;
    /* rtl: 36px */
  }
}

@media (max-width: 992px) {
  .mez.header .nav-main>ul>li>a {
    font-size: 1.0666666667rem;
    padding-bottom: 22px;
    /* rtl: 25px */
  }
}

.sticky .mez.header .nav-main>ul>li>a {
  padding-bottom: 17px;
  /* rtl: 18px */
}

@media (max-width: 1200px) {
  .sticky .mez.header .nav-main>ul>li>a {
    padding-bottom: 19px;
    /* rtl: 20px */
  }
}

@media (max-width: 992px) {
  .sticky .mez.header .nav-main>ul>li>a {
    padding-bottom: 23px;
    /* rtl: 25px */
  }
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li>a {
    font-size: 1.2rem;
    padding: 8px 0px 10px 0;
    display: block;
    color: #FFF;
    width: calc(100% - 35px);
    height: 34px;
  }

  [dir='rtl'] .mez.header .nav-main>ul>li>a {
    float: right;
    /*rtl:ignore*/
  }
}

.mez.header .nav-main>ul>li>a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width .5s ease, background-color .5s ease;
}

.mez.header .nav-main>ul>li>a:hover:before {
  width: 100%;
  background: #0088CE;
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li>a:hover:before {
    width: 0;
    background: none;
  }
}

.mez.header .nav-main>ul>li.active-trail a:before {
  width: 100%;
  background: #0088CE;
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li.active-trail a:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li.active-trail a {
    color: #5BC6E8;
  }
}

.mez.header .nav-main>ul>li .nav-link {
  font-size: 0;
  width: 40px;
  /* rtl: 30px */
  height: 25px;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 10;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  display: none;
}

.mez.header .nav-main>ul>li .nav-link:before {
  background: url(../images/icons-svg/icon-arw-down.svg) no-repeat left top #fff;
  background-size: cover;
  content: "";
  position: absolute;
  width: 17px;
  height: 11px;
  display: block;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  left: 50%;
  top: 50%;
}

.tablet .mez.header .nav-main>ul>li .nav-link {
  display: inline-block;
  position: relative;
  right: 0;
  vertical-align: bottom;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .tablet .mez.header .nav-main>ul>li .nav-link {
    display: block;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tablet .mez.header .nav-main>ul>li .nav-link:before {
    width: 14px;
    height: 8px;
  }
}

.ipad .mez.header .nav-main>ul>li .nav-link {
  display: inline-block;
  position: relative;
  right: 0;
  vertical-align: bottom;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .ipad .mez.header .nav-main>ul>li .nav-link {
    display: block;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .ipad .mez.header .nav-main>ul>li .nav-link:before {
    width: 14px;
    height: 8px;
  }
}

.android.pc .mez.header .nav-main>ul>li .nav-link {
  display: inline-block;
  position: relative;
  right: 0;
  vertical-align: bottom;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .android.pc .mez.header .nav-main>ul>li .nav-link {
    display: block;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .android.pc .mez.header .nav-main>ul>li .nav-link:before {
    width: 14px;
    height: 8px;
  }
}

.android.tabletwide .mez.header .nav-main>ul>li .nav-link {
  display: inline-block;
  position: relative;
  right: 0;
  vertical-align: bottom;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .android.tabletwide .mez.header .nav-main>ul>li .nav-link {
    display: block;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .android.tabletwide .mez.header .nav-main>ul>li .nav-link:before {
    width: 14px;
    height: 8px;
  }
}

@media (max-width: 767px) {
  .mez.header .nav-main>ul>li .nav-link {
    display: block;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mez.header .nav-main>ul>li .nav-link:before {
    width: 14px;
    height: 8px;
  }
}

.mez.header .header__nav {
  height: 56px;
  transition: all 0.3s;
}

.mez.header .header__nav.collapse {
  display: block;
}

@media (max-width: 767px) {
  .mez.header .header__nav {
    background: #1E1656;
    position: fixed;
    height: 100vh !important;
    width: calc(100% - 70px);
    left: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    margin-left: 70px;
    padding: 20px 0;
    overflow: hidden;
    overflow-y: scroll;
  }

  .mez.header .header__nav:before {
    content: "";
    width: 6px;
    height: 100vh;
    position: fixed;
    left: -7px;
    top: 0;
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.39);
    z-index: 1;
  }
}

.android.pc .mez.header .header__dropdown.is-active {
  height: calc(100vh - 250px) !important;
  overflow-y: scroll;
}

.android.pc .mez.header .header__dropdown.is-active .mez.header-block {
  padding: 40px 0;
}

.mez.header .header__dropdown {
  background: #f5f4f3;
  clear: both;
  overflow: hidden;
  height: 0;
  transition: height 1s;
  margin-top: 92px;
  position: relative;
}

.sticky .mez.header .header__dropdown {
  margin-top: 65px;
}

@media (max-width: 992px) {
  .sticky .mez.header .header__dropdown {
    margin-top: 49px;
  }
}

@media (max-width: 992px) {
  .mez.header .header__dropdown {
    margin-top: 49px;
  }
}

@media (max-width: 767px) {
  .mez.header .header__dropdown {
    position: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
    right: 70px;
    top: 0;
    -webkit-transform: translateX(210%);
    transform: translateX(210%);
    display: block;
    height: 100vh !important;
    overflow: hidden;
    transition: all 1s ease;
    z-index: 12;
    padding-bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .mez.header .header__dropdown.is-active {
    height: calc(100vh - 300px) !important;
  }
}

@media (max-width: 767px) {
  .mez.header .header__dropdown.is-active {
    height: 100vh !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.mez.header .header__dropdown .btn-close {
  width: 0px;
  height: 0px;
  background: url(../images/icons-svg/icon-close.svg) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  z-index: 2;
  border: 4px solid #f5f4f3;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (max-width: 767px) {
  .mez.header .header__dropdown .btn-close {
    width: 25px;
    height: 25px;
  }
}

.mez.header .burger,
.mez.header .burger--two {
  display: none;
  width: 34px;
  height: 34px;
  padding: 10px;
  margin-left: 10px;
  cursor: pointer;
  float: right;
  border: 1px solid rgba(231, 231, 231, 0.2);
  border-radius: 50%;
  z-index: 12;
  position: absolute;
  right: 20px;
  top: 11px;
  background: #5BC6E8;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (max-width: 767px) {

  .mez.header .burger,
  .mez.header .burger--two {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mez.header .burger .icon-bar,
.mez.header .burger--two .icon-bar {
  background: #FFF;
  height: 1px;
  width: 12px;
  display: block;
}

.mez.header .burger .icon-bar+.icon-bar,
.mez.header .burger--two .icon-bar+.icon-bar {
  margin-top: 3px;
}

.mez.header .burger--two {
  background: #333;
  border: 1px solid #333;
  right: 70px;
}

.nav-menu .mez.header .burger--two {
  right: 20px;
  z-index: 12;
}


.mez.header .header__menu {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute;
  bottom: -68px;
}

.mez.header .header__menu.collapse {
  display: block;
}

@media (max-width: 767px) {
  .mez.header .header__menu.collapse {
    display: none;
  }

  .mez.header .header__menu.collapse.in {
    display: block;
  }
}

@media (max-width: 992px) {
  .mez.header .header__menu {
    bottom: -68px;
    /* rtl: -110px */
  }
}

@media (max-width: 767px) {
  .mez.header .header__menu {
    background: #333;
    position: fixed;
    height: 100vh !important;
    width: calc(100% - 70px);
    left: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    margin-left: 70px;
    padding: 20px 0;
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px;
  }

  .mez.header .header__menu:before {
    content: "";
    width: 6px;
    height: 100vh;
    position: fixed;
    left: -7px;
    top: 0;
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.39);
    z-index: 1;
  }
}

.mez.header .header__menu .header__links {
  height: 67px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 992px) {
  .mez.header .header__menu .header__links {
    height: 68px;
    /* rtl: 110px */
  }
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links {
    padding: 0;
    display: block;
  }
}

.mez.header .header__menu .header__links .l-btn-share {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  height: 20px;
}

.mez.header .header__menu .header__links .l-btn-share i {
  position: relative;
  top: -2px;
}

.mez.header .header__menu .header__links .l-btn-share i svg {
  width: 18px;
  height: 18px;
}

.mez.header .header__menu .header__links .l-btn-share i .cls-1 {
  opacity: 1;
}

.mez.header .header__menu .header__links .l-btn-share:hover i .cls-1 {
  fill: #5BC6E8;
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links .l-btn-share {
    position: static;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .mez.header .header__menu .container {
    padding: 0;
  }
}

.mez.header .header__menu .header__links>ul.menu {
  margin-left: -25px;
  width: calc(100% - 60px);
}

[dir='rtl'] .mez.header .header__menu .header__links>ul.menu {
  margin-left: -25px;
}

@media (max-width: 1200px) {
  .mez.header .header__menu .header__links>ul.menu {
    margin-left: -20px;
  }

  [dir='rtl'] .mez.header .header__menu .header__links>ul.menu {
    margin-left: -15px;
  }
}

@media (max-width: 992px) {
  .mez.header .header__menu .header__links>ul.menu {
    margin-left: -15px;
  }

  [dir='rtl'] .mez.header .header__menu .header__links>ul.menu {
    margin-left: -10px;
  }
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links>ul.menu {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.mez.header .header__menu .header__links>ul.menu li:hover ul.menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  padding-top: 15px;
  /* rtl: 0px */
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links>ul.menu li:hover ul.menu {
    padding-top: 0;
  }
}

.tablet .mez.header .header__menu .header__links>ul.menu li ul.menu {
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.tablet .mez.header .header__menu .header__links>ul.menu li.active ul.menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  padding-top: 17px;
}

.mez.header .header__menu .header__links>ul.menu .subnav-link {
  width: 20px;
  height: 20px;
  display: none;
  position: relative;
  top: 5px;
  margin-left: 0;
  background: rgba(255, 255, 255, 0.1);
}

.mez.header .header__menu .header__links>ul.menu .subnav-link:before {
  content: "";
  background: url(../images/icons-svg/icon-arw-down-white.svg) no-repeat left top;
  width: 15px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links>ul.menu .subnav-link {
    display: none;
  }
}

.mobile .mez.header .header__menu .header__links>ul.menu .subnav-link {
  display: none;
}

.tablet .mez.header .header__menu .header__links>ul.menu .subnav-link {
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .tablet .mez.header .header__menu .header__links>ul.menu .subnav-link {
    display: none;
  }
}

.mobile.android .mez.header .header__menu .header__links>ul.menu .subnav-link {
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .mobile.android .mez.header .header__menu .header__links>ul.menu .subnav-link {
    display: none;
  }
}

.android .mez.header .header__menu .header__links>ul.menu .subnav-link {
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .android .mez.header .header__menu .header__links>ul.menu .subnav-link {
    display: none;
  }
}

.ie .mez.header .header__menu .header__links>ul.menu .subnav-link {
  display: none;
}

.mez.header .header__menu .header__links>ul.menu ul.menu {
  background: transparent;
  width: 220px;
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links>ul.menu ul.menu {
    width: 100%;
    position: static;
    -webkit-transform: none;
    transform: none;
    padding-left: 20px;
    visibility: visible;
    z-index: 1;
    opacity: 1;
  }
}

.mez.header .header__menu .header__links>ul.menu ul.menu li {
  margin: 0;
  display: block;
}

.mez.header .header__menu .header__links>ul.menu ul.menu li:last-child a:after {
  display: none;
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links>ul.menu ul.menu li:last-child {
    border: none;
  }
}

.mez.header .header__menu .header__links>ul.menu ul.menu li.active-trail a {
  background: rgba(39, 166, 222, 0.7);
}

.mobile .mez.header .header__menu .header__links>ul.menu ul.menu li.active-trail a {
  color: #5BC6E8;
  background: transparent;
}

.mez.header .header__menu .header__links>ul.menu ul.menu li a {
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}

@media (max-width: 992px) {
  .mez.header .header__menu .header__links>ul.menu ul.menu li a {
    background: rgba(0, 0, 0, 0.8);
    /* rtl: #333 */
  }
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links>ul.menu ul.menu li a {
    background: transparent;
    color: #bdbbbb;
    padding: 5px 0;
  }
}

.mez.header .header__menu .header__links>ul.menu ul.menu li a:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links>ul.menu ul.menu li a:after {
    display: none;
  }
}

.mez.header .header__menu .header__links>ul.menu ul.menu li a:hover {
  background: rgba(39, 166, 222, 0.7);
  color: #fff;
}

.mez.header .header__menu .header__links>ul.menu ul.menu li a:hover:before {
  display: none;
}

@media (max-width: 767px) {
  .mez.header .header__menu .header__links>ul.menu ul.menu li a:hover {
    background: transparent;
    color: #bdbbbb;
  }
}

.mez.header .header__menu li {
  margin: 0 25px;
  position: relative;
}

@media (max-width: 1200px) {
  .mez.header .header__menu li {
    margin: 0 15px;
  }
}

@media (max-width: 992px) {
  .mez.header .header__menu li {
    margin: 0 6px;
  }
}

@media (max-width: 767px) {
  .mez.header .header__menu li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #595959;
  }
}

.mez.header .header__menu li span.nolink {
  color: #FFF;
  padding: 7px 0 8px;
  cursor: default;
  display: inline-block;
}

@media (max-width: 767px) {
  .mez.header .header__menu li span.nolink {
    display: block;
  }
}

.mez.header .header__menu li a {
  color: #FFF;
  font-size: 1.1rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  padding: 7px 0 8px;
  /* rtl: 7px 0 5px */
  transition: all 0.5s;
  border-bottom: 1px solid #5BC6E8;
  border-width: 0;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .mez.header .header__menu li a {
    display: block;
  }
}

.mez.header .header__menu li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width .5s ease, background-color .5s ease;
}

.mez.header .header__menu li:hover>a {
  color: #5BC6E8;
}

.mez.header .header__menu li:hover>a:before {
  width: 100%;
  background: #0088CE;
}

@media (max-width: 767px) {
  .mez.header .header__menu li:hover>a:before {
    width: 0;
    background: none;
  }
}

.mez.header .header__menu li.active-trail a {
  color: #5BC6E8;
}

.mez.header .header__menu li.active-trail a:before {
  width: 100%;
  background: #0088CE;
}

@media (max-width: 767px) {
  .mez.header .header__menu li.active-trail a:before {
    width: 0;
    background: none;
  }
}

.mez.header .header__menu li.active-trail ul>li>a:before {
  display: none;
}

.mez.header .header__menu li.home svg {
  width: 23px;
  height: 18px;
}

.mez.header .header__menu li.home a {
  border: none;
  position: relative;
  top: -3px;
}

.mez.header .header__menu li.home a:hover .st0 {
  stroke: #5BC6E8;
}

/*====== menu with while background color css start here ======*/
.mez.header .header__menu.menu-white {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.mez.header .header__menu.menu-white li a,
.mez.header .header__menu.menu-white li span.nolink {
  color: #066cc1;
  font-family: "robotobold";
}

.mez.header .header__menu.menu-white li.home a .st0,
.mez.header .header__menu.menu-white li.home a:hover .st0 {
  stroke: #066cc1;
  stroke-width: 32px;
}

.mez.header .header__menu.menu-white .l-btn-share,
.mez.header .header__menu.menu-white .l-btn-share .l-icon,
.mez.header .header__menu.menu-white .l-btn-share .l-icon .cls-1 {
  color: #066cc1;
  fill: #066cc1;
}

@media (max-width: 767px) {
  .mez.header .header__menu.menu-white .header__links>ul.menu ul.menu li a {
    color: #066cc1;

  }
}

/*====== menu with while background color css end here ======*/

/*mobile menu icon changed when menu is open in mobile css start here */
.nav-mobile .mez.header .burger .icon-bar:first-child,
.nav-menu .mez.header .burger--two .icon-bar:first-child {
  -webkit-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);
  transition: all 0.3s ease-out 0s;

}

.nav-mobile .mez.header .burger .icon-bar:nth-child(2),
.nav-menu .mez.header .burger--two .icon-bar:nth-child(2) {
  display: none;
  transition: all 0.3s ease-out 0s;
}

.nav-mobile .mez.header .burger .icon-bar:nth-child(3),
.nav-menu .mez.header .burger--two .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-47deg);
  -moz-transform: rotate(-47deg);
  -o-transform: rotate(-47deg);
  transform: rotate(-47deg);
  margin-top: -1px;
  transition: all 0.3s ease-out 0s;

}

/*mobile menu icon changed when menu is open in mobile css end here */


/*mobile menu changed as per requirement css start here */
.mez.header .header__nav,
.mez.header .header__menu {
  width: 100%;
  margin-left: 0;
}

body.nav-mobile.nav-mobile .wrapper,
body.nav-menu.nav-menu .wrapper {
  margin-left: 0;
}

.mez.header .header__dropdown {
  right: 0;
}

@media (max-width: 767px) {
  .mez.header .insice-burger .burger {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .mez.header .insice-sub-burger .burger--two {
    top: 0;
    right: 0;
    background-color: #000;
    z-index: 99;
  }
}

/*mobile menu changed as per requirement css end here */


@media (max-width: 767px) {
  body.nav-mobile {
    overflow: hidden;
    position: fixed;
  }

  body.nav-mobile .wrapper {
    position: fixed;
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /* rtl: translateX(100%) */
    margin-left: 70px;
  }

  body.nav-mobile .wrapper,
  .wrapper {
    transition: all 0.3s ease-out 0s;
  }

  body.nav-mobile .header .header__menu {
    display: none;
  }
}

@media (max-width: 767px) {
  body.nav-menu {
    overflow: hidden;
  }

  body.nav-menu .wrapper {
    position: fixed;
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /* rtl: translateX(100%) */
    margin-left: 70px;
  }

  body.nav-menu .mez.header .header__nav {
    display: none;
  }
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

.nav-pills {
  display: table;
  text-align: center;
  width: 100%;
}

@media (max-width: 767px) {
  .nav-pills {
    display: block;
  }
}

.nav-pills li.nav-item {
  float: none;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

@media (max-width: 767px) {
  .nav-pills li.nav-item {
    display: block;
    width: 100%;
  }
}

.nav-pills li.nav-item a,
.nav-pills li.nav-item span {
  height: 100%;
  color: #FFF;
  background: #003971;
  text-transform: uppercase;
  position: relative;
  padding: 15px 30px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9333333333rem;
  height: 111px;
  border-left: 1px solid #354A64;
}

.page-node-6838 .nav-pills li.nav-item a,
.page-node-6838 .nav-pills li.nav-item span {
  height: 90px;
}

@media (max-width: 1440px) {

  .nav-pills li.nav-item a,
  .nav-pills li.nav-item span {
    padding: 1.3333333333rem 1.3333333333rem;
    font-size: 0.8666666667rem;
    height: 80px;
  }
}

@media (max-width: 992px) {

  .nav-pills li.nav-item a,
  .nav-pills li.nav-item span {
    padding: 1.2rem 1.2rem;
    font-size: 0.8rem;
    height: 88px;
  }
}

@media (max-width: 767px) {

  .nav-pills li.nav-item a,
  .nav-pills li.nav-item span {
    height: auto;
    display: block;
    border: none;
    border-top: 1px solid #354A64;
  }
}

.nav-pills li.nav-item a:after,
.nav-pills li.nav-item span:after {
  transition: all 0.2s ease;
  display: block;
  content: "";
  border: 16px solid transparent;
  width: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {

  .nav-pills li.nav-item a:after,
  .nav-pills li.nav-item span:after {
    -webkit-transform: translateX(-50%) scale(0.5);
    transform: translateX(-50%) scale(0.5);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 1;
  }
}

.nav-pills li.nav-item a.active,
.nav-pills li.nav-item span.active {
  border-color: #354A64;
}

.nav-pills li.nav-item a.active:after,
.nav-pills li.nav-item span.active:after {
  border-top-color: #26a6de;
  bottom: -32px;
}

.nav-pills li.nav-item a.active,
.nav-pills li.nav-item a.active:focus,
.nav-pills li.nav-item a.active:hover,
.nav-pills li.nav-item span.active,
.nav-pills li.nav-item span.active:focus,
.nav-pills li.nav-item span.active:hover {
  background: #5BC6E8;
}

.nav-pills li.nav-item:first-child a,
.nav-pills li.nav-item:first-child span {
  border: none;
}

.nav-pills li.nav-item.active a:after,
.nav-pills li.nav-item.active span:after {
  border-top-color: #26a6de;
  bottom: -32px;
}

.nav-pills li.nav-item.active a,
.nav-pills li.nav-item.active span,
.nav-pills li.nav-item.active:focus a,
.nav-pills li.nav-item.active:focus span,
.nav-pills li.nav-item.active:hover a,
.nav-pills li.nav-item.active:hover span {
  background: #5BC6E8;
}

.nav-pills li.nav-item+.nav-item {
  margin-left: 1px;
}

@media (max-width: 767px) {
  .nav-pills li.nav-item+.nav-item {
    margin-left: 0;
  }
}

.scroll-nav {
  position: fixed;
  top: 50%;
  right: 25px;
  z-index: 9999;
}

@media (max-width: 767px) {
  .scroll-nav {
    display: none;
  }
}

.scroll-nav li.active a:before {
  border-top-color: #0088CE;
}

.scroll-nav li a {
  position: relative;
  overflow: hidden;
  height: 12px;
  width: 20px;
  overflow: hidden;
  display: block;
  text-indent: -999px;
  margin-bottom: 10px;
}

.scroll-nav li a:before {
  content: '';
  display: block;
  border: 10px solid transparent;
  border-top-color: #cccccc;
  transition: border .75s;
}

.nav-pills--lg {
  margin-left: -1px;
}

.nav-pills--lg li {
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  height: 105px;
  cursor: pointer;
  text-align: center;
  float: left;
  margin-left: 1px;
}

.nav-pills--lg li span {
  background: #003971;
  margin-bottom: 16px;
  padding: 15px;
  width: 100%;
  height: calc(100% - 16px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 1440px) {
  .nav-pills--lg li span {
    padding: 1.3333333333rem 1.3333333333rem;
    font-size: 0.9333333333rem;
  }
}

@media (max-width: 992px) {
  .nav-pills--lg li span {
    padding: 1.2rem 1.2rem;
    font-size: 0.8rem;
  }
}

.nav-pills--lg li span:after {
  transition: all 0.2s ease;
  display: block;
  content: "";
  border: 16px solid transparent;
  width: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .nav-pills--lg li span:after {
    display: none;
  }
}

.nav-pills--lg li.active span,
.nav-pills--lg li.active:focus span,
.nav-pills--lg li.active:hover span {
  background: #5BC6E8;
}

.nav-pills--lg li.active span:after,
.nav-pills--lg li.active:focus span:after,
.nav-pills--lg li.active:hover span:after {
  border-top-color: #26a6de;
  bottom: -32px;
}

.nav-pills--lg.slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
}

.nav-pills--lg.slick-slider .slick-arrow:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.nav-pills--lg.slick-slider .slick-arrow:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

.nav-pills--lg.slick-slider .slick-prev {
  left: -20px;
}

.nav-pills--lg.slick-slider .slick-next {
  right: -20px;
}

.nav-search h2 {
  margin-bottom: 20px;
}

.nav-search ul {
  background: #093c7e;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.nav-search li a {
  color: #fff;
  border-bottom: 1px solid #22508b;
  display: block;
  padding: 10px 0;
  font-size: 0.9333333333rem;
}

.nav-search li a:hover {
  color: #5BC6E8;
}

.nav-search li:first-child a {
  padding-top: 0;
}

.nav-search li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.footer {
  /* background: #1E1656; */
  background-color: #011F3C;
  position: relative;
}

.map-pop .footer .triangle--lg {
  display: none;
}

.footer .shape-one {
  background: url(../images/shape-triangle-02.svg) no-repeat left top;
  width: 115px;
  height: 232px;
  left: 0;
  top: -115px;
  z-index: 1;
}

@media (max-width: 992px) {
  .footer .shape-one {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer .shape-one {
    display: none;
  }
}

.footer .shape-two {
  background: url(../images/shape-triangle.svg) no-repeat left top;
  /*rtl:ignore*/
  width: 141px;
  height: 267px;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  /* rtl: scaleX(1) */
  display: none;
}

@media (max-width: 992px) {
  .footer .shape-two {
    /*display: block;*/
  }
}

.footer .shape-three {
  background: url(../images/shape-triangle-02.svg) no-repeat left top;
  /*rtl:ignore*/
  width: 81px;
  height: 165px;
  right: 0;
  bottom: 145px;
  z-index: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  /* rtl: rotate(180deg) */
  display: none;
}

@media (max-width: 992px) {
  .footer .shape-three {
    /*display: block;*/
  }
}

.footer a {
  color: #99a5b1;
}

.footer ul {
  padding: 0;
}

.footer .footer__links {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .footer .footer__links {
    padding: 50px 0;
  }
}

@media (max-width: 992px) {
  .footer .footer__links {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .footer .footer__links {
    padding: 20px 0;
  }
}

.footer h6 {
  color: #ccd2d8;
  max-width: 190px;
}

@media (max-width: 767px) {
  .footer h6 {
    text-align: center;
    max-width: none;
  }
}

.footer h6:after {
  display: block;
  content: "";
  width: 18px;
  height: 2px;
  background: #0088CE;
  margin: 22px 0;
}

@media (max-width: 767px) {
  .footer h6:after {
    margin: 15px auto;
  }
}

.footer .footer__links [class^="col-"] .footer__block {
  padding-left: 20px;
  border-left: 1px solid #022e57;
}

@media (max-width: 992px) {
  .footer .footer__links [class^="col-"] .footer__block {
    border: none;
  }
}

@media (max-width: 767px) {
  .footer .footer__links [class^="col-"] .footer__block {
    padding-left: 0;
    height: auto !important;
  }
}

.footer .footer__links [class^="col-"]:first-child .footer__block {
  padding-left: 0;
  border: none;
}

.footer .footer__links [class^="col-"]:last-child .footer__block {
  padding-left: 0;
  border: none;
}

@media (max-width: 992px) {
  .footer .footer__links [class^="col-"]:last-child {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer .footer__links [class^="col-"]:last-child {
    margin-top: 0;
  }
}

.footer .footer__block {
  height: 100%;
}

@media (max-width: 992px) {
  .footer .footer__block {
    margin-bottom: 20px;
  }
}

.footer .footer__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer .footer__nav {
    display: block;
    text-align: center;
  }
}

.footer .footer__nav .add-menu {
  padding-left: 20px;
}

.footer .footer__nav li {
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .footer .footer__nav li {
    padding-bottom: 0px;
    border-bottom: 1px solid #2e3c48;
  }
}

.footer .footer__nav li a {
  font-size: 1.1333333333rem;
  font-family: "robotolight";
  /* rtl: tahoma */
  color: rgba(255, 255, 255, 0.6);
  position: relative;
}

@media (max-width: 767px) {
  .footer .footer__nav li a {
    padding: 10px 0;
    display: block;
  }
}

.footer .footer__nav li a:hover {
  color: #5BC6E8;
}

@media (max-width: 767px) {
  .footer .footer__nav li a {
    font-size: 0.9333333333rem;
    padding: 5px 0;
  }
}

.footer .footer__nav li.active-trail a {
  color: #5BC6E8;
}

.footer .footer__nav li.active-trail a:after,
.footer .footer__nav li.active-trail a:before {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.footer .footer__admissions {
  background: #0b2842;
  border: 1px solid #132f4a;
  padding: 35px;
  text-align: center;
  height: 100%;
}

@media (max-width: 767px) {
  .footer .footer__admissions {
    padding: 20px;
  }
}

.footer .footer__admissions h5 {
  color: #5BC6E8;
  font-size: 1.3333333333rem;
  margin-bottom: 25px;
}

.footer .footer__admissions p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 1rem;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .footer .footer__admissions p {
    margin-bottom: 20px;
  }
}

.footer .footer__admissions a {
  color: #FFF;
}

.footer .footer__btm {
  background: url(../images/bg-footer-patch.jpg) repeat-x left top #001121;
  /* background: #0e0746; */
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.footer .footer__btm .footer__legal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer .footer__btm .footer__legal {
    height: auto;
    display: block;
    padding: 30px 0;
    text-align: center;
  }
}

.footer .footer__btm .footer__legal-nav {
  display: table;
}

@media (max-width: 767px) {
  .footer .footer__btm .footer__legal-nav {
    display: block;
  }
}

.footer .footer__btm .footer__legal-nav .nav-legal,
.footer .footer__btm .footer__legal-nav .l-social {
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 767px) {

  .footer .footer__btm .footer__legal-nav .nav-legal,
  .footer .footer__btm .footer__legal-nav .l-social {
    display: block;
  }
}

.footer .footer__btm p {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8666666667rem;
}

@media (max-width: 767px) {
  .footer .footer__btm p {
    margin-bottom: 15px;
  }
}

.footer .footer__btm a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8666666667rem;
}

@media (max-width: 767px) {
  .footer .nav-legal {
    margin-bottom: 20px;
  }
}

.footer .nav-legal li {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}

.footer .nav-legal li a:hover {
  color: #5BC6E8;
}

.footer .nav-legal li:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #283038;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  display: block;
  margin-top: -8px;
}

.footer .nav-legal li:first-child:before {
  display: none;
}

.footer .l-btn,
.footer .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .footer .views-submit-button {
  min-width: 185px;
}

@media (max-width: 1200px) {

  .footer .l-btn,
  .footer .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .footer .views-submit-button {
    min-width: inherit;
    width: 100%;
  }
}

@media (max-width: 992px) {

  .footer .l-btn,
  .footer .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .footer .views-submit-button {
    min-width: 185px;
    width: auto;
  }
}

.footer .l-social ul {
  padding-left: 0;
}

.footer .l-social li a {
  font-size: 0;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"] {
  border: 1px solid #ccc;
  width: 100%;
  font-size: 0.9333333333rem;
  color: #333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  padding: 10px 20px;
  outline: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  background: transparent;
  position: relative;
  padding-left: 42px;
}

input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  border: 1px solid #d6d6d6;
  width: 22px;
  height: 22px;
  background: #FFF;
}

input[type="checkbox"]:checked+label:before {
  background: url(../images/icons-svg/icon-check.svg) no-repeat center/12px 10px #fff;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  position: relative;
  padding-left: 30px;
  margin: 0;
  font-size: em(15);
  font-weight: normal;
}

input[type="radio"]+label:before {
  background: #f4f3f3;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 50px;
  border: 5px solid #f4f3f3;
  position: absolute;
  left: 0;
  top: 1px;
}

input[type="radio"]:checked+label:before {
  background: #0d56b4;
}

label.error,
span.error {
  color: #ff0024;
  font-size: 0.8rem;
  font-family: "robotomedium";
  /* rtl: tahoma */
  margin: 5px 0;
}

.l-select {
  position: relative;
  border: 1px solid #ccc;
}

.l-select:after {
  border: 10px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(13, 86, 180, 0);
  border-top-color: #0d56b4;
  margin-top: 5px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-select .l-select__holder {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.9333333333rem;
  color: #333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  text-overflow: ellipsis;
  width: 90%;
}

.l-select select {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.ie9 .l-select select {
  filter: alpha(opacity=0);
}

.ff3 .l-select select {
  opacity: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder {
  color: #757575 !important;
}

input:-moz-placeholder {
  color: #757575 !important;
}

input::-moz-placeholder {
  color: #757575 !important;
}

input:-ms-input-placeholder {
  color: #757575 !important;
}

input:focus::-webkit-input-placeholder {
  color: #757575 !important;
}

input:focus:-moz-placeholder {
  color: #757575 !important;
}

input:focus::-moz-placeholder {
  color: #757575 !important;
}

input:focus:-ms-input-placeholder {
  color: #757575 !important;
}

.has-pad {
  padding: 35px 0;
}

@media (max-width: 1200px) {
  .has-pad {
    padding: 50px 0;
  }
}

@media (max-width: 1440px) {
  .has-pad {
    padding: 100px 0;
  }
}

.has-pad.has-blue-bg,
.has-pad.has-grey-bg,
.has-pad.footer__links,
.has-pad.home-glance__slider,
.has-pad.home-glance__summary {
  padding: 35px 0;
}

@media (max-width: 767px) {

  .has-pad.has-blue-bg,
  .has-pad.has-grey-bg,
  .has-pad.footer__links,
  .has-pad.home-glance__slider,
  .has-pad.home-glance__summary {
    padding: 50px 0;
  }
}

@media (max-width: 1440px) {

  .has-pad.has-blue-bg,
  .has-pad.has-grey-bg,
  .has-pad.footer__links,
  .has-pad.home-glance__slider,
  .has-pad.home-glance__summary {
    padding: 100px 0;
  }
}

figure {
  margin: 0;
}

figure.f-right {
  float: right;
  margin-left: 60px;
}

@media (max-width: 1200px) {
  figure.f-right {
    margin-left: 20px;
    width: 60%;
  }
}

@media (max-width: 767px) {
  figure.f-right {
    float: none;
    margin: 0 0 20px;
  }
}

@media (max-width: 540px) {
  figure.f-right {
    width: 100%;
  }
}

figure.l-left {
  float: left;
  margin-right: 60px;
}

@media (max-width: 1200px) {
  figure.l-left {
    margin-right: 20px;
    width: 60%;
  }
}

@media (max-width: 767px) {
  figure.l-left {
    float: none;
    margin: 0 0 20px;
  }
}

@media (max-width: 540px) {
  figure.l-left {
    width: 100%;
  }
}

figure .figdetail {
  padding: 40px;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 992px) {
  figure .figdetail {
    padding: 30px;
  }
}

@media (max-width: 992px) {
  figure .figdetail {
    padding: 20px;
    position: static;
    background: #000;
  }
}

figure .figdetail h3 {
  color: #5BC6E8;
  text-transform: uppercase;
}

.l-article figure .figdetail p {
  font-family: "robotolight";
  /* rtl: tahoma */
  margin-bottom: 20px;
  color: #FFF;
  line-height: 2.1333333333rem;
}

.l-article figure {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .l-article figure {
    margin-bottom: 20px;
  }
}

@media (max-width: 540px) {
  .l-article figure img {
    width: 100%;
  }
}

.l-article figure p {
  color: #FFF;
}

.l-article figure p a.l-btn,
.l-article figure p .views-exposed-widgets a.views-submit-button,
.views-exposed-widgets .l-article figure p a.views-submit-button {
  color: #FFF;
  text-decoration: none;
}

.l-article figure p a.l-btn:hover,
.l-article figure p .views-exposed-widgets a.views-submit-button:hover,
.views-exposed-widgets .l-article figure p a.views-submit-button:hover {
  color: #5BC6E8;
}

.has-blue-bg {
  background: #1E1656;
}

.has-grey-bg {
  background: #f6f5f5;
}

.tab-content {
  padding: 77px 0 0;
}

@media (max-width: 992px) {
  .tab-content {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .tab-content {
    padding-top: 30px;
  }
}

.cover-img {
  background-size: cover;
}

[class*="has-status"] {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

[class*="has-status"]:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #2dc603;
  border-radius: 50%;
  margin-left: 7px;
}

[class*="has-status"][class*="--red"]:after {
  background: #d90007;
}

[class*="has-status"][class*="--green"]:after {
  background: #2dc603;
}

.l-status {
  display: inline-block;
}

.l-status li {
  display: inline-block;
}

.l-status li [class*="has-status"] {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-status li [class*="has-status"]:after {
  margin-right: 7px;
}

[class*="l-cta"] {
  color: #0d6dc9;
  padding: 26px 0 10px 0;
  display: block;
  border-top: 1px solid #5BC6E8;
  position: relative;
  text-transform: uppercase;
}

[class*="l-cta"]:after {
  transition: all .5s;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
  content: "";
  left: 50%;
  border: 10px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[class*="l-cta"][class*="--down"]:after {
  border-top-color: #0d6dc9;
  bottom: -20px;
}

.l-admission-block {
  text-align: center;
  background: #f4f3f3;
  padding: 50px 32px;
  transition: all 0.8s;
}

@media (max-width: 767px) {
  .l-admission-block {
    padding: 35px 22px;
  }
}

.l-admission-block img+h4 {
  margin-top: 20px;
}

.l-admission-block>a+h4 {
  margin-top: 20px;
}

.l-admission-block>a {
  display: block;
}

.l-admission-block h4+a {
  font-size: 0.9333333333rem;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}

.l-admission-block h4 a {
  color: #333;
  transition: all 0.8s;
}

.l-admission-block h4 a:hover {
  color: #5BC6E8;
}

.l-admission-block p {
  font-size: 1.0666666667rem;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .l-admission-block p {
    font-size: 0.9333333333rem;
    margin-bottom: 20px;
  }
}

.l-admission-block .l-tag--white--sm {
  margin: 0 -15px 20px;
}

.l-admission-block .l-tag--white--sm li>* {
  min-width: 115px;
  text-transform: uppercase;
}

.l-admission-block:hover {
  background: #e3e0e0;
}

.l-admission-block:hover a {
  color: #5BC6E8 !important;
}

[class*="l-tag"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class*="l-tag"] li {
  display: inline-block;
  margin: 0 5px 10px;
}

[class*="l-tag"] li>* {
  background: #1c164e;
  color: #FFF;
  border-radius: 20px;
  padding: 5px 15px;
  min-width: 35px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  [class*="l-tag"] li>* {
    padding: 5px 8px;
  }
}

[class*="l-tag"] li:first-child {
  margin-left: 0;
}

[class*="l-tag"][class*="--sm"] li>* {
  font-size: 0.9333333333rem;
}

@media (max-width: 767px) {
  [class*="l-tag"][class*="--sm"] li>* {
    font-size: 0.8rem;
  }
}

[class*="l-tag"][class*="--white"] li>* {
  background: #FFF;
  color: #0d56b4;
  display: block;
}

[class*="l-tag"][class*="--white"] li>*:hover {
  background: #5BC6E8;
  color: #FFF;
}

[class*="l-tag"][class*="--grey"] li>* {
  background: #f6f6f6;
  color: #0d56b4;
  display: block;
}

.l-event-date {
  width: 70px;
  height: 70px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

.l-event-date:before {
  content: "";
  background: #ededed;
  display: block;
  height: 100%;
  min-width: 70px;
  min-height: 70px;
  width: 100%;
  position: absolute;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
  left: 45%;
  z-index: 0;
  top: 0;
}

.l-event-date strong,
.l-event-date span {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.l-event-date strong {
  font-size: 1.6666666667rem;
  font-family: "robotomedium";
  /* rtl: tahoma */
  color: rgba(74, 74, 74, 0.7);
  line-height: 1.5333333333rem;
}

.l-event-date span {
  color: rgba(74, 74, 74, 0.7);
  text-align: center;
}

.l-event-date--sec {
  background: #1f70ba;
  text-transform: uppercase;
}

.l-event-date--sec:before {
  background: #1368b6;
  left: 50%;
}

.l-event-date--sec strong {
  font-size: 1.6666666667rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  color: #e9f1f8;
}

.l-event-date--sec span {
  font-size: 0.9333333333rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  color: #e9f1f8;
  line-height: 1;
}

.l-event-date--sec span em {
  font-size: 0.7333333333rem;
  color: #7bc8ff;
  display: block;
  font-style: normal;
  width: 100%;
}

.l-event-date--lg strong {
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 2.6666666667rem;
  font-weight: normal;
  display: block;
  margin-bottom: 36px;
  /* rtl: 30px */
}

.l-event-date--lg span {
  display: block;
}

.l-event-date--lg span em {
  color: #FFF;
  font-size: 1.3333333333rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  display: inline-block;
  position: relative;
  line-height: 1;
  /* rtl: 1.3 */
}

.l-event-date--lg span em:last-child {
  color: #7BC8FF;
  padding-right: 0;
}

.l-event-date--lg span em:last-child:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #5a96cc;
  position: absolute;
  left: 0;
  top: 3px;
}

.l-event-date--xl {
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.l-event-date--xl strong {
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 2.6666666667rem;
  font-weight: normal;
  margin-bottom: 36px;
}

.l-event-date--xl div {
  width: 70px;
  text-align: center;
  position: relative;
}

.l-event-date--xl div:last-child:before {
  content: "";
  width: 13px;
  height: 1px;
  background: #85aacb;
  position: absolute;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-event-date--xl span em {
  color: #FFF;
  font-size: 1.3333333333rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  display: inline-block;
  position: relative;
  padding: 0;
}

.l-event-date--xl span em:last-child {
  color: #7BC8FF;
}

.l-date {
  color: #939393;
}

.l-share.l-share.l-share ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 80px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.l-share.l-share.l-share li {
  width: 20px;
  padding: 0;
}

.l-share.l-share.l-share li:first-child {
  position: relative;
  top: 2px;
}

.l-share.l-share.l-share li a {
  position: relative;
  display: block;
}

.l-share.l-share.l-share li.ng-hide {
  display: none;
}

.l-share.l-share.l-share li.mail a {
  font-size: 0;
  position: relative;
}

.l-share.l-share.l-share li.mail a:before {
  background: url(../images/icons-svg/icon-mail--grey.svg) no-repeat left top;
  content: "";
  width: 20px;
  height: 12px;
  display: inline-block;
}

.l-share.l-share.l-share li.mail a:hover:before {
  background: url(../images/icons-svg/icon-mail--blue.svg) no-repeat left top;
}

.l-share.l-share.l-share li:first-child .l-icon {
  position: relative;
  top: 2px;
}

.l-share.l-share.l-share li:first-child .l-icon svg {
  height: 14px;
  top: 0;
}

.l-share.l-share.l-share .l-icon {
  fill: #a8a8a8;
}

.l-share.l-share.l-share .l-icon:hover {
  fill: #5BC6E8;
}

.l-share.l-share.l-share .l-card {
  margin-bottom: 30px;
}

.l-block {
  padding: 0 64px 0 0;
}

@media (max-width: 992px) {
  .l-block {
    padding: 0;
  }
}

.l-block section:last-child {
  margin-bottom: 0;
}

.l-title {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}

.l-title--icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.1333333333rem;
}

.l-title--icon i {
  padding-right: 30px;
}

.l-article h2 {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .l-article h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .l-article h2 {
    margin-bottom: 10px;
  }
}

.l-article p {
  color: #333;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.5rem;
  margin: 0 0 30px;
}

@media (max-width: 992px) {
  .l-article p {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .l-article p {
    margin-bottom: 10px;
  }
}

.l-article p a {
  text-decoration: underline;
}

@media (max-width: 540px) {
  .l-article p img {
    width: 100%;
  }
}

.l-article p:last-child:not(:only-child) {
  margin-bottom: 0;
}

.l-article h4 {
  margin: 0 0 35px;
}

@media (max-width: 992px) {
  .l-article h4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .l-article h4 {
    margin-bottom: 10px;
  }
}

.l-article ul {
  margin-bottom: 30px;
  padding-left: 30px;
}

@media (max-width: 992px) {
  .l-article ul {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .l-article ul {
    margin-bottom: 10px;
  }
}

.l-article li {
  padding-left: 30px;
  padding-bottom: 15px;
  position: relative;
}

.l-article li:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .l-article li {
    padding-bottom: 10px;
  }
}

.l-article li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #2394d5;
  position: absolute;
  top: 8px;
  left: 0;
}

.l-article.white li:before {
  background: #ffffff;
}

.l-article li ul {
  margin-top: 15px;
  margin-bottom: 0;
}

.l-article li li:before {
  border-radius: 100%;
  background: #0088CE;
}

.l-article ol {
  padding-left: 24px;
}

.l-article ol li {
  padding-left: 10px;
}

.l-article ol li:before {
  display: none;
}

.l-article .l-sub-list--sm li {
  padding-left: 15px;
  padding-bottom: 0px;
  margin-bottom: 0;
  position: relative;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #333;
}

.l-article .l-sub-list--sm li:before {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
  background: none;
  height: 1px;
}

.l-article table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.l-article table td,
.l-article table th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 24px 30px;
}

@media (max-width: 767px) {

  .l-article table td,
  .l-article table th {
    padding: 10px;
  }
}



.l-article table td p,
.l-article table th p {
  margin: 0;
}

.l-article table th {
  background: #5BC6E8;
  color: #FFF;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-size: 1.2rem;
}

.l-article table th a {
  color: #FFF;
}

.l-article table td {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #262626;
}

.l-list li,
.mez.alert ul li,
.mez.keynotes .keynotes__platform ul li {
  padding-left: 30px;
  padding-bottom: 15px;
  position: relative;
}

@media (max-width: 767px) {

  .l-list li,
  .mez.alert ul li,
  .mez.keynotes .keynotes__platform ul li {
    padding-bottom: 10px;
  }
}

.l-list li:before,
.mez.alert ul li:before,
.mez.keynotes .keynotes__platform ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #2394d5;
  position: absolute;
  top: 8px;
  left: 0;
}

.l-sub-list li {
  padding-left: 15px;
  padding-bottom: 0px;
  margin-bottom: 0;
  position: relative;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #333;
}

.l-sub-list li:before {
  content: "-";
  position: absolute;
  top: 0px;
  left: 0;
}

.l-thumb--circle img {
  border-radius: 50%;
}

.l-postdetail {
  margin: 0 0 15px;
}

.l-postdetail li {
  color: #666;
  display: inline-block;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  line-height: 1;
}

.l-postdetail li:after {
  background-color: #a3a3a3;
  bottom: 1px;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  width: 1px;
}

.l-postdetail li:last-child:after {
  display: none;
}

.l-social p {
  display: inline-block;
  color: #373D43;
  font-size: 0.9333333333rem;
  margin: 0;
}

.l-social ul {
  display: inline-block;
  padding-left: 10px;
}

.l-social li {
  display: inline-block;
  margin-left: 10px;
  font-size: 0;
  width: 37px;
}

.l-social li a {
  font-size: 0;
  position: relative;
  display: block;
  text-indent: 0px;
}

.l-social li a i {
  fill: #0088CE;
  transition: all 0.8s;
  position: relative;
  z-index: 2;
}

.l-social li a:hover i {
  fill: #53646c;
}

.social-media-block li a i {
  fill: #fff;
}

.l-breadcrumb {
  padding: 25px 0;
}

@media (max-width: 767px) {
  .l-breadcrumb {
    display: none;
    padding: 15px 0 0;
  }
}

.l-breadcrumb li {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0;
  font-family: "robotomedium";
  /* rtl: tahoma */
  text-transform: uppercase;
  margin: 0 10px 0 0;
}

.text-capitalize.l-breadcrumb li {
  text-transform: capitalize;
}

.l-breadcrumb li a {
  color: #fff;
}

@media (max-width: 767px) {
  .l-breadcrumb li a {
    font-size: 13px;
  }
}

.l-breadcrumb li a:hover {
  color: #0088CE;
}

.l-breadcrumb li:after {
  content: "";
  border: 6px solid transparent;
  border-left-color: #fff;
  background: none;
  position: absolute;
  right: 0px;
  top: 5px;
}

.l-breadcrumb li:last-of-type:after {
  display: none;
}

[class^="shape-"] {
  display: block;
  position: absolute;
  z-index: 1;
}

@media (max-width: 992px) {
  [class^="shape-"] {
    display: none;
  }
}

.l-section {
  position: relative;
}

ul.l-thumb-list.l-thumb-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  ul.l-thumb-list.l-thumb-list {
    display: block;
  }
}

ul.l-thumb-list.l-thumb-list li {
  display: table;
  margin-bottom: 40px;
  width: 50%;
  overflow: hidden;
}

@media (max-width: 992px) {
  ul.l-thumb-list.l-thumb-list li {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  ul.l-thumb-list.l-thumb-list li {
    display: block;
    width: 100%;
  }
}

ul.l-thumb-list.l-thumb-list li>div {
  display: table-cell;
  vertical-align: top;
}

ul.l-thumb-list.l-thumb-list li>div:first-child {
  min-width: 70px;
  float: left;
  display: block;
  background: #FFF url(../images/loader-white.gif) no-repeat center;
  background-size: 25px;
}

ul.l-thumb-list.l-thumb-list li>div:last-child {
  width: 100%;
  padding-left: 20px;
}

ul.l-thumb-list.l-thumb-list li p {
  margin-bottom: 0;
}

ul.l-thumb-list.l-thumb-list li p a:hover {
  color: #0088CE;
}

ul.l-thumb-list.l-thumb-list li span {
  color: #4a4a4a;
  font-size: 0.8666666667rem;
}

ul.l-thumb-list.full-width li {
  display: block;
  width: 100%;
}

.l-meta i {
  min-width: 25px;
  display: inline-block;
  margin-right: 0px;
}

.l-meta .l-icon {
  fill: #78828c;
}

.l-meta a {
  color: #FFF;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #035091;
  position: relative;
}

.l-meta a:hover {
  color: #5BC6E8;
}

@media (max-width: 767px) {
  .l-meta li {
    width: 100%;
  }
}

.l-index,
.l-index--data {
  margin: 0;
}

.l-index>li,
.l-index--data>li {
  font-size: 1.0666666667rem;
  color: #333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  line-height: 1.6rem;
  margin-bottom: 30px;
  position: relative;
  padding: 0;
  counter-increment: step-counter;
  overflow: hidden;
}

@media (max-width: 992px) {

  .l-index>li,
  .l-index--data>li {
    margin-bottom: 20px;
  }
}

.l-index>li:before,
.l-index--data>li:before {
  background-color: #f4f3f3;
  border-radius: 50%;
  content: counter(step-counter);
  font-size: 1.6rem;
  color: #666;
  font-family: "robotobold";
  /* rtl: tahoma */
  width: 60px;
  height: 60px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin-right: 35px;
}

@media (max-width: 992px) {

  .l-index>li:before,
  .l-index--data>li:before {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {

  .l-index>li:before,
  .l-index--data>li:before {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

.l-index>li.no-num,
.l-index--data>li.no-num {
  margin-right: 0;
}

.l-index>li.no-num:before,
.l-index--data>li.no-num:before {
  display: none;
}

.l-index>li.no-num .l-index__block,
.l-index--data>li.no-num .l-index__block {
  min-height: inherit;
  vertical-align: top;
}

.l-index>li p,
.l-index--data>li p {
  margin-bottom: 0;
}

.l-index>li .l-index__block,
.l-index--data>li .l-index__block {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}

@media (max-width: 767px) {

  .l-index>li .l-index__block,
  .l-index--data>li .l-index__block {
    height: 50px;
  }
}

.l-index--data>li {
  color: #0088CE;
}

.l-index--data>li:before {
  width: 90px;
  height: 90px;
  color: #0088CE;
  line-height: 3.5;
  background-color: #e9f4fb;
  content: attr(data-title);
}

@media (max-width: 767px) {
  .l-index--data>li:before {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

.l-index--data>li .l-index__block {
  height: 90px;
}

@media (max-width: 767px) {
  .l-index--data>li .l-index__block {
    height: 50px;
  }
}

hr {
  clear: both;
  margin: 60px 0;
}

@media (max-width: 1440px) {
  hr {
    margin: 40px 0;
  }
}

@media (max-width: 1200px) {
  hr {
    margin: 30px 0;
  }
}

@media (max-width: 992px) {
  hr {
    margin: 20px 0;
  }
}

hr.white {
  margin: 0;
  padding: 0;
  background: #FFF;
  height: 8px;
  border: none;
}

hr.l-spacer {
  border: none;
  margin: 0;
  margin-top: 40px;
}

@media (max-width: 767px) {
  hr.l-spacer {
    margin-top: 20px;
  }
}

hr.md {
  border-top: 5px solid #c6c6c6;
}

aside hr.sm {
  border-color: #c3c2c2;
  margin: 20px 0;
}

.l-separator {
  border-top: 5px solid #9ccfed;
  margin: 0;
}

ul.l-roll {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  ul.l-roll {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  ul.l-roll {
    margin-bottom: 20px;
  }
}

ul.l-roll li {
  font-size: 1.2rem;
  color: #333;
  padding: 0 0 0 30px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 992px) {
  ul.l-roll li {
    margin-bottom: 20px;
  }
}

ul.l-roll li:last-child {
  margin-bottom: 0;
}

ul.l-roll li:before {
  content: "";
  background: url("../images/icons-svg/icon-tick.svg");
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
}

ul.l-roll li li {
  font-size: 1.0666666667rem;
  list-style: none;
}

ul.l-roll li li:before {
  display: none;
}

ul.l-roll li h4 {
  line-height: 1.6rem;
}

@media (max-width: 767px) {
  ul.l-roll li h4 {
    font-size: 1.0666666667rem;
    margin-bottom: 10px;
  }
}

ul.l-roll span {
  display: block;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.4666666667rem;
  margin-bottom: 15px;
}

ul.l-roll em {
  color: #79808a;
  display: block;
  font-family: "robotobold";
  /* rtl: tahoma */
  line-height: 1;
  font-size: 0.9333333333rem;
  font-style: normal;
  margin-bottom: 15px;
}

.wmg-container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wmg-item {
  height: 100%;
  text-align: center;
  position: relative;
  width: 100%;
}

.wmg-details {
  left: 0px;
  margin-top: 15px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.l-note {
  color: #666;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 0.9333333333rem;
  margin-bottom: 40px;
}

.l-note p {
  color: #666;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 0.9333333333rem;
  margin: 0 0 5px
}

.l-info-box {
  background-color: #e5e5e6;
  padding: 24px 32px;
  margin: 0 0 40px;
}

.l-info-box h3 {
  margin: 0 0 20px;
  font-size: 1.0666666667rem;
  font-family: "robotobold";
  /* rtl: tahoma */
}

.l-info-box p {
  font-family: "robotoregular";
  /* rtl: tahoma */
}

.l-info-box p:last-child {
  margin-bottom: 0;
}

.l-info-box a {
  color: #0d55b3;
  text-decoration: underline;
}

.l-info-box h6 {
  margin-bottom: 6px;
}

.l-text-icon {
  color: #333;
  padding-left: 30px;
  margin: 0 0 0px;
  position: relative;
  font-size: 1.0666666667rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
}

.l-text-icon i {
  position: absolute;
  left: 0;
  fill: #656f79;
}

aside .l-text-icon {
  margin-bottom: 10px;
}

.l-icon-tick:before {
  content: "";
  background: url("../images/icons-svg/icon-tick.svg");
  width: 15px;
  height: 15px;
  display: block;
  margin: 10px auto;
}

.l-icon-blank:before {
  width: 11px;
  height: 3px;
  background: #5BC6E8;
  content: "";
  display: inline-block;
}

.l-list-date ul li {
  margin-bottom: 30px;
}

.l-list-date ul li:last-child {
  margin-bottom: 0;
}

.l-list-date p {
  font-size: 1.0666666667rem;
  line-height: 1.6rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  margin: 0;
}

.l-period {
  display: table;
  margin-bottom: 15px;
  direction: ltr;
}

.l-period .date {
  display: table-cell;
  vertical-align: top;
  color: #2495d6;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 2.6666666667rem;
  line-height: 100%;
  position: relative;
  padding-bottom: 15px;
}

.l-period .date:after {
  content: "";
  width: 27px;
  height: 1px;
  background: #2495d6;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.l-period .hypen {
  display: inline-block;
  width: 20px;
  position: relative;
  top: 9px;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: bold;
  color: #2495D6;
  text-align: center;
}

.l-period .l-period__date {
  display: table-cell;
  vertical-align: top;
  padding-left: 12px;
}

.l-period .l-period__date span {
  display: block;
}

.l-period .l-period__date .month {
  color: #363636;
}

.l-period .l-period__date .month:after {
  display: none;
}

.l-period .l-period__date .year {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 0.9333333333rem;
  color: #363636;
  margin-top: -5px;
}

.l-period .l-period__date .year:after {
  display: none;
}

.l-video {
  position: relative;
  display: inline-block;
  width: 100%;
}

.l-wid,
.l-wid--block {
  margin-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 992px) {

  .l-wid,
  .l-wid--block {
    margin-bottom: 20px;
  }
}

.l-wid hr,
.l-wid--block hr {
  margin: 40px 0 0;
}

@media (max-width: 992px) {

  .l-wid hr,
  .l-wid--block hr {
    margin: 20px 0 0;
  }
}

.l-wid--block {
  padding: 40px 30px;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .l-wid--block {
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  .l-wid--block {
    padding: 20px;
  }
}

.l-wid--block+.l-wid--block {
  padding-top: 0;
}

.l-wid--sep {
  padding-bottom: 32px;
  border-bottom: 1px solid #cecdcd;
}

@media (max-width: 767px) {
  .l-wid--sep {
    padding-bottom: 20px;
  }
}

.l-box {
  padding-right: 60px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1200px) {
  .l-box {
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .l-box {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .l-box {
    margin-bottom: 20px;
  }
}

.l-box h5 {
  margin-bottom: 17px;
}

.l-nomargin.l-nomargin {
  margin: 0;
}

.l-card-list {
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .l-card-list {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .l-card-list {
    margin-bottom: 20px;
  }
}

.l-card-list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .l-card-list ul {
    display: block;
  }
}

.l-card-list li {
  margin-right: 64px;
}

.l-card-list li:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .l-card-list li {
    margin: 2%;
    width: 46%;
    float: left;
  }
}

.l-card {
  text-align: center;
  transition: all ease 1s;
}

.l-card figure {
  margin: 0 0 30px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .l-card figure {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
  }
}

.l-card figure a {
  display: block;
}

.l-card figure a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  border: 10px solid #5BC6E8;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease 1s;
}

.l-card figure img {
  display: inline-block;
}

.l-card h4 {
  margin: 0 0 20px;
}

.l-card h4 span {
  display: block;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  margin: 5px 0;
  line-height: 1.3333333333rem;
  font-weight: normal;
}

.l-card h4 a {
  color: #333;
}

.l-card h4 a:hover {
  color: #5BC6E8;
}

.l-card p {
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 1.3333333333rem;
  line-height: 2rem;
  color: #1E1656;
  margin-bottom: 35px;
}

.l-card:hover figure a:before {
  opacity: 1;
}

.l-card:hover h4 a {
  color: #5BC6E8;
}

.l-accordion {
  margin-bottom: 5px;
}

.l-accordion .l-accordion__content {
  padding: 50px 32px 20px;
  display: none;
}

.l-accordion .l-accordion__content.show {
  display: block;
}

.l-accordion .l-accordion__content:last-child {
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  .l-accordion .l-accordion__content {
    padding: 40px 32px 20px;
  }
}

@media (max-width: 992px) {
  .l-accordion .l-accordion__content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .l-accordion .l-accordion__content {
    padding: 10px;
  }
}

.l-accordion .l-accordion__title {
  background: #eee;
  margin-bottom: 5px;
  cursor: pointer;
  color: #0d55b3;
  display: table;
  width: 100%;
  position: relative;
}

.l-accordion .l-accordion__title>span {
  position: relative;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 60px 15px 30px;
}

@media (max-width: 992px) {
  .l-accordion .l-accordion__title>span {
    height: 60px;
    padding: 15px 50px 15px 20px;
  }
}

.l-accordion .l-accordion__title:after,
.l-accordion .l-accordion__title:before {
  background: #0d55b3;
  content: "";
  height: 2px;
  right: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
}

@media (max-width: 992px) {

  .l-accordion .l-accordion__title:after,
  .l-accordion .l-accordion__title:before {
    right: 20px;
  }
}

.l-accordion .l-accordion__title:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-accordion .l-accordion__title.active:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.l-accordion .aside-filter__block>li:last-of-type .l-accordion-title {
  border-bottom: none;
}

aside .l-accordion .l-accordion__content {
  background: #c0e1f5;
  padding: 0;
}

aside .l-accordion .l-accordion__title {
  background: #e7f4fd;
  border-bottom: 1px solid #b9cbdd;
  transition: background 200ms ease-out;
  position: relative;
  color: #333;
  margin: 0;
}

aside .l-accordion .l-accordion__title:after,
aside .l-accordion .l-accordion__title:before {
  background: url(../images/bg-minus.jpg) no-repeat center center #0d55b3;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

@media (max-width: 1200px) {

  aside .l-accordion .l-accordion__title:after,
  aside .l-accordion .l-accordion__title:before {
    right: 12px;
  }
}

aside .l-accordion .l-accordion__title:after {
  background-color: transparent;
}

aside .l-accordion .l-accordion__title>span {
  padding: 0 75px 0 32px;
}

@media (max-width: 1200px) {
  aside .l-accordion .l-accordion__title>span {
    padding: 0 50px 0 20px;
  }
}

aside .l-accordion--md .l-accordion__title {
  font-size: 1.0666666667rem;
  color: #00295E;
  font-family: "robotomedium";
  /* rtl: tahoma */
  display: block;
  line-height: 1.2rem;
  border-bottom: 1px solid #b9cbdd;
}

aside .l-accordion--md .l-accordion__title.hide-collapse:after,
aside .l-accordion--md .l-accordion__title.hide-collapse:before {
  display: none;
}

aside .l-accordion--md .l-accordion__title.hide-collapse {
  cursor: default;
}

aside .l-accordion--md .l-accordion__title.active {
  border: none;
}

aside .l-accordion--md .l-accordion__title:after,
aside .l-accordion--md .l-accordion__title:before {
  right: 42px;
  background: #0d55b3;
  width: 12px;
  height: 2px;
}

@media (max-width: 1200px) {

  aside .l-accordion--md .l-accordion__title:after,
  aside .l-accordion--md .l-accordion__title:before {
    right: 20px;
  }
}

aside .l-accordion--md .l-accordion__title>span {
  padding: 20px 110px 20px 32px;
}

@media (max-width: 1200px) {
  aside .l-accordion--md .l-accordion__title>span {
    padding: 20px 45px 20px 20px;
  }
}

aside .l-accordion--md .l-accordion__title small {
  display: block;
  overflow: hidden;
  margin-top: 8px;
}

aside .l-accordion--md .l-accordion__title i {
  background: #74BBE5;
  color: #fff;
  font-size: 0.8666666667rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  padding: 5px;
  display: inline-block;
  font-style: normal;
}

aside .l-accordion--md .l-accordion__title.active {
  background: #c0e1f5;
}

aside .l-accordion--md .l-accordion__content {
  padding: 20px 32px;
  position: relative;
}

@media (max-width: 1200px) {
  aside .l-accordion--md .l-accordion__content {
    padding: 20px;
  }
}

aside .l-accordion--md .l-accordion__content.show {
  border-bottom: 1px solid #b9cbdd;
}

aside .l-accordion--md .l-accordion__content:last-child {
  padding-bottom: 20px;
}

aside .l-accordion--md .l-accordion__title+.l-accordion__content:before {
  content: "";
  width: calc(100% - 64px);
  height: 1px;
  background: #9abcd7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  aside .l-accordion--md .l-accordion__title+.l-accordion__content:before {
    width: calc(100% - 40px);
  }
}

.l-view-wrap li {
  float: left;
  margin: 0 0 0 20px;
  padding: 10px;
}

@media (max-width: 992px) {
  .l-view-wrap li {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .l-view-wrap li {
    margin: 0 0 0 5px;
    padding: 5px;
  }
}

@media (max-width: 540px) {
  .l-view-wrap li {
    margin: 0 0 0 5px;
  }
}

.l-view-wrap li a {
  padding: 0;
  margin: 0;
}

.l-view-wrap li:first-child {
  margin-left: 10px;
}

.l-view-wrap li.active {
  background: #dfe8f1;
}

.l-view-wrap li.active i.l-icon {
  fill: #00295e;
}

.l-view-wrap li:hover i.l-icon {
  fill: #34619b;
}

.l-view-wrap li span {
  font-size: 0.8rem;
  width: 120px;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  line-height: 14px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .l-view-wrap li span {
    display: none;
  }
}

.l-view-wrap i.l-icon {
  fill: #7b858b;
  transition: all ease 1s;
}

.l-select-lg .l-select {
  border: none;
}

.l-select-lg .l-select:after {
  background: url(../images/icons-svg/icon-arw-down.svg) no-repeat;
  border: none;
  width: 11px;
  height: 8px;
  margin-top: 3px;
}

.l-select-lg .l-select:before {
  border-radius: 100%;
  background: #e2ebf1;
  width: 35px;
  height: 35px;
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.l-select-lg select {
  height: 100%;
}

.l-select-lg .l-select__holder {
  font-family: "robotobold";
  /* rtl: tahoma */
  color: #333333;
  font-size: 2.6666666667rem;
  padding: 0;
}

.l-content {
  margin-bottom: 90px;
  padding-top: 20px;
  position: relative;
}

@media (max-width: 992px) {
  .l-content {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .l-content {
    margin-bottom: 20px;
  }
}

.clearfix:after,
.l-wrap:after,
aside:after,
.l-article:after,
.l-content:after,
.mez.college .college__block:after,
.mez.connect li:after,
.mez.department .department__block:after,
.event-gallery .event-gallery__head:after,
.mez.faculty-education:after,
.mez.faculty-experience:after,
.mez.news--grid .thumb-block__wrap:after,
.mez.spotlight--academics .spotlight__features:after {
  content: "";
  display: table;
  clear: both;
}

.no-data {
  background: #74BBE5;
  color: #fff;
  padding: 20px;
  font-family: "robotomedium";
  /* rtl: tahoma */
  text-transform: uppercase;
}

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination li {
  width: 40px;
}

@media (max-width: 540px) {
  .pagination li {
    width: 30px;
  }
}

.pagination li a,
.pagination li.current {
  position: relative;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  margin-left: -1px;
  color: #333;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 0.9333333333rem;
  line-height: 22px;
  text-align: center;
  height: 33px;
}

.pagination li a:hover,
.pagination li.current:hover {
  color: #5BC6E8;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination li.current {
  background: #5BC6E8;

  color: #FFF;
  border: none;
}

.pagination li.current:hover {
  background: #5BC6E8;
  color: #FFF;
}

.pagination li.pager-first a,
.pagination li.pager-previous a,
.pagination li.pager-last a,
.pagination li.pager-next a {
  font-size: 1.4rem;
  line-height: 18px;
}

.pagination li.first {
  padding-top: 5px !important;
  ;
}

.pagination li.pager-first.first {
  padding-top: 0 !important;
}

.msg-no-events {
  font-size: 1.4666666667rem;
  color: #5d5a88;
}

.wmg-close {
  position: absolute;
  color: #64d0f2;
  right: 0;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 15px;
}

.wmg-close:hover {
  color: #FFF;
}

.email a {
  word-break: break-all;
}

.l-article table.bg-oddeven tr td:nth-child(2n+1) {
  background-color: #e7f4fc;
}

@media (max-width: 767px) {
  .l-article .l-table--article {
    display: block;
  }

  .l-article .l-table--article th {
    display: none;
  }

  .l-article .l-table--article.show-th-mob th {
    width: 100%;
    display: block;
  }

  .l-article .l-table--article tr td.bg-mob,
  .l-article table.bg-oddeven tr td.bg-mob {
    background-color: #c1e7ff;
  }

  .l-article .l-table--article tr {
    display: block;
  }

  .l-article .l-table--article tr.header {
    margin-top: 15px;
  }

  .l-article .l-table--article td {
    display: block;
    padding: 15px 20px;
    margin-bottom: 2px;
  }

  .l-article .l-table--article td .only-mobile {
    font-weight: bold;
  }

  .l-article .l-table--article td:before {
    content: attr(datat-title);
    display: block;
  }

  .l-article .l-table--article tbody {
    width: 100%;
    display: block;
  }

  .l-article .l-table--article td[data-title]:before {
    content: attr(data-title);
    font-family: "robotobold";
    /* rtl: tahoma */
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 15px;
  }

  .l-article table.bg-oddeven tr td {
    border: none;
  }

}


@media (min-width: 1199px) and (max-width: 1440px) {

  .l-article table.thin-lg tr th,
  .l-article table.thin-lg tr td {
    padding: 15px 20px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .l-article table.thin-md tr th,
  .l-article table.thin-md tr td {
    padding: 12px 15px;
  }

}

@media (min-width: 768px) and (max-width: 992px) {

  .l-article table.thin-sm tr th,
  .l-article table.thin-sm tr td {
    padding: 12px 15px;
    font-size: 1.1rem;
  }

}

@media (min-width: 768px) {
  .l-article .l-table--article td .only-mobile {
    display: none;
  }

  /*=== table border ===*/
  .l-article .l-table--article .t-not-border-top {
    border-top: none;
  }

  .l-article .l-table--article .t-not-border-bottom {
    border-bottom: none;
  }

  .l-article .l-table--article .t-not-border-left {
    border-left: none;
  }

  .l-article .l-table--article .t-not-border-right {
    border-right: none;
  }

}

@media (max-width: 767px) {
  .l-table {
    overflow: hidden;
    overflow-x: scroll;
  }


}

.l-hover a {
  display: block;
  position: relative;
}

.l-hover a:before {
  content: "";
  width: 90%;
  height: 90%;
  border: 3px solid #5BC6E8;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  transition: all .8s;
}

@media (max-width: 767px) {
  .l-hover a:before {
    display: none;
  }
}

.l-hover a:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.5;
}

.l-loader--white:after,
.mez.calendar-head+div[ng-show]:after,
.mez.message .message__video:after,
.mez.slider--home .slider__content:after,
.mez.spotlight .spotlight__slider:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #FFF url(../images/loader-white.gif) no-repeat center;
  background-size: 50px;
  z-index: 999;
  opacity: 1;
  transition: opacity 1s;
  pointer-events: none;
}

.filter__check li {
  margin-bottom: 10px;
}

.filter__check li:last-child {
  margin-bottom: 0;
}

.l-time {
  direction: ltr;
  display: block;
}

.l-time em {
  display: inline-block;
  direction: ltr;
}

.l-time em:nth-child(2) {
  padding: 0 4px;
}

/* SVG icons */
.l-icon {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.l-icon--fb {
  background-image: url(../images/icons-svg/icon-fb.svg);
}

.l-icon--tw {
  background-image: url(../images/icons-svg/icon-twitter.svg);
}

.l-icon--yt {
  background-image: url(../images/icons-svg/icon-youtube.svg);
}

.l-icon--in {
  background-image: url(../images/icons-svg/icon-instagram.svg);
}

.l-icon--li {
  background-image: url(../images/icons-svg/icon-linkedin.svg);
}

.l-icon--arrow-primary {
  background-image: url(../images/icons-svg/icon-arrow-primary.svg);
}

.l-icon--fb-blue {
  background-image: url(../images/icons-svg/icon-fb-blue.svg);
}

.l-icon--twitter-blue {
  background-image: url(../images/icons-svg/icon-twt-blue.svg);
}

.l-feedicon--tw:before,
.l-feedicon--fb:before,
.l-feedicon--in:before {
  border-right: 1px solid #a1a1a1;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-top: 4px;
}

.l-feedicon--tw:before {
  background: transparent url("../images/icons-svg/twitter.svg") no-repeat scroll 0 1px/18px auto;
  width: 30px;
  height: 16px;
}

.l-feedicon--fb:before {
  background: transparent url("../images/icons-svg/fb.svg") no-repeat scroll 0 1px/8px auto;
  width: 22px;
  height: 16px;
}

.l-feedicon--in:before {
  background: transparent url("../images/icons-svg/icon-insta.svg") no-repeat scroll 0 1px/16px auto;
  height: 18px;
  width: 26px;
}

/*@import start*/
/* academic starts here */
.mez.academic .tab-content {
  padding: 40px 0;
}

.mez.academic .l-share ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin: 0 auto;
  padding: 0;
}

.mez.academic .l-share ul li {
  padding: 0;
  margin: 0 auto;
}

.mez.academic .l-share .l-icon svg {
  fill: #a8a8a8;
}

.mez.academic .l-share .l-card {
  margin-bottom: 30px;
}

.mez.academic .sorter hr {
  margin: 23px 0;
}

/* academic ends here */
.mez.academic--main .filter--calendar {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 15px;
}

.mez.academic--main .filter--calendar ul.filter__check {
  padding-bottom: 20px;
}

/* alert starts here */
.mez.alert {
  background: #ccecfa;
}

/*
.menu-enabled .mez.alert {
  padding-top: 70px;
}
*/
@media (max-width: 767px) {
  .menu-enabled .mez.alert {
    padding-top: 0;
  }
}

.mez.alert .messages {
  padding: 20px;
}

.mez.alert .element-invisible {
  display: none;
}

.mez.alert h2 {
  color: #FFF;
  text-transform: uppercase;
}

.mez.alert p {
  color: #333;
  margin: 0;
}

.mez.alert .status p {
  margin: 0;
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.mez.alert ul {
  margin: 20px 0 0;
}

.mez.alert ul li {
  padding-bottom: 5px;
}


.bg-yellow .hu.alert,
.bg-yellow-light .hu.alert,
.bg-yellow .hu.alert .l-icon,
.bg-yellow-light .hu.alert .l-icon,
.bg-yellow .hu.alert .close,
.bg-yellow-light .hu.alert .close {
  color: #000;
  fill: #000;
}

.bg-yellow .l-btn,
.bg-yellow-light .l-btn {
  border-color: #066cc1;
  color: #066cc1;
}

.bg-yellow .l-btn:hover,
.bg-yellow-light .l-btn:hover {
  border-color: transparent;
}

.hu.alert {
  position: relative;
  padding: 1rem 0;
  padding-right: 30px;
  border: 1px solid transparent;
  border-radius: .25rem;
  width: 100%;
}

.hu.alert,
.hu.alert .l-icon {
  color: #fff;
  fill: #fff;
}

.hu.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem;
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.hu.alert.alertIcon,
.hu.alert.alertIcon-btn {
  display: table;
  content: "";
}

.hu.alert.alertIcon .l-icon {
  width: 30px;
  margin-right: 20px;
  float: left;
  height: 30px;
  fill: #fff;
}

.bg-yellow .hu.alert.alertIcon .l-icon {
  fill: #333;
}

.hu.alert.alertIcon .alert-text {
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: left;
  width: calc(100% - 58px);
}

.hu.alert.alertIcon .alert-text p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.hu.alert.alertIcon-btn .l-icon {
  width: 30px;
  margin-right: 20px;
  float: left;
  height: 30px;
}

.hu.alert.alertIcon-btn .alert-text {
  padding: 0;
  margin: 0;
  font-size: 14px;
  float: left;
  width: calc(100% - 58px);
}


.hu.alert.alertIcon-btn .alert-btn {
  text-align: left;
  padding-top: 20px;
  display: table;
  content: "";
  width: 100%;
}

.hu.alert .alert-form input {
  max-width: 200px;
  width: 100%;
  margin-right: 15px;
}

.hu.alert .alert-form .l-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 540px) {
  .hu.alert {
    padding-right: 10px;
  }

  .hu.alert .close {
    right: -20px;
  }

  .hu.alert.alertIcon-btn.btn2 .alert-btn {
    width: 100%;
  }

  .hu.alert.alertIcon-btn.btn2 .alert-btn a {
    display: block;
    margin-bottom: 20px;
  }

  .hu.alert .alert-form input {
    float: none;
    display: inherit;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .hu.alert.alertIcon-btn {
    display: flex;
    padding-right: 50px;
  }

  .hu.alert.alertIcon-btn .alert-btn {
    width: 25%;
    text-align: right;
    padding-top: 0;
  }

  .hu.alert.alertIcon-btn .alert-btn .l-btn+.l-btn {
    margin-left: 15px;
  }

  .hu.alert.alertIcon-btn.btn2 .alert-text {
    width: 45%
  }

  .hu.alert.alertIcon-btn.btn2 .alert-btn {
    width: 55%;
  }

  .hu.alert .alert-form .l-btn {
    padding-top: 9px;
    padding-bottom: 8px;
  }
}

@media (min-width: 1440px) {
  .hu.alert.alertIcon-btn.btn2 .alert-text {
    width: 60%
  }

  .hu.alert.alertIcon-btn.btn2 .alert-btn {
    width: 40%;
  }
}

.hu.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 15px;
  border-radius: 4px;
}

.hu.alert.alert-danger .close {
  color: #a94442;
}

/* alert ends here */

/* alumni starts here */
.mez.alumni .card-list figure {
  max-width: 320px;
}

@media (max-width: 767px) {
  .mez.alumni .card-list ul {
    margin: 0;
  }
}

.mez.alumni .card-list li {
  width: 25%;
  margin-bottom: 65px;
}

@media (max-width: 1200px) {
  .mez.alumni .card-list li {
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  .mez.alumni .card-list li {
    margin-bottom: 35px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .mez.alumni .card-list li {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e4e4;
  }

  .mez.alumni .card-list li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 540px) {
  .mez.alumni .card-list li {
    width: 90%;
  }
}

.mez.alumni [class*='col-']:nth-child(2) {
  text-align: right;
}

@media (max-width: 992px) {
  .mez.alumni [class*='col-']:nth-child(2) {
    text-align: left;
  }
}

.mez.alumni .alumni__summary {
  margin-bottom: 35px;
}

.mez.alumni .card-list--alumni .l-card h4 {
  margin-bottom: 0;
}

/* alumni ends here */
/* aside-filter starts here */
.mez.aside-filter .filter__check label {
  color: #3D6389;
  vertical-align: top;
}

.mez.aside-filter .filter__check li.selected label {
  color: #00295e;
}

.mez.aside-filter .filter__check input[type="checkbox"]+label:before {
  border-color: #9aceed;
}

.mez.aside-filter .l-accordion {
  margin-bottom: 0;
}

/* aside-filter ends here */
/* aside-info starts here */
.mez.aside-info {
  background-color: #2494d6;
  color: #fff;
  padding: 60px 32px;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.625rem;
}

.mez.aside-info h1,
.mez.aside-info h2,
.mez.aside-info h3,
.mez.aside-info h4,
.mez.aside-info h5,
.mez.aside-info h6,
.mez.aside-info p,
.mez.aside-info span,
.mez.aside-info a,
.mez.aside-info a:hover {
  color: #fff;
}

@media (max-width: 992px) {
  .mez.aside-info {
    padding: 30px 20px;
  }
}

.mez.aside-info p {
  margin-bottom: 35px;
  color: #fff;
}

@media (max-width: 992px) {
  .mez.aside-info p {
    margin-bottom: 20px;
  }
}

.mez.aside-info p:last-of-type {
  margin-bottom: 0;
}

/* aside-info ends here */
.mez.aside-info--light {
  background-color: #e9f4fb;
  margin-bottom: 0;
}

.mez.aside-info--light p,
.mez.aside-info--light li {
  color: #333;
}

.mez.aside-info--light li {
  padding-left: 30px;
  padding-bottom: 15px;
  position: relative;
}

.mez.aside-info--light li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #2394d5;
  position: absolute;
  top: 8px;
  left: 0;
}

/* aside-blockquote starts here */
.mez.aside-blockquote {
  background-color: #0088CE;
  padding: 40px 35px 40px;
}

@media (max-width: 767px) {
  .mez.aside-blockquote {
    padding: 20px;
  }
}

.mez.aside-blockquote .aside-blockquote__block {
  position: relative;
  padding-top: 110px;
}

@media (max-width: 767px) {
  .mez.aside-blockquote .aside-blockquote__block {
    padding-top: 40px;
  }
}

.mez.aside-blockquote .aside-blockquote__block:before {
  content: "";
  width: 89px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icons-svg/icon-quote-white.svg") no-repeat left top;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .mez.aside-blockquote .aside-blockquote__block:before {
    width: 40px;
    height: 35px;
  }
}

.mez.aside-blockquote p {
  color: #fff;
  line-height: 2.0666666667rem;
  margin-bottom: 30px;
}

.mez.aside-blockquote h5 {
  color: #fff;
  margin: 0;
}

.mez.aside-blockquote h5 span {
  font-size: 1.0666666667rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  color: #fff;
  display: block;
  line-height: 32px;
}

.mez.aside-blockquote .slick-list {
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .mez.aside-blockquote .slick-list {
    padding-bottom: 30px;
  }
}

.mez.aside-blockquote .aside-blockquote__dots {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: left;
  width: auto;
  z-index: 2;
}

.mez.aside-blockquote .aside-blockquote__dots li {
  list-style: none;
  display: inline-block;
}

.mez.aside-blockquote .aside-blockquote__dots li.slick-active button {
  border-left-color: #0088CE;
  /* rtl:  #0088CE */
}

.mez.aside-blockquote .aside-blockquote__dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-left-color: rgba(255, 255, 255, 0.6);
  /* rtl: rgba(151, 146, 146, 0.9) */
  background: none;
  padding: 0;
}

[dir='rtl'] .mez.aside-blockquote .aside-blockquote__dots li button {
  -webkit-transform: scale(-1);
  transform: scale(-1);
  /*rtl:ignore*/
}

.mez.aside-blockquote .aside-blockquote__dots li button:focus {
  box-shadow: none;
  outline: none;
}

/* aside-blockquote ends here */
/* aside-nav starts here */
.mez.aside-nav {
  background-color: #093c7e;
  padding: 40px 0 0;
}

@media (max-width: 992px) {
  .mez.aside-nav {
    padding: 20px 0 0;
  }
}

.mez.aside-nav li {
  padding: 0 32px 20px;
  position: relative;
}

@media (max-width: 992px) {
  .mez.aside-nav li {
    padding: 0 20px 20px;
  }
}

@media (max-width: 767px) {
  .mez.aside-nav li {
    padding: 0 20px 15px;
  }
}

.mez.aside-nav li:last-child {
  padding-bottom: 0;
}

.mez.aside-nav li:last-child a {
  border: none;
}

.mez.aside-nav li a {
  color: #fff;
  border-bottom: 1px solid #22508b;
  display: block;
  padding: 0 0 20px 5px;
}

@media (max-width: 767px) {
  .mez.aside-nav li a {
    padding: 0 0 15px 5px;
  }
}

.mez.aside-nav li:before {
  content: "";
  position: absolute;
  height: 24px;
  width: 6px;
  left: 0;
  display: none;
}

.mez.aside-nav li:last-child a {
  border: 0;
}

.mez.aside-nav li:hover a {
  color: #2495d6;
}

.mez.aside-nav.nav-fixed {
  position: fixed;
  top: 60px;
  width: 21%;
}

/* aside-nav ends here */
/* aside-result starts here */
.mez.aside-result h3 {
  padding: 42px 33px 30px;
  margin: 0;
}

@media (max-width: 1200px) {
  .mez.aside-result h3 {
    padding: 32px 23px 20px;
  }
}

.mez.aside-result h3.all-filter-sidebar {
  border-bottom: 1px solid #b9cbdd;
  transition: background .5s;
}

.mez.aside-result h3.all-filter-sidebar:hover {
  cursor: pointer;
  color: #FFF;
  background: #0088CE;
  border-bottom: 1px solid #1874b2;
}

.mez.aside-result h3.all-filter-sidebar.active {
  background: #0088CE;
  border-bottom: 1px solid #1874b2;
  color: #fff;
}

.mez.aside-result .no-bubble li:before {
  display: none;
}

.mez.aside-result li {
  cursor: pointer;
  display: block;
  background: #e7f4fd;
  border-bottom: 1px solid #b9cbdd;
  font-size: 1.0666666667rem;
  font-family: "robotomedium";
  /* rtl: tahoma */
  color: #00295E;
  padding: 30px 75px 30px 33px;
  position: relative;
  transition: background .5s;
}

@media (max-width: 1200px) {
  .mez.aside-result li {
    padding: 20px 65px 20px 23px;
  }
}

@media (max-width: 767px) {
  .mez.aside-result li {
    padding: 15px 52px 15px 23px;
  }
}

.mez.aside-result li:before {
  content: attr(data-title);
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FFF;
  border-radius: 100%;
  font-size: 0.9333333333rem;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .mez.aside-result li:before {
    right: 13px;
  }
}

.mez.aside-result li.l-link:before {
  display: none;
}

.mez.aside-result li:hover {
  background: #49aae3;
  border-bottom: 1px solid #1874b2;
  color: #fff;
}

.mez.aside-result li:hover:before {
  color: #0088CE;
}

.mez.aside-result li.active {
  background: #0088CE;
  border-bottom: 1px solid #1874b2;
  color: #fff;
}

.mez.aside-result li.active:before {
  color: #0088CE;
}

.mez.aside-result li:first-child {
  border-top: 1px solid #b9cbdd;
}

.mez.aside-result .l-link {
  color: #0d56b4;
  display: block;
  text-transform: uppercase;
  font-size: 0.8666666667rem;
}

@media (max-width: 1200px) {
  .mez.aside-result .l-link {
    margin: 20px 23px;
  }
}

@media (max-width: 767px) {
  .mez.aside-result .l-link {
    margin: 0;
  }
}

.mez.aside-result .l-link svg {
  fill: #1a1818;
}

.mez.aside-result .l-link:hover {
  color: #00295E;
}

.mez.aside-result .filter__check {
  background: #0088CE;
  border: none;
}

.mez.aside-result .filter__check li {
  background: transparent;
  padding: 15px 30px;
  color: #FFF;
  cursor: initial;
}

.mez.aside-result .filter__check li:first-child {
  border: none;
}

.mez.aside-result .filter__check li:before {
  display: none;
}

.mez.aside-result .filter__check li:hover {
  background: transparent;
}

.mez.aside-result .filter__check li label {
  margin-bottom: 0;
  color: #FFF;
}

.mez.aside-result .aside-result__terms li {
  padding: 0;
}

.mez.aside-result .aside-result__terms li:before {
  display: none;
}

.mez.aside-result .aside-result__terms li.no-data {
  text-transform: none;
}

.mez.aside-result .aside-result__terms li label {
  padding: 30px 33px;
  margin: 0;
  width: 100%;
  display: block;
}

@media (max-width: 1200px) {
  .mez.aside-result .aside-result__terms li label {
    padding: 20px 23px;
  }
}

@media (max-width: 767px) {
  .mez.aside-result .aside-result__terms li label {
    padding: 15px 23px;
  }
}

.mez.aside-result .aside-result__terms li label:before {
  position: static;
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.mez.aside-result .aside-result__terms li label span {
  display: table-cell;
}

.mez.aside-result .no-bubble:before {
  display: none;
}

/* aside-result ends here */
/* aside-search starts here */
.mez.aside-search {
  background: #c0e1f5;
  padding: 50px 32px;
}

@media (max-width: 1200px) {
  .mez.aside-search {
    padding: 30px 20px;
  }
}

@media (max-width: 992px) {
  .mez.aside-search {
    padding: 20px;
  }
}

.mez.aside-search .aside-search__box {
  position: relative;
}

.mez.aside-search input[type="text"] {
  min-height: 50px;
  border: none;
  outline: none;
  padding: 0px 40px 0 28px;
  color: #656f79;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
}

.mez.aside-search .search-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 2;
  cursor: pointer;
}

/* aside-search ends here */
/* aside-video starts here */
.mez.aside-video h3 {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 1.0666666667rem;
  margin-bottom: 10px;
}

.mez.aside-video .l-video .l-btn-play {
  background-size: 18px 14px;
  background-position: 11px 12px;
  height: 38px;
  width: 38px;
}

@media (max-width: 992px) {
  .mez.aside-video .l-video {
    width: auto;
  }
}

@media (max-width: 540px) {
  .mez.aside-video .l-video {
    width: 100%;
  }

  .mez.aside-video .l-video img {
    width: 100%;
  }
}

/* aside-video ends here */
/* card-list starts here */
.mez.block-list ul {
  margin-left: -64px;
}

@media (max-width: 540px) {
  .mez.block-list ul {
    margin-left: 0;
  }
}

.mez.block-list ul li {
  float: left;
  width: 33%;
  text-align: center;
  padding-left: 64px;
}

@media (max-width: 767px) {
  .mez.block-list ul li {
    width: 50%;
  }
}

@media (max-width: 540px) {
  .mez.block-list ul li {
    width: 90%;
    float: none;
    border-bottom: 1px solid #ccc;
    margin: 0 auto 20px auto;
    padding: 0 0 20px 0;
  }

  .mez.block-list ul li:last-child {
    margin-bottom: 0;
    border: none;
  }
}

.mez.block-list ul li a {
  display: block;
}

.mez.block-list ul li a:hover h4 {
  color: #0088CE;
}

.mez.block-list ul li p:last-child {
  margin-bottom: 0;
}

.mez.block-list figure {
  padding-bottom: 34px;
  height: 130px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 992px) {
  .mez.block-list figure {
    padding-bottom: 20px;
  }
}

/* calendar starts here */
.mez.calendar .cal-row-head {
  background: #c0e1f5;
  font-family: "robotoregular";
  /* rtl: tahoma */
  color: #262626;
  margin-top: 28px;
}

.mez.calendar .cal-row-head [class*=cal-cell] {
  font-weight: normal;
  font-size: 1.0666666667rem;
  text-transform: uppercase;
  padding: 20px 5px;
  border-left: 1px solid #929698;
  /*rtl:ignore*/
}

@media (max-width: 767px) {
  .mez.calendar .cal-row-head [class*=cal-cell] {
    font-family: "robotobold";
    /* rtl: tahoma */
    font-weight: normal;
    /* rtl: bold */
  }
}

@media (max-width: 540px) {
  .mez.calendar .cal-row-head [class*=cal-cell] {
    padding: 10px 5px;
  }
}

.mez.calendar .cal-row-head [class*=cal-cell]:first-child {
  border: none;
}

.mez.calendar .cal-month-box [class*=cal-cell],
.mez.calendar .cal-year-box [class*=span] {
  border-color: #cecece;
}

.mez.calendar .cal-month-box,
.mez.calendar .cal-week-box,
.mez.calendar .cal-year-box {
  border-color: #cecece;
}

.mez.calendar span[data-cal-date] {
  font-size: 3rem;
  font-family: "robotolight";
  /* rtl: tahoma */
  color: #636363;
  margin: 0;
  opacity: 1;
  transition: 0.8s;
}

@media (max-width: 767px) {
  .mez.calendar span[data-cal-date] {
    font-size: 2.3333333333rem;
  }
}

@media (max-width: 540px) {
  .mez.calendar span[data-cal-date] {
    font-size: 1.6666666667rem;
    font-family: "robotomedium";
    /* rtl: tahoma */
  }
}

.mez.calendar .cal-day-outmonth {
  background: #fff;
}

.mez.calendar .cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
}

.mez.calendar .cal-context {
  background: #fafafa;
}

.mez.calendar .cal-row-fluid:hover,
.mez.calendar .cal-year-box .row:hover {
  background: #ecebeb;
}

.mez.calendar .cal-month-box [class*=cal-cell],
.mez.calendar .cal-year-box [class*=span] {
  min-height: 118px;
}

@media (max-width: 767px) {

  .mez.calendar .cal-month-box [class*=cal-cell],
  .mez.calendar .cal-year-box [class*=span] {
    min-height: 100px;
  }
}

@media (max-width: 540px) {

  .mez.calendar .cal-month-box [class*=cal-cell],
  .mez.calendar .cal-year-box [class*=span] {
    min-height: 90px;
  }
}

.mez.calendar [class*=cal-cell]:hover {
  background: #c0e1f5;
}

[dir='rtl'] .mez.calendar .events-list {
  left: auto !important;
  /*rtl:ignore*/
  right: 0 !important;
  /*rtl:ignore*/
}

.mez.calendar .cal-month-day {
  height: 118px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: 0.8s;
}

@media (max-width: 767px) {
  .mez.calendar .cal-month-day {
    height: 100px;
  }
}

@media (max-width: 540px) {
  .mez.calendar .cal-month-day {
    height: 90px;
  }
}

.mez.calendar .cal-month-day:hover span[data-cal-date] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .mez.calendar .cal-month-day:hover span[data-cal-date] {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.mez.calendar .cal-month-day.cal-day-today {
  background: #c0e1f5;
  box-shadow: inset 0px 0px 7px 0px rgba(49, 121, 163, 0.6);
}

.mez.calendar .cal-month-day .cal-events-num {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 8px;
  right: 8px;
  border: 1px solid #4fa8dd;
  border-radius: 100%;
  font-size: 0.9333333333rem;
  color: #093c7e;
  font-family: "robotomedium";
  /* rtl: tahoma */
  margin: 0;
  background: #fff;
  text-align: center;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .mez.calendar .cal-month-day .cal-events-num {
    top: 3px;
    right: 3px;
  }
}

@media (max-width: 767px) {
  .mez.calendar .event {
    display: none;
  }
}

.mez.calendar .calendar__title {
  position: relative;
  height: 50px;
  text-align: center;
}

.mez.calendar .calendar__title .btn.prev,
.mez.calendar .calendar__title .btn.next {
  position: absolute;
  top: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  display: block;
  background: #e7f4fd;
  border: none;
  border-radius: 100%;
  margin: 0;
  transition: all 0.2s;
  z-index: 2;
}

.mez.calendar .calendar__title .btn.prev:hover,
.mez.calendar .calendar__title .btn.next:hover {
  border: 3px solid #0088CE;
}

.mez.calendar .calendar__title .btn.prev:before,
.mez.calendar .calendar__title .btn.next:before {
  content: "";
  background: url(../images/icons-svg/icon-arw-direction.svg) no-repeat left top;
  width: 18px;
  height: 15px;
  z-index: 2333;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  /* rtl : ignore */
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

[dir='rtl'] .mez.calendar .calendar__title .btn.prev:before,
[dir='rtl'] .mez.calendar .calendar__title .btn.next:before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
  transform: translate(-50%, -50%) scale(-1);
}

.mez.calendar .calendar__title .btn.prev {
  left: 0px;
}

[dir='rtl'] .mez.calendar .calendar__title .btn.prev {
  left: auto;
  /*rtl:ignore*/
  right: 0;
  /*rtl:ignore*/
}

.mez.calendar .calendar__title .btn.prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg) scale(1);
  transform: translate(-50%, -50%) rotate(-180deg) scale(1);
}

[dir='rtl'] .mez.calendar .calendar__title .btn.prev:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.mez.calendar .calendar__title .btn.next {
  right: 0;
}

[dir='rtl'] .mez.calendar .calendar__title .btn.next {
  right: auto;
  /*rtl:ignore*/
  left: 0;
  /*rtl:ignore*/
}

.mez.calendar .calendar__title .btn.today {
  border: none;
  background: #e7f4fd;
  display: inline-block;
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 5px 30px;
  font-size: 1.2rem;
  margin-top: 14px;
  text-align: center;
  font-family: "robotoregular";
  /* rtl: tahoma */
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.mez.calendar .calendar__title .btn.today:before {
  display: none;
}

.mez.calendar .calendar__title .btn.today:hover {
  background: #0088CE;
  color: #fff;
}

.mez.calendar h3 {
  text-align: center;
}

.mez.calendar .cal-slide-content {
  background: #FFF;
  box-shadow: none;
  padding: 15px;
  margin-top: -1px;
}

.mez.calendar .cal-event-list li {
  border-top: 1px solid #ccc;
  padding: 15px 0 15px 20px;
  position: relative;
}

.mez.calendar .cal-event-list li:first-child {
  padding-top: 0;
  border: none;
}

.mez.calendar .cal-event-list li:first-child .event {
  top: 8px;
}

.mez.calendar .cal-event-list li:last-child {
  padding-bottom: 0;
}

.mez.calendar .cal-event-list li .event {
  position: absolute;
  left: 0;
  top: 22px;
  margin: 0;
  display: block;
}

.mez.calendar .cal-slide-content {
  background: #f3f3f3;
  border: 4px solid #0088CE;
}

.mez.calendar .cal-slide-content a {
  color: #333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.2rem;
}

.mez.calendar .cal-slide-content a:hover {
  color: #0088CE;
}

.mez.calendar .cal-day-tick {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13.5px 14px 13.5px;
  border-color: transparent transparent #0088CE transparent;
  background: transparent;
  border-radius: 0;
  padding: 0;
  bottom: -1px;
}

.mez.calendar .events-list {
  bottom: auto;
  top: 10px;
}

.mez.calendar #cal-week-box {
  font-size: 0.6666666667rem;
  left: -49px;
  /*rtl:ignore*/
  width: 48px;
  padding: 8px 3px;
}

@media (max-width: 767px) {
  .mez.calendar #cal-week-box {
    display: none;
  }
}

/* calendar ends here */
/* board-directors starts here */
.mez.board-directors h3 {
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .mez.board-directors h3 {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .mez.board-directors h3 {
    margin-bottom: 25px;
  }
}

.mez.board-directors p {
  margin-top: 30px;
}

.mez.board-directors .board-directors__listing {
  margin-bottom: 70px;
}

.mez.board-directors h5 {
  font-size: 1.0666666667rem;
  margin: 30px 0 10px;
  text-align: center;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  color: #333;
}

.mez.board-directors h5 span {
  display: block;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  margin: 5px 0;
  text-align: center;
  color: #333;
}

.mez.board-directors .l-card h4 {
  margin-bottom: 0;
}

/* board-directors ends here */
/* card starts here */
.mez.card {
  text-align: center;
}

.mez.card figure {
  margin: 0 0 30px;
}

.mez.card figure img {
  border-radius: 50%;
  display: inline-block;
}

.mez.card h4 {
  color: #333;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 1.0666666667rem;
  margin: 0 0 20px;
}

.mez.card h4 span {
  display: block;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  margin: 5px 0;
}

/* card ends here */
/* calendar-head starts here */
.mez.calendar-head {
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

@media (max-width: 540px) {
  .mez.calendar-head {
    padding-bottom: 20px;
  }
}

.mez.calendar-head+div[ng-show]:after {
  background-position: center top;
}

.mez.calendar-head+div[ng-show].ng-hide:after {
  top: 0px;
  opacity: 0;
  height: 0;
  transition: opacity 1s 1s, height 0s 2s;
}

.mez.calendar-head .l-view-wrap {
  position: absolute;
  right: 0;
  top: 20px;
}

@media (max-width: 767px) {
  .mez.calendar-head .l-view-wrap {
    top: 0;
  }
}

.mez.calendar-head .l-select-lg {
  display: inline-block;
  height: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .mez.calendar-head .l-select-lg {
    height: 37px;
  }
}

.mez.calendar-head .l-select-lg .l-select__holder {
  display: block;
  position: relative;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .mez.calendar-head .l-select-lg .l-select__holder {
    font-size: 1.5333333333rem;
    padding-top: 4px;
  }
}

.mez.calendar-head .l-select-lg .l-select__holder:before {
  background: url(../images/icons-svg/icon-arw-down.svg) no-repeat center center #e2ebf1;
  background-size: 35%;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mez.calendar-head .l-select-lg .l-styleds {
  width: 100%;
  height: 54px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* calendar-head ends here */
/* card-list starts here */
.mez.card-list {
  overflow: hidden;
}

.mez.card-list ul {
  margin-left: -64px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .mez.card-list ul {
    margin-left: -45px;
  }
}

@media (max-width: 1200px) {
  .mez.card-list ul {
    margin-left: -32px;
  }
}

@media (max-width: 540px) {
  .mez.card-list ul {
    margin-left: 0;
  }
}

.mez.card-list li {
  margin-bottom: 35px;
  list-style: none;
  width: 25%;
  padding-left: 64px;
  float: left;
}

@media (max-width: 1440px) {
  .mez.card-list li {
    padding-left: 45px;
  }
}

@media (max-width: 1200px) {
  .mez.card-list li {
    width: 33.33%;
    padding-left: 32px;
  }
}

@media (max-width: 767px) {
  .mez.card-list li {
    width: 50%;
  }
}

@media (max-width: 540px) {
  .mez.card-list li {
    width: 90%;
    float: none;
    border-bottom: 1px solid #ccc;
    margin: 0 auto 20px auto;
    padding: 0 0 20px 0;
  }

  .mez.card-list li:last-child {
    margin-bottom: 0;
    border: none;
  }
}

aside .mez.card-list ul {
  display: block;
  margin-left: 0;
}

aside .mez.card-list li {
  margin: 0;
  padding-left: 0;
}

@media (max-width: 540px) {
  aside .mez.card-list li {
    width: 100%;
    float: left;
  }
}

aside .mez.card-list figure {
  width: 220px;
  height: 220px;
  margin: 0 auto 30px auto;
}

aside .mez.card-list a {
  display: block;
}

aside .mez.card-list img {
  display: block;
}

@media (max-width: 767px) {
  aside .mez.card-list h4 {
    font-size: 14px;
  }
}

.mez.card-list .slick-slider .slick-arrow {
  width: 38px;
  height: 38px;
}

.mez.card-list .slick-slider .slick-arrow:before {
  width: 17px;
  height: 14px;
}

/* card-list ends here */
.mez.card-list--alumni .l-card img {
  width: 100%;
}

.mez.card-list--alumni .l-card h4 {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.4666666667rem;
  color: #1E1656;
}

.mez.card-list--alumni .l-card h4 span {
  color: #565656;
  font-size: 1.0666666667rem;
  font-family: "robotomedium";
  /* rtl: tahoma */
}

.mez.card-list--alumni .l-card h4 span:nth-child(1) {
  padding-top: 4px;
}

/* card-list--alumni ends here */
.mez.card-list--slider li {
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .mez.card-list--slider li {
    margin: 0;
    padding: 0;
    float: left;
  }
}

@media (max-width: 992px) {
  .mez.card-list--slider li figure {
    width: 200px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 540px) {
  .mez.card-list--slider li {
    border-bottom: none;
  }
}

.mez.card-list--slider .slick-slider .slick-prev {
  left: 64px;
}

@media (max-width: 1440px) {
  .mez.card-list--slider .slick-slider .slick-prev {
    left: 45px;
  }
}

@media (max-width: 1200px) {
  .mez.card-list--slider .slick-slider .slick-prev {
    left: 32px;
  }
}

@media (max-width: 540px) {
  .mez.card-list--slider .slick-slider .slick-prev {
    margin-left: 0;
    float: left;
    left: 0;
  }
}

/* calendar-list starts here */
.mez.calendar-list h3 {
  margin-bottom: 0px;
}

.mez.calendar-list h3 a {
  color: #333;
}

.mez.calendar-list h3 a:hover {
  color: #5BC6E8;
}

.mez.calendar-list h3+ul.tags {
  margin-top: 20px;
}

.mez.calendar-list .calendar-list__block>ul>li {
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 767px) {
  .mez.calendar-list .calendar-list__block>ul>li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.l-article .mez.calendar-list .calendar-list__block>ul>li {
  padding-left: 0;
}

.l-article .mez.calendar-list .calendar-list__block>ul>li:before {
  display: none;
}

.mez.calendar-list .table {
  display: table;
  width: 100%;
}

.mez.calendar-list .table>li {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .mez.calendar-list .table>li {
    height: 32px;
  }
}

@media (max-width: 992px) {
  .mez.calendar-list .table>li {
    height: 35px;
  }
}

.l-article .mez.calendar-list .table>li {
  padding-left: 0;
}

.l-article .mez.calendar-list .table>li:before {
  display: none;
}

@media (max-width: 767px) {
  .mez.calendar-list .table>li {
    overflow: hidden;
    margin-bottom: 15px;
  }

  .mez.calendar-list .table>li:last-child {
    margin-bottom: 0;
  }
}

.mez.calendar-list .table>li:nth-child(1) {
  width: 65%;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .mez.calendar-list .table>li:nth-child(1) {
    width: 75%;
  }
}

.mez.calendar-list .table>li:nth-child(2) {
  width: 35%;
}

@media (max-width: 767px) {
  .mez.calendar-list .table>li:nth-child(2) {
    width: 25%;
  }
}

.mez.calendar-list .tags {
  margin-left: -10px;
}

.mez.calendar-list .tags li {
  background: #f4f4f4;
  font-size: 0.8666666667rem;
  text-transform: uppercase;
  font-family: "robotomedium";
  /* rtl: tahoma */
  color: #0D56B4;
  min-width: 135px;
  margin-left: 10px;
  border-radius: 20px;
  display: inline-block;
  overflow: hidden;
}

.mez.calendar-list .tags li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 27px;
}

.mez.calendar-list .tags li a:hover {
  background: #00295E;
  color: #fff;
}

.mez.calendar-list .l-period {
  margin-bottom: 0;
  float: right;
}

.mez.calendar-list .l-period .date {
  padding-bottom: 0;
}

.mez.calendar-list .l-period .date:after {
  display: none;
}

.mez.calendar-list .l-period .l-period__date {
  padding-bottom: 0;
}

/* calendar-list ends here */
.mez.calendar-list--events .table>li:nth-child(2) {
  vertical-align: top;
}

.mez.calendar-list--events h4 {
  color: #5BC6E8;
  margin-bottom: 23px;
}

.mez.calendar-list--events h4+hr {
  margin: 0 0 23px;
}

.mez.calendar-list--events h3 {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  color: #333;
}

.mez.calendar-list--events h3 span {
  display: block;
  font-size: 1.0666666667rem;
  margin-top: 10px;
}

.mez.calendar-list--events p {
  color: #262626;
  margin-bottom: 0;
}

/* career starts here */
.mez.career {
  padding: 56px 0 0;
}

@media (max-width: 992px) {
  .mez.career {
    padding-top: 20px;
  }
}

.mez.career h3 {
  padding: 0 30px;
}

@media (max-width: 767px) {
  .mez.career h3 {
    padding: 0 20px;
  }
}

.mez.career li {
  padding: 18px 30px 25px;
  border-top: 1px solid #c3cbd5;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mez.career li {
    padding: 18px 20px 25px;
  }
}

.mez.career li:last-child {
  border-bottom: 1px solid #c3cbd5;
}

.mez.career h4 {
  margin-bottom: 10px;
}

.mez.career h4 a {
  color: #093C7E;
  margin-bottom: 10px;
  line-height: 1.375rem;
}

.mez.career h4 a:hover {
  color: #5BC6E8;
}

.mez.career .tag a {
  font-size: 0.8rem;
  color: #FFF;
  background: #74BBE5;
  padding: 7px 11px;
}

.mez.career .tag a:hover {
  background: #0d56b4;
}

.mez.career small {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  width: 38px;
  height: 38px;
  display: block;
}

.mez.career small:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 38px 38px 0;
  border-color: transparent #2dc604 transparent transparent;
}

.mez.career small i {
  position: absolute;
  right: 3px;
  top: 3px;
  font-style: normal;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-transform: capitalize;
  font-size: 12px;
  left: 15px;
}

/* career ends here */
/* center starts here */
.mez.center {
  background: url("../images/bg-center-01.png");
  padding: 40px 0;
  background-size: cover;
  text-align: center;
}

@media (max-width: 767px) {
  .mez.center {
    padding: 20px 0;
  }
}

.mez.center h2 {
  text-align: center;
  color: #fff;
}

.mez.center .center__details {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .mez.center .center__details {
    display: block;
  }
}

.mez.center p {
  color: #fff;
}

.mez.center a {
  text-align: center;
  display: inline-block;
}

.mez.center .center__block {
  width: 670px;
  display: table;
  height: 390px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .mez.center .center__block {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .mez.center .center__block {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}

.mez.center.center--sm {
  background: url("../images/bg-center-02.jpg") no-repeat left top;
  background-size: cover;
}

.mez.center.center--sm .center__block {
  height: 305px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .mez.center.center--sm .center__block {
    padding: 0 20px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .mez.center.center--sm .center__block {
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
}

.mez.center.center--sm p {
  color: #e4f0ff;
}

.mez.center.center--sm .l-btn,
.mez.center.center--sm .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.center.center--sm .views-submit-button {
  min-width: 192px;
}

/* center ends here */
/* city starts here */
.mez.city {
  text-align: center;
}

.mez.city h2 {
  font-family: "robotolight";
  /* rtl: tahoma */
  line-height: 2.6666666667rem;
  margin: 40px 0;
  padding: 0 30px;
}

@media (max-width: 992px) {
  .mez.city h2 {
    margin: 20px 0;
  }
}

.mez.city .l-separator {
  border-top: 5px solid #2494d6;
}

.mez.city p {
  color: #383838;
  font-size: 1.0666666667rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  line-height: 1.6rem;
  margin: 0 0 30px;
}

@media (max-width: 992px) {
  .mez.city p {
    margin: 0 0 20px;
  }
}

.mez.city .city__wrap {
  background-color: #2494d6;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mez.city .city__wrap {
    padding: 20px;
  }
}

.mez.city .city__wrap p:last-child {
  margin-bottom: 0;
}

.mez.city .city__wrap .city__block {
  padding: 48px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

@media (max-width: 1440px) {
  .mez.city .city__wrap .city__block {
    padding: 30px;
  }
}

@media (max-width: 1200px) {
  .mez.city .city__wrap .city__block {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .mez.city .city__wrap .city__block {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.mez.city .city__wrap .city__block ul {
  width: 100%;
}

.mez.city .city__wrap .city__block hr {
  margin: 28px 0;
}

@media (max-width: 992px) {
  .mez.city .city__wrap .city__block hr {
    margin: 18px 0;
  }
}

@media (max-width: 767px) {
  .mez.city .city__wrap .city__block hr {
    margin: 10px 0;
  }
}

.mez.city .city__wrap figure {
  text-align: left;
  background: #ccc;
  display: table-cell;
  width: 50%;
}

@media (max-width: 1200px) {
  .mez.city .city__wrap figure {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mez.city .city__wrap figure {
    display: block;
    width: 100%;
  }

  .mez.city .city__wrap figure img {
    width: 100%;
  }
}

.mez.city .city__wrap p {
  color: #ffffff;
  text-align: left;
}

/* city ends here */
/* chart starts here */
/* chart ends here */
/* college starts here */
.mez.college h2 a {
  color: #333;
}

.mez.college h2 a:hover {
  color: #5BC6E8;
}

.mez.college .college__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .mez.college .college__block {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.mez.college .l-article {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media (max-width: 1200px) {
  .mez.college .l-article {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}

@media (max-width: 992px) {
  .mez.college .l-article {
    padding: 0;
  }
}

.mez.college .l-article+figure {
  margin-left: 60px;
}

@media (max-width: 1440px) {
  .mez.college .l-article+figure {
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  .mez.college .l-article+figure {
    margin-left: 0;
  }
}

.mez.college figure {
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .mez.college figure {
    width: 350px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .mez.college figure {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .mez.college figure img {
    width: 100%;
  }
}

.mez.college .l-btn,
.mez.college .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.college .views-submit-button {
  min-width: 240px;
}

@media (max-width: 1700px) {

  .mez.college .l-btn,
  .mez.college .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.college .views-submit-button {
    min-width: 190px;
  }
}

@media (max-width: 1440px) {

  .mez.college .l-btn,
  .mez.college .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.college .views-submit-button {
    min-width: 160px;
  }
}

@media (max-width: 540px) {

  .mez.college .l-btn,
  .mez.college .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.college .views-submit-button {
    max-width: 50%;
    width: 50%;
  }
}

@media (max-width: 540px) {

  .mez.college .l-btn+.l-btn,
  .mez.college .views-exposed-widgets .views-submit-button+.l-btn,
  .views-exposed-widgets .mez.college .views-submit-button+.l-btn,
  .mez.college .views-exposed-widgets .l-btn+.views-submit-button,
  .views-exposed-widgets .mez.college .l-btn+.views-submit-button,
  .mez.college .views-exposed-widgets .views-submit-button+.views-submit-button,
  .views-exposed-widgets .mez.college .views-submit-button+.views-submit-button {
    margin-top: 20px;
  }
}

/* college ends here */
/* connect starts here */
.mez.connect .l-text-icon {
  margin-bottom: 14px;
}

.mez.connect li,
.mez.connect p {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.25rem;
}

.mez.connect h4 {
  margin: 0 0 20px;
}

.mez.connect h5 {
  margin: 0 0 20px;
}

.mez.connect li {
  color: #333;
  padding-left: 30px;
  margin: 0 0 15px;
  position: relative;
  min-height: 20px;
}

.mez.connect .admission-requirement-contact li {
  padding-left: 0;
}

.mez.connect li:last-child {
  margin-bottom: 0;
}

.mez.connect li a {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #093c7e;
}

.mez.connect li .l-icon {
  position: absolute;
  left: 0;
  fill: #656f79;
}

.mez.connect li.office .l-icon {
  fill: #656f79;
}

.mez.connect li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.mez.connect li.office:before {
  top: 2px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mez.connect li.phone {
  direction: ltr;
  /*rtl:ltr*/
}

.mez.connect li.phone a {
  color: #262626;
}

.mez.connect li.email {
  direction: ltr;
  /*rtl:ltr*/
}

.mez.connect li.email i.l-icon {
  top: 3px;
}

.mez.connect li.email bdo {
  float: left;
}

.mez.connect p {
  color: #262626;
}

.mez.connect .connect__schedule {
  border-bottom: 1px solid #c3c2c2;
  padding: 0 0 40px;
}

@media (max-width: 992px) {
  .mez.connect .connect__schedule {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}

.mez.connect .connect__schedule+.connect__office {
  margin: 40px 0 0;
}

@media (max-width: 992px) {
  .mez.connect .connect__schedule+.connect__office {
    margin-top: 20px;
  }
}

.mez.connect .connect__office {
  padding-bottom: 4px;
}

.mez.connect .connect__office p {
  margin-bottom: 0;
}

.mez.connect .connect__office+.connect__box {
  margin: 40px 0 0;
}

@media (max-width: 992px) {
  .mez.connect .connect__office+.connect__box {
    margin-top: 20px;
  }
}

.mez.connect .connect__box {
  background-color: #e5e5e6;
  padding: 24px 32px;
}

.mez.connect .connect__box h4 {
  margin: 0 0 12px;
}

.mez.connect .connect__box p {
  margin: 0 0 10px;
}

.mez.connect .connect__box a {
  color: #093c7e;
}

.mez.connect .connect__box+.l-btn,
.mez.connect .views-exposed-widgets .connect__box+.views-submit-button,
.views-exposed-widgets .mez.connect .connect__box+.views-submit-button {
  margin-top: 20px;
}

/* connect ends here */
.mez.connect--md ul {
  margin: 0 0 35px;
}

.mez.connect--md ul:last-child {
  margin-bottom: 0;
}

.mez.connect--md li:last-child {
  margin-bottom: 0;
}

.mez.connect--md .connect__office {
  margin-bottom: 0;
}

/* contact starts here */
/* contact ends here */
/* curriculum starts here */
.mez.curriculum h4 {
  line-height: 1.5333333333rem;
  margin-bottom: 5px;
}

.mez.curriculum h5 {
  color: #0088CE;
}

.mez.curriculum hr {
  margin: 28px 0;
}

.mez.curriculum .l-index--data>li {
  width: 50%;
  border-bottom: 1px solid #e5e5e6;
  margin-bottom: 35px;
  padding-bottom: 35px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .mez.curriculum .l-index--data>li {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.mez.curriculum .l-index--data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* curriculum ends here */
/* officials starts here */
.mez.data-table table {
  background: #FFF;
  width: 100%;
}

@media (max-width: 767px) {
  .mez.data-table table {
    border-top: 5px solid #5BC6E8;
    border-bottom: 5px solid #5BC6E8;
  }
}

.mez.data-table table,
.mez.data-table td,
.mez.data-table th,
.mez.data-table tr,
.mez.data-table tbody {
  text-align: center;
}

@media (max-width: 767px) {

  .mez.data-table table,
  .mez.data-table td,
  .mez.data-table th,
  .mez.data-table tr,
  .mez.data-table tbody {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.mez.data-table td,
.mez.data-table th {
  padding: 20px;
}

.mez.data-table td {
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 767px) {
  .mez.data-table td {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #f6f5f5;
    border-color: #f6f5f5;
  }

  .mez.data-table td:last-child {
    border-bottom: none;
  }

  .mez.data-table td:before {
    content: attr(data-title);
    background: #f6f5f5;
    min-width: 50%;
    max-width: 200px;
    width: 50%;
    padding: 15px;
    text-align: left;
    margin-right: 20px;
  }
}

.mez.data-table tr td:first-child {
  border-left: 1px solid #d7d7d7;
}

@media (max-width: 767px) {
  .mez.data-table tr td:first-child {
    border-color: #f6f5f5;
  }
}

.mez.data-table th {
  border-right: 1px solid #5fa2d7;
}

.mez.data-table thead {
  background: #5BC6E8;
  color: #FFF;
}

@media (max-width: 767px) {
  .mez.data-table thead {
    display: none;
  }
}

.mez.data-table thead th:last-child {
  border-color: #5BC6E8;
}

.mez.data-table thead th:first-child {
  border-left: 1px solid #5BC6E8;
}

.mez.data-table .data-table__detail {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .mez.data-table .data-table__detail {
    overflow: hidden;
  }
}

.mez.data-table .data-table__meta {
  padding: 20px 30px;
  overflow: hidden;
}

.mez.data-table .data-table__meta .l-btn,
.mez.data-table .data-table__meta .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.data-table .data-table__meta .views-submit-button {
  float: right;
  min-width: 225px;
}

@media (max-width: 1440px) {

  .mez.data-table .data-table__meta .l-btn,
  .mez.data-table .data-table__meta .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.data-table .data-table__meta .views-submit-button {
    float: none;
    clear: both;
    margin-top: 10px;
  }
}

.mez.data-table .data-table__meta ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding: 10px 0;
}

@media (max-width: 1440px) {
  .mez.data-table .data-table__meta ul {
    float: none;
    clear: both;
  }
}

@media (max-width: 767px) {
  .mez.data-table .data-table__meta ul {
    padding-top: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mez.data-table .data-table__meta ul li {
  padding-right: 25px;
}

@media (max-width: 767px) {
  .mez.data-table .data-table__meta ul li {
    padding-right: 0;
  }
}

.mez.data-table .data-table__meta ul li:last-child {
  padding-right: 0;
}

.mez.data-table .data-table__meta ul li+li {
  padding-left: 25px;
  border-left: 1px solid #cccbcb;
}

@media (max-width: 767px) {
  .mez.data-table .data-table__meta ul li+li {
    padding-left: 0;
    border-left: none;
  }
}

.mez.data-table .data-table__meta ul li span {
  padding-left: 10px;
}

/* officials ends here */
/* degree-programs starts here */
.mez.degree-program {
  background: url("../images/degree-program-bg.png") #1e2d81;
  background-size: cover;
}

.mez.degree-program h2 {
  color: #FFF;
}

.mez.degree-program .l-admission-block {
  background: #FFF;
  padding: 30px;
}

@media (max-width: 767px) {
  .mez.degree-program .l-admission-block {
    padding: 20px;
  }
}

.mez.degree-program .l-admission-block .l-tag--white--sm li>* {
  background: #f6f6f6;
}

.mez.degree-program .l-admission-block .l-tag--white--sm li>a:hover {
  background: #5BC6E8;
}

.mez.degree-program .l-admission-block .l-tag--sm {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .mez.degree-program .l-admission-block .l-tag--sm {
    border-color: #f4f4f4;
  }
}

.mez.degree-program .l-admission-block h4 {
  margin-top: 0;
}

.mez.degree-program .l-admission-block img {
  margin-bottom: 20px;
  width: 120px;
  height: 150px;
}

@media (max-width: 767px) {
  .mez.degree-program .l-admission-block img {
    width: 90px;
    height: 120px;
    border: 4px solid #ccc;
  }
}

@media (max-width: 767px) {
  .mez.degree-program .l-admission-block p {
    margin-bottom: 0;
  }
}

.mez.degree-program .degree-program__header {
  background: #FFF;
  overflow: hidden;
}

.mez.degree-program .degree-program__header .l-status {
  padding: 30px 94px;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .mez.degree-program .degree-program__header .l-status {
    margin-bottom: 20px;
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  .mez.degree-program .degree-program__header .l-status {
    padding: 10px 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .mez.degree-program .degree-program__header [class*="has-status"]:after {
    margin-left: 0;
  }
}

.mez.degree-program .degree-program__detail {
  background: #FFF;
  padding: 0 94px;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .mez.degree-program .degree-program__detail {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .mez.degree-program .degree-program__detail {
    padding: 0;
  }
}

.mez.degree-program [class*=' col-'] {
  margin-left: -3px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .mez.degree-program [class*=' col-'] {
    float: left;
    width: 100%;
    margin-left: 0;
  }

  .mez.degree-program [class*=' col-']:nth-child(even) .l-admission-block {
    background: #e6e6e6;
  }
}

.mez.degree-program .msg-programs {
  color: #0088CE;
  font-size: 1.0666666667rem;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
}

/* degree-programs ends here */
/* department starts here */
.mez.department {
  background: #F4F3F3;
}

.mez.department .row-eq-height [class*='col-']:nth-child(2) {
  background: #e6e6e6;
}

.mez.department .row-eq-height [class*='col-']:nth-child(2) .department__wrap {
  padding: 50px;
}

@media (max-width: 1200px) {
  .mez.department .row-eq-height [class*='col-']:nth-child(2) .department__wrap {
    padding: 30px;
  }
}

.mez.department .department__wrap {
  padding: 50px 25px;
}

@media (max-width: 1200px) {
  .mez.department .department__wrap {
    padding: 30px 15px;
  }
}

.mez.department h3 {
  color: #333;
  margin-bottom: 12px;
}

.mez.department .department__block {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 1200px) {
  .mez.department .department__block {
    width: 100%;
    padding: 0 15px;
    float: none;
  }
}

.mez.department .department__block:last-child ul {
  margin-bottom: 0;
}

.mez.department hr {
  border: none;
  float: none;
  margin: 0;
  height: 35px;
}

@media (max-width: 1200px) {
  .mez.department hr {
    height: 0;
  }
}

.mez.department .office {
  margin-top: 15px;
}

.mez.department .office span {
  display: block;
  margin-top: 8px;
}

.mez.department ul {
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .mez.department ul {
    margin-bottom: 20px;
  }
}

.mez.department li {
  margin-bottom: 8px;
}

.l-article .mez.department li {
  padding-left: 0;
  padding-bottom: 0;
}

.l-article .mez.department li:before {
  display: none;
}

.mez.department .l-btn,
.mez.department .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.department .views-submit-button {
  max-width: 224px;
  display: block;
}

.mez.department .l-btn+.l-btn,
.mez.department .views-exposed-widgets .views-submit-button+.l-btn,
.views-exposed-widgets .mez.department .views-submit-button+.l-btn,
.mez.department .views-exposed-widgets .l-btn+.views-submit-button,
.views-exposed-widgets .mez.department .l-btn+.views-submit-button,
.mez.department .views-exposed-widgets .views-submit-button+.views-submit-button,
.views-exposed-widgets .mez.department .views-submit-button+.views-submit-button {
  margin-left: 0;
  margin-top: 20px;
}

@media (max-width: 540px) {

  .mez.department .l-btn,
  .mez.department .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.department .views-submit-button {
    max-width: inherit;
    width: 100%;
  }
}

.mez.department .l-text-icon {
  word-break: break-all;
  margin-bottom: 0;
}

/* department ends here */
/* discover starts here */
.mez.discover p {
  color: #333;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.5rem;
  margin-bottom: 35px;
}

.mez.discover .l-btn,
.mez.discover .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.discover .views-submit-button {
  padding: 10px;
  font-size: 0.8666666667rem;
}

.mez.discover .discover__summary {
  background-color: #e5e5e6;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mez.discover .discover__summary {
    margin-bottom: 20px;
  }
}

.mez.discover .discover__summary img {
  margin-bottom: 8px;
  width: 100%;
}

.mez.discover .discover__detail {
  padding: 32px;
}

@media (max-width: 767px) {
  .mez.discover .discover__detail {
    padding: 20px;
  }
}

.mez.discover .discover__detail p {
  margin-bottom: 15px;
}

.mez.discover .discover__detail p:last-of-type {
  margin-bottom: 0;
}

.mez.discover .discover__detail p span {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
}

/* discover ends here */
/* division starts here */
.mez.division {
  background: url(../images/bg-division.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

.mez.division #chart {
  height: 100%;
  width: 100%;
}

.mez.division text,
.mez.division foreignObject {
  alignment-baseline: middle;
  text-anchor: middle;
  font-size: 20px;
}

.mez.division .txt,
.mez.division .l-explore {
  color: #fff;
}

.mez.division .txt {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 0.9333333333rem;
  line-height: 1.3;
  margin-bottom: 15px;
  display: block;
}

.mez.division .l-explore {
  font-family: "robotomedium";
  /* rtl: tahoma */
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 15px;
  position: relative;
  line-height: 1;
}

.mez.division .l-explore:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  pointer-events: none;
  z-index: 1;
  right: 0;
  bottom: 0;
}

.mez.division .l-explore:hover {
  color: rgba(255, 255, 255, 0.8);
}

.mez.division .l-explore:hover:after {
  border-left: 5px solid rgba(255, 255, 255, 0.8);
}

.mez.division .cont-wrap {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  z-index: 0;
  transition: opacity .4s ease-in-out;
}

.mez.division .cont-wrap.cont-wrap-0 {
  width: 170px;
  height: 170px;
  border: 10px solid #c3e9ff;
  background-color: #fff;
}

.mez.division .cont-wrap.cont-wrap-0 .txt {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 14px;
  color: rgba(38, 34, 97, 0.9);
  margin: 0;
}

.mez.division h2 {
  color: #5BC6E8;
  padding-bottom: 0px;
  /* rtl: 80px */
}

@media (max-width: 992px) {
  .mez.division h2 {
    margin-bottom: 25px;
  }
}

.mez.division .node.first {
  opacity: 1 !important;
}

.mez.division .current.node {
  opacity: 1 !important;
}

.mez.division .hover {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #1292df;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  visibility: hidden;
}

.mez.division .hover.active {
  visibility: visible;
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 10px solid #c3e9ff;
}

.mez.division .hover ul {
  text-align: left;
  width: 100%;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150px;
}

.mez.division .hover ul li {
  font-size: 1rem;
  color: #fff;
  position: relative;
  line-height: 1;
  margin: 0 0 10px;
}

.mez.division .hover ul li a {
  color: #fff;
}

.mez.division .hover ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.mez.division .hover ul li:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #fff;
  left: -10px;
  top: 5px;
}

.mez.division .hover ul li.l-explore-wrap:before {
  display: none;
}

.mez.division .division__wrap {
  min-height: 880px;
}

@media (max-width: 992px) {
  .mez.division .division__wrap {
    min-height: 0;
  }
}

.mez.division .preview {
  position: relative;
  height: 780px;
  width: 940px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .mez.division .preview {
    display: none;
    overflow: hidden;
  }
}

.mez.division .preview .link {
  fill: none;
  stroke: #c3e9ff;
  stroke-width: 2px;
  transition: opacity .4s ease-in-out;
}

.mez.division .preview .cont-middle {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.mez.division .preview.fade-others .cont-wrap {
  opacity: 0.1;
}

.mez.division .preview.fade-others .link {
  opacity: 0.1;
}

.mez.division .preview.fade-others .link.active {
  opacity: 1;
}

.mez.division .preview.fade-others .cont-wrap-0 {
  opacity: 1;
}

.mez.division .preview--mobile {
  display: none;
}

.mez.division .preview--mobile .l-accordion .l-accordion__title span a {
  color: #FFF;
}

.mez.division .preview--mobile .l-accordion .l-accordion__title.no-link:before,
.mez.division .preview--mobile .l-accordion .l-accordion__title.no-link:after {
  display: none;
}

@media (max-width: 992px) {
  .mez.division .preview--mobile {
    display: block;
  }

  .mez.division .preview--mobile .l-accordion__title {
    background: #1695e1;
    color: #fff;
  }

  .mez.division .preview--mobile .l-accordion__title:after,
  .mez.division .preview--mobile .l-accordion__title:before {
    background: #fff;
  }
}

/* division ends here */
/* education starts here */
.mez.education {
  position: relative;
  overflow: hidden;
}

.mez.education .container {
  position: relative;
}

@media (max-width: 767px) {
  .mez.education .container {
    padding: 0;
  }
}

.mez.education .education__block {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/education__bg.png) no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding: 60px 65px;
  max-width: 515px;
  transition: all 1s;
}

@media (max-width: 1200px) {
  .mez.education .education__block {
    padding: 30px 35px;
    max-width: 350px;
  }
}

@media (max-width: 992px) {
  .mez.education .education__block {
    padding: 20px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .mez.education .education__block {
    position: static;
    max-width: 100%;
    margin-top: -1px;
  }
}

.mez.education .education__thumb {
  position: relative;
}

.mez.education h3 {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 3.6666666667rem;
  color: #28a6de;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .mez.education h3 {
    font-size: 2.6666666667rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .mez.education h3 {
    font-size: 1.6666666667rem;
    margin-bottom: 20px;
  }
}

.mez.education p {
  color: #FFF;
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 1.3333333333rem;
  margin-bottom: 45px;
  color: #FFF;
}

@media (max-width: 1200px) {
  .mez.education p {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .mez.education p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.mez.education .education__details {
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  .mez.education .education__details {
    padding-bottom: 0;
  }
}

.mez.education video {
  vertical-align: bottom;
}

.mez.education .l-btn-play {
  background-image: url(../images/icons-svg/icon-play.svg);
}

.mez.education.is-playing .education__block {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media (max-width: 767px) {
  .mez.education.is-playing .education__block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mez.education.is-playing .l-btn-play {
  background-image: url(../images/icons-svg/icon-pause.svg);
}

/* education ends here */
/* event-gallery starts here */
.event-gallery {
  overflow: hidden;
}

.event-gallery h2 {
  margin-bottom: 0px;
  padding-right: 220px;
}

@media (max-width: 767px) {
  .event-gallery h2 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.event-gallery .event-gallery__head {
  position: relative;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .event-gallery .event-gallery__head {
    margin-bottom: 20px;
  }
}

.event-gallery .event-gallery__head .l-btn,
.event-gallery .event-gallery__head .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .event-gallery .event-gallery__head .views-submit-button {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {

  .event-gallery .event-gallery__head .l-btn,
  .event-gallery .event-gallery__head .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .event-gallery .event-gallery__head .views-submit-button {
    position: static;
  }
}

.event-gallery li {
  background: #333;
  border-right: 1px solid #fff;
  float: left;
  position: relative;
}

.event-gallery li img {
  opacity: 0.4;
  width: 100%;
}

.event-gallery li div {
  padding: 0 40px;
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.event-gallery li div span {
  bottom: -40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.event-gallery li a {
  display: block;
  position: relative;
  color: #FFF;
}

.event-gallery li a:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 10px solid #0088CE;
  background: transparent;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s;
}

.event-gallery li a:hover:before {
  opacity: 0.8;
}

.event-gallery .slick-slider .slick-prev {
  left: -40px;
}

@media (max-width: 1200px) {
  .event-gallery .slick-slider .slick-prev {
    left: -30px;
  }
}

@media (max-width: 992px) {
  .event-gallery .slick-slider .slick-prev {
    left: -25px;
  }
}

@media (max-width: 767px) {
  .event-gallery .slick-slider .slick-prev {
    left: -15px;
  }
}

.event-gallery .slick-slider .slick-next {
  right: -40px;
}

@media (max-width: 1200px) {
  .event-gallery .slick-slider .slick-next {
    right: -30px;
  }
}

@media (max-width: 992px) {
  .event-gallery .slick-slider .slick-next {
    right: -25px;
  }
}

@media (max-width: 767px) {
  .event-gallery .slick-slider .slick-next {
    right: -15px;
  }
}

/* event-gallery ends here */
/* event-list starts here */
.mez.event-list {
  margin-top: -4px;
}

@media (max-width: 992px) {
  .mez.event-list {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mez.event-list {
    margin-bottom: 20px;
  }
}

.mez.event-list ul {
  list-style: none;
  padding: 0;
}

.mez.event-list.no-events {
  text-align: center;
}

.mez.event-list.no-events h2 {
  width: 100%;
}

.mez.event-list li a svg {
  transition: all 0.3s;
}

.mez.event-list li a:hover svg {
  fill: #5BC6E8;
}

.mez.event-list .social i {
  position: relative;
  top: 1px;
}

.mez.event-list .social a {
  font-size: 0;
  margin-right: 14px;
  position: relative;
  top: -4px;
  display: inline-block;
  vertical-align: bottom;
}

.mez.event-list .social svg {
  fill: #c5c5c5;
}

.mez.event-list .event-list__title {
  position: relative;
}

.mez.event-list h2,
.slideM3 .slideM3__title h2 {
  color: #27a6de;

  font-size: 2.8rem;
  padding-top: 9px;
  width: calc(100% - 140px);
  /*rtl:calc(100% - 170px)*/
}

@media (max-width: 767px) {

  .mez.event-list h2,
  .slideM3 .slideM3__title h2 {
    font-size: 2rem;
    padding-top: 0;
  }
}

.mez.event-list h2 a:hover,
.slideM3 .slideM3__title h2 a:hover {
  color: #066cc1;

}

.mez.event-list .l-btn,
.mez.event-list .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.event-list .views-submit-button,
.slideM3__title .l-btn {
  position: absolute;
  right: 0;
  top: 12px;
}

@media (max-width: 1200px) {

  .mez.event-list .l-btn,
  .mez.event-list .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.event-list .views-submit-button,
  .slideM3__title .l-btn {
    top: 6px;
  }
}

@media (max-width: 767px) {

  .mez.event-list .l-btn,
  .mez.event-list .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.event-list .views-submit-button,
  .slideM3__title .l-btn {
    top: 0px;
  }
}

.mez.event-list>ul>li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.mez.event-list>ul>li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .mez.event-list>ul>li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.mez.event-list .event-list__detail {
  margin-top: -7px;
  display: table-cell;
  vertical-align: top;
}

.mez.event-list .event-list__detail a.title strong {
  color: #4a4a4a;
  font-weight: normal;
  position: relative;
  transition: all 0.5s ease;
  line-height: 2rem;
  display: block;
  margin-bottom: 12px;
}

.mez.event-list .event-list__detail a.title strong span {
  content: "";
  position: relative;
  left: 5px;
  display: inline-block;
  transition: all 0.5s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #007bff;
}

.mez.event-list .event-list__detail a.title strong+.l-icon {
  display: none;
}

.mez.event-list .event-list__detail a.title:hover strong {
  color: #5BC6E8;
}

.mez.event-list .event-list__detail a.title:hover strong span {
  border-left-color: #5BC6E8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .mez.event-list .event-list__detail a.title:hover strong span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.mez.event-list .event-list__detail ul {
  display: table;
}

@media (max-width: 767px) {
  .mez.event-list .event-list__detail ul {
    display: block;
  }
}

.mez.event-list .event-list__detail li {
  display: table-cell;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .mez.event-list .event-list__detail li {
    display: block;
  }
}

@media (max-width: 767px) {
  .mez.event-list .event-list__detail li {
    padding-bottom: 0px;
  }
}

.mez.event-list .event-list__detail li:first-child {
  padding-left: 0;
}

.mez.event-list .event-list__detail li:last-child {
  padding-right: 0;
}

@media (max-width: 540px) {
  .mez.event-list .event-list__detail li:last-child {
    padding-bottom: 0px;
  }
}

.mez.event-list .event-list__detail li a:hover {
  color: #0088CE;
}

.mez.event-list .event-list__detail li {
  position: relative;
}

.mez.event-list .event-list__detail li.social {
  width: 72px;
}

.mez.event-list .event-list__detail li.location i {
  position: relative;
  top: -2px;
  fill: #828b94;
  margin-right: 10px;
}

.mez.event-list .event-list__detail li.location a {
  color: #333;
}

.mez.event-list .event-list__detail li.location a:hover {
  color: #5BC6E8;
}

.mez.event-list .event-list__detail li+li {
  position: relative;
}

@media (max-width: 767px) {
  .mez.event-list .event-list__detail li+li {
    padding: 0px;
    margin: 10px 0 0px;
  }
}

.mez.event-list .event-list__detail li+li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #ccc;
  left: 0px;
  top: 6px;
}

@media (max-width: 1440px) {
  .mez.event-list .event-list__detail li+li:before {
    top: 4px;
  }
}

@media (max-width: 992px) {
  .mez.event-list .event-list__detail li+li:before {
    top: 0px;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .mez.event-list .event-list__detail li+li:before {
    display: none;
  }
}

.mez.event-list .event-list__detail li+li.location {
  padding-left: 34px;
}

@media (max-width: 767px) {
  .mez.event-list .event-list__detail li+li.location {
    padding-left: 0;
  }
}

.mez.event-list .l-event-date {
  height: 70px;
  float: left;
}

/* event-list ends here */
/* event-slider starts here */
.mez.event-slider {
  overflow: hidden;
  min-height: 300px;
}

.mez.event-slider ul {
  clear: both;
  background: #F3F1F1;
}

.mez.event-slider ul li {
  padding: 30px;
  position: relative;
  width: 25%;
  min-height: 270px;
}

.mez.event-slider ul li:after {
  background: #E0DEDE;
  bottom: 30px;
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
}

.mez.event-slider h2 {
  border: none;
}

.mez.event-slider .l-event-date {
  margin-bottom: 15px;
  width: 70px;
  background: #ebe9e9;
}

.mez.event-slider .l-event-date:before {
  background: #e2e0e0;
}

.mez.event-slider h3 {
  margin-bottom: 10px;
  font-size: 1.8666666667rem;
  line-height: 2.2666666667rem;
}

.mez.event-slider h3:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0088CE;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 8px;
  width: 0;
}

.mez.event-slider h3 a {
  color: #333;
}

.mez.event-slider h3 a:hover {
  color: #5BC6E8;
}

.mez.event-slider .event-slider--time,
.mez.event-slider .event-slider--venue {
  /* display: inline-block; */
  display: block;
  direction: ltr;
  /*rtl:ltr*/
}

.mez.event-slider .event-slider--time.l-text-icon,
.mez.event-slider .event-slider--venue.l-text-icon {
  padding-left: 20px;
}

.mez.event-slider .event-slider--time .l-icon,
.mez.event-slider .event-slider--venue .l-icon {
  margin: 2px 0 0;
}

.mez.event-slider .event-slider--venue .l-icon {
  fill: #656f79;
}

.mez.event-slider .seperator {
  border-right: 1px solid #DAD8D8;
  display: inline-block;
  height: 20px;
  margin: 0 10px;
  vertical-align: middle;
  width: 1px;
  display: none;
}

.mez.event-slider .social {
  margin-top: 12px;
}

.mez.event-slider .social a {
  fill: #bfbebe;
  margin-right: 10px;
}

.mez.event-slider .l-btn,
.mez.event-slider .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.event-slider .views-submit-button {
  float: right;
  margin: -80px 0 20px;
}

@media (max-width: 1200px) {

  .mez.event-slider .l-btn,
  .mez.event-slider .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.event-slider .views-submit-button {
    margin-top: -45px;
  }
}

@media (max-width: 767px) {

  .mez.event-slider .l-btn,
  .mez.event-slider .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.event-slider .views-submit-button {
    float: none;
    margin-top: 0px;
  }
}

.mez.event-slider .slick-slider .slick-prev {
  left: -40px;
}

@media (max-width: 1200px) {
  .mez.event-slider .slick-slider .slick-prev {
    left: -30px;
  }
}

@media (max-width: 992px) {
  .mez.event-slider .slick-slider .slick-prev {
    left: -25px;
  }
}

@media (max-width: 767px) {
  .mez.event-slider .slick-slider .slick-prev {
    left: -15px;
  }
}

.mez.event-slider .slick-slider .slick-next {
  right: -40px;
}

@media (max-width: 1200px) {
  .mez.event-slider .slick-slider .slick-next {
    right: -30px;
  }
}

@media (max-width: 992px) {
  .mez.event-slider .slick-slider .slick-next {
    right: -25px;
  }
}

@media (max-width: 767px) {
  .mez.event-slider .slick-slider .slick-next {
    right: -15px;
  }
}

.mez.event-slider .event-slider__block {
  position: relative;
}

.mez.event-slider .event-slider__block:before {
  background: #F3F1F1;
  content: "";
  height: calc(100% - 20px);
  width: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* event slider href hide from when we get no click event from backend */
.node-life-at-hbku .mixed-event-item .social.event-clickable-No,
.node-life-at-hbku .mixed-event-item h3.title.event-clickable-No {
  pointer-events: none;
}

.node-life-at-hbku .mixed-event-item .social.event-clickable-No {
  display: none;
}

/* event-slider ends here */
/* excerpt starts here */
.mez.excerpt {
  overflow: hidden;
}

.mez.excerpt figure {
  float: left;
  margin: 0 35px 0 0;
}

@media (max-width: 1200px) {
  .mez.excerpt figure {
    margin: 0 0 20px;
  }
}

.mez.excerpt article {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .mez.excerpt article {
    width: 100%;
  }
}

.mez.excerpt article p:last-of-type {
  margin-bottom: 35px;
}

.mez.excerpt h2 {
  margin-bottom: 28px;
}

@media (max-width: 1200px) {
  .mez.excerpt h2 {
    margin-bottom: 20px;
  }
}

.mez.excerpt h2 a {
  color: #333;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
}

.mez.excerpt h2 a:hover {
  color: #5BC6E8;
}

.mez.excerpt .l-btn,
.mez.excerpt .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.excerpt .views-submit-button {
  min-width: 225px;
}

/* excerpt ends here */
.mez.excerpt--flip figure {
  float: right;
  margin: 0 0 0 35px;
}

@media (max-width: 1200px) {
  .mez.excerpt--flip figure {
    float: left;
    margin: 0 0 20px;
  }
}

/* explore-degree starts here */
.mez.explore-degree .explore-degree__header {
  margin-bottom: 22px;
}

.mez.explore-degree .explore-degree__header .l-status {
  vertical-align: middle;
}

.mez.explore-degree .explore-degree__header .l-status span {
  margin-bottom: 0;
}

.mez.explore-degree .explore-degree__header h3 {
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 40px;
}

.mez.explore-degree .explore-degree__header h3+.l-status {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .mez.explore-degree .explore-degree__header h3+.l-status {
    margin-left: 0;
    width: 100%;
    clear: both;
  }
}

.mez.explore-degree .explore-degree__header h3+.l-status li+li {
  margin-right: 30px;
}

.mez.explore-degree .highlight {
  margin-bottom: 40px;
}

.mez.explore-degree .explore-degree__detail {
  margin: 0 -15px;
  overflow: hidden;
}

.mez.explore-degree .explore-degree__detail .wmg-details {
  left: 15px;
  right: 15px;
  width: auto;
}

.mez.explore-degree .explore-degree__detail .admission-block .l-admission-block:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom-color: #5BC6E8;
  bottom: -60px;
  opacity: 0;
  transition: all .5s;
}

.mez.explore-degree .explore-degree__detail .admission-block .l-admission-block .l-tag--white--sm {
  display: block;
}

.mez.explore-degree .explore-degree__detail .admission-block.is-open .l-admission-block {
  position: relative;
}

.mez.explore-degree .explore-degree__detail .admission-block.is-open .l-admission-block:after {
  bottom: -32px;
  opacity: 1;
  transition-delay: .5s;
}

.mez.explore-degree .explore-degree__detail .wmg-details .wmg-details-content {
  opacity: .2;
  transition: all 1s;
  background: #f4f3f3;
}

.mez.explore-degree .explore-degree__detail .wmg-details.is-open {
  z-index: 9;
}

.mez.explore-degree .explore-degree__detail .wmg-details.is-open .wmg-details-content {
  opacity: 1;
  margin: 0 !important;
}

.mez.explore-degree .explore-degree__detail .is-open .l-cta--down {
  color: #2c2c2c;
}

.mez.explore-degree .explore-degree__detail .is-open .l-cta--down:after {
  bottom: -40px;
  opacity: 0;
}

/* explore-degree ends here */
/* facilities starts here */
.mez.facilities {
  text-align: center;
}

.mez.facilities h2 {
  margin-bottom: 40px;
}

.mez.facilities .l-video {
  margin-bottom: 30px;
}

.mez.facilities .l-video .l-btn-share {
  right: 35px;
  top: 30px;
}

/* facilities ends here */
/* facilitymap starts here */
.mez.facilitymap {
  position: relative;
  overflow: hidden;
}

.tablet .mez.facilitymap {
  margin: 40px 0;
}

.mobile .mez.facilitymap {
  margin: 20px 0;
}

@media only screen and (max-device-width: 540px) {
  .mez.facilitymap {
    margin-bottom: 30px;
  }
}

.mez.facilitymap .l-btn.l-btn--secondary,
.mez.facilitymap .views-exposed-widgets .l-btn--secondary.views-submit-button,
.views-exposed-widgets .mez.facilitymap .l-btn--secondary.views-submit-button {
  display: none;
}

.tablet .mez.facilitymap .l-btn.l-btn--secondary,
.tablet .mez.facilitymap .views-exposed-widgets .l-btn--secondary.views-submit-button,
.views-exposed-widgets .tablet .mez.facilitymap .l-btn--secondary.views-submit-button {
  display: inline-block;
  margin-left: 40px;
}

.mobile .mez.facilitymap .l-btn.l-btn--secondary,
.mobile .mez.facilitymap .views-exposed-widgets .l-btn--secondary.views-submit-button,
.views-exposed-widgets .mobile .mez.facilitymap .l-btn--secondary.views-submit-button {
  display: inline-block;
  margin-left: 20px;
}

.mez.facilitymap .facilitymap__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-device-width: 540px) {
  .mez.facilitymap .facilitymap__wrap {
    display: block;
  }
}

.tablet .mez.facilitymap .facilitymap__wrap {
  margin: 40px 0;
}

.mobile .mez.facilitymap .facilitymap__wrap {
  margin: 20px 0;
}

.mez.facilitymap .facilitymap__frame {
  width: 100%;
  height: 100%;
}

.mez.facilitymap h2 {
  margin-bottom: 35px;
}

@media only screen and (max-device-width: 767px) {
  .mez.facilitymap h2 {
    margin-bottom: 20px;
  }
}

.mez.facilitymap .facilitymap__block {
  width: calc(100% - 350px);
  height: 660px;
  position: relative;
}

@media only screen and (max-device-width: 1440px) {
  .mez.facilitymap .facilitymap__block {
    height: 575px;
  }
}

@media only screen and (max-device-width: 991px) {
  .mez.facilitymap .facilitymap__block {
    width: calc(100% - 300px);
  }
}

@media only screen and (max-device-width: 767px) {
  .mez.facilitymap .facilitymap__block {
    width: calc(100% - 250px);
  }
}

@media only screen and (max-device-width: 540px) {
  .mez.facilitymap .facilitymap__block {
    width: 100%;
  }
}

.mez.facilitymap .facilitymap__block:first-child {
  width: 350px;
  background: #003F91;
  padding: 40px 0 40px 32px;
}

@media only screen and (max-device-width: 991px) {
  .mez.facilitymap .facilitymap__block:first-child {
    width: 300px;
    padding: 30px 0px 30px 30px;
  }
}

@media only screen and (max-device-width: 767px) {
  .mez.facilitymap .facilitymap__block:first-child {
    padding: 20px 0px 20px 20px;
    width: 250px;
  }
}

@media only screen and (max-device-width: 540px) {
  .mez.facilitymap .facilitymap__block:first-child {
    width: 100%;
    height: auto;
  }
}

.mez.facilitymap .facilitymap__block:first-child h2 {
  color: #FFF;
}

.mez.facilitymap .facilitymap__block:first-child ul li {
  color: #FFF;
}

.mez.facilitymap .facilitymap__student {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #FFF;
  padding: 30px 0px 30px 30px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.6s;
}

@media only screen and (max-device-width: 1200px) {
  .mez.facilitymap .facilitymap__student {
    width: 80%;
  }
}

@media only screen and (max-device-width: 767px) {
  .mez.facilitymap .facilitymap__student {
    padding: 20px 0px 20px 20px;
  }
}

@media only screen and (max-device-width: 540px) {
  .mez.facilitymap .facilitymap__student {
    width: 95%;
  }
}

.mez.facilitymap .facilitymap__student.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mez.facilitymap .facilitymap__student.active .facility-btn {
  left: -15px;
}

.mez.facilitymap .facilitymap__student hr {
  margin: 40px 0;
}

@media only screen and (max-device-width: 767px) {
  .mez.facilitymap .facilitymap__student hr {
    margin: 20px 0;
  }
}

.mez.facilitymap .facilitymap__student h2 {
  color: #333;
}

.mez.facilitymap .facilitymap__student p:last-child {
  margin-bottom: 0;
}

.mez.facilitymap .facilitymap__student ul {
  overflow: hidden;
  margin-bottom: 40px;
}

.mez.facilitymap .facilitymap__student li {
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
  width: 50%;
  float: left;
}

@media only screen and (max-device-width: 540px) {
  .mez.facilitymap .facilitymap__student li {
    width: 100%;
    float: none;
  }
}

.mez.facilitymap .facilitymap__student li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #2394d5;
  position: absolute;
  top: 8px;
  left: 0;
}

.mez.facilitymap .facilitymap__content {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mez.facilitymap .facilitymap__hours {
  background: #F4F3F3;
  padding: 32px;
}

.mez.facilitymap .facilitymap__hours h4 {
  font-size: 1.0666666667rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
}

.mez.facilitymap .facilitymap__hours p span {
  display: block;
  margin-bottom: 10px;
}

.mez.facilitymap .facilitymap__filter {
  height: 390px;
  overflow: hidden;
}

@media only screen and (max-device-width: 1440px) {
  .mez.facilitymap .facilitymap__filter {
    height: 305px;
  }
}

.mez.facilitymap .facilitymap__filter li {
  padding: 20px 0;
  border-bottom: 1px solid #3365A7;
}

@media only screen and (max-device-width: 1440px) {
  .mez.facilitymap .facilitymap__filter li {
    padding: 15px 0;
  }
}

.mez.facilitymap .facilitymap__filter li:first-child {
  border-top: 1px solid #3365A7;
}

.mez.facilitymap .facilitymap__filter li input[type="checkbox"]+label {
  padding: 0 42px 0 65px;
  margin: 0;
  width: 100%;
  color: #fff;
  opacity: 0.5;
}

@media only screen and (max-device-width: 991px) {
  .mez.facilitymap .facilitymap__filter li input[type="checkbox"]+label {
    padding: 0 42px 0 50px;
    font-size: 1.0666666667rem;
  }
}

.mez.facilitymap .facilitymap__filter li input[type="checkbox"]+label:before {
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #668CBD;
  border: 1px solid #668CBD;
}

.mez.facilitymap .facilitymap__filter li input[type="checkbox"]+label .l-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: transparent;
}

.mez.facilitymap .facilitymap__filter li input[type="checkbox"]:checked+label {
  opacity: 1;
}

.mez.facilitymap .facilitymap__filter li input[type="checkbox"]:checked+label:before {
  background: url(../images/icons-svg/icon-check.svg) no-repeat center/12px 10px #fff;
}

.mez.facilitymap .facilitymap__visit {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  width: 100%;
}

@media only screen and (max-device-width: 540px) {
  .mez.facilitymap .facilitymap__visit {
    position: static;
    padding: 40px 20px 0 0;
  }
}

.mez.facilitymap .facilitymap__visit ul {
  margin-bottom: 32px;
  margin-left: -18px;
}

.mez.facilitymap .facilitymap__visit ul li {
  padding-left: 18px;
  display: inline-block;
}

.mez.facilitymap .facilitymap__visit ul li .l-icon {
  fill: #1d85ca;
}

.mez.facilitymap .facilitymap__visit .l-btn,
.mez.facilitymap .facilitymap__visit .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.facilitymap .facilitymap__visit .views-submit-button {
  display: block;
}

.mez.facilitymap .facility-btn {
  width: 30px;
  height: 30px;
  background: #0054a2;
  position: absolute;
  left: -30px;
  top: 65px;
  z-index: 4;
  transition: all 0.6s;
  display: block;
  z-index: 2;
}

@media only screen and (max-device-width: 540px) {
  .mez.facilitymap .facility-btn {
    top: 40px;
  }
}

.mez.facilitymap .facility-btn:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icons-svg/icon-arw-direction--white.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

[dir='rtl'] .mez.facilitymap .facility-btn:before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
  transform: translate(-50%, -50%) scale(-1);
}

.mez.facilitymap .facilitymap__filter {
  margin-right: 30px;
}

@media only screen and (max-device-width: 767px) {
  .mez.facilitymap .facilitymap__filter {
    margin-right: 20px;
  }
}

.mez.facilitymap .facilitymap__filter.mCustomScrollbar {
  margin-right: 0;
}

.mez.facilitymap .mCSB_container {
  margin-right: 30px;
}

@media only screen and (max-device-width: 767px) {
  .mez.facilitymap .mCSB_container {
    margin-right: 20px;
  }
}

.mez.facilitymap .mCSB_scrollTools {
  right: 5px;
}

@media only screen and (max-device-width: 767px) {
  .mez.facilitymap .mCSB_scrollTools {
    right: 2px;
  }
}

/* facilitymap ends here */
/* faculty-bios starts here */
.mez.faculty-bios {
  background-color: #e9f4fb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .mez.faculty-bios {
    display: block;
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .mez.faculty-bios {
    padding: 20px;
  }
}

.mez.faculty-bios .faculty-bios__block {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 48px;
}

@media (max-width: 1440px) {
  .mez.faculty-bios .faculty-bios__block {
    padding: 30px;
  }
}

@media (max-width: 1200px) {
  .mez.faculty-bios .faculty-bios__block {
    padding: 0px;
  }
}

.mez.faculty-bios .faculty-bios__block ul {
  width: 100%;
}

.mez.faculty-bios .faculty-bios__block hr {
  margin: 28px 0;
}

@media (max-width: 992px) {
  .mez.faculty-bios .faculty-bios__block hr {
    margin: 18px 0;
  }
}

@media (max-width: 767px) {
  .mez.faculty-bios .faculty-bios__block hr {
    margin: 10px 0;
  }
}


/*=== faculty bios in multiple colleges css start here ===*/
.mez.faculty-bios .faculty-bios__block .faculty-bios__details p {
  margin-bottom: 0;
}

.mez.faculty-bios .faculty-bios__block .faculty-bios__details span,
.mez.faculty-bios .faculty-bios__block .faculty-bios__details .joint-designation {
  color: #2494d6;
  font-size: 1.0666666667rem;
  font-family: "robotoregular";
  display: block;
  margin: 10px 0;
}

.mez.faculty-bios .faculty-bios__block .faculty-bios__details hr {
  margin: 15px 0;
}



/*=== faculty bios in multiple colleges css end here ===*/

.mez.faculty-bios figure {
  text-align: left;
  background: #ccc;
}

@media (max-width: 1200px) {
  .mez.faculty-bios figure {
    margin-bottom: 20px;
    background-color: transparent;
  }
}

.mez.faculty-bios h2 span {
  color: #2494d6;
  font-size: 1.0666666667rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  display: block;
  margin: 20px 0 0;
}

.mez.faculty-bios p {
  color: #333;
  font-size: 1.0666666667rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  line-height: 1.6rem;
  margin: 0 0 30px;
}

@media (max-width: 992px) {
  .mez.faculty-bios p {
    margin: 0 0 20px;
  }
}

.mez.faculty-bios li {
  font-size: 0.9333333333rem;
  font-family: "robotomedium";
  /* rtl: tahoma */
  margin: 0 0 10px;
}

@media (max-width: 540px) {
  .mez.faculty-bios li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
}

.mez.faculty-bios li:last-of-type {
  margin: 0;
}

@media (max-width: 767px) {
  .mez.faculty-bios li:last-child {
    border: none;
    padding-bottom: 0;
  }
}

.mez.faculty-bios li span {
  color: #666;
  display: inline-block;
  padding-right: 20px;
}

@media (max-width: 540px) {
  .mez.faculty-bios li span {
    width: 100%;
    padding-bottom: 5px;
  }
}

.mez.faculty-bios li span i {
  width: 32px;
}

.mez.faculty-bios li span .l-icon {
  padding-right: 0;
}

.mez.faculty-bios li a {
  color: #333;
}

.mez.faculty-bios li i {
  fill: #656f79;
}

.mez.faculty-bios li:first-child a {
  color: #093c7e;
}

.mez.faculty-bios li.phone .l-icon {
  position: relative;
  top: -1px;
}

.mez.faculty-bios li.phone a {
  direction: ltr;
  /*rtl:ltr*/
  display: inline-block;
}

.mez.faculty-bios li.location .l-icon {
  stroke: #333;
  fill: transparent;
}

/* faculty-bios ends here */
.mez.faculty .l-share {
  width: 100%;
  text-align: center;
}

.mez.faculty .l-share.l-share.l-share li:first-child .l-icon {
  top: 0;
}

/* faculty-education starts here */
.mez.faculty-education h4 {
  margin-bottom: 12px;
}

.mez.faculty-education p {
  color: #333;
  font-size: 1.0666666667rem;
  line-height: 1.6rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  margin: 0 0 15px;
}

.mez.faculty-education span {
  color: #79808a;
  font-size: 0.9333333333rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  display: block;
  line-height: 1;
}

.mez.faculty-education .faculty-education__list {
  width: 50%;
  float: left;
  padding-right: 32px;
  border-right: 1px solid #c3c2c2;
}

@media (max-width: 992px) {
  .mez.faculty-education .faculty-education__list {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
  }
}

.mez.faculty-education .faculty-education__list:last-of-type {
  padding-left: 64px;
  border-right: none;
  padding-right: 0;
}

@media (max-width: 992px) {
  .mez.faculty-education .faculty-education__list:last-of-type {
    padding: 0;
  }
}

.mez.faculty-education .faculty-education__list li {
  margin: 0 0 35px;
  padding: 0;
}

.mez.faculty-education .faculty-education__list li:before {
  display: none;
}

@media (max-width: 992px) {
  .mez.faculty-education .faculty-education__list li {
    margin: 0 0 20px;
  }
}

/* faculty-education ends here */


/*===faculty bios prifile list item start here===*/
.faculty-bios__details__profile {
  clear: both;
  overflow: hidden;
}

.faculty-bios__details__profile span.fbd__profile__title {
  float: left;
}

.mez.faculty-bios .faculty-bios__details__profile span.fbd__profile__title+ul {
  width: auto;
  float: left;
}

.faculty-bios__details__profile .fbd__profile__list li {
  display: inline-block;
  border-bottom: none;
  padding: 0;
  margin: 0;

}

.faculty-bios__details__profile .fbd__profile__list .fbd__profile__list--item a,
.faculty-bios__details__profile .fbd__profile__list .fbd__profile__list--item a:active,
.faculty-bios__details__profile .fbd__profile__list .fbd__profile__list--item a:visited {
  color: #093c7e;
}

.faculty-bios__details__profile .fbd__profile__list .fbd__profile__list--item a {
  border-right: 1px solid #c3c2c2;
  line-height: 1;
  padding-right: 8px;
  margin-right: 5px;
}

.faculty-bios__details__profile .fbd__profile__list .fbd__profile__list--item:last-child a {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

@media (max-width: 540px) {
  .faculty-bios__details__profile .fbd__profile__list li {
    border-bottom: none;
  }
}

/*===faculty bios prifile list item End here===*/

/* faculty-experience starts here */
.mez.faculty-experience {
  background-color: #e9f4fb;
  padding: 64px;
}

@media (max-width: 992px) {
  .mez.faculty-experience {
    padding: 20px;
  }
}

.mez.faculty-experience p {
  color: #333;
  font-size: 1.0666666667rem;
  line-height: 1.6rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  margin: 0 0 10px;
}

.mez.faculty-experience span {
  color: #79808a;
  font-size: 0.9333333333rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  display: block;
  line-height: 1;
}

.mez.faculty-experience h4 {
  margin-bottom: 12px;
}

.mez.faculty-experience .faculty-experience__present {
  border-bottom: 1px solid #c3c2c2;
  padding: 0 0 40px;
  margin: 0 0 40px;
}

@media (max-width: 992px) {
  .mez.faculty-experience .faculty-experience__present {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}

.mez.faculty-experience .faculty-experience__present span {
  color: #093c7e;
  font-size: 1.4666666667rem;
  font-family: "robotolight";
  /* rtl: tahoma */
}

.mez.faculty-experience .faculty-experience__present p {
  margin: 0 0 25px;
}

@media (max-width: 992px) {
  .mez.faculty-experience .faculty-experience__present p {
    margin: 0 0 15px;
  }
}

.mez.faculty-experience .faculty-experience__list {
  width: 50%;
  float: left;
  padding-right: 32px;
  border-right: 1px solid #c3c2c2;
}

@media (max-width: 992px) {
  .mez.faculty-experience .faculty-experience__list {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
  }
}

.mez.faculty-experience .faculty-experience__list:last-of-type {
  padding-left: 64px;
  border-right: none;
  padding-right: 0;
}

@media (max-width: 992px) {
  .mez.faculty-experience .faculty-experience__list:last-of-type {
    padding: 0;
  }
}

.mez.faculty-experience .faculty-experience__list li {
  margin: 0 0 35px;
  padding: 0;
}

.mez.faculty-experience .faculty-experience__list li:last-child {
  margin-bottom: 0;
}

.mez.faculty-experience .faculty-experience__list li:before {
  display: none;
}

@media (max-width: 992px) {
  .mez.faculty-experience .faculty-experience__list li {
    margin: 0 0 20px;
  }
}

/*=== published category start here ===*/
ul.l-roll.publication-category li:before {
  display: none;
}

ul.l-roll.publication-category li.published-category-title {
  padding-left: 0;
}

/*=== published category end here ===*/

/* faculty-experience ends here */
/* filter starts here */
.mez.filter {
  background: #f4f3f3;
}

.mez.filter input[type="checkbox"] {
  min-width: 25px;
}

.mez.filter input[type="checkbox"]~label {
  margin: 0;
  opacity: .7;
}

@media (max-width: 767px) {
  .mez.filter input[type="checkbox"]~label {
    min-width: 80px;
  }
}

.mez.filter input[type="checkbox"]:checked+label:before {
  border-color: #c6c6c6;
}

.mez.filter ul.filter__check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 80px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 1440px) {
  .mez.filter ul.filter__check {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 30px;
  }
}

@media (max-width: 992px) {
  .mez.filter ul.filter__check {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .mez.filter ul.filter__check {
    padding: 20px;
  }
}

.mez.filter ul.filter__check>li {
  margin: 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .mez.filter ul.filter__check>li {
    margin-right: 20px;
  }
}

.mez.filter ul.filter__check>li:last-child {
  margin-right: 0;
}

.mez.filter ul.filter__check>li [class*="l-tag"] {
  margin-left: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.mez.filter ul.filter__check>li [class*="l-tag"] li {
  margin-bottom: 0;
}

.mez.filter ul.filter__check>li [class*="l-tag"] li>* {
  background: #8d8c8c;
  transition: background .5s ease-in;
}

.mez.filter input[type="checkbox"]:checked~label {
  opacity: 1;
}

.mez.filter input[type="checkbox"]:checked~[class*="l-tag"] li>* {
  background: #262261;
}

/* filter ends here */
.mez.filter--calendar {
  background: #FFF;
}

.mez.filter--calendar ul.filter__check {
  padding: 0 0 35px;
  display: block;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mez.filter--calendar ul.filter__check {
    padding-bottom: 20px;
  }
}

.mez.filter--calendar ul.filter__check>li {
  float: left;
  margin-right: 50px;
}

.mez.filter--calendar input[type="checkbox"]:checked {
  background: url(../images/icons-svg/icon-check-blue.svg) no-repeat center/12px 10px;
}

/* form starts here */
.mez.form p {
  font-size: 0.9333333333rem;
}

.mez.form p.mandatory {
  margin-bottom: 15px;
}

.mez.form textarea {
  min-height: 220px;
}

@media only screen and (max-device-width: 767px) {
  .mez.form textarea {
    min-height: 110px;
  }
}

.mez.form ul.form__field>li {
  float: left;
  width: 45%;
  position: relative;
  margin-right: 10%;
  margin-bottom: 40px;
}

.mez.form ul.form__field>li.form__max {
  float: none;
  width: 100%;
  margin-right: 0;
  clear: both;
}

@media only screen and (max-device-width: 991px) {
  .mez.form ul.form__field>li {
    margin-bottom: 30px;
  }
}

@media only screen and (max-device-width: 767px) {
  .mez.form ul.form__field>li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.mez.form ul.form__field>li:nth-child(even) {
  margin-right: 0;
}

.mez.form .captcha {
  margin-bottom: 40px;
}

@media only screen and (max-device-width: 991px) {
  .mez.form .captcha {
    margin-bottom: 30px;
  }
}

@media only screen and (max-device-width: 767px) {
  .mez.form .captcha {
    margin-bottom: 20px;
  }
}

.mez.form .l-btn,
.mez.form .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.form .views-submit-button {
  min-width: 224px;
}

.mez.form label {
  display: none;
}

.mez.form input[type="text"] {
  margin: 0;
}

.mez.form label.error {
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 0;
  margin: auto;
}

.mez.form .form-actions {
  position: relative;
}

.mez.form .form-actions>div {
  margin-bottom: 40px;
}

@media only screen and (max-device-width: 991px) {
  .mez.form .form-actions>div {
    margin-bottom: 30px;
  }
}

@media only screen and (max-device-width: 991px) {
  .mez.form .form-actions>div {
    margin-bottom: 20px;
  }
}

/* form ends here */
.mez.form--question textarea {
  min-height: 100px;
}

.mez.form--question ul.form__field>li {
  margin-bottom: 30px;
}

.mez.form--question ul.form__field>li.form__max {
  margin-bottom: 27px;
}

.mez.form--question .form-actions>div {
  margin-bottom: 30px;
}

@media only screen and (max-device-width: 540px) {
  .mez.form--question .form-actions iframe {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* founders starts here */
.mez.founders h3 {
  font-size: 1.0666666667rem;
  margin: 0;
}

.mez.founders p {
  margin-bottom: 0px;
  font-size: 1.0666666667rem;
}

.mez.founders figure {
  margin-bottom: 28px;
}

.mez.founders .founders__details {
  margin-right: 64px;
  margin-top: 25px;
}

.mez.founders .founders__details:nth-child(even) {
  margin-right: 0;
}

@media (max-width: 767px) {
  .mez.founders .founders__details {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .mez.founders .founders__block [class*="col-"]:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}

/* founders ends here */
/* glance starts here */
@media (max-width: 992px) {
  .mez.glance {
    text-align: center;
  }
}

.mez.glance li {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .mez.glance li {
    padding-top: 20px;
  }
}

.mez.glance li:first-child {
  padding-top: 0;
}

.mez.glance li span {
  color: #2495d6;
  display: block;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 2.6666666667rem;
  line-height: 1;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.mez.glance li span:after {
  background-color: #2495d6;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 27px;
}

@media (max-width: 992px) {
  .mez.glance li span:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.mez.glance li p {
  color: #262626;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

/* glance ends here */
/* gallery starts here */
.mez.gallery .gallery__block {
  overflow: hidden;
  margin-bottom: 30px;
}

.mez.gallery .gallery__wrap {
  overflow: hidden;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mez.gallery li {
  width: 50%;
  float: left;
  overflow: hidden;
}

.mez.gallery li:first-child {
  width: 100%;
}

.mez.gallery li a {
  overflow: hidden;
}

.mez.gallery li img {
  width: 100%;
}

.mez.gallery figure {
  margin: 0;
  position: relative;
}

.mez.gallery figure .l-btn-play {
  width: 32px;
  height: 32px;
  background-position: 12px 10px;
  background-size: 13px 13px;
  display: block;
  pointer-events: none;
}

/* gallery ends here */
/* hbku starts here */
.mez.hbku {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 86px 0;
  min-height: 390px;
}

@media (max-width: 992px) {
  .mez.hbku {
    background-position: center bottom;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .mez.hbku {
    padding: 20px;
  }
}

.mez.hbku:before {
  content: "";
  background: rgba(0, 114, 205, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.mez.hbku .hbku__block {
  z-index: 1;
  text-align: center;
}

@media (max-width: 992px) {
  .mez.hbku .hbku__block {
    border-top: 1px solid #7db7e4;
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .mez.hbku .hbku__block {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.mez.hbku h3 {
  color: #FFF;
  margin-bottom: 46px;
}

@media (max-width: 992px) {
  .mez.hbku h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mez.hbku h3 {
    margin-bottom: 20px;
  }
}

.mez.hbku .row-eq-height {
  height: calc(100% - 172px);
}

.mez.hbku [class*="col-"] {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 992px) {
  .mez.hbku [class*="col-"] {
    border: none;
  }
}

.mez.hbku [class*="col-"]:first-child {
  border: none;
}

.mez.hbku [class*="col-"]:first-child .hbku__block {
  border: none;
  padding: 0;
  margin: 0;
}

.mez.hbku figure {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .mez.hbku figure {
    margin-bottom: 20px;
  }
}

.mez.hbku .l-btn:hover,
.mez.hbku .views-exposed-widgets .views-submit-button:hover,
.views-exposed-widgets .mez.hbku .views-submit-button:hover {
  background: white;
}

/* hbku ends here */
/* header-block starts here */
.mez.header-block {
  padding: 90px 0;
  display: none;
  clear: both;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.mez.header-block figure {
  background: #FFF url(../images/loader-white.gif) no-repeat center;
  background-size: 27px;
  display: inline-block;
}

.mez.header-block figure img {
  width: 100%;
}

.sticky .mez.header-block {
  padding: 40px 0;
}

@media (max-width: 1200px) {
  .sticky .mez.header-block {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .mez.header-block {
    padding: 0;
    height: calc(100% - 40px);
    margin: 20px 0;
    overflow: hidden;
    overflow-y: scroll;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .mez.header-block {
    margin: 30px 20px;
    height: 100%;
    overflow: hidden;
  }

  .mez.header-block .container {
    overflow-y: scroll;
    height: 100%;
  }
}

.mez.header-block.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .mez.header-block [class*='col-'] {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .mez.header-block [class*='col-'] {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}

.mez.header-block [class*='col-']:first-child {
  border: none;
}

.mez.header-block [class*='col-']:first-child .header__box {
  padding-left: 0;
}

@media (max-width: 992px) {
  .mez.header-block [class*='col-']:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}

.mez.header-block [class*='col-']:last-child .header__box {
  padding-right: 0;
}

@media (max-width: 767px) {
  .mez.header-block p {
    margin-bottom: 10px;
  }
}

.mez.header-block ul.l-thumb-list.l-thumb-list {
  margin-left: -20px;
}

@media (max-width: 1200px) {
  .mez.header-block ul.l-thumb-list.l-thumb-list {
    margin-left: 0;
  }
}

.mez.header-block ul.l-thumb-list.l-thumb-list li {
  padding-left: 20px;
}

@media (max-width: 1200px) {
  .mez.header-block ul.l-thumb-list.l-thumb-list li {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .mez.header-block ul.l-thumb-list.l-thumb-list li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .mez.header-block.research-menu ul.l-thumb-list.l-thumb-list li {
    width: 100%;
  }
}

.mez.header-block .l-event-date {
  margin-right: 0;
}

.mez.header-block .row .field-collection-container {
  height: 100%;
}

.mez.header-block [class*='col-'] {
  border-left: 1px solid #d3d5d9;
}

@media (max-width: 992px) {
  .mez.header-block [class*='col-'] {
    border: none;
  }
}

.mez.header-block .header__box {
  padding: 0 40px;
  height: 100%;
}

@media only screen and (max-device-width: 1440px) {
  .mez.header-block .header__box {
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {
  .mez.header-block .header__box {
    padding: 0 20px;
  }
}

@media (max-width: 992px) {
  .mez.header-block .header__box {
    padding: 0;
    border: none;
  }
}

.mez.header-block .header__box.overview h3 {
  padding-bottom: 0;
}

.mez.header-block .header__box.overview h3:before {
  display: none;
}

.mez.header-block .header__box a:hover {
  color: #5BC6E8;
}

.mez.header-block .header__box a:hover h3 {
  color: #5BC6E8;
}

.mez.header-block .header__box.about {
  padding: 0;
}

.mez.header-block .header__box.about ul.l-thumb-list.l-thumb-list li {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .mez.header-block .header__box.about ul.l-thumb-list.l-thumb-list li {
    width: 100%;
  }
}

.mez.header-block .l-thumb-list img {
  width: 100%;
}

.mez.header-block h3 {
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.2rem;
  position: relative;
  margin-bottom: 20px;
  color: #1E1656;
}

@media (max-width: 767px) {
  .mez.header-block h3 {
    margin-bottom: 15px;
  }
}

.mez.header-block h3 a {
  color: #1E1656;
  display: block;
}

.mez.header-block h3 a:hover {
  color: #5BC6E8;
}

.mez.header-block h4 {
  font-size: 1.2rem;
  font-weight: normal;
}

.mez.header-block h4 a {
  color: #666666;
}

.mez.header-block h4 a:hover {
  color: #5BC6E8;
}

.mez.header-block p+img {
  margin-bottom: 15px;
}

.mez.header-block .header__detail {
  margin-bottom: 20px;
  overflow: hidden;
}

.mez.header-block hr {
  position: relative;
  border: none;
  height: 1px;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .mez.header-block hr {
    margin: 15px 0;
  }
}

.mez.header-block hr:before {
  content: "";
  width: 11px;
  height: 1px;
  background: #79c5e6;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}

.mez.header-block p {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1rem;
  color: #333;
  margin-bottom: 23px;
}

.mez.header-block figure {
  margin-bottom: 22px;
}

.mez.header-block .header_subnav li {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .mez.header-block .header_subnav li {
    margin-bottom: 8px;
  }
}

.mez.header-block .header_subnav li a {
  color: #333;
  font-size: 0.9333333333rem;
}

.mez.header-block .header_subnav li a:hover {
  color: #5BC6E8;
}

.mez.header-block .header_subnav li:last-child {
  margin-bottom: 0;
}

.mez.header-block .header_tags {
  overflow: hidden;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .mez.header-block .header_tags {
    margin-bottom: 10px;
  }
}

.mez.header-block .header_tags li {
  width: 37px;
  margin-left: 2px;
}

.mez.header-block .header_tags li:first-child {
  margin-left: 0;
}

.mez.header-block .header_tags a {
  background: #262261;
  color: #fff;
  font-size: 0.8rem;
  padding: 3px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.mez.header-block .header_tags a:hover {
  color: #5BC6E8;
}

.mez.header-block .l-btn-share {
  position: static;
  color: #FFF;
}

.mez.header-block .l-btn-share:hover {
  color: #5BC6E8;
}

.mez.header-block ol {
  padding-left: 0;
}

@media (max-width: 992px) {
  .mez.header-block ol {
    margin: 0;
  }
}

.mez.header-block ol li {
  list-style: decimal;
  list-style-position: inside;
}

.mez.header-block ol li a:hover {
  color: #5BC6E8;
}

.mez.header-block .l-meta li {
  width: 100%;
}

.mez.header-block .l-meta li a {
  color: #FFF;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #035091;
  position: relative;
}

.mez.header-block .l-meta li a:hover {
  color: #5BC6E8;
}

.mez.header-block a:hover {
  color: #5BC6E8;
}

.mez.header-block .l-thumb-list h4 {
  font-size: 1.0666666667rem;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
}

.mez.header-block .l-thumb-list h4 a {
  color: #4a4a4a;
}

.mez.header-block .l-thumb-list h4 a:hover {
  color: #5BC6E8;
}

.mez.header-block .l-thumb-list p {
  line-height: 1.2666666667rem;
  margin-bottom: 12px;
}

.mez.header-block .l-thumb-list p span.l-time {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1rem;
}

.mez.header-block .l-thumb-list .link:hover {
  color: #0088CE;
}

@media (max-width: 1200px) {
  .mez.header-block.about-us [class*='col-']:nth-child(2) {
    border: none;
  }
}

@media (max-width: 1200px) {
  .mez.header-block.about-us [class*='col-']:nth-child(2) .header__box {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .safari .mez.header-block.about-us [class*='col-']:nth-child(3) {
    border: none;
  }
}

@media (max-width: 1200px) {
  .safari .mez.header-block.about-us [class*='col-']:nth-child(3) .header__box {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .mez.header-block.life-hbku-menu [class*='col-']:nth-child(3) {
    border: none;
  }
}

@media (max-width: 1200px) {
  .mez.header-block.life-hbku-menu [class*='col-']:nth-child(3) .header__box {
    border: none;
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .mez.header-block.academics [class*='col-']:nth-child(3) {
    border: none;
  }
}

@media (max-width: 1200px) {
  .mez.header-block.academics [class*='col-']:nth-child(3) .header__box {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .mez.header-block.research [class*='col-']:nth-child(3) {
    border: none;
  }
}

@media (max-width: 1200px) {
  .mez.header-block.research [class*='col-']:nth-child(3) .header__box {
    padding-left: 0;
  }
}

/* header-block ends here */
/* highlight starts here */
.mez.highlight {
  border-bottom: 4px solid #9ccfed;
  color: #333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .mez.highlight {
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
}

.mez.highlight h2 {
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .mez.highlight h2 {
    margin-bottom: 20px;
  }
}

.mez.highlight .highlight__content {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.mez.highlight .highlight__content+figure {
  margin-left: 45px;
  border-left: 1px solid #dcdbda;
}

@media (max-width: 767px) {
  .mez.highlight .highlight__content+figure {
    margin-left: 20px;
    padding-left: 10px;
  }
}

.mez.highlight p {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.4666666667rem;
  margin-bottom: 42px;
  padding-right: 10px;
  line-height: 1.875rem;
}

@media (max-width: 992px) {
  .mez.highlight p {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mez.highlight p {
    margin-bottom: 10px;
  }
}

.mez.highlight figure {
  width: 225px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .mez.highlight figure {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .mez.highlight figure {
    width: 90px;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
  }
}

/* highlight ends here */
.mez.highlight--md {
  border: none;
}

.mez.highlight--md h3 {
  font-size: 1.6rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .mez.highlight--md h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mez.highlight--md h3 {
    margin-bottom: 20px;
  }
}

.mez.highlight--md p:last-child {
  margin-bottom: 0;
}

/* home-quote starts here */
.mez.home-social .home-social__header {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  z-index: 2;
}

@media (max-width: 767px) {
  .mez.home-social .home-social__header {
    display: block;
  }
}

.mez.home-social .home-social__header h2 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: -11px;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .mez.home-social .home-social__header h2 {
    margin-top: 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .mez.home-social .home-social__header h2 {
    margin-bottom: 20px;
  }
}

.mez.home-social .home-social__header ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.mez.home-social .l-social p {
  color: #373d43;
  font-size: 0.9333333333rem;
}

.mez.home-social .l-social li a i {
  fill: #0088CE;
}

.mez.home-social .l-social li a:hover i {
  fill: #000;
}

.mez.home-social .home-social__detail {
  margin-top: 30px;
  background: #ececec;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mez.home-social .home-social__box {
  position: relative;
  width: 25%;
  border-bottom: 1px solid rgba(230, 223, 223, 0.69);
  border-left: 1px solid rgba(230, 223, 223, 0.69);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 50px 40px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.mez.home-social .home-social__box.inner-box {
  padding: 0;
}

.mez.home-social .home-social__box.inner-box .home-social__box-inner {
  padding: 60px 50px 40px;
  background-size: cover;
  background-position: center center;
}

.mez.home-social .home-social__box.col-1 {
  width: 100%;
}

.mez.home-social .home-social__box.col-2 {
  width: 50%;
}

.mez.home-social .home-social__box.col-3 {
  width: 33.33%;
}

.mez.home-social .home-social__box.col-4 {
  width: 25%;
}

@media (max-width: 1700px) {

  .mez.home-social .home-social__box,
  .mez.home-social .home-social__box.inner-box .home-social__box-inner {
    padding: 60px 40px 40px;
  }
}

@media (max-width: 1440px) {

  .mez.home-social .home-social__box,
  .mez.home-social .home-social__box.inner-box .home-social__box-inner {
    padding: 40px 30px;
  }
}

@media (max-width: 1200px) {
  .mez.home-social .home-social__box {
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  .mez.home-social .home-social__box {
    width: 50%;
  }

  .mez.home-social .home-social__box.col-2 {
    width: 100%;
  }

  .mez.home-social .home-social__box.col-3 {
    width: 50%;
  }

  .mez.home-social .home-social__box.col-4 {
    width: 50%;
  }

}

@media (max-width: 767px) {
  .mez.home-social .home-social__box {
    padding: 20px;
  }
}

@media (max-width: 540px) {
  .mez.home-social .home-social__box {
    width: 100%;
  }

  .mez.home-social .home-social__box.col-2 {
    width: 100%;
  }

  .mez.home-social .home-social__box.col-3 {
    width: 100%;
  }

  .mez.home-social .home-social__box.col-4 {
    width: 100%;
  }

}

.mez.home-social .home-social__box.inner-box .home-social__box-inner.instagram {
  position: relative;
}

.mez.home-social .home-social__box:before,
.mez.home-social .home-social__box.inner-box .home-social__box-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/bg-grey-gradient.png) repeat-x left bottom;
  background-size: 3%;
  display: none;
}

@media (max-width: 992px) {

  .mez.home-social .home-social__box:before,
  .mez.home-social .home-social__box.inner-box .home-social__box-inner:before {
    background-size: 2%;
  }
}

.mez.home-social .home-social__box.instagram:before,
.mez.home-social .home-social__box.inner-box .home-social__box-inner.instagram:before {
  display: block;
  z-index: 3;
}

.mez.home-social .home-social__box p {
  font-size: 1.3333333333rem;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .mez.home-social .home-social__box p {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .mez.home-social .home-social__box p {
    font-size: 1rem;
  }
}

.mez.home-social .home-social__box.instagram {
  padding: 0;
}

.mez.home-social .home-social__box.instagram .home-social__btm,
.mez.home-social .home-social__box.inner-box .home-social__box-inner.instagram .home-social__btm {
  position: absolute;
  left: 0;
  bottom: 40px;
  padding: 0 40px;
  z-index: 4;
}

@media (max-width: 767px) {

  .mez.home-social .home-social__box.instagram .home-social__btm,
  .mez.home-social .home-social__box.inner-box .home-social__box-inner.instagram .home-social__btm {
    bottom: 20px;
    padding: 0 20px;
  }
}

.mez.home-social figure {
  margin: 0;
}

.mez.home-social figure .l-btn-play {
  z-index: 3;
}

.mez.home-social figure img {
  display: block;
  opacity: 0;
}

@media (max-width: 540px) {
  .mez.home-social figure img {
    width: 100%;
  }
}

.mez.home-social figure img+img {
  display: none;
}

.mez.home-social .home-social__btm {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mez.home-social .home-social__btm .l-circle-md {
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 22px;
  text-indent: 0;
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  transition: all 0.3s;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mez.home-social .home-social__btm .l-circle-md:after,
.mez.home-social .home-social__btm .l-circle-md:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all 0.5s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.mez.home-social .home-social__btm .l-circle-md:before {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  background: #0081e7;
}

.mez.home-social .home-social__btm .l-circle-md:hover:before {
  opacity: .6;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mez.home-social .home-social__btm .l-circle-md:hover:after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.mez.home-social .home-social__btm i {
  fill: #fff;
  position: relative;
  z-index: 2;
}

.mez.home-social .home-social__btm p {
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 1.2666666667rem;
  color: #0393d6;
}

@media (max-width: 767px) {
  .mez.home-social .home-social__btm p {
    font-size: 1rem;
  }
}

.mez.home-social .home-social__btm p small {
  display: block;
  color: rgba(0, 38, 72, 0.6);
  font-size: 0.8666666667rem;
  direction: ltr;
  /*rtl:ignore*/
}

.mez.home-social .home-social__btm .l-circle-md--ig+p small {
  color: #FFF;
}

.mez.home-social .home-social__btm .l-circle-md--tw:before {
  background: #0081e7;
}

.mez.home-social .home-social__btm .l-circle-md--ig:before {
  background: #ce282f;
}

.mez.home-social .home-social__btm .l-circle-md--fb:before {
  background: #1c2e6c;
}

/* home-quote ends here */
/* info-box starts here */
/* info-box ends here */
/* home-quote starts here */
.mez.home-glance {
  line-height: 1;
  position: relative;
}

@media (max-width: 992px) {
  .mez.home-glance {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .mez.home-glance {
    padding: 20px 0;
  }
}

.mez.home-glance:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #f6f5f5;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .mez.home-glance:before {
    display: none;
  }
}

.mez.home-glance strong,
.mez.home-glance span,
.mez.home-glance img {
  display: block;
  margin: 0 auto;
}

.mez.home-glance img {
  max-width: 50%;
}

.mez.home-glance strong {
  font-size: 5.6666666667rem;
  color: #0088CE;
  margin-top: 20px;
  font-weight: normal;
  padding-bottom: 15px;
}

@media (max-width: 992px) {
  .mez.home-glance strong {
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .mez.home-glance strong {
    font-size: 2.6666666667rem;
  }
}

@media (max-width: 540px) {
  .mez.home-glance strong {
    font-size: 2rem;
  }
}

[dir='rtl'] .mez.home-glance strong {
  font-size: 4rem !important;
}

@media (max-width: 992px) {
  [dir='rtl'] .mez.home-glance strong {
    font-size: 3.3333333333rem;
  }
}

@media (max-width: 767px) {
  [dir='rtl'] .mez.home-glance strong {
    font-size: 2.3333333333rem;
  }
}

@media (max-width: 540px) {
  [dir='rtl'] .mez.home-glance strong {
    font-size: 1.6666666667rem;
  }
}

.mez.home-glance span {
  font-size: 2.6666666667rem;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .mez.home-glance span {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .mez.home-glance span {
    font-size: 1.3333333333rem;
  }
}

[dir='rtl'] .mez.home-glance span {
  font-size: 2rem;
}

@media (max-width: 767px) {
  [dir='rtl'] .mez.home-glance span {
    font-size: 1.3333333333rem;
  }
}

.mez.home-glance .col-md-12 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mez.home-glance .home-glance__summary {
  background: #f6f5f5;
  padding-right: 110px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

@media (max-width: 1440px) {
  .mez.home-glance .home-glance__summary {
    padding-right: 75px;
    padding-top: 20px;
  }
}

@media (max-width: 992px) {
  .mez.home-glance .home-glance__summary {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .mez.home-glance .home-glance__summary {
    padding: 20px 0;
    text-align: center;
  }
}

.ie10 .mez.home-glance .home-glance__summary {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.mez.home-glance .home-glance__summary h2 {
  line-height: 3.8666666667rem;
}

@media (max-width: 767px) {
  .mez.home-glance .home-glance__summary h2 {
    font-size: 2rem;
    line-height: 1.8666666667rem;
  }
}

.mez.home-glance .home-glance__summary p {
  line-height: 1.7333333333rem;
  font-size: 1.3333333333rem;
  color: #333;
  font-family: "robotoregular";
  /* rtl: tahoma */
}

@media (max-width: 767px) {
  .mez.home-glance .home-glance__summary p {
    font-size: 1rem;
  }
}

.ie10 .mez.home-glance .home-glance__summary .home-glance__block {
  width: 100%;
}

.mez.home-glance .home-glance__slider {
  padding: 35px 0;
  background: #efefef;
  text-align: center;
  position: relative;
}

@media (max-width: 992px) {
  .mez.home-glance .home-glance__slider {
    padding: 0;
  }
}

.mez.home-glance .slick-list {
  position: relative;
}

.mez.home-glance .slick-list:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #efefef;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
}

.mez.home-glance .slick-list .slick-slide {
  position: relative;
}

.mez.home-glance .slick-list .slick-slide:after {
  content: "";
  width: 1px;
  height: 138px;
  background: #dcdbdb;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  .mez.home-glance .slick-list .slick-slide:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .mez.home-glance .slick-slider .slick-next {
    right: -15px;
  }
}

.mez.home-glance .slick-slider .slick-prev {
  left: -30px;
}

@media (max-width: 992px) {
  .mez.home-glance .slick-slider .slick-prev {
    left: 0;
  }
}

@media (max-width: 767px) {
  .mez.home-glance .slick-slider .slick-prev {
    left: -15px;
  }
}

/* home-quote ends here */
/* info segment starts here */
.mez.info-segment {
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}

@media (max-width: 992px) {
  .mez.info-segment {
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mez.info-segment {
    display: block;
  }
}

.mez.info-segment:after {
  background: rgba(12, 52, 44, 0.8);
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.mez.info-segment figure {
  background-color: #f6f4f5;
  text-align: center;
  margin: 0;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  min-height: 385px;
}

@media (max-width: 992px) {
  .mez.info-segment figure {
    padding: 20px;
    min-height: inherit;
  }
}

.mez.info-segment figure img {
  width: 170px;
}

@media (max-width: 1440px) {
  .mez.info-segment figure img {
    width: 80%;
  }
}

@media (max-width: 992px) {
  .mez.info-segment figure img {
    width: 170px;
  }
}

.mez.info-segment .l-btn,
.mez.info-segment .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.info-segment .views-submit-button {
  width: 162px;
}

@media (max-width: 767px) {

  .mez.info-segment .l-btn,
  .mez.info-segment .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.info-segment .views-submit-button {
    width: auto;
  }
}

.mez.info-segment .info-segment__details {
  min-height: 385px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 32px 32px 32px 160px;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .mez.info-segment .info-segment__details {
    padding: 40px;
    display: block;
    min-height: inherit;
  }
}

@media (max-width: 767px) {
  .mez.info-segment .info-segment__details {
    padding: 20px;
  }
}

.mez.info-segment .info-segment__details:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 385px 125px 0 0;
  border-color: #f6f4f5 transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .mez.info-segment .info-segment__details:before {
    display: none;
  }
}

.mez.info-segment .info-segment__details p {
  color: #fff;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1rem;
  line-height: 1.4666666667rem;
  margin-bottom: 32px;
}

@media (max-width: 992px) {
  .mez.info-segment .info-segment__details p {
    margin-bottom: 20px;
  }
}

.mez.info-segment h3 {
  color: #fff;
}

/* info segment ends here */
/* information starts here */
.mez.information {
  background: #f3f2f2;
  position: relative;
  background: linear-gradient(to right, #ebebeb 27%, #f3f2f2 1%);
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .mez.information {
    background: #f3f2f2;
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .mez.information {
    padding: 20px 0;
  }
}

.mez.information [class*="col-"]:first-child {
  background: #ebebeb;
}

@media (max-width: 992px) {
  .mez.information [class*="col-"]:first-child {
    background: #f3f2f2;
  }
}

@media (max-width: 1200px) {
  .mez.information {
    display: block;
  }
}

.mez.information .information__title {
  padding: 100px 85px 100px 0;
}

@media (max-width: 1200px) {
  .mez.information .information__title {
    padding: 40px 40px 40px 0;
    height: 100%;
    min-height: 265px;
  }
}

@media (max-width: 992px) {
  .mez.information .information__title {
    min-height: inherit;
    padding: 0 0 40px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .mez.information .information__title {
    padding: 0 0 20px;
  }
}

.mez.information h2 {
  z-index: 9;
  margin: 0;
}

@media (max-width: 1200px) {
  .mez.information h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 992px) {
  .mez.information h2 {
    font-size: 2.5333333333rem;
  }
}

@media (max-width: 767px) {
  .mez.information h2 {
    font-size: 2rem;
  }
}

.mez.information p {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.4rem;
  margin-bottom: 42px;
}

@media (max-width: 1200px) {
  .mez.information p {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .mez.information p {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mez.information p {
    margin-bottom: 10px;
  }
}

.mez.information .l-btn,
.mez.information .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.information .views-submit-button {
  font-size: 0.8rem;
}

.mez.information ul {
  padding: 100px 0 30px 7px;
}

@media (max-width: 1200px) {
  .mez.information ul {
    padding: 40px 0;
    height: 100%;
  }
}

@media (max-width: 992px) {
  .mez.information ul {
    padding: 0 0 40px;
  }
}

@media (max-width: 992px) {
  .mez.information ul {
    padding: 0;
  }
}

.mez.information li {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .mez.information li {
    margin-bottom: 20px;
  }
}

.mez.information li:last-of-type {
  margin-bottom: 0;
}

.mez.information li a {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #333;
  position: relative;
}

.mez.information li a:hover {
  color: #5BC6E8;
}

.mez.information li a:hover span {
  border-left-color: #5BC6E8;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .mez.information li a:hover span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.mez.information li a span {
  content: "";
  position: relative;
  left: 10px;
  display: inline-block;
  transition: all 0.5s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #1f58a9;
}

.mez.information .information__block {
  overflow: hidden;
  padding: 100px 0px 75px;
}

@media (max-width: 1440px) {
  .mez.information .information__block {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .mez.information .information__block {
    height: 100%;
    padding: 40px 0;
  }
}

@media (max-width: 992px) {
  .mez.information .information__block {
    padding: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .mez.information .information__block {
    padding: 0 0 20px;
  }
}

.mez.information figure {
  margin-right: 32px;
  float: left;
  width: 60%;
}

@media (max-width: 1200px) {
  .mez.information figure {
    width: 50%;
    margin-right: 20px;
  }
}

@media (max-width: 540px) {
  .mez.information figure {
    width: 100%;
    margin-bottom: 20px;
  }

  .mez.information figure img {
    width: 100%;
  }
}

.mez.information .information__details {
  display: table-cell;
}

@media (max-width: 1440px) {
  .mez.information .information__details {
    margin-top: 30px;
  }
}

@media (max-width: 540px) {
  .mez.information .information__details {
    display: block;
  }
}

/* information ends here */
/* keynotes starts here */
.mez.keynotes .keynotes__platform {
  background: #e9f4fb;
  padding: 52px 64px;
}

@media (max-width: 1200px) {
  .mez.keynotes .keynotes__platform {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .mez.keynotes .keynotes__platform {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mez.keynotes .keynotes__platform {
    padding: 25px;
  }
}

.mez.keynotes .keynotes__platform p {
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #333333;
}

.mez.keynotes .keynotes__platform p:first-child {
  padding-bottom: 35px;
  margin-bottom: 35px;
  /*border-bottom: 1px solid #ced7dd;*/
}

@media (max-width: 1200px) {
  .mez.keynotes .keynotes__platform p:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .mez.keynotes .keynotes__platform p:first-child {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.mez.keynotes .keynotes__platform ul {
  padding-bottom: 10px;
}

.mez.keynotes .keynotes__lists {
  padding-left: 32px;
}

@media (max-width: 1200px) {
  .mez.keynotes .keynotes__lists {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .mez.keynotes .keynotes__lists {
    padding-left: 0;
  }
}

/* keynotes ends here */
/* league starts here */
.mez.league {
  background: #edf6fc;
  padding: 30px;
}

@media (max-width: 1200px) {
  .mez.league .thumb-block {
    display: block;
  }
}

@media (max-width: 992px) {
  .mez.league .thumb-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 540px) {
  .mez.league .thumb-block {
    display: block;
  }
}

.mez.league .thumb-block figure {
  margin-right: 30px;
  width: 60%;
}

@media (max-width: 1440px) {
  .mez.league .thumb-block figure {
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  .mez.league .thumb-block figure {
    margin-right: 0px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .mez.league .thumb-block figure {
    margin-right: 20px;
    width: auto;
  }
}

@media (max-width: 540px) {
  .mez.league .thumb-block figure {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .mez.league .row-eq-height>[class*='col-'] {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
  }
}

.mez.league .row-eq-height>[class*='col-']:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.mez.league .league__text {
  margin: 0;
  color: #666;
  font-size: 0.9333333333rem;
}

.mez.league .thumb-block__detail p {
  color: #262626;
  font-size: 1rem;
}

.mez.league a {
  text-decoration: none;
}

.mez.league a:hover {
  color: #333;
}

/* league ends here */
/* home-quote starts here */
.mez.link-block {
  margin-top: -60px;
}

@media (max-width: 992px) {
  .mez.link-block {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .mez.link-block {
    margin-top: 0;
  }
}

.mez.link-block figure {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background: #fff;
}

@media (max-width: 992px) {
  .mez.link-block figure {
    margin-top: 20px;
  }
}

.mez.link-block figure:before {
  content: "";
  background: #5BC6E8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: all 0.3s;
  z-index: 2;
}

@media (max-width: 767px) {
  .mez.link-block figure:before {
    display: none;
  }
}

.mez.link-block figure .shape {
  background: url(../images/shape-05.png) no-repeat left top;
  width: 165px;
  height: 166px;
  display: block;
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 2;
  transform-orgin: left;
  transition: all 0.3s;
  display: none;
}

.mez.link-block figure:after {
  content: "";
  background: url(../images/shape-06.png) no-repeat left top;
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  right: 140px;
  top: -24px;
  z-index: 2;
  transform-orgin: top;
  transition: all 0.3s;
  display: none;
}

.mez.link-block figure img {
  transition: all 0.3s;
  width: 100%;
}

@media (min-width: 992px) {
  .mez.link-block figure:hover img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
  }

  .mez.link-block figure:hover figcaption {
    overflow: visible;
  }

  .mez.link-block figure:hover h2 {
    font-size: 2.3333333333rem;
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-top: 0;
  }

  .mez.link-block figure:hover img {
    transform-orgin: center;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .mez.link-block figure:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    width: 85%;
  }

  .mez.link-block figure:hover .l-btn,
  .mez.link-block figure:hover .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.link-block figure:hover .views-submit-button {
    opacity: 1;
    pointer-events: visible;
  }

  .mez.link-block figure:hover:after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
  }

  .mez.link-block figure:hover .shape {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0.5;
  }
}

.mez.link-block [class^="col-"]:nth-child(1) figure:before,
.mez.link-block [class^="col-"]:nth-child(4) figure:before {
  background: rgba(6, 108, 193, 0.8);
}

.mez.link-block [class^="col-"] figure:hover:before {
  background: #1e1656;
  opacity: 0.8;
}

.mez.link-block [class^="col-"]:nth-child(2) figure:after {
  top: 15%;
}

.mez.link-block [class^="col-"]:nth-child(3) figure .shape {
  top: auto;
  bottom: 20px;
}

.mez.link-block [class^="col-"]:nth-child(3) figure:after {
  top: -22px;
}

.mez.link-block [class^="col-"]:nth-child(4) figure .shape {
  top: auto;
  bottom: 20px;
}

.mez.link-block [class^="col-"]:nth-child(4) figure:after {
  top: 15%;
}

.mez.link-block figcaption {
  width: 100%;
  min-height: 190px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 6;
  overflow: hidden;
  padding-top: 30px;
  transition: all 0.3s;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .mez.link-block figcaption {
    background: #0088CE;
    padding: 40px;
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mez.link-block figcaption h2 {
  color: #FFF;
  transition: all 0.6s cubic-bezier(0.43, -0.1, 0.6, 1.05);
  text-align: center;
  width: 90%;
}

@media (min-width: 992px) {
  .mez.link-block figcaption h2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    /*rtl:ignore*/
    -webkit-transform-origin: center center;
    transform-origin: center center;
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .mez.link-block figcaption h2 {
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mez.link-block figcaption p {
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 35px;
  font-family: "robotoregular";
  /* rtl: tahoma */
  transition: all 0.35s;
}

@media (max-width: 1440px) {
  .mez.link-block figcaption p {
    font-size: 1.1333333333rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .mez.link-block figcaption p {
    -webkit-transform: translateY(127px);
    transform: translateY(127px);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .mez.link-block figcaption p {
    opacity: 1;
    margin-bottom: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mez.link-block figcaption .l-btn,
.mez.link-block figcaption .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.link-block figcaption .views-submit-button {
  opacity: 0;
  transition: all 0.45s;
}

@media (max-width: 992px) {

  .mez.link-block figcaption .l-btn,
  .mez.link-block figcaption .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.link-block figcaption .views-submit-button {
    opacity: 1;
  }
}

@media (max-width: 767px) {

  .mez.link-block figcaption .l-btn,
  .mez.link-block figcaption .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.link-block figcaption .views-submit-button {
    pointer-events: visible;
  }
}

/* home-quote ends here */
/* card-list starts here */
.mez.library ul {
  margin-left: -64px;
  overflow: hidden;
  margin-bottom: 90px;
  padding-top: 50px;
}

@media (max-width: 540px) {
  .mez.library ul {
    margin-left: 0;
  }
}

.mez.library ul li {
  float: left;
  width: 25%;
  text-align: center;
  border-left: 1px solid #BBB;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 767px) {
  .mez.library ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 540px) {
  .mez.library ul li {
    width: 90%;
    float: none;
    border-bottom: 1px solid #ccc;
    margin: 0 auto 20px auto;
    border-left: 0;
    padding: 0 0 20px 0;
  }

  .mez.library ul li:last-child {
    margin-bottom: 0;
    border: none;
  }
}

.mez.library ul li:first-child {
  border-left: 0;
}

.mez.library ul li a {
  display: block;
}

.mez.library ul li a:hover h4 {
  color: #0088CE;
}

.mez.library figure {
  margin-bottom: 34px;
}

@media (max-width: 992px) {
  .mez.library figure {
    margin-bottom: 20px;
  }
}

.mez.library h4 {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 1.0666666667rem;
  color: #0d55b3;
  text-transform: uppercase;
}

.mez.library h2 {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 35px;
}

.mez.library strong {
  display: block;
  font-size: 1.0666666667rem;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  color: #333;
  margin-bottom: 20px;
}

/* map starts here */
.mez.map .gm-style-iw {
  padding: 26px 0 26px 26px !important;
  width: 340px !important;
  top: 0 !important;
  left: 0 !important;
}

.mez.map .gm-style-iw img {
  border: 2px solid red !important;
}

.mez.map .gm-style-iw+div {
  left: auto !important;
  /* right: 12px !important; */
}

[dir='rtl'] .mez.map .gm-style-iw+div {
  right: 0 !important;
  margin-right: 10px !important;
  width: 25px !important;
  height: 25px !important;
  background: #fff;
  border: 4px solid #fff;
}

[dir='rtl'] .mez.map .gm-style-iw+div+img {
  right: 0 !important;
  left: auto !important;
  position: absolute !important;
}

.mez.map .map-info {
  width: 290px;
}

@media (max-width: 540px) {
  .mez.map .map-info {
    width: 190px;
  }
}

.mez.map .map-info>a {
  margin-bottom: 18px;
  display: inline-block;
  font-size: 1.0666666667rem;
  color: #262626;
  font-family: "robotoregular";
  /* rtl: tahoma */
}

.mez.map .map-info>a:hover {
  color: #5BC6E8;
}

.mez.map .map-info p {
  font-size: 1.0666666667rem;
  color: #262626;
  font-family: "robotoregular";
  /* rtl: tahoma */
  line-height: 1.3333333333rem;
}

.mez.map .map-info .l-btn,
.mez.map .map-info .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.map .map-info .views-submit-button {
  display: block;
  margin-bottom: 0;
  font-size: 0.8666666667rem;
  color: #0088CE;
}

.mez.map .map-info .l-icon {
  fill: #656f79;
  width: 15px;
  height: 19px;
  margin-right: 17px;
}

.mez.map .map-info address i.l-icon {
  width: 15px;
  position: relative;
  top: 2px;
  float: left;
}

.mez.map .map-info address p {
  display: table-cell;
}

/* map ends here */
/* mediaslider starts here */
.mez.mediaslider p {
  margin-bottom: 35px;
}

.mez.mediaslider .mediaslider__video {
  position: relative;
  background: #000;
  width: 100%;
  height: auto;
  min-height: 200px;
}

.mez.mediaslider .mediaslider__video:after {
  content: "";
  width: 64px;
  height: 64px;
  background: url(../images/loader.gif) no-repeat left top;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .mez.mediaslider .mediaslider__video:after {
    display: none;
  }
}

.mez.mediaslider .mediaslider__video iframe {
  height: 450px;
  position: relative;
  z-index: 2;
}

.mez.mediaslider .mediaslider__meta {
  margin-top: 30px;
  margin-bottom: 48px;
  padding-right: 150px;
  position: relative;
}

@media (max-width: 767px) {
  .mez.mediaslider .mediaslider__meta {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.mez.mediaslider .mediaslider__meta p {
  display: inline-block;
  margin: 0;
}

.mez.mediaslider .mediaslider__meta p span {
  color: #666;
  font-family: "robotomedium";
  /* rtl: tahoma */
  text-transform: uppercase;
  margin-right: 15px;
}

.mez.mediaslider .mediaslider__meta p span:after {
  content: "|";
  width: 1px;
  height: 100%;
  color: #c5c5c5;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .mez.mediaslider .mediaslider__meta p {
    display: block;
    padding-bottom: 20px;
  }
}

.mez.mediaslider .mediaslider__meta .l-link {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .mez.mediaslider .mediaslider__meta .l-link {
    position: static;
  }
}

.mez.mediaslider .btn-transcript {
  float: right;
  color: #093c7e;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 767px) {
  .mez.mediaslider .btn-transcript {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}

.mez.mediaslider .btn-transcript .l-icon {
  padding-right: 15px;
  margin-top: -3px;
}

.mez.mediaslider .btn-transcript:hover {
  color: #5BC6E8;
}

.mez.mediaslider .mediaslider__listing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mez.mediaslider .mediaslider__listing {
    display: block;
  }
}

.mez.mediaslider .mediaslider__listing .slick-list {
  margin: 0 -16px;
}

.mez.mediaslider .mediaslider__listing:hover .slick-arrow {
  opacity: 1;
}

.mez.mediaslider .mediaslider__listing img {
  width: 100%;
}

.mez.mediaslider .slick-slider .slick-prev {
  left: 5px;
}

.mez.mediaslider .slick-slider .slick-next {
  right: 5px;
}

.mez.mediaslider .slick-slider .slick-arrow {
  width: 32px;
  height: 32px;
  opacity: 0;
  transition: 0.2s ease;
}

@media (max-width: 992px) {
  .mez.mediaslider .slick-slider .slick-arrow {
    opacity: 1;
  }
}

.mez.mediaslider .slick-slider .slick-arrow:before {
  width: 18px;
  height: 13px;
}

.mez.mediaslider .mediaslider__item {
  min-width: 256px;
  margin: 0px 16px;
  position: relative;
}

.mez.mediaslider .mediaslider__item.active {
  pointer-events: none;
}

.mez.mediaslider .mediaslider__item.active:after {
  opacity: 0.5;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border: 10px solid rgba(5, 131, 215, 0.7);
}

@media (max-width: 767px) {
  .mez.mediaslider .mediaslider__item {
    margin-bottom: 20px;
  }

  .mez.mediaslider .mediaslider__item img {
    width: 100%;
  }
}

.mez.mediaslider .mediaslider__item .mediaslider__meta {
  display: none;
}

.mez.mediaslider .mediaslider__item .l-btn-play {
  background-size: 18px 14px;
  background-position: 11px 12px;
  height: 38px;
  width: 38px;
}

@media (max-width: 992px) {
  .mez.mediaslider .mediaslider__item .l-btn-play {
    height: 28px;
    width: 28px;
    background-position: 6px 7px;
  }
}

/* mediaslider ends here */
/* listing starts here */
.mez.listing>ul>li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.mez.listing>ul>li:last-child {
  border: none;
}

.mez.listing>ul>li:first-child {
  padding: 50px 0 40px;
}

/* listing ends here */
/* message starts here */
.mez.message h5 span {
  color: #0088CE;
  display: block;
  font-size: 1.0666666667rem;
  margin: 5px 0 0;
}

.mez.message p {
  color: #333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.2rem;
  padding-top: 70px;
  margin: 0 0 25px;
  position: relative;
}

.mez.message p:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background: url("../images/icons-svg/icon-quote.svg") no-repeat;
}

.mez.message .message__block {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.mez.message .message__block:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #0088CE;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mez.message .message__video {
  float: left;
  position: relative;
  z-index: 1;
  width: 672px;
  height: 379px;
}

.mez.message .message__video:after {
  z-index: -1;
}

@media (max-width: 1440px) {
  .mez.message .message__video {
    width: 60%;
    height: 270px;
  }

  .mez.message .message__video img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .mez.message .message__video {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    position: relative;
    padding-bottom: 51.6%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .mez.message .message__video img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.mez.message .message__video+.message__details {
  padding: 0 20px 0px 30px;
}

@media (max-width: 767px) {
  .mez.message .message__video+.message__details {
    padding: 0;
  }
}

.mez.message .message__video.hide-coverimage .l-btn-play {
  display: none;
}

.mez.message .message__video.hide-coverimage img {
  display: none;
}

.mez.message .message__video iframe {
  width: 100%;
  border: none;
}

@media (max-width: 767px) {
  .mez.message .message__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.mez.message .message__details {
  padding: 0 20px 30px 0;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .mez.message .message__details {
    padding: 20px;
  }
}

.mez.message .btn-transcript {
  color: #093c7e;
  margin-top: 15px;
  text-transform: capitalize;
  font-family: "robotomedium";
  /* rtl: tahoma */
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .mez.message .btn-transcript {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}

.mez.message .btn-transcript .l-icon {
  padding-right: 15px;
  margin-top: -3px;
}

.mez.message .btn-transcript:hover {
  color: #5BC6E8;
}

/* message ends here */
/* miscellaneous starts here */
.mez.miscellaneous {
  position: absolute;
  width: 100%;
  bottom: -51px;
}

@media (max-width: 992px) {
  .mez.miscellaneous {
    position: static;
    margin: 20px 0 0;
  }
}

.mez.miscellaneous ul {
  float: right;
}

@media (max-width: 992px) {
  .mez.miscellaneous ul {
    float: none;
  }
}

.mez.miscellaneous li {
  float: left;
  position: relative;
  margin-left: 30px;
}

.mez.miscellaneous li:first-child {
  margin-left: 0;
}

.mez.miscellaneous li:last-child a {
  margin-right: 0;
}

.mez.miscellaneous li a {
  color: #000;
  text-transform: uppercase;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 0.8666666667rem;
  margin: 0 30px;
}

.mez.miscellaneous li a .l-icon {
  fill: #0088CE;
  position: absolute;
  left: 0px;
  top: 2px;
}

.mez.miscellaneous li a:hover {
  transition: 0.5s ease;
  color: #066dc2;
}

.mez.miscellaneous li:after {
  content: "";
  height: 18px;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 2px;
  right: 0;
}

.mez.miscellaneous li:last-of-type:after {
  display: none;
}

/* miscellaneous ends here */
/* news starts here */
.mez.news h3 {
  margin: 0 0 5px;
  line-height: 1.6rem;
}

.mez.news h3 a {
  color: #333;
}

.mez.news>ul>li {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

.mez.news>ul>li:after {
  content: "";
  background-color: #093c7e;
  width: 32px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* news ends here */
.mez.news--list .sorter {
  margin-bottom: 50px;
  padding-bottom: 22px;
}

@media (max-width: 1200px) {
  .mez.news--list .sorter {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mez.news--list .sorter {
    margin-bottom: 20px;
  }
}

.mez.news--list .calendar-head {
  margin-bottom: 20px;
}

.mez.news--list .news__block ul {
  margin-bottom: 60px;
  display: none;
}

@media (max-width: 1200px) {
  .mez.news--list .news__block ul {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mez.news--list .news__block ul {
    margin-bottom: 20px;
  }
}

.mez.news--list .news__block p.no-data.ng-hide+ul {
  display: block;
}

.view-search-results .mez.news--list .news__block ul {
  display: block;
}

.mez.news--list .thumb-block figure {
  background: url(../images/loader-white.gif) no-repeat center center;
  min-height: 170px;
}

.mez.news--list .thumb-block h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mez.news--list .calendar-head .l-grid {
    display: none;
  }
}

/* news--list ends here */
.mez.news--grid hr {
  display: none;
}

@media (max-width: 540px) {
  .mez.news--grid hr {
    display: block;
  }
}

.mez.news--grid .thumb-block {
  display: block;
}

.mez.news--grid .thumb-block figure {
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .mez.news--grid .thumb-block figure {
    margin-bottom: 20px;
  }
}

.mez.news--grid .thumb-block h2 {
  width: 100%;
  font-size: 1.5333333333rem;
  white-space: inherit;
}

.mez.news--grid .news__block {
  overflow: hidden;
}

.mez.news--grid .news__block ul {
  margin-left: -64px;
  margin-top: -70px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .mez.news--grid .news__block ul {
    margin-left: -40px;
  }
}

@media (max-width: 767px) {
  .mez.news--grid .news__block ul {
    margin: 0;
  }
}

.mez.news--grid .news__block li {
  width: 33.33%;
  float: left;
  padding-left: 64px;
  margin-top: 70px;
}

@media (max-width: 1200px) {
  .mez.news--grid .news__block li {
    width: 50%;
    padding-left: 40px;
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .mez.news--grid .news__block li {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .mez.news--grid .calendar-head .l-grid {
    display: none;
  }
}

/* news--grid ends here */
/* officials starts here */
.mez.officials {
  background: url(../images/bg-pattern.png) no-repeat left top #093c7e;
  padding: 60px 64px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .mez.officials {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .mez.officials {
    padding: 20px;
  }
}

.mez.officials h2 {
  color: #fff;
}

.mez.officials h4 {
  color: #fff;
}

@media (max-width: 767px) {
  .mez.officials h4 {
    margin-bottom: 0;
  }
}

.mez.officials p {
  color: #7c92b4;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.5rem;
  margin: 0 0 15px;
}

.mez.officials .card-list {
  overflow: visible;
  margin: 60px 0 25px;
}

@media (max-width: 992px) {
  .mez.officials .card-list {
    margin: 30px 0 0;
  }
}

@media (max-width: 767px) {
  .mez.officials .card-list {
    margin: 20px 0 0;
  }
}

.mez.officials .card-list ul {
  margin-left: -32px;
}

.mez.officials .card-list li {
  padding-left: 32px;
  margin-bottom: 0;
}

@media (max-width: 540px) {
  .mez.officials .card-list li {
    border: none;
  }
}

.mez.officials .card-list--slider .slick-slider .slick-prev {
  left: 32px;
}

/* officials ends here */
/* opportunities starts here */
.mez.opportunities table {
  width: 100%;
}

@media (max-width: 767px) {
  .mez.opportunities table {
    display: block;
  }
}

@media (max-width: 767px) {
  .mez.opportunities tbody {
    display: block;
  }
}

@media (max-width: 767px) {
  .mez.opportunities tr {
    display: block;
    margin-bottom: 20px;
  }
}

.mez.opportunities th {
  color: #0088CE;
}

.mez.opportunities td,
.mez.opportunities th {
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #dadada;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 1.0666666667rem;
  vertical-align: middle;
}

@media (max-width: 767px) {

  .mez.opportunities td,
  .mez.opportunities th {
    display: block;
    padding: 15px 0;
  }
}

.mez.opportunities td:nth-child(1),
.mez.opportunities th:nth-child(1) {
  /*width: 50%;*/
  width: 35%;
}

@media (max-width: 767px) {

  .mez.opportunities td:nth-child(1),
  .mez.opportunities th:nth-child(1) {
    width: 100%;
  }
}

.mez.opportunities td:nth-child(2),
.mez.opportunities th:nth-child(2) {
  width: 30%;
}

@media (max-width: 767px) {

  .mez.opportunities td:nth-child(2),
  .mez.opportunities th:nth-child(2) {
    width: 100%;
  }
}

.mez.opportunities td:nth-child(3),
.mez.opportunities th:nth-child(3) {
  width: 20%;
  text-align: right;
}

.mez.opportunities td:nth-child(4),
.mez.opportunities th:nth-child(4) {
  width: 15%;
  padding-right: 0;
  text-align: right;
}

@media (max-width: 767px) {

  .mez.opportunities td:nth-child(4),
  .mez.opportunities th:nth-child(4) {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {

  .mez.opportunities td:nth-child(3),
  .mez.opportunities th:nth-child(3) {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 767px) {

  .mez.opportunities td:nth-child(3):before,
  .mez.opportunities th:nth-child(3):before {
    display: none;
  }
}

.mez.opportunities td:before,
.mez.opportunities th:before {
  content: attr(data-title);
  display: block;
  color: #0d56b4;
  padding-bottom: 10px;
  display: none;
}

@media (max-width: 767px) {

  .mez.opportunities td:before,
  .mez.opportunities th:before {
    display: block;
  }
}

.mez.opportunities td a,
.mez.opportunities th a {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  color: #333;
  font-size: 1.0666666667rem;
}

.mez.opportunities td a:hover,
.mez.opportunities th a:hover {
  color: #5BC6E8;
}

.mez.opportunities th {
  text-transform: uppercase;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .mez.opportunities th {
    display: none;
  }
}

.mez.opportunities .link {
  font-size: 0.8666666667rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  text-transform: uppercase;
  position: relative;
  color: #5BC6E8;
}

.mez.opportunities .link:hover {
  color: #333;
}

.mez.opportunities .link+.link {
  padding-left: 35px;
  margin-left: 35px;
}

.mez.opportunities .link+.link:before {
  content: "";
  width: 1px;
  height: 14px;
  background: #b6b6ba;
  position: absolute;
  left: 0;
  top: 2px;
}

/* New mobile design css start here*/
@media (max-width: 767px) {

  .mez.opportunities td:nth-child(1):before,
  .mez.opportunities td:nth-child(2):before {
    display: none !important;
  }

  .mez.opportunities td:nth-child(1),
  .mez.opportunities td:nth-child(2),
  .mez.opportunities td:nth-child(3) {
    border-bottom: none !important;
  }

  .mez.opportunities td:nth-child(4)::before {
    display: inline-block !important;
    width: 90px !important;
  }

  .mez.opportunities td,
  .mez.opportunities th {
    padding: 10px 0;
  }

  .mez.opportunities .link {
    font-family: 'robotomedium';
  }

}

/* New mobile design css end here*/

/* opportunities ends here */
/* ourprograms starts here */
.mez.ourprograms.l-wrap {
  background: #f6f5f5;
}

.mez.ourprograms .highlight {
  border: none;
}

.mez.ourprograms .highlight h2 {
  color: #5BC6E8;
}

.mez.ourprograms .highlight p {
  font-size: 1.3333333333rem;
  font-family: "robotolight";
  /* rtl: tahoma */
}

.mez.ourprograms .ourprograms__wrap {
  background: #FFF;
  padding: 75px 0;
  text-align: center;
}

@media (max-width: 992px) {
  .mez.ourprograms .ourprograms__wrap {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .mez.ourprograms .ourprograms__wrap {
    padding: 20px 0;
  }
}

.mez.ourprograms .ourprograms__wrap ul {
  overflow: hidden;
}

.mez.ourprograms .ourprograms__wrap li {
  border-left: 1px solid #e5e8eb;
}

@media (max-width: 540px) {
  .mez.ourprograms .ourprograms__wrap li {
    border-color: #fff;
  }
}

.mez.ourprograms .ourprograms__wrap li:first-child {
  border-left: 1px solid #fff;
}

.mez.ourprograms .ourprograms__wrap .slick-list {
  margin-left: -1px;
}

.mez.ourprograms .ourprograms__wrap h3 {
  color: #0088CE;
  font-size: 5.6666666667rem;
  font-family: "robotomedium";
  /* rtl: tahoma */
  margin-bottom: 32px;
}

@media (max-width: 992px) {
  .mez.ourprograms .ourprograms__wrap h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mez.ourprograms .ourprograms__wrap h3 {
    margin-bottom: 10px;
  }
}

.mez.ourprograms .ourprograms__wrap p {
  font-family: "robotomedium";
  /* rtl: tahoma */
  color: #1E1656;
  font-size: 1.4666666667rem;
}

.mez.ourprograms .ourprograms__block {
  padding: 55px 32px;
  min-height: 242px;
}

@media (max-width: 992px) {
  .mez.ourprograms .ourprograms__block {
    min-height: 200px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .mez.ourprograms .ourprograms__block {
    min-height: 180px;
    padding: 20px;
  }
}

/* ourprograms ends here */
/* partners starts here */
.mez.partners h4 {
  color: #fff;
}

.mez.partners p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.0666666667rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  line-height: 1.5rem;
}

@media (max-width: 992px) {
  .mez.partners p {
    margin-bottom: 14px;
  }
}

.mez.partners .partners__meta {
  padding: 60px;
  background: #2494d6;
  height: 100%;
}

@media (max-width: 1440px) {
  .mez.partners .partners__meta {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  .mez.partners .partners__meta {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .mez.partners .partners__meta {
    padding: 20px;
  }
}

.mez.partners .partners__listing {
  background: #f6f6f6;
  height: 100%;
  overflow: hidden;
}

.mez.partners .partners__listing.border {
  border: 1px solid #cdcdcd;
  background: none;
}

.mez.partners ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: 100%;
  margin-right: -2px;
  margin-bottom: -1px;
}

.mez.partners li {
  width: 25%;
  height: 317px;
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.mez.partners.partners-col-5 li {
  width: 20%;
  position: relative;
}

.mez.partners.partners-col-5 li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #066cc1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mez.partners.partners-col-5 li:hover:after {
  opacity: 0.1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mez.partners.partners-col-5 li a:hover {
  opacity: 1;
}

@media (max-width: 1200px) {
  .mez.partners li {
    height: 260px;
  }
}

@media (max-width: 992px) {
  .mez.partners li {
    width: 33.33%;
    height: 216px;
  }

  .mez.partners.partners-col-5 li {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .mez.partners li {
    width: 50%;
  }

  .mez.partners.partners-col-5 li {
    width: 50%;
  }
}

@media (max-width: 540px) {
  .mez.partners li {
    width: 100%;
    border-right: none;
    height: auto;
  }

  .mez.partners.partners-col-5 li {
    width: 100%;
  }

  .mez.partners li:nth-child(even) {
    background: #fff;
  }
}

.mez.partners figure {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  width: 100%;
  padding: 20px;
}

.mez.partners figure a {
  display: block;
}

.mez.partners figure a:hover {
  opacity: 0.6;
}

.mez.partners figure img {
  max-width: inherit;
  width: 90%;
}

@media (max-width: 1200px) {
  .mez.partners figure img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mez.partners figure img {
    width: 220px;
  }
}

/* partners ends here */
/* popup starts here */
.mez.photogallery {
  overflow: hidden;
}

.mez.photogallery .item {
  width: 25%;
  float: left;
  margin: 0;
  overflow: hidden;
  height: auto;
}

@media (max-width: 767px) {
  .mez.photogallery .item {
    width: 50%;
  }
}

.mez.photogallery .item:before,
.mez.photogallery .item:after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 4;
}

@media (max-width: 540px) {

  .mez.photogallery .item:before,
  .mez.photogallery .item:after {
    display: none;
  }
}

.mez.photogallery .item:before {
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
}

.mez.photogallery .item:after {
  width: 100%;
  height: 1px;
  bottom: 0;
}

@media (max-width: 540px) {
  .mez.photogallery .item {
    width: 100% !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 1px;
  }
}

.mez.photogallery .item.gallery_landscape_big {
  width: 50%;
}

.mez.photogallery .photogallery__block {
  margin-bottom: 60px;
}

.mez.photogallery .photogallery__block:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 992px) {
  .mez.photogallery .photogallery__block {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mez.photogallery .photogallery__block {
    margin-bottom: 20px;
  }
}

.mez.photogallery .photogallery__detail {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
}

.mez.photogallery .l-btn-play {
  width: 60px;
  height: 60px;
  background-size: 18px 31px;
  background-position: 23px 16px;
}

.mez.photogallery h3 {
  color: #FFF;
  margin: 0;
  line-height: 1.5333333333rem;
}

@media (max-width: 767px) {
  .mez.photogallery h3 {
    font-size: 15px;
  }
}

.mez.photogallery span.count {
  background: url(../images/count.png) no-repeat left bottom;
  /* rtl:ignore */
  padding-left: 30px;
  color: #FFF;
  min-height: 26px;
  display: inline-block;
}

.mez.photogallery .photogallery__summary {
  text-align: center;
  max-width: 1150px;
  padding: 0 40px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .mez.photogallery .photogallery__summary {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .mez.photogallery .photogallery__summary {
    padding: 0;
  }
}

.mez.photogallery figure img {
  max-width: none;
}

@media (max-width: 540px) {
  .mez.photogallery figure img {
    width: 100%;
  }
}

/* popup ends here */
/* person starts here */
.mez.person {
  border-bottom: 4px solid #0088CE;
  overflow: hidden;
  position: relative;
}

@media (max-width: 992px) {
  .mez.person {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.mez.person .l-article {
  overflow: hidden;
}

.mez.person .l-article p:last-child:not(:only-child) {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .mez.person .l-article p:last-child:not(:only-child) {
    margin-bottom: 20px;
  }
}

.mez.person figure {
  float: right;
  margin: 0 0 0 30px;
  width: 555px;
}

@media (max-width: 1440px) {
  .mez.person figure {
    max-width: inherit;
    width: 55%;
  }
}

@media (max-width: 767px) {
  .mez.person figure {
    float: none;
    width: 70%;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 540px) {
  .mez.person figure {
    width: 100%;
  }
}

.mez.person figure img {
  width: 100%;
}

.mez.person h2 span {
  color: #2495d6;
  display: block;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-top: 0px;
  /* rtl: 10px */
}

.mez.person h2 a {
  color: #333;
}

.mez.person h2 a:hover {
  color: #5BC6E8;
}

.mez.person p {
  color: #383838;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.5rem;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .mez.person p {
    margin-bottom: 20px;
  }
}

.mez.person .l-btn,
.mez.person .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.person .views-submit-button {
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 400px;
  /* rtl: 360px */
}

@media (max-width: 992px) {

  .mez.person .l-btn,
  .mez.person .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.person .views-submit-button {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {

  .mez.person .l-btn,
  .mez.person .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.person .views-submit-button {
    margin-top: 0;
    max-width: 80%;
    min-width: 200px;
  }
}

@media (max-width: 540px) {

  .mez.person .l-btn,
  .mez.person .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.person .views-submit-button {
    min-width: 160px;
  }
}

.mez.person--flip figure {
  float: left;
  margin: 0 30px 0 0;
  /* rtl: 0 0 5px 30px */
}

@media (max-width: 767px) {
  .mez.person--flip figure {
    float: none;
    margin: 0 0 20px;
  }
}

.mez.person--quote h2 {
  margin: 0 0 95px;
}

@media (max-width: 1200px) {
  .mez.person--quote h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .mez.person--quote h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mez.person--quote h2 {
    margin-bottom: 10px;
  }
}

.mez.person--quote h2 span {
  color: #2495d6;
  display: block;
  margin: 5px 0;
  /* rtl: 15px 0 5px */
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
}

.mez.person--quote .l-icon {
  fill: #a8a8a8;
}

.mez.person--quote .l-icon:hover {
  fill: #0088CE;
  transition: 1s ease;
}

.mez.person--quote .l-share {
  margin-bottom: 30px;
  position: absolute;
  bottom: 0;
}

@media (max-width: 992px) {
  .mez.person--quote .l-share {
    position: static;
    margin-bottom: 0;
  }
}

.mez.person--quote blockquote {
  position: relative;
}

.mez.person--quote blockquote i {
  margin-bottom: 23px;
}

.mez.person--quote blockquote .l-icon {
  fill: #0088CE;
}

@media (max-width: 992px) {
  .mez.person--quote blockquote .l-icon {
    fill: #0088CE;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .mez.person--quote blockquote .l-icon {
    width: 30px;
    height: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    margin-bottom: 10px;
    float: left;
    margin-right: 15px;
  }
}

.mez.person--quote blockquote p {
  color: #333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.6rem;
  line-height: 2.0666666667rem;
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .mez.person--quote blockquote p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mez.person--quote blockquote p {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.6666666667rem;
  }
}

/* person ends here */
/* plan starts here */
.mez.plan .plan__direction {
  background: #4f4d44;
}

.mez.plan .plan__direction h3 {
  background: #58564C;
  margin: 0;
  padding: 0;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #FFF;
  text-transform: uppercase;
  padding: 25px 30px 25px 50px;
  position: relative;
  display: table-cell;
}

@media (max-width: 1200px) {
  .mez.plan .plan__direction h3 {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .mez.plan .plan__direction h3 {
    padding-left: 20px;
  }
}

@media (max-width: 540px) {
  .mez.plan .plan__direction h3 {
    display: block;
    margin-bottom: 20px;
  }
}

.mez.plan .plan__direction h3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 33px 20px;
  border-color: transparent transparent transparent #58564C;
  position: absolute;
  right: -20px;
  top: 0;
}

@media (max-width: 540px) {
  .mez.plan .plan__direction h3:after {
    right: 0;
    top: auto;
    bottom: -43px;
    left: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.mez.plan hr {
  margin: 32px 0;
  border-color: #5BC6E8;
  border-width: 2px;
}

@media (max-width: 767px) {
  .mez.plan hr {
    margin: 20px 0;
  }
}

@media (max-width: 540px) {
  .mez.plan hr {
    margin: 15px 0;
  }
}

.mez.plan .plan__check li {
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .mez.plan .plan__check li {
    margin-right: 0;
    display: block;
  }
}

@media (max-width: 540px) {
  .mez.plan .plan__check li:last-child {
    padding-bottom: 0;
  }
}

.mez.plan form {
  padding: 20px 48px 5px;
  display: table-cell;
}

@media (max-width: 540px) {
  .mez.plan form {
    display: block;
    padding: 20px;
  }
}

.mez.plan label {
  margin: 0;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #FFF;
}

/* plan ends here */
/* post starts here */
.mez.post {
  color: #333;
}

.section-post .mez.post {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .section-post .mez.post {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .mez.post {
    margin-bottom: 20px;
  }
}

.mez.post figure {
  margin-bottom: 45px;
}

@media (max-width: 992px) {
  .mez.post figure {
    margin-bottom: 20px;
  }
}

.mez.post h2 a {
  color: #333;
}

.mez.post p {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.5rem;
}

@media (max-width: 992px) {
  .mez.post p {
    margin-bottom: 20px;
  }
}

aside .mez.post {
  color: #fff;
  background-color: #0088CE;
  padding: 40px 32px;
}

@media (max-width: 992px) {
  aside .mez.post {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  aside .mez.post {
    padding: 20px;
  }
}

aside .mez.post h2,
aside .mez.post h3 {
  text-transform: uppercase;
  color: #fff;
}

aside .mez.post h2 a,
aside .mez.post h3 a {
  color: #fff;
}

aside .mez.post h2 a:hover,
aside .mez.post h3 a:hover {
  color: #333;
}

aside .mez.post figure {
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  aside .mez.post figure img {
    width: 100%;
  }
}

aside .mez.post p {
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 992px) {
  aside .mez.post p {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  aside .mez.post p {
    margin-bottom: 10px;
  }
}

aside .mez.post a {
  color: #FFF;
}

aside .mez.post a:hover {
  color: #0088CE;
}

aside .mez.post .l-btn:hover,
aside .mez.post .views-exposed-widgets .views-submit-button:hover,
.views-exposed-widgets aside .mez.post .views-submit-button:hover {
  background: #0088CE;
  color: #fff;
}

.mez.post--light {
  background-color: #e9f4fb;
}

aside .mez.post--light {
  background-color: #e9f4fb;
  color: #333;
}

aside .mez.post--light h2 {
  color: #333;
}

aside .mez.post--light h2 a {
  color: #333;
}

aside .mez.post--light p {
  color: #333;
}

aside .mez.post--light a {
  color: #0088CE;
}

aside .mez.post--blue {
  background-color: #0d56b3;
}

/* post ends here */
/* questions starts here */
.mez.questions {
  padding: 0 50px 0px;
  text-align: center;
}

@media (max-width: 992px) {
  .mez.questions {
    padding: 40px 20px 0;
  }
}

@media (max-width: 767px) {
  .mez.questions {
    padding: 0;
  }
}

.mez.questions .questions__block {
  max-width: 1056px;
  margin: 0 auto;
}

.mez.questions h2 {
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .mez.questions h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mez.questions h2 {
    margin-bottom: 20px;
  }
}

.mez.questions h3 {
  margin: 0 0 35px;
}

@media (max-width: 767px) {
  .mez.questions h3 {
    margin-bottom: 20px;
  }
}

.mez.questions h3 span {
  color: #0088CE;
}

.mez.questions p {
  color: #262626;
  margin: 0 0 60px;
}

@media (max-width: 992px) {
  .mez.questions p {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mez.questions p {
    margin-bottom: 20px;
  }
}

.mez.questions a {
  margin: 0px 16px;
  min-width: 192px;
}

@media (max-width: 992px) {
  .mez.questions a {
    margin: 10px;
    margin-bottom: 0;
  }
}

/* questions ends here */
/* program starts here */


.mez.program h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 0 30px;
  position: relative;
}

.mez.program .l-icon-text {
  margin: 0 0 40px;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
}

.mez.program .program__schedule {
  padding-top: 30px;
}

.mez.program .program__schedule ul li {
  margin-bottom: 30px;
}

.mez.program .program__schedule p {
  font-size: 1.0666666667rem;
  line-height: 1.6rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  margin: 0;
}

.mez.program .l-apply .l-btn,
.mez.program .l-apply .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.program .l-apply .views-submit-button {
  margin-bottom: 20px;
  padding: 0px 25px;
  font-size: 0.8666666667rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mez.program .l-apply .l-btn+.l-btn,
.mez.program .l-apply .views-exposed-widgets .views-submit-button+.l-btn,
.views-exposed-widgets .mez.program .l-apply .views-submit-button+.l-btn,
.mez.program .l-apply .views-exposed-widgets .l-btn+.views-submit-button,
.views-exposed-widgets .mez.program .l-apply .l-btn+.views-submit-button,
.mez.program .l-apply .views-exposed-widgets .views-submit-button+.views-submit-button,
.views-exposed-widgets .mez.program .l-apply .views-submit-button+.views-submit-button {
  margin-left: 0;
}

@media (min-width: 768px) {
  .mez.program {
    padding: 50px 32px 0;
  }
}

/* program ends here */
/* popup starts here */
.mez.popup {
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.mez.popup .popup__head {
  margin-bottom: 20px;
}

.mez.popup--form {
  padding: 40px;
}

@media only screen and (max-device-width: 767px) {
  .mez.popup--form {
    padding: 20px;
  }
}

.mez.popup--form .container {
  max-width: none;
  padding: 0;
}

@media only screen and (max-device-width: 767px) {
  .mez.popup--form .container {
    max-width: none;
  }
}

.mez.popup--form .l-link--back {
  display: none;
}

@media only screen and (max-device-width: 767px) {
  .mez.popup--form .l-link--back {
    display: block;
  }
}

/* popup ends here */
.mez.popup--gallery {
  max-width: none;
  padding: 0 40px;
}

.wrapper .mez.popup--gallery {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

@media only screen and (max-device-width: 991px) {
  .wrapper .mez.popup--gallery {
    padding-bottom: 40px;
  }
}

@media only screen and (max-device-width: 767px) {
  .wrapper .mez.popup--gallery {
    max-width: inherit;
    width: 100%;
    padding: 0;
    margin: 40px 0;
  }
}

@media only screen and (max-device-width: 540px) {

  .wrapper .mez.popup--gallery .item img[src*="jpg"],
  .wrapper .mez.popup--gallery .item img[src*="png"] {
    width: 100%;
  }
}

.mez.popup--gallery .l-btn,
.mez.popup--gallery .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.popup--gallery .views-submit-button {
  display: none;
}

.wrapper .mez.popup--gallery .l-btn,
.wrapper .mez.popup--gallery .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .wrapper .mez.popup--gallery .views-submit-button {
  display: inline-block;
}

.mez.popup--gallery .container {
  padding: 0;
}

@media only screen and (max-device-width: 767px) {
  .wrapper .mez.popup--gallery .container {
    padding: 0 20px;
  }
}

.mfp-gallery {
  height: 690px;
}

.mfp-gallery.no-nav {
  height: 590px;
}

@media only screen and (max-device-width: 1440px) {
  .mfp-iframe-holder .mfp-gallery.no-nav {
    max-width: 725px;
    height: 590px;
  }
}

.mfp-iframe-holder .mfp-gallery {
  max-width: 725px;
}

@media only screen and (max-device-width: 1440px) {
  .mfp-iframe-holder .mfp-gallery {
    max-width: 600px;
    height: 575px;
  }
}

.mfp-gallery iframe {
  border: 40px solid #fff;
  background: #FFF;
  box-shadow: none;
  border-left: 1px solid #fff;
  border-right: none;
}

.mfp-map {
  height: 660px;
}

.mfp-iframe-holder .mfp-map {
  max-width: 80%;
}

@media only screen and (max-device-width: 1440px) {
  .mfp-iframe-holder .mfp-map {
    height: 575px;
  }
}

.mfp-map iframe {
  background: #FFF;
  box-shadow: none;
}

.mfp-form {
  height: 545px;
}

.mfp-iframe-holder .mfp-form {
  max-width: 725px;
}

@media only screen and (max-device-width: 1440px) {
  .mfp-iframe-holder .mfp-form {
    max-width: 600px;
  }
}

.mfp-form iframe {
  background: #FFF;
}

body.mCustomScrollbar {
  height: 100%;
  overflow-x: hidden;
}

body.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools {
  top: 2%;
  height: 96%;
  right: 0px;
}

body.mCustomScrollbar .mCSB_inside>.mCSB_container {
  margin: 0;
}

body.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.8);
}

.mobile body.mCustomScrollbar {
  height: auto;
}

.mfp-iframe-holder .mfp-close,
.message-popup .mfp-close {
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: #e6e2e2;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #0d56b4;
  opacity: 1;
  border-radius: 100%;
  font-size: 34px;
  font-weight: normal;
  top: -20px;
  right: -20px;
  left: auto;
  line-height: 18px;
}

.mfp-iframe-holder .mfp-close:hover,
.message-popup .mfp-close:hover {
  color: #333;
}

@media (max-width: 992px) {

  .mfp-iframe-holder .mfp-close,
  .message-popup .mfp-close {
    right: 0;
    top: -40px;
    border-radius: 0px;
  }
}

.message-popup .mfp-close {
  right: 20px;
}

@media (max-width: 992px) {
  .message-popup .mfp-close {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .message-popup .mfp-close {
    right: 20px;
  }
}

/* quote starts here */
.mez.quote {
  color: #FFF;
  /* background: #1E1656; */
  background-color: #011f3c;
  position: relative;
}

@media (max-width: 767px) {
  .mez.quote [class^="shape-"] {
    display: block;
  }
}

.mez.quote .quote__block {
  position: relative;
  padding-right: 80px;
}

@media (max-width: 1200px) {
  .mez.quote .quote__block {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .mez.quote .quote__block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
}

.mez.quote h6 {
  font-family: "robotoregular";
  /* rtl: tahoma */
  color: #fff;
  line-height: 1.2rem;
  transition: 0.50s;
}

.mez.quote h6 span {
  display: block;
  font-size: 0.9333333333rem;
  color: #b4d2ef;
  padding-top: 6px;
  line-height: 1.3333333333rem;
}

.mez.quote .quote__detail {
  position: relative;
  overflow: hidden;
  height: 400px;
  display: table;
  padding: 20px 0 20px 505px;
}

@media (max-width: 1440px) {
  .mez.quote .quote__detail {
    padding-left: 500px;
  }
}

@media (max-width: 992px) {
  .mez.quote .quote__detail {
    padding-left: 0;
    height: auto;
    display: block;
  }
}

.mez.quote .quote__box {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .mez.quote .quote__box {
    display: block;
  }
}

.mez.quote .quote__link {
  display: block;
  font-size: 1.4666666667rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  position: relative;
  z-index: 2;
}

.mez.quote blockquote {
  margin: 0;
  padding: 35px 0 0 103px;
  position: relative;
  font-size: 1.4666666667rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 992px) {
  .mez.quote blockquote {
    display: block;
  }
}

@media (max-width: 540px) {
  .mez.quote blockquote {
    padding-left: 0px;
    padding-top: 60px;
  }
}

.mez.quote blockquote:before {
  background: url(../images/icons-svg/icon-quote-blue.svg) no-repeat left top;
  /* background: url(../images/new_coloricon-quote-blue.svg) no-repeat left top; */
  width: 75px;
  height: 69px;
  content: "";
  position: absolute;
  left: 0;
  margin-top: -40px;
}

@media (max-width: 540px) {
  .mez.quote blockquote:before {
    width: 55px;
    height: 50px;
    background-size: contain;
    margin-top: 0;
    top: 0;
  }
}

.mez.quote blockquote .l-icon {
  display: none;
}

.mez.quote blockquote p {
  color: #FFF;
  font-size: 1.4666666667rem;
  line-height: 2rem;
  margin-bottom: 34px;
  transition: 0.50s;
}

.mez.quote .l-btn,
.mez.quote .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.quote .views-submit-button {
  margin-top: 60px;
}

.mez.quote .l-icon {
  fill: #053665;
}

.mez.quote i {
  position: absolute;
  left: 0;
  top: 0;
}

.mez.quote figure {
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  overflow: hidden;
  transition: 0.5s;
}

.mez.quote figure:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 50px solid rgba(0, 131, 211, 0.2);
  border-radius: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  transition: 0.50s;
}

.mez.quote figure:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 131, 211, 0.1);
  z-index: 2;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.50s;
  opacity: 0;
}

@media (max-width: 992px) {
  .mez.quote figure {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: 300px;
  }
}

.mez.quote figure img {
  position: relative;
  z-index: 1;
}

.mez.quote figure:hover {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.mez.quote figure:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mez.quote figure:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mez.quote .shape-one {
  opacity: 0.1;
  width: 155px;
  height: 156px;
  display: block;
  position: absolute;
  left: 0;
  top: 10%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: none;
}

.mez.quote .shape-one .cls-1 {
  fill: #fff;
  opacity: 1;
}

.mez.quote .shape-two,
.mez.quote .shape-three,
.mez.quote .shape-four {
  display: block;
  position: absolute;
  opacity: 0.1;
  display: none;
}

.mez.quote .shape-two {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 41.5px 0 41.5px;
  border-color: #fff transparent transparent transparent;
  top: 0;
  right: 40%;
}

.mez.quote .shape-three {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 55.5px 56px 55.5px;
  border-color: transparent transparent #fff transparent;
  bottom: 0px;
  right: 30%;
}

.mez.quote .shape-four {
  background: #fff;
  width: 53px;
  height: 53px;
  right: 10%;
  top: 20%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 992px) {

  .mez.quote .l-btn,
  .mez.quote .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.quote .views-submit-button {
    margin-top: 20px;
  }
}

.mez.quote .quote__link:hover blockquote p {
  color: #5BC6E8;
}

.mez.quote .quote__link:hover h6 {
  opacity: 0.6;
}

.mez.quote .quote__link:hover figure {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
}

.mez.quote .quote__link:hover figure:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mez.quote .quote__link:hover figure:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* quote starts here */
.mez.quote--sm {
  background-color: #0d55b3;
}

.mez.quote--sm blockquote:before {
  background: url(../images/icons-svg/icon-quote-white.svg) no-repeat left top;
}

/* quote starts here */
.mez.quote--md {
  background-color: #0d56b4;
  position: relative;
  overflow: hidden;
}

.mez.quote--md:after {
  background: url(../images/bg-quote-md.svg) no-repeat center center;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 992px) {
  .mez.quote--md h6 {
    line-height: 1.0666666667rem;
  }
}

.mez.quote--md figure {
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin: 0 32px 0 0;
  display: table-cell;
  vertical-align: middle;
  width: 290px;
  padding-right: 35px;
}

.mez.quote--md figure:before,
.mez.quote--md figure:after {
  display: none;
}

@media (max-width: 1200px) {
  .mez.quote--md figure {
    width: 240px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .mez.quote--md figure {
    margin: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .mez.quote--md figure {
    display: block;
    margin: 0 auto;
    max-width: inherit;
    padding: 0;
    text-align: center;
  }
}

@media (max-width: 540px) {
  .mez.quote--md figure {
    width: 200px;
  }
}

.mez.quote--md figure img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}

.mez.quote--md .quote__block {
  padding: 65px;
  height: 400px;
  position: relative;
  display: table;
}

@media (max-width: 1440px) {
  .mez.quote--md .quote__block {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .mez.quote--md .quote__block {
    padding: 30px;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .mez.quote--md .quote__block {
    padding: 20px 0;
    display: block;
    height: auto;
  }
}

.mez.quote--md .quote__detail {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  min-height: 0;
  height: auto;
}

@media (max-width: 767px) {
  .mez.quote--md .quote__detail {
    display: block;
  }
}

.mez.quote--md blockquote {
  padding-left: 96px;
  padding-top: 0;
}

@media (max-width: 1200px) {
  .mez.quote--md blockquote {
    padding-left: 65px;
  }
}

@media (max-width: 992px) {
  .mez.quote--md blockquote {
    padding: 50px 0 0;
  }
}

.mez.quote--md blockquote:before {
  background-image: url(../images/icons-svg/icon-quote-white.svg);
  width: 46px;
  height: 42px;
  margin: 0;
}

@media (max-width: 992px) {
  .mez.quote--md blockquote:before {
    top: 0;
  }
}

.mez.quote--md blockquote p {
  margin-bottom: 50px;
  font-size: 1.3333333333rem;
  line-height: 1.8rem;
}

@media (max-width: 992px) {
  .mez.quote--md blockquote p {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .mez.quote--md blockquote p {
    margin-bottom: 20px;
  }
}

.mez.quote--md .l-icon {
  fill: #fff;
  width: 46px;
  height: 42px;
}

.mez.quote--md .shape-one {
  right: 0;
  left: auto;
  top: auto;
  bottom: 70px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.mez.quote--md .shape-two {
  right: 53%;
}

.mez.quote--md .shape-three {
  right: 38%;
}

/* recognition starts here */
.mez.recognition h3 {
  margin: 0 0 15px;
}

.mez.recognition h3 a {
  color: #333;
}

.mez.recognition p {
  color: #333;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  line-height: 1.5rem;
  margin: 0 0 50px;
}

@media (max-width: 992px) {
  .mez.recognition p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mez.recognition p {
    margin-bottom: 20px;
  }
}

.mez.recognition .recognition__item {
  padding-right: 20px;
  margin: 0 0 30px;
  overflow: hidden;
  width: 450px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1440px) {
  .mez.recognition .recognition__item {
    width: auto;
  }
}

@media (max-width: 992px) {
  .mez.recognition .recognition__item {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .mez.recognition .recognition__item {
    display: block;
  }
}

.mez.recognition figure {
  margin-right: 30px;
}

@media (max-width: 1440px) {
  .mez.recognition figure {
    width: 140px;
  }
}

@media (max-width: 1200px) {
  .mez.recognition figure {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .mez.recognition figure {
    margin-bottom: 20px;
    width: auto;
  }
}

.mez.recognition .recognition__detail {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media (max-width: 767px) {
  .mez.recognition .recognition__detail {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
}

.mez.recognition .recognition__detail p {
  margin: 0 0 15px;
}

/* recognition ends here */
/* registration starts here */
.mez.registration {
  border-bottom: 5px solid #9ccfed;
}

.mez.registration .registration__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 540px) {
  .mez.registration .registration__block {
    display: block;
    margin-bottom: 20px;
  }
}

.mez.registration .registration__date+.registration__details {
  width: calc(100% - 220px);
}

@media (max-width: 540px) {
  .mez.registration .registration__date+.registration__details {
    width: calc(100%);
    margin-bottom: 20px;
  }
}

.mez.registration .registration__details {
  width: 100%;
  display: table;
}

.mez.registration .registration__list {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .mez.registration .registration__list {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mez.registration .registration__list {
    margin-bottom: 0;
  }
}

.mez.registration .registration__list ul:first-child {
  min-height: 142px;
  margin-bottom: 0px;
}

@media (max-width: 1440px) {
  .mez.registration .registration__list ul:first-child {
    min-height: 0;
  }
}

.mez.registration .registration__list li {
  padding-left: 30px;
  position: relative;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  margin-bottom: 8px;
}

.mez.registration .registration__list li .l-icon {
  position: absolute;
  left: 0;
  top: 2px;
  fill: #6c757f;
}

.mez.registration .registration__list li span {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 1.0666666667rem;
  display: block;
  padding-bottom: 8px;
}

.mez.registration .registration__list li span a:nth-child(2) {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #d1d1d1;
}

.mez.registration .registration__list .l-tag--grey--sm {
  display: block;
}

.mez.registration .registration__list .l-tag--grey--sm li {
  padding-left: 0;
  min-width: 135px;
}

.mez.registration .registration__list .l-tag--grey--sm a {
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 0.8666666667rem;
  text-transform: uppercase;
}

.mez.registration .registration__btns {
  float: right;
  width: 224px;
}

@media (max-width: 1440px) {
  .mez.registration .registration__btns {
    width: 100%;
    float: none;
  }
}

@media (min-width: 1440px) {
  .mez.registration .registration__list {
    padding-right: 10px;
  }
}

.mez.registration .registration__btns .l-btn,
.mez.registration .registration__btns .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.registration .registration__btns .views-submit-button {
  width: 224px;
  margin: 0 0 30px 0;
}

@media (max-width: 1440px) {

  .mez.registration .registration__btns .l-btn+.l-btn,
  .mez.registration .registration__btns .views-exposed-widgets .views-submit-button+.l-btn,
  .views-exposed-widgets .mez.registration .registration__btns .views-submit-button+.l-btn,
  .mez.registration .registration__btns .views-exposed-widgets .l-btn+.views-submit-button,
  .views-exposed-widgets .mez.registration .registration__btns .l-btn+.views-submit-button,
  .mez.registration .registration__btns .views-exposed-widgets .views-submit-button+.views-submit-button,
  .views-exposed-widgets .mez.registration .registration__btns .views-submit-button+.views-submit-button {
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {

  .mez.registration .registration__btns .l-btn,
  .mez.registration .registration__btns .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.registration .registration__btns .views-submit-button {
    margin-bottom: 15px;
    width: 60%;
  }

  .mez.registration .registration__btns .l-btn+.l-btn,
  .mez.registration .registration__btns .views-exposed-widgets .views-submit-button+.l-btn,
  .views-exposed-widgets .mez.registration .registration__btns .views-submit-button+.l-btn,
  .mez.registration .registration__btns .views-exposed-widgets .l-btn+.views-submit-button,
  .views-exposed-widgets .mez.registration .registration__btns .l-btn+.views-submit-button,
  .mez.registration .registration__btns .views-exposed-widgets .views-submit-button+.views-submit-button,
  .views-exposed-widgets .mez.registration .registration__btns .views-submit-button+.views-submit-button {
    margin-left: 0px;
  }
}

@media (max-width: 540px) {

  .mez.registration .registration__btns .l-btn,
  .mez.registration .registration__btns .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.registration .registration__btns .views-submit-button {
    width: 220px;
  }
}

.mez.registration .registration__date {
  width: 190px;
  margin-right: 30px;
}

.mez.registration .l-event-date {
  width: 100%;
  height: 190px;
}

@media (max-width: 540px) {
  .mez.registration .l-event-date {
    margin-bottom: 20px;
  }
}

/* registration ends here */
/* schedule starts here */
.mez.schedule .l-text-icon {
  margin-bottom: 40px;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  color: #333;
  font-size: 1.0666666667rem;
}

.mez.schedule.schedule--lg {
  background: #26a6de;
  padding: 35px 32px;
  color: #fff;
}

.mez.schedule.schedule--lg h3 {
  color: #fff;
}

.mez.schedule.schedule--lg h4 {
  color: #fff;
}

.mez.schedule.schedule--lg .l-icon {
  fill: #fff;
}

.mez.schedule.schedule--lg .l-period span,
.mez.schedule.schedule--lg .l-period .month,
.mez.schedule.schedule--lg .l-period .year {
  color: #fff;
}

.mez.schedule.schedule--lg .l-period span:after {
  background: #76c1e8;
}

/* schedule ends here */
/* services starts here */
.mez.services h2 {
  margin-bottom: 60px;
}

@media (max-width: 992px) {
  .mez.services h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .mez.services h2 {
    margin-bottom: 30px;
  }
}

.mez.services [class*='col-']:nth-child(2) {
  text-align: right;
}

@media (max-width: 992px) {
  .mez.services [class*='col-']:nth-child(2) {
    text-align: left;
  }
}

.mez.services .services__list ul {
  overflow: hidden;
  margin-left: -20px;
}

@media (max-width: 1200px) {
  .mez.services .services__list ul {
    margin-left: 0;
  }
}

.mez.services .services__list li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 992px) {
  .mez.services .services__list li {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 540px) {
  .mez.services .services__list li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e7e7;
  }
}

.mez.services .services__list li:first-child {
  padding-left: 0;
}

@media (max-width: 992px) {
  .mez.services .services__list li:first-child {
    padding-left: 20px;
  }
}

.mez.services .services__list li:last-child {
  padding-right: 0;
}

@media (max-width: 992px) {
  .mez.services .services__list li:last-child {
    padding-right: 20px;
  }
}

@media (max-width: 540px) {
  .mez.services .services__list li:last-child {
    margin-bottom: 0;
    border: none;
  }
}

.mez.services figure {
  background: #e9f4fb;
  width: 286px;
  height: 286px;
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
  margin: 0 auto 45px;
}

@media (max-width: 1700px) {
  .mez.services figure {
    width: 265px;
    height: 265px;
  }
}

@media (max-width: 1440px) {
  .mez.services figure {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 1200px) {
  .mez.services figure {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 992px) {
  .mez.services figure {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .mez.services figure {
    margin-bottom: 20px;
  }
}

.mez.services figure img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mez.services .services__block {
  text-align: center;
}

.mez.services .services__block p:last-child {
  margin-bottom: 0;
}

.mez.services h3 {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .mez.services h3 {
    font-size: 1.2rem;
  }
}

/* services ends here */
/* slider starts here */
.mez.slider .slick-slide {
  overflow: hidden;
}

.mez.slider.no-news {
  text-align: center;
}

.mez.slider.no-news h2 {
  margin-bottom: 2rem;
  position: static;
  color: #5BC6E8;
}

.mez.slider.no-news h2 a {
  position: static;
  color: #5BC6E8;
}

.mez.slider h2 {
  position: relative;
  z-index: 3;
}

.mez.slider .slider__block {
  z-index: 2;
}

.mez.slider .slider__wrapper {
  position: relative;
}

.mez.slider .slider__wrapper.preloader {
  z-index: 1;
  background: #FFF;
}

.mez.slider .slider__dots {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: right;
  width: auto;
  z-index: 2;
}

.mez.slider .slider__dots li {
  list-style: none;
  display: inline-block;
}

.mez.slider .slider__dots li.slick-active button {
  border-left-color: #0088CE;
}

.mez.slider .slider__dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-left-color: rgba(151, 146, 146, 0.9);
  background: none;
  padding: 0;
}

.mez.slider .slider__dots li button:focus {
  box-shadow: none;
  outline: none;
}

.mez.slider--home .slider__content.slick-initialized:after {
  opacity: 0;
  height: 0;
  transition: opacity 1s 1s, height 0s 2s;
}

.mez.slider--home,
.mez.slider--overview {
  height: calc(100vh - 146px);
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

@media (max-height: 680px) {

  .mez.slider--home,
  .mez.slider--overview {
    height: auto;
  }
}

@media (max-width: 1200px) {

  .mez.slider--home,
  .mez.slider--overview {
    height: auto;
  }
}

.mez.slider--home:before,
.mez.slider--overview:before {
  background: url(../images/bg-overlay.png) no-repeat left bottom;
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
}

@media (max-width: 992px) {

  .mez.slider--home:before,
  .mez.slider--overview:before {
    display: none;
  }
}

.mez.slider--home .l-btn:hover,
.mez.slider--home .views-exposed-widgets .views-submit-button:hover,
.views-exposed-widgets .mez.slider--home .views-submit-button:hover,
.mez.slider--overview .l-btn:hover,
.mez.slider--overview .views-exposed-widgets .views-submit-button:hover,
.views-exposed-widgets .mez.slider--overview .views-submit-button:hover {
  background: rgba(255, 255, 255, 0.6);
}

.mez.slider--home .scroll-down,
.mez.slider--overview .scroll-down {
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
  z-index: 99;
}

@media (max-width: 1200px) {

  .mez.slider--home .scroll-down,
  .mez.slider--overview .scroll-down {
    display: none;
  }
}

.mez.slider--home .scroll-down span,
.mez.slider--overview .scroll-down span {
  color: #fff;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 0.8rem;
  margin-top: 0px;
  display: inline-block;
  position: relative;
}

.mez.slider--home .scroll-down span:before,
.mez.slider--overview .scroll-down span:before {
  background: url(../images/icons-svg/icon-mouse.svg) no-repeat;
  content: '';
  width: 30px;
  height: 45px;
  position: absolute;
  margin: auto;
  top: -60px;
  right: 0;
  left: 0;
}

.mez.slider--home .scroll-down img,
.mez.slider--overview .scroll-down img {
  margin-bottom: 20px;
}

.mez.slider--home .slider__content,
.mez.slider--overview .slider__content {
  height: 100%;
}

@media (max-height: 680px) {

  .mez.slider--home .slider__content,
  .mez.slider--overview .slider__content {
    height: auto;
  }
}

@media (max-width: 1200px) {

  .mez.slider--home .slider__content,
  .mez.slider--overview .slider__content {
    height: auto;
  }
}

.mez.slider--home .slider__content .slider__detail,
.mez.slider--overview .slider__content .slider__detail {
  display: none;
}

@media (max-width: 992px) {

  .mez.slider--home .slider__content .slider__detail,
  .mez.slider--overview .slider__content .slider__detail {
    display: block;
    /* background: #5BC6E8; */
    background-color: #27a6de;
    padding: 20px 20px 30px;
  }
}

.mez.slider--home .slick-slide,
.mez.slider--overview .slick-slide {
  background-size: contain;
  background-repeat: no-repeat;
}

.mez.slider--home .slick-slide img,
.mez.slider--overview .slick-slide img {
  margin: 0 auto;
  opacity: 0;
  height: 100%;
}

@media (max-height: 680px) {

  .mez.slider--home .slick-slide img,
  .mez.slider--overview .slick-slide img {
    height: auto;
  }
}

@media (max-width: 1200px) {

  .mez.slider--home .slick-slide img,
  .mez.slider--overview .slick-slide img {
    height: auto;
  }
}

@media (max-width: 992px) {

  .mez.slider--home .slick-slide img,
  .mez.slider--overview .slick-slide img {
    opacity: 1;
  }
}

.mez.slider--home .sliderrow,
.mez.slider--overview .sliderrow {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

@media (max-width: 1200px) {

  .mez.slider--home .sliderrow,
  .mez.slider--overview .sliderrow {
    background-size: contain;
  }
}

@media (max-width: 992px) {

  .mez.slider--home .sliderrow,
  .mez.slider--overview .sliderrow {
    background: #FFF;
  }
}

.mez.slider--home .l-breadcrumb,
.mez.slider--overview .l-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.menu-enabled .mez.slider--home .l-breadcrumb,
.menu-enabled .mez.slider--overview .l-breadcrumb {
  padding-top: 90px;
}

@media (max-width: 992px) {

  .menu-enabled .mez.slider--home .l-breadcrumb,
  .menu-enabled .mez.slider--overview .l-breadcrumb {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {

  .menu-enabled .mez.slider--home .l-breadcrumb,
  .menu-enabled .mez.slider--overview .l-breadcrumb {
    padding: 20px 0;
  }
}

.mez.slider--home .slick-slide,
.mez.slider--overview .slick-slide {
  height: calc(100vh - 146px);
  position: relative;
}

@media (max-height: 680px) {

  .mez.slider--home .slick-slide,
  .mez.slider--overview .slick-slide {
    height: auto;
  }
}

@media (max-width: 1200px) {

  .mez.slider--home .slick-slide,
  .mez.slider--overview .slick-slide {
    height: auto;
  }
}

.mez.slider--home .slider__caption,
.mez.slider--overview .slider__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 490px;
  direction: ltr;
}

@media (max-width: 992px) {

  .mez.slider--home .slider__caption,
  .mez.slider--overview .slider__caption {
    height: auto;
    display: none;
  }
}

.mez.slider--home .slider__caption:after,
.mez.slider--overview .slider__caption:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 496px 492px 496px;
  border-color: transparent transparent rgba(39, 166, 222, 0.7) transparent;
  display: none;
}

@media (max-width: 1440px) {

  .mez.slider--home .slider__caption:after,
  .mez.slider--overview .slider__caption:after {
    border-width: 0 300px 380px 300px;
  }
}

@media (max-width: 992px) {

  .mez.slider--home .slider__caption:after,
  .mez.slider--overview .slider__caption:after {
    border-width: 0 226px 310px 226px;
    left: -10%;
  }
}

@media (max-width: 992px) {

  .mez.slider--home .slider__caption:after,
  .mez.slider--overview .slider__caption:after {
    display: none;
  }
}

.mez.slider--home .slider__dots,
.mez.slider--overview .slider__dots {
  bottom: 90px;
  right: 50px;
}

@media (max-width: 992px) {

  .mez.slider--home .slider__dots,
  .mez.slider--overview .slider__dots {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 767px) {

  .mez.slider--home .slider__dots,
  .mez.slider--overview .slider__dots {
    bottom: 10px;
  }
}

.mez.slider--home .slider__detail,
.mez.slider--overview .slider__detail {
  position: relative;
  z-index: 1;
  padding-top: 110px;
  width: 55%;
  margin-left: 240px;
}

@media (max-width: 1200px) {

  .mez.slider--home .slider__detail,
  .mez.slider--overview .slider__detail {
    padding-top: 138px;
    margin-left: 180px;
    width: 70%;
  }
}

@media (max-width: 992px) {

  .mez.slider--home .slider__detail,
  .mez.slider--overview .slider__detail {
    padding: 0 20px 40px;
    width: 100%;
    margin: 0;
    left: 0;
  }
}

.mez.slider--home h3,
.mez.slider--overview h3 {
  color: #FFF;
}

.mez.slider--home .spotlight--tag .tag,
.mez.slider--overview .spotlight--tag .tag,
.mez.slider--home .spotlight--tag .tag:hover,
.mez.slider--overview .spotlight--tag .tag:hover,
.mez.slider--home .spotlight--tag .tag:active,
.mez.slider--overview .spotlight--tag .tag:active,
.mez.slider--home .spotlight--tag .tag:visited,
.mez.slider--overview .spotlight--tag .tag:visited {
  color: #fff;

}

.mez.slider--home .spotlight--tag .tag,
.mez.slider--overview .spotlight--tag .tag {
  padding: 3px 15px 6px;
  background-color: #0076bc;
  display: inline-block;
}

.mez.slider--home p,
.mez.slider--overview p {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1440px) {

  .mez.slider--home p,
  .mez.slider--overview p {
    font-size: 1.3333333333rem;
  }
}

@media (max-width: 1200px) {

  .mez.slider--home p,
  .mez.slider--overview p {
    font-size: 1.2rem;
  }
}

@media (max-width: 992px) {

  .mez.slider--home p,
  .mez.slider--overview p {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {

  .mez.slider--home p,
  .mez.slider--overview p {
    font-size: 1.0666666667rem;
  }
}

@media (max-width: 767px) {

  .mez.slider--home .l-btn--secondary,
  .mez.slider--overview .l-btn--secondary {
    border-color: #fff;
    color: #FFF;
  }
}

.mez.slider--overview p {
  color: #fff;
}

.mez.slider--overview .slider__caption:after {
  border-color: transparent transparent rgba(51, 153, 204, 0.8) transparent;
}

.mez.slider--news {
  position: relative;
}

.mez.slider--news .l-patch {
  display: none;
}

.ie .mez.slider--news .l-patch {
  display: block;
  background: #FFF;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.ie .mez.slider--news:before {
  background: #FFF;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 3;
}

.ie .mez.slider--news:after {
  background: #FFF;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.safari .mez.slider--news:before {
  background: #FFF;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 3;
}

.safari .mez.slider--news:after {
  background: #FFF;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .mez.slider--news .slick-track:after {
    display: none;
  }
}

.mez.slider--news .tag {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6666666667rem;
  padding: 4px 20px;
  display: inline-block;
  letter-spacing: 1px;
  /* rtl: 0px */
}

.mez.slider--news .slider__block {
  position: relative;
  overflow: hidden;
}

.mez.slider--news .slider__block:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 300px;
  background: #FFF;
  z-index: 1;
  left: -14px;
  -webkit-transform: skew(-22deg) translateX(-50%);
  transform: skew(-22deg) translateX(-50%);
}

@media (max-width: 1200px) {
  .mez.slider--news .slider__block:before {
    display: none;
  }
}

.mez.slider--news .slider__block:after {
  content: "";
  width: 100%;
  height: 205px;
  background: url(../images/bg-gradient.png) repeat-x left top;
  background-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.9;
}

@media (max-width: 1200px) {
  .mez.slider--news .slider__block:after {
    display: none;
  }
}

.mez.slider--news .slider__content div:first-child img {
  display: block;
}

.mez.slider--news .slider__content div:first-child .slider__caption,
.mez.slider--news .slider__content div:first-child .slider__detail {
  display: block;
}

.mez.slider--news .slider__content div img {
  display: none;
}

.mez.slider--news .slider__content div .slider__caption,
.mez.slider--news .slider__content div .slider__detail {
  display: none;
}

.mez.slider--news .slider__content.slick-initialized {
  display: block;
}

.mez.slider--news .slider__content.slick-initialized div img {
  display: block;
}

.mez.slider--news .slider__content.slick-initialized div .slider__caption,
.mez.slider--news .slider__content.slick-initialized div .slider__detail {
  display: block;
}

.mez.slider--news .slider__content {
  position: relative;
}

.mez.slider--news .slider__content:before,
.mez.slider--news .slider__content:after {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  background: rgba(16, 29, 97, 0.2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  display: none;
}

.mez.slider--news .slider__content:before {
  right: 35%;
  top: 75px;
}

.mez.slider--news .slider__content:after {
  width: 42px;
  height: 42px;
  right: 55px;
  top: 50%;
}

.mez.slider--news h2 {
  margin: 0;
  position: absolute;
  top: 50px;
  left: 35%;
  z-index: 3;
  color: #fff;
}

@media (max-width: 1200px) {
  .mez.slider--news h2 {
    position: relative;
    left: 0;
    top: 0;
    color: #5BC6E8;
    padding-bottom: 40px;
    margin-bottom: 1.3333333333rem;
  }
}

@media (max-width: 767px) {
  .mez.slider--news h2 {
    padding-bottom: 20px;
  }
}

.mez.slider--news h2 a {
  color: #fff;
}

.mez.slider--news h2 a:hover {
  color: #5BC6E8;
}

.mez.slider--news h2+.l-btn,
.mez.slider--news .views-exposed-widgets h2+.views-submit-button,
.views-exposed-widgets .mez.slider--news h2+.views-submit-button {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 9;
  display: none;
}

@media (max-width: 1200px) {

  .mez.slider--news h2+.l-btn,
  .mez.slider--news .views-exposed-widgets h2+.views-submit-button,
  .views-exposed-widgets .mez.slider--news h2+.views-submit-button {
    display: block;
  }
}

@media (max-width: 767px) {

  .mez.slider--news h2+.l-btn,
  .mez.slider--news .views-exposed-widgets h2+.views-submit-button,
  .views-exposed-widgets .mez.slider--news h2+.views-submit-button {
    top: 0;
    z-index: 9;
  }
}

.mez.slider--news h3 a {
  color: #FFF;
}

.mez.slider--news h3 a:hover {
  color: #5BC6E8;
}

.mez.slider--news .slick-slide {
  position: relative;
}

.mez.slider--news .slider__caption,
.mez.slider--news .slider__wrap {
  width: 100%;
  padding: 20px 180px 20px 125px;
  position: absolute;
  bottom: 0;
  min-height: 210px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
}

@media (max-width: 1200px) {

  .mez.slider--news .slider__caption,
  .mez.slider--news .slider__wrap {
    padding: 20px;
    min-height: 190px;
  }
}

@media (max-width: 992px) {

  .mez.slider--news .slider__caption,
  .mez.slider--news .slider__wrap {
    background: black;
    position: static;
  }
}

.mez.slider--news .slider__caption:after,
.mez.slider--news .slider__caption:before,
.mez.slider--news .slider__wrap:after,
.mez.slider--news .slider__wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
}

.mez.slider--news .slider__caption:after,
.mez.slider--news .slider__wrap:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #edeaed 100%);
  opacity: 0.1;
}

.mez.slider--news .slider__caption:before,
.mez.slider--news .slider__wrap:before {
  background: rgba(30, 22, 86, 0.8);
}

@media (max-width: 992px) {

  .mez.slider--news .slider__caption:before,
  .mez.slider--news .slider__wrap:before {
    display: none;
  }
}

.mez.slider--news .slider__caption .date,
.mez.slider--news .slider__wrap .date {
  font-size: 0.8rem;
  font-family: "robotoregular";
  /* rtl: tahoma */
  color: rgba(255, 255, 255, 0.5);
}

.mez.slider--news .slider__caption h3,
.mez.slider--news .slider__wrap h3 {
  line-height: 2.3333333333rem;
  margin-bottom: 15px;
}

.mez.slider--news .slider__wrap:after,
.mez.slider--news .slider__wrap:before {
  display: none;
}

@media (max-width: 1200px) {
  .mez.slider--news .slider__wrap {
    min-height: 0;
    height: auto;
    padding: 0;
    bottom: auto;
    top: -64px;
  }
}

@media (max-width: 992px) {
  .mez.slider--news .slider__wrap {
    position: absolute;
    top: -60px;
  }
}

@media (max-width: 767px) {
  .mez.slider--news .slider__wrap {
    top: -45px;
  }
}

.mez.slider--news .slider__wrap .l-btn,
.mez.slider--news .slider__wrap .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.slider--news .slider__wrap .views-submit-button {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 2;
}

@media (max-width: 1440px) {

  .mez.slider--news .slider__wrap .l-btn,
  .mez.slider--news .slider__wrap .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.slider--news .slider__wrap .views-submit-button {
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 1200px) {

  .mez.slider--news .slider__wrap .l-btn,
  .mez.slider--news .slider__wrap .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.slider--news .slider__wrap .views-submit-button {
    display: none;
  }
}

.mez.slider--news .slider__details {
  max-width: 430px;
  font-size: 0.8rem;
  position: relative;
  z-index: 1;
}

.mez.slider--news .slider__dots {
  right: 55px;
  bottom: 40px;
}

@media (max-width: 1440px) {
  .mez.slider--news .slider__dots {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .mez.slider--news .slider__dots {
    bottom: 20px;
    right: 20px;
  }
}

/* slider ends here */
/* sorter starts here */
.mez.sorter {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 23px;
  margin-bottom: 23px;
}

.mez.sorter span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

.mez.sorter span:nth-child(1) {
  float: left;
}

.mez.sorter span:nth-child(2) {
  float: right;
}

.mez.sorter span.up i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mez.sorter i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 1s;
  margin-left: 15px;
  position: relative;
  top: -1px;
  fill: #4d5055;
}

/* sorter ends here */
/* slider-alumni starts here */
.mez.slider-alumni {
  background: url(../images/bg-pattern-two.png) no-repeat left top #093C7E;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
}

@media (max-width: 992px) {
  .mez.slider-alumni {
    padding: 40px 0;
  }
}

.mez.slider-alumni .slider-alumni__block {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mez.slider-alumni .slider-alumni__block {
    display: block;
    margin-bottom: 30px;
  }
}

.mez.slider-alumni .slider-alumni__figure {
  width: 500px;
}

@media (max-width: 1200px) {
  .mez.slider-alumni .slider-alumni__figure {
    width: 465px;
  }
}

@media (max-width: 992px) {
  .mez.slider-alumni .slider-alumni__figure {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .mez.slider-alumni .slider-alumni__figure {
    margin: 0 auto;
  }
}

@media (max-width: 540px) {
  .mez.slider-alumni .slider-alumni__figure {
    width: 280px;
  }
}

.mez.slider-alumni .slider-alumni__details {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 100px 150px 100px 0;
  min-height: 490px;
}

@media (max-width: 992px) {
  .mez.slider-alumni .slider-alumni__details {
    min-height: 50px;
  }
}

@media (max-width: 1440px) {
  .mez.slider-alumni .slider-alumni__details {
    padding-right: 90px;
  }
}

@media (max-width: 1200px) {
  .mez.slider-alumni .slider-alumni__details {
    padding-right: 50px;
  }
}

@media (max-width: 992px) {
  .mez.slider-alumni .slider-alumni__details {
    padding: 40px 40px 100px 0;
  }
}

@media (max-width: 767px) {
  .mez.slider-alumni .slider-alumni__details {
    width: 100%;
    min-height: inherit;
    padding: 20px 0px 40px;
  }
}

.mez.slider-alumni figure {
  border-radius: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.mez.slider-alumni figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mez.slider-alumni figure a:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 50px solid rgba(0, 131, 211, 0.2);
  border-radius: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  transition: 0.50s;
}

.mez.slider-alumni figure a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mez.slider-alumni h2 {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .mez.slider-alumni h2 {
    position: static;
  }
}

.mez.slider-alumni h3 {
  color: #2495d6;
  margin-bottom: 15px;
}

.mez.slider-alumni h3 span {
  display: block;
  color: #FFF;
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  margin-top: 8px;
}

.mez.slider-alumni h3 a {
  color: #2495d6;
}

.mez.slider-alumni h3 a:hover {
  color: #FFF;
}

.mez.slider-alumni p {
  color: #c1d3ef;
}

.mez.slider-alumni .l-tag {
  display: block;
}

.mez.slider-alumni .l-tag li>* {
  padding: 1px 9px;
  font-size: 0.9333333333rem;
}

.mez.slider-alumni .slider-alumni__wrap {
  position: relative;
}

.mez.slider-alumni .slider-alumni__wrap p {
  margin-top: 10px;
}

.mez.slider-alumni .slider-alumni__wrap p:last-child {
  margin-bottom: 0;
}

.mez.slider-alumni .slider-alumni__nav {
  width: 100%;
  height: 74px;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .mez.slider-alumni .slider-alumni__nav {
    position: static;
  }
}

.mez.slider-alumni .slider-alumni__nav li {
  width: 64px;
  margin-left: 10px;
  cursor: pointer;
  margin-top: 6px;
}

.mez.slider-alumni .slider-alumni__nav li:first-child {
  margin-left: 0;
}

.mez.slider-alumni .slider-alumni__nav li.slick-current {
  width: 72px;
  height: 72px;
  margin-top: 0;
}

.mez.slider-alumni .slider-alumni__nav li.slick-current span {
  height: 72px;
  width: 72px;
}

.mez.slider-alumni .slider-alumni__nav li span {
  display: block;
  width: 64px;
  height: 63px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}

.mez.slider-alumni .slider-alumni__nav li span:before {
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  border: 5px solid #2494d6;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.mez.slider-alumni .slider-alumni__nav li span img {
  width: 100%;
  height: 100%;
}

.mez.slider-alumni .slider-alumni__nav li img {
  opacity: 0.4;
}

.mez.slider-alumni .slider-alumni__nav li.slick-current img {
  opacity: 1;
}

.mez.slider-alumni .slider-alumni__nav li.slick-current span:before {
  display: block;
  opacity: 1;
}

.mez.slider-alumni .slick-arrow {
  display: none !important;
}

/* slider-alumni ends here */
/* spotlight starts here */
.mez.spotlight {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.mez.spotlight.spotlight-md {
  position: relative;
  overflow: hidden;
  height: 650px;
}

@media (max-width: 992px) {
  .mez.spotlight {
    height: 320px;
  }

  .mez.spotlight.spotlight-md {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .mez.spotlight {
    height: auto;
  }

  .mez.spotlight.spotlight-md {
    height: auto;
  }
}

.mez.spotlight:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mez.spotlight:after {
  position: absolute;
  left: -150px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 310px 310px 310px;
  border-color: transparent transparent rgba(13, 86, 180, 0.7) transparent;
  z-index: 2;
}

@media (max-width: 767px) {
  .mez.spotlight:after {
    display: none;
  }
}

@media (max-width: 992px) {
  .mez.spotlight {
    min-height: 1px;
  }
}

.mez.spotlight img {
  opacity: 0;
  height: 100%;
  min-height: 320px;
}

@media (max-width: 992px) {
  .mez.spotlight img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .mez.spotlight img {
    min-height: 200px;
  }
}

.mez.spotlight h1 {
  font-size: 3.1333333333rem;
  color: #fff;
  padding: 102px 0 20px 0;
  max-width: 75%;
  margin: 0;
}

@media (max-width: 1200px) {
  .mez.spotlight h1 {
    padding: 30px 0 20px 0;
  }
}

@media (max-width: 992px) {
  .mez.spotlight h1 {
    max-width: 100%;
    padding: 15px 0 15px 0;
  }
}

@media (max-width: 767px) {
  .mez.spotlight h1 {
    font-size: 1.4666666667rem;
  }
}

.menu-enabled .mez.spotlight h1 {
  padding-top: 162px;
}

@media (max-width: 767px) {
  .menu-enabled .mez.spotlight h1 {
    padding-top: 15px;
  }
}

.mez.spotlight .slick-arrow {
  top: auto;
  bottom: 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  .mez.spotlight .slick-arrow {
    bottom: auto;
    top: 90px;
  }
}

.mez.spotlight .slick-prev {
  left: -10%;
  z-index: 2;
  -webkit-transform: translateY(0) rotate(-180deg);
  transform: translateY(0) rotate(-180deg);
  transition: all ease 1s;
}

@media (max-width: 992px) {
  .mez.spotlight .slick-prev {
    left: 1%;
  }
}

.mez.spotlight .slick-next {
  right: -10%;
  z-index: 2;
  transition: all ease 1s;
}

@media (max-width: 992px) {
  .mez.spotlight .slick-next {
    right: 1%;
  }
}

.mez.spotlight:hover .slick-prev {
  left: 1%;
}

.mez.spotlight:hover .slick-next {
  right: 1%;
}

@media (max-width: 540px) {
  .mez.spotlight .l-breadcrumb {
    padding-bottom: 10px;
  }
}

.mez.spotlight .l-breadcrumb .container {
  padding: 0;
}

.menu-enabled .mez.spotlight .l-breadcrumb {
  position: absolute;
  top: 60px;
  /* rtl: 90px */
}

@media (max-width: 767px) {
  .menu-enabled .mez.spotlight .l-breadcrumb {
    top: 0;
    position: static;
  }
}

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

.mez.spotlight .spotlight__item.spotlight__item--video {
  min-height: 280px;
}

.mez.spotlight .spotlight__content {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
  height: 100%;
}

@media (max-width: 767px) {
  .mez.spotlight .spotlight__content {
    background: #0d56b4;
    height: auto;
  }
}

.mez.spotlight .spotlight__slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
}

@media (max-width: 767px) {
  .mez.spotlight .spotlight__slider {
    position: static;
  }
}

.mez.spotlight .spotlight__slider div {
  height: 100% !important;
}

@media (max-width: 767px) {
  .mez.spotlight .spotlight__slider div {
    height: auto !important;
  }
}

.mez.spotlight .spotlight__slider.slick-initialized:after {
  opacity: 0;
  height: 0;
  transition: opacity 1s 1s, height 0s 2s;
}

/* spotlight ends here */
/* spotlight academics starts here */
.mez.spotlight--academics {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.mez.spotlight--academics:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mez.spotlight--academics .row {
  height: calc(100vh - 146px);
}

@media (max-width: 992px) {
  .mez.spotlight--academics .row {
    height: auto;
  }
}

.mez.spotlight--academics .spotlight__content {
  background-color: transparent;
  position: relative;
  z-index: 1;
  height: 100%;
}

@media (max-width: 992px) {
  .mez.spotlight--academics .spotlight__content {
    background-color: #003971;
    position: inherit;
    padding: 20px 0;
  }
}

.mez.spotlight--academics .spotlight__content:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 768px 0 768px 768px;
  border-color: transparent transparent transparent rgba(13, 86, 180, 0.7);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -232px;
}

@media (max-width: 992px) {
  .mez.spotlight--academics .spotlight__content:before {
    display: none;
  }
}

.mez.spotlight--academics img {
  opacity: 0;
  height: 100%;
  min-height: 320px;
}

@media (max-width: 992px) {
  .mez.spotlight--academics img {
    opacity: 1;
    height: auto;
    min-height: 0;
  }
}

.mez.spotlight--academics .spotlight__caption {
  max-width: 576px;
}

@media (max-width: 992px) {
  .mez.spotlight--academics .spotlight__caption {
    max-width: 100%;
  }
}

.mez.spotlight--academics .spotlight__slider {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
}

@media (max-width: 1200px) {
  .mez.spotlight--academics .spotlight__slider {
    background-size: contain;
  }
}

@media (max-width: 992px) {
  .mez.spotlight--academics .spotlight__slider {
    position: static;
  }
}

.mez.spotlight--academics .spotlight__slider div {
  height: 100% !important;
}

@media (max-width: 992px) {
  .mez.spotlight--academics .spotlight__slider div {
    height: auto !important;
  }
}

.mez.spotlight--academics .l-event-date {
  float: left;
  width: 80px;
  height: 80px;
}

@media (max-width: 992px) {
  .mez.spotlight--academics .l-event-date {
    width: 70px;
    height: 70px;
  }
}

.mez.spotlight--academics .spotlight__ltr,
.mez.spotlight--academics .spotlight__rtl {
  position: relative;
  height: 100%;
}

.mez.spotlight--academics .spotlight__item {
  background-repeat: no-repeat;
  background-size: cover;
}

.mez.spotlight--academics .spotlight__aside {
  position: relative;
  background-color: #2494d6;
  padding: 42px 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (max-width: 992px) {
  .mez.spotlight--academics .spotlight__aside {
    position: inherit;
    padding: 20px;
  }
}

.mez.spotlight--academics .spotlight__aside ul {
  margin-bottom: 10px;
}

.mez.spotlight--academics .spotlight__aside li {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .mez.spotlight--academics .spotlight__aside li {
    margin-bottom: 20px;
  }
}

.mez.spotlight--academics .spotlight__aside p,
.mez.spotlight--academics .spotlight__aside a {
  font-family: "robotoregular";
  /* rtl: tahoma */
  font-size: 1.0666666667rem;
  color: #e4f0ff;
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: -5px;
}

@media (max-width: 1200px) {

  .mez.spotlight--academics .spotlight__aside p,
  .mez.spotlight--academics .spotlight__aside a {
    font-size: 0.9333333333rem;
  }
}

@media (max-width: 992px) {

  .mez.spotlight--academics .spotlight__aside p,
  .mez.spotlight--academics .spotlight__aside a {
    top: 0;
  }
}

.mez.spotlight--academics .spotlight__aside p:hover,
.mez.spotlight--academics .spotlight__aside a:hover {
  color: #fff;
}

.mez.spotlight--academics .spotlight__aside .spotlight__note {
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 0.8666666667rem;
  line-height: 1.2rem;
  display: block;
  opacity: 0.6;
}

@media (max-width: 992px) {
  .mez.spotlight--academics .spotlight__block {
    position: inherit;
  }
}

.mez.spotlight--academics .spotlight__block p {
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 1.3333333333rem;
  line-height: 1.8666666667rem;
  margin-bottom: 35px;
  color: #FFF;
}

@media (max-width: 1200px) {
  .mez.spotlight--academics .spotlight__block p {
    margin-bottom: 20px;
  }
}

.mez.spotlight--academics h1 {
  margin-top: 300px;
  margin-bottom: 30px;
  padding: 0;
}

@media (max-width: 1200px) {
  .mez.spotlight--academics h1 {
    margin-top: 160px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .mez.spotlight--academics h1 {
    margin-top: 20px;
  }
}

.mez.spotlight--academics h3 {
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.3333333333rem;
  text-transform: uppercase;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .mez.spotlight--academics h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .mez.spotlight--academics h3 {
    font-size: 1.2rem;
  }
}

.mez.spotlight--academics .spotlight__features {
  margin: 100px 0 75px 0;
}

@media (max-width: 1440px) {
  .mez.spotlight--academics .spotlight__features {
    margin: 50px 0;
  }
}

@media (max-width: 992px) {
  .mez.spotlight--academics .spotlight__features {
    margin: 30px 0;
  }
}

.mez.spotlight--academics .spotlight__features li {
  text-align: center;
  float: left;
  width: 160px;
  margin-right: 45px;
}

@media (max-width: 1440px) {
  .mez.spotlight--academics .spotlight__features li {
    margin-right: 15px;
  }
}

@media (max-width: 1200px) {
  .mez.spotlight--academics .spotlight__features li {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .mez.spotlight--academics .spotlight__features li {
    width: 45%;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media (max-width: 540px) {
  .mez.spotlight--academics .spotlight__features li {
    width: 100%;
  }
}

.mez.spotlight--academics .spotlight__features span {
  background-color: rgba(0, 41, 94, 0.9);
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .mez.spotlight--academics .spotlight__features span {
    width: 120px;
    height: 120px;
  }
}

.mez.spotlight--academics .spotlight__features p {
  color: #fff;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 0.9333333333rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}

/* spotlight academics ends here */
/* staffs starts here */
.mez.staffs {
  min-height: 230px;
}

.mez.staffs .tab-content {
  padding: 40px 0;
}

.mez.staffs .l-share ul {
  margin: 0 auto;
  padding: 0;
}

.mez.staffs .select-college {
  font-size: 18px;
  color: #5BC6E8;
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  text-align: center;
  padding: 20px 0;
  background: #e7f4fd;
}

@media (max-width: 992px) {
  .mez.staffs .select-college {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .mez.staffs .select-college {
    padding: 15px 20px;
    font-size: 14px;
  }
}

.mez.staffs .card-list>p {
  text-transform: uppercase;
  font-family: "robotomedium";
  /* rtl: tahoma */
  color: #0d55b3;
}

/* staffs ends here */
/* student starts here */
.mez.student {
  background: url(../images/bg-student.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 767px) {
  .mez.student {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.mez.student .highlight {
  margin-bottom: 0;
  border: none;
}

.mez.student .highlight h2 {
  color: #FFF;
}

.mez.student .highlight p {
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 1.3333333333rem;
  margin-bottom: 35px;
  padding: 0;
  color: #FFF;
  max-width: 70%;
}

@media (max-width: 992px) {
  .mez.student .highlight p {
    max-width: 100%;
  }
}

.mez.student .l-admission-block--wrap {
  padding-bottom: 5px;
}

.mez.student .slick-list {
  background: #FFF;
}

.mez.student .slick-slider img {
  display: inline-block;
}

.mez.student .slick-slider p {
  color: #373a3c;
}

.mez.student .slick-slider .slick-prev {
  left: -40px;
}

@media (max-width: 1200px) {
  .mez.student .slick-slider .slick-prev {
    left: -30px;
  }
}

@media (max-width: 992px) {
  .mez.student .slick-slider .slick-prev {
    left: -25px;
  }
}

@media (max-width: 767px) {
  .mez.student .slick-slider .slick-prev {
    left: -15px;
  }
}

.mez.student .slick-slider .slick-next {
  right: -40px;
}

@media (max-width: 1200px) {
  .mez.student .slick-slider .slick-next {
    right: -30px;
  }
}

@media (max-width: 992px) {
  .mez.student .slick-slider .slick-next {
    right: -25px;
  }
}

@media (max-width: 767px) {
  .mez.student .slick-slider .slick-next {
    right: -15px;
  }
}

.mez.student .student__silder {
  padding: 100px 0;
  background: #FFF;
}

@media (max-width: 1200px) {
  .mez.student .student__silder {
    padding: 60px 0;
  }
}

@media (max-width: 992px) {
  .mez.student .student__silder {
    padding: 40px 0;
  }
}

.mez.student .wmg-item {
  position: relative;
}

.mez.student .wmg-item:before {
  height: 100%;
  width: 1px;
  background: #e5e8eb;
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  z-index: 1;
}

.mez.student .l-admission-block {
  padding: 0 32px;
  background: #FFF;
  position: relative;
  margin-bottom: 20px;
}

.mez.student .l-admission-block p {
  margin: 0;
  padding: 0;
}

.mez.student .l-admission-block p+p {
  display: none;
}

.mez.student .admission-block.slick-slide {
  height: auto;
}

.mez.student .admission-block .wmg-item {
  height: auto;
}

/* student ends here */
.mez.student--college .highlight {
  padding-bottom: 44px;
}

@media (max-width: 992px) {
  .mez.student--college .highlight {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mez.student--college .highlight {
    padding-bottom: 0;
  }
}

.mez.student--college li {
  padding: 48px 32px;
  margin: 80px 0;
  text-align: center;
  border-left: 1px solid #e5e8eb;
  height: 320px;
}

@media (max-width: 1200px) {
  .mez.student--college li {
    margin: 60px 0;
  }
}

@media (max-width: 992px) {
  .mez.student--college li {
    height: 200px;
    padding: 0;
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .mez.student--college li {
    margin: 20px 0;
  }
}

.mez.student--college h3 {
  padding-bottom: 0;
  margin: 0;
}

.mez.student--college h3 a {
  color: #333;
}

.mez.student--college h3 a:hover {
  color: #5BC6E8;
}

.mez.student--college figure {
  margin-bottom: 34px;
}

@media (max-width: 992px) {
  .mez.student--college figure {
    margin-bottom: 20px;
  }
}

/* styleguide starts here */
.mez.styleguide h1.sg {
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 3px dashed #333;
  padding: 0 40px 20px;
}

.mez.styleguide h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
}

.mez.styleguide section {
  padding: 20px 40px 40px;
  border-bottom: 1px dashed #333;
  overflow: hidden;
}

.mez.styleguide .styleguide-list li {
  float: left;
  padding-right: 10px;
}

.mez.styleguide .styleguide-grey {
  background: #ccc;
}

/* styleguide ends here */
/* story starts here */
.mez.story {
  background-size: cover;
  position: relative;
  height: 100vh;
}

@media (max-width: 992px) {
  .mez.story {
    background-image: none !important;
    height: auto;
  }
}

.mez.story:after {
  background: url(../images/bg-overlay.png) no-repeat left bottom;
  background-size: cover;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}

.mez.story .story__thumb {
  opacity: 0;
}

@media (max-width: 992px) {
  .mez.story .story__thumb {
    opacity: 1;
  }
}

.mez.story .story__block {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 125px 0 100px;
  z-index: 3;
}

@media (max-width: 1200px) {
  .mez.story .story__block {
    margin: 50px 0;
  }
}

@media (max-width: 992px) {
  .mez.story .story__block {
    background-color: #000;
    position: inherit;
    margin: 0;
    padding: 20px 0;
  }
}

.mez.story .story__details {
  position: absolute;
  bottom: 0;
  max-width: 70%;
  text-align: left;
}

@media (max-width: 992px) {
  .mez.story .story__details {
    max-width: 100%;
    position: inherit;
  }
}

.mez.story .story__details .l-tag--white {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mez.story p {
  color: #ffffff;
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 2.6666666667rem;
  line-height: 3.0666666667rem;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .mez.story p {
    font-size: 2.3333333333rem;
    line-height: 2.6666666667rem;
  }
}

@media (max-width: 992px) {
  .mez.story p {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.mez.story [class*="l-tag"] {
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  text-transform: uppercase;
  margin: 0 0 15px;
}

/* story ends here */
/* officials starts here */
.mez.tab h2+.nav-pills {
  margin-top: 45px;
}

@media (max-width: 1440px) {
  .mez.tab h2+.nav-pills {
    margin-top: 30px;
  }
}

/* officials ends here */
/* testimonial starts here */
.mez.testimonial blockquote {
  position: relative;
  background: #FFF;
  padding: 20px;
  margin-bottom: 45px;
  border: 4px solid #e9f4fb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mez.testimonial blockquote:after,
.mez.testimonial blockquote:before {
  top: 100%;
  left: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.mez.testimonial blockquote:after {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 26px solid transparent;
  border-top: 25px solid #fff;
  left: 39px;
}

.mez.testimonial blockquote:before {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #e9f4fb;
}

.mez.testimonial i.l-icon {
  fill: #0088CE;
}

.mez.testimonial p {
  color: #333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 1.2rem;
  padding-top: 0px;
  padding-left: 15px;
  margin: 0;
  position: relative;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.mez.testimonial h5 span {
  padding-left: 10px;
  color: #0088CE;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 0.8rem;
  display: inline-block;
  text-transform: uppercase;
}

/* testimonial ends here */
/* thumb-block starts here */
.mez.thumb-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 540px) {
  .mez.thumb-block {
    display: block;
  }
}

.mez.thumb-block figure {
  margin-right: 64px;
}

@media (max-width: 1440px) {
  .mez.thumb-block figure {
    margin-right: 50px;
  }
}

@media (max-width: 1200px) {
  .mez.thumb-block figure {
    margin-right: 40px;
  }
}

@media (max-width: 992px) {
  .mez.thumb-block figure {
    margin-right: 20px;
    width: 240px;
  }
}

@media (max-width: 540px) {
  .mez.thumb-block figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mez.thumb-block figure img {
    width: 100%;
  }
}

.mez.thumb-block .thumb-block__detail {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mez.thumb-block h2 {
  color: #262626;
  margin-bottom: 0.9333333333rem;
}

.mez.thumb-block h2 a {
  color: #262626;
}

.mez.thumb-block h2 a:hover {
  color: #5BC6E8;
}

.mez.thumb-block h2+span {
  display: block;
  font-size: "robotomedium";
  color: #2495d6;
  font-size: 0.9333333333rem;
  line-height: 1.0666666667rem;
  margin-bottom: 22px;
}

.mez.thumb-block p {
  color: #262626;
}

@media (max-width: 767px) {
  .mez.thumb-block p {
    margin-bottom: 20px;
  }
}

.mez.thumb-block figure a,
.mez .thumb-block figure a {
  display: block;
  position: relative;
}

.mez.thumb-block figure a:before,
.mez .thumb-block figure a:before {
  content: "";
  width: 90%;
  height: 90%;
  border: 3px solid #27a6de;
  z-index: 5;


  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  transition: all .8s;
}

@media (max-width: 767px) {

  .mez.thumb-block figure a:before,
  .mez .thumb-block figure a:before {
    display: none;
  }
}

.mez.thumb-block figure a:hover:before,
.mez .thumb-block figure a:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.5;
}

/* thumb-block ends here */
/* title starts here */
.mez.title {
  margin-bottom: 45px;
  min-height: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .mez.title {
    margin-bottom: 20px;
  }
}

.mez.title h2 {
  width: calc(100% - 220px);
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mez.title h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.mez.title .title__btn {
  width: 230px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .mez.title .title__btn {
    padding-top: 0;
    width: auto;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mez.title .l-collapse {
  margin-left: 50px;
}

.mez.title .l-collapse:first-child {
  margin-left: 0;
}

/* title ends here */
/* thumbslider starts here */
.mez.thumbslider {
  width: 100%;
  margin: 0 auto;
}

.wrapper .mez.thumbslider {
  padding-top: 40px;
}

.mez.thumbslider img {
  max-width: 100%;
}

.mez.thumbslider .thumbslider__wrap {
  position: relative;
}

.wrapper .mez.thumbslider .thumbslider__wrap {
  padding: 0;
}

.mez.thumbslider h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
}

.mez.thumbslider h2+ul {
  margin-top: -10px;
}

.mez.thumbslider .custom_paging {
  width: 50px;
  height: 20px;
  position: absolute;
  top: -38px;
  right: 0;
  overflow: hidden;
}

.mez.thumbslider .custom_paging li {
  background: #FFF;
  text-align: right;
  font-family: "robotomedium";
  /* rtl: tahoma */
  color: #666666;
  letter-spacing: 4px;
  /* rtl: 0px */
  font-size: 0.9333333333rem;
  text-transform: uppercase;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}

.mez.thumbslider .custom_paging li.slick-active {
  opacity: 1;
}

.mez.thumbslider .thumbslider__head {
  overflow: hidden;
  padding-right: 60px;
}

.mez.thumbslider .thumbslider__head ul {
  margin-bottom: 20px;
  float: left;
}

.mez.thumbslider .thumbslider__head ul li {
  display: inline-block;
  padding-left: 30px;
}

.mez.thumbslider .thumbslider__head ul li:first-child {
  margin-left: -30px;
}

.mez.thumbslider .thumbslider__head ul li:before {
  content: none;
}

.mez.thumbslider .thumbslider__head ul li a {
  font-family: "robotomedium";
  /* rtl: tahoma */
  color: #666666;
  font-size: 0.9333333333rem;
  text-transform: uppercase;
}

.mez.thumbslider .thumbslider__head ul .l-icon {
  margin-right: 8px;
  fill: #656f79;
}

.mez.thumbslider .thumbslider__for>div {
  position: relative;
}

.mez.thumbslider .thumbslider__for .thumbslider__img {
  position: relative;
  overflow: hidden;
  height: 362px;
  background: url(../images/preloader.gif) no-repeat center center;
}

.wrapper .mez.thumbslider .thumbslider__for .thumbslider__img {
  height: auto;
  min-height: 200px;
}

@media only screen and (max-device-width: 1440px) {
  .mez.thumbslider .thumbslider__for .thumbslider__img {
    height: 290px;
  }

  .wrapper .mez.thumbslider .thumbslider__for .thumbslider__img {
    height: auto;
    min-height: 100px;
  }
}

@media only screen and (max-device-width: 767px) {
  .wrapper .mez.thumbslider .thumbslider__for .thumbslider__img {
    height: auto;
    min-height: 50px;
  }
}

.mez.thumbslider .thumbslider__for .thumbslider__description {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 20px;
}

@media only screen and (max-device-width: 991px) {
  .mez.thumbslider .thumbslider__for .thumbslider__description {
    position: static;
    background: #2494d6;
    padding: 15px;
  }
}

.mez.thumbslider .thumbslider__for .thumbslider__description p {
  font-family: "robotomedium";
  /* rtl: tahoma */
  color: #FFF;
  font-size: 0.9333333333rem;
  margin: 0;
}

.mez.thumbslider .thumbslider__img.video {
  position: relative;
}

.mez.thumbslider .thumbslider__img.video img {
  opacity: 0;
}

.mez.thumbslider .thumbslider__img iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.mez.thumbslider .slick-slide .thumbslider__img.video+.thumbslider__description {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition: all .5s;
}

.mez.thumbslider .slick-slide:hover .thumbslider__img.video+.thumbslider__description {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}

.mez.thumbslider .slick-slider .slick-arrow {
  width: 52px;
  height: 52px;
}

@media only screen and (max-device-width: 767px) {
  .mez.thumbslider .slick-slider .slick-arrow {
    width: 32px;
    height: 32px;
  }
}

.wrapper .mez.thumbslider .slick-arrow.slick-prev {
  left: -40px;
}

@media only screen and (max-device-width: 991px) {
  .wrapper .mez.thumbslider .slick-arrow.slick-prev {
    left: 5px;
  }
}

.wrapper .mez.thumbslider .slick-arrow.slick-next {
  right: -40px;
}

@media only screen and (max-device-width: 991px) {
  .wrapper .mez.thumbslider .slick-arrow.slick-next {
    right: 5px;
  }
}

.mez.thumbslider .slick-arrow.slick-prev {
  left: -30px;
}

@media only screen and (max-device-width: 991px) {
  .mez.thumbslider .slick-arrow.slick-prev {
    left: 5px;
  }
}

.mez.thumbslider .slick-arrow.slick-next {
  right: -30px;
}

@media only screen and (max-device-width: 991px) {
  .mez.thumbslider .slick-arrow.slick-next {
    right: 5px;
  }
}

.mez.thumbslider .slick-arrow:after {
  background-color: #efefef;
}

.mez.thumbslider .thumbslider__nav {
  background: #e9f4fb;
}

.mez.thumbslider .thumbslider__nav .slick-slide {
  position: relative;
  overflow: hidden;
}

.mez.thumbslider .thumbslider__nav .slick-current {
  position: relative;
}

.mez.thumbslider .thumbslider__nav .slick-current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 6px solid rgba(6, 108, 193, 0.5);
}

.mez.thumbslider .thumbslider__nav .l-btn-play {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

.mez.thumbslider .thumbslider__bottom {
  margin-top: 15px;
  overflow: hidden;
}

.mez.thumbslider .thumbslider__bottom figure {
  width: 140px;
  position: relative;
  text-align: left;
  display: inline-block;
  float: left;
}

@media only screen and (max-device-width: 1440px) {
  .mez.thumbslider .thumbslider__bottom figure {
    width: 135px;
  }
}

@media only screen and (max-device-width: 767px) {
  .mez.thumbslider .thumbslider__bottom figure {
    width: 115px;
    margin-bottom: 10px;
  }
}

.mez.thumbslider .thumbslider__bottom figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mez.thumbslider .thumbslider__bottom figure a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 0.8rem;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 0 0 32px;
}

.mez.thumbslider .thumbslider__bottom figure a:before {
  content: "";
  width: 8px;
  height: 15px;
  background-image: url("../images/icons-svg/icon-arw-white.svg");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 222;
  display: block;
  left: 0;
  /* rtl: auto */
  right: auto;
  /* rtl: 0 */
  top: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* rtl: translate(-50%, -50%) scale(-1) */
  -webkit-transform-origin: center;
  transform-origin: center;
}

.mez.thumbslider .thumbslider__bottom figure a:hover {
  color: #5BC6E8;
}

.mez.thumbslider .thumbslider__bottom .thumbslider__details {
  padding: 0 20px;
  height: 80px;
  float: left;
  width: calc(100% - 140px);
}

@media only screen and (max-device-width: 1440px) {
  .mez.thumbslider .thumbslider__bottom .thumbslider__details {
    width: calc(100% - 135px);
    height: 76px;
  }
}

@media only screen and (max-device-width: 767px) {
  .mez.thumbslider .thumbslider__bottom .thumbslider__details {
    height: auto;
    width: 100%;
    padding: 0;
  }
}

.mez.thumbslider .thumbslider__bottom .thumbslider__details p {
  font-family: "robotobold";
  /* rtl: tahoma */
  font-weight: normal;
  /* rtl: bold */
  font-size: 1.0666666667rem;
  margin-bottom: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-device-width: 767px) {
  .mez.thumbslider .thumbslider__bottom .thumbslider__details p {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mez.thumbslider .thumbslider__bottom .thumbslider__prev,
.mez.thumbslider .thumbslider__bottom .thumbslider__next {
  width: 50%;
  float: left;
}

.mez.thumbslider .thumbslider__bottom .thumbslider__next {
  float: right;
}

.mez.thumbslider .thumbslider__box {
  float: left;
}

@media only screen and (max-device-width: 767px) {
  .mez.thumbslider .thumbslider__box {
    width: 115px;
  }
}

.mez.thumbslider .thumbslider__next figure a {
  padding: 0 32px 0 0;
  text-align: right;
}

.mez.thumbslider .thumbslider__next figure a:before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
  transform: translate(-50%, -50%) scale(-1);
  /* rtl: translate(-50%, -50%) scale(1) */
  left: auto;
  /* rtl: 0 */
  right: 0;
  /* rtl: auto */
}

.mez.thumbslider .thumbslider__next .thumbslider__box {
  float: right;
}

.mez.thumbslider .thumbslider__next .thumbslider__details {
  text-align: right;
}

.mez.thumbslider .thumbslider__next figure {
  float: right;
}

/* thumbslider ends here */
/* upcomings starts here */
.mez.upcomings:after {
  content: "";
  background: #c3c2c2;
  width: 32px;
  height: 1px;
  display: block;
}

.mez.upcomings h3 {
  position: relative;
}

.mez.upcomings p {
  margin: 0;
}

.mez.upcomings .upcomings__session {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  aside .mez.upcomings .upcomings__session {
    margin-bottom: 20px;
  }
}

.mez.upcomings .upcomings__details {
  width: 70%;
}

.mez.upcomings .upcomings__details span {
  display: block;
  color: #093c7e;
  font-size: 0.9333333333rem;
  font-family: "robotomedium";
  /* rtl: tahoma */
  margin-bottom: 10px;
}

.mez.upcomings .upcomings__more {
  padding-left: 20px;
}

/*Right side upcomings css*/
.group-right .mez.upcomings .upcomings__session {
  display: block;
}

.group-right .mez.upcomings .upcomings__details {
  width: 100%;
  margin-bottom: 40px;
}

.group-right .mez.upcomings .upcomings__more {
  padding-left: 0;
}

.group-right .mez.upcomings .upcomings__details:after {
  content: "";
  background: #c3c2c2;
  width: 32px;
  height: 1px;
  display: block;
  margin-top: 20px;
}

.mez.upcomings:after {
  display: none;
}

/* upcomings ends here */


/* tour starts here */
.mez.tour .tour__campus {
  background: #E9F4FB;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 55px 35px;
  width: 100%;
}

@media (max-width: 1200px) {
  .mez.tour .tour__campus {
    display: block;
    float: left;
    padding: 40px;
    width: 100%;
  }
}

@media (max-width: 720px) {
  .mez.tour .tour__campus {
    padding: 20px;
  }
}

.mez.tour .icon {
  background: #FFF;
  border-radius: 50%;
  height: 184px;
  margin-right: 40px;
  width: 184px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .mez.tour .icon {
    margin: 0 0 15px;
    height: 100px;
    width: 100px;
  }
}

@media (max-width: 1200px) {
  .mez.tour .icon img {
    width: 56%;
  }
}

.mez.tour ul {
  margin: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 940px) {
  .mez.tour ul {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.mez.tour ul li {
  float: left;
  padding-bottom: 20px;
  width: 50%;
}

@media (max-width: 720px) {
  .mez.tour ul li {
    width: 100%;
  }
}

.mez.tour h2 {
  margin: 0 0 30px;
}

@media (max-width: 720px) {
  .mez.tour h2 {
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}

/* tour ends here */
/* vision-slider starts here */
.mez.vision-slider {
  background: #e0e1e1;
  padding: 40px 35px 40px;
}

.mez.vision-slider p {
  color: #333;
}

.mez.vision-slider h3 {
  margin-bottom: 30px;
}

.mez.vision-slider figure {
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
}

@media (max-width: 540px) {
  .mez.vision-slider figure {
    width: 100%;
  }
}

.mez.vision-slider figure:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
}

.mez.vision-slider figure img {
  width: 100%;
}

.mez.vision-slider figure .vision-slider__year {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mez.vision-slider figure .vision-slider__year span {
  display: block;
  color: #FFF;
  font-family: "robotolight";
  /* rtl: tahoma */
  font-size: 2.6666666667rem;
  text-transform: uppercase;
}

.mez.vision-slider figure .vision-slider__year strong {
  display: block;
  color: #FFF;
  font-family: "robotomedium";
  /* rtl: tahoma */
  font-size: 3.6666666667rem;
  font-weight: normal;
  margin-top: -25px;
}

.mez.vision-slider .vision-slider__dots {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: left;
  width: auto;
  z-index: 2;
}

.mez.vision-slider .vision-slider__dots li {
  list-style: none;
  display: inline-block;
}

.mez.vision-slider .vision-slider__dots li.slick-active button {
  border-left-color: #0088CE;
}

.mez.vision-slider .vision-slider__dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-left-color: #bdbdbd;
  background: none;
  padding: 0;
}

.mez.vision-slider .vision-slider__dots li button:focus {
  box-shadow: none;
  outline: none;
}

/* vision-slider ends here */
/* widget starts here */
.mez.widget h2 {
  color: #5BC6E8;
  margin-bottom: 57px;
}

@media (max-width: 992px) {
  .mez.widget h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mez.widget h2 {
    margin-bottom: 20px;
  }
}

.mez.widget [class*="col-"]:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e5e8eb;
  position: absolute;
  right: 0;
  top: 12px;
  display: none;
}

.mez.widget [class*="col-"]:first-child {
  padding-right: 98px;
}

@media (max-width: 992px) {
  .mez.widget [class*="col-"]:first-child {
    padding-right: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .mez.widget [class*="col-"]:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.mez.widget [class*="col-"]:first-child:before {
  display: block;
}

@media (max-width: 992px) {
  .mez.widget [class*="col-"]:first-child:before {
    height: 1px;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}

.mez.widget [class*="col-"]:last-child {
  padding-left: 98px;
}

@media (max-width: 992px) {
  .mez.widget [class*="col-"]:last-child {
    padding-left: 0;
  }
}

/* widget ends here */
/* visit starts here */
.mez.visit {
  display: table;
  background: #f5f5f5;
  width: 100%;
}

@media (max-width: 992px) {
  .mez.visit {
    display: block;
  }
}

.mez.visit .visit__block {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

@media (max-width: 992px) {
  .mez.visit .visit__block {
    display: block;
    display: block;
    width: 100%;
  }
}

.mez.visit .visit__block:nth-child(2) {
  padding: 20px 160px 20px 80px;
}

@media (max-width: 1200px) {
  .mez.visit .visit__block:nth-child(2) {
    padding: 20px 100px 20px 60px;
  }
}

@media (max-width: 992px) {
  .mez.visit .visit__block:nth-child(2) {
    padding: 40px 0;
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .mez.visit .visit__block:nth-child(2) {
    max-width: inherit;
    padding: 20px;
  }
}

.mez.visit .visit__block figure img {
  width: 100%;
}

@media (max-width: 1200px) {
  .mez.visit h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 992px) {
  .mez.visit h2 {
    font-size: 2.6666666667rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .mez.visit h2 {
    font-size: 2rem;
  }
}

.mez.visit p {
  color: #262626;
  margin: 0 auto 0;
}

@media (max-width: 992px) {
  .mez.visit p {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 767px) {
  .mez.visit p {
    margin: 0 0 20px 0;
  }
}

.mez.visit .l-btn,
.mez.visit .views-exposed-widgets .views-submit-button,
.views-exposed-widgets .mez.visit .views-submit-button {
  margin-top: 50px;
}

@media (max-width: 1440px) {

  .mez.visit .l-btn,
  .mez.visit .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.visit .views-submit-button {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {

  .mez.visit .l-btn,
  .mez.visit .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.visit .views-submit-button {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {

  .mez.visit .l-btn,
  .mez.visit .views-exposed-widgets .views-submit-button,
  .views-exposed-widgets .mez.visit .views-submit-button {
    margin: 0;
  }
}

.mez.visit .visit__thumb {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .mez.visit .visit__thumb {
    display: block;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .mez.visit .visit__thumb img {
    width: 100%;
    height: 100%;
  }
}

.mez.visit .visit__details {
  max-width: 640px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .mez.visit .visit__details {
    max-width: 100%;
    width: 100%;
  }
}

.mez.visit .shape-eight {
  background: url("../images/shape-07.png") no-repeat;
  background-size: contain;
  width: 138px;
  height: 138px;
  position: absolute;
  bottom: 100px;
  right: 0;
  display: none;
}

@media (max-width: 1200px) {
  .mez.visit .shape-eight {
    width: 80px;
    height: 80px;
  }
}

/* visit ends here */
.mez.visit--white {
  background: #FFF;
}

/* visit ends here */
.mez.visit--flip .visit__block:nth-child(1) {
  padding: 20px 80px 20px 160px;
}

@media (max-width: 1200px) {
  .mez.visit--flip .visit__block:nth-child(1) {
    padding: 20px 60px 20px 100px;
  }
}

@media (max-width: 992px) {
  .mez.visit--flip .visit__block:nth-child(1) {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .mez.visit--flip .visit__block:nth-child(1) {
    padding: 20px;
  }
}

.mez.visit--flip .visit__block:nth-child(2) {
  padding: 0;
}

@media (max-width: 992px) {
  .mez.visit--flip .visit__block:nth-child(2) {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .mez.visit--flip .visit__block:nth-child(2) {
    padding: 0px;
  }
}

.mez.visit--flip .shape-eight {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* visit ends here */
/* warning starts here */
.mez.warning {
  background: #e9f4fb;
  position: relative;
  padding: 50px 64px 50px 160px;
}

@media (max-width: 992px) {
  .mez.warning {
    padding: 100px 50px 50px;
  }
}

.mez.warning p {
  color: #333;
  font-family: "robotomedium";
  /* rtl: tahoma */
  margin-bottom: 0px;
}

.mez.warning:before {
  content: "";
  width: 49px;
  height: 49px;
  background: url("../images/icons-svg/icon-warning.svg");
  position: absolute;
  left: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  .mez.warning:before {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    top: 32px;
  }
}

/* warning ends here */

/*@import end*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.block {
  display: block;
}

.text-bold {
  font-weight: bold;
  font-family: robotobold;
}

.text-normal {
  font-weight: normal;
}

.relative,
.mez.relative {
  position: relative;
}

.absolute,
.mez.absolute {
  position: absolute;
}

.top {
  top: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.last {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.first {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.bg-light-blue {
  background-color: #dff3fa;
}

.img-border {
  border: 1px solid #27a6de;
  border-radius: 5px;
  padding: 5px;
}

.img-border:hover {
  border-color: #8ad1f0;
}

.after-hide::after {
  display: none !important;
}

.before-hide::before {
  display: none !important;
}

.letter-spacing0 {
  letter-spacing: 0px !important;
}

.max-with-fit {
  max-width: fit-content !important;
}

.border-underline {
  border-bottom: 2px solid #1f1757;
  line-height: 1.4;
}

.border-underline3 {
  border-bottom: 3px solid #1f1757;
  line-height: 1.4;
}

/*====== separator css start here======*/

/* gray bar separator*/
.separator--lg {
  clear: both;
  margin: 60px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.separator--md {
  clear: both;
  margin: 40px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.separator--sm {
  clear: both;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.separator--xs {
  clear: both;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* blue bar separator*/
.separator_blue--lg {
  clear: both;
  margin: 60px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 4px solid #2394d6;
}

.separator_blue--md {
  clear: both;
  margin: 40px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 4px solid #2394d6;
}

.separator_blue--sm {
  clear: both;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 4px solid #2394d6;
}

.separator_blue--xs {
  clear: both;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 4px solid #2394d6;
}

/*light blue bar separator*/
.separator_light-blue--lg {
  clear: both;
  margin: 60px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 4px solid #9ccfed;
}

.separator_light-blue--md {
  clear: both;
  margin: 40px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 4px solid #9ccfed;
}

.separator_light-blue--sm {
  clear: both;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 4px solid #9ccfed;
}

.separator_light-blue--xs {
  clear: both;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 4px solid #9ccfed;
}

/*====== separator css end here======*/
/*  Blink Error start  */
.blink {
  background-color: red;
}

a.blink {
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

/*  Blink Error start end  */


/*==================== loader css start here ====================*/
.ajax-progress-throbber {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.ajax-progress-throbber .message {
  display: none;
}

.ajax-progress-throbber .throbber {
  position: fixed;
  left: 50%;
  top: 50%;
  height: 70px;
  width: 60px;
  background: url(../images/hbku-loader.gif) no-repeat left top;
  margin: -12px 0 0 -12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/*==================== loader css end here ====================*/

/*------- tooltip css start here------*/
.help-icon {
  display: inline-block;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  font-size: 21px;
  line-height: 21px;
  color: #333;

}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip__item {
  position: absolute;
  min-width: 300px;
  padding: 10px 20px;
  visibility: hidden;
  opacity: 0;
  background: white;
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  color: #484848;
  border: 1px solid #cecece;
  border-radius: 3px;
  font-weight: 500;
  text-align: left;
  z-index: 4;
}

.tooltip__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.tooltip__initiator {
  cursor: pointer;
  z-index: 5;
}

.tooltip[data-direction="left"] .tooltip__initiator:hover~.tooltip__item {
  transform: translate3d(0, -50%, 0);
  visibility: visible;
  opacity: 1;
}

.tooltip[data-direction="left"] .tooltip__item {
  top: 50%;
  right: calc(100% + 1em);
  transform: translate3d(15px, -50%, 0);
}

.tooltip[data-direction="left"] .tooltip__item:after {
  top: 50%;
  right: -0.5em;
  transform: translate3d(0, -50%, 0);
  border-width: 0.5em 0 0.5em 0.5em;
  border-color: transparent transparent transparent white;
  /*-webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
  filter: drop-shadow(1px 2px 1px #bcbcbc);*/
}

.tooltip[data-direction="bottom"] .tooltip__initiator:hover~.tooltip__item {
  transform: translate3d(-50%, 0, 0);
  visibility: visible;
  opacity: 1;
}

.tooltip[data-direction="bottom"] .tooltip__item {
  top: calc(100% + 1em);
  left: 50%;
  transform: translate3d(-50%, -15px, 0);
}

.tooltip[data-direction="bottom"] .tooltip__item:after {
  top: -0.5em;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  border-width: 0 0.5em 0.5em 0.5em;
  border-color: transparent transparent white transparent;
  -webkit-filter: drop-shadow(1px 2px 1px #bcbcbc);
  filter: drop-shadow(1px -1px 1px #bcbcbc);
}

@media (max-width: 767px) {
  .tooltip__item {
    min-width: 200px;
  }
}

.tooltip.black .tooltip__item {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border: none;
}

.tooltip.black .tooltip__item:after {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
}

.tooltip.black .help-icon {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

/*------- tooltip css end here------*/
/*------- bg help icon css start here------*/
.bghelp-icon {
  display: inline-block;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  font-size: 21px;
  line-height: 15px;
  color: #333;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -15px;

}

.bgtooltip {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 15px;
  min-height: 54px;
  max-width: 400px;
  position: relative;
}

.bgtooltip .bgtooltip__item {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border: none;
  color: #fff;
  width: calc(100% - 60px);
}

.bgtooltip .bgtooltip__item:after {
  display: none;
}

.bgtooltip__initiator {
  text-align: left;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
}

/*------- bg help icon css end here------*/

/*------ twitter logo X -----*/
.cl19social-mediaSlide-list .cl19social-mediaSlide--image i.fa-twitter:before {
  opacity: 0;
}

.cl19social-mediaSlide-list .cl19social-mediaSlide--image i.fa-twitter {
  position: relative;
}

.cl19social-mediaSlide-list .cl19social-mediaSlide--image i.fa-twitter:after {
  content: "";
  background: #000000;
  -webkit-mask-image: url('../images/x-icon.svg');
  mask-image: url('../images/x-icon.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  inset: 0;
}

/*.cl2019social-media-bottom ul li i.fa-twitter:after {
  background: #ffffff;
}*/

.cl19social-mediaSlide-list .cl19social-mediaSlide--image i.fa-twitter:after {
  background: #39aaf0;
}

.w-auto {
  width: auto !important;
}

.gap-5x {
  gap: 5px !important;
}

/*------ twitter logo X -----*/

/*------ student-affairs-general-tab -----*/

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

.gallery-wrap {
  padding: 143px 0;
  margin: 0;
}

.gallery-wrap .col3 .card {
  border: none;
  overflow: hidden;
  min-height: 450px;
}

.gallery-wrap .dieBlock5--image img {
  border-radius: 0 !important;
}

.gallery-wrap .dieBlock5__block__list {
  border-radius: 0 !important;
}

.gallery-wrap .col3 .card img {
  transition: transform 0.3s ease-in-out;
}

.gallery-wrap .col3 .card:hover img {
  transform: scale(1.1);
}

.gallery-wrap .col3 .card:hover {
  background-color: #1E1656;
}

.gallery-wrap .col3 .card:hover .dieBlock5--header span {
  color: #fff !important;
}

.gallery-wrap .col3 .card:hover .dieBlock5--footer {
  color: #fff;
}

.gallery-wrap .col3 .card .dieBlock5--footer {
  padding-top: 12px !important;
  max-height: 7.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* media queries for the gallery cards */
@media (min-width: 1920px) {
  .gallery-wrap .col3 .card {
    min-height: 483px;
  }
}

@media (min-width: 1700px) and (max-width: 1919px) {
  .gallery-wrap .col3 .card {
    min-height: 450px;
  }
}

@media (min-width: 1440px) and (max-width: 1699px) {
  .gallery-wrap .col3 .card {
    min-height: 420px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .gallery-wrap .col3 .card {
    min-height: 390px;
  }
}

@media(max-width: 1199px) {
  .gallery-wrap .col3 .card {
    min-height: 350px !important;
  }

  .gallery-wrap {
    padding: 120px 0;
  }
}

@media (max-width: 768px) {
  .gallery-wrap .col3 .card {
    width: 100%;
  }
}

/*------ student-affairs-general-tab -----*/

.cpp-exec {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 768px) {
  .cpp-exec {
    margin-top: 0rem !important;
    /* Adjust the value as needed */
  }
}

/*------ Hbku Library css start here -----*/

@media (max-width: 767px) {
  .custom--menu .menuTab-toggle {
    padding-bottom: 0;
  }

  .session--lg-btn {
    display: none;
  }

  .session--sm-btn {
    display: inline-block !important;
  }

  .custom--menu .bg-info-light {
    background-color: #27a6de !important;
  }

  .maker-majlis--info-logo {
    display: flex;
    justify-content: center;
  }

  .services-library-row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.session--sm-btn{
  display: none;
}

.card-list .l-icon:hover {
  fill: #27a6de !important;
}

.node-type-hbku-library-2020 .slide-menu.menuIcon li ul li,
.node-type-qc2 .slide-menu.menuIcon li ul li {
  width: 50% !important;
}


.node-type-hbku-library-2020 .btn-apply,
.node-type-qc2 .btn-apply {
  margin-left: 30px !important;
}

/*------ Hbku Library css end here -----*/

/*------ qc2 css start here -----*/

.openSans .excellence-tabmenu .nav-tabs .nav-link.active {
  font-weight: normal;
}

.qc2--latest--news .dieBlock3__up .dieBlock3__block__list {
  border-color: #E0DEDD;
  margin: 0px;
}

.qc2--latest--news .dieBlock3__block {
  justify-content: space-between !important;
  gap: 15px !important;
}

.qc2--latest--news .dieBlock3__up .dieBlock3__block__list:hover {
  border-color: #0088ce;
}

.qc2--latest--news .dieBlock3__up .dieBlock3__block__list .dieBlock3--footer {
  padding-top: 12px !important;
  max-height: 7.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qc2--latest--news .view--all a {
  padding: 15px 68px;
}

.work--apply--now {
  display: flex;
  align-items: center;
}

.qc2-row-partner {
  justify-content: space-between;
  display: flex;
  gap: 20px;
  align-items: center;
  /* flex-wrap: wrap; */
  row-gap: 50px;
}

@media screen and (min-width: 1200px) {
  .qc2--latest--news .dieBlock3__up .dieBlock3__block__list {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .custom--menu .menuTab-toggle {
    padding-bottom: 0;
  }

  .custom--menu .bg-info-light {
    background-color: #27a6de !important;
  }

  .work--apply--now {
    flex-direction: column;
    text-align: center;
  }

  .work--content {
    padding: 0 30px;
  }

  .our--partners {
    padding: 20px 50px 20px 0;
  }
}

.menu-tab .nav-tabs {
  margin: 0;
}

.our--partners {
  overflow: hidden;
}

/*------ qc2 css end here -----*/

.node-type-qc2 .mb-4 {
  margin-bottom: 40px;
}

.node-type-qc2 .py-0 {
  padding-block: 0 !important;
}

.node-type-qc2 .pt-0 {
  padding-top: 0 !important;
}

.node-type-qc2 .pb-0 {
  padding-bottom: 0 !important;
}

@media (max-width: 991px) {
  .qc2-row-partner {
    flex-direction: column;
    gap: 40px;
  }
}

.node-type-qc2 .dieBlock3__up .dieBlock3__content-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.node-type-qc2 .spotlight__title h1 {
  font-size: 36px;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 60px;
}

.node-type-qc2 .spotlight_video .spotlight__title l-btn {

  font-family: 'Open Sans', sans-serif;

}

.node-type-qc2 .l-btn--darkblue {
  border-color: #1e1656;
  background: #1e1656;
  position: relative;
  vertical-align: middle;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-family: "robotoregular";
  font-size: 0.9333333333rem;
  letter-spacing: 2px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.8s;
}



@media (min-width: 992px) {
  .node-type-qc2 .our--partners img {
    aspect-ratio: 3/1;
    object-fit: contain;
  }
}


.node-type-qc2 .l-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0);
  color: #27a6de;
  background: rgba(255, 255, 255, 0);
}

#qc2_myVideoPlay::-webkit-media-controls-play-button {
  display: none;
}

.node-type-qc2 .dieBlock3__up .dieBlock3--image img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.node-type-hbku-library-2020 .l-article li {
  font-family: "robotoregular";
}

.qc2-wrapper h3 {
  background: #74BBE5;
  color: #fff;
  padding: 20px;
  font-family: "robotomedium";
  text-transform: uppercase;
  font-size: 17px;
}

/* .qc2-aside .views-submit-button {
  display: none;
} */

.group-Leadership::after, .group-Master’s.Students::after,.group-PhD.Students::after, .Students.group-PhD.Students::after,.group-Adjunct.Professors::after,.group-Scientific.Advisory.Committee::after,.group-Previous.Members::after, .clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.node-type-qc2 .dieBlock3__up .dieBlock3--image img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

 #views-exposed-form-qc-2-views-qc2-people .generic-exposed-filter .views-submit-button {
  display: none!important;

}


#views-exposed-form-qc-2-views-qc2-people #edit-field-qc2-staff-category-tid label {
  color: #3D6389;
  vertical-align: top;
  padding-bottom: 10px;

}

#edit-field-qc2-staff-category-tid input[type="radio"]+label {
  color: #3D6389;
  vertical-align: top;
  padding-bottom: 10px;
}

#edit-field-qc2-staff-category-tid > div:nth-child(1) > label {
  color: #3D6389;
  vertical-align: top;
  padding-bottom: 10px;
}


.view-display-id-qc2_people input[type="radio"]+label {
  color: #3D6389 !important;
  vertical-align: top!important;
  padding-bottom: 10px!important;
}

.node-type-qc2 .mez.card-list .group-Leadership h3 + li ,
.node-type-qc2 .mez.card-list .group-Master’s.Students h3 + li ,
.node-type-qc2 .mez.card-list .group-PhD.Students h3 + li ,
.node-type-qc2 .mez.card-list .Adjunct.Professors h3 + li ,
.node-type-qc2 .mez.card-list .group-Scientific.Advisory.Committee h3 + li ,
.node-type-qc2 .mez.card-list .group-Postdoc h3 + li ,
.node-type-qc2 .mez.card-list .group-Scientist h3 + li ,
.node-type-qc2 .mez.card-list .group-Senior.Scientist h3 + li ,
.node-type-qc2 .mez.card-list .group-Previous.Members h3 + li {
  padding-left: 0!important;
}


.node-type-qc2 .mez.card-list .group-Leadership li,
.node-type-qc2 .mez.card-list .group-Master’s.Students li,
.node-type-qc2 .mez.card-list .group-PhD.Students li,
.node-type-qc2 .mez.card-list .Adjunct.Professors li,
.node-type-qc2 .mez.card-list .group-Scientific.Advisory.Committee li,
.node-type-qc2 .mez.card-list .group-Postdoc  li ,
.node-type-qc2 .mez.card-list .group-Scientist li ,
.node-type-qc2 .mez.card-list .group-Senior.Scientist li ,
.node-type-qc2 .mez.card-list .group-Previous.Members li {
  padding-top: 20px!important;
  margin-bottom: 35px!important;
}

.node-type-qc2 .qc2-body p {
  color: #333;
  font-family: "robotoregular";
  font-size: 1.0666666667rem;
  line-height: 1.625rem;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.node-type-qc2  .group-Adjunct.Professors li {
  padding-top: 20px!important;
  margin-bottom: 35px!important;
}


.node-type-qc2 .publication-item {
  display: flex; /* Use flexbox to make counter and summary inline */
  align-items: flex-start; /* Align items to the start */
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 23px;
}

.node-type-qc2 .counter {
  margin-right: 5px;
}

.node-type-qc2 .publication-summary {
  flex-grow: 1; /* Allow summary to expand to fill remaining space */
}


.node-type-qc2 .publication-summary p {
  color: #333;
  font-family: "robotoregular";
  font-size: 1.0666666667rem;
  line-height: 1.625rem;
  margin: 0px 5px 25px;
}


.node-type-qc2 .mez.card-list ul {
  display: flex;
  flex-wrap: wrap;
}

.node-type-qc2 .mez.card-list li {
  max-width: 25%;
  min-width: 25%;
  width: 25%;
  float: none;
}

@media (max-width: 1200px) {
  .node-type-qc2 .mez.card-list li {
    max-width: 33.33%;
    min-width: 33.33%;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .node-type-qc2 .mez.card-list li {
    max-width: 50%;
    min-width: 50%;
    width: 50%;
  }
}

@media (max-width: 540px) {
  .node-type-qc2 .mez.card-list li {
    max-width: 90%;
    min-width: 90%;
    width: 90%;
  }
}
 



.mez.staffs .tab-content {  
  padding-top: 0;
}

.mez.staffs .mez.faculty .l-accordion .l-accordion__content {
  padding: 0 0 20px;
}

.mez.staffs .mez.card-list {
  padding-inline: 1px;
}

.hero {
  position: relative;
  width: 100%;
  background: url(https://www.hbku.edu.qa/sites/default/files/graduation_banner_1920_1024.png);
  background-size: 100%;
  height: calc(100vh - 160px);
  background-position: top;
  background-repeat: no-repeat;
  /* background-color: #1E1656; */
  height: 0;
  padding-top: 52.5%;
}

.hero-content {
  width: 60%;
  position: absolute; /* Position the content within the hero section */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust to center */
  color: white; /* Text color for contrast */
  text-align: center; /* Center text alignment */
}

.home-counter{
  font-size: 120px;
  line-height: 180px;
}

.grad-heading {
  padding-top: -8px;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-graduation{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.grad-live-link{
  width: 100%;
}


.grad-live-link .l-btn {
  position: relative;
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    font-family: "robotoregular";
    font-size: 0.9333333333rem;
    letter-spacing: 2px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.8s;
    font-size: 15px;
    font-weight: 100;
}
/* responsiveness of graduation banner */
@media (max-width: 1792px) {
 .grad-heading{
  font-size: 40px;
 }
 .home-counter{
    font-size: 110px;
    line-height: 160px;
  }
  .clockwrapper .smalltext{
    font-size: 24px !important;
  }
}
@media (max-width: 1680px) {
 .grad-heading{
  font-size: 34px;
 }
 .home-counter{
    font-size: 100px;
    line-height: 155px;
  }
  .clockwrapper .smalltext{
    font-size: 22px !important;
  }
}
/* @media (max-width: 1450px) {
  .hero {
    background-position: center;
  }
} */
@media (max-width: 1440px) {
 .grad-heading{
  font-size: 30px;
 }
 .home-counter{
    font-size: 94px;
    line-height: 150px;
  }
  .clockwrapper .smalltext{
    font-size: 20px !important;
  }
}
@media (max-width: 1280px) {
 .grad-heading{
  font-size: 24px;
 }
 .home-counter{
    font-size: 84px;
    line-height: 140px;
  }
  .clockwrapper .smalltext{
    font-size: 18px !important;
  }
}
@media (max-width: 1024px) {
 .grad-heading{
  font-size: 22px;
 }
 .home-counter{
    font-size: 78px;
    line-height: 130px;
  }
  .clockwrapper .smalltext{
    font-size: 16px !important;
  }
}
@media (max-width: 992px) {
 .grad-heading{
  font-size: 18px;
 }
 .home-counter{
    font-size: 64px;
    line-height: 115px;
  }
  .clockwrapper .smalltext{
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .hero {
    background: url(https://www.hbku.edu.qa/sites/default/files/graduation-768px.png);
    background-repeat: no-repeat;
    background-size: auto;
    height: calc(100vh - 100px);
    background-position: bottom;
    background-color: #1E1656;
    padding-top: 0;
  }
 .grad-heading{
  font-size: 14px;
 }
 .home-counter{
    font-size: 46px;
    line-height: 90px;
  }
  .clockwrapper .smalltext{
    font-size: 12px !important;
  }
}
@media (max-width: 576px) {
 .grad-heading{
  font-size: 14px;
 }
 .home-counter{
    font-size: 34px;
    line-height: 70px;
  }
  .clockwrapper .smalltext{
    font-size: 12px !important;
  }
.clockwrapper > div{
  padding: 0 !important;
}
}

.mez.home-social .home-social__header {
  padding-bottom: 20px;
}

/* temprary hiding button */
.mez.header .btn-apply {
  display: none;
}

/* news caption */
.node-type-news figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 1em 0;
  font-style: italic;
  text-align: center;
  width: min-content;
  min-width: 100%;
}

body.node-type-academic-event .l-article table.l-table--article td img{
  object-fit: contain;
}