@font-face {
  font-family: 'FontAwesome';
  src: url('../css/fonts/fontawesome-webfont.woff2') format('woff2'),
    url('../css/fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* General Reset */
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  color: #000;
  font: 16px/1.4125 'Montserrat', sans-serif;
  background: #fff;
  overflow-x: hidden;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
img.img-responsive {
  display: inline-block;
  max-width: 100%;
}
input,
textarea,
select {
  color: #000;
  vertical-align: middle;
  font: 100% 'Montserrat', sans-serif;
}
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner {
  border: none;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: none;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
blockquote,
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:hover {
  color: #3779a0;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* General settings */
.bg-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bg-img img,
.open-menu {
  display: none;
}
.ccm-edit-mode .bg-img img {
  display: block;
}
.bg-color01 {
  background: rgba(223, 223, 224, 0.9);
}
.tabs .nav-tabs li.active > a,
.head {
  display: inline-block;
  vertical-align: top;
  padding: 11px 24px;
  text-align: center;
  font: 700 17px/1.176470588235294 'Montserrat', sans-serif;
  color: #fff;
  background: rgba(0, 121, 196, 1);
  border-radius: 2px;
}
.ccm-page .btn-primary {
  display: inline-block;
  vertical-align: top;
  background: url(/application/files/6115/3804/1925/bg-border.png) 50% 50%
    no-repeat;
  color: #0087b9;
  font: 400 14px/1.642857142857143 'Montserrat', sans-serif;
  padding: 13px 12px;
  text-align: center;
  min-width: 278px;
  border-radius: 20px;
  position: relative;
}
.ccm-page .btn-primary:hover,
.ccm-page .btn-primary:active,
.ccm-page .btn-primary:focus {
  text-decoration: none;
  color: #58b41c;
  background-color: transparent;
}
.ccm-page .btn-primary .fa {
  margin-left: 6px;
  color: #58b41c;
  font-size: inherit;
}

*.menu-opened {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
body.menu-opened {
  -webkit-filter: none;
  filter: none;
}

/*header*/
#header {
  margin-bottom: 40px;
}
#header:after {
  content: '';
  clear: both;
  display: block;
}
#header .navbar-brand {
  width: 153px;
  height: auto;
  padding: 0;
}
#header .navbar-brand img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#header .fa {
  font-size: 13px;
  line-height: 1;
  color: #4f5357;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header .log-in {
  color: #1b3c6f;
  border-right: 1px solid #93979b;
}
#header .fa:hover {
  color: #000;
}
#header .log-in .fa {
  margin-left: 6px;
  color: #1b3c6f;
}
#header ul {
  margin: 0 -8px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  position: relative;
  text-align: center;
}
#header li {
  display: inline-block;
  vertical-align: top;
  color: #656565;
  font-size: 12px;
  line-height: 1.583333333333333;
  padding: 16px 8px;
}
#header #main-nav > ul > li:hover,
#header #main-nav ul > li.opened {
  border-radius: 3px;
  background: #f9f9f9;
}
#header li.has-drop:after {
  display: inline-block;
  vertical-align: top;
  font-family: 'FontAwesome';
  content: '\f107';
  color: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#header li a {
  text-decoration: none;
  color: inherit;
}
#header .top a:hover {
  color: #000;
}
#header .top .bg-color01 {
  margin-left: -14px;
  margin-right: -14px;
}
#header .top .bg-color01 li {
  padding-left: 14px;
  padding-right: 14px;
}
#header .top .bg-color01:after {
  content: '';
  background: rgba(223, 223, 224, 0.9);
  width: 99999px;
  height: 100%;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
}
#header .top > .container,
#header .bottom > .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .top > .container:before,
#header .bottom > .container:before,
#header .top > .container:after,
#header .bottom > .container:after {
  content: none;
}
#header .top {
  background: #f0f0f0;
  overflow: hidden;
}
#header .bottom {
  background: #fff;
  padding: 18px 0;
  position: relative;
}
#header .bottom:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: rgb(12, 129, 173);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(12, 129, 173, 1)),
    color-stop(18%, rgba(24, 137, 151, 1)),
    color-stop(20%, rgba(25, 138, 146, 1)),
    color-stop(24%, rgba(30, 140, 141, 1)),
    color-stop(24%, rgba(28, 141, 139, 1)),
    color-stop(25%, rgba(31, 141, 140, 1)),
    color-stop(27%, rgba(33, 142, 136, 1)),
    color-stop(31%, rgba(33, 143, 130, 1)),
    color-stop(31%, rgba(36, 144, 131, 1)),
    color-stop(31%, rgba(35, 143, 128, 1)),
    color-stop(32%, rgba(37, 145, 129, 1)),
    color-stop(34%, rgba(38, 146, 123, 1)),
    color-stop(38%, rgba(41, 148, 120, 1)),
    color-stop(38%, rgba(40, 147, 117, 1)),
    color-stop(42%, rgba(45, 151, 113, 1)),
    color-stop(42%, rgba(44, 150, 110, 1)),
    color-stop(45%, rgba(47, 153, 107, 1)),
    color-stop(46%, rgba(46, 152, 104, 1)),
    color-stop(46%, rgba(47, 153, 107, 1)),
    color-stop(47%, rgba(49, 153, 102, 1)),
    color-stop(53%, rgba(53, 157, 96, 1)),
    color-stop(53%, rgba(55, 157, 92, 1)),
    color-stop(55%, rgba(56, 158, 92, 1)),
    color-stop(55%, rgba(55, 158, 89, 1)),
    color-stop(57%, rgba(58, 159, 89, 1)),
    color-stop(57%, rgba(57, 159, 86, 1)),
    color-stop(59%, rgba(58, 160, 86, 1)),
    color-stop(62%, rgba(60, 162, 78, 1)),
    color-stop(62%, rgba(63, 162, 79, 1)),
    color-stop(63%, rgba(61, 163, 79, 1)),
    color-stop(64%, rgba(63, 163, 75, 1)),
    color-stop(72%, rgba(70, 168, 65, 1)),
    color-stop(73%, rgba(71, 168, 63, 1)),
    color-stop(73%, rgba(70, 167, 60, 1)),
    color-stop(73%, rgba(71, 168, 63, 1)),
    color-stop(75%, rgba(71, 169, 58, 1)),
    color-stop(78%, rgba(76, 171, 55, 1)),
    color-stop(79%, rgba(76, 171, 51, 1)),
    color-stop(80%, rgba(77, 172, 52, 1)),
    color-stop(80%, rgba(76, 172, 49, 1)),
    color-stop(83%, rgba(78, 174, 48, 1)),
    color-stop(86%, rgba(82, 175, 42, 1)),
    color-stop(87%, rgba(80, 176, 42, 1)),
    color-stop(87%, rgba(82, 176, 40, 1)),
    color-stop(89%, rgba(84, 176, 39, 1)),
    color-stop(89%, rgba(83, 176, 36, 1)),
    color-stop(92%, rgba(85, 178, 35, 1)),
    color-stop(93%, rgba(86, 178, 31, 1)),
    color-stop(95%, rgba(87, 179, 32, 1)),
    color-stop(95%, rgba(86, 179, 29, 1)),
    color-stop(97%, rgba(87, 180, 27, 1)),
    color-stop(97%, rgba(90, 181, 28, 1)),
    color-stop(98%, rgba(88, 182, 26, 1)),
    to(rgba(90, 182, 23, 1))
  );
  background: linear-gradient(
    to right,
    rgba(12, 129, 173, 1) 0%,
    rgba(24, 137, 151, 1) 18%,
    rgba(25, 138, 146, 1) 20%,
    rgba(30, 140, 141, 1) 24%,
    rgba(28, 141, 139, 1) 24%,
    rgba(31, 141, 140, 1) 25%,
    rgba(33, 142, 136, 1) 27%,
    rgba(33, 143, 130, 1) 31%,
    rgba(36, 144, 131, 1) 31%,
    rgba(35, 143, 128, 1) 31%,
    rgba(37, 145, 129, 1) 32%,
    rgba(38, 146, 123, 1) 34%,
    rgba(41, 148, 120, 1) 38%,
    rgba(40, 147, 117, 1) 38%,
    rgba(45, 151, 113, 1) 42%,
    rgba(44, 150, 110, 1) 42%,
    rgba(47, 153, 107, 1) 45%,
    rgba(46, 152, 104, 1) 46%,
    rgba(47, 153, 107, 1) 46%,
    rgba(49, 153, 102, 1) 47%,
    rgba(53, 157, 96, 1) 53%,
    rgba(55, 157, 92, 1) 53%,
    rgba(56, 158, 92, 1) 55%,
    rgba(55, 158, 89, 1) 55%,
    rgba(58, 159, 89, 1) 57%,
    rgba(57, 159, 86, 1) 57%,
    rgba(58, 160, 86, 1) 59%,
    rgba(60, 162, 78, 1) 62%,
    rgba(63, 162, 79, 1) 62%,
    rgba(61, 163, 79, 1) 63%,
    rgba(63, 163, 75, 1) 64%,
    rgba(70, 168, 65, 1) 72%,
    rgba(71, 168, 63, 1) 73%,
    rgba(70, 167, 60, 1) 73%,
    rgba(71, 168, 63, 1) 73%,
    rgba(71, 169, 58, 1) 75%,
    rgba(76, 171, 55, 1) 78%,
    rgba(76, 171, 51, 1) 79%,
    rgba(77, 172, 52, 1) 80%,
    rgba(76, 172, 49, 1) 80%,
    rgba(78, 174, 48, 1) 83%,
    rgba(82, 175, 42, 1) 86%,
    rgba(80, 176, 42, 1) 87%,
    rgba(82, 176, 40, 1) 87%,
    rgba(84, 176, 39, 1) 89%,
    rgba(83, 176, 36, 1) 89%,
    rgba(85, 178, 35, 1) 92%,
    rgba(86, 178, 31, 1) 93%,
    rgba(87, 179, 32, 1) 95%,
    rgba(86, 179, 29, 1) 95%,
    rgba(87, 180, 27, 1) 97%,
    rgba(90, 181, 28, 1) 97%,
    rgba(88, 182, 26, 1) 98%,
    rgba(90, 182, 23, 1) 100%
  );
}
#header .bottom li {
  font: 600 13px/1 'Montserrat', sans-serif;
  color: #1b3c6f;
}
#header .bottom .fa {
  font-size: 14px;
  line-height: 1;
  color: #1b3c6f;
}
#header .bottom .input-group {
  position: relative;
}
#header .bottom input[type='search'] {
  color: #1b3c6f;
  font: 600 13px/1.538461538461538 'Montserrat', sans-serif;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 17px;
  width: 221px;
  padding: 10px 35px 10px 23px;
  height: 40px;
}
#header .bottom input[type='search']::-webkit-input-placeholder {
  color: #1b3c6f;
  opacity: 1;
}
#header .bottom input[type='search']::-moz-placeholder {
  color: #1b3c6f;
  opacity: 1;
}
#header .bottom input[type='search']:-ms-input-placeholder {
  color: #1b3c6f;
  opacity: 1;
}
#header .bottom input[type='search']:-moz-placeholder {
  color: #1b3c6f;
  opacity: 1;
}
#header .bottom .input-group:after {
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 1;
  color: #1b3c6f;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
#header ul .has-drop {
  position: relative;
}
#header ul .has-drop ul {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  right: 100%;
  width: auto;
  z-index: 15;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 16px rgba(152, 176, 223, 0.4);
  box-shadow: 2px 2px 16px rgba(152, 176, 223, 0.4);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header ul .has-drop ul li {
  display: block;
  /*padding-bottom: 10px;*/
  padding: 16px 8px;
  border-bottom: 1px solid #ececec;
}
#header li.has-drop ul li:hover {
  background: #ececec;
}
#header ul .has-drop ul li:last-child {
  border-bottom: 0px solid #fff;
}
#header ul .has-drop ul li a:hover {
  color: #0d81ab;
}
#header ul > .has-drop > ul {
  top: calc(100% - 5px);
  left: 8px;
}
#header ul > .has-drop:hover > ul {
  top: 100%;
}
#header ul > .has-drop > ul > .has-drop > ul {
  left: calc(100% - 7px);
  top: -1px;
}
#header ul > .has-drop > ul > .has-drop:hover > ul {
  left: calc(100% + 9px);
}
#header ul .has-drop:hover > ul {
  visibility: visible;
  opacity: 1;
}
#header #main-nav > ul .has-drop.active,
#header #main-nav > ul .has-drop:active,
#header #main-nav > ul .has-drop:focus,
#header #main-nav > ul > li > a.active,
#header #main-nav > ul > li > a:active,
#header #main-nav > ul > li > a:focus,
#header #main-nav > ul .has-drop ul li.active > a,
#header #main-nav li.active:after {
  color: #4ba514;
}

#header ul .has-drop:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* icon for submenu */
#header ul .has-drop > ul .has-drop:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#header ul .has-drop > ul .has-drop:hover:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cover .cover-image {
  height: 350px;
  margin-bottom: 40px;
  background-size: cover;
  background-position: 50% 50%;
}
.visual .cover .cover-image {
  margin-bottom: 5px;
}
/*home-slider*/
.home-slider {
  margin-bottom: 40px;
}
.home-slider .slick-slide {
  padding: 0 9px;
  outline: none;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 1160px;
}
.slick-center.slick-current {
  opacity: 1;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  background: #0079c3;
  z-index: 10;
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.slick-arrow:hover {
  -webkit-transform: translate(0%, -50%) scale(1.12);
  transform: translate(0%, -50%) scale(1.12);
  opacity: 0.95;
}
.slick-arrow:nth-of-type(2) {
  left: auto;
  right: 50px;
  margin-left: 0px;
}
.slick-arrow > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.slick-arrow:first-of-type:hover > i {
  margin-left: -5px;
}
.slick-arrow:nth-of-type(2):hover > i {
  margin-left: 5px;
}
.home-slider figure {
  margin: 0;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.home-slider figcaption {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 22, 77, 0.58);
  max-width: 518px;
  min-height: 500px;
  padding: 55px;
}
.home-slider figcaption h2 {
  color: #fff;
  font: 600 50px/1.2 'Montserrat', sans-serif;
  margin: 0 0 15px;
}
.home-slider figcaption .date {
  color: #fff;
  opacity: 0.6;
  font-size: 17px;
}
.home-slider figcaption .date:before {
  content: '\f017';
  font-size: 17px;
  font-family: 'FontAwesome';
  margin-right: 14px;
}
/*main*/
#main {
  margin-bottom: 46px;
  position: relative;
}
#main h1,
#main h2,
#main h3,
#main h4 {
  font: 700 14px/1.428571428571429 'Montserrat', sans-serif;
  margin: 0px 0 16px;
}
#main h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #1b3c6f;
}
#main h2 {
  font-size: 21px;
  line-height: 1;
  color: #65bc12;
}
#main h3 {
  font-size: 16px;
  color: #5d6064;
}
#main h4 {
  font-size: 14px;
  color: #1b3c6f;
}
#main .social {
  position: absolute;
  top: 33px;
  left: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#main p {
  margin: 0 0 24px;
  color: #4e565d;
}
#main .social li {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1;
  color: #424242;
}
#main .social li .fa {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 16px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#main .social li .fa-linkedin {
  border: 1px solid #3f5c9a;
  color: #165fa9;
}
#main .social li .fa-twitter {
  background: #00aced;
}
#main .social li .fa-rss {
  background: #f60;
}
#main .social li .fa-instagram {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
#main .social li a {
  text-decoration: none;
  color: inherit;
}
#main .social li a:hover .fa {
  opacity: 0.5;
}
/*content*/
#content {
  float: left;
  max-width: 809px;
  padding-right: 29px;
  border-right: 2px solid #f2f2f2;
  margin-right: 29px;
  width: 809px;
}
#content:after {
  content: '';
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
  height: 1px;
  display: block;
}
.search-result #content:after {
  display: none;
}
#content > ul {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  color: #4e565d;
}
#content > ul li {
  padding-left: 19px;
}
#content > ul li:before {
  content: '';
  float: left;
  width: 4px;
  height: 4px;
  background: #1b3c6f;
  border-radius: 50%;
  margin: 12px 0 12px -19px;
}
#content ul.nav-tabs li:before {
  display: none;
}
#content ul.nav-tabs li {
  padding: 0;
}
#content > ul.tags {
  margin: 0 -5px;
  padding-bottom: 36px;
  border-bottom: 2px solid #f0f1f2;
}
.nav-tabs.nav-justified > li > a {
  color: #777;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border-bottom-color: transparent;
  background: #fbfcfd;
  color: #337ab7;
  font-weight: bold;
}
#content ul.nav-tabs.nav-justified {
  margin-bottom: 0;
}
.nav-tabs.nav-justified + .filter {
  background: #fbfcfd;
  border: 1px solid #dddddd;
  border-top: 0;
}
#content .nav-tabs.nav-justified + .filter > li {
  padding: 24px 32px;
}
#content > ul.tags li {
  padding: 0 5px;
}
#content > .tags li:before {
  content: none;
}
#content > ul.tags li a,
#content .tags li a {
  font-size: 14px;
  font-weight: 400;
  padding: 9px;
  width: auto;
  text-align: center;
  background: #f2f2f2;
}
#content p > a {
  color: #118fbe;
}
#content p > a:hover {
  text-decoration: none;
}
#content.single-post h4 {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 5px;
}
a.btn-read-more {
  position: relative;
  padding: 6px 16px;
  text-decoration: none;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #093c74;
  font-weight: 700;
  margin: 16px 0;
  display: inline-block;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(103, 190, 0, 0)),
    color-stop(99%, rgba(0, 121, 196, 0))
  );
  background: linear-gradient(
    to left,
    rgba(103, 190, 0, 0) 0%,
    rgba(0, 121, 196, 0) 99%
  );
  -webkit-transition: padding 0.3s ease-out;
  -webkit-transition: padding 0.3s ease-out, border 0.3s ease-out;
  -webkit-transition: padding-left 0.3s ease-out, border 0.3s ease-out;
  transition: padding 0.3s ease-out, border 0.3s ease-out;
}
a.btn-read-more:hover {
  border-color: #fff;
  padding: 6px 32px 6px 12px;
  text-decoration: none;
  color: white;
  background: rgb(103, 190, 0);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgb(98, 175, 6)),
    color-stop(99%, rgb(118, 186, 40))
  );
  background: linear-gradient(
    to left,
    rgb(98, 175, 6) 0%,
    rgb(118, 186, 40) 99%
  );
}
.btn-read-more:hover i,
.btn-read-more:hover svg {
  opacity: 1;
  right: 7px;
}
.btn-read-more i,
.btn-read-more svg {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.15s ease-out 0.05s;
  transition: all 0.15s ease-out 0.05s;
}
.btn-outline {
  padding: 6px 16px;
  text-decoration: none;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #093c74;
  font-weight: 700;
  margin: 6px 0;
  display: inline-block;
  background: rgb(255, 255, 255);
}
/*visual*/
.visual {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}
.visual .bg-img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  margin-bottom: 6px;
}
.visual blockquote {
  border-left: none;
  margin-bottom: 33px;
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 0 23px 65px;
  font-size: 17px;
  line-height: 1.705882352941176;
  font-weight: 600;
  color: #4e565d;
  position: relative;
}
.visual blockquote:before {
  content: '“';
  position: absolute;
  left: 0;
  top: 21px;
  color: rgba(78, 86, 93, 0.2);
  font: 700 80px/1 'Montserrat', sans-serif;
}
.visual .information-panel span,
.visual .information-panel > div {
  font-family: 'Montserrat', sans-serif;
}
.information-panel {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 20px;
  margin-bottom: 6px;
  min-height: 49px;
  background: #f0f1f2;
  color: #4f5357;
  font: 400 15px/1 'Montserrat', sans-serif;
}
.information-panel.justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.information-panel .head {
  font: 700 14px/1.785714285714286 'Montserrat', sans-serif;
  padding: 5px 11px;
}
.information-panel .location,
.information-panel .date,
.information-panel .time {
  margin: 10px 26px 10px 0;
}
.information-panel .location:before,
.information-panel .date:before,
.information-panel .time:before {
  content: '\f017';
  font-family: 'FontAwesome';
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-right: 13px;
}
.information-panel .location:before {
  content: '\f041';
}
.information-panel .date:before {
  content: '\f073';
}
/*visual.detail*/
.visual.detail .bg-img {
  position: relative;
}
.visual.detail .information-panel {
  margin-bottom: 39px;
}
.visual.detail .information-panel span {
  color: #4f5357;
  font-size: 15px;
}
.visual.detail .information-panel span:before {
  color: #57b31e;
}
#content.detail p > a {
  text-decoration: none;
}
#content.detail p > a:hover {
  color: #118fbe;
  text-decoration: underline;
}
#content.detail > .visual.detail{
  width: 100%;
}
#content.detail > .visual.detail .cover-image{
  aspect-ratio: 778 / 350;
  max-width: 100%;
  width: 100%;
  height: auto;
}
/*tabs*/
.tabs {
  margin-bottom: 10px;
}
.tabs .tab-content .tab-pane ul.filter.file-list {
  padding: 0 15px !important;
}
.tabs .nav-tabs {
  margin: 0 0 29px;
  padding: 0;
  list-style: none;
  border-color: #e1e1e1;
}
.tabs .nav-tabs li a,
.tabs .nav-tabs li.active > a {
  font-weight: 600;
}
.tabs .nav-tabs li a {
  font: 600 17px/1.176470588235294 'Montserrat', sans-serif;
  color: #0087b9;
  min-width: 158px;
  padding: 11px 20px;
  border-radius: 2px;
  text-align: center;
  border: 1px solid #e1e1e1;
}
.tabs .nav-tabs li.active a {
  border-color: #fff;
}
.tab-pane span.date {
  font-size: 12px;
}
/** Thumbnail **/
.thumbnail {
  border: none;
  margin: 0;
  padding: 0;
  color: #8b949d;
  font-size: 13px;
  line-height: 1.692307692307692;
}
.thumbnail h4 a {
  color: inherit;
}
#main .thumbnail p {
  margin: 0;
}
#main .thumbnail p > a {
  text-decoration: none;
  color: inherit;
}
#main .thumbnail p > a:hover {
  text-decoration: underline;
  color: #118fbe;
}
div.ccm-block-page-list-page-entry-grid-thumbnail a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
div.ccm-block-page-list-page-entry-grid-thumbnail a:hover {
  color: #fff;
}
.ccm-block-page-list-page-entry-grid-item.thumbnail a:before {
  content: '\f0c1';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: -15px;
  margin-top: -30px;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;

  position: absolute;
  font-size: 186px !important;
  opacity: 0;
  color: #000;
  left: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -webkit-transform: translateX(-75px);
  transform: translateX(-75px);
}
.ccm-block-page-list-page-entry-grid-item .thumbnail-body:hover a:before {
  opacity: 0.2;
  margin-top: 0px;
}
.ccm-block-page-list-page-entry-grid-item.thumbnail {
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ccm-block-page-list-page-entry-grid-thumbnail > img {
  width: 100%;
  max-width: 100%;
  max-height: 250px;
}
.header-thumbnail.head {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  height: 42px;
  bottom: auto;
  max-width: 100%;
  left: 0;
  right: 0;
  text-decoration: none;
  -webkit-transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    letter-spacing 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    letter-spacing 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  letter-spacing: 0px;
  border-collapse: collapse;
}
.thumbnail .header-thumbnail.head {
  background: rgba(0, 121, 196, 0.7);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(26, 43, 103, 0.8)),
    color-stop(99%, rgba(0, 121, 196, 0.6))
  );
  background: linear-gradient(
    to left,
    rgba(26, 43, 103, 0.8) 0%,
    rgba(0, 121, 196, 0.6) 99%
  );
}
.thumbnail:hover .header-thumbnail.head {
  letter-spacing: 2px;
  top: 0px;
  bottom: 0;
  height: 100%;
  background: rgba(0, 121, 196, 0.7);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(12, 29, 87, 0.8)),
    color-stop(99%, rgba(82, 175, 233, 0.6))
  );
  background: linear-gradient(
    to left,
    rgba(12, 29, 87, 0.8) 0%,
    rgba(82, 175, 233, 0.6) 99%
  );
}
.ccm-block-page-list-page-entry-grid-thumbnail {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ccm-block-page-list-page-entry-grid-thumbnail.thumbnail-body.cover {
  min-height: 250px;
  background-size: cover;
}
.thumbnail:hover .ccm-block-page-list-page-entry-grid-thumbnail.thumbnail-body {
  padding: 0;
  -webkit-box-shadow: -1px 11px 13px rgba(128, 133, 163, 0.35);
  box-shadow: -1px 11px 13px rgba(128, 133, 163, 0.35);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.thumbnail
  .thumbnail-body:hover
  .ccm-block-page-list-page-entry-grid-thumbnail {
  padding-top: 0;
  display: block;
}
#main .thumbnail .thumbnail-body .box-content > .page-date {
  color: #666c8a;
  line-height: 16px;
}
.detail,
span.date,
span.location,
span.time,
span.back,
span.site,
span.country {
  display: inline-block;
  vertical-align: top;
  font: 400 14px/1.176470588235294 'Montserrat', sans-serif;
  color: #8b949d;
}
.thumbnail span.date:before {
  content: '\f017';
  color: inherit;
  font-size: inherit;
  font-family: 'FontAwesome';
  margin-right: 10px;
}
.thumbnail .bg-img {
  width: 100%;
  height: 79px;
  border-radius: 2px;
  position: relative;
}
span.location,
span.time,
span.lock,
span.back {
  padding-left: 21px;
}
span.location:before,
span.time:before {
  content: '\f041';
  color: #58b41c;
  font-size: inherit;
  font-family: 'FontAwesome';
  margin-left: -18px;
  float: left;
}
span.time:before {
  content: '\f017';
  color: #8b949d;
}
span.document:before,
span.filter:before,
span.filter:after,
span.back:before,
span.site:before,
span.country:before {
  content: '\f016';
  margin-right: 12px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: 'FontAwesome';
  float: left;
}
span.filter,
span.back {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #0087b9;
}
span.filter:before {
  content: '\f0b0';
}
span.filter:after {
  margin-right: 0;
  margin-left: 4px;
  content: '\f0d7';
  float: right;
}
span.back {
  padding-left: 12px;
  font-size: 15px;
}
span.back:before {
  content: '\f0d9';
  margin-right: 0;
  margin-left: -12px;
}
span.country:before {
  content: '\f0ac';
}
span.site {
  color: #1b3c6f;
}
span.site:before {
  content: '\f109';
  color: #1b3c6f;
  font-size: 16px;
}
span.document {
  padding-left: 24px;
}
span.document:before {
  margin-left: -24px;
  margin-right: 0;
}
/*md*/
.tab-pane .thumbnail.md {
  padding-right: 19px;
}
.thumbnail.md .bg-img {
  margin-bottom: 23px;
  width: 100%;
}
#main .thumbnail.md h4 {
  margin-bottom: 12px;
}
.thumbnail.md span.date {
  margin-bottom: 15px;
  font-size: 14px;
}
/*sm*/
.thumbnail.sm {
  min-height: 208px;
  margin: 29px 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
}
.thumbnail.sm:last-child {
  border-bottom: none;
}
.news-list .thumbnail.sm {
  min-height: auto;
}
.thumbnail.sm .bg-img {
  width: 250px;
  height: 175px;
  margin-right: 29px;
  float: left;
}
.thumbnail.sm .text {
  overflow: hidden;
  padding-bottom: 29px;
}
#main .thumbnail.sm .text h3 {
  margin-bottom: 13px;
}
.thumbnail.sm span.date {
  margin-bottom: 16px;
  font-size: 14px;
}
/*xs*/
.thumbnail.xs {
  margin-bottom: 8px;
}
.tab-pane .thumbnail.xs {
  margin-left: -19px;
}
#main .thumbnail.xs h4 {
  min-height: 31px;
  margin-bottom: 11px;
}
.thumbnail.xs .bg-img {
  float: left;
  width: 90px;
  height: 63px;
  margin-right: 18px;
}
.thumbnail.xs .text {
  overflow: hidden;
}
/*small*/
.thumbnail.small {
  padding-bottom: 37px;
  margin-bottom: 39px;
  border-bottom: 1px solid #e1e1e1;
}
.thumbnail.small:last-child {
  border-bottom: none;
}
.thumbnail.small:after {
  content: '';
  clear: both;
  display: block;
}
.thumbnail.small .bg-img {
  float: left;
  width: 220px;
  min-height: 100px;
  height: auto;
  margin-right: 35px;
}
.thumbnail.small .text {
  overflow: hidden;
}
/*event-group*/
.event-group {
  margin-bottom: 51px;
}
.event-group span.time:before {
  color: #58b41c;
}
.event-group .thumbnail.sm {
  padding-bottom: 60px;
}
.event-group .thumbnail.sm .bg-img {
  width: 300px;
  height: 180px;
  margin-right: 33px;
}
#main .event-group .thumbnail.sm .text h3 {
  line-height: 26px;
}
.event-group .thumbnail.sm .holder {
  margin-bottom: 7px;
}
#main .event-group .thumbnail.small h3 {
  margin-bottom: 17px;
}
.event-group .thumbnail.small .holder {
  margin-bottom: 3px;
}
.event-group .holder span {
  margin-right: 4px;
}
/*filter*/
.panel-filter {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f1f2;
  border-radius: 2px;
  padding: 17px 20px;
  color: #4f5357;
  font: 400 15px/1 'Montserrat', sans-serif;
  margin-bottom: 2px;
}
.panel-filter a {
  text-decoration: none;
  line-height: 47px;
  padding: 0px 6px;
  margin: 0 6px;
}
.panel-filter a:hover {
  text-decoration: underline;
}
.panel-filter a:hover span {
  color: #1b3c6f;
}
#content .filter {
  margin: 0 0 61px;
  padding: 0;
  list-style: none;
}
#content .filter > li {
  border-bottom: 1px solid #f7f7f7;
  padding: 24px 0;
  color: #8b949d;
  font-size: 14px;
  line-height: 1.642857142857143;
}
#content .filter > li.col-xs-6:nth-last-of-type(2),
#content .filter > li:last-of-type {
  border-bottom: none;
}
#content .filter.sm > li {
  min-height: auto;
  padding: 28px 0;
}
#content > ul.filter li:before {
  content: none;
}
.filter li:after {
  content: '';
  clear: both;
  display: block;
}
.filter .img-box {
  position: relative;
  width: 70px;
  height: 70px;
  margin-left: auto;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(96, 99, 104, 0.25);
  box-shadow: 1px 1px 3px rgba(96, 99, 104, 0.25);
}
.filter .img-box > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.filter li .img-holder {
  float: left;
  margin-right: 30px;
}

.filter .img-holder .bg-img,
.filter .img-holder .bg-gradient {
  width: 130px;
  height: 175px;
  border-radius: 2px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  margin-bottom: 11px;
}
.filter .img-holder .bg-gradient {
  background: linear-gradient(-45deg, #22477f, #098ada) !important;
}
.filter .img-holder .fa {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.filter .img-holder ul {
  margin: 0 -5px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}
#content .filter .img-holder ul li {
  display: inline-block;
  vertical-align: top;
  color: #0087b9;
  font-size: 22px;
  line-height: 1;
  padding: 0 5px 5px;
}
.filter .img-holder ul li a {
  color: inherit;
}
.filter .img-holder ul li a:hover {
  color: #1b3c6f;
}
.filter .text {
  overflow: hidden;
}
.filter .text .holder {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 1px;
}
.filter .text .holder span {
  margin-bottom: 13px;
}
.search-result .text span {
  font-family: 'Montserrat', sans-serif;
}
.filter span.lock,
.filter span.unlock {
  color: #1b3c6f;
  font-size: 16px;
  line-height: 1;
}
.filter span.lock:before {
  content: '\f023';
}
.filter span.unlock:before {
  content: '\f09c';
}
.filter span.lock:before,
.filter span.unlock:before {
  font-family: 'FontAwesome';
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-left: -18px;
  float: left;
}
#main .filter h3 {
  margin-bottom: 8px;
  line-height: 1.285714285714286;
}
#main .filter p {
  margin-bottom: 18px;
}
#main .filter.file-list p {
  margin: 0;
}
/*filter-02*/
.filter-02 {
  letter-spacing: -9px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.filter-02 .item {
  display: inline-block;
  vertical-align: top;
  float: none;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 15px;
}
.filter-02 .bg-img {
  width: 100%;
  height: 168px;
  border-radius: 2px;
  margin-bottom: 13px;
}
.filter-02 .head {
  font: 700 14px/1.928571428571429 'Montserrat', sans-serif;
  padding: 0 10px;
  margin-bottom: 8px;
}
#main .filter-02 h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.filter-02 span.time,
span.back {
  font-family: 'Montserrat', sans-serif;
}
/*filter-03*/
.filter-03 {
  margin: 35px 0;
}
.filter-03 .thumbnail.sm {
  margin: 0 0 35px;
  padding-bottom: 10px;
  min-height: 184px;
}
.filter-03 .thumbnail.sm .holder {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.filter-03 .thumbnail.sm .holder span {
  margin-bottom: 13px;
  font-size: 16px;
}
.filter-03 .thumbnail.sm .holder span.country {
  font-size: 14px;
}
.filter-03 .thumbnail.sm .holder a:hover span {
  color: #000;
}
.filter-03 .thumbnail.sm .bg-img {
  background: none !important;
  margin-right: 22px;
}
.filter-03 .thumbnail.sm img {
  width: 205px;
  height: auto;
  vertical-align: top;
  display: block;
  margin: 0 auto;
}
.filter-03 dl {
  font-size: 14px;
  line-height: 1.642857142857143;
  color: #8b949d;
  padding-left: 11px;
  position: relative;
}
.filter-03 dl:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: rgb(103, 190, 0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(103, 190, 0, 1)),
    color-stop(99%, rgba(0, 121, 196, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(103, 190, 0, 1) 0%,
    rgba(0, 121, 196, 1) 99%
  );
}
.filter-03 dl:after {
  content: '';
  clear: both;
  display: block;
}
.filter-03 dt {
  font-weight: 700;
  float: left;
  margin-right: 6px;
}
.filter-03 dd {
  margin: 0;
  overflow: hidden;
}
/*filter-04*/
.filter-04 {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: -5px;
}
.filter-04 .item {
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 34px;
  padding-bottom: 26px;
}
.filter-04 .bg-img {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  float: left;
  margin-right: 14px;
}
.filter-04 .text {
  overflow: hidden;
  position: relative;
  padding-left: 9px;
}
.filter-04 .text:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: rgb(103, 190, 0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(103, 190, 0, 1)),
    color-stop(99%, rgba(0, 121, 196, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(103, 190, 0, 1) 0%,
    rgba(0, 121, 196, 1) 99%
  );
}
#main .filter-04 .text h3 {
  margin-bottom: 9px;
}
#main .filter-04 .text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
#main .filter-04 .text {
  color: #8b949d;
  font-size: 14px;
  line-height: 1.428571428571429;
  margin: 0;
}
/*sidebar*/
#sidebar {
  overflow: hidden;
  color: #8b949d;
  font-size: 14px;
  line-height: 1.642857142857143;
}
#main #sidebar .head {
  min-width: auto;
  padding: 11px 23px;
  position: relative;
  font-size: 17px;
  color: #fff;
  background: rgba(0, 121, 196, 1);
}
/* #main #sidebar h4 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 8px;
} */
#main #sidebar p {
  margin-bottom: 11px;
}
#sidebar .btn-primary {
  margin-bottom: 25px;
  font-weight: 600;
}
.holder-discovers {
  display: block;
  padding-top: 14px;
  border: 1px solid #e1e1e1;
  color: #0087b9;
  margin-bottom: 26px;
  background: #f8f8f8;
  padding: 8px 16px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.discover-link {
  text-decoration: none;
}
a.discover-link span i {
  left: 0px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover span.holder-discovers > i {
  left: -5px;
}
a:hover span.holder-discovers {
  background: #f0f0f0;
}
/* #main #sidebar .thumbnail h4 {
  font-size: 14px;
} */
#main #sidebar .thumbnail.sm{
  min-height: 0;
}
#main #sidebar .thumbnail.sm .text {
  padding-bottom: 4px;
}
#main #sidebar .thumbnail.sm .date {
  font-size: 12px;
  margin-bottom: 0;
}
#sidebar div.time,
.thumbnail div.time,
.visual.detail div.time {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 70px;
  min-height: 78px;
  background: rgba(0, 135, 185, 0.8);
  color: #fff;
  font: 300 14px/1 'Montserrat', sans-serif;
  padding: 12px 20px;
  border-radius: 3px 3px 3px 0;
  text-align: center;
}
#sidebar .time span,
.thumbnail .time span,
.visual.detail div.time span {
  display: block;
  font-size: 27px;
  font-weight: bold;
}
#sidebar .thumbnail.md-side,
#sidebar .thumbnail.md {
  padding-bottom: 12px;
}
#sidebar .thumbnail.md span.location,
#sidebar .thumbnail.sm span.location {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
#sidebar .thumbnail.sm {
  min-height: 117px;
  padding: 25px 0;
  margin: 0;
}
/* #main #sidebar .thumbnail.sm h4 {
  font-size: 15px;
  margin-bottom: 10px;
} */
#sidebar .thumbnail.sm .bg-img {
  width: auto;
  height: auto;
  margin-right: 22px;
  float: none;
  height: 95px;
  margin-bottom: 17px;
}
#sidebar .thumbnail.sm .time,
.thumbnail div.time {
  position: static;
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 70px;
}
#content .thumbnail.sm div.time {
  padding: 12px 20px;
}
#sidebar .thumbnail.sm .time {
  border-radius: 3px;
}
#sidebar .events {
  margin-bottom: 2rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
#main #sidebar .events .thumbnail h4 {
  border-bottom: none;
}
#main #sidebar .thumbnail.md .text h4 {
  margin-bottom: 12px;
}
#sidebar .thumbnail.md-side .bg-img,
#sidebar .thumbnail.md .bg-img {
  margin-bottom: 17px;
}
.tags {
  margin: 0 -3px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  list-style: none;
}
.tags h4 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.tags li,
#content .tags li {
  display: inline-block;
  vertical-align: top;
  padding: 0 3px 6px;
}
.tags li a {
  display: block;
  border-radius: 2px;
  background: #e4e5e6;
  color: #1b3c6f;
  font: 700 13px/1.538461538461538 'Montserrat', sans-serif;
  padding: 7px 13px;
  text-decoration: none;
}
.tags li.active a,
.tags a:hover,
#content .tags a:hover {
  background: #1b3c6f;
  color: #fff;
}
.hashtag {
  font-weight: bold;
  margin-right: 6px;
}
.hashtag:hover {
  text-decoration: underline;
}
/* File page */
#content .file-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
}
#content.content-file .well {
  margin-bottom: 0;
}
#content .file-header-content > span {
  padding: 6px 25px 6px 4px;
  line-height: 40px;
}
#content .file-header-content .tags li {
  vertical-align: baseline;
  padding: 0;
}
#content .file-header-content .tags li a {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  background: #3b3f42;
  pointer-events: none;
}
#content.content-file .related-content {
  border-top: 1px solid #f2f2f2;
  margin-bottom: 10px;
  margin-top: 50px;
}
#content.content-file .related-content h3 {
  margin-top: 10px;
  color: #adb2b5;
}
#content.content-file .related-content .document {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#content.content-file .related-content .document a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  border-radius: 2px;
  text-decoration: none;
  width: 50%;
  border: 1px solid #f2f4f6;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  #content.content-file .related-content .document a {
    width: 100%;
  }
}
#content.content-file .related-content .thumbnail a:hover,
#content.content-file .related-content .document a:hover {
  background: #eff0f5;
}
#content.content-file .related-content .document a:hover i {
  color: white;
}
#content.content-file .related-content .document i {
  font-size: 4em;
  color: #aeb2b6;
  margin-right: 15px;
}
#content.content-file .related-content .thumbnail a {
  display: block;
  padding: 5px;
  background: #fbfcfe;
  border-radius: 2px;
  margin: 0 5px;
  border: 1px solid #f2f4f6;
}
/*panel-group*/
#sidebar .menu ul.panel-group {
  margin-bottom: 30px;
  padding: 0;
}
#sidebar .menu ul.panel-group > li a.active {
  background: #f4f4f4;
  font-weight: 700;
}
#sidebar .menu ul.panel-group > li > ul > li > a.active {
  background: none;
  font-weight: 700;
}
/** Level 1 **/
#sidebar .menu ul.panel-group > li > a:hover,
#sidebar .menu ul.panel-group > li > a:active,
#sidebar .menu ul.panel-group > li > a:focus {
  background: #f4f4f4;
}
#sidebar .menu ul.panel-group > li {
  font-size: 14px;
  line-height: 1;
  color: #0079c4;
  padding: 0;
}
#sidebar .menu ul.panel-group > li a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 17px;
  color: inherit;
  width: 100%;
  border-radius: 2px;
  padding: 10px 25px;
}
#sidebar .menu ul.panel-group > li a + ul {
  margin-top: 0px;
}
#sidebar .menu ul.panel-group > li > ul li a + ul {
  margin-top: 0px;
}
#sidebar .menu ul.panel-group > li + li {
  margin-bottom: 0px;
}
/** Level 2 **/
#sidebar .menu ul.panel-group > li > ul > li a {
  margin-bottom: 0;
  padding: 8px 0;
}
#sidebar .menu ul.panel-group > li > ul li a.active,
#sidebar .menu ul.panel-group > li > ul li a:active,
#sidebar .menu ul.panel-group > li > ul li a:focus,
#sidebar .menu ul.panel-group > li > ul li a:hover {
  text-decoration: underline;
  background: none;
}
#sidebar .menu ul.panel-group > li > a:before,
#sidebar .menu ul.panel-group li a.has-submenu:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-left: -15px;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
}
#sidebar .menu ul.panel-group > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .menu ul.panel-group > li ul li {
  padding-left: 26px;
  font-size: 14px;
  color: #49a0d6;
}
#sidebar .menu ul.panel-group > li ul li ul li {
  padding-left: 20px;
  color: #71a3c3;
}
#sidebar .menu ul.panel-group > li li a {
  color: inherit;
  padding: 8px 25px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 8px 10px 0;
}
/*search-result*/
.search-result #content {
  width: 100%;
  max-width: none;
  float: none;
  margin-right: 0;
  padding-right: 0;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  padding-bottom: 52px;
}
.search-result #content .filter {
  margin-bottom: 66px;
}
.search-result #content *::selection {
  background: #e1ff6b;
}
.search-result #content *::-moz-selection {
  background: #e1ff6b;
}
.search-result .panel-filter {
  display: block;
  margin-bottom: 22px;
}
.search-result .panel-filter:after {
  content: '';
  clear: both;
  display: block;
}
.search-result #content span.filter {
  float: right;
  margin-bottom: 0;
}
.search-result span.filter.active:after {
  content: '\f0d8';
}
.search-result span.document {
  float: left;
}
.search-result .form-search {
  clear: both;
  padding: 28px 18px;
}
.form-control,
.select2-container--default .select2-selection--single {
  width: 100%;
  height: 40px;
  border: 1px solid #e1e1e1;
  color: #4a5157;
  border-radius: 1px;
  font: 400 14px/1.428571428571429 'Montserrat', sans-serif;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.form-control:focus {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0 0 20px #dfe2e4;
  box-shadow: 0 0 20px #dfe2e4;
}
.form-control::-webkit-input-placeholder {
  color: #4a5157;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #4a5157;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #4a5157;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #4a5157;
  opacity: 1;
}
.ccm-page label {
  font: 400 12px/1 'Montserrat', sans-serif;
  color: #1b3c6f;
}
.ccm-page .element > label {
  font-weight: bold;
}
.ccm-page .element > label > span {
  color: #556379;
  font-size: 11px;
  padding-left: 4px;
}
.search-result label {
  margin-bottom: 8px;
  width: 100%;
  font-weight: bold;
}
.form-search .form-control {
  margin-bottom: 29px;
}
.date-group {
  float: left;
  width: 48%;
  position: relative;
  margin-right: 8px;
  background: #fff;
}
.date-group.to {
  margin-right: 0;
}
.date-group:after {
  content: '\f073';
  position: absolute;
  font-size: 14px;
  line-height: 1;
  font-family: 'FontAwesome';
  top: 50%;
  right: 14px;
  color: #1b3c6f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.date-group .form-control {
  margin-bottom: 0;
  background-color: transparent;
}
.form-search .holder {
  margin-bottom: 49px;
}
.form-search .holder:after {
  content: '';
  clear: both;
  display: block;
}
.form-search .btn-send,
.contact-form .btn-send {
  min-width: 167px;
  border: none;
  background: url(/application/files/5515/3804/1895/bg-primary.png) 50% 50%
    no-repeat;
  font: 400 14px/1.214285714285714 'Montserrat', sans-serif;
  text-align: center;
  padding: 15px 50px 15px 22px;
  color: #0087b9;
}
.form-search .btn-send {
  font-weight: 600;
}
.form-search .btn-send:hover,
.contact-form .btn-send:hover {
  color: #58b41c;
}
.form-search .search-holder,
.form-search .send-holder {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 4px;
}
.form-search .send-holder:after,
.contact-form .btn-holder:after {
  content: '\f0b0';
  font-family: 'FontAwesome';
  color: #58b41c;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 31px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-search .search-holder:after {
  content: '\f002';
  font-family: 'FontAwesome';
  color: #58b41c;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 31px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-search input[type='reset'] {
  font: 400 14px/1 'Montserrat', sans-serif;
  color: #0087b9;
  border: none;
  text-decoration: underline;
  background: none;
  padding-top: 16px;
}
.form-search input[type='reset']:hover {
  text-decoration: none;
}
.form-search .checkbox input {
  position: absolute;
  left: -200px;
  overflow: hidden;
  visibility: hidden;
}
.form-search .checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 1px;
}
.form-search .checkbox label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #e1e1e1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-search .checkbox label.checked:after,
.form-search .checkbox input:checked ~ label:after {
  opacity: 1;
  visibility: visible;
}
.form-search .checkbox {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  margin-bottom: 6px;
}
.form-search .checkbox + .checkbox {
  margin-left: 21px;
}
.form-search .checkbox label {
  min-height: auto;
  padding-left: 26px;
  font-size: 14px;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  border: 1px solid transparent;
  top: 3px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 4px;
}

.ui-datepicker .ui-datepicker-next {
  right: 4px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-left: -3px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
form.search-result {
  width: 100%;
}
form.search-result .filter-list {
  margin-bottom: 12px;
}
form.search-result .filter-list .checkbox {
  margin-top: 0;
}
/*pagination*/
.ccm-page .pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ccm-page .pagination ul {
  margin: 0 -6px;
  padding-left: 0;
}
.ccm-page .pagination li:after {
  content: '';
  clear: both;
  display: block;
}
.ccm-page .pagination li {
  display: inline-block;
  vertical-align: top;
  padding: 12px 6px;
}
.ccm-page .pagination li:last-child a,
.ccm-page .pagination li:first-child a {
  border-radius: 15px;
}
#content .pagination li:before {
  content: none;
}
.ccm-page .pagination .previous {
  float: left;
}
.ccm-page .pagination .next {
  float: right;
}
.ccm-page .pagination li span,
.ccm-page .pagination li a {
  float: none;
  width: 38px;
  height: 38px;
  color: #8b949d;
  background: #f4f4f4;
  border-radius: 50%;
  font: 700 14px/1.285714285714286 'Montserrat', sans-serif;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  margin: 0;
  border: none;
  white-space: nowrap;
}
.ccm-page .pagination li.active span {
  text-decoration: none;
  background: #8b949d;
  color: #fff;
}
.ccm-page .pagination li.previous {
  float: left;
}
.ccm-page .pagination .prev span,
.ccm-page .pagination .prev a,
.ccm-page .pagination .next span,
.ccm-page .pagination .next a {
  width: auto;
  padding: 10px 13px;
  border-radius: 15px;
}
.ccm-page .pagination .prev.disabled a,
.ccm-page .pagination .prev.disabled span,
.ccm-page .pagination .next.disabled a,
.ccm-page .pagination .next.disabled span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.ccm-page .pagination .active a,
.ccm-page .pagination li a:hover {
  text-decoration: none;
  background: #8b949d;
  color: #fff;
}

/*contact-form*/
.well.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.well.flex-row li {
  list-style: none;
}
#main .contact-form h4 {
  font-size: 15px;
}
.contact-form {
  background: #f0f1f2;
  padding: 51px 50px;
  margin-top: 10px;
  position: relative;
}
.contact-form .control.radio.element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
}
.contact-form .control.radio.element > label {
  margin-right: 22px;
}
.contact-form .row {
  margin-left: -30px;
  margin-right: -30px;
}
.contact-form .element {
  padding-left: 30px;
  padding-right: 30px;
}
.contact-form .btn-holder {
  position: relative;
  float: right;
}
.contact-form .btn-send {
  font-weight: 600;
  min-width: 117px;
  background-size: 100% 100%;
  background: url(/application/files/5715/3804/1900/bg-send.png) 50% 50%
    no-repeat;
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 18px;
}
.contact-form .btn-holder:after {
  content: '\f003';
  right: 28px;
}
textarea.form-control {
  resize: none;
  height: 151px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #c6ccd3;
}
.contact-form .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #c6ccd3;
}
.contact-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #c6ccd3;
}
.contact-form .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #c6ccd3;
}
.contact-form .form-control:-moz-placeholder {
  opacity: 1;
  color: #c6ccd3;
}
.contact-form textarea.form-control {
  margin-bottom: 23px;
}
.select2 {
  width: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: inherit;
  padding: 0;
  color: #4a5157;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  outline: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #2d4877 transparent transparent transparent;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #2d4877 transparent;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.select2-dropdown {
  border: 1px solid #e1e1e1;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #0087b9;
  color: #fff;
}
.select2-results__option {
  padding-left: 15px;
  font: 400 14px/1.428571428571429 'Montserrat', sans-serif;
}
.select2-results__option:hover {
  color: #1b3c6f;
}
.select2-container--default .select2-results > .select2-results__options {
  -webkit-box-shadow: 2px 2px 16px rgba(152, 176, 223, 0.4);
  box-shadow: 2px 2px 16px rgba(152, 176, 223, 0.4);
}
/*validation*/
.control {
  position: relative;
  margin-bottom: 22px;
}
.contact-form .control.success:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 1;
  color: #7ad642;
  position: absolute;
  right: 7px;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-form .control.error:after {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 1;
  color: #f26d7d;
  position: absolute;
  right: 7px;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-form .control.error > .select2 .selection > .select2-selection,
.contact-form .control.error > .form-control {
  border-color: #f26d7d;
}
input[type='radio'] + span.error.help-inline,
input[type='checkbox'] + span.error.help-inline {
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 0;
  font-size: 11px;
  line-height: 1;
  color: #f26d7d;
  font-weight: bold;
}
.contact-form .col-xs-12.element .col-sm-6 > label {
  padding-left: 0;
}
span.error.help-inline {
  position: absolute;
  bottom: -16px;
  top: auto;
  left: 0;
  font-size: 11px;
  line-height: 1;
  color: #f26d7d;
  font-weight: bold;
  white-space: nowrap;
}
.checkbox > label > input,
label.radio input[type='radio'],
label.checkbox input[type='checkbox'] {
  margin-top: 0;
}
.checkbox > label,
label.checkbox,
label.radio {
  margin-top: 1px;
  display: block;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 16px;
}
.control .checkbox + .checkbox,
.control .radio + .radio {
  margin-top: 0px;
}
.container_radio > label.radio {
  margin-bottom: 6px;
  margin-top: 6px;
}
span.error.help-inline.valid {
  display: none;
}
.ui-widget.ui-widget-content a {
  -webkit-transition: none;
  transition: none;
}
.contact-form .collapse-list {
  overflow: hidden;
  background: #ececec;
  border: 1px solid #dedede;
}
/*footer*/
#footer {
  font: 400 13px/1.692307692307692 'Montserrat', sans-serif;
  color: #979ba0;
}
#footer .logo {
  display: inline-block;
  vertical-align: top;
  width: 148px;
  height: 45px;
  margin-bottom: 37px;
}
#footer .logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#footer h4 {
  font: 700 18px/1 'Montserrat', sans-serif;
  color: #4f5357;
  padding-bottom: 14px;
  border-bottom: 2px solid #f2f2f2;
  width: 170px;
  margin: 9px 0 21px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 3;
  column-count: 3;
}
#footer ul ul {
  -webkit-column-count: 1;
  column-count: 1;
  margin-top: 10px;
  margin-left: 18px;
}
#footer ul li {
  font: 400 13px/1.692307692307692 'Montserrat', sans-serif;
  color: #8b949d;
  margin-bottom: 8px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  line-height: 16px;
  position: relative;
}
#footer ul li ul li {
  color: #9aa2aa;
}
#footer ul li:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  float: left;
  margin-right: 11px;
  color: inherit;
  font-size: inherit;
  position: absolute;
  left: -10px;
}
#footer ul li a {
  color: inherit;
  overflow: hidden;
}
#footer ul li a:hover {
  color: #000;
}
#footer address {
  font-style: normal;
}
#sidebar address .fa,
#footer address .fa {
  font-size: 14px;
  line-height: 1;
  color: #58b41c;
}
#sidebar address a,
#footer address a {
  color: inherit;
}
#sidebar dl,
#footer dl {
  font-style: normal;
}
#sidebar dt,
#footer dt {
  float: left;
  margin-right: 13px;
}
#sidebar dd,
#footer dd {
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.461538461538462;
  color: #232323;
  margin-bottom: 21px;
}
#footer .row {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 17px;
  padding-bottom: 38px;
}
#footer .copy {
  text-align: center;
  margin: 0 0 26px;
}
#footer .copy > div {
  width: 300px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .copy > div > ul {
  text-align: center;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#footer .copy > div > ul li {
  margin: 0;
}
/** Organigram pages **/
@media screen and (max-width: 991px) {
  .scroll-wrapper {
    overflow: scroll;
    position: relative;
  }
  .organigram {
    width: 900px;
  }
  .container-scroll {
    position: relative;
  }
  .container-scroll:before {
    position: absolute;
    height: 100%;
    width: 25px;
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(61, 91, 137, 0)),
      to(rgba(0, 23, 59, 0.06))
    );
    background-image: linear-gradient(
      to left,
      rgba(61, 91, 137, 0),
      rgba(0, 23, 59, 0.06)
    );
    content: '';
    display: block;
    left: 0px;
    bottom: 0;
    z-index: 99;
  }
  .container-scroll:after {
    position: absolute;
    height: 100%;
    width: 25px;
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 23, 59, 0.3)),
      to(rgba(61, 91, 137, 0))
    );
    background-image: linear-gradient(
      to left,
      rgba(0, 23, 59, 0.3),
      rgba(61, 91, 137, 0)
    );
    content: '';
    display: block;
    right: 0px;
    bottom: 0;
    z-index: 99;
  }
}
.organigram {
  overflow: hidden;
}
.organigram > .well {
  max-width: 600px;
}
li.governance:before,
.well-governance,
.organigram .governance {
  background: #bebbf4;
  color: white;
}
.organigram a.btn.governance:hover {
  background: #8e8bdd;
  color: white;
}
li.members:before,
.organigram .members {
  background: #007bc7;
  color: white;
}
.organigram a.btn.members:hover {
  background: #0068a8;
  color: white;
}
li.operations:before,
.organigram .operations {
  background: #1e3777;
  color: white;
}

.organigram a.btn.operations:hover {
  background: #486ac1;
  color: white;
}
li.forums:before,
.organigram .forums {
  background: #39c000;
  color: white;
  cursor: default;
}

.organigram .transparent {
  background: transparent !important;
}

.organigram > div {
  position: relative;
}
.well ol {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 0;
}
.organigram .well ol > li,
.well ol > li {
  background: none;
  color: inherit;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  min-width: 135px;
}
.well ol > li:before {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 2px;
  left: 8px;
}
.organigram .btn-organigram {
  white-space: normal;
  position: relative;
  z-index: 9;
  width: 100%;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.organigram .wrapper-col {
  padding: 15px;
}
.organigram .row {
  margin: 0;
  text-align: center;
}
.organigram a.btn:after,
.organigram a.btn:before {
  content: '';
  z-index: 9;
  position: absolute;
}
.organigram .row-1 .wrapper-col a.btn:after {
  height: 30px;
  background-color: #00c400;
  bottom: -31px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
}
.organigram .row-1 .well-governance:after {
  height: 150px;
  background-color: #bebbf4;
  bottom: -136px;
  left: 50%;
  margin-left: -2px;
  content: '';
  width: 4px;
  z-index: 9;
  position: absolute;
}
.organigram .row-3 .wrapper-col a.btn:after {
  height: 15px;
  background-color: #bebbf4;
  bottom: -16px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
}
.organigram .row-4:before {
  content: '';
  width: 67%;
  height: 4px;
  background-color: #bebbf4;
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.organigram .row-4 .wrapper-col a.btn:before {
  width: 4px;
  height: 15px;
  background-color: #bebbf4;
  top: -16px;
  left: 50%;
  margin-left: -2px;
}
.organigram .row-5 .wrapper-col a.btn {
  margin-bottom: 30px;
}
.organigram .row-4 .wrapper-col:first-child a.btn:after {
  width: 4px;
  height: 1330px;
  background-color: #bebbf4;
  z-index: 9;
  position: absolute;
  top: 74px;
  left: 50%;
  margin-left: 0px;
}
.organigram .row-5 .wrapper-col:first-child a.btn.operations:before {
  width: 20px;
  height: 4px;
  background-color: #bebbf4;
  z-index: 999;
  position: absolute;
  bottom: 33px;
  left: -21px;
}
.organigram
  .row-5
  .wrapper-col:first-child
  a.btn.operations.transparent:before {
  display: none;
}
.organigram .row-5 .wrapper-col:nth-child(2) a.btn.operations:before {
  width: 60px;
  height: 4px;
  background-color: #1e3777;
  bottom: 33px;
  left: -61px;
}
.organigram a.btn.sub-op:after {
  top: 40px;
  left: -30px;
  bottom: -70px;
  background: #1e3777;
  width: 4px;
  z-index: 0;
}
.organigram a.btn.sub-op.last:after {
  display: none;
}
.organigram a.btn.sub-op:before {
  width: 30px !important;
  left: -30px !important;
}
.organigram a.btn.sub-op.first:before {
  width: 60px !important;
  left: -60px !important;
}
/* Table/ row / cells */
table td,
table th {
  padding: 5px;
}
table td,
table {
  border-color: #eeeeee;
  border-collapse: collapse;
}
.table-express-list .table-header {
  margin-bottom: 12px;
}
.table-express-list .course > label {
  display: block;
}
.table-express-list .course legend {
  font-size: 16px;
}
.table-express-list .course > label,
.table-express-list .course > span.value {
  display: block;
}
.table-express-list .course > span.value {
  color: #4e565d;
}
.table-express-list .course.course-box {
  border: 1px solid #e1e0ea;
  background: #fcfcfc;
  padding: 12px 12px 0;
  border-radius: 3px;
}
.table-express-list .course {
  margin-bottom: 12px;
}
.table-express-list .course.inline {
  display: inline-block;
  vertical-align: top;
}
.table-express-list .course.inline + .course.inline {
  margin-left: 24px;
}
.table-express-list .details fieldset {
  margin-bottom: 12px;
}
.table-express-list a.collapse-trigger {
  border: 1px solid #e1e0ea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 6px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.table-express-list a.collapse-trigger:hover {
  background: #f1f1f5;
}
.table-express-list a.collapse-trigger > i {
  display: inline-block;
  width: 25px;
  padding: 0 4px;
  text-align: center;
  color: #333;
  -webkit-transition: all 0.225s ease-out;
  transition: all 0.225s ease-out;
}
.table-express-list a.collapse-trigger.collapsed > i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.table-express-list a.collapse-trigger legend {
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  border: 0;
}
.table-express-list fieldset a.collapse-trigger + .collapsing,
.table-express-list fieldset a.collapse-trigger + .collapse {
  border: 1px solid rgb(221, 221, 221);
  padding: 8px 6px;
  margin-top: -1px;
  background: rgb(255, 255, 255);
}
.table-express-list a.collapse-trigger + .collapse .course:last-child {
  margin: 0;
}
/* media */
@media screen and (max-width: 1450px) {
  #main .social {
    position: static;
    text-align: center;
  }
  #main .social li {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
  }
  #content {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  #header .bottom li,
  #header .bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .home-slider .slick-slide {
    max-width: 960px;
  }
  #content {
    max-width: none;
    width: 100%;
    float: none;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
  .btn-primary:before {
    height: 104%;
  }
  #sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  #sidebar > div {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  #content > ul.tags,
  .filter-04 {
    margin-bottom: 15px;
  }
  .search-result .form-search {
    padding: 20px;
  }
  .form-search .send-holder {
    padding-left: 0;
  }
  .contact-form {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .tab-pane .thumbnail.xs {
    margin-left: 0;
  }
  .tab-pane .thumbnail.md {
    margin-right: 0;
    padding-right: 0;
  }
  #sidebar div.time,
  .thumbnail div.time {
    overflow: hidden;
  }
  #header .bottom input[type='search'] {
    max-width: 120px;
  }
}
@media screen and (max-width: 991px) {
  /* tablet */
  /*mobile - menu*/
  body.menu-opened {
    overflow: hidden;
    height: 100vh;
    background: #f6f6f6;
  }
  .open-menu {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 24px;
    padding: 0;
    position: relative;
    z-index: 101;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .open-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    margin-top: -2px;
    border-radius: 2px;
    background: #1b3c6f;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .open-menu span:nth-child(1) {
    margin-top: -12px;
  }
  .open-menu span:nth-child(3) {
    margin-top: 8px;
  }
  .menu-opened .open-menu span {
    margin-top: -2px;
  }
  .menu-opened .open-menu span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-opened .open-menu span:nth-child(2) {
    opacity: 0;
  }
  .menu-opened .open-menu span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    z-index: 50;
    background: rgba(246, 246, 246, 0.8);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 5px;
    height: 100vh;
  }
  #main-nav ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
  .menu-opened #header #main-nav {
    right: 0;
    width: 100%;
  }
  .ccm-toolbar-visible nav#main-nav {
    top: 50px;
  }
  #header ul .has-drop ul {
    position: static;
    height: 0;
    padding: 0;
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease;
  }
  #header ul .has-drop:hover > ul {
    height: auto;
    margin: 5px 0;
  }
  #header li.has-drop:after {
    margin-bottom: 0;
    float: none;
  }
  #header .bottom .fa {
    display: none;
  }
  /* /mobile menu*/
  #header .bottom input[type='search'] {
    width: 300px;
    max-width: 100%;
  }
  .home-slider figcaption {
    min-height: 400px;
    font-size: 14px;
    max-width: 50%;
    padding: 20px;
  }
  .home-slider figcaption h2 {
    font-size: 36px;
  }
  .search-result .form-search {
    padding: 20px 0;
  }
  .date-group {
    margin-right: 5px;
  }
  .home-slider .slick-slide {
    max-width: 740px;
  }
  #footer ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
  #header .bottom .fa {
    display: inline-block;
    font-size: 24px;
  }
  .bottom #main-nav > ul > li {
    font-size: 20px;
    max-width: 80%;
    margin-bottom: 10px;
  }
  .bottom #main-nav > ul > .has-drop > ul > li {
    font-size: 14px;
  }
  .bottom #main-nav > ul > .has-drop:hover > ul {
    margin: 16px auto;
  }
  .bottom #main-nav > ul > .has-drop > ul > .has-drop:hover > ul {
    margin: 8px auto;
  }
  .bottom #main-nav > ul > .has-drop > ul > li > ul > li {
    font-size: 14px;
    font-weight: 400;
  }
  .bottom #main-nav ul li {
    width: 100%;
  }
  .bottom #main-nav .has-drop > ul {
    height: 0 !important;
    opacity: 0 !important;
    margin: 0 !important;
    pointer-events: none;
  }
  .bottom #main-nav .has-drop:hover ul.mobile-sub,
  .bottom #main-nav .has-drop ul.mobile-sub {
    height: auto !important;
    opacity: 1 !important;
    margin: 16px 0 !important;
    display: block;
    visibility: visible;
    pointer-events: all;
  }
  #header ul .has-drop > ul .has-drop:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #header ul .has-drop:hover:after,
  #header ul .has-drop > ul .has-drop:hover:after {
    -webkit-transform: none;
    transform: none;
  }
  #header ul .has-drop.opened:after,
  #header ul .has-drop > ul .has-drop.opened:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #header li.has-drop:after {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 18px;
  }
  #main-nav > ul > .has-drop > ul {
    background-color: rgba(253, 253, 253, 0);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #main-nav > ul > .has-drop > ul > .has-drop > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 767px),
  screen and (orientation: portrait) and (max-width: 767px) {
  #header .bottom input[type='search'] {
    width: 100%;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  /* mobile */
  #header {
    margin-bottom: 49px;
  }
  #header ul {
    padding: 0;
    max-width: 80%;
  }
  #header li,
  #header .top .bg-color01 li {
    padding: 2px 8px;
  }
  #header .top .bg-color01 .log-in .fa {
    display: none;
  }
  #header .top .bg-color01 {
    margin: 0 -5px;
  }
  #header .navbar-brand {
    width: 120px;
  }
  #header .bottom .input-group {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }
  #header .bottom input[type='search'] {
    border-radius: 0;
  }
  #header .bottom:after {
    content: none;
  }
  .visual.detail div.time {
    position: absolute;
    text-align: center;
    width: auto;
    min-height: auto;
    padding: 5px 15px;
  }
  .home-slider {
    margin-bottom: 15px;
  }
  .home-slider .slick-slide {
    opacity: 1;
    position: relative;
  }
  .thumbnail .bg-img {
    height: auto;
  }
  .bg-img {
    background: none !important;
  }
  .bg-img img,
  .visual .bg-img {
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .filter .img-holder .bg-img,
  .filter .img-holder .bg-gradient {
    width: 100%;
  }
  .filter .img-holder .bg-img {
    height: auto;
  }
  .home-slider figure {
    display: block;
  }
  .home-slider figcaption {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 10px;
    background: rgba(0, 22, 77, 1);
    font-size: 12px;
  }
  .home-slider figcaption h2 {
    font-size: 25px;
  }
  .tabs .nav-tabs {
    margin-bottom: 15px;
  }
  .tabs .nav-tabs li > a,
  .tabs .nav-tabs li.active > a {
    min-width: auto;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
  }
  .thumbnail.md .bg-img,
  #sidebar .thumbnail.md .bg-img,
  .filter-02 .bg-img,
  .filter-03 .thumbnail.sm .bg-img {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-bottom: 15px;
  }
  .panel-filter {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .panel-filter span,
  .panel-filter a {
    width: 100%;
  }
  .panel-filter a span {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  .panel-filter span {
    margin-bottom: 15px;
  }
  .thumbnail.md,
  .thumbnail p {
    margin-bottom: 15px;
  }
  .thumbnail.sm {
    margin: 15px 0;
    min-height: auto;
  }
  .thumbnail.sm .bg-img {
    float: none;
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .visual blockquote {
    padding-left: 0;
  }
  .visual blockquote:before {
    content: none;
  }
  .event-group {
    margin-bottom: 15px;
  }
  .event-group .thumbnail.sm .bg-img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .event-group .thumbnail.sm div.time,
  #sidebar .thumbnail.md div.time {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 20px;
    border-radius: 0;
    margin-top: -1px;
  }
  .event-group .thumbnail.sm div.time span,
  #sidebar .thumbnail.md div.time span {
    padding: 0 15px;
    font-size: 35px;
  }
  .event-group .thumbnail.sm,
  .thumbnail.small {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .thumbnail.small .bg-img {
    margin-right: 15px;
  }
  .thumbnail.small .text {
    overflow: visible;
  }
  .filter li .img-holder {
    float: none;
    margin-right: 0;
  }
  .filter .img-holder ul {
    text-align: center;
    margin-bottom: 10px;
  }
  .filter-03 .thumbnail.sm .bg-img {
    margin-right: 0;
  }
  .filter-03 {
    margin: 15px 0;
  }
  .filter-03 .thumbnail.sm {
    margin-bottom: 15px;
  }
  .filter-04 .bg-img img {
    border-radius: 50%;
  }
  #content .filter,
  .form-search .checkbox,
  .form-search .holder,
  .form-search .form-control {
    margin-bottom: 15px;
  }
  .date-group .form-control {
    margin-bottom: 0;
  }
  .search-result .panel-filter {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
  }
  .search-result span.document,
  .search-result #content span.filter {
    float: none;
    display: block;
  }
  span.filter:before,
  span.filter:after {
    float: none;
  }
  .date-group {
    width: 49%;
    margin: 0 auto;
  }
  #content .filter > li {
    padding-top: 15px;
  }
  .search-result #content {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .search-result #content .filter {
    margin-bottom: 15px;
  }
  .pagination {
    margin-bottom: 8px;
  }
  .pagination ul {
    margin-left: -3px;
    margin-right: -3px;
  }
  .pagination li {
    padding-left: 3px;
    padding-right: 3px;
  }
  .pagination li a {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
  .pagination .previous a:before {
    margin-right: 5px;
  }
  .pagination .next a:after {
    margin-left: 5px;
  }
  #sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  #sidebar > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .btn-primary:before {
    height: 105%;
  }
  #sidebar .thumbnail.sm {
    min-height: auto;
    padding: 10px 0;
    margin: 10px 0;
  }
  .visual blockquote,
  #main h2 {
    margin-bottom: 8px;
  }
  #main p,
  #content > ul {
    margin-bottom: 15px;
  }
  #main {
    margin-bottom: 30px;
  }
  #main .social {
    padding: 0 15px;
  }
  #main .social li {
    font-size: 0;
    line-height: 0;
    padding: 5px;
    margin-bottom: 0;
  }
  #main .social li .fa {
    margin-right: 5px;
    width: 35px;
    height: 35px;
  }
  span.document {
    padding-left: 0;
  }
  span.document:before {
    float: none;
    margin-right: 10px;
    margin-left: 0;
  }
  .visual.detail .information-panel {
    margin-bottom: 15px;
  }
  .visual.detail .information-panel span:before {
    margin-right: 9px;
  }
  .contact-form {
    padding: 15px;
  }
  .contact-form .btn-holder {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .control {
    margin-bottom: 12px;
  }
  .contact-form textarea.form-control {
    margin-bottom: 10px;
  }
  span.error.help-inline {
    position: static;
    margin-bottom: 5px;
  }
  .contact-form .control.error:after,
  .contact-form .control.success:after {
    content: none;
  }
  .information-panel .time {
    padding-left: 28px;
  }
  .information-panel .time:before {
    margin-left: -28px;
  }
  #footer .row {
    padding-bottom: 0;
  }
  #footer .logo {
    margin-bottom: 30px;
  }

  #content ul.nav-tabs.nav-justified {
    margin-top: 12px;
    border-width: 1px 1px 0 1px;
    border-color: #dddddd;
    border-style: solid;
    border-radius: 5px 5px 0 0;
  }
  .nav-tabs.nav-justified > li.active > a {
    border-top: 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #ddd;
    background: #f8f8f8;
    border-width: 1px 0 1px 0;
  }
}
@media screen and (max-width: 768px) {
  #header ul,
  .bottom #main-nav ul li {
    max-width: 100% !important;
  }
}
.ui-widget {
  z-index: 2205;
}
.flag-icon {
  border-radius: 2px;
}
#content .filter .flag-icon + h3 {
  display: inline-block;
}
.title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.title-box .flag-icon {
  margin-right: 10px;
  line-height: 1.285714285714286;
}
.filter ul.contacts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 10px;
}
#content .filter ul.contacts-list li {
  width: 33%;
  padding-left: 0;
  list-style: none;
}
.filter ul.contacts-list li span {
  display: block;
  line-height: 1.25;
}
.filter ul.contacts-list li span:first-of-type {
  margin-top: 10px;
  font-weight: bold;
}
.filter .content-wbg {
  padding: 8px;
  background: #fcfcfd;
  border-radius: 4px;
}
.filter .text > .content-wbg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.filter .text > .content-wbg .title-box h3 {
  margin: 0;
}
#main .filter .title-contact h2 {
  margin: 0;
  line-height: 1;
}
.filter .title-contact span {
  line-height: 1.2;
  display: block;
  font-weight: 600;
}
.filter .info-list {
  margin-top: 15px;
  line-height: 1.2;
  font-size: 12px;
}
.filter.flex-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 660px) {
  .filter.flex-contact > li {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .filter.flex-contact > li > div .img-box {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .filter.flex-contact > li > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}
/* GOOD PRACTICE - ISOTOPE */
.isotope-item {
  z-index: 2;
}
.isotope-item:hover {
  z-index: 3;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}
.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-perspective: 2100px;
  perspective: 2100px;
}

/* GDPR */

#gdpr-box {
  display: none;
  width: 100%;
  background: #335b8a;
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 999;
  padding: 30px 15px;
}
#gdpr-box p {
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}
#gdpr-box a {
  color: #58b41c;
  text-decoration: underline;
}
#gdpr-box button.gdpr-button-accept {
  background: none;
  color: #fff;
  font-size: 12px;
}
#gdpr-box button.gdpr-button-accept,
#gdpr-box a.gdpr-button-settings {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 16px;
  text-decoration: none;
  margin: 0 0 0px 20px;
  border-radius: 2px;
  font-weight: 800;
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#gdpr-box button.gdpr-button-accept:hover {
  cursor: pointer;
}
#gdpr-box button.gdpr-button-accept:hover,
#gdpr-box a.gdpr-button-settings:hover {
  background: #ffffff;
  color: #000;
}

/* EDUCATION ENTRY LIST _ TABLE */
.search-result.education .panel-filter {
  text-align: left !important;
}
a.ccm-block-express-entry-list-advanced-search:after {
  border-width: 6px 6px 0px 6px !important;
  border-color: #337ab7 transparent transparent transparent !important;
}
a.ccm-block-express-entry-list-advanced-search-open:after {
  border-width: 0px 6px 6px 6px !important;
  border-color: transparent transparent #337ab7 transparent !important;
}
input::placeholder {
  color: #919191 !important;
}

.search-input-group {
  display: inline-block;
  background: #fff;
  border: 1px solid #e1e1e1;
}
.search-input-group .form-group {
  display: inline-block;
  margin: 0;
}
.search-input-group .form-control {
  border: 0;
  box-shadow: none;
}
.search-input-group .btn {
  height: 40px;
  border-radius: 0;
}
.search-input-group button:hover {
  background: #f1f1f1;
}
.table.course tr > th {
  font-size: 12px;
}
.table.course tr > td {
  font-size: 14px;
}
.table-container-shadow {
  overflow-x: auto;
}
.scrollable-table {
  padding: 10px 10px 0;
  overflow: hidden;
}
.scrollable-table .shadow {
  position: relative;
}
.scrollable-table .shadow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  pointer-events: none;
  background: linear-gradient(0deg, #fff, transparent);
}
.scrollable-table .shadow:before {
  content: '';
  position: absolute;
  width: 30px;
  top: 1px;
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
  bottom: 11px;
  z-index: 9;
  pointer-events: none;
}
.scrollable-table .shadow .table {
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  max-height: 600px;
}
.table-container-shadow .shadow .table td {
  min-width: 110px;
}
.table-container-shadow .shadow .table tbody tr td:first-of-type {
  min-width: 280px;
}
@media (max-width: 767) {
  .scrollable-table .shadow .table {
    max-height: 540px;
  }
}

/* ====================== Faq Item ======================== */

.accordion-trigger .fa-minus-circle,
.accordion-trigger.active .fa-plus-circle,
.accordion-trigger:hover .fa-plus-circle {
  display: none;
}
.accordion-trigger.active .fa-minus-circle,
.accordion-trigger:hover .fa-minus-circle {
  display: inline-block;
  color: #bdbdbd;
}
.accordion-trigger .fa-plus-circle {
  display: inline-block;
  color: #fff;
}
.accordion-trigger .fa-minus-circle,
.accordion-trigger .fa-plus-circle {
  position: absolute;
  top: 13px;
  right: 0px;
}

.accordion-trigger h3 {
  margin: 0 10px;
}
.accordion-trigger {
  color: #fff;
  text-decoration: none;
  padding: 10px 30px 10px 25px;
  margin: 0 0 15px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  background: rgba(0, 121, 196, 1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px rgba(194, 195, 201, 0.18);
  box-shadow: 2px 2px 2px rgba(194, 195, 201, 0.18);
}
.accordion-trigger i {
  padding-right: 10px;
  font-size: 18px;
  color: #fff;
}
.accordion-trigger:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.accordion-container {
  padding: 10px 10px 10px 25px;
}
.accordion-container p {
  margin: 0 0 10px;
}
.cke_dialog {
  z-index: 2500 !important;
}

/* Thumbnail list ex: featured topics homepage */
.thumbnail-list {
  width: 100%;
  max-width: 100%;
}
.thumbnail-list + .thumbnail-list {
  margin-top: 2rem;
}
.thumbnail-item {
  display: flex;
  flex-wrap: nowrap;
}
.thumbnail-text p {
  margin-bottom: 0.75rem !important;
  font-size: 1.4rem;
}
.thumbnail-img {
  width: 100px;
  min-width: 100px;
  height: 75px;
  background-size: cover;
  background-position: 50% 50%;
  margin-right: 2rem;
  border-radius: 4px;
}
@media (max-width: 470px) {
  .thumbnail-item {
    flex-direction: column;
  }
  .thumbnail-img {
    margin-bottom: 1rem;
  }
}


/* Blog */
.blog-header{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 4px;
  gap: 8px;
  flex-direction: column;
  margin-bottom: 39px;
}

.blog-header .blog-wrapper{
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-header .blog-item{
  display: inline-flex;
  align-items: center ;
  gap: 12px;
  font: 400 14px / 1.176470588235294 'Montserrat', sans-serif;
  color: #8b949d;
}

.blog-header .blog-item .icon{
  color: #57b31e;
  min-width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-header .author strong{
  font-size: 16px;
  color:#4f5357;
}

.blog-header .author .picture{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  min-width: 32px;
  width: 32px;
  aspect-ratio: 1;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#sidebar .ccm-block-page-list-pages .ccm-block-page-list-page-entry.thumbnail.sm:first-of-type {
  padding: 0;
}

#sidebar .ccm-block-page-list-page-entry.thumbnail.sm .ccm-block-page-list-page-entry-read-more a.btn-read-more{
  margin-bottom: 0;
}

ul.social > li:nth-child(2) {
  display: none !important;
}

/* Sharing buttons */
.share-btn-wrapper {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-top: 2px solid #f2f2f2;
  padding-top: 2rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;

  display: none;
}
.share-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: -2px;
}

.share-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 6px;
  border-radius: 50%;
  background-color: #f7f7f7;
  cursor: pointer;
}

.share-btn a:hover {
  background-color: #e9e9e9;
}