
.alignleft, img.alignleft, article img {
    float: left;
    display: inline;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright, img.alignright {
    float: right;
    display: inline;
    margin-left: 24px;
    margin-top: 4px;
}

img.alignleft, img.alignright, img.aligncenter, article img {
    margin-bottom: 12px;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.flow-root-wrapper {
    display: flow-root;
}


/* next 3 rules: "article p" emulates bootstrap .clearfix */
article p {
  *zoom: 1;
}

article p:before,
article p:after {
  display: table;
  line-height: 0;
  content: "";
}

article p:after {
  clear: both;
}

.article-banner-image {
    padding-top: 1.5em;
}

.boxgroup .show-more {
    margin-top: 0.5em;
}

.show-more a {
    font-weight: bold;
    /*font-size: 12px;*/
}



a,
a:hover {
    color: rgb(0,51,102);
}
.box {
    /*
    padding: 3px;
    background-color: linen;
    */
}

.space-above {
    margin-top: 1em;
}

.banner-quote {
    /* background-color: rgb(0,51,102); */
    /* background-color: rgb(80, 118, 114); */
    background-color: rgb(237,179,129);
    color: black;
    font-weight: normal;
    border-top: 2px solid rgb(0,51,102);
    border-bottom: 2px solid rgb(0,51,102);
    /*
    background-color: #edb381;
    color: #003366;
    font-weight: bold;
    */
    margin: 30px 0;
    padding: 20px 60px 25px 60px;
    font-size: 14pt;
    line-height: 24px;
}
.banner-quote blockquote {
    border-left: none;
    font-style: italic;
}

.LIGHT-boxbanner {
    border-top: 2px solid rgb(0,51,102);
    background-color:  rgb(237,237,237);
    margin-top: 15px;
}
.boxbanner {
/*    background-color: #003366; */
/*    background-color: rgb(80, 118, 114); */
    background-color: rgb(0,51,102);
    color: white;
    margin-top: 15px;
}
.sidebar .boxbanner {
    color: black;
    background-color: transparent;
    border-top: none;
}
.featured .featured-box h1 {
    font-size: 24px;
    line-height: 32px;
}
.boxbanner h1,
.box h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    padding: 0.25em 0.5em 0.5em 0.5em;
    margin: 0 0 0.5em 0;
}
.boxbanner h1 a,
.boxbanner h1 a:hover,
.boxbanner h1 a:focus {
    color: white;
}
.sidebar .boxbanner h1,
.sidebar .box h1 {
    color: black;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 0.25em 0 0.5em 0;
    text-transform: uppercase;
}

.box h1 {
    /* padding-left: 0; */
    margin-left: 0;
}
.box .featured-box h1 {
    padding-left: 0;
}

.box.news ul {
    list-style-type: none;
    margin-left: 0;
}

.box h3.subheading {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.magazine-content .box h2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0.5em 0.5em 0em;
    margin: 0.5em 0 0.5em 0;
}

.article h2 {
    font-size: 24px;
    line-height: 32px;
}

.footer {
    color: rgb(125,125,125);
    background-color: rgb(20,20,20);
    padding-top: 0.75em;
    padding-bottom: 1em;
}

.footer a,
.footer a:hover,
.footer a:focus {
    color: rgb(125,125,125);
    text-decoration: underline;
}

.footer a img,
.footer a:hover img,
.footer a:focus img {
    text-decoration: none;
}

.footer h3 {
    color: white;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

.footer .copyright {
    color: white;
    font-size: 12px;
    text-align: center;
    margin-top: 1em;
}

/* google search */
.gsc-search-box input[type="text"] {
    margin-bottom: 0;
}

.image-container.image-line {
    clear: both;
    max-width: 700px;
    text-align: center;
    margin: 3em auto;
/*    margin-top: 3em;
    margin-bottom: 3em;
*/    /*margin: 3em auto 3em 10%;*/
}

.image-caption {
    text-align: center;
    font-style: italic;
    margin-top: 2em;
    margin-bottom: 2em;
}

.two-box-group {
    clear: both;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    margin: 3em auto;
}

.two-box-group.image-right {
    flex-direction: row-reverse;
}

.two-box-group.double-image-group {
    justify-content: space-between;
}

.two-box-group .item-box {
    /*flex: 1 1 0%;*/
}

.two-box-group .item-box .image-caption {
    text-align: auto;
}

.two-box-group .item-box-image {
    /*flex: 1 1 0%;*/
    flex: 0 0 auto;
    /*max-width: 400px;*/
}

.two-box-group .item-box-text {
    flex: 1 1 0%;
    margin-left: 3em;
}

.two-box-group.image-right .item-box-text {
    margin-left: 0;
    margin-right: 3em;
}

.two-box-group.double-image-group .item-box {
    width: 400px;
    margin-left: 0;
    margin-right: 0;
}


.two-box-group.double-image-group .item-box.double-image-item {
    display: flex;
    justify-content: center;
    /*width: fit-content;*/
}
