@font-face {
  font-family: Rubik-Regular;
  src: url("../ttf/rubik-regular-2.ttf");
}

@font-face {
  font-family: Rubik-Black;
  src: url("../ttf/rubik-black-2.ttf");
}

@font-face {
  font-family: Rubik-BlackItalic;
  src: url("../ttf/rubik-blackitalic-2.ttf");
}

@font-face {
  font-family: Rubik-Bold;
  src: url("../ttf/rubik-bold-2.ttf");
}

@font-face {
  font-family: Rubik-BoldItalic;
  src: url("../ttf/rubik-bolditalic-2.ttf");
}

@font-face {
  font-family: Rubik-Italic;
  src: url("../ttf/rubik-italic-2.ttf");
}

@font-face {
  font-family: Rubik-Light;
  src: url("../ttf/rubik-light-2.ttf");
}

@font-face {
  font-family: Rubik-LightItalic;
  src: url("../ttf/rubik-lightitalic-2.ttf");
}

@font-face {
  font-family: Rubik-Medium;
  src: url("../ttf/rubik-medium-2.ttf");
}

@font-face {
  font-family: Rubik-MediumItalic;
  src: url("../ttf/rubik-mediumitalic-2.ttf");
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

body h1 {
  font-weight: 300;
  font-size: 32px;
  font-family: Rubik-Regular;
  line-height: 1.4375;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

body h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.4375;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

body p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

body input,
body select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 200;
  font-size: 16px;
  color: #333;
}

body textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 200;
  font-size: 16px;
  color: #333;
}

body label {
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body a {
  font-weight: 300;
}

body .btn {
  padding: 10px 15px;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0px;
  border: 1px solid #000000;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.hollow {
  border-radius: 0px;
  border: 1px solid #a4cf57;
  background-color: transparent;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.hollow:hover {
  background-color: #a4cf57;
  color: #000000;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body .btn.hollow-about-us {
  border-radius: 0px;
  border: 1px solid #000000;
  background-color: #555555;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.hollow-about-us:hover {
  background-color: #434343;
  color: #ffffff;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body .btn.lns-digital-banking-hollow {
  border-radius: 4px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.lns-digital-banking-hollow:hover {
  background-color: #fff;
  color: #000000;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body .btn.hollow-black {
  border-radius: 0px;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .btn.hollow-black:hover {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

body section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.center-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navigation {
  position: fixed;
  height: 110px;
  background: #17497b;
}

.brand {
  position: absolute;
  padding-left: 0px;
  float: left;
  text-transform: uppercase;
  font-size: 1.4em;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.brand img {
  height: 95px;
  width: auto;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
}

.nav-dropdown {
  position: absolute;
  background: #17497b;
  display: none;
  z-index: 1;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #17497b;
  height: 110px;
  width: 110px;
}

#nav-toggle {
  position: absolute;
  right: 20px;
  top: 38px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*-*/
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  /*background-color: #4caf50;*/
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover,
.dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

.main-banner {
  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;
  background-image: url(../home.html);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 520px;
}

.main-banner .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 290px;
  width: 1200px;
}

.main-banner .center-content h1 {
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  height: auto;
  letter-spacing: normal;
  line-height: 56px;
  margin: 0 0 20px;
  color: #ffffff;
}

.main-banner .center-content p {
  margin: 0 0 20px;
}

.main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.learn-more-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.learn-more-btn {
  background-color: white;
  color: black;
}

.learn-more-btn:hover {
  background-color: black;
  color: white;
}

.new-footer {
  background-color: #17497b;
  padding: 25px 0px 25px 35px;
}

.new-footer-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: auto;
}

.new-footer-top-img {
  background-color: white;
}

.new-footer-top-img:hover {
  background-color: yellowgreen;
}

.new-footer-side {
  width: 20%;
  float: left;
  font-size: 11px;
  margin-top: 25px;
}

.new-footer-side__left {
  margin: auto;
}

.new-footer-side__right {
  text-align: right;
}

.new-footer-middle {
  float: left;
  width: 50%;
  margin: auto;
}

.new-footer-middle__bottom {
  margin: auto;
  text-align: center;
  margin: 20px auto;
}

.footer-section-link {
  text-decoration: none;
  color: white;
  padding: 5px 25px;
}

.footer-section-link:hover {
  color: yellowgreen;
}

.footer-link {
  text-decoration: none;
  color: yellow;
}

.footer_icons {
  width: 25px;
  margin: 0 10px;
}

.main-pitchline {
  color: white;
  margin-bottom: 100px;
}

.learn-more {
  padding: 50px 0;
  height: 270px;
  background-image: url(../home.html);
  background-position: center;
  background-size: cover;
}

.learn-more .center-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.learn-more .center-content h1 {
  float: left;
  font-weight: unset;
  margin: 0;
  color: #ffffff;
}

.learn-more .center-content a {
  float: right;
}

.learn-more .center-content__digital-banking {
  margin-left: 1em;
}

.learn-more .center-content__digital-banking h1 {
  float: left;
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  color: white;
  word-wrap: normal;
  width: 17em;
}

.learn-more .center-content__digital-banking a {
  float: right;
}

.learn-more .center-content__fintech {
  margin-left: 1em;
}

.learn-more .center-content__fintech h1 {
  float: left;
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  color: white;
  word-wrap: normal;
  width: 17em;
}

.learn-more .center-content__fintech a {
  float: right;
}

.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 50px 30px;
}

.footer .center-content {
  border-bottom: 0.5px solid #ffffff;
  padding: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.footer .center-content .column-1,
.footer .center-content .column-2,
.footer .center-content .column-3,
.footer .center-content .column-4,
.footer .center-content .column-5 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .center-content .column-1 h2,
.footer .center-content .column-2 h2,
.footer .center-content .column-3 h2,
.footer .center-content .column-4 h2,
.footer .center-content .column-5 h2 {
  margin-top: 0;
}

.footer .center-content .column-1 a,
.footer .center-content .column-2 a,
.footer .center-content .column-3 a,
.footer .center-content .column-4 a,
.footer .center-content .column-5 a {
  color: #cccccc;
  text-decoration: none;
}

.footer .center-content .column-1 a:hover,
.footer .center-content .column-2 a:hover,
.footer .center-content .column-3 a:hover,
.footer .center-content .column-4 a:hover,
.footer .center-content .column-5 a:hover {
  color: #ffffff;
}

.footer .center-content .column-1 a.btn,
.footer .center-content .column-2 a.btn,
.footer .center-content .column-3 a.btn,
.footer .center-content .column-4 a.btn,
.footer .center-content .column-5 a.btn {
  background-color: #cccccc;
  width: 100%;
  text-align: center;
  color: #000000;
}

.footer .center-content .column-1 a.btn:hover,
.footer .center-content .column-2 a.btn:hover,
.footer .center-content .column-3 a.btn:hover,
.footer .center-content .column-4 a.btn:hover,
.footer .center-content .column-5 a.btn:hover {
  background-color: #ffffff;
}

.footer .center-content .column-1 .social,
.footer .center-content .column-2 .social,
.footer .center-content .column-3 .social,
.footer .center-content .column-4 .social,
.footer .center-content .column-5 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .center-content .column-1 .social .facebook,
.footer .center-content .column-1 .social .instagram,
.footer .center-content .column-1 .social .youtube,
.footer .center-content .column-2 .social .facebook,
.footer .center-content .column-2 .social .instagram,
.footer .center-content .column-2 .social .youtube,
.footer .center-content .column-3 .social .facebook,
.footer .center-content .column-3 .social .instagram,
.footer .center-content .column-3 .social .youtube,
.footer .center-content .column-4 .social .facebook,
.footer .center-content .column-4 .social .instagram,
.footer .center-content .column-4 .social .youtube,
.footer .center-content .column-5 .social .facebook,
.footer .center-content .column-5 .social .instagram,
.footer .center-content .column-5 .social .youtube {
  background-color: #ffffff;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin-right: 4%;
}

.footer .center-content .column-1 .social .facebook img,
.footer .center-content .column-1 .social .instagram img,
.footer .center-content .column-1 .social .youtube img,
.footer .center-content .column-2 .social .facebook img,
.footer .center-content .column-2 .social .instagram img,
.footer .center-content .column-2 .social .youtube img,
.footer .center-content .column-3 .social .facebook img,
.footer .center-content .column-3 .social .instagram img,
.footer .center-content .column-3 .social .youtube img,
.footer .center-content .column-4 .social .facebook img,
.footer .center-content .column-4 .social .instagram img,
.footer .center-content .column-4 .social .youtube img,
.footer .center-content .column-5 .social .facebook img,
.footer .center-content .column-5 .social .instagram img,
.footer .center-content .column-5 .social .youtube img {
  width: 20px;
}

.footer .center-content .column-1 .social .youtube,
.footer .center-content .column-2 .social .youtube,
.footer .center-content .column-3 .social .youtube,
.footer .center-content .column-4 .social .youtube,
.footer .center-content .column-5 .social .youtube {
  margin-right: unset;
}

.cool-footer {
  background-color: #17497b;
  background-image: url(../png/footergraphic-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
}

.cool-footer .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cool-footer .center-content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.cool-footer .center-content .content {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cool-footer .center-content .content .left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
}

.cool-footer .center-content .content .left p {
  font-size: 10px;
}

.cool-footer .center-content .content .center-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 50px;
}

.cool-footer .center-content .content .center-footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0 20px 30px;
}

.cool-footer .center-content .content .center-footer .top a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.cool-footer .center-content .content .center-footer .top a:hover {
  color: #a4cf57;
}

.cool-footer .center-content .content .center-footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 30px;
}

.cool-footer .center-content .content .center-footer .bottom .facebook {
  background-image: url(../png/fbwhite-2.png);
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.cool-footer .center-content .content .center-footer .bottom .facebook:hover {
  background-image: url(../fbgreen.html);
}

.cool-footer .center-content .content .center-footer .bottom .linkedin {
  background-image: url(../svg/linkedwhite-2.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.cool-footer .center-content .content .center-footer .bottom .linkedin:hover {
  background-image: url(../svg/linkedgreen-2.svg);
}

.cool-footer .center-content .content .center-footer .bottom .youtube {
  background-image: url(../svg/youtubewhite-2.svg);
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cool-footer .center-content .content .center-footer .bottom .youtube:hover {
  background-image: url(../svg/youtubegreen-2.svg);
}

.cool-footer .center-content .content .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cool-footer .center-content .content .right p {
  text-align: right;
  font-size: 10px;
}

.cool-footer .center-content .content .right a {
  color: #ffffff;
  text-decoration: none;
}

.cool-footer .center-content .content .right a:hover {
  text-decoration: underline;
  color: #a4cf57;
}

.cool-footer .center-content .content .copyright {
  display: none;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li .submenu-opener-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 17px;
}

nav ul li .submenu-opener-wrapper span {
  color: white;
  cursor: pointer;
  padding-left: 4px;
}

nav ul li .submenu-opener-wrapper:hover {
  background: #17497b;
  color: #a4cf57;
}

nav ul li .submenu-opener-wrapper:hover a,
nav ul li .submenu-opener-wrapper:hover span {
  color: #a4cf57;
}

nav ul li .button-schedule {
  background-color: #a4cf57;
  padding: 10px 20px;
  line-height: unset;
  color: white;
  margin: 33px 0;
  white-space: normal;
  position: relative;
  border-radius: 4px;
}

nav ul li .button-schedule:hover {
  background-color: black;
  color: white;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  line-height: 110px;
  color: #ffffff;
  text-decoration: none;
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

nav ul li ul li a:hover {
  color: #a4cf57;
}

nav .active-submenu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}

nav .content-item:hover,
nav .number:hover,
nav .active-number:hover {
  cursor: pointer;
}

.blog-post-main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(../jpg/header_graphic-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: 550px;
  padding-bottom: 90px;
}

.blog-post-main-banner .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 290px;
  width: 1200px;
}

.blog-post-main-banner .center-content h1 {
  font-family: Rubik-Medium;
  font-size: 68px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
          font-variant-ligatures: normal;
  font-variant-numeric: normal;
  height: auto;
  letter-spacing: 1.02px;
  line-height: 78.2px;
  color: #ffffff;
  margin: 0px 0 30px;
}

.blog-post-main-banner .center-content p {
  margin: 0 0 30px;
  color: #ffffff;
}

.blog-post-main-banner .center-content .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post-main-banner .center-content .btn:first-child {
  margin-right: 2%;
}

.blog-post-main-banner .center-content .btn:nth-child(2) {
  padding: 10px 15px;
  text-decoration: none;
  background-color: #a4cf57;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #a4cf57;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.blog-post-main-banner .center-content .btn:nth-child(2):hover {
  background-color: #ffffff;
  color: #17497b;
  border: 1px solid #ffffff;
}

.blog-post-content {
  padding: 75px 0;
}

.blog-post-content .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.blog-post-content .center-content .picture {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-post-content .center-content .picture img {
  height: 100%;
  width: 100%;
  border-bottom: 5px solid #a4cf57;
}

.blog-post-content .center-content .post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #17497b;
  border-bottom: 1px solid #f4f4f4;
}

.blog-post-content .center-content .post-details .author {
  background-image: url("../png/ic-author.png");
}

.blog-post-content .center-content .post-details .published-date {
  background-image: url("../png/ic-timedate.png");
}

.blog-post-content .center-content .post-details .tags-container {
  background-image: url("../png/ic-tag.png");
}

.blog-post-content .center-content .post-details .author,
.blog-post-content .center-content .post-details .published-date,
.blog-post-content .center-content .post-details .tags-container {
  margin: 10px 0;
  background-position: left;
  background-repeat: no-repeat;
}

.blog-post-content .center-content .post-details .author p,
.blog-post-content .center-content .post-details .published-date p,
.blog-post-content .center-content .post-details .tags-container p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
  margin: 0;
  padding-left: 27px;
}

.blog-post-content .center-content .post-details .published-date,
.blog-post-content .center-content .post-details .tags-container {
  margin-left: 25px;
}

.blog-post-content .center-content .post-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  word-break: break-word;
}

.blog-post-content .center-content .post-content h1,
.blog-post-content .center-content .post-content h2,
.blog-post-content .center-content .post-content h3,
.blog-post-content .center-content .post-content h4,
.blog-post-content .center-content .post-content h5,
.blog-post-content .center-content .post-content h6 {
  margin: 20px 0;
  font-family: Rubik-Medium;
  color: #17497b;
}

.blog-post-content .center-content .post-content h1 {
  font-size: 68px;
  letter-spacing: 1.02px;
  line-height: 78.2px;
}

.blog-post-content .center-content .post-content h2 {
  font-size: 55px;
  letter-spacing: 1.02px;
  line-height: 65px;
}

.blog-post-content .center-content .post-content h3 {
  font-size: 43px;
  letter-spacing: 1.02px;
  line-height: 53px;
}

.blog-post-content .center-content .post-content h4 {
  font-size: 34px;
  letter-spacing: 1.02px;
  line-height: 44px;
  position: relative;
  border-bottom: 4px solid transparent;
  z-index: -1;
}

.blog-post-content .center-content .post-content h4:before {
  position: absolute;
  background: #a4cf57;
  height: 4px;
  content: '';
  width: 150px;
  bottom: -6px;
  left: 0;
  z-index: -1;
}

.blog-post-content .center-content .post-content h5 {
  font-size: 27px;
  letter-spacing: 1.02px;
  line-height: 37px;
  position: relative;
  border-bottom: 4px solid transparent;
  z-index: -1;
}

.blog-post-content .center-content .post-content h5:before {
  position: absolute;
  background: #a4cf57;
  height: 4px;
  content: '';
  width: 150px;
  bottom: -6px;
  left: 0;
  z-index: -1;
}

.blog-post-content .center-content .post-content h6 {
  font-size: 22px;
  letter-spacing: 1.02px;
  line-height: 32px;
}

.blog-post-content .center-content .post-content blockquote {
  border-left: 5px solid #17497b;
  margin: 0 0 0 15px;
  padding-left: 10px;
}

.blog-post-content .center-content .post-content p,
.blog-post-content .center-content .post-content .p-bold {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}

.blog-post-content .center-content .post-content .p-bold {
  font-weight: bold;
}

.blog-post-content .center-content .post-content a {
  text-decoration: none;
  font-weight: bold;
}

.blog-post-content .center-content .post-content img {
  width: 100%;
}

.blog-post-content .center-content .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin: 20px 0;
}

.blog-post-content .center-content .social-icons .facebook,
.blog-post-content .center-content .social-icons .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
}

.blog-post-content .center-content .social-icons .facebook .fb-icon,
.blog-post-content .center-content .social-icons .facebook .in-icon,
.blog-post-content .center-content .social-icons .in .fb-icon,
.blog-post-content .center-content .social-icons .in .in-icon {
  background-repeat: no-repeat;
  background-position: center;
}

.blog-post-content .center-content .social-icons .facebook div,
.blog-post-content .center-content .social-icons .in div {
  height: 30px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-post-content .center-content .social-icons .facebook {
  background-color: #4267b2;
  margin-right: 10px;
}

.blog-post-content .center-content .social-icons .facebook .fb-icon {
  background-image: url("../png/fbwhite-2.png");
}

.blog-post-content .center-content .social-icons .in {
  margin-left: 10px;
  background-color: #2867b2;
}

.blog-post-content .center-content .social-icons .in .in-icon {
  background-image: url("../png/linkedwhite.png");
}

.blog-post-content .center-content .also-like-posts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-post-content .center-content .also-like-posts-container h2 {
  font-family: Rubik-Medium;
  font-size: 38px;
  line-height: 40px;
  color: #17497b;
}

.blog-post-content .center-content .also-like-posts-container .also-like-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.blog-post-content .center-content .also-like-posts-container .also-like-posts a {
  font-size: 16px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  -webkit-font-variant-ligatures: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 700;
  height: auto;
  letter-spacing: 0.858px;
  line-height: 24px;
  text-decoration: none;
  color: #000;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  cursor: pointer;
}

.blog-post-content .center-content .also-like-posts-container .also-like-posts a img,
.blog-post-content .center-content .also-like-posts-container .also-like-posts a .also-like-post-img {
  height: 200px;
}

@media screen and (min-width: 1025px) {
  .nav-list {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  .center-content {
    width: 100%;
  }
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 95px 0 0;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav ul .submenu-opener-wrapper {
    line-height: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav ul li {
    float: none;
  }
  nav ul li .button-schedule {
    margin: 15px 0;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
    line-height: 20px;
  }
  .nav-dropdown {
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-list {
    text-align: center;
    height: calc(100% - 110px);
    width: 100vw;
    background-color: #17497b;
    position: fixed;
    top: 110px;
    z-index: 1000;
    display: none;
    -webkit-transition: display 2s;
    transition: display 2s;
    overflow-y: auto;
  }
}

@media screen and (max-width: 785px) {
  p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
  }
  .blog-post-main-banner .center-content {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .blog-post-main-banner .center-content h1 {
    font-family: Rubik-Regular;
    font-size: 30px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.45px;
    line-height: 34.5px;
  }
  .blog-post-content {
    padding: 50px 0;
  }
  .blog-post-content .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .blog-post-content .center-content .picture {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .blog-post-content .center-content .picture img {
    height: 100%;
    width: 100%;
    border-bottom: 5px solid #a4cf57;
  }
  .blog-post-content .center-content .post-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #17497b;
    border-bottom: 1px solid #f4f4f4;
  }
  .blog-post-content .center-content .post-details .author {
    background-image: url("../png/ic-author.png");
  }
  .blog-post-content .center-content .post-details .published-date {
    background-image: url("../png/ic-timedate.png");
  }
  .blog-post-content .center-content .post-details .tags-container {
    background-image: url("../png/ic-tag.png");
  }
  .blog-post-content .center-content .post-details .author,
  .blog-post-content .center-content .post-details .published-date,
  .blog-post-content .center-content .post-details .tags-container {
    margin: 10px 0;
    background-position: left;
    background-repeat: no-repeat;
  }
  .blog-post-content .center-content .post-details .author p,
  .blog-post-content .center-content .post-details .published-date p,
  .blog-post-content .center-content .post-details .tags-container p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
    margin: 0;
    padding-left: 25px;
  }
  .blog-post-content .center-content .post-details .published-date,
  .blog-post-content .center-content .post-details .tags-container {
    margin-left: 25px;
  }
  .blog-post-content .center-content .post-content {
    color: #000;
  }
  .blog-post-content .center-content .post-content h1,
  .blog-post-content .center-content .post-content h2,
  .blog-post-content .center-content .post-content h3,
  .blog-post-content .center-content .post-content h4,
  .blog-post-content .center-content .post-content h5,
  .blog-post-content .center-content .post-content h6 {
    margin: 20px 0;
    font-family: Rubik-Medium;
    color: #17497b;
  }
  .blog-post-content .center-content .post-content h1 {
    font-size: 68px;
    letter-spacing: 1.02px;
    line-height: 78.2px;
  }
  .blog-post-content .center-content .post-content h2 {
    font-size: 55px;
    letter-spacing: 1.02px;
    line-height: 65px;
  }
  .blog-post-content .center-content .post-content h3 {
    font-size: 43px;
    letter-spacing: 1.02px;
    line-height: 53px;
  }
  .blog-post-content .center-content .post-content h4 {
    font-size: 34px;
    letter-spacing: 1.02px;
    line-height: 44px;
  }
  .blog-post-content .center-content .post-content h5 {
    font-size: 27px;
    letter-spacing: 1.02px;
    line-height: 37px;
  }
  .blog-post-content .center-content .post-content h6 {
    font-size: 22px;
    letter-spacing: 1.02px;
    line-height: 32px;
  }
  .blog-post-content .center-content .post-content p,
  .blog-post-content .center-content .post-content .p-bold {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
  }
  .blog-post-content .center-content .post-content .p-bold {
    font-weight: bold;
  }
  .blog-post-content .center-content .post-content img {
    width: 100%;
  }
  .blog-post-content .center-content .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin: 20px 0;
  }
  .blog-post-content .center-content .social-icons .facebook,
  .blog-post-content .center-content .social-icons .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 10px;
  }
  .blog-post-content .center-content .social-icons .facebook .fb-icon,
  .blog-post-content .center-content .social-icons .facebook .in-icon,
  .blog-post-content .center-content .social-icons .in .fb-icon,
  .blog-post-content .center-content .social-icons .in .in-icon {
    background-repeat: no-repeat;
    background-position: center;
  }
  .blog-post-content .center-content .social-icons .facebook div,
  .blog-post-content .center-content .social-icons .in div {
    height: 30px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-post-content .center-content .social-icons .facebook {
    background-color: #4267b2;
    margin-right: 10px;
  }
  .blog-post-content .center-content .social-icons .facebook .fb-icon {
    background-image: url("../png/fbwhite-2.png");
  }
  .blog-post-content .center-content .social-icons .in {
    margin-left: 10px;
    background-color: #2867b2;
  }
  .blog-post-content .center-content .social-icons .in .in-icon {
    background-image: url("../png/linkedwhite.png");
  }
  .blog-post-content .center-content .also-like-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-post-content .center-content .also-like-posts-container h2 {
    font-family: Rubik-Medium;
    font-size: 38px;
    line-height: 40px;
    color: #17497b;
  }
  .blog-post-content .center-content .also-like-posts-container .also-like-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .blog-post-content .center-content .also-like-posts-container .also-like-posts .also-like-post {
    width: 100%;
    padding-top: 15px;
    cursor: pointer;
  }
  .blog-post-content .center-content .also-like-posts-container .also-like-posts .also-like-post img {
    width: 100%;
    height: 300px;
  }
  .footer .center-content .column-1,
  .footer .center-content .column-2,
  .footer .center-content .column-3,
  .footer .center-content .column-4,
  .footer .center-content .column-5 {
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  .footer .center-content .column-1 h2,
  .footer .center-content .column-2 h2,
  .footer .center-content .column-3 h2,
  .footer .center-content .column-4 h2,
  .footer .center-content .column-5 h2 {
    margin-top: 0;
  }
  .footer .center-content .column-1 a,
  .footer .center-content .column-2 a,
  .footer .center-content .column-3 a,
  .footer .center-content .column-4 a,
  .footer .center-content .column-5 a {
    color: #cccccc;
    text-decoration: none;
    margin-bottom: 15px;
  }
  .footer .center-content .column-1 a:hover,
  .footer .center-content .column-2 a:hover,
  .footer .center-content .column-3 a:hover,
  .footer .center-content .column-4 a:hover,
  .footer .center-content .column-5 a:hover {
    color: #ffffff;
  }
  .footer .center-content .column-1 a.btn,
  .footer .center-content .column-2 a.btn,
  .footer .center-content .column-3 a.btn,
  .footer .center-content .column-4 a.btn,
  .footer .center-content .column-5 a.btn {
    background-color: #cccccc;
    width: 100%;
    text-align: center;
    color: #000000;
  }
  .footer .center-content .column-1 a.btn:hover,
  .footer .center-content .column-2 a.btn:hover,
  .footer .center-content .column-3 a.btn:hover,
  .footer .center-content .column-4 a.btn:hover,
  .footer .center-content .column-5 a.btn:hover {
    background-color: #ffffff;
  }
  .cool-footer {
    background-color: #17497b;
    background-image: url(../png/footergraphic-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .cool-footer .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cool-footer .center-content .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .cool-footer .center-content .content {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cool-footer .center-content .content .left {
    display: none;
  }
  .cool-footer .center-content .content .copyright {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .cool-footer .center-content .content .copyright p {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
  .cool-footer .center-content .content .center-footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 50px;
  }
  .cool-footer .center-content .content .center-footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 20px 30px;
  }
  .cool-footer .center-content .content .center-footer .top a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
  }
  .cool-footer .center-content .content .center-footer .top a:hover {
    color: #a4cf57;
  }
  .cool-footer .center-content .content .center-footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 30px;
  }
  .cool-footer .center-content .content .center-footer .bottom .facebook {
    background-image: url(../svg/fbwhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  .cool-footer .center-content .content .center-footer .bottom .facebook:hover {
    background-image: url(../fbgreen-2.html);
  }
  .cool-footer .center-content .content .center-footer .bottom .linkedin {
    background-image: url(../svg/linkedwhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  .cool-footer .center-content .content .center-footer .bottom .linkedin:hover {
    background-image: url(../svg/linkedgreen-2.svg);
  }
  .cool-footer .center-content .content .center-footer .bottom .youtube {
    background-image: url(../svg/youtubewhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cool-footer .center-content .content .center-footer .bottom .youtube:hover {
    background-image: url(../svg/youtubegreen-2.svg);
  }
  .cool-footer .center-content .content .right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .cool-footer .center-content .content .right p {
    text-align: center;
    font-size: 10px;
    width: 100%;
  }
  .cool-footer .center-content .content .right a {
    color: #ffffff;
    text-decoration: none;
  }
  .cool-footer .center-content .content .right a:hover {
    text-decoration: underline;
    color: #a4cf57;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child),
  .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .blog-post-main-banner .center-content {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .blog-post-main-banner .center-content h1 {
    font-family: Rubik-Regular;
    font-size: 30px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.45px;
    line-height: 34px;
  }
  .blog-post-content {
    padding: 15px 0;
  }
  .blog-post-content .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 15px;
  }
  .blog-post-content .center-content .picture {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .blog-post-content .center-content .picture img {
    height: 100%;
    width: 100%;
    border-bottom: 5px solid #a4cf57;
  }
  .blog-post-content .center-content .post-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    color: #17497b;
    border-bottom: 1px solid #f4f4f4;
  }
  .blog-post-content .center-content .post-details .author {
    background-image: url("../png/ic-author.png");
  }
  .blog-post-content .center-content .post-details .published-date {
    background-image: url("../png/ic-timedate.png");
  }
  .blog-post-content .center-content .post-details .tags-container {
    background-image: url("../png/ic-tag.png");
  }
  .blog-post-content .center-content .post-details .author,
  .blog-post-content .center-content .post-details .published-date,
  .blog-post-content .center-content .post-details .tags-container {
    margin: 10px 0;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 15px;
  }
  .blog-post-content .center-content .post-details .author p,
  .blog-post-content .center-content .post-details .published-date p,
  .blog-post-content .center-content .post-details .tags-container p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
    margin: 0;
    padding-left: 25px;
    word-break: break-word;
  }
  .blog-post-content .center-content .post-details .published-date,
  .blog-post-content .center-content .post-details .tags-container {
    margin-left: 0px;
  }
  .blog-post-content .center-content .post-content {
    color: #000;
  }
  .blog-post-content .center-content .post-content h1,
  .blog-post-content .center-content .post-content h2,
  .blog-post-content .center-content .post-content h3,
  .blog-post-content .center-content .post-content h4,
  .blog-post-content .center-content .post-content h5,
  .blog-post-content .center-content .post-content h6 {
    margin: 20px 0;
    font-family: Rubik-Medium;
    color: #17497b;
  }
  .blog-post-content .center-content .post-content h1 {
    font-size: 36px;
    letter-spacing: 1.02px;
    line-height: 44px;
  }
  .blog-post-content .center-content .post-content h2 {
    font-size: 30px;
    letter-spacing: 1.02px;
    line-height: 40px;
  }
  .blog-post-content .center-content .post-content h3 {
    font-size: 28px;
    letter-spacing: 1.02px;
    line-height: 37px;
  }
  .blog-post-content .center-content .post-content h4 {
    font-size: 25px;
    letter-spacing: 1.02px;
    line-height: 35px;
  }
  .blog-post-content .center-content .post-content h5 {
    font-size: 22px;
    letter-spacing: 1.02px;
    line-height: 32px;
  }
  .blog-post-content .center-content .post-content h6 {
    font-size: 18px;
    letter-spacing: 1.02px;
    line-height: 28px;
  }
  .blog-post-content .center-content .post-content p,
  .blog-post-content .center-content .post-content .p-bold {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
  }
  .blog-post-content .center-content .post-content .p-bold {
    font-weight: bold;
  }
  .blog-post-content .center-content .post-content img {
    width: 100%;
  }
  .blog-post-content .center-content .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    margin: 20px 0;
  }
  .blog-post-content .center-content .social-icons .facebook,
  .blog-post-content .center-content .social-icons .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 10px;
  }
  .blog-post-content .center-content .social-icons .facebook .fb-icon,
  .blog-post-content .center-content .social-icons .facebook .in-icon,
  .blog-post-content .center-content .social-icons .in .fb-icon,
  .blog-post-content .center-content .social-icons .in .in-icon {
    background-repeat: no-repeat;
    background-position: center;
  }
  .blog-post-content .center-content .social-icons .facebook div,
  .blog-post-content .center-content .social-icons .in div {
    height: 30px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-post-content .center-content .social-icons .facebook {
    background-color: #4267b2;
  }
  .blog-post-content .center-content .social-icons .facebook .fb-icon {
    background-image: url("../png/fbwhite-2.png");
  }
  .blog-post-content .center-content .social-icons .in {
    background-color: #2867b2;
  }
  .blog-post-content .center-content .social-icons .in .in-icon {
    background-image: url("../png/linkedwhite.png");
  }
  .blog-post-content .center-content .also-like-posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog-post-content .center-content .also-like-posts-container h2 {
    font-family: Rubik-Medium;
    font-size: 36px;
    line-height: 44px;
    color: #17497b;
  }
  .blog-post-content .center-content .also-like-posts-container .also-like-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .blog-post-content .center-content .also-like-posts-container .also-like-posts .also-like-post {
    width: 100%;
    padding-top: 15px;
    cursor: pointer;
  }
  .blog-post-content .center-content .also-like-posts-container .also-like-posts .also-like-post img {
    width: 100%;
    height: 250px;
  }
  .cool-footer {
    background-color: #17497b;
    background-image: url(../png/footergraphic-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0;
  }
  .cool-footer .center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cool-footer .center-content .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0;
  }
  .cool-footer .center-content .content {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cool-footer .center-content .content .left {
    display: none;
  }
  .cool-footer .center-content .content .copyright {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .cool-footer .center-content .content .copyright p {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
  .cool-footer .center-content .content .center-footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 50px;
  }
  .cool-footer .center-content .content .center-footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 20px 30px;
  }
  .cool-footer .center-content .content .center-footer .top a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .cool-footer .center-content .content .center-footer .top a:hover {
    color: #a4cf57;
  }
  .cool-footer .center-content .content .center-footer .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 30px;
  }
  .cool-footer .center-content .content .center-footer .bottom .facebook {
    background-image: url(../svg/fbwhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  .cool-footer .center-content .content .center-footer .bottom .facebook:hover {
    background-image: url(../fbgreen-2.html);
  }
  .cool-footer .center-content .content .center-footer .bottom .linkedin {
    background-image: url(../svg/linkedwhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  .cool-footer .center-content .content .center-footer .bottom .linkedin:hover {
    background-image: url(../svg/linkedgreen-2.svg);
  }
  .cool-footer .center-content .content .center-footer .bottom .youtube {
    background-image: url(../svg/youtubewhite-2.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cool-footer .center-content .content .center-footer .bottom .youtube:hover {
    background-image: url(../svg/youtubegreen-2.svg);
  }
  .cool-footer .center-content .content .right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .cool-footer .center-content .content .right p {
    text-align: center;
    font-size: 10px;
  }
  .cool-footer .center-content .content .right a {
    color: #ffffff;
    text-decoration: none;
  }
  .cool-footer .center-content .content .right a:hover {
    text-decoration: underline;
    color: #a4cf57;
  }
}
/*# sourceMappingURL=blog-post.css.map */