.canvas-wrapper{
    margin-left: 20px;
    max-width: 823px;
    min-height: 1000px;
    border: 1px solid black;
    box-sizing: border-box;
    padding: 1px;
}
body{
    font-family: sans-serif;
}
.main{
    padding: 50px 40px 50px 40px;
    position: relative;
    min-height: 800px;
    overflow: hidden;
}
.main img{
    position: absolute;
    width: 200%;
    height: auto;
    top: 0;
    left: 0;
    z-index: -1;
}
.main h2{
    font-size: 48pt;
    position: relative;
    margin-top: 0;
    color: white;
    font-weight: 300;
    letter-spacing: -2px;
}
.main p{
    border-top: 3px solid white;
    max-width: 400px;
    color: white;
    padding-top: 40px;
}
.overview-header{
    position: relative;
    padding: 50px 40px 50px 40px;
    max-height: 400px;
    min-height: 360px;
    overflow: hidden;
}
.overview-header .background{
    overflow: hidden;
}
.overview-header img{
    position: absolute;
    min-width: 120%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(2px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.overview-header h2{
    font-size: 44pt;
    position: relative;
    margin-top: 0;
    color: white;
    font-weight: 300;
    letter-spacing: -2px;
}
.colored-column-wrapper{
    background-color: #f7f7f7;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
.colored-column-wrapper .half{
    width: 40%;
    position: relative;
}
.colored-column-wrapper h3{
    color: #1873f1;
    border-bottom: 2px solid #1873f1;
    width: 100%;
    font-weight: 100;
    font-size: 24pt;
}
.colored-column-wrapper h4{
    border-bottom: 2px solid #aaa;
    width: 100%;
    margin-top: 30px;
    font-weight: 100;
    font-size: 14pt;
    color: #444;
    position: relative;
}
.colored-column-wrapper .half ul{
    color: #666;
    padding-left: 16px;
    width: 100%;
}
.colored-column-wrapper .half li{
    margin-bottom: 10px;
}
.colored-column-wrapper .half p{
    color: #666;
    width: 100%;
}
.colored-column-wrapper .half .media-container{
    box-sizing: border-box;
    max-width: 90%;
    margin: auto;
}
.colored-column-wrapper .third{
    width: 33%;
}
.colored-column-wrapper .third .reference{
    color: #555;
}
.colored-column-wrapper .third .reference img{
    width: 100px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.page-header{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
}
.page-header h2{
    width: 80%;
    border-bottom: 1px solid black;
    font-size: 32pt;
    font-weight: 300;
}
.page-header .mod-icon{
    background-color: #efefef;
    font-size: 24pt;
    border-radius:  50%;
    width: 58px;
    height: 58px;
    box-sizing: border-box;
    padding: 10px;
    align-self: center;
    color: #444;
}
.two-col-text{
    padding: 0 30px 0 30px;
}
.two-col-text h3{
    margin-top: 0;
}
.two-col-text p{
    column-count: 2;
}
.article-reference{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.article-reference .background{
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.article-reference .background img{
    margin-left: 40px;
    margin-right: 40px;
    width: 100%;
    filter: blur(2px);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    height: auto;
}
.article-reference .overlay-content{
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #cbcbcb;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    padding: 18px;
    display: flex;
    position: absolute;
    top: 160px;
}
.article-reference .overlay-content blockquote{
    position: relative;
    min-width: 66%;
    max-width: 66%;
    z-index: 1;
    margin: 10px 10px 0 10px;
    padding: 0px 20px 0 20px;
}
.article-reference .overlay-content blockquote::before{
    position: absolute;
    background-image: url("https://www.auburn.edu/academic/provost/online/Images/quote-left@3x.png");
    background-position: center;
    background-size: cover;
    background-repeat: none;
    left: -20px;
    top: -20px;
    width: 35px;
    height: 35px;
    content: " ";
    z-index: -1;
}
.article-reference .overlay-content blockquote::after{
    position: absolute;
    background-image: url("https://www.auburn.edu/academic/provost/online/Images/quote-right@3x.png");
    background-position: center;
    background-size: cover;
    background-repeat: none;
    right: -5px;
    bottom: 0px;
    width: 35px;
    height: 35px;
    content: " ";
    z-index: -1;
}
.article-reference .overlay-content .source{
    width: 29%;
    min-width: 29%;
    max-width: 29%;
    min-height: 80%;
    border-left: 4px solid #555;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
.article-reference .overlay-content .source .cover{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 115px;
    height: 160px;
    top: -135px;
    background-color: #e6e6e6;
    border: 1px solid #333;
    box-shadow: 0px 3px 6px #666;
}
.article-reference .overlay-content .source .cover img{
    width: 100%;
    height: 100%;
    margin: 0;
    height: 100%;
    filter: none;
}
.article-reference .overlay-content .source p{
    width: 100%;
    font-size: 9pt;
    margin: auto;
    margin-bottom: 21px;
    margin-top: 24px;
}
.article-reference .overlay-content .source a{
    height: 40px;
    width: 66%;
    color: #444;
    text-decoration: none;
    border: 1px solid #666;
    padding: 8px;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #666;
}
.two-col-layout{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 0 30px 0 30px;
}
.two-col-half{
    width: 50%;
}
.two-col-half h3{
    margin-top: 0;
    font-size: 18pt;
    font-weight: 400;
}
.two-col-half p{
    padding-right: 8px;
}
.two-col-image-wrapper{
    box-sizing: border-box;
    margin-left: 8px;
    border: 1px solid #555;
    padding: 8px;
}
.two-col-image-wrapper img{
    width: 100%;
    height: 70%;
}
.two-col-image-wrapper p{
    font-size: 10pt;
}
.overview-header-condensed{
    position: relative;
    padding: 50px 40px 50px 40px;
    min-height: 120px;
    overflow: hidden;
    border: 0px solid white;
    box-sizing: content-box;
}
.overview-header-condensed .background{
    overflow: hidden;
}
.overview-header-condensed img{
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(2px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.overview-header-condensed h2{
    font-size: 44pt;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-weight: 300;
}

