



html {
 
 font-size:18px;
 background-color:white;
 color:#203749;
 margin:0;
  
}

body {
margin: 0;
background: #000000;
}


p:not(:last-child) {

margin-bottom: 1.5rem;
}

a {
color:#3172ae;
}



/******* headings **********/

h1 {
 
 font-size:3rem;
 color: #ffffff;
 font-family: "ff-meta-serif-web-pro", "serif";
 font-weight: 500;
 line-height:1.5;
}

h2 {
 
 font-size:2rem;
 font-family: "ff-meta-serif-web-pro", "serif";
 font-weight: 300;
 line-height:1.5;
 
 
}

/********Containers**************/
.container {
 width: 100%;
 background:#FFFFFF;
 max-width: 1024px;
 margin: 0 auto;
}

.logo {
 background: no-repeat center/100% url("https://image.e.tufts.edu/lib/fe9e13727664067f74/m/1/a5551683-3b6e-4943-b35a-fd7437b5d210.svg");
 width: 288px;
 height: 59px;
}

/********* Banner *********/

.banner-container.container {
 background: #3172ae;
 height: 200px;
 display: flex;
 align-items: center;
}

/********* Intro Section *********/
.container.intro-container {
    padding: 30px 0;
}

.intro-container p:first-child {
margin-top: 50px;
margin-bottom: 30px;
}

.intro-container p:last-child {
margin-bottom: 50px;
}

/********* Location sections *********/

.location-container {
    display: flex;
    flex-direction: column;
}

article.location {
    width: 98%;
}

article.location div {
    padding: 50px;
    max-width: 80%;
}

article.location:nth-child(2n+1) {
    background-color: #EBF6FF;
    border-top: #3e8ede solid 10px;
    align-self: start;
}

article.location:nth-child(2n) {
    background-color: #D9EDFF;
    border-top: #3172ae solid 10px;
    align-self: end;
}

article.location:not(:last-child){
margin-bottom: 50px;
}

article.location:nth-child(2n) p, article.location:nth-child(2n) h2 {
margin: 0;

}

article.location:nth-child(2n+1) p, article.location:nth-child(2n+1) h2 {
margin-left: 10px;
margin-bottom: 0;
margin-top: 0;
}
/********* other text styles *********/

p , ul, ol {
 
 font-size:1rem;
 font-weight:300;
 font-family: "proxima-nova", "sans-serif";
 line-height:1.7;
 
}



h1, h2, p, .logo {
    margin: 0 50px;
    max-width: 750px;
}

/********* Footer *********/


.disclaimer-container {
padding: 50px 0;
}

.disclaimer-container p {
font-size: .666666667rem;
font-style: italic;
}

footer.container {
    background-color: #3172ae;
    color: #fff;
}

footer .logo {
 background: no-repeat center/100% url("https://image.e.tufts.edu/lib/fe9e13727664067f74/m/7/24943e0e-b7a9-4279-9ff1-f31d9044dcc4.svg");
 width: 144px;
 height: 0;
}

footer div {
padding: 50px 0;
}

.divider {
max-width: 750px;
width: 80%;
padding: 30px 50px;
}

.divider hr {
border: 1px solid #fff;
}

.required {
margin-bottom: 0 !important;
}

@media screen and (min-width: 740px)  {
.banner-container.container {
 background: no-repeat right / 100% url(https://image.e.tufts.edu/lib/fe9e13727664067f74/m/1/724634cc-c35c-4b74-969c-a925caea0975.png) #3172ae;
}
}

@media screen and (min-width: 820px)  {

h1 {
font-size: 4rem;
}


h1, h2, p, .logo {
margin: 0 calc(50px + 1%);
}
 
.banner-container.container {
 background: no-repeat right / 90% url(https://image.e.tufts.edu/lib/fe9e13727664067f74/m/1/724634cc-c35c-4b74-969c-a925caea0975.png) #3172ae;
}

 
}

@media screen and (min-width: 920px)  {
h1 {
        font-size: 5rem;
    }
}

@media screen and (min-width: 1500px)  {

.banner-container.container {
 background: no-repeat right / 90% url(https://image.e.tufts.edu/lib/fe9e13727664067f74/m/1/724634cc-c35c-4b74-969c-a925caea0975.png) #3172ae;
}


article.location:nth-child(2n+1) p, article.location:nth-child(2n+1) h2 {
margin: 0 calc(0px + 1.5%);
}

article.location:nth-child(2n) p, article.location:nth-child(2n) h2 {
margin: 0 calc(0px + -1%);
}

h1, h2, p, .logo, .divider {
 margin: 0 calc(50px + 1%);
 max-width: 750px;
}

hr {
max-width: 925px;
border: 1px solid #fff;
margin-bottom: 30px;
}

.divider {
padding: 30px 0;
}


}

@media screen and (min-width: 1920px)  {

    .banner-container.container {
        background: no-repeat right / 73% url(https://image.e.tufts.edu/lib/fe9e13727664067f74/m/1/724634cc-c35c-4b74-969c-a925caea0975.png) #3172ae;
    }

    h1, h2, p, .logo, .divider {
        margin: 0 calc(50px + 5%);
        max-width: 750px;
        margin-bottom: 0;
        margin-right: 0;
    }

    article.location:nth-child(2n+1) p, article.location:nth-child(2n+1) h2 {
        margin-left: calc(50px + 0%);
        margin-bottom: 0;
        margin-right: 0;
    }

    article.location:nth-child(2n) p, article.location:nth-child(2n) h2 {
       margin: 0 calc(50px + -2.5%);
        margin-bottom: 0;
        margin-right: 0;
    }


}

    article.location:nth-child(2n) p:not(:last-child),     article.location:nth-child(2n+1) p:not(:last-child) {
margin-bottom: 1.5rem;
}


    article.location:nth-child(2n) p:only-child,     article.location:nth-child(2n+1) p:only-child {
margin-bottom: 0;
}
