<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-main-wrapper{
    padding-top: 180px;
    padding-bottom: 100px;
} 
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}

html {
font-size: 100%;
}

body {
font-size: 1.2em; 
font-weight: 400;
line-height: 1.5;
word-wrap: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}

img {
height: auto;
max-width: 100%;
}

/*a {
color: #29B6F6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}*/

.site__wrapper {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
padding-top: 1.5em;
padding-bottom: 1.5em;
}

.site__info {
clear: both;
display: block; 
letter-spacing: 2px;
padding-top: 1.5em;
padding-bottom: 1.5em;
text-align: center;
}

.grid {
float: none;
width: 100%;
padding-left: 0.2em;
padding-right: 0.2em;
padding-bottom: 0.4em;
}
.grid_h_rectangle{
    width: 66.666%;
}
.grid_h_rectangle_wide{
    width: 100% !important;
}
@media screen and (min-width: 40.063em) {
.grid {
    float: left;
    width: 33.333%;
}
.grid_h_rectangle{
    width: 66.666%;
} 
}

.card__image {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: block;
min-height: 240px;
overflow: hidden;
position: relative;
}
.card__image_square{
    max-height: 240px;
}
.card__image_v_rectangle{
    max-height: 485px;
}
.card__image_h_rectangle{ 
    max-height: 240px; 
}
.card__image &gt; img {
display: block;
margin-bottom: 0;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.card__image:hover &gt; img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}

.card__title {
color: white;
display: inline-block; 
font-size: 1.2em;
font-weight: 700;
line-height: 1.2;
margin-bottom: 0.75em;
text-decoration: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.card__title:hover {
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
}

.card__overlay {
content: "";
bottom: 0;
display: block;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1;
background: rgba(2,19,58,0.7);
}

.card__overlay--indigo {
background-image: linear-gradient(to bottom, rgba(92, 107, 192, 0.1), rgba(92, 107, 192, 0.8));
z-index: 2;
}

.card__overlay--blue {
background-image: linear-gradient(to bottom, rgba(41, 182, 246, 0.1), rgba(41, 182, 246, 0.8));
z-index: 2;
}

.card__overlay-content {
position: absolute;
bottom: 0;
padding: 1.5em;
z-index: 3;
}

.card__meta {
margin: 0;
margin-right: -1em;
margin-bottom: 0.75em;
}
.card__meta.card__meta--last {
margin-bottom: 0;
}
.card__meta li {
color: #f8f8f8;
display: inline;
list-style-type: none;
margin-bottom: 0;
padding-right: 1em;
font-size: 0.65em; 
letter-spacing: 1px;
}
.card__meta li:not(:last-child):after {
content: "â—";
font-style: normal;
position: relative;
color: rgba(255, 255, 255, 0.25);
right: -0.6em;
}
.card__meta li &gt; a {
color: #f8f8f8;
}

.blog-section ol{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: none;
    line-height: 35px;
}
.disc-ul{ 
    list-style-type: disc;
    padding: 0px 0px 0 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: none;
    line-height: 35px;
}
.user-date{
    display: flex;
}
.user-date img{
    width: 32px;
    height: 32px;
    border-radius: 40px;
    margin: 10px 0px;
    box-shadow: 2px 2px 4px #dddddd;
}
.user-date p{
    display: flex;
    padding: 10px 10px;
}
.blog-section .p-sm{
    font-size: 0.9rem;
    font-style: italic;
}
.blog-sidebar .p-sm{
    font-size: 0.9rem;
    line-height: 20px;
}
.blog-sidebar .thumb{
    max-height: 100px;
    overflow: hidden;
}
.blog-page-section{
    border-right: 1px dotted #dddddd;
    padding: 0px 40px 0px 0px;
}
.blog-sidebar{
    padding: 0px 0px 0px 55px;
} 
.blog-card-sidebar .user-date img{
    width: 20px;
    height: 20px;
}
.blog-card-sidebar .user-date p{
    font-size: 0.8rem;
    padding: 4px 10px;
    color: rgba(0,0,0,0.6);
}
.blog-card-sidebar .p-sm{
    font-size: 0.9rem;
    line-height: 20px;
    font-weight: bold;
}
.blog-card-sidebar a{
    text-decoration: none;
    color: #02133A;
}

/* Responsive -------------------------------------------------- */

/* Landscape phones and down */
@media (max-width: 480px) {
    .blog-main-wrapper{
        padding: 120px 0 50px 0;
        position: inherit;
    } 
    .blog-main-wrapper .theme-title-two:before{
        position: relative;
    }
    .grid_h_rectangle{
        width: 100%;
    }
    .blog-page-section{
        padding: 0px 20px 0px 20px;
    }
    .blog-section ol{
        padding: 0px 0px 0px 20px;
    }
    .blog-sidebar{
        padding: 50px 40px 50px 40px;
    }
    .blog-page-section{
        border-right: unset;
        border-bottom: 1px dotted #dddddd;
        padding: 20px 20px 50px 20px;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    .blog-main-wrapper{
        padding: 120px 0 50px 0;
        position: inherit;
    } 
    .blog-main-wrapper .theme-title-two:before{
        position: relative;
    }
    .grid{
        width: 100%;
    }
    .card__image_v_rectangle{
        max-height:240px
    }
    .card__image_v_rectangle .v-image-wrapper{
        max-height:240px
    }
    .card__image_v_rectangle .sustainability-img{
        background-position: 50% 20% !important;
    }
    .blog-page-section{
        padding: 0px 20px 0px 20px;
    }
    .blog-section ol{
        padding: 0px 0px 0px 20px;
    }
    .blog-sidebar{
        padding: 50px 40px 50px 40px;
    }
    .blog-page-section{
        border-right: unset;
        border-bottom: 1px dotted #dddddd;
        padding: 20px 20px 50px 20px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	
}
@media (max-width: 979px) {
	.blog-main-wrapper{
        padding: 120px 0 50px 0;
        position: inherit;
    } 
    .blog-main-wrapper .theme-title-two:before{
        position: relative;
    }
    .grid{
        width: 100%;
    }
    .card__image_v_rectangle{
        max-height:240px
    }
    .card__image_v_rectangle .v-image-wrapper{
        max-height:240px
    }
    .card__image_v_rectangle .sustainability-img{
        background-position: 50% 20% !important;
    }
    .blog-page-section{
        padding: 0px 20px 0px 20px;
    }
    .blog-section ol{
        padding: 0px 0px 0px 20px;
    }
    .blog-sidebar{
        padding: 50px 40px 50px 40px;
    }
    .blog-page-section{
        border-right: unset;
        border-bottom: 1px dotted #dddddd;
        padding: 20px 20px 50px 20px;
    }
}
@media (min-width: 980px) {
	
}
/* Large desktop */
@media (min-width: 1200px) { 

}</pre></body></html>