/*  ==========================================================================
	Setup: Variables, Mixins
    ========================================================================== */
/*  ==========================================================================
	Fonts
    ========================================================================== */


/*  ==========================================================================
	Global Settings & Utilities
    ========================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.group::after {
  display: block;
  clear: both;
  content: ""; }

img {
  max-width: 100%; }

figure {
  margin: 0px; }

p {
  font-family: 'Merriweather', serif;
  font-weight: 300; }

.font-family {

  font-family: 'Merriweather', serif;
}

h2 {
  line-height: 2.4375rem; }

h5 {
}

.display-1 {
  line-height: 3.875rem;
  color: #0095a1; }

@media screen and (max-width: 992px) {
  .display-1 {
    font-size: 3.3125rem; }
  h1, h2 {
    font-size: 1.875rem; } }

figure figcaption {
  font-family: 'Merriweather', serif;
  font-size: 0.75rem;
  font-style: italic;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 300; }
  figure figcaption h6 {
    font-size: 0.8125rem;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-top: 24px;
    margin-bottom: 16px; }

.image {
  padding: 5px;
  box-shadow: 9px 4px 8px -1px rgba(0, 0, 0, 0.4); }

.tag {
  margin-bottom: 22px; }
  .tag .tag-title {
    background: #e5007c;
    color: #fff;
    display: inline-block;
    min-width: 268px;
    padding: 4px 7px; }

.rounded {
  border-radius: 50% !important;
  width: 222px;
  height: 222px; }

.note {
 font-family: 'Merriweather', serif;
  font-weight: 700; }

.img-box-shadow {
  padding: 5px;
  box-shadow: 9px 6px 10px -1px rgba(0, 0, 0, 0.3); }

/*  ==========================================================================
	Layouts
    ========================================================================== */
#header {
  padding-top: 18px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1; }
  #header hr {
    margin-top: 3px;
    margin-bottom: 0; }

.sociable {
  font-size: 1.1875rem;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 22px;
  background: #3C5A99;
  display: inline-block; }
  .sociable .fab {
    color: #fff; }

#footer .nav-list li {
  display: inline-block;
  margin-left: 47px;
  margin-right: 47px;
  font-weight: 700;
 }
  #footer .nav-list li a {
    color: #000; }
  #footer .nav-list li:first-child {
    margin-left: 0px; }
  #footer .nav-list li:last-child {
    margin-right: 0px; }

@media screen and (max-width: 767px) {
  #footer .nav-list li {
    margin-left: 15px;
    margin-right: 15px; } }

@media screen and (max-width: 575px) {
  #footer {
    text-align: center; }
    #footer .nav-list li {
      display: block;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 10px; } }

/*  ==========================================================================
	Components
    ========================================================================== */
#main-navigation {
  text-align: right; }
  #main-navigation ul {
    margin-bottom: 0; }
    #main-navigation ul li {
      display: inline-block;
     /* margin-left: 41px;*/
      margin-right: 41px;
      font-weight: 700;
  }
      #main-navigation ul li > a {
        padding-left: 7px; display: block;}
      #main-navigation ul li a {
        color: #000;
        border-bottom: 5px solid transparent;
        position: relative;
        z-index: 2; }
      #main-navigation ul li:first-child {
        margin-left: 0px; }
      #main-navigation ul li:last-child {
        margin-right: 0px; }
      #main-navigation ul li:hover a {
        border-bottom: 5px solid #e5007c; }
      #main-navigation ul li.dropdown {
        position: relative;
       /* padding-left: 12px;*/
          padding-left: 0px;
        padding-right: 12px; }
        #main-navigation ul li.dropdown:hover > a {

/*
          background-color: #e5007c;
          color: #fff; 
          */
        
        }
        #main-navigation ul li.dropdown > ul {
          display: none;
          position: absolute;
          padding-left: 0;
          text-align: left;

          /*
          background-color: #e5007c;
          */

          top: 18px;
          /* padding: .5rem!important;*/
          padding-top: 20px;
        
          width: 100%;
          min-width: 220px;



        
        }
          #main-navigation ul li.dropdown > ul:before {
            content: "";

            /*
            background: #e5007c;
            */

            position: absolute;
            top: -26px;
            left: 0;
            width: 100%;
            height: 26px;
            display: block;
            z-index: -1; }
          #main-navigation ul li.dropdown > ul li {
            margin-left: 0px;
            display: block;
            margin-bottom: 6px; }
            #main-navigation ul li.dropdown > ul li:last-child {
              border-bottom: none; }
            #main-navigation ul li.dropdown > ul li a {
              color: #737373;
              padding-bottom: 0px;
              color: #000;
              border-bottom: 0; }
              #main-navigation ul li.dropdown > ul li a:hover {
                color: #fff; }
        #main-navigation ul li.dropdown:hover > ul {
          display: block; }

@media screen and (max-width: 767px) {
  #main-navigation ul li {
    margin-left: 15px;
    margin-right: 15px; } }

@media screen and (max-width: 575px) {
  #main-navigation ul li.dropdown > ul {
    display: none;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    width: calc(100% + 20px);
    left: -10px;
    top: 0; }
  #main-navigation ul li.dropdown > ul:before {
    display: none; }
  #main-navigation ul li.dropdown:hover > a {
    background-color: transparent; } }

.menu-btn {
  display: none;
  padding: 0px;
  border: 0;
  background: none; }

.menu-btn.active {
  z-index: 1000;
  top: 34px; }

.menu-btn span.line {
  display: block;
  height: 3px;
  width: 28px;
  position: relative;
  margin: 6px 0;
  background: #343895;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.menu-btn.active span:first-child {
  left: 0;
  top: 0px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.menu-btn.active span:last-child {
  left: 0;
  bottom: 18px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.menu-btn span:first-child, .menu-btn span:last-child {
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.menu-btn.active span:nth-child(2) {
  opacity: 0; }

.menu-btn:focus {
  outline: none; }

.menu-btn.active span.line {
  background: #ffffff; }

@media screen and (max-width: 575px) {
  .menu-btn {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    right: 20px;
    z-index: 10;
    top: 28px; }
  #main-navigation {
    padding-top: 100px;
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    background: rgba(52, 56, 149, 0.96);
    min-height: 100vh;
    top: -100%;
    transition: .5s;
    width: 100%; }
  #main-navigation.open {
    top: 0; }
  #main-navigation ul {
    padding-top: 10px;
    width: 100%; }
  #main-navigation ul li {
    text-align: center;
    display: block;
    font-size: 16px;
    margin: 0 0 15px 0 !important; }
  #main-navigation ul li li {
    margin-bottom: 0 !important; }
  #main-navigation ul li a {
    color: #ffffff; }
  #main-navigation ul li .btn {
    font-size: 16px;
    padding: 11px 20px; } }

@media screen and (max-width: 575px) {
  .menu-btn {
    top: 29px; } }

.card {
  border: none;
  margin-bottom: 53px; }
  .card .card-body {
    padding: 0; }
    .card .card-body .card-img {
      border-radius: 0;
      margin-bottom: 9px; }
    .card .card-body .card-title {
      color: #000; }
      .card .card-body .card-title span {
        font-weight: 300;
        vertical-align: middle; }

@media screen and (max-width: 992px) {
  .card {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .card {
    margin-bottom: 20px; } }

.breadcrumb {
  background: none;
  font-family: 'Merriweather', serif;
  font-size: 0.6875rem;
  color: rgba(0, 0, 0, 0.55);
  padding-left: 0;
  margin-bottom: 24px; }
  .breadcrumb .breadcrumb-item a {
    color: rgba(0, 0, 0, 0.55); }

.post {
  position: relative; }
  .post.paid-article:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    height: 195px;
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 1; }
  .post .lead {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    margin-bottom: 20px;
    line-height: 1.5625rem; }
  .post h1 {
    margin-bottom: 30px; }
  .post h5 {
    font-family: inherit; }
  .post h6 {
    font-family: 'Merriweather', serif;
    margin-bottom: 0; }
  .post img {
    margin-bottom: 16px; }
  .post figure img {
    width: 100%; }
  .post figure figcaption {
    font-family: 'Merriweather', serif;
    font-size: 0.75rem;
    font-style: italic;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: 300; }
    .post figure figcaption h6 {
      font-size: 0.8125rem;
      font-style: normal;
      font-family: 'Merriweather', serif;
      font-weight: 400;
      padding-top: 24px;
      margin-bottom: 16px; }

.intro h6 {
 font-family: 'Merriweather', serif; }

.intro p {
 font-family: 'Merriweather', serif;
  font-size: 1.0625rem;
  font-weight: 300;
  color: #000; }
  .intro p a {
    font-weight: 300;
    color: #000; }

.intro hr {
  margin-top: 4px;
  margin-bottom: 16px; }

.intro .description {
  padding-top: 50px; }

/*  ==========================================================================
	Pages
    ========================================================================== */
.list1 .card {
  margin-bottom: 15px; }
  .list1 .card .card-body .card-wrapper {
    max-width: 198px;
    margin: 0 auto; }
  .list1 .card .card-body .card-title {
    font-family: 'Merriweather', serif;
    margin-bottom: 4px; }
  .list1 .card .card-body p {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 0.8125rem;
    color: #000; }

