.items_a7c2644880a841e9b392a6e72c5d0412 {   display: flex;   flex-direction: row;   flex-wrap: wrap;   min-height: 100%;}/*Targets the child flex items*/.items_a7c2644880a841e9b392a6e72c5d0412 > .item {   display: flex;   flex-direction: column;}@media only screen and (max-width:767px){    .cols2.imgMgn1 .imgGridItem{        width:100%!important;        margin-top:4%!important;        margin-bottom:0%;        Margin-left:0%;        margin-right: 0%;    }}.column {  float: left;  width: 50%;}/* Clear floats after the columns */.row:after {  content: "";  display: table;  clear: both;}@media only screen and (max-width:767px){    .column {  float: left;  width: 100%;}/* Clear floats after the columns */.row:after {  content: "";  display: table;  clear: both;}}/* Nav Dropdowns */.navContent ul li ul a {    white-space: normal !important;    overflow: visible !important;}@media only screen and (min-width: 768px) {    .navContent ul li ul {        min-width: 250px !important;        right: auto !important;     }}