/*------------- aa-newsletter styles ----------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 1.2rem;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    color: #2e3233;
    background-color: #C6D0C4;
    height: 100%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

.container-fluid {
    max-width: 1500px;
}

a:link,
a:visited,
a:hover {
    color: #00703c;
    transition: all 0.4s ease;
    text-decoration: underline;
}

a:visited {
    color: #666;
    transition: all 0.4s ease;
}

a:hover {
    color: #000;
    text-decoration: none;

}


/*------------- header styles ----------------------------*/

.heady {
    color: #fff;
    text-align: center;
}

/*------------- header 1 styles ----------------------------*/
.header-one {
    background-color: #0d6839;
    padding-top: 7px;
    padding-bottom: 7px;
    background-image: url(/acadaffairs/newsletters/images/aa-background.png);
    background-repeat: no-repeat;
    background-position: center;
}

.header-one img {
    height: 60px;
    width: auto;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.header-one h3,
.header-one h1,
.header-one p {
    height: 60px;
    line-height: 60px;
}

.logo-1 {
    position: relative;
    display: inline-block;
}

.header-one h3 {
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
    height: 60px;

    float: left;
    border-left: 2px solid #fff;
    padding-left: 10px;
}

.header-one h1 {
    font-size: 1.9em;
    font-weight: 300;
    text-shadow: 3px 4px 11px rgba(6, 6, 6, 0.57);

}

.header-one p {
    font-size: .8em;
}

@media only screen and (min-width: 1200px) {
    .header-one h3 {
        font-size: 1.5em;

    }

    .header-one h1 {
        font-size: 2.3em;
    }

    .header-one p {
        font-size: 1em;
    }
}

/*------------- header 2 styles ----------------------------*/

.header-two {
    background-color: #054a27;
}

.header-two p {
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
}

/*------------- header 3 styles ----------------------------*/
.header-three {
    background-color: #5d7458;
    padding: 20px 0px;
    border-bottom: 20px solid #a9b0a7;
    padding-bottom: 50px;
}

.header-three span {
    font-size: smaller;
    font-style: italic;
}

.header-three p {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.1em;
    display: inline-block;
}

.header-three img {
    display: inline-block;
    margin-bottom: -7px;

    width: 56px;
}

@media only screen and (min-width: 992px) {
    .header-three img {

        margin-bottom: -12px;
        width: inherit;
    }

    .header-three p {

        font-size: 1.5em;

    }
}

/*------------- Main section styles ----------------------------*/
.main-section {
    margin-top: -42px;
}

/*------------- News column styles ----------------------------*/
.news-col {
    background: #fff;

    padding: 30px;
    box-shadow: 5px 3px 10px 1px rgba(56, 56, 56, 0.2);
    margin-bottom: 20px;
    -webkit-columns: 250px 3;
    columns: 320px 3;
    -webkit-column-rule: 1px solid #adcbbd;
    column-rule: 1px solid #adcbbd;
    -webkit-column-gap: 2em;
    column-gap: 2em;
}

em {
    font-style: italic;
}

.greybox {
    padding: 15px;
    background: #efefef;
    margin-bottom: 15px;
    box-shadow: 2px 2px 11px 0px rgba(56, 56, 56, 0.26);
}

.greybox p {
    font-style: italic;

}

.greybox p:last-of-type {
    margin-bottom: 0px;

}

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

    .greybox {
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: none;
    }

}

.news-col p {
    margin-bottom: 15px;
    line-height: 23px;
    color: #4e4e4e;

}

strong {
    font-weight: 600;
}

.news-col p,
.news-col h3,
.news-col h4,
.news-col ul,
    {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;


}

h4 {
    page-break-inside: avoid;
}

h4::after {
    content: "";
    display: block;
    height: 100px;
    margin-bottom: -100px;
}

img.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 5px;

}

img.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 5px;

}

img.center {
    display: block;
    margin: 5px auto 15px;

}

.news-col h3 {
    color: #003399;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.news-col h4 {
    border-bottom: solid 6px #adcbbd;
    color: #333;
    font-size: 1.1em;
    margin-bottom: 15px;
    padding-bottom: 5px;
    margin-top: 25px;
}


.news-col ul {
    list-style: disc;
    padding-left: 2rem;
    line-height: 1em;
    color: #4e4e4e;
    font-size: 98%;
}

.news-col ul li {
    margin-bottom: 7px;
}

.news-col ul ul {
    list-style: circle;
    line-height: 1.2rem;
    font-size: 95%;
    color: #4e4e4e;
    margin-top: 1rem;
}

.news-col ul li:last-of-type {
    margin-bottom: 15px;
}

.news-col ul.nobullets {
    list-style: none;
    padding-left: 20px;
    line-height: 23px;
    color: #4e4e4e;
}

.news-col ul.nobullets li {
    margin-bottom: 0;
}

.news-col ul.nobullets ul {
    list-style: circle;
    line-height: 1rem;
    font-size: 95%;
    color: #4e4e4e;
    margin-top: 0;
}

.news-col ul.nobullets li:last-of-type {
    margin-bottom: 15px;
}

/*------------- Footer styles ----------------------------*/
.footer {
    background-color: #333;
    color: #fff;

    padding: 30px 15px;
    text-align: center;
    box-shadow: 5px 3px 10px 1px rgba(56, 56, 56, 0.2);
    margin-bottom: 20px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 15px;
}

.footer-logo img {
    width: 60px;
    display: inline-block;
    float: left;

}

.footer-logo h3 {
    display: inline-block;
    float: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
}

span.logo-top {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

span.logo-bottom {
    font-size: 13px;
    letter-spacing: 4.5px;
    margin-left: 4px;
    padding-top: 3px;
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    .footer-logo img {
        width: 100px;

    }

    .footer-logo h3 {
        font-size: 27px;
        line-height: 32px;
    }

    span.logo-bottom {
        font-size: 21px;
        letter-spacing: 8px;
        margin-left: 8px;
        padding-top: 0px;
        display: inline-block;

    }

}

.footer a {
    color: #8fa38c;
    transition: all 0.4s ease;
}

.footer a:hover {
    color: #9ada90;

}

.footer-list li {
    display: inline-block;
}

.lower-footer {
    line-height: 19px;
    font-size: .68em;

}

@media only screen and (min-width: 992px) {
    .lower-footer {
        line-height: 25px;
        font-size: .9em;
    }
}

@media only screen and (max-width: 763px) {
    .col-lg-12.no-pad {
        padding-left: 0px;
        padding-right: 0px;
    }

    .news-col {
        margin-bottom: 0px;

    }

    .footer {

        margin-bottom: 0px;

    }


}