/* Breadcrumbs */
.margin_blog_bc{

    padding: 0% 0% 0% 17%;
}


ul.breadcrumb {
    /* padding: 10px 0px 10px 0px; */
    list-style: none;
    background-color: #ffffff;
}

ul.breadcrumb li {
    display: inline;
    font-size: 16px;
    font-weight: normal;
    color: rgba(126, 126, 126, 1);
}

ul.breadcrumb li a {
    display: inline;
    font-size: 16px;
    font-weight: normal;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: rgba(126, 126, 126, 1);
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: rgba(126, 126, 126, 1);
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

/* blog title link */

.blog_datefont {
    float: left;
    padding-bottom: 2%;
}

.blog_datefont p {
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    /* 30px */
    color: rgba(126, 126, 126, 1);
    padding: 7px;
}


.social_icons_blog {
    float: right;
    text-align: right;
}

.social_icons_blog a img {
    max-width: 7%;
    text-align: right;
    /* border: 1px solid #9B9DAC; */
    border-radius: 100%;
    margin: 0% 2%;
    transition: 250ms;
}

.social_icons_blog a img:hover {
    border: 1.5px solid #ffffff;

}


/* content */
.margin_blog{

    padding: 3% 20% 5% 20%;
}

.blog_fontstyle {
    padding-bottom: 30px;
}


.blog_fontstyle h1 {
    font-family: Helvetica;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.blog_fontstyle h2 {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: black;
    letter-spacing: 0;
    padding-bottom: 20px;
}

.blog_fontstyle h3 {
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    padding-top: 50px;
}

.blog_fontstyle h3 a{
    font-family: Helvetica;
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0;
    padding-top: 50px;
    text-decoration: underline;
}

.blog_fontstyle h5 {
    color: #000;
    color: color(display-p3 0 0 0);
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 00;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

.blog_fontstyle h5  a{
    color:#3A9EDC;
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    text-decoration: underline;
}

.blog_fontstyle p {
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    line-height: 150%;
    /* 30px */
    color: rgba(126, 126, 126, 1);
    padding-top: 10px;
    padding-bottom: 20px;
}

.blog_fontstyle ul {
    padding-bottom: 20px;
}










/* light box */
* {
    box-sizing: border-box;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column_blog {
    float: left;
    width: 33%;

}

.column_lightbox_preview {
    float: left;
    width: 10%;
    display: flex;

}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 2%;
    left: 0;
    top: 15px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 50px;
    right: 125px;
    font-size: 65px;
    font-weight: normal;
    z-index: 999;
}

.close:hover,
.close:focus {
    color: #999;
    /* text-decoration: none; */
    cursor: pointer;
}

.mySlides {
    display: none;
    text-align: center;
    background-color: black;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 20px;
    margin-top: -50px;
    color: white;
    font-weight: normal;
    font-size: 40px;
    transition: 0.6s ease;
    /* border-radius: 0 5px 5px 0; */
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    /* border-radius: 0 5px 5px 0; */
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Number text (1/3 etc) */
.numbertext {
    color: white;
    font-size: 20px;
    padding: 12px 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
}

img {
    /* margin-bottom: 15px; */
    margin-bottom: 0px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 16px 16px;
    /* color:chartreuse; */
    /* z-index: 9999; */
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 1080px) {

    /* The Close Button */
.close {
    top: 10px;
    right: 70px;
}

}

@media only screen and (max-width: 600px) {

/* Breadcrumbs */
.margin_blog_bc{

    padding: 0% 0% 0% 0%;
}


/* blog title link */

.blog_datefont {
    float: left;
    padding-bottom: 2%;
}

.blog_datefont p {
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    /* 30px */
    color: rgba(126, 126, 126, 1);
    padding: 7px;
}


.social_icons_blog {
    float: left;
    text-align: left;
    padding-bottom: 2%;
}

.social_icons_blog a img {
    max-width: 7%;
    text-align: left;
    /* border: 1px solid #9B9DAC; */
    border-radius: 100%;
    margin: 0% 2%;
    transition: 250ms;
}

.social_icons_blog a img:hover {
    border: 1.5px solid #ffffff;

}

/* content */
.margin_blog{

    padding: 3% 10% 5% 10%;
}


/* lightbox */
.column_blog {
    float: left;
    width: 50%;

}

    /* The Close Button */
.close {
    top: 10px;
    right: 30px;
    color: #3A9EDC;
    font-size: 50px;
}
}