html {
  font-family: sans-serif;
}
html.fonts-stage-1 .logaster3 {
  font-family: "Lato-Regular-Subset", sans-serif;
}
html.fonts-stage-1 .logaster3 .heading-1, html.fonts-stage-1 .logaster3 .heading-2, html.fonts-stage-1 .logaster3 .heading-3, html.fonts-stage-1 .logaster3 .heading-4 {
  font-family: "Lato-Regular-Subset", sans-serif;
  font-weight: 700;
}
html.fonts-stage-1 .logaster3 .subtitle-1, html.fonts-stage-1 .logaster3 .text, html.fonts-stage-1 .logaster3 .alert {
  font-family: "Lato-Regular-Subset", sans-serif;
  font-weight: 100;
}
html.fonts-stage-2 .logaster3 {
  font-family: "LatoWeb";
  font-weight: initial;
}
html.fonts-stage-2 .logaster3 .heading-1, html.fonts-stage-2 .logaster3 .heading-2, html.fonts-stage-2 .logaster3 .heading-3, html.fonts-stage-2 .logaster3 .heading-4 {
  font-family: "LatoWebBold";
  font-weight: initial;
}
html.fonts-stage-2 .logaster3 .subtitle-1, html.fonts-stage-2 .logaster3 .text, html.fonts-stage-2 .logaster3 .alert {
  font-family: "LatoWebLight";
  font-weight: initial;
}
#wrapper {
  visibility: initial;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
body {
  margin: 0;
}
a:hover {
  color: #777;
}
.logaster {
  overflow: hidden;
  background-color: #ffffff;
}
.logaster .tips a:link,
.logaster .tips a:visited {
  color: #111;
  text-decoration: none;
}
.navbar-header {
  overflow: hidden;
  background-color: #f8f8f8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}
.navbar-header .topnav {
  max-width: 1500px;
  width: 100%;
  height: 48px;
}
.navbar-header .topnav .responsive-link {
  display: none;
}
.navbar-header .topnav .menu-item {
  line-height: 24px;
  float: left;
  display: block;
  color: #777;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 14px;
}
.navbar-header .topnav .menu-item.sign-in {
  float: right;
}
.navbar-header .topnav .menu-item.logo {
  padding: 10px 15px 0 15px;
  width: 190px;
}
.navbar-header .topnav .menu-item.logo:hover {
  background-color: #f8f8f8;
  box-shadow: unset;
  background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
  border: 0;
}
.navbar-header .topnav .menu-item:hover {
  background-color: #e7e7e7;
  color: #555555;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  line-height: 24px;
}
.navbar-header .topnav .active {
  background-color: #e7e7e7;
  color: #555555;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  line-height: 24px;
}
.navbar-header .topnav .icon {
  display: none;
}
.navbar-header .topnav .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background-color: #888;
  margin-top: 3px;
}
.navbar-header .topnav .dropbtn {
  background: transparent;
  color: #777;
  padding: 16px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.navbar-header .topnav .dropbtn:focus {
  outline: none;
}
.navbar-header .topnav .dropdown {
  display: inline-block;
  float: left;
}
.navbar-header .topnav .dropdown:hover .dropbtn {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-header .topnav .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 5px;
}
.navbar-header .topnav .dropdown .dropdown-content .menu-item {
  padding: 3px 16px;
  padding-left: 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.navbar-header .topnav .dropdown .dropdown-content .menu-item:hover {
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}
.navbar-header .topnav .dropdown.show .dropbtn {
  background-color: #e7e7e7;
  color: #555555;
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-header .topnav .dropdown.show .dropdown-content {
  display: flex;
  flex-direction: column;
}
.navbar-header .topnav .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media screen and (max-width: 1000px) {
  .navbar-header .topnav .dropdown {
    display: none;
  }
  .navbar-header .topnav .menu-item:not(:first-child) {
    display: none;
  }
  .navbar-header .topnav .menu-item.icon {
    float: right;
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin-top: 8px;
    margin-right: 10px;
    padding-top: 7px;
  }
  .navbar-header .topnav.responsive {
    position: relative;
    height: 100%;
  }
  .navbar-header .topnav.responsive .responsive-link {
    display: block;
  }
  .navbar-header .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-header .topnav.responsive .menu-item.icon {
    padding: 10px;
    padding-top: 7px;
  }
  .navbar-header .topnav.responsive .menu-item {
    float: none;
    display: block;
    text-align: left;
    padding: 5px 16px;
  }
  .navbar-header .topnav.responsive .menu-item.sub-item {
    padding-left: 30px;
  }
  .navbar-header .topnav.responsive .menu-item.logo {
    padding: 10px 15px 0 15px;
  }
}
.tips-root-page {
  color: #333333;
  display: flex;
  margin: auto;
  max-width: 1500px;
}
.tips-root-page a {
  text-decoration: none;
}
.tips-root-page .tips
{
  width: 100%;
}
.tips-root-page .tip-block
{
  justify-content: left;
}
@media (min-width: 1200px) {
  .tips-root-page .container {
    width: 100%;
    max-width: 1500px;
    margin: auto;
  }
}
@media (max-width: 1200px) {
  .tips-root-page .container .content .tips .tip-block .child-tip-link {
    margin: auto;
  }
}
.tips-root-page .container .btn-link {
  background-color: #63c383;
  color: #ffffff;
  border-radius: 5px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.tips-root-page .container .btn-link:hover {
  background-color: #18c347;
  text-decoration: none;
}
.tips-root-page .container .page-links {
  font-size: 16px;
  color: #333333;
  padding-top: 15px;
}
.tips-root-page .container .page-links ol {
  display: flex;
  list-style: none;
  padding: 0;
}
.tips-root-page .container .page-links a {
  color: #747474;
}
.tips-root-page .container .page-title {
  padding-bottom: 30px;
  text-align: center;
}
.tips-root-page .container .page-title .title {
  font-size: 44px;
  padding-bottom: 15px;
}
.tips-root-page .container .page-title .description {
  font-size: 18px;
  padding-bottom: 15px;
}
.tips-root-page .container .content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  color: #333333;
}
.tips-root-page .container .content hr {
  margin-bottom: 60px;
}
.tips-root-page .container .content .tips {
  padding-bottom: 60px;
}
.tips-root-page .container .content .tips .parent-tip {
  width: 100%;
  font-size: 28px;
  text-align: center;
  padding-bottom: 18px;
}
.tips-root-page .container .content .tips .tip-block {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 510px) {
  .tips-root-page .container .content .tips .child-tip-link {
    width: 100%;
  }
  .tips-root-page .container .content .tips .child-tip-link .child-tip {
    padding: 0 15px;
    margin-top: 24px;
  }
  .tips-root-page .container .content .tips .child-tip-link .child-tip .logo-block {
    width: 100%;
    min-width: 220px;
  }
}
.tips-root-page .container .content .tips .child-tip {
  padding-right: 15px;
  padding-bottom: 20px;
}
.tips-root-page .container .content .tips .child-tip .logo-block {
  position: relative;
  width: 220px;
  height: 180px;
  margin-bottom: 10px;
  border: 1px solid #DBDBDB;
}
.tips-root-page .container .content .tips .child-tip .logo-block img {
  padding: 20px;
  height: 178px;
}
.tips-root-page .container .content .tips .child-tip .logo-block .logotype {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  max-width: 160px;
  max-height: 120px;
}
.tips-root-page .container .content .tips .child-tip .tip-name {
  font-size: 18px;
}
.tips-root-page .container .content .tips .child-tip .tip-creation-date {
  font-size: 12px;
}
.widget-title,
.footer-meta {
  color: #666 !important;
}
.post-ratings-image {
  height: 17px !important;
}

.fixed-header {
  top: 0;
  height: 70px;
  border-bottom: 1px solid #F0F0F0;
  z-index: 5;
  position: fixed;
  background-color: #494949;
}
.fixed-header .anchors {
  display: flex;
  justify-content: flex-end;
}
.fixed-header .anchors .anchor {
  font-size: 16px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
.fixed-header .btn-outline-primary {
  margin: auto 0 auto 5px;
}
@media (max-width: 1200px) {
  .fixed-header {
    display: none;
  }
}
.fixed-header .btn.btn-md.padding-fix {
  padding: 0.6rem 1.6rem;
}
.fixed-header .gform .input-label.font-size-fix {
  font-size: 14px !important;
  top: 0.65rem;
}
.fixed-header {
  top: 0;
  height: 60px;
  border-bottom: 1px solid #F0F0F0;
  z-index: 5;
  position: fixed;
  background-color: #494949;
}
.fixed-header .anchors {
  display: flex;
  justify-content: flex-end;
}
.fixed-header .anchors .anchor {
  font-size: 16px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}
.fixed-header .btn-outline-primary {
  margin: auto 0 auto 5px;
}
@media (max-width: 1200px) {
  .fixed-header {
    display: none;
  }
}
.fixed-header .btn.btn-md.padding-fix {
  padding: 0.7rem 1.6rem 0.5rem 1.6rem;
}
.fixed-header .gform .input-label.font-size-fix {
  font-size: 14px !important;
  top: 0.6rem;
}
.md-outline .input-label{
  padding-left: 0 !important;
}
.md-form.md-outline label.active{
  left: 0 !important;
  padding-left: 2px !important;

}
.background-gray
{
  background-color: #F0F0F0;
}
.scroll-to-top {
  z-index: 5;
  position: fixed;
  bottom: 5%;
  right: 2%;
  display: none;
}
.scroll-to-top .icon.icon-arrow-up.center-icon {
  margin-left: -3px;
  font-size: 13px !important;
}

.subheader-searchform {
  height: 38px;
  position: relative;
}
.subheader-searchform button, .subheader-searchform button:active, .subheader-searchform button:focus {
  background: none;
  outline: none;
}
.subheader-searchform .icon {
  color: white;
  position: absolute;
  top: 0;
  left: 3px;
  padding: 5px;
  font-size: 22px;
}
.subheader-searchform input[type="text"] {
  width: 0px;
  height: 38px;
  display: inline-block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 3;
  padding: 1rem 1.3rem;
  transition: all 0.8s ease;
  cursor: pointer;
  outline: none;
}
.subheader-searchform input[type="text"].opened {
  box-shadow: inset 0 0 0 1px #008a00;
  width: 400px;
  z-index: 1;
  outline: none;
  background: white;
  border: 1px solid #008a00;
  border-radius: 4px;
  cursor: text;
  padding-left: 40px;
  padding-right: 60px;
}
.subheader-searchform input[type="text"].opened ~ .icon {
  color: gray;
  display: inline-block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .subheader-searchform input[type="text"].opened {
    width: calc(100vw - 30px);
 }
}

.subheader-searchform {
  height: 38px;
  position: relative;
}
.subheader-searchform button, .subheader-searchform button:active, .subheader-searchform button:focus {
  background: none;
  outline: none;
  border: none;
}
.subheader-searchform .icon {
  color: white;
  position: absolute;
  top: 0;
  left: 3px;
  padding: 5px;
  font-size: 22px;
}
.subheader-searchform input[type="text"] {
  width: 0px;
  height: 38px;
  display: inline-block;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 3;
  padding: 1rem 1.3rem;
  transition: all 0.8s ease;
  cursor: pointer;
  outline: none;
}
.subheader-searchform input[type="text"].opened {
  box-shadow: inset 0 0 0 1px #008a00;
  width: 400px;
  z-index: 1;
  outline: none;
  background: white;
  border: 1px solid #008a00;
  border-radius: 4px;
  cursor: text;
  padding-left: 40px;
  padding-right: 60px;
}
.subheader-searchform input[type="text"].opened ~ .icon {
  color: gray;
  display: inline-block;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .subheader-searchform input[type="text"].opened 
  {
    width: calc(100vw - 30px);
  }

 .logaster-logo
  {
    display: none;
  }
}
/*# sourceMappingURL=tips_root.css.map */
