/**
 *
 * White eaf5fb
 * Dark Blue 081b49
 * Blue 081b49
 * Light Blue 3885BC
 * Grey #08B2E3
 * Orange rgb(132, 0, 72)
 *
 */
body {
    font-family: Georgia, serif;
}
h1,h2,h3,h4,h5,h6, p, .sub-heading {
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    text-transform: uppercase;
}
h1 {
     font-weight: 900;
}

h3, .sub-heading-1, .sub-heading-2 {
    font-weight: 600;
}

h2,h4,h5,h6 {
    font-weight: bold;
    color: #081b49;
}

main h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.text-box h3 {
    font-size: 1.5em;
}

main h3 + h4,
main h2 + h4,
main h1 + h2,
main h1 + h3 {
    margin-top: 0.5em;
}

main * ~ h3 {
    margin-top: 2.5em;
}

main ul {
    margin-left: 0;
    padding-left: 0;
    text-indent: none;
}

main ul li {
    line-height: 1.75em;
}

body {
    background-color:#eaf5fb;
}

strong, b {
    font-weight: 600;
}

strong, em {

    text-decoration-color: rgb(132, 0, 72);
}

main h1 a,
main h2 a,
main h3 a,
main h4 a {
    text-decoration-color: rgb(132, 0, 72);
}


.text-box a {
    text-decoration-color: #3885BC
}

header.banner {
    position: relative;

    max-width:100%;
    min-height: 460px;
    overflow: hidden;

    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f4f5f5' fill-opacity='0.1' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='23' cy='23' r='2'/%3E%3C/g%3E%3C/svg%3E");

}

.headers {
    font-size:  1.25em;
    margin:  0;
    padding: 0.5em 0 8.5em 1em;
    color: #fff;
    position: relative;
    z-index: 2;
}

.banner-small .headers {
    padding: 0.5em 0 5.5em 1em;
}

.headers h1 {
    display: block;
    position: relative;
}

.headers h1 small {
    text-transform: none;
    font-weight: 600;
}

.headers h1:after {
    content: "";
    width: 1em;
    border-bottom: 6px solid #08B2E3 ;
    position: absolute;
    bottom: -0.25em;
    left: 0;

}

.headers h2
.headers .sub-heading-1 {
    text-decoration-color:  #eaf5fb;
    font-size: 1em;
}

.headers h3,
.headers .sub-heading-2 {
    text-decoration-color:  #08B2E3;
    font-size: 0.75em;
}

.headers a {
    text-decoration-color:  rgb(132, 0, 72);
    text-decoration-color: rgb(132, 0, 72);
}


@media screen and (min-width: 48em) {

    .headers {
        font-size:  1.75em;
        padding: 1.5em 0 8.5em 3em;
        /* max-width: 70%; */
    }
}

@media screen and (min-width: 64em) {
    .headers {
        font-size:  2em;
        padding: 1.5em 0 8.5em 3em;
        max-width: 80%;
    }
}




svg {
    width: 100%;
    max-width: 100%;
}

#wave {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-width: 1000px;
    z-index: -1;
    width: 110%;
}

#svg-wave {
    height: 100%;
    position: relative;
    width: auto;
    max-width: none;
    left: -5em;
}

#svg-graph {
    position: absolute;
    top: 0;
    right: 10%;
    width: auto;
}




main {
    background-color:#eaf5fb;
    position: relative;
    z-index: 3

}
.primary-content {
    padding: 1em;
    max-width: 85em;
    margin: 0 auto;
}

.top-h {
    margin-top: -0.75em;
}



.decorated {
    box-sizing: border-box;
    padding: 1em 1em 1em 2em;
    margin-left:-2em;
    height: 90px;
    background: top left / 1104px 140px url(../img/header_wave.png) rgb(132, 0, 72);
}

.decorated span {
    background: #f4f5f5;
    padding: 0.45em 1em 0.15em;
    display: inline-block;
    border-bottom: 6px solid #08B2E3;
}

.text-box {
    padding: 0.5em;
}

.stand-out {
    border-left: 0.5em solid rgb(132, 0, 72) ;
    padding-left: 1.5em;
    margin-left: -1em;
}

.button-xlarge {
    font-size: 125%;
}

a.pure-button-primary, a.pure-button-selected {
    background-color: rgb(132, 0, 72);
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

a.timezone {
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px #081b49 dotted;
}


.body-figure {
  box-sizing: border-box;
  margin: 1em 0;
  max-width: 18em;
}

.body-figure.large {
    border-width: 0;
    box-shadow: none;
    float: none;
    padding-top: 1em;
    padding-right: 2em;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.body-figure.large img{
    border-width: 0;
    box-shadow: none;

}

.body-figure  figcaption{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    border-left: 0.5em solid rgba(44, 105, 148, .4);
}


.body-figure.small {
  max-width: 12em;
}



.side-figure {
  margin: 1em auto;
  max-width: 18em;
  padding: 0;
  text-align: center;
}

img.bg-color {
    padding:  1em;
}

.bg-color {
    background-color: rgb(132, 0, 72);
}

.side-figure.profile img {
  border-radius: 30% 70% 70% 30% / 35% 33% 67% 65%;
  border: 0.5em solid rgba(132, 0, 72, .4);

}
.side-figure.medium img {
  max-width: 12em;
}

.side-figure.small img {
  max-width: 8em;
}






img {
    max-width: 100%;
    height: auto;
}
figcaption {
    font-size: 0.75em;
}

hr.separator {
    width: 4em;
    margin-left: 4em;
}


blockquote {
    font-family: Georgia, serif;
    padding-top: 0.02em;
    padding-left: 2em;
    margin-left: 0;
    position: relative;
    display: block;
    overflow: visible;
}

blockquote:before {
    content : "“";
    display: block;
    font-size: 3.5em;
    position: absolute;
    left: -0.05em;
    top: 0.01em;

    color: #a3a8ab;
}

.text-box blockquote {
    margin-left: -1em;
}

@media screen and (min-width: 48em) {
    .pull-up {
        position: relative;
        top: -2em;
        margin-bottom: -2em;
    }

    .pull-up-small {
        position: relative;
        top: -1em;
    }

    .text-box {
        padding: 0.5em 2em;
    }

    blockquote {
        padding-left: 4.5em;
    }

    blockquote:before {
        left: 0.23em;
        top: -0.1em;
        font-size: 6em;
    }


    .text-box .box-special,
    .text-box blockquote {
        margin-left: -4.5em;
    }

}


@media only screen and (min-width: 64em) {

    .pull-up {
        position: relative;
        top: -8em;
        margin-bottom:-8em;
    }


    .decorated {
        height: 100px;
        background: top left / 1104px 100px url(../img/header_wave.png) rgb(132, 0, 72);
    }


    .text-box {
        padding: 0.5em 4em;
    }

    .stand-out {
        border-left: 0.5em solid rgb(132, 0, 72) ;
        padding-left: 3.5em;
        margin-left: auto;
    }

    main article {
        /* max-width: 40em; */
        margin: 0 auto;
    }


    .body-figure {
        max-width: 45%;
        margin-top: 1em;
        margin-bottom: 1em;

        float: right;
        margin-left: 1em;
        margin-right: -2em;
    }

    .body-figure img {
        border: 1px solid rgba(42, 157, 143, .4);
        border-radius: 3px;
        box-shadow: 0px 1px rgba(44, 105, 148, .4);
    }

    .body-figure:nth-of-type(2n) {
        float: left;
        margin-left: -1em ;
        margin-right: 1em;

    }

    .body-figure figcaption {
        padding: 0.25em 0.5em;
    }

    .body-figure.large {
        float:none;
        max-width: 110%;
        width: 110%;
        margin-left: 0;
        margin-right: 0;
    }

    .body-figure.large  figcaption{
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        /* margin-top: -3em; */
        border-left: 0.5em solid rgba(44, 105, 148, .4);
    }


    .body-figure:nth-of-type(2n),
    .right {
        margin-right: -25% ;
        margin-left: 1em;
        }

    .box-special,
    blockquote {
        margin-left: -5%;
    }




    hr.separator {
        width: 6em;
        margin-left: 30em;
    }

}



.table-wrapper {
    display: block;
    max-width: 100%;
    overflow-x: scroll;
}

.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #e0e0e0;
}
.pure-table thead{
    color :  #222233 ;
    background-color: #c2c7c8;
}

.thead {
    font-weight: bold;
    color :  #222233 ;
}

.intro {
    font-size:  1.25em;
    margin-top: 0.75em;
    margin-bottom:  0.75em;
    color:  #081b49;
}

.empty {
    padding-bottom: 7em;
}

.pure-button{
    box-shadow: 0 2px 2px rgba(34, 34, 51,0.25);
}

.centered {
    text-align: center;
}

.call-to-action {
    margin: 1em auto;
    text-decoration-color: #fff;
}

.pub-item {
    margin-bottom: 1.25em;
    line-height: 1.25em;
}

.text-box a.attachment {
    font-weight: 600;
    font-size: 75%;
    text-decoration-color: #08B2E3;
}


footer.main{
    position: relative;
    max-width:100%;
    min-height: 260px;
    overflow: hidden;

}

#waves2 {
    max-width:100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 800px;
    z-index: -1;
}


#svg-waves2 {
    height: 140px;
    position: relative;
    bottom: -2em;
}


@media only screen and (min-width: 48em) {
    footer.main {
        padding-bottom: 5em;
    }

    #svg-waves2, #svg-waves3 {
        height: 240px;
    }

}
