/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
{
    % include "hubspot/styles/responsive/modules.css" %
}

{
    % include "hubspot/styles/patches/recommended.css" %
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* font */

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
    font-weight: normal;
    font-style: normal;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* shared */

body {
    font-family: 'Roboto';
    font-weight: 400;
    margin: 0;
}

/* header */

.header-container-wrapper {
    height: 90px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

.header-container-wrapper .widget-type-global_group {
    float: none !important;
    max-width: 1410px;
    margin: 0 auto !important;
    padding: 0 50px;
}

.header-container-wrapper .ng-header-logo img {
    width: 165px !important;
}

.header-container-wrapper .ng-header-link p {
    margin-top: 35px;
}

@media (max-width: 767px) {

    .header-container-wrapper .ng-header-logo  {
        text-align: center;
    }

    .header-container-wrapper .ng-header-link {
        display: none !important;
    }
}

.header-container-wrapper .ng-header-link a {
    font-family: 'Roboto';
    text-transform: uppercase;
    text-decoration: none;
}

.header-container-wrapper .ng-header-link a strong {
    font-family: 'Roboto';
    text-decoration: none;
}

.header-container-wrapper p {
    margin: 0;
}

/* body */

.body-container-wrapper {
    padding: 0 50px;
}

.body-container-wrapper .ng-body {
    padding: 50px 0;
}

/* landing page */

.ng-img-lp img {
    box-shadow: 0 2px 5px #cccccc;
}

.ng-img-thx > .cell-wrapper {
    text-align: center;
}

.ng-img-lp img,
.ng-desc-lp .sqs-block {
    max-width: 300px;
}

/* blog */

.ng-blog-date {
    font-family: 'Roboto';
    color: #777777;
    padding-bottom: 10px;
}

.ng-blog-section {
    border-right: 1px solid #e2e2e2;
    padding-right: 50px;
}

@media screen and (max-width: 767px) {
    
    .ng-blog-section {
        border-right: none;
        padding-right: 0;
    }
}
/*
.ng-blog-section h2 {
    color: #999999;
    margin: 30px 0;
}
*/

.ng-blog-author {}

.ng-blog-author-avatar,
.ng-blog-author-desc {
    text-align: center;
}

.ng-blog-author-desc {
    margin-bottom: 30px;
}

.ng-blog-author-avatar img {
    max-width: 250px;
    border-radius: 100%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    
    .ng-blog-author-avatar {
        margin-top: 30px;
    }
}

.ng-blog-author-desc .author-link {
    font-family: 'Roboto';
    font-size: 20px;
    display: block;
    margin-top: 20px;
}

.ng-blog-author-desc .author-job {}

.ng-blog-tags {
    margin-bottom: 30px;
    text-align: center;
}

.ng-blog-tags a {
    display: inline-block;
    font-size: 13px;
    color: white;
    background-color: gray;
    padding: 0 4px 3px 4px;
    border-radius: 3px;
    color: white;
    white-space: nowrap;
}

.ng-blog-pagination {
    padding: 50px 0;
}

.ng-blog-pagination .older {
    text-align: right;
}

.ng-blog-pagination .all {
    text-align: center;
}

.ng-blog-pagination .all a {
    display: block;
    padding-top: 21px;
}

@media screen and (max-width: 767px) {
  
    .ng-blog-pagination {
        padding: 15px 0;
    }
  
    .ng-blog-pagination .all a {
        padding-top: 0;
    }

    .ng-blog-pagination .newer,
    .ng-blog-pagination .older {
        text-align: center;
    }
}

.ng-blog-pagination .blog-prev-label,
.ng-blog-pagination .blog-next-label {
    font-family: 'Roboto';
}

.ng-blog-subscribe {
    padding: 30px;
    border: 1px solid #e2e2e2;
    background-color: #f2f2f2;
}

.ng-blog-subscribe p {
    font-size: 14px;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.ng-blog-subscribe input[type="email"] {
    width: 100%;
    background-color: white;
}

/* footer */

.footer-container-wrapper {
    width: 100%;
    height: 56px;
    background-color: #282b2e;
    position: fixed;
    bottom: 0;
}

.footer-container-wrapper .widget-type-global_group {
    float: none !important;
    max-width: 1410px;
    margin: 0 auto !important;
    padding: 0 50px;
}

.footer-container-wrapper .ng-footer-copyright span,
.footer-container-wrapper .ng-footer-information a {
    font-size: 11px;
    color: white;
    padding-top: 21px;
}

.footer-container-wrapper .ng-footer-copyright span {
    display: block;
}

.footer-container-wrapper .ng-footer-information a {
    text-decoration: none;
    float: right;
}

.footer-container-wrapper .ng-footer-information a:hover,
.footer-container-wrapper .ng-footer-information a:focus {
    text-decoration: underline;
}

.footer-container-wrapper .ng-footer-information a:first-child {
    margin-left: 20px;
}

@media (max-width: 767px) {
  
    .footer-container-wrapper .ng-footer-copyright span {
        font-size: 10px;
        text-align: center;
    }
  
    .footer-container-wrapper .ng-footer-information {
        display: none;
    }
}