@import url("https://use.typekit.net/ywf3gdd.css");


/*
:root {
  --blue: #5e72e4;
  --indigo: #5603ad;
  --purple: #8965e0;
  --pink: #f3a4b5;
  --red: #f5365c;
  --orange: #fb6340;
  --yellow: #ffd600;
  --green: #2dce89;
  --teal: #11cdef;
  --cyan: #2bffc6;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #32325d;
  --light: #ced4da;
  --lighter: #e9ecef;
  --primary: #e14eca;
  --secondary: #f4f5f7;
  --success: #00f2c3;
  --info: #1d8cf8;
  --warning: #ff8d72;
  --danger: #fd5d93;
  --light: #adb5bd;
  --dark: #212529;
  --default: #344675;
  --white: #ffffff;
  --neutral: #ffffff;
  --darker: black;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, tenon, "Poppins", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    
}
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: tenon, "Poppins", sans-serif;
  line-height: 1.15;
  font-size: 17px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 42, 66, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: tenon, "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #525f7f;
  text-align: left;
}

@media screen and (min-width: 768px) {
    body {
        margin-top: 0;
    }
    .navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        position: relative;
    }
}
@media screen and (min-width: 1200px) {
    
    .navbar.container {
        max-width: 1280px;
    }
    .container {
        width: 1280px;
    }

}

/*-----------Navbar----------*/
.skip-link {
    display: none;
}
.logo img
{
	width:80px;
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.navbar.navbar-default {
    background-color: #00003f;
    padding: 15px 0px;
    max-width: 100%;
    width: 100%;
}
.navbar.navbar-default .navbar-header {
    float: none;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
.navbar-header .region.region-navigation {
    display: flex;
    align-items: center;
}
.name.navbar-brand {
    padding: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    color: #fff;
    position: relative;
    padding-right: 37px;
    float: none;
    height: auto;
    margin-right: 16px;
    margin-top: 6px;
}
.name.navbar-brand:hover, 
.name.navbar-brand:focus-within {
    color: #fff;
}
.name.navbar-brand::after {
    content: "by";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 25px;
	font-size: 20px;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    
}
.logo.navbar-btn.pull-left {
    float: none !important;
    margin: 0;
    padding: 0;
}
#navbar-collapse {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
#navbar-collapse .navbar-nav li.first.last {
    position: absolute;
    right: 104px;
    top: -40px;
}
#navbar-collapse .navbar-nav li a {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 600;
    padding: 0;
}
#navbar-collapse .navbar-nav li a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2300003f' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 50%;
    
}

.language-switcher-language-url {
    display: block;
    position: relative;
}
.language-switcher-language-url ul.links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    right: 0;
    top: -36px;
}
.language-switcher-language-url ul.links > li:first-child {
    margin-right: 20px;
}
.language-switcher-language-url ul.links > li > a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

/*-----------Navbar----------*/



/*-----------Footer----------*/
.footer {
    margin: 0;
    padding: 0;
    border-top: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
}
.footer #block-calltoaction {
    background-color: #16c4c4;
    position: relative;
    padding: 62px 0;
    text-align: center;
}
.footer #block-calltoaction .field--name-body {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.footer #block-calltoaction .bodyintro-sm-title {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 12px;
    display: block;
}
.footer #block-calltoaction h2.bodyintro-title {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}
html[lang="ms"] .footer #block-calltoaction h2.bodyintro-title {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    max-width: 870px;
    margin: 0 auto 30px;
    line-height: 1.2;
}


.footer #block-calltoaction .bodyintro-actions a {
    color: #16c4c4;
    background-color: #fff;
    font-weight: 500;
    width: 210px;
    max-width: 100%;
    display: inline-block;
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 6px;
    text-decoration: none;
}
.footer #block-footer {
    background-color: #00003f;
    position: relative;
    padding: 24px 0;
    color: #fff;
}
.footer #block-footer .field--name-body {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}
.footer-logo {
    width: 160px;
    padding-bottom: 40px;
}
.footer #block-footer .footer-container {
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
}
.footer #block-footer .footer-container .footer-col-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer #block-footer .subfooter-container {
    display: flex;
    padding-top: 12px;
    justify-content: space-between;
    align-items: center;
}
.footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li > a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li {
    margin-right: 22px;
}
.footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li > .subfooter-lbl {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li.subfooter-email > a {
    display: flex;
    align-items: center;
}
.footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li.subfooter-email > a .subfooter-email-icon {
    display: block;
    margin-right: 6px;
}
.footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li.subfooter-email > a .subfooter-email-icon svg {
    display: block;
    width: 17px;
    height: 17px;
}
.footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li > a .subfooter-email-val {
    color: #fff;
    font-weight: 400;
}
.footer #block-footer .subfooter-container .subfooter-col-right {
    display: flex;
}
.footer #block-footer .subfooter-container .subfooter-col-right a {
    color: #fff;
}
.footer #block-footer .subfooter-container .subfooter-col-right a .subfooter-icon {
    display: block;
    margin-right: 18px;
}
.footer #block-footer .subfooter-container .subfooter-col-right a:last-child .subfooter-icon {
    margin-right: 0;
}
.footer #block-footer .subfooter-container .subfooter-col-right .subfooter-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

#modal_t_c .modal-dialog {
    max-width: 1190px;
    width: 100%;
    margin: 1.75rem auto;
}
#modal_t_c .modal-dialog .modal-content {
    height: calc(100vh - 86px);
    overflow: hidden;
}
#modal_t_c .modal-body .modal-para {
    margin-top: 0 !important;
    color: #525f7f;
}
#modal_pdpa .modal-dialog {
    max-width: 1190px;
    width: 100%;
    margin: 1.75rem auto;
}
#modal_pdpa .modal-dialog .modal-content {
    height: calc(100vh - 86px);
    overflow: hidden;
}
#modal_pdpa .modal-body .modal-para {
    margin-top: 0 !important;
    color: #525f7f;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(34, 42, 66, 0.2);
    border-radius: 0.2857rem;
    box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 50%);
    outline: 0;
}
.modal-content .modal-header {
    font-size: 1.3rem;
    font-weight: 600;
    color: #00003f;
    padding: 24px 36px;
    border-bottom: 0;
    border-top-left-radius: 0.2857rem;
    border-top-right-radius: 0.2857rem;
}
.modal-content .modal-body {
    padding: 0 36px 16px 36px;
    overflow-y: auto;
    position: relative;
    flex: 1 1 auto;
    line-height: 1.9;
}
.modal-dialog button.close {
    right: 24px;
    top: 24px;
    float: none;
    position: absolute;
    z-index: 1;
}
.modal-content .modal-body+.modal-footer {
    padding-top: 24px;
    display: flex;
    border-top: 0;
}
.modal-content .modal-body .tnc-title.first-level {
    font-size: 0.875rem;
    color: #00003f;
    border-radius: 0;
    font-weight: 600;
    margin: 0 0 6px;
}
.tab-content {
    padding-top: 24px;
}
.modal-content .modal-body .tnc-row {
    margin-bottom: 24px;
}
.modal-content .modal-body .tnc-row .modal-para {
    margin-bottom: 10px;
}
.modal-content .modal-body .tnc-title.first-level {
    font-size: 0.875rem;
    color: #00003f;
    border-radius: 0;
    font-weight: 600;
    margin: 0 0 6px;
}

.modal-content .modal-body .tnc-title.first-level .tnc-no {
    width: 24px;
    display: inline-block;
    color: #1d253b;
}

.modal-content .modal-body .tnc-desc.second-level {
    padding-left: 28px;
}

.modal-content .modal-body .tnc-list.third-level {
    list-style: none;
    padding-left: 0;
}

.modal-content .modal-body .tnc-list.third-level > li {
    display: flex;
    align-items: flex-start;
}

.modal-content .modal-body .tnc-list.third-level > li > .tnc-no {
    width: 34px;
    min-width: 34px;
    color: #1d253b;
}

.modal-content .modal-body .tnc-list.forth-level {
    padding-left: 0;
    list-style: none;
}

.modal-content .modal-body .tnc-list.forth-level > li {
    display: flex;
    align-items: flex-start;
}

.modal-content .modal-body .tnc-list.forth-level > li > .tnc-no {
    width: 34px;
    min-width: 34px;
    color: #1d253b;
}
.modal-content .modal-body p {
    color: #525f7f;
    font-weight: 400;
}


.btn-icon-full {
    -webkit-appearance: none;
    padding: 8px 8px 7px 20px;
    background-color: #007cf0;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    border-radius: 24px;
    border: 0;
    min-width: 150px;
    max-width: 190px;
    text-align: center;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.modal-footer .btn-cancel {
    margin-right: 15px;
    background-color: #eaeaea;
    color: #00003f;
}
.btn-icon-full.btn-cancel .btn-icon {
    color: #00003f;
}
.btn-icon {
    padding: 5px;
    width: 30px;
    border-radius: 50%;
}
.btn-icon svg {
    display: block;
}
#modal_t_c .modal-content .modal-body + .modal-footer {
    padding: 24px 36px;
    justify-content: flex-end;
}
#modal_pdpa .modal-content .modal-body + .modal-footer {
    padding: 24px 36px;
    justify-content: flex-end;
}


.nav-pills .nav-item {
  margin-right: 36px;
}
.nav-pills .nav-item .nav-link {
  padding: 0;
}
.nav-pills > li.active > .nav-link {
    background-color: transparent;
    color: #00003f;
    border-radius: 0;
    font-weight: 600;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills .nav-item:not(.active) .nav-link {
  background-color: transparent;
  color: #525f7f;
  font-weight: 500;
  border-radius: 0;
  padding: 10px 0 16px;
}
.nav-pills .nav-item:not(.active):hover .nav-link {
  background-color: transparent;
  color: #00003f;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: transparent;
  color: #00003f;
}
.nav-pills .nav-item.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  border-bottom: 3px solid #887e40;
  color: #00003f;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 0 15px;
}


/*change the thinkness of the scrollbar here*/
::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  -webkit-border-radius: 10rem;
  border-radius: 10rem;
}

/*add a shadow to the scrollbar here*/
::-webkit-scrollbar-track {
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-border-radius: 10rem;
  border-radius: 10rem;
}

/*this is the little scrolly dealio in the bar*/
::-webkit-scrollbar-thumb {
  border-radius: 10rem;
  background-color: #aaa;
  border-color: rgba(0, 0, 0, 0);
  height: 3px;
}

/*nobody needs this little scrollbar corner, I mean really, get rid of it haha*/
::-webkit-scrollbar-corner {
  display: none;
  height: 0px;
  width: 0px;
}





/*-----------Footer----------*/





/*-----------Login Page----------*/
.path-user .name.navbar-brand {
    display: none;
}
.path-user .region-header {
    display: none;
}
.path-user #navbar-collapse {
    display: none !important;
}
.path-user .navbar.navbar-default {
    position: absolute;
    background-color: transparent;
    z-index: 1;
    width: auto;
    padding: 0;
    top: 36px;
    left: 36px;
}
.path-user .region-header .tabs--primary {
    display: none;
}
.path-user .navbar.navbar-default .navbar-header {
    padding: 0;
}
.path-user .main-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #16c3c3;
    height: 100vh;
    overflow: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    position: relative;
}
.path-user .main-container::before {
    content: '';
    background: url(https://maketimepay.com/blog/sites/default/files/MTP-Web-Illus-blog-login.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    width: 50%;
    height: 75vh;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.path-user .main-container .row {
    width: 100%;
    margin: 0;
}
.path-user .main-container .row > section.col-sm-12 {
    padding: 0;
    height: 100vh;
}
.path-user .main-container .row .region-content {
    width: 50%;
    right: 0;
    position: fixed;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f5f6fa;
}
.path-user .main-container .row .region-content .user-login-form {
    max-width: 400px;
}
.path-user .main-container .row .region-content .user-login-form .form-group {
    margin-bottom: 24px;
}
.path-user .main-container .row .region-content .user-login-form .form-actions button {
    margin-right: 0;
    -webkit-appearance: none;
    padding: 8px 8px 8px 20px;
    background-color: #007cf0;
    font-weight: 600;
    color: #fff;
    align-items: center;
    font-size: 0.85rem;
    border-radius: 24px;
    line-height: 30px;
    border: 0;
    min-width: 150px;
    max-width: 190px;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.path-user .main-container .row .region-content .user-login-form .form-actions button::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg class='bi bi-chevron-right' width='20' height='20' viewBox='0 0 16 16' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
.path-user .main-container .row .region-content .user-login-form .form-actions button:focus-within {
    outline: none;
}
.path-user .main-container .row .region-content .user-login-form .form-actions button span {
    display: none;
}
.path-user .form-control {
    color: #525f7f;
    padding: 10px 14px;
    border-color: #ddd;
    font-weight: 500;
    font-size: 0.85rem;
    height: auto;
    line-height: 1.5em;
    border-radius: 0.4285rem;
    box-shadow: none;
}
.path-user .form-control:focus {
    border-color: #0176ff;
    box-shadow: none;
}
.path-user .messages__wrapper {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 36px;
}
/*-----------Login Page----------*/




/*-----------Blog Listing Page----------*/
.region-header {
    margin-bottom: 64px;
}
.region-header .page-header {
    font-size: 2rem;
    line-height: 1.2;
    color: #887e40;
    font-weight: 600;
    max-width: 640px;
    padding: 0;
    border-bottom: 0;
    margin: 64px auto 72px;
    text-align: center;
}
html[lang="ms"] .region-header .page-header {
    max-width: 720px;
}
.region-header ul.tabs--primary {
    border-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.region-header ul.tabs--primary > li {
    float: none;
}
.region-header ul.tabs--primary > li.active {
    
}
.region-header ul.tabs--primary > li a {
    background-color: transparent;
    color: #887e40;
    border: 1px solid #887e40;
    border-right: 0;
    padding: 10px 24px;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 0;
}
.region-header ul.tabs--primary > li:first-child a {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.region-header ul.tabs--primary > li:last-child a {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right: 1px solid #887e40;
}
.region-header ul.tabs--primary > li.active a {
    background-color: #887e40;
    color: #fff;
}
.region-header ul.tabs--primary > li a:hover,
.region-header ul.tabs--primary > li a:focus-within {
    background-color: #887e40;
    color: #fff;
    border: 1px solid #887e40;
    border-right: 0;
    -webkit-transition: background-color ease-in-out 0.3s;
    transition: background-color ease-in-out 0.3s;
}
.region-header ul.tabs--primary > li.active a:hover,
.region-header ul.tabs--primary > li.active a:focus-within {
    background-color: #887e40;
    color: #fff;
    border: 1px solid #887e40;
    border-right: 0;
    -webkit-transition: background-color ease-in-out 0.3s;
    transition: background-color ease-in-out 0.3s;
}
.region-header ul.tabs--primary > li:last-child a:hover,
.region-header ul.tabs--primary > li:last-child a:focus-within {
    border-right: 1px solid #887e40;
}
.region-header ul.tabs--primary > li:last-child.active a:hover,
.region-header ul.tabs--primary > li:last-child.active a:focus-within {
    border-right: 1px solid #887e40;
}

.view-article-listing {
    margin: 0 0 68px;
}
.view-article-listing .js-pager__items.pager{
    margin: 68px 0 0;
}
.view-article-listing .js-pager__items.pager a {
    background-color: #887e40;
    color: #fff;
    border-radius: 6px;
    border: 0;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 1rem;
}
.view-article-listing .views-row {
    margin-bottom: 48px;
}
.view-article-listing .views-row:last-child {
    margin-bottom: 0;
}
.view-article-listing .views-field-nothing .field-content {
    display: flex;
    align-items: stretch;
}
.view-article-listing .views-field-nothing .field-content .row-left {
    width: 50%;
    position: relative;
}
.view-article-listing .views-field-nothing .field-content .row-right {
    width: 50%;
}
.view-article-listing .views-field-nothing .field-content .row-left .article-cat {
    border-radius: 6px;
    font-size: 0.95rem;
    background-color: #fff;
    color: #887e40;
    padding: 8.5px 8.5px 6.5px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    position: absolute;
    top: 24px;
    left: 24px;
}
.view-article-listing .views-field-nothing .field-content .row-left .article-img {
    width: 100%;
    height: 327px;
    overflow: hidden;
}
.view-article-listing .views-field-nothing .field-content .row-left .article-img img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.view-article-listing .views-row .views-field-nothing .field-content .row-right {
    color: #fff;
    padding: 42px 176px 42px 42px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #15b6b6;
}
.view-article-listing .views-row .views-field-nothing .field-content .row-right::before {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 200px solid #fff;
    border-left: 76px solid transparent;
    pointer-events: none;
}
.view-article-listing .views-row .views-field-nothing .field-content .row-right::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 200px solid #fff;
    border-left: 76px solid transparent;
    pointer-events: none;
}
.view-article-listing .views-row .views-field-nothing .field-content .article-published-at {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}
.view-article-listing .views-row .views-field-nothing .field-content .group-title-summary {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.view-article-listing .views-row .views-field-nothing .field-content .group-title-summary .article-title a {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-article-listing .views-row .views-field-nothing .field-content .group-title-summary .article-summary p {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-article-listing .views-row .views-field-nothing .field-content .article-link {
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.view-article-listing .views-row .views-field-nothing .field-content .article-link a {
    width: 34px;
    height: 34px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}
.view-article-listing .views-row .views-field-nothing .field-content .article-link a::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2315b6b6' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    width: 34px;
    height: 34px;
    display: block;
    vertical-align: middle;
    border-radius: 50%;
}


.view-article-listing .views-row:nth-child(8n+0) .views-field-nothing .field-content .row-right {
    background-color: #28C8E5;
}
.view-article-listing .views-row:nth-child(8n+0) .views-field-nothing .field-content .article-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2328C8E5' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");   
}
.view-article-listing .views-row:nth-child(8n+1) .views-field-nothing .field-content .row-right {
    background-color: #093B94;
}
.view-article-listing .views-row:nth-child(8n+1) .views-field-nothing .field-content .article-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23093B94' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");   
}
.view-article-listing .views-row:nth-child(8n+2) .views-field-nothing .field-content .row-right{
    background-color: #887E40;
}
.view-article-listing .views-row:nth-child(8n+2) .views-field-nothing .field-content .article-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23887E40' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");   
}
.view-article-listing .views-row:nth-child(8n+3) .views-field-nothing .field-content .row-right {
    background-color: #007021;
}
.view-article-listing .views-row:nth-child(8n+3) .views-field-nothing .field-content .article-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23007021' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");   
}
.view-article-listing .views-row:nth-child(8n+4) .views-field-nothing .field-content .row-right {
    background-color: #F56461;
}
.view-article-listing .views-row:nth-child(8n+4) .views-field-nothing .field-content .article-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23F56461' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");   
}
.view-article-listing .views-row:nth-child(8n+5) .views-field-nothing .field-content .row-right {
    background-color: #15B6B6;
}
.view-article-listing .views-row:nth-child(8n+5) .views-field-nothing .field-content .article-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2315B6B6' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");   
}
.view-article-listing .views-row:nth-child(8n+6) .views-field-nothing .field-content .row-right {
    background-color: #943C00;
}
.view-article-listing .views-row:nth-child(8n+6) .views-field-nothing .field-content .article-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23943C00' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");   
}
.view-article-listing .views-row:nth-child(8n+7) .views-field-nothing .field-content .row-right {
    background-color: #B55EEA;
}
.view-article-listing .views-row:nth-child(8n+7) .views-field-nothing .field-content .article-link a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23B55EEA' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");   
}


/*-----------Blog Listing Page----------*/





/*-----------Blog Details Page----------*/
.page-node-type-article .region-header {
    margin: 0;   
}
.page-node-type-article .page-header {
    display: none;
}
.page-node-type-article .main-container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.page-node-type-article .main-container > .row {
    margin: 0;
}
.page-node-type-article .main-container > .row section.col-sm-12 {
    padding: 0;
}
.page-node-type-article .node--type-article {
    margin-top: -3px;
}
.page-node-type-article .node--type-article .field--name-field-image {
    height: 550px;
    overflow: hidden;
    position: relative;
}
.page-node-type-article .node--type-article .field--name-field-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.page-node-type-article .node--type-article #content-header {
    max-width: 1280px;
    padding: 0 15px;
    margin: 48px auto;
    display: flex;
    align-items: center;
    position: relative;
}
.page-node-type-article .node--type-article #content-header > .field.field--name-dynamic-block-fieldnode-menu-blog {
    width: 200px;
}
.page-node-type-article .node--type-article #content-header > .field.field--name-field-tags {
    text-align: center;
    width: calc(100% - 400px);
}
.page-node-type-article .node--type-article #content-header > .field.field--name-published-at {
    text-align: right;
    width: 200px;
}

html[lang="ms"] .page-node-type-article .node--type-article #content-header > .field.field--name-dynamic-block-fieldnode-menu-blog {
    width: 270px;
}
html[lang="ms"] .page-node-type-article .node--type-article #content-header > .field.field--name-field-tags {
    text-align: center;
    width: calc(100% - 540px);
}
html[lang="ms"] .page-node-type-article .node--type-article #content-header > .field.field--name-published-at {
    text-align: right;
    width: 270px;
}

.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-menu-blog ul.menu--blog li a {
    display: inline-block;
    font-size: 1.05rem;
    color: #887e40;
    font-weight: 400;
    padding: 0;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-menu-blog ul.menu--blog li a::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23FFFFFF' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #887e40;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    margin-bottom: 4px;
    
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-menu-blog ul.menu--blog li a:hover,
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-menu-blog ul.menu--blog li a:focus-within {
    background-color: transparent;
    outline: none;
}
.page-node-type-article .node--type-article .field--name-field-tags h2 {
    margin: 0;
}
.page-node-type-article .node--type-article .field--name-field-tags h2 a {
    border-radius: 6px;
    font-size: 1.05rem;
    background-color: #887e40;
    color: #fff;
    padding: 8.5px 8.5px 6.5px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    text-decoration: none;
}
.page-node-type-article .node--type-article .field--name-published-at {
    font-size: 1.05rem;
    color: #887e40;
    font-weight: 400;
}
.page-node-type-article .node--type-article .field--name-node-title h2 {
    font-size: 2rem;
    line-height: 1.2;
    color: #887e40;
    font-weight: 600;
    max-width: 640px;
    margin: 0 auto 36px;
    text-align: center;
}
.page-node-type-article .node--type-article .field--name-field-summary {
    font-size: 1.15rem;
    line-height: 1.4;
    color: #887e40;
    font-weight: 500;
    max-width: 640px;
    margin: 0 auto 58px;
    padding-bottom: 58px;
    text-align: center;
    position: relative;
}
.page-node-type-article .node--type-article .field--name-field-summary::before {
    content: '';
    width: 880px;
    height: 1px;
    background-color: #887e40;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.page-node-type-article .node--type-article .field--name-field-summary::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='18.014px' viewBox='0 0 20 18.014' enable-background='new 0 0 20 18.014' xml:space='preserve'%3E%3Cpolygon fill='%23877E40' points='10.004,9.007 5.456,0 0,0 0,18.014 5.456,18.014 '/%3E%3Cpolygon fill='%23877E40' points='10.004,9.007 14.552,18.014 20,18.014 20,0 14.552,0 '/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    display: block;
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.page-node-type-article .node--type-article .field--name-body {
    font-size: 1.15rem;
    line-height: 1.4;
    color: #707070;
    font-weight: 400;
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}
.page-node-type-article .node--type-article .field--name-body p {
    margin: 0 0 24px;
}
.page-node-type-article .node--type-article .field--name-body p a {
    color: #007cf0;
    font-weight: 500;
}
.page-node-type-article .node--type-article .field--name-body p a .youtube-player {
    padding: 24px 0;
    display: block;
}
.page-node-type-article .node--type-article .field--name-body p a .youtube-player iframe {
    width: 640px;
    height: 360px;
}

.page-node-type-article .node--type-article .field--name-body p .image-desktop {
    width: 100%;
    height: auto;
}
.page-node-type-article .node--type-article .field--name-body p .image-mobile {
    display: none;
}
.page-node-type-article .node--type-article .field--name-body h3 {
    font-size: 2rem;
    line-height: 1.2;
    color: #887e40;
    font-weight: 600;
    margin: 48px auto;
    max-width: 640px;
}
.page-node-type-article .node--type-article .field--name-body figure {
    margin: 0 auto;
    padding: 24px 0 48px;
}
.page-node-type-article .node--type-article .field--name-body figure img {
    width: 100%;
    height: auto;
}
.page-node-type-article .node--type-article .field--name-body figure.shahryn-img img {
    max-width: 360px;
}
.page-node-type-article .node--type-article .field--name-body figure figcaption {
    font-size: 0.95rem;
    color: #707070;
    font-weight: 600;
    margin: 12px 0 0;
}
.page-node-type-article .node--type-article .field--name-body img {
    width: 100%;
    height: auto;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block {
    background-color: #afafaf;
    margin: 62px 0 0;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 36px 15px;
    display: flex;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .Left-Set {
    width: 25%;
    padding-right: 36px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .Left-Set .field--name-dynamic-block-fieldblock-content-article-menu-back-to-blog {
    margin-top: 36px;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .field--name-dynamic-block-fieldblock-content-article-author {
    width: 50%;
    padding: 0 36px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .field--name-dynamic-block-fieldblock-content-published-on {
    width: 50%;
    padding: 0 36px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .field--name-dynamic-block-fieldblock-content-article-so {
    width: 25%;
    padding-left: 36px;
}

.page-node-type-article .node--type-article .group-center-body #content-header .field--name-dynamic-block-fieldnode-article-details-blog-left-side .Left-Set {
    display: none;
}


.page-node-type-article .node--type-article .group-center-body #content-header .field--name-dynamic-block-fieldnode-article-details-blog-left-side .field--name-dynamic-block-fieldblock-content-published-on .views-field-field-about-author {
    display: none;
}

.page-node-type-article .node--type-article .group-center-body #content-header .field--name-dynamic-block-fieldnode-article-details-blog-left-side .field--name-dynamic-block-fieldblock-content-article-so {
    display: none;
}
.page-node-type-article .node--type-article .group-center-body #content-header .view-article-author .views-field-field-about-author {
    display: none;
}
.page-node-type-article .node--type-article .group-center-body #content-header {
    max-width: 100%;
    min-width: 25%;
    display: block;
    padding-left: 0;
    padding-right: 36px;
    margin: 0;
    position: sticky;
    top: 50px;
}
.page-node-type-article .node--type-article .group-center-body #content-header > .field.field--name-field-tags {
    text-align: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
}
.page-node-type-article .node--type-article .group-center-body #content-header > .field.field--name-field-tags .field--label {
    color: #a9a9a9;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-node-type-article .node--type-article .group-center-body #content-header .view-article-author .views-field-nothing {
    color: #a9a9a9;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-node-type-article .node--type-article .group-center-body #content-header > .field.field--name-dynamic-block-fieldnode-floating-banner {
    margin-top: 50px;
}

.page-node-type-article .node--type-article .group-center-body #content-header .author-container .author-avatar {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.page-node-type-article .node--type-article .group-center-body #content-header .view-article-author .author-container .author-name {
    color: #a9a9a9;
}
.page-node-type-article .node--type-article .group-center-body #content-header .view-article-author .author-container .author-since {
    color: #a9a9a9;
}
.page-node-type-article .node--type-article .group-center-body #content-header .view-article-author {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
}
.page-node-type-article .node--type-article .group-center-body #content-header .views-field-addtoany-share .views-label {
    color: #a9a9a9;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}
.page-node-type-article .node--type-article .group-center-body {
    display: flex;
    align-items: flex-start;
    max-width: 1280px;
    margin: 62px auto 0;
    padding: 0 15px;
    position: relative;
}
.page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 {
    display: flex;
}
.page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 > a {
    display: block;
    margin-bottom: 0;
    margin-right: 10px;
}
.page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 > a:last-child {
    margin-right: 0;
}
.page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 > a .a2a_label {
    display: none;
}
.page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 > a .a2a_s_facebook {
    background-color: #a9a9a9 !important;
}
.page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 > a .a2a_s_twitter {
    background-color: #a9a9a9 !important;
}
.page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 > a .a2a_s_email {
    background-color: #a9a9a9 !important;
}
.page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 > a .a2a_s_linkedin {
    background-color: #a9a9a9 !important;
}
.page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 > a svg path {
    fill: #fff;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body {
    padding-left: 36px;
    min-width: 75%;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-body p a .youtube-player {
    text-align: center;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-node-title h2 {
    margin: 0 0 48px;
    max-width: 100%;
    text-align: left;
    padding-bottom: 48px;
    border-bottom: 1px solid #887e40;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-field-summary {
    padding-bottom: 0;
    max-width: 100%;
    text-align: left;
    margin: 0 0 24px;
    color: #707070;
    font-weight: 400;
    line-height: 1.5;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-body {
    text-align: left;
    max-width: 100%;
    line-height: 1.5;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-field-summary::before {
    display: none;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-field-summary::after {
    display: none;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-body figure {
    text-align: center;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-body figure figcaption {
    width: 100%;
    max-width: 600px;
    margin: 12px auto 0;
}
.page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-body h3 {
    max-width: 100%;
    margin: 48px 0;
    text-align: left;
}
.page-node-type-article .node--type-article  .blog_mobileTitle {
    display: none;
}

/*---Left Col Author---*/
.page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-author-category .views-label {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-author-category .field-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-author-category .field-content ul > li {
    border-radius: 6px;
    font-size: 0.95rem;
    background-color: #fff;
    color: #887e40;
    padding: 8.5px 8.5px 6.5px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-article-menu-back-to-blog a {
    display: inline-block;
    font-size: 1.05rem;
    color: #fff;
    font-weight: 400;
    padding: 0;
}
.page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-article-menu-back-to-blog a::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23afafaf' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    margin-bottom: 4px;
    
}
.page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-article-menu-back-to-blog a:hover,
.page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-article-menu-back-to-blog a:focus-within {
    background-color: transparent;
    outline: none;
    border: 0;
}


/*---Left Col Author---*/



/*---Mid Col Author---*/
.page-node-type-article .node--type-article .views-field-nothing {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.page-node-type-article .node--type-article .author-container {
    display: flex;
    align-items: center;
}
.page-node-type-article .node--type-article .author-container .author-avatar {
    width: 85px;
    min-width: 85px;
    height: 85px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}
.page-node-type-article .node--type-article .author-container .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.page-node-type-article .node--type-article .author-container .author-name {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 600;
}
.page-node-type-article .node--type-article .author-container .author-since {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 400;
}
.page-node-type-article .node--type-article .views-field-field-about-author p {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 400;
    margin: 50px 0 0;
    line-height: 1.5;
}
/*---Mid Col Author---*/



/*---Right Col Author---*/
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldblock-content-article-so .views-element-container {
    height: 100%;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldblock-content-article-so .views-element-container .view-author-social-media {
    height: 100%;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldblock-content-article-so .views-element-container .view-author-social-media .view-content {
    height: 100%;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldblock-content-article-so .views-element-container .view-author-social-media .view-content .views-row {
    height: 100%;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldblock-content-article-so .views-field-addtoany-share {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.page-node-type-article .node--type-article .field--name-dynamic-block-fieldblock-content-article-so .views-field-addtoany-share .views-label-addtoany-share {
    font-size: 0.95rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.page-node-type-article .node--type-article .field--name-dynamic-block-fieldblock-content-article-so .views-field-addtoany-share .field-content .a2a_kit {
    display: flex;
    flex-direction: column;
    
}
.addtoany_list.a2a_kit_size_32 > a {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.addtoany_list.a2a_kit_size_32 > a svg {
    width: 30px;
    height: 30px;
    display: block;
}
.addtoany_list.a2a_kit_size_32 > a svg path {
    fill: #afafaf;
}
.addtoany_list.a2a_kit_size_32 > a .a2a_svg {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addtoany_list.a2a_kit_size_32 > a .a2a_s_facebook {
    background-color: #fff !important;
}
.addtoany_list.a2a_kit_size_32 > a .a2a_s_twitter {
    background-color: #fff !important;
}
.addtoany_list.a2a_kit_size_32 > a .a2a_s_email {
    background-color: #fff !important;
}
.addtoany_list.a2a_kit_size_32 > a .a2a_s_linkedin {
    background-color: #fff !important;
}
.addtoany_list.a2a_kit_size_32 > a:hover span {
    opacity: 1;
}
.addtoany_list.a2a_kit_size_32 > a:last-child {
    margin-bottom: 0;
}
.addtoany_list.a2a_kit_size_32 > a .a2a_label {
    color: #fff;
    clip-path: unset;
    clip: unset;
    position: relative !important;
    width: auto;
    font-size: 0.95rem;
    color: #fff;
    font-weight: 400;
    margin-left: 20px;
}
/*---Right Col Author---*/



/*---Related Articles---*/

.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested {
    position: relative;
    padding: 62px 0 70px;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .field--label {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 15px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    color: #887e40;
    font-weight: 600;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content {
    display: flex;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row {
    width: 50%;
    color: #fff;
    /*padding: 42px 118px 42px 42px;*/
    padding: 42px 176px 42px 42px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row::before {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 200px solid #fff;
    border-left: 76px solid transparent;
    pointer-events: none;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 200px solid #fff;
    border-left: 76px solid transparent;
    pointer-events: none;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row:first-child {
    background-color: #fc5e63;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row:nth-child(2) {
    background-color: #15b6b6;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-published-at {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    position: absolute;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-title {
    padding-bottom: 48px;
    padding-top: 37px;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-title a {
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-field-summary p {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-view-node {
    position: absolute;
    right: 42px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-view-node a {
    width: 34px;
    height: 34px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row:first-child .views-field-view-node a::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23fc5e63' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    width: 34px;
    height: 34px;
    display: block;
    vertical-align: middle;
    border-radius: 50%;
}
.page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row:nth-child(2) .views-field-view-node a::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%2315b6b6' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    width: 34px;
    height: 34px;
    display: block;
    vertical-align: middle;
    border-radius: 50%;
}


/*---Related Articles---*/



/*-----------Blog Details Page----------*/



@media (max-width: 1400px) {
    
    .container {
          max-width: 1190px;
      }
    
    /*-----------Navbar 1400----------*/
    .navbar.navbar-default .navbar-header {
        float: none;
        max-width: 1190px;
        margin: 0 auto;
        padding: 0 15px;
    }
    #navbar-collapse {
        max-width: 1190px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
    }
    /*-----------Navbar 1400----------*/


    
    

    /*-----------Blog Listing Page 1400----------*/
    .view-article-listing .views-row .views-field-nothing .field-content .row-right {
        color: #fff;
        padding: 42px 130px 42px 42px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #15b6b6;
    }
    /*-----------Blog Listing Page 1400----------*/
    
    
    
    /*-----------Blog Details Page 1400----------*/
    
    .page-node-type-article .node--type-article .field--name-field-image {
        height: 450px;
        overflow: hidden;
        position: relative;
    }
    .page-node-type-article .node--type-article #content-header {
        max-width: 1190px;
        padding: 0 15px;
        margin: 48px auto;
        display: flex;
        align-items: center;
        position: relative;
    }
    
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content {
        max-width: 1190px;
        margin: 0 auto;
        padding: 36px 15px;
        display: flex;
    }
    
    .page-node-type-article .node--type-article .group-center-body {
        display: flex;
        align-items: flex-start;
        max-width: 1190px;
        margin: 62px auto 0;
        padding: 0 15px;
        position: relative;
    }
    
    
    /*---Left Col Author 1400---*/
    
    /*---Left Col Author 1400---*/
    

    /*---Mid Col Author 1400---*/
    
    /*---Mid Col Author 1400---*/

    
    /*---Right Col Author 1400---*/
    
    /*---Right Col Author 1400---*/

    
    /*---Related Articles 1400---*/
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .field--label {
        position: relative;
        max-width: 1190px;
        width: 100%;
        margin: 0 auto 50px;
        padding: 0 15px;
        text-align: center;
        font-size: 2rem;
        line-height: 1.2;
        color: #887e40;
        font-weight: 600;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container {
        position: relative;
        max-width: 1190px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    /*---Related Articles 1400---*/

    /*-----------Blog Details Page 1400----------*/
    
    
    
    
    /*-----------Footer 1400----------*/
    .footer {
        margin: 0;
        padding: 0;
        border-top: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .footer #block-footer .field--name-body {
        max-width: 1190px;
        padding: 0 15px;
        margin: 0 auto;
    }
    /*-----------Footer 1400----------*/
}


@media (max-width: 1199px) {
    
    .container {
        max-width: 880px;
    }
    
    /*-----------Navbar 1199----------*/
    .navbar.navbar-default .navbar-header {
        float: none;
        max-width: 880px;
        margin: 0 auto;
        padding: 0 15px;
    }
    #navbar-collapse {
        max-width: 880px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
    }
    /*-----------Navbar 1199----------*/
    
    
    
    /*-----------Blog Listing Page 1199----------*/
    .view-article-listing .views-field-nothing .field-content .row-left .article-img {
        width: 100%;
        height: 280px;
        overflow: hidden;
    }
    .view-article-listing .views-field-nothing .field-content .row-left .article-cat {
        border-radius: 6px;
        font-size: 0.85rem;
        background-color: #fff;
        color: #887e40;
        padding: 8.5px 8.5px 6.5px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        position: absolute;
        top: 24px;
        left: 24px;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .row-right {
        color: #fff;
        padding: 30px 110px 30px 30px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #15b6b6;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .article-published-at {
        font-size: 0.95rem;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 20px;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .group-title-summary .article-title a {
        font-size: 1.75rem;
        line-height: 1.2;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .group-title-summary .article-summary p {
        font-size: 0.95rem;
        color: #fff;
        font-weight: 400;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*-----------Blog Listing Page 1199----------*/
    
    
    
    
    /*-----------Blog Details Page 1199----------*/
    .page-node-type-article .node--type-article #content-header {
        max-width: 880px;
        padding: 0 15px;
        margin: 48px auto;
        display: flex;
        align-items: center;
        position: relative;
    }
    .page-node-type-article .node--type-article .group-center-body {
        display: flex;
        align-items: flex-start;
        max-width: 880px;
        margin: 62px auto 0;
        padding: 0 15px;
        position: relative;
    }
    
    .page-node-type-article .node--type-article .group-center-body #content-header {
        max-width: 100%;
        min-width: 32%;
        display: block;
        padding-left: 0;
        padding-right: 36px;
        margin: 0;
        position: sticky;
        top: 50px;
    }
    .page-node-type-article .node--type-article .group-center-body .Content-Body {
        padding-left: 36px;
        min-width: 68%;
    }
    
    
    /*---Left Col Author 1199---*/
    
    /*---Left Col Author 1199---*/
    

    /*---Mid Col Author 1199---*/
    
    /*---Mid Col Author 1199---*/

    
    /*---Right Col Author 1199---*/
    
    /*---Right Col Author 1199---*/

    
    /*---Related Articles 1199---*/
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content {
        max-width: 880px;
        margin: 0 auto;
        padding: 36px 15px;
        display: flex;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container {
        position: relative;
        max-width: 880px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row {
        width: 50%;
        color: #fff;
        padding: 30px 110px 30px 30px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-published-at {
        font-size: 0.95rem;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 20px;
        position: absolute;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-title a {
        font-size: 1.75rem;
        line-height: 1.2;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-field-summary p {
        font-size: 0.95rem;
        color: #fff;
        font-weight: 400;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*---Related Articles 1199---*/

    /*-----------Blog Details Page 1199----------*/
    
    
    
    
    
    
    
    /*-----------Footer 1199----------*/
    .footer #block-calltoaction h2.bodyintro-title {
        font-size: 32px;
        line-height: 1.2;
        color: #fff;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 30px;
        margin-top: 12px;
    }
    .footer {
        margin: 0;
        padding: 0;
        border-top: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .footer #block-footer .field--name-body {
        max-width: 880px;
        padding: 0 15px;
        margin: 0 auto;
    }
    /*-----------Footer 1199----------*/
}



@media screen and (max-width: 991px) {
    
    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 50px;
    }
    /*-----------Navbar 991----------*/
    .navbar.navbar-default .navbar-header {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
    }
    #navbar-collapse {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
        position: relative;
    }
    /*-----------Navbar 991----------*/
    
    
    /*-----------Footer 991----------*/
    .footer {
        margin: 0;
        padding: 0;
        border-top: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .footer-logo {
        width: 160px;
        padding-bottom: 14px;
    }
    .footer #block-footer .field--name-body {
        max-width: 100%;
        width: 100%;
        padding: 0 50px;
        margin: 0 auto;
    }
    .footer #block-footer .footer-container .footer-col-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 0 36px;
    }
    .footer #block-footer .subfooter-container {
        display: flex;
        padding-top: 12px;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer #block-footer .subfooter-container .subfooter-col-left {
        margin-bottom: 24px;
    }
    /*-----------Footer 991----------*/
    
    
}




@media screen and (max-width: 900px) {
    
    
    
    /*-----------Blog Details Page 900----------*/
    .page-node-type-article .node--type-article #content-header {
        max-width: 100%;
        width: 100%;
        padding: 0 50px;
        margin: 48px auto;
        display: flex;
        align-items: center;
        position: relative;
    }
    .page-node-type-article .node--type-article .field--name-field-image {
        height: 400px;
        overflow: hidden;
        position: relative;
    }
    .page-node-type-article .node--type-article .field--name-field-tags h2 a {
        border-radius: 6px;
        font-size: 0.85rem;
        background-color: #887e40;
        color: #fff;
        padding: 8.5px 8.5px 6.5px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        text-decoration: none;
    }
    .page-node-type-article .node--type-article .field--name-node-title h2 {
        font-size: 2rem;
        line-height: 1.2;
        color: #887e40;
        font-weight: 600;
        max-width: 480px;
        margin: 0 auto 36px;
        text-align: center;
    }
    
    .page-node-type-article .node--type-article .field--name-field-summary {
        font-size: 1.15rem;
        line-height: 1.4;
        color: #887e40;
        font-weight: 500;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 58px;
        padding: 0 50px 58px;
        text-align: center;
        position: relative;
    }
    .page-node-type-article .node--type-article .field--name-field-summary p {
        max-width: 480px;
        margin: 0 auto;
    }
    .page-node-type-article .node--type-article .field--name-field-summary::before {
        content: '';
        width: calc(100% - 100px);
        height: 1px;
        background-color: #887e40;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .page-node-type-article .node--type-article .field--name-body {
        font-size: 1.15rem;
        line-height: 1.4;
        color: #707070;
        font-weight: 400;
        width: 100%;
        max-width: 100%;
        padding: 0 50px;
        margin: 0 auto;
        text-align: center;
    }

    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 36px 50px;
        display: flex;
    }
    .page-node-type-article .node--type-article .group-center-body {
        display: flex;
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
        margin: 62px auto 0;
        padding: 0 50px;
        position: relative;
    }
    .page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-field-summary {
        padding: 0;
    }
    .page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-body {
        padding: 0;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header {
        max-width: 100%;
        min-width: 280px;
        display: block;
        padding-left: 0;
        padding-right: 36px;
        margin: 0;
        position: sticky;
        top: 50px;
    }
    .page-node-type-article .node--type-article .group-center-body .Content-Body {
        padding-left: 36px;
        min-width: calc(100% - 280px);
    }
    .page-node-type-article .node--type-article .group-center-body .field--name-field-summary p {
        max-width: 100%;
    }
    
    html[lang="ms"] .page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-article-menu-back-to-blog a {
        display: flex;
        align-items: center;
        font-size: 1.05rem;
        color: #fff;
        font-weight: 400;
        padding: 0;
    }
    
    
    /*---Left Col Author 900---*/

    /*---Left Col Author 900---*/


    /*---Mid Col Author 900---*/

    /*---Mid Col Author 900---*/


    /*---Right Col Author 900---*/

    /*---Right Col Author 900---*/


    /*---Related Articles 900---*/
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 50px;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content {
        display: flex;
        max-width: 540px;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row {
        width: 100%;
        color: #fff;
        padding: 30px 110px 30px 30px;
        position: relative;
        min-height: 286px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 48px;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row:last-child {
         margin-bottom: 0;   
    }
    /*---Related Articles 900---*/
    
    /*-----------Blog Details Page 900----------*/
    
    
        
    /*-----------Blog Listing Page 900----------*/
    .view-article-listing .views-field-nothing .field-content {
        display: flex;
        align-items: stretch;
        flex-direction: column;
        width: 100%;
        max-width: 540px;
        margin: 0 auto;
    }
    .view-article-listing .views-field-nothing .field-content .row-left {
        width: 100%;
        position: relative;
        padding-right: 54px;
    }
    .view-article-listing .views-field-nothing .field-content .row-right {
        width: 100%;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .group-title-summary .article-title {
        padding-bottom: 48px;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .group-title-summary .article-title a {
        font-size: 1.75rem;
        line-height: 1.2;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .group-title-summary {
        height: 100%;
        min-height: 190px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    /*-----------Blog Listing Page 900----------*/
    
    
}
@media screen and (max-width: 768px) {
    
    
    /*-----------Navbar 768----------*/
    .navbar-nav > li {
        float: none;
    }
    .navbar.navbar-default .navbar-header {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
    #navbar-collapse {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
        position: relative;
        text-align: right;
    }
    #navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-top: 0;
        box-shadow: none;
    }
    
    .name.navbar-brand {
        padding: 0;
        font-weight: 600;
        font-size: 28px;
        line-height: 1;
        color: #fff;
        position: relative;
        padding-right: 28px;
        float: none;
        height: auto;
        margin-right: 20px;
        margin-top: 2px;
    }
    .name.navbar-brand::after {
        content: 'by';
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 19px;
        height: 18px;
		font-size: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-60%);
        -webkit-transform: translateY(-60%);
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-toggle {
        position: absolute;
        float: none;
        padding: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
        top: 25px;
        right: 30px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
        width: 17px;
        margin-left: auto;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    #navbar-collapse.collapsing {
        border-top: 0;
        box-shadow: none;
        height: auto;
    }
    #navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-top: 0;
        box-shadow: none;
        text-align: right;
    }
    
    #navbar-collapse .navbar-nav li.first.last {
        position: relative;
        right: 0;
        top: 0;
    }
    .navbar-nav {
        margin: 0;
        position: relative;
        padding: 30px 0 15px;
    }
    
    .language-switcher-language-url ul.links {
        list-style: none;
        margin: 20px 0;
        padding: 0;
        display: flex;
        position: relative;
        right: 0;
        top: auto;
        justify-content: flex-end;
    }
    /*-----------Navbar 768----------*/
    
    
    
    /*-----------Blog Listing Page 768----------*/
    html[lang="ms"] .region-header .page-header {
        max-width: 580px;
    }
    
    
    .region-header ul.tabs--primary > li a {
        background-color: transparent;
        color: #887e40;
        border: 1px solid #887e40;
        border-right: 0;
        padding: 10px 24px;
        font-size: 14px;
        border-radius: 0;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 0;
    }
        .region-header ul.tabs--primary {
        border-bottom: 0;
        text-align: center;
        display: flex;
        align-items: stretch;
        justify-content: center;
    }
    .region-header ul.tabs--primary > li a {
        background-color: transparent;
        color: #887e40;
        border: 1px solid #887e40;
        border-right: 0;
        padding: 10px 24px;
        font-size: 14px;
        border-radius: 0;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /*-----------Blog Listing Page 768----------*/
    
    
    
    /*-----------Blog Details Page 768----------*/
    html[lang="ms"] .page-node-type-article .node--type-article #content-header > .field.field--name-dynamic-block-fieldnode-menu-blog {
        width: 180px;
    }
    html[lang="ms"] .page-node-type-article .node--type-article #content-header > .field.field--name-field-tags {
        text-align: center;
        width: calc(100% - 360px);
    }
    html[lang="ms"] .page-node-type-article .node--type-article #content-header > .field.field--name-published-at {
        text-align: right;
        width: 180px;
    }
    html[lang="ms"] .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-menu-blog ul.menu--blog li a {
        display: flex;
        align-items: center;
        font-size: 1.05rem;
        line-height: 1.2;
        color: #887e40;
        font-weight: 400;
        padding: 0;
    }
    html[lang="ms"] .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-menu-blog ul.menu--blog li a::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23FFFFFF' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #887e40;
        width: 34px;
        min-width: 34px;
        height: 34px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        border-radius: 50%;
        margin-bottom: 4px;
    }


    .page-node-type-article .node--type-article .field--name-body p a .youtube-player iframe {
        width: 100%;
        height: 360px;
    }
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 62px 50px;
        display: flex;
        flex-direction: column;
    }
    
    .page-node-type-article .node--type-article .group-center-body {
        display: block;
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
        margin: 62px auto 0;
        padding: 0 50px;
        position: relative;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header {
        max-width: 100%;
        min-width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 50px;
        position: relative;
        top: auto;
        padding-bottom: 30px;
        border-bottom: 1px solid #a9a9a9;
    }
    .page-node-type-article .node--type-article .group-center-body .Content-Body {
        padding-left: 0;
        min-width: auto;
        width: 100%;
    }
    .page-node-type-article .node--type-article .blog_mobileTitle {
        display: block;
        font-size: 2rem;
        line-height: 1.2;
        color: #887e40;
        font-weight: 600;
        margin: 36px 0 0;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header > .field.field--name-dynamic-block-fieldnode-menu-blog {
        width: 100%;
        order: 1;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header > .field--name-dynamic-block-fieldnode-article-details-blog-left-side {
        width: 100%;
        order: 2;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header > .field.field--name-field-tags {
        order: 3;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        width: 50%;
        padding-right: 30px;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header > .field--name-dynamic-block-fieldnode-article-so {
        order: 4;
        width: 50%;
        padding-left: 30px;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header > .field.field--name-dynamic-block-fieldnode-floating-banner {
        display: none;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header .view-article-author {
        margin: 30px 0;
        padding: 30px 0 0;
        border-top: 1px solid #a9a9a9;
        border-bottom: 0;
    }
    
    .page-node-type-article .node--type-article .group-center-body .Content-Body .field--name-node-title h2 {
        display: none;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header > .field.field--name-field-tags .field--label {
        display: none;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header .views-field-addtoany-share .views-label {
        display: none;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 {
        display: flex;
        justify-content: flex-end;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header .author-container .author-avatar {
        display: none;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header .author-container .author-details {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header .view-article-author .views-field-nothing {
        margin-bottom: 5px;
    }
    
    /*---Left Col Author 768---*/
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .Left-Set {
        width: 100%;
        padding-right: 0;
        padding-bottom: 36px;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .Left-Set .field--name-dynamic-block-fieldblock-content-article-menu-back-to-blog {
        margin-bottom: 36px;
        margin-top: 0;
    }
    .page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-author-category .field-content ul > li {
        border-radius: 6px;
        font-size: 0.85rem;
        background-color: #fff;
        color: #887e40;
        padding: 8.5px 8.5px 6.5px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
    }
    /*---Left Col Author 768---*/


    /*---Mid Col Author 768---*/
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .field--name-dynamic-block-fieldblock-content-article-author {
        width: 100%;
        padding: 36px 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .field--name-dynamic-block-fieldblock-content-published-on {
        width: 100%;
        padding: 36px 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .page-node-type-article .node--type-article .views-field-field-about-author p {
        font-size: 0.95rem;
        color: #fff;
        font-weight: 400;
        margin: 50px 0 0;
        line-height: 1.6;
    }
    /*---Mid Col Author 768---*/


    /*---Right Col Author 768---*/
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .field--name-dynamic-block-fieldblock-content-article-so {
        width: 100%;
        padding-left: 0;
        padding-top: 36px;
    }
    /*---Right Col Author 768---*/
    /*-----------Blog Details Page 768----------*/
    
    
    
    
    /*-----------Footer 768----------*/
    .footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list {
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li {
        margin: 0 20px;
    }
    .footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li:last-child {
        margin-top: 12px;
    }
    /*-----------Footer 768----------*/
    
}



@media screen and (max-width: 640px) {
    
    
    /*-----------Blog Listing Page 640----------*/
    
    
    .region-header ul.tabs--primary {
        border-bottom: 0;
        text-align: center;
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
    }
    .region-header ul.tabs--primary > li {
        float: none;
        width: 50%;
    }
    .region-header ul.tabs--primary > li:last-child {
        width: 50%;
    }
    .region-header ul.tabs--primary > li:first-child a {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 0;
        border-right: 0;
    }
    .region-header ul.tabs--primary > li:nth-child(2) a {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 0;
        border-right: 1px solid #887e40;
    }
    .region-header ul.tabs--primary > li:nth-child(3) a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-right: 0;
    }
    .region-header ul.tabs--primary > li:nth-child(4) a {
        border-top-left-radius: 0;
        border-right: 1px solid #887e40;
    }
    .region-header ul.tabs--primary > li:nth-child(5) a {
        border-top-left-radius: 0;
        border-right: 1px solid #887e40;
        border-bottom-left-radius: 6px;
        border-right: 0;
    }
    .region-header ul.tabs--primary > li:last-child a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 6px;
        border-right: 1px solid #887e40;
    }
    
    /*-----------Blog Listing Page 640----------*/
    
    
    
    /*-----------Blog Details Page 640----------*/
    .page-node-type-article .node--type-article .field--name-field-image {
        height: 200px;
        overflow: hidden;
        position: relative;
    }
    .page-node-type-article .node--type-article #content-header {
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
        margin: 36px auto;
        display: flex;
        align-items: center;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-node-type-article .node--type-article #content-header > .field.field--name-dynamic-block-fieldnode-menu-blog {
        width: auto;
        order: 1;
    }
    .page-node-type-article .node--type-article #content-header > .field.field--name-field-tags {
        text-align: center;
        width: 100%;
        order: 3;
        margin-top: 36px;
    }
    .page-node-type-article .node--type-article #content-header > .field.field--name-published-at {
        text-align: right;
        width: auto;
        order: 2;
    }
    
    html[lang="ms"] .page-node-type-article .node--type-article #content-header > .field.field--name-dynamic-block-fieldnode-menu-blog {
        width: 165px;
        order: 1;
    }
    html[lang="ms"] .page-node-type-article .node--type-article #content-header > .field.field--name-field-tags {
        text-align: center;
        width: 100%;
        order: 3;
        margin-top: 36px;
    }
    html[lang="ms"] .page-node-type-article .node--type-article #content-header > .field.field--name-published-at {
        text-align: right;
        width: calc(100% - 165px);
        order: 2;
    }
    
    .page-node-type-article .node--type-article .field--name-node-title h2 {
        font-size: 24px;
        line-height: 1.2;
        color: #887e40;
        font-weight: 600;
        max-width: 100%;
        width: 100%;
        margin: 0 auto 36px;
        padding: 0 30px;
        text-align: center;
    }
    
    .page-node-type-article .node--type-article .field--name-field-summary {
        font-size: 1rem;
        line-height: 1.6;
        color: #887e40;
        font-weight: 500;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 58px;
        padding: 0 30px 58px;
        text-align: center;
        position: relative;
    }
    .page-node-type-article .node--type-article .field--name-field-summary p {
        max-width: 100%;
        margin: 0 auto;
    }
    .page-node-type-article .node--type-article .field--name-field-summary::before {
        content: '';
        width: calc(100% - 60px);
        height: 1px;
        background-color: #887e40;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    .page-node-type-article .node--type-article .field--name-body {
        font-size: 1rem;
        line-height: 1.6;
        color: #707070;
        font-weight: 400;
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
        margin: 0 auto;
        text-align: center;
    }
    .page-node-type-article .node--type-article .field--name-body h3 {
        font-size: 24px;
        line-height: 1.2;
        color: #887e40;
        font-weight: 600;
        margin: 36px auto;
        max-width: 100%;
    }
    .page-node-type-article .node--type-article .field--name-body figure figcaption {
        font-size: 0.85rem;
        color: #707070;
        font-weight: 600;
        margin: 12px 0 0;
    }
    
    
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 36px 30px;
        display: flex;
        flex-direction: column;
    }
    
    
    .page-node-type-article .node--type-article .group-center-body {
        display: block;
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
        margin: 62px auto 0;
        padding: 0 30px;
        position: relative;
    }
    .page-node-type-article .node--type-article .blog_mobileTitle {
        display: block;
        font-size: 24px;
        line-height: 1.2;
        color: #887e40;
        font-weight: 600;
        margin: 36px 0 0;
    }
    .page-node-type-article .node--type-article .group-center-body {
        display: block;
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
        margin: 36px auto 0;
        padding: 0 30px;
        position: relative;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header .addtoany_list.a2a_kit_size_32 > a {
        display: block;
        margin-bottom: 0;
        margin-right: 0;
        padding: 0;
    }
    .page-node-type-article .node--type-article .group-center-body .addtoany_list.a2a_kit_size_32 > a .a2a_svg {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }
    .addtoany_list.a2a_kit_size_32 > a svg {
        width: 22px;
        height: 22px;
        display: block;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header > .field--name-dynamic-block-fieldnode-article-so {
        order: 4;
        width: 180px;
        padding-left: 12px;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header > .field.field--name-field-tags {
        order: 3;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        width: calc(100% - 180px);
        padding-right: 12px;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header .field--name-field-tags h2 a {
        line-height: 1.3;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header .view-article-author {
        margin: 30px 0;
        padding: 15px 0 0;
        border-top: 1px solid #a9a9a9;
        border-bottom: 0;
    }
    .page-node-type-article .node--type-article .group-center-body #content-header {
        max-width: 100%;
        min-width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 40px;
        position: relative;
        top: auto;
        padding-bottom: 20px;
        border-bottom: 1px solid #a9a9a9;
    }
    .addtoany_list.a2a_kit_size_32 > a .a2a_label {
        margin-left: 10px;    
    }
    
    
    
    
    /*---Left Col Author 640---*/
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .Left-Set {
        width: 100%;
        padding-right: 0;
        padding-bottom: 36px;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .Left-Set .field--name-dynamic-block-fieldblock-content-article-menu-back-to-blog {
        margin-bottom: 36px;
    }
    .page-node-type-article .node--type-article .Left-Set .field--name-dynamic-block-fieldblock-content-author-category .field-content ul > li {
        border-radius: 6px;
        font-size: 0.85rem;
        background-color: #fff;
        color: #887e40;
        padding: 8.5px 8.5px 6.5px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
    }
    /*---Left Col Author 640---*/


    /*---Mid Col Author 640---*/
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .field--name-dynamic-block-fieldblock-content-article-author {
        width: 100%;
        padding: 36px 0;
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldblock-content-article-author .views-field-field-about-author p {
        font-size: 0.95rem;
        color: #fff;
        font-weight: 400;
        margin: 36px 0 0;
        line-height: 1.6;
    }
    /*---Mid Col Author 640---*/


    /*---Right Col Author 640---*/
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-article-details-block .block-content .field--name-dynamic-block-fieldblock-content-article-so {
        width: 100%;
        padding-left: 0;
        padding-top: 36px;
    }
    /*---Right Col Author 640---*/


    /*---Related Articles 640---*/
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .field--label {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 0 auto 36px;
        padding: 0 30px;
        text-align: center;
        font-size: 24px;
        line-height: 1.2;
        color: #887e40;
        font-weight: 600;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }

    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row {
        width: 100%;
        color: #fff;
        padding: 24px 84px 24px 24px;
        position: relative;
        min-height: 237px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 48px;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-published-at {
        font-size: 0.85rem;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 20px;
        position: absolute;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-title {
        padding-bottom: 48px;
        padding-top: 31px;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-title a {
        font-size: 1.4rem;
        line-height: 1.2;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-field-summary p {
        font-size: 0.85rem;
        color: #fff;
        font-weight: 400;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-node-type-article .field--name-dynamic-block-fieldnode-you-might-also-be-interested .views-element-container .view-content .views-row .views-field-view-node {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    /*---Related Articles 640---*/
    
    /*-----------Blog Details Page 640----------*/
    
    
}



@media screen and (max-width: 576px) {
    
    
    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
    }
    
    /*-----------Header 576----------*/
    .navbar.navbar-default .navbar-header {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
    #navbar-collapse {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
        position: relative;
        text-align: right;
    }
    #navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-top: 0;
        box-shadow: none;
    }
    
    .name.navbar-brand {
        padding: 0;
        font-weight: 600;
        font-size: 28px;
        line-height: 1;
        color: #fff;
        position: relative;
        padding-right: 28px;
        float: none;
        height: auto;
        margin-right: 16px;
        margin-top: 2px;
    }
    .name.navbar-brand::after {
        content: 'by';
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 19px;
        height: 18px;
		font-size: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-60%);
        -webkit-transform: translateY(-60%);
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-toggle {
        position: absolute;
        float: none;
        padding: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
        top: 25px;
        right: 30px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
        width: 17px;
        margin-left: auto;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    #navbar-collapse.collapsing {
        border-top: 0;
        height: auto;
    }
    #navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        border-top: 0;
        box-shadow: none;
        text-align: right;
    }
    
    #navbar-collapse .navbar-nav li.first.last {
        position: relative;
        right: 0;
        top: 0;
    }
    .navbar-nav {
        margin: 0;
        position: relative;
        padding: 30px 0 15px;
    }
    
    .language-switcher-language-url ul.links {
        list-style: none;
        margin: 20px 0;
        padding: 0;
        display: flex;
        position: relative;
        right: 0;
        top: auto;
        justify-content: flex-end;
    }
    
    
    /*-----------Header 576----------*/
    
    
    
    
    /*-----------Blog Listing Page 576----------*/
    .region-header .page-header {
        font-size: 24px;
        line-height: 1.2;
        color: #887e40;
        font-weight: 600;
        max-width: 100%;
        padding: 0;
        border-bottom: 0;
        margin: 62px auto 48px;
        text-align: center;
    }
    .region-header ul.tabs--primary > li a {
        background-color: transparent;
        color: #887e40;
        border: 1px solid #887e40;
        border-right: 0;
        padding: 10px 9px;
        font-size: 14px;
        border-radius: 0;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 0;
    }
    .view-article-listing .views-field-nothing .field-content .row-left {
        width: 100%;
        position: relative;
        padding-right: 45px;
    }
    .view-article-listing .views-field-nothing .field-content .row-left .article-img {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .view-article-listing .views-field-nothing .field-content .row-left .article-cat {
        border-radius: 6px;
        font-size: 0.8rem;
        background-color: #fff;
        color: #887e40;
        padding: 8.5px 8.5px 6.5px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .row-right {
        color: #fff;
        padding: 24px 84px 24px 24px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: #15b6b6;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .group-title-summary {
        height: 100%;
        min-height: 155px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .view-article-listing .views-row .views-field-nothing .field-content .article-published-at {
        font-size: 0.85rem;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 14px;
    }

    .view-article-listing .views-row .views-field-nothing .field-content .group-title-summary .article-title {
        padding-bottom: 36px;   
    }
    .view-article-listing .views-row .views-field-nothing .field-content .group-title-summary .article-title a {
        font-size: 1.4rem;
        line-height: 1.2;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .view-article-listing .views-row .views-field-nothing .field-content .group-title-summary .article-summary p {
        font-size: 0.85rem;
        color: #fff;
        font-weight: 400;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .view-article-listing .views-row .views-field-nothing .field-content .article-link {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    
    
    
    .view-article-listing .js-pager__items.pager a {
        background-color: #887e40;
        color: #fff;
        border-radius: 6px;
        border: 0;
        text-decoration: none;
        padding: 12px 25px;
        font-size: 1rem;
        display: block;
        width: 100%;
    }
    
    
    /*-----------Blog Listing Page 576----------*/
    
    
    
    
    /*-----------Blog Details Page 576----------*/
    
    .page-node-type-article .node--type-article .field--name-body p a .youtube-player iframe {
        width: 100%;
        height: 200px;
    }
    
    .page-node-type-article .node--type-article .field--name-published-at {
        font-size: 0.95rem;
        color: #887e40;
        font-weight: 400;
    }
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-menu-blog ul.menu--blog li a {
        display: inline-block;
        font-size: 0.95rem;
        color: #887e40;
        font-weight: 400;
        padding: 0;
    }
    html[lang="ms"] .page-node-type-article .node--type-article .field--name-dynamic-block-fieldnode-menu-blog ul.menu--blog li a {
        display: flex;
        align-items: center;
        font-size: 0.95rem;
        line-height: 1.2;
        color: #887e40;
        font-weight: 400;
        padding: 0;
    }
    
    /*---Right Col Author 576---*/
    .page-node-type-article .node--type-article .field--name-dynamic-block-fieldblock-content-article-so .views-field-addtoany-share .field-content .a2a_kit {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .addtoany_list.a2a_kit_size_32 > a {
        margin-bottom: 24px;
        display: flex;
        align-items: center;
        text-decoration: none;
        width: 50%; 
    }
    .addtoany_list.a2a_kit_size_32 > a:nth-child(3) {
        margin-bottom: 0;
    }
    .addtoany_list.a2a_kit_size_32 > a:last-child {
        margin-bottom: 0;
    }
    /*---Right Col Author 576---*/
    
    
    .page-node-type-article .node--type-article .field--name-body p .image-desktop {
        display: none;
    }
    .page-node-type-article .node--type-article .field--name-body p .image-mobile {
        display: block;
        width: 100%;
        height: auto;
    }
    
    /*-----------Blog Details Page 576----------*/
    
    
    
    
    
    
    /*-----------Footer 576----------*/
    .footer {
        margin: 0;
        padding: 0;
        border-top: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    
    .footer #block-calltoaction .field--name-body {
        max-width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }
    .footer #block-calltoaction h2.bodyintro-title {
        font-size: 30px;
        line-height: 1.2;
        color: #fff;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 30px;
        margin-top: 12px;
    }
    html[lang="ms"] .footer #block-calltoaction h2.bodyintro-title {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        max-width: 870px;
        margin: 0 auto 30px;
        line-height: 1.2;
    }
    .footer #block-calltoaction .bodyintro-actions a {
        color: #16c4c4;
        background-color: #fff;
        font-weight: 500;
        width: 100%;
        max-width: 100%;
        display: block;
        text-align: center;
        padding: 12px 25px;
        font-size: 15px;
        border-radius: 6px;
        text-decoration: none;
    }
    
    
    .footer #block-footer .field--name-body {
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
    }
    .footer #block-footer .footer-container .footer-col-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 0 24px;
    }
    .footer #block-footer .subfooter-container .subfooter-col-left ul.subfooter-list > li {
        margin: 12px 10px 0;
    }
    /*-----------Footer 576----------*/
    
    
    
}

@media screen and (max-width: 321px) {
    
    /*-----------Header 321----------*/
    .navbar-toggle {
        position: absolute;
        float: none;
        padding: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
        top: 22px;
        right: 30px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
    .name.navbar-brand {
        padding: 0;
        font-weight: 600;
        font-size: 24px;
        line-height: 1;
        color: #fff;
        position: relative;
        padding-right: 30px;
        float: none;
        height: auto;
        margin-right: 12px;
        margin-top: 2px;
    }
    .name.navbar-brand::after {
        content: 'by';
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 20px;
        height: 18px;
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-60%);
        -webkit-transform: translateY(-60%);
    }
    .logo img {
        width: 70px;
    }
    /*-----------Header 321----------*/
    
    
}



/*--- Google Ads Responsive ---*/

.blog-row-ads {
    text-align: center;
    margin-bottom: 24px;
}
.blog-row-ads .adslot_blog_horizontal_1 {
  width: 900px;
  height: 100px;
  margin: 0 auto;
}

@media (max-width:1400px) {
    .blog-row-ads .adslot_blog_horizontal_1 {
        width: 800px;
        height: 100px;
        margin: 0 auto;
    }
}

@media (max-width:1200px) {
    .blog-row-ads .adslot_blog_horizontal_1 {
        width: 540px;
        height: 100px;
        margin: 0 auto;
    }
}

@media (max-width:900px) {
    .blog-row-ads .adslot_blog_horizontal_1 {
        width: 350px;
        height: 80px;
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    .blog-row-ads .adslot_blog_horizontal_1 {
        width: 530px;
        height: 100px;
        margin: 0 auto;
    }
}

@media (max-width:640px) {
    .blog-row-ads .adslot_blog_horizontal_1 {
        width: 500px;
        height: 100px;
        margin: 0 auto;
    }
}

@media (max-width:576px) {
    .blog-row-ads .adslot_blog_horizontal_1 {
        width: 300px;
        height: 80px;
        margin: 0 auto;
    }
}

@media (max-width:321px) {
    .blog-row-ads .adslot_blog_horizontal_1 {
        width: 260px;
        height: 80px;
        margin: 0 auto;
    }
}

/*--- Google Ads Responsive ---*/



















