html {
     background-color:#fcfcfc;
}

body {
     display:flex; min-height: 100vh; flex-direction: column;
}

main {
     flex: 1 0 auto;
}

h1, h2, h3, h4, h5, h6 {
     font-weight: 300;
}

h2 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}

h3 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 .912rem 0;
}

ul ul, ol ul {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
}

#table-of-contents ul {
     margin-top:0px;
     margin-bottom:0px;
}

.page-wrap{
     margin:0 auto !important;
     max-width: 1400px;
     float: none !important;
}
.page-margin{
     margin-left: 2%;
     margin-right: 2%;

}
.center-media {
     display:block;
     margin:auto;
}
.youtube-video-container {
    max-width: 854px;
}

.homepage-background {
     /* IE10+ */
     background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFA726 100%);

     /* Mozilla Firefox */
     background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFA726 100%);

     /* Opera */
     background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFA726 100%);

     /* Webkit (Safari/Chrome 10) */
     background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #FFFFFF), color-stop(100, #FFA726));

     /* Webkit (Chrome 11+) */
     background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #FFA726 100%);

     /* W3C Markup */
     background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #FFA726 100%);
}