body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
}
ul {
    list-style:none;
}
h1, h2, h3, h4, h5, h6, ul, ol, p {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px;      
}
p {    
    padding-bottom: 10px;
}
h1 {
    color: #9f9f9f;
    font-size: 17px;
    letter-spacing: 3px;
    /*line-height: 17px;*/
    /*margin: 30px 0 23px;*/
    text-transform: uppercase;
}
h6 {
    color: #888888;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    /*padding-bottom: 10px;*/
    text-transform: none;
}
a {
    color: #d74b4b;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    transition: all 200ms ease-in-out 0s;
}
a {
    background: transparent none repeat scroll 0 0;
}
.welcome h1, .welcome h2 {
    color: #fff;    
}
/* Replaced ".welcome h1" by AG 15/11/2017 at request of DP
.welcome h1 {
    font-size: 48px;
    font-weight: 300;
    padding-top: 40px;
}*/
.welcome h1 {
    font-size: 48px;
    font-weight: 300;
    padding-top: 0;
}
.welcome h2 {
    font-size: 28px;
    font-weight: 200;
}
.welcome a {
    background: #314253 none repeat scroll 0 0;
    border: 2px solid white;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 39px;
    margin: 32px 0;
    text-align: center;
    width: 160px;
}

/**/.wrapper {
    margin: 0 auto;
    max-width: 1170px;
}
.wrapper::after{
    clear: both;
    content: " ";
    display: block;
}

/* Mobile styles for nav */
nav.main {
  background: #898f9a; }
  nav.main > div {
    /* Take the mobile menu right to the edge by overwriting the grid padding */ }
    @media (min-width: 0) and (max-width: 650px) {
      nav.main > div {
        margin: 0 !important; } }
    nav.main > div > a .icon-menu {
      display: block;
      text-align: center;
      line-height: 42px;
      width: 100%;
      color: #fff;
      font-size: 16px;
      height: 42px; }
      nav.main > div > a .icon-menu img {
        padding-right: 5px;
        position: relative;
        top: 3px; }
    nav.main > div ul li {
      font-size: 15px;
      line-height: 37px;
      display: block; }
    nav.main > div > ul {
      display: none; }
      nav.main > div > ul > li:last-child {
        border-bottom: none; }
      nav.main > div > ul > li {
        border-bottom: 1px solid whitesmoke; }
        nav.main > div > ul > li > a {
          padding: 0 10px;
          color: #fff;
          display: block; }
        nav.main > div > ul > li nav {
          display: none;
          /* Take the mobile menu right to the edge by overwriting the grid padding */ }
          @media (min-width: 0) and (max-width: 650px) {
            nav.main > div > ul > li nav div {
              margin: 0 !important; } }
          nav.main > div > ul > li nav li {
            background: #c6e7e6; }
            nav.main > div > ul > li nav li a {
              padding: 0 10px;
              color: #333333; }

/* Normal styles for nav */
@media (min-width: 650px) {
    nav.main {
        padding: 0;
        background: #fff;
        height: 42px;
        position: relative;
        overflow: hidden;
    }
        /* align left edge with grid elements on same page */
        nav.main .wrapper {
            padding-left: 15px;
        }

        nav.main > div > a {
            display: none;
        }

        nav.main > div > ul {
            display: block !important;
        }

            nav.main > div > ul > li {
                float: left;
                margin-right: 3%;
                border-bottom: none;
            }

                nav.main > div > ul > li > a {
                    display: block;
                    height: 42px;
                    border-bottom: 5px solid #fff;
                    color: #545454;
                    font-size: 14px;
                    line-height: 42px;
                    padding: 0 5px;
                }

                    nav.main > div > ul > li > a:hover {
                        border-bottom: 5px solid #c6e7e6;
                    }

                    nav.main > div > ul > li > a.selected {
                        border-bottom: 5px solid #c6e7e6;
                    }

                nav.main > div > ul > li nav {
                    display: none;
                    position: absolute;
                    top: 42px;
                    left: 0px;
                    width: 100%;
                    background-color: #c6e7e6;
                    padding: 15px 0;
                    overflow: hidden;
                }

                    nav.main > div > ul > li nav div ul {
                        float: left;
                        width: 25%;
                    }

                        nav.main > div > ul > li nav div ul li {
                            background: #c6e7e6;
                        }
}
.sub-menu, .header {
    background: #f2f2f2 none repeat scroll 0 0;
    /*border-bottom: 1px solid #dedede;*/
    border-top: 1px solid #dedede;
    text-align: center;
    text-transform: uppercase;
}
.header {    
    border-bottom: 1px solid #dedede;   
    padding: 20px 0;
    margin-bottom: 10px;
}
.header h1 {
    color:#333;
}
.sub-menu h1, .header h1 {
    text-align: left;
}
.sub-menu h1 {
    color: #9f9f9f;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 17px;
    margin: 30px 0 23px;
    text-transform: uppercase;
}
.sub-menu a.selected::after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 8px 8px;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.sub-menu a.selected {
    background: #d74b4b none repeat scroll 0 0;
    color: #fff;
    cursor: default;
}
.sub-menu a {
    margin-bottom: 33px;
    text-align: center;
    
}
.sub-menu a {
    background: #fff none repeat scroll 0 0;
    border-radius: 25px;
    color: #3b4456;
    display: block;
    font-family: Brandon-Grotesque;
    font-size: 14px;
    font-weight: 600;
    height: 39px;
    letter-spacing: 2px;
    line-height: 39px;
    margin: 0 auto 20px;
    width: 150px;
}

.top-bottom-padded {
    padding-top:30px;
    padding-bottom: 30px;
}
.resource-list, .article-list, .book-list {padding: 20px 0 45px;}
.resource-list a {
    background-image: url("/content/image/right-arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #333;
    display: block;
    height: 60px;
    padding-left: 10px;
    width: 100%;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    transition: all 200ms ease-in-out 0s;
}
.article-list .down-arrow {
    background-image: url("/content/image/down-arrow.png");
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    height: 30px;
    margin: 15px 10px;
    width: 30px;
}
ul.item-list li, ul.item-list-large li {
    color: #333;
    font-size: 16px;  
    border-top: 1px dashed #ccc;
    color: #333;          
}
ul.item-list li {    
    height: 60px;  
    line-height: 60px;      
}
ul.item-list li:last-child, ul.item-list-large li:last-child {
    border-bottom: 1px dashed #ccc;
}
ul.item-list-large li {
    display: table;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 24px 0;
}
ul.item-list-large .book {
    display: table-row;
}
ul.item-list-large .book .image {
    display: table-cell;
}
ul.item-list-large .book .text {
    display: table-cell;
    margin-top: 0;
    padding: 0 32px;
    vertical-align: top;
}
ul.item-list-large .book .text p {
    padding-bottom: 0;
    color: #999;
}
.link .name {
    display: table-cell;
    max-width: 10px;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
}

.link .control {
    display: table-cell;
    min-width: 60px;
}
.article .name {
    display: table-cell;
    max-width: 10px;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
}
.article .control {
    display: table-cell;
    min-width: 95px;
}
.media-library-section {
    background: #f2f2f2 none repeat scroll 0 0;
    height: 100px;
    line-height: 100px;
    padding: 0;
}
.media-library-section h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 100px;
    color: #333;
    letter-spacing: initial;
    text-transform: initial;
}
.media-library-section a {
    background: #fff none repeat scroll 0 0;
    border-radius: 25px;
    color: #d74b4b;
    /*float: right;*/
    display:block;
    font-family: Brandon-Grotesque;
    font-size: 14px;
    font-weight: 600;
    line-height: 37px;
    margin-top: 31px;
    text-align: center;
    text-transform: uppercase;
    width: 131px;
    color: #d74b4b;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
    transition: all 200ms ease-in-out 0s;
}