/***************** Fonts ****************/
@import url("https://use.typekit.net/ugb0oiu.css");
@import url('https://fonts.googleapis.com/css?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*************** Site Styles ************/
sitename {
    display:none;
}
.fc button, .fc-button-group, .fc-time-grid .fc-event .fc-time span {
    display: block;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
img {
  max-width: 100%;
  height: auto;
}
#menu:not( .mm-menu ) {
    display: none;
}
a.anchor {
    position: relative;
    top: -220px;
}
.content a.anchor {
    top: unset;
}
#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-1040px;
	left:0%;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#BF1722;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:20px;
	outline-color:transparent;	
	-webkit-transition: top .1s ease-in;
    transition: left .1s ease-in;
    z-index: 100;
}
table.searchResults tr {
    background: #fff;
}
table.searchResults tr:nth-child(odd) {
    background: #ddd;
}

/************** Home page ***********/
.home-slider img.arrow-left.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 40px;
    width: 30px;
}
.home-slider img.arrow-right.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 40px;
    width: 30px;
}
.jumboImage {
    position: relative;
}
.welcome-section {
    background-image: url('/Content/Uploads/NACC/images/welcome-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    color: white;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 60px;
    padding-bottom: 80px;
}
.welcome-section > p:first-of-type {
    font-family: 'Archivo', sans-serif;
    font-size: 35px;
    line-height: 25px;
}
.welcome-section > p:nth-of-type(2n) {
    font-family: 'Archivo Black', sans-serif;
    font-size: 46px;
}
.welcome-section > p:last-of-type {
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
    line-height: 40px;
}
.welcome-text-one {
    margin-top: 4%;
    font-family: 'Archivo', sans-serif;
}
.welcome-text-one > p:first-of-type {
    font-size: 25px;
}
.welcome-text-one > p:last-of-type {
    font-size: 25px;
    margin-top: 20px;
    font-family: 'Archivo', sans-serif;
}
.welcome-text-one > p:last-of-type strong {
    font-family: 'Archivo Black', sans-serif;
}
.welcome-text-two {
    font-size: 25px;
    margin-top: 35px;
    font-family: 'Archivo', sans-serif;
}
.welcome-section > a {
    display: inline-block;
    color: white;
    font-family: 'Archivo Black', sans-serif;
    background-color: #175e91;
    font-size: 16px;
    border-radius: 15px;
    padding: 15px;
    margin-top: 35px;
}
.stats {
    display: inline-flex;
    margin: 0 auto;
    column-gap: 15px;
    color: #09223b;
}
.welcome-callout {
    margin-top: 35px;
    background-color: #c4d9e6;
    width: 250px;
    height: 220px;
    padding: 20px 5px;
    border-radius: 15px;
    border-spacing: 10px;
}
.welcome-callout p:nth-child(-n + 2) {
   display: table-cell;
   vertical-align: middle;
   font-family: 'Archivo Black', sans-serif;
   line-height: 22px;
}
.welcome-callout p:nth-child(1) {
   font-size: 40px;
}
.welcome-callout p:nth-child(2) {
   font-size: 18px;
    text-align: left;
}
.welcome-callout p:nth-child(3) {
   font-size: 16px;
   font-family: 'Archivo', sans-serif;
   font-weight: 600;
   max-width: 200px;
   margin: auto;
}
.welcome-callout:nth-child(3) p:nth-child(2) {
    line-height: 16px;
}
.welcome-callout:nth-child(4) p:nth-child(2) {
    line-height: 16px;
}
.giving-section {
    background-color: #091b2a;
    display: flex;
    column-gap: 30px;
    color: white;
    font-family: 'Archivo', sans-serif;
}
.giving-section div {
    flex-basis: 0;
    flex-grow: 1;
}
.giving-section p {
    font-size: 18px;
}
.giving-section div:nth-child(2) {
    align-self: center;
}
.giving-section div:nth-child(2) > p:first-of-type {
    text-align: center;
    font-size: 30px;
}
.giving-section div:nth-child(2) > p:first-of-type strong {
    font-family: 'Archivo Black', sans-serif;
}
.giving-section div:nth-child(2) p:nth-child(4) {
    text-align:center;
}
.giving-section div:nth-child(3) {
    align-self: center;
}
.giving-section div:nth-child(3) iframe {
    padding-right: 10%;
}
.giving-section div:nth-child(2) p:nth-child(4) {
    text-align:center;
}
.giving-section div:nth-child(2) a {
    display: inline-block;
    color: white;
    font-family: 'Archivo Black', sans-serif;
    background-color: #175e91;
    font-size: 16px;
    border-radius: 15px;
    padding: 15px 25px;
    margin-top: 35px;
    text-align: center;
}
.features-section {
    background-image: url('/Content/Uploads/NACC/images/panel2.png');
    background-repeat: no-repeat;
    background-position: 100% 45%;
    padding: 90px 10%;
}
.features-section > h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #0c3b5d;
    font-family: 'Archivo', sans-serif;
}
.features-section h2:nth-of-type(2n) {
    padding-bottom: 35px;
}
.feature-icon-section {
    flex-basis: 0;
    flex-grow: 1;
    border-right: 1px solid #0c3b5d;
}
.feature-icon-section:last-of-type {
    border: none;
}
.feature-icon-section div {
    padding: 35px;
    min-height: 295px;
    text-align: center;
}
.feature-icon-section img {
    max-height: 100px;
    width: auto;
}
.feature-icon-section div > p:nth-of-type(2) a {
    font-family: 'Archivo', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
    display: block;
    color: #0c3b5d;
}
.feature-row {
    margin: 0 auto;
    width: fit-content;
    padding-bottom: 135px;
}
.home-news-events > h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: white;
    font-family: 'Archivo', sans-serif;
    padding-bottom: 35px;
}
.home-news-events {
    background-image: url('/Content/Uploads/NACC/images/event-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    padding: 100px 10%;
    padding-top: 500px;
    margin-top: -500px;
    text-align: center;
}
.home-news-list {
    display: flex;
}
.home-events-list {
    display: flex;
}
.home-news-list .article {
    background-color: white;
     padding-bottom: 100%;
    margin-bottom: -100%;
}
.home-news-list .img-container {aspect-ratio: 416/270; overflow: hidden;}
.home-news-list .article img {
    width: 100%;
}
.home-news-list .articleText {
    padding: 30px 20px;
    font-family: 'Archivo', sans-serif;;
    text-align: left;
}
.home-news-list .articleText > a > h3 {
    font-size: 20px;
    color: #0c3b5d;
    padding-bottom: 5px;
    font-weight: 600;
}
.home-news-list .slick-slide {
  padding: 0 30px;
}
.home-news-list img.arrow-left.slick-arrow {
    height: 100px;
    margin: auto;
}
.home-news-list img.arrow-right.slick-arrow {
    height: 100px;
    margin: auto;
}
.home-news-section {
    text-align: center;
}
.home-news-section > a {
    display: inline-block;
    color: #0c3b5d;
    font-family: 'Archivo Black', sans-serif;
    background-color: #c4d9e6;
    font-size: 16px;
    border-radius: 15px;
    padding: 15px 25px;
    margin: auto;
    margin-top: 35px;
    text-align: center;
}

.home-news-events .events {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
}
.home-news-events .events p {
    margin-bottom: 30px;
}
.home-news-events .date {
    background-color: #c4d9e6;
    color: #001a2e;
    padding: 20px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    vertical-align: middle;
}
.home-news-events .date p.month {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 25px;
    line-height: 50px;
}

.home-news-events .date p.day {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
}
.home-news-events .events a {
    margin-left: 120px;
    display: block;
    font-size: 2.0rem;
    color: #0c3b5d;
    font-family: 'Archivo', sans-serif;
    margin-top: -75px;
    font-weight: 600;
}
.event-list-item {
    text-align: center;
    margin: 0 auto;
    font-family: 'Archivo', sans-serif;
    min-height: 350px;
}
.event-list-item a {
    font-size: 25px;
    color: white;
    margin-top: 25px;
    display: block;
}
.event-list-item > p {
    font-size: 20px;
    color: white;
}

.home-news-events > a {
    display: inline-block;
    color: #0c3b5d;
    font-family: 'Archivo Black', sans-serif;
    background-color: #c4d9e6;
    font-size: 16px;
    border-radius: 15px;
    padding: 15px 25px;
    margin-top: 35px;
    text-align: center;
}

.social-section {
    background-image: url('/Content/Uploads/NACC/images/social-bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 10%;
    padding-bottom: 20px;
}
.social-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: white;
    font-family: 'Archivo', sans-serif;
    padding-bottom: 35px;
}
.social-row-left ul {
    display: flex;
    list-style: none;
    align-items: baseline;
}
.social-row-left ul img {
    max-height: 95px;
    width: auto;
}
.social-row-left ul li {
    margin: 0 30px 0 0;
}
.social-row-right ul {
    display: flex;
    list-style: none;
    width: fit-content;
    float: right;
    height: 100%;
    align-items: center;
}
.social-row-right ul img {
    max-height: 75px;
    width: auto;
}
.social-row-right ul li {
    margin: 0 0 0 30px;
}

@media print {
    .underpage {
        background-color: white;
        height: 100%;
        width: 100%;
        position: static;
        top: 10px;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    header, footer {
        display:none;
    }
}

.hide{
    display:none;
}