/* overrides default bootstrap container widths at all breakpoints */
@media (min-width: 576px) {
  .container {
    max-width: none !important;
    width: 93.75% !important; } }
@media (min-width: 992px) {
  .container {
    max-width: none !important;
    width: 96.77% !important; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
    width: 95% !important; } }
.full-grid {
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important; }

@media (min-width: 1200px) {
  .full-grid {
    max-width: 1440px !important;
    width: 100% !important; } }
img {
  max-width: 100%; }

article.module {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%; }

article.module.full-bleed {
  max-width: 1440px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important; }

/* body */
body {
  font-family: 'Open Sans', Arial, sans-serif; }

/* header and nav styles */
header {
  background-color: transparent;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: 0.3s all linear; }
@media (min-width: 768px) {
  header {
    border: none; } }
@media (min-width: 992px) {
  header {
    transform: translate(-50%, 30px);
    left: 50%; } }

header.scroll-white-bg {
  background: #3d3d3d;
  transition: 0.3s all linear; }
@media (min-width: 992px) {
  header.scroll-white-bg {
    /*transform: translate(-50%, 0);*/ } }

@media (max-width: 991px) {
  header.white-bg {
    background-color: #fff; } }

header .logo {
  max-height: 30px;
  max-width: 100%; }
@media (min-width: 992px) {
  header .logo {
    max-height: 50px;
    width: 240px; } }

nav.navbar {
  margin: 0 auto;
  justify-content: normal;
  padding-left: 0;
  padding-right: 0;
  position: static; }
@media (max-width: 991px) {
  nav.navbar {
    padding-bottom: 0; } }
@media (min-width: 992px) {
  nav.navbar {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between; } }

nav .navbar-brand {
  padding-left: 15px; }
@media (min-width: 992px) {
  nav .navbar-brand {
    padding-left: 0; } }

@media (min-width: 992px) {
  nav .navbar-collapse {
    margin-left: 40px; } }

nav .navbar-collapse.search-collapse.collapse {
  background: #fff; }
@media (min-width: 992px) {
  nav .navbar-collapse.search-collapse.collapse {
    display: none !important; } }

nav .navbar-collapse-wrapper {
  padding: 30px 15px 60px;
  background-color: #fff; }
@media (min-width: 992px) {
  nav .navbar-collapse-wrapper {
    background-color: transparent;
    padding: 0;
    display: flex;
    width: 100%; } }

nav .mobile-search-section {
  padding: 0 15px;
  margin-bottom: 275px; }
nav .mobile-search-section p {
  font-size: 16px;
  font-weight: 400;
  margin: 30px 0 50px;
  text-transform: capitalize; }
nav .mobile-search-section span {
  display: none; }
nav .mobile-search-section input {
  width: 100%;
  border: none;
  background: inherit;
  border-bottom: 1px solid #E3E3E3;
  font-size: 14px;
  padding-bottom: 10px; }

nav .search-section {
  display: none; }
nav .search-section form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
@media (min-width: 992px) {
  nav .search-section form {
    height: 35px; } }
nav .search-section form input {
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear; }
nav .search-section form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }
nav .search-section form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }
nav .search-section form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }
nav .search-section form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }
@media (min-width: 992px) {
  nav .search-section form input {
    border: none; } }
@media (min-width: 992px) {
  nav .search-section {
    display: inline-block;
    margin-right: 20px; } }

@media (max-width: 991px) {
  nav .navbar-mobile-footer {
    margin-top: 200px;
    border-top: 1px solid #E3E3E3;
    padding-top: 15px;
    flex-direction: row-reverse;
    display: none; } }
@media (min-width: 992px) {
  nav .navbar-mobile-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; } }

@media (max-width: 991px) {
  nav .nav-login {
    width: 50%;
    flex-direction: row;
    justify-content: center; } }
@media (min-width: 992px) {
  nav .nav-login {
    border-left: 1px solid #979797; } }

nav .nav-link-login {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-right: 8px !important;
  color: rgba(0, 0, 0, 0.75) !important; }
nav .nav-link-login::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: transparent;
  border-top: 2px solid #f7c617;
  border-right: 2px solid #f7c617;
  transform: rotate(45deg) translateY(-65%);
  position: absolute;
  right: 0;
  top: 50%; }
nav .nav-link-login::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: transparent;
  border-top: 2px solid #f7c617;
  border-right: 2px solid #f7c617;
  transform: rotate(45deg) translateY(-65%);
  position: absolute;
  right: -8px;
  top: 50%; }
@media (min-width: 992px) {
  nav .nav-link-login {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px !important; } }

@media (max-width: 991px) {
  nav .social-section {
    width: 50%;
    flex-direction: row;
    justify-content: center;
    border-left: 1px solid #E3E3E3; }
  nav .social-section .nav-item {
    margin-right: 15px; } }
@media (min-width: 992px) {
  nav .social-section {
    position: absolute;
    right: 0;
    top: -45px; } }
@media (min-width: 992px) {
  nav .social-section .nav-link {
    padding: 0 5px; } }
nav .social-section .nav-link:last-child {
  padding-right: 0; }

nav .social-icons {
  height: 25px;
  display: inline-block; }

nav .nav-item.nav-item-dropdown {
  position: relative; }

@media (min-width: 992px) {
  nav .nav-item-dropdown.show {
    background-color: #F8F8F8; }
  nav .nav-item-dropdown.show a {
    color: rgba(0, 0, 0, 0.75) !important; } }

nav .navbar-body .nav-link {
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  transition: all 0.3s linear;
  color: rgba(0, 0, 0, 0.75) !important; }
@media (max-width: 991px) {
  nav .navbar-body .nav-link:hover {
    margin-left: 15px; } }
@media (min-width: 992px) {
  nav .navbar-body .nav-link:hover::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #FFC702; } }
@media (min-width: 992px) {
  nav .navbar-body .nav-link {
    display: inline-block;
    margin: 0 20px;
    color: #fff !important; } }

nav .nav-dark-text .nav-link {
  color: black !important; }
@media (min-width: 992px) {
  nav .nav-dark-text .nav-link {
    color: #fff !important; } }

nav .nav-link.nav-link-dropdown {
  position: relative; }
nav .nav-link.nav-link-dropdown::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFC702;
  border-left: 2px solid #FFC702;
  position: absolute;
  right: -15px;
  transform: rotate(225deg);
  top: 15px;
  transition: all linear 0.3s; }
@media (min-width: 992px) {
  nav .nav-link.nav-link-dropdown {
    margin-right: 30px; } }

nav .navbar-toggler {
  padding: 15px;
  border: 0;
  cursor: pointer; }
nav .navbar-toggler:focus, nav .navbar-toggler:active {
  outline: none; }

nav .navigation-toggle-search {
  position: relative;
  padding-right: 10px;
  padding-top: 17px; }

nav .nav-search-toggle-icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: relative;
  transition: all 0.3s linear; }
nav .nav-search-toggle-icon:after {
  content: "";
  display: block;
  width: 2px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  right: -2px;
  bottom: -5px;
  transform: rotate(-45deg); }

nav .toggle-search-open {
  position: absolute; }

nav .toggle-search-close {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  transition: all 0.3s linear; }
nav .toggle-search-close::before {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 10.5px;
  left: 0px; }
nav .toggle-search-close::after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 10.5px; }

nav .nav-toggle-icon {
  height: 2px;
  width: 25px;
  background: #fff;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s linear; }

nav .nav-toggle-icon.black {
  background: #000;
  transform: all 0.3s linear; }

nav .nav-search-toggle-icon.black {
  border-color: #000;
  transform: all 0.3s linear; }
nav .nav-search-toggle-icon.black::after {
  background-color: #000;
  transform: all 0.3s linear; }

nav .toggle-search-close.black {
  transform: all 0.3s linear; }
nav .toggle-search-close.black::before {
  background-color: #000;
  transform: all 0.3s linear; }
nav .toggle-search-close.black::after {
  background-color: #000;
  transform: all 0.3s linear; }

.toggle-bar-rotate-right {
  transform: rotate(45deg);
  margin: 0 0 4px 0 !important; }

.toggle-bar-rotate-left {
  transform: rotate(-45deg);
  margin: -12.5px 0 0 0 !important; }

.toggle-bar-hide {
  opacity: 0; }

nav .nav-serach-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: relative;
  margin-right: 0px;
  transition: all 0.2s linear;
  cursor: pointer; }
nav .nav-serach-icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 6px;
  background: #fff;
  right: -1px;
  bottom: -4px;
  transform: rotate(-45deg);
  z-index: 100; }

.show-icon {
  opacity: 1;
  visibility: visible; }

.hide-icon {
  opacity: 0;
  visibility: hidden; }

nav .show-search-input {
  height: 35px !important;
  width: 225px !important;
  border: 1px solid #E3E3E3 !important;
  padding-left: 45px;
  border-radius: 3px;
  visibility: visible !important;
  opacity: 1 !important; }
nav .show-search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8C8C8C !important;
  font-size: 14px; }
nav .show-search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8C8C8C !important;
  font-size: 14px; }
nav .show-search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8C8C8C !important;
  font-size: 14px; }
nav .show-search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #8C8C8C !important;
  font-size: 14px; }

nav .nav-search-icon-toggle {
  position: absolute;
  left: 12.5px;
  cursor: pointer;
  border-color: #ccc; }
nav .nav-search-icon-toggle::after {
  background-color: #ccc; }

nav .navbar-dropdown-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  height: auto;
  border: none;
  border-radius: 0; }
@media (min-width: 992px) {
  nav .navbar-dropdown-menu {
    height: 100%;
    min-height: 155px;
    width: auto;
    flex-direction: column; } }
@media (min-width: 992px) {
  nav .navbar-dropdown-menu a:last-child {
    margin-bottom: 0; } }

nav .navbar-dropdown-menu.show {
  background-color: #F8F8F8; }
@media (min-width: 992px) {
  nav .navbar-dropdown-menu.show {
    display: block; } }

@media (min-width: 992px) {
  nav .navbar-dropdown-menu.animate-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden; } }

@media (min-width: 992px) {
  nav .navbar-dropdown-menu.animate-nav.show {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible; } }

nav .navbar-dropdown-menu.show {
  background-color: #F8F8F8; }
@media (min-width: 992px) {
  nav .navbar-dropdown-menu.show {
    display: block;
    transition: all 0.3s linear;
    transform: translateY(0px); } }

nav .navbar-dropdown-menu.show-nav {
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column; }
@media (min-width: 992px) {
  nav .navbar-dropdown-menu.show-nav {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transform: translateY(0);
    visibility: visible;
    opacity: 1; } }

nav .navbar-dropdown-menu.hide-nav {
  background-color: #F8F8F8;
  display: none; }
@media (min-width: 992px) {
  nav .navbar-dropdown-menu.hide-nav {
    display: flex;
    transform: translateY(-50px) !important;
    opacity: 0 !important;
    visibility: hidden !important; } }

nav .navbar-dropdown-menu-item {
  width: auto;
  color: rgba(0, 0, 0, 0.75) !important;
  font-weight: 300;
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
nav .navbar-dropdown-menu-item:active {
  background: transparent; }
nav .navbar-dropdown-menu-item:hover {
  border-left: 3px solid #FFC702;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
nav .navbar-dropdown-menu-item:hover:before {
  opacity: 1; }
@media (min-width: 992px) {
  nav .navbar-dropdown-menu-item {
    display: inline-block;
    display: block;
    padding: 5px 20px;
    position: relative;
    margin: 5px 0;
    border: none; }
  nav .navbar-dropdown-menu-item:hover {
    border-top: none;
    background-color: #ccc; } }

nav .rotate-caret::after {
  top: 18px !important;
  transform: rotate(45deg) !important; }

.active-nav {
  position: relative;
  margin-left: 15px; }
.active-nav:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 30px;
  left: -15px;
  top: 50%;
  background-color: #FFC702;
  opacity: 1 !important;
  transform: translateY(-50%); }
@media (min-width: 992px) {
  .active-nav {
    margin-left: 0; }
  .active-nav:before {
    content: "";
    width: 60px;
    height: 3px;
    left: 50%;
    top: unset;
    bottom: -7px;
    transform: translateX(-50%);
    opacity: 1 !important; } }

.footer {
  margin: 0;
  background-color: #323232; }

.footer .footer-container {
  margin: 0 auto;
  padding: 0 15px; }
@media (min-width: 640px) {
  .footer .footer-container {
    flex-direction: row-reverse; } }
@media (min-width: 992px) {
  .footer .footer-container {
    padding: 0; } }

.footer .footer-connect {
  width: 100%;
  margin: 30px 0 35px; }
@media (min-width: 640px) {
  .footer .footer-connect {
    margin: 30px 0 100px;
    width: 16.66%; } }
.footer .footer-connect ul {
  padding: 0;
  margin: 0; }
.footer .footer-connect li {
  list-style-type: none; }
@media (min-width: 640px) {
  .footer .footer-connect li {
    text-align: right; } }
.footer .footer-connect a {
  text-decoration: none;
  color: #d2d2d2;
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-right: 8px !important; }
.footer .footer-connect a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: transparent;
  border-top: 2px solid #f7c617;
  border-right: 2px solid #f7c617;
  transform: rotate(45deg) translateY(-65%);
  position: absolute;
  right: 0;
  top: 50%; }
.footer .footer-connect a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: transparent;
  border-top: 2px solid #f7c617;
  border-right: 2px solid #f7c617;
  transform: rotate(45deg) translateY(-65%);
  position: absolute;
  right: -8px;
  top: 50%; }

.footer .footer-nav {
  margin-bottom: 30px;
  width: 100%; }
@media (min-width: 640px) {
  .footer .footer-nav {
    margin: 30px 0 100px;
    width: 83.33%; } }
.footer .footer-nav ul {
  padding: 0;
  margin: 0;
  text-align: center; }
@media (min-width: 768px) {
  .footer .footer-nav ul {
    text-align: right; } }
.footer .footer-nav li {
  list-style-type: none;
  margin-bottom: 20px; }
@media (min-width: 640px) {
  .footer .footer-nav li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0; }
  .footer .footer-nav li:last-child {
    margin-right: 0; } }
.footer .footer-nav a {
  text-decoration: none;
  font-size: 16px;
  color: #d2d2d2; }

.single-post-article {
  margin: 30px auto; }

.single-post-article-container {
  margin: 0 auto;
  padding: 0; }
@media (min-width: 768px) {
  .single-post-article-container {
    padding: 0;
    width: 95% !important; } }

@media (min-width: 768px) {
  .single-post-article-wrapper {
    padding: 0;
    margin: 0 auto; } }

.article-thumbnail {
  margin-bottom: 30px; }

.article-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px; }
.article-title:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  margin-top: 30px;
  background-color: #FFC702; }

.article-title.blog {
  margin-bottom: 10px; }
.article-title.blog:after {
  display: none; }

.article-author {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0; }

.article-date {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px; }

.article-date.blog {
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .article-date.blog {
    margin-bottom: 0; } }

.article-info.blog {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px; }
@media (min-width: 768px) {
  .article-info.blog {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; } }

.article-excerpt {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.65; }

.article-share {
  margin-bottom: 30px; }
.article-share span {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 15px; }
.article-share ul {
  padding: 0;
  margin: 0;
  display: inline-block; }
.article-share li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px; }
.article-share a {
  text-decoration: none; }
.article-share img {
  height: 25px;
  weight: 25px; }

.article-share.blog {
  margin-bottom: 0; }

.article-content p {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.65; }

/*# sourceMappingURL=we-site.min.css.map */
