/* Add your CSS @import rules after this line */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
body {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Open Sans', serif;
  font-weight: 400;
  color: #5e5e5e;
}
.container1 {
  margin: 0px auto;
  max-width: 1170px;
}
.container2 {
  margin: 0px auto;
  max-width: 1350px;
}
.no-padding {
  padding: 0;
}
.main-content {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 73vh;
}
body.home .main-content {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: auto;
}
ul.breadcrumb {
  background: none;
  padding: 0;
}
ul.breadcrumb a {
  color: #002b7c;
}
span.divider img {
  display: none;
}
span.divider::after {
  content: '>';
  color: #000;
  diplay: block;
  opacity: 1;
  margin-right: 5px;
}
.font-13 {
  font-size: 13px;
  line-height: 20px;
}
.font-14 {
  font-size: 14px;
  line-height: 20px;
}
.font-15 {
  font-size: 15px;
  line-height: 20px;
}
.font-18 {
  font-size: 18px;
  line-height: 24px;
}
.font-21 {
  font-size: 21px;
  line-height: 24px;
}
.font-30 {
  font-size: 30px;
  line-height: 34px;
}
.font-36 {
  font-size: 36px;
  line-height: 46px;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.dropdown-menu {
  margin: 0;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}
.main-navigation {
  background: #026191;
  background: radial-gradient(circle,#026191 0%,#002b7c 100%);
  top: 0;
  position: sticky;
  z-index: 16;
}
.main-navigation .navbar-toggler-icon {
  color: #fff;
}
.main-navigation .navbar {
  padding: 0;
}
.main-navigation .navbar .nav-link {
  padding-bottom: 19px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 4px solid transparent;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.main-navigation .navbar .nav-link:hover {
  border-top: 4px solid #fff;
}
.main-navigation .navbar .nav-item .dropdown-menu {
  background: #01508a;
  border-radius: 0;
  border: 0;
}
.main-navigation .navbar .nav-item .dropdown-menu a {
  color: #fff;
}
.main-navigation .navbar .nav-item .dropdown-menu .dropdown-item:focus,
.main-navigation .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  text-decoration: none;
  background-color: transparent;
}
.main-navigation .navbar .nav-item.active > .nav-link {
  border-top: 4px solid #fff;
}
.main-navigation .navbar .navbar-nav ul {
  padding: 0;
}
.main-navigation .navbar .navbar-nav ul .nav-link {
  padding-bottom: 14px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 0px solid transparent;
}
.main-navigation .navbar .navbar-nav ul .nav-link:hover {
  border-top: 0px solid #fff;
}
.main-navigation .navbar .navbar-nav ul .nav-item.active .nav-link {
  border-top: 0px solid #fff !important;
}
.main-navigation .navbar .navbar-nav ul ul {
  left: 100%;
  top: 0;
}
.main-navigation .navbar-brand {
  padding: 11px 0;
}
.main-navigation .language-nav .nav-link {
  font-weight: 400;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-navigation button:focus {
  outline: 0;
}
@media only screen and (max-width: 991px) {
  .main-navigation .navbar .nav-link {
    padding-bottom: 12px;
    padding-top: 8px;
  }
  .main-navigation .navbar .navbar-nav ul .nav-link {
    padding-bottom: 12px;
    padding-top: 8px;
  }
  .main-navigation .navbar .nav-item .dropdown-menu {
    background: transparent;
  }
  .main-navigation .navbar .nav-item.active > .nav-link {
    border-top: 4px solid transparent !important;
  }
  .main-navigation .navbar .navbar-nav ul {
    display: block;
    padding-left: 20px !important;
  }
}
#full-width-slider .carousel-item {
  position: relative;
}
#full-width-slider .slider_bgimage {
  position: relative;
  display: inline-block;
}
#full-width-slider .slider_frontimage {
  right: 5%;
  bottom: 0;
  position: absolute;
  display: inline-block;
}
#full-width-slider .slider_text_container {
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  position: absolute;
  display: inline-block;
  max-width: 360px;
  max-height: 360px;
}
#full-width-slider .slider_text_container::before {
  display: block;
  content: '';
  width: 420px;
  height: 420px;
  background-color: rgba(0,43,95,0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#full-width-slider .slider_text_container--inner {
  position: relative;
  padding: 50px 29px;
}
#full-width-slider .slider_textimage {
  max-width: 100%;
}
#full-width-slider .slider_title {
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
#full-width-slider .slider_description {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
#full-width-slider .slider_link_btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffce03;
  color: #015b8f;
  text-decoration: none;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  #full-width-slider .slider_title {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  #full-width-slider .slider_description {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  #full-width-slider .slider_link_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px;
  }
  #full-width-slider .slider_bgimage {
    z-index: -2;
  }
  #full-width-slider .slider_frontimage {
    z-index: 1;
    right: 0;
    max-width: 40%;
  }
  #full-width-slider .slider_text_container--inner {
    position: relative;
    padding: 25px 35px 15px;
  }
  #full-width-slider .slider_text_container {
    left: 5%;
    top: auto;
    bottom: 50px;
    transform: none;
    max-width: 320px;
    max-height: 320px;
  }
  #full-width-slider .slider_text_container::before {
    width: 320px;
    height: 320px;
    top: 50%;
    left: 50%;
  }
}
#full-width-slider .carousel-control-prev {
  left: 5px;
  width: 5%;
}
#full-width-slider .carousel-control-next {
  right: 5px;
  width: 5%;
}
#full-width-slider .carousel-control-prev img,
#full-width-slider .carousel-control-next img {
  max-width: 100%;
}
#full-width-slider .carousel-indicators li {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  transition: 0.2s width ease-in-out;
  cursor: pointer;
}
#full-width-slider .carousel-indicators li:after {
  display: block;
  width: 100%;
  height: 10px;
  background-color: #7c92b9;
  content: '';
  border-radius: 10px;
  transition: 0.2s width ease-in-out;
  cursor: pointer;
}
#full-width-slider .carousel-indicators li.active {
  border-radius: 10px;
  width: 30px;
  height: 10px;
}
#full-width-slider .carousel-indicators li.active:after {
  display: block;
  width: 100%;
  height: 10px;
  background-color: #00ffed;
  content: '';
  border-radius: 10px;
  transition: 0.2s width ease-in-out;
  cursor: pointer;
}
#full-width-slider .carousel-indicators {
  right: 0;
  bottom: -15px;
}
.hp-welcome {
  background: #026191;
  background: radial-gradient(circle at 30% -110%,#026191 20%,#002b7c 50%);
  color: #fff;
}
.hp-welcome .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/logo-watermark.png');
  background-repeat: no-repeat;
  background-position: right top;
}
.hp-welcome h3 {
  font-size: 30px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.hp-welcome p {
  max-width: 750px;
  font-size: 15px;
  line-height: 19px;
}
.hp-categories h2 {
  font-weight: 600;
  text-align: center;
  font-size: 21px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hp-categories__category {
  height: 480px;
  position: relative;
  background-size: cover;
  margin-bottom: 30px;
}
.hp-categories__category--half {
  height: 225px;
}
.hp-categories__category_title {
  position: absolute;
  border: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.hp-categories__category_title a {
  padding: 15px 5px 10px 15px;
  color: #002b7c;
  font-weight: 600;
  display: block;
}
.hp-categories__subcategories {
  margin-top: 10px;
}
.hp-categories__subcategories a {
  color: #038eda;
  font-weight: 400;
  padding: 0px 5px 0px 15px;
}
.footer {
  padding: 20px 0;
  font-size: 14px;
  line-height: 18px;
  background-color: #f5f7fa;
}
.footer .dotted-border {
  border-bottom: 1px dotted #878889;
  margin-bottom: 15px;
}
.footer .navbar-nav {
  display: block;
}
.footer .navbar-nav .nav-item {
  display: inline-block;
}
.footer .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 10px;
  color: #002b5f;
}
.footer .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0px;
}
.footer .footer-social a {
  color: #002b5f;
  display: inline-block;
  padding: 10px;
}
.footer .footer-terms {
  opacity: 0.5;
  font-size: 12px;
  line-height: 14px;
}
.sidebar h3 {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
}
.sidebar .categories-module {
  padding: 0;
  margin: 0;
}
.sidebar .categories-module li {
  list-style-type: none;
}
.sidebar .categories-module li h4 {
  border-bottom: 1px solid #e7e6e6;
  margin: 0;
}
.sidebar .categories-module li h4 a {
  color: #002b7c;
  font-size: 14px;
  line-height: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.sidebar .moduletable {
  margin-bottom: 30px;
}
.contact-sidebar h3 {
  color: #002b7c;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 15px;
}
.contact-sidebar h3:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 100px;
  height: 2px;
  background-color: #f5f5f5;
  margin-top: 20px;
}
.contact-sidebar strong {
  font-size: 16px;
  line-height: 20px;
}
.rsform-block-header {
  margin-bottom: 30px;
}
.rsform-block-header h2 {
  color: #002b7c;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
.rsform-block-header p {
  color: #747474;
  font-size: 14px;
  line-height: 16px;
}
.rsform-block .form-control {
  border-radius: 0;
  font-size: 14px;
  line-height: 16px;
}
.rsform-block textarea {
  min-height: 180px;
}
.rsform-block-submit {
  text-align: right;
}
.rsform-block button {
  padding: 10px 20px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
  line-height: 16px;
  background: #026191;
  background: radial-gradient(circle,#026191 0%,#002b7c 100%);
}
.article-image {
  margin-bottom: 20px;
  text-align: center;
}
.article-title h1 {
  color: #002b7c;
  font-size: 30px;
  line-height: 35px;
}
.article-text cite {
  padding: 30px;
  background-color: #f5f5f5;
  display: block;
  border-left: 3px solid #002b7c;
}
.article-share {
  background-color: #f5f5f5;
  padding: 25px;
  text-align: center;
}
.article-share p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.article-share a {
  color: #002b7c;
  font-size: 16px;
  line-height: 16px;
  width: 50px;
  display: inline-block;
  margin-top: 10px;
}
.article-share a:hover {
  color: #025b8f;
}
.category-container {
  margin-bottom: 30px;
  height: calc(100% - 30px);
  border: 1px solid #ebe9ea;
}
.category-image-container {
  position: relative;
}
.category-title {
  color: #002b7c;
  position: relative;
  bottom: 0;
  right: 0;
  background-color: #fff;
  max-width: 100%;
  font-size: 30px;
  line-height: 32px;
  padding: 20px;
}
.category-title a {
  color: #002b7c;
  text-decoration: none;
}
.category-title--article {
  font-size: 18px;
  line-height: 21px;
}
.category-description {
  padding: 20px;
}
.category-description a {
  color: #002b7c;
  text-decoration: none;
}
.category-description p.readmore {
  margin: 0;
}
.category-description p.readmore a {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.table.table-bordered {
  text-align: center;
}
