/*
Theme Name: ednl
Theme URI: http://www.ednl.nl/
Author: TODD Reclamestal
Author URI: https://www.todd.nl/
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ednl
Tags:
*/
@font-face {
    font-family: 'pier_sansregular';
    src: url('fonts/pier-regular_1-webfont.eot');
    src: url('fonts/pier-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/pier-regular_1-webfont.woff2') format('woff2'),
    url('fonts/pier-regular_1-webfont.woff') format('woff'),
    url('fonts/pier-regular_1-webfont.ttf') format('truetype'),
    url('fonts/pier-regular_1-webfont.svg#pier_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sticky-top {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, .5) 0px 0px 10px;
}

h3 {
    font-weight: bold;
}

html, body {
    height: 100%;
    font-family: 'pier_sansregular', arial, helvetica;
    font-size: 16px;
}

body {
    padding-top: 100px;
}

.header-login {
    height: 34px;
    line-height: 34px;
}

a.header-login-link {
    color: #FFF;
    text-decoration: underline;
    font-size: 80%;
}

#crumbs {
    height: 34px;
    line-height: 34px;
    font-size: 80%;
}

.zindex2 {
    z-index: 2;
    position: relative;
}

.fullheight {
    display: block;
    height: 100vh;
    background: #FF0000;
}

.maxheight {
    height: calc(100vh - 100px);
}

.intro {
    display: block;
    position: relative;
    background-image: url('img/homepage-01.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.intro:after {
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(40, 40, 40, 0), rgba(0, 0, 0, 0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(40, 40, 40, 0), rgba(0, 0, 0, 0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(40, 40, 40, 0), rgba(0, 0, 0, 0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(40, 40, 40, 0), rgba(0, 0, 0, 0.8)); /* Standard syntax (must be last) */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.p0m0 {
    padding: 0;
    margin: 0;
}

.italic {
    font-style: italic;
}

/* NAV */
.navbar-transparant {
    background: transparent;
    border: 0;
}

.navbar {
    padding: 10px 0;
    min-height: 70px;
    margin-bottom: 0;
}

.navbar-nav {
    margin: 15px 0 0 0;
}

.navbar-brand {
    padding: 0;
    width: 120px;
}

.navbar-nav > li {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar-nav > li > a {
    color: #FFFFFF;
    padding: 15px 30px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
    color: #FFFFFF;
    text-decoration: underline;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;
}

.active > a {
    background: #a8cfc1 !important;
    color: #000;
}

.navbar-toggle .icon-bar {
    background: #FFF;
}

.btn-orange a {
    background: #ee7261;
    color: #FFF;
}

.active.btn-orange > a {
    background: #ee7261 !important;
    border: 1px solid #FFF;
}

/* Sub sub menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    right: 162px;
}

.dropdown-submenu:active > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:hover {
    background: #a8cfc1;
    color: #000;
}

.dropdown-submenu > a:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 12px;
    padding-right: 0.5em;
    position: absolute;
    top: 6px;
    right: 0;
}

/* Backgrounds */
.bg-darkgreen {
    background: #4b7064;
}

.bg-green {
    background: #749e91;
}

.bg-lightgrey {
    background: #f8f8f8;
}

/* Font Colors */
.f-lightgreen {
    color: #789e91 !important;
}

.f-green {
    color: #4b7064;
}

.blockhome1,
.blockhome2 {
    display: block;
    font-size: 24px;
    color: #FFFFFF;
    position: relative;
    margin-right: 0;
    padding: 80px 112px 80px 112px;
    min-height: 50%;
    z-index: 2;
}

.blockhome1:hover,
.blockhome1:focus,
.blockhome2:hover,
.blockhome2:focus {
    color: #FFF;
    text-decoration: none;
}

.blockhome1 {
    background: rgba(116, 154, 145, 0.95);
}

.blockhome2 {
    background: rgba(116, 154, 145, 0.8);
    margin-top: 0;
}

.blockhome1 h3,
.blockhome2 h3 {
    display: block;
    font-size: 38px;
}

.blockhome1 h3:before,
.blockhome2 h3:before {
    position: absolute;
    content: '';
    width: 51px;
    height: 51px;
    background: url('img/plus.png');
    display: inline-block;
    margin-left: -55px;
}

.flyplusses {
    display: block;
    position: relative;
    background: url('img/plus-huisstijl.png') no-repeat;
    top: 0;
    left: 10px;
    width: 269px;
    height: 250px;
    margin-bottom: 20px;
}

.logoimg {
    margin-left: 175px;
}

.slogan {
    display: block;
    font-family: 'pier_sansregular';
    font-size: 38px;
    color: #FFFFFF;
    margin-left: 175px;
}

.homebottom {
    display: block;
    position: absolute;
    background: rgba(238, 114, 97, 0.9);
    bottom: 0;
    left: 0;
    padding: 30px 0;
    width: 58.4%;
    font-size: 28px;
    color: #FFFFFF;
    z-index: 2;
    padding-left: 30px;
}

.plusses-small {
    display: block;
    position: relative;
    background: url('img/plus-small-huisstijl.png');
    width: 181px;
    height: 236px;
    top: 0;
    left: -15px;
    z-index: 2;
}

.topright h1 {
    font-size: 75px;
    font-style: italic;
}

.topright {
    display: block;
    min-height: 750px;
    background-position: center center;
    background-size: cover;
    color: #FFFFFF;
}

.gradiant-zt {
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(40, 40, 40, 0), rgba(0, 0, 0, 0.8)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(40, 40, 40, 0), rgba(0, 0, 0, 0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(40, 40, 40, 0), rgba(0, 0, 0, 0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(40, 40, 40, 0), rgba(0, 0, 0, 0.8)); /* Standard syntax (must be last) */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bottom {
    display: block;
    position: absolute;
    background: #ee7261;
    padding: 30px 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.bottom .contact-btn,
.homebottom .contact-btn {
    border: 1px solid #FFF;
    border-radius: 1px;
    padding: 10px 30px;
    margin-left: 30px;
    color: #FFF;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.bottom .contact-btn:hover,
.bottom .contact-btn:focus,
.bottom .contact-btn:active,
.homebottom .contact-btn:hover,
.homebottom .contact-btn:focus,
.homebottom .contact-btn:active {
    border: 1px solid #ee7261;
    color: #ee7261;
    background: #FFF;
    text-decoration: none;
    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.homepageblock {
    max-height: inherit;
}

.inside {
    position: relative;
    z-index: 3;
}

.shortdescription {
    font-size: 26px;
}

#content {
    margin-top: 90px;
    margin-bottom: 90px;
}

.white-1 {
    background: rgba(255, 255, 255, 1);
}

.green-1 {
    background: rgba(116, 154, 145, 1);
}

.green-2 {
    background: rgba(116, 154, 145, 0.9);
}

.green-3 {
    background: rgba(116, 154, 145, 0.8);
}

.white-1, .green-1, .green-2, .green-3 {
    padding: 85px 100px;
}

.green-1, .green-2, .green-3 {
    color: #000000 !important;
}

.white-1, .white-1 .subpage-subtitle {
    color: #000;
}

.overednl-block {
    border: 1px solid #749e91;
    padding: 125px 145px;
    color: #000000 !important;
}

.green-1 h4, .green-2 h4, .green-3 h4 {
    font-size: 26px;
    color: #FFFFFF;
}

a.green-1:hover,
a.green-2:hover,
a.green-3:hover {
    text-decoration: none;
}

.green-1 h4:before, .green-2 h4:before, .green-3 h4:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 34px;
    background-image: url(img/plus.png);
    background-size: cover;
    display: inline-block;
    margin-left: -45px;
    margin-top: 0;
    z-index: 1;
}

.white-1:hover > .overlay,
.green-1:hover > .overlay,
.green-2:hover > .overlay,
.green-3:hover > .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.1;
    left: 0;
    top: 0;
    z-index: 2;
}

.subpage-subtitle {
    display: block;
    font-weight: bold;
    font-size: 17px;
    color: #FFF;
    margin: 10px 0;
}

.arrow-right-bottom {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-image: url('img/arrow-right.png');
    width: 45px;
    height: 45px;
    z-index: 2;
}

.white-1 .arrow-right-bottom {
    background-image: url('img/arrow-right-green.png');
}

.extra-title {
    display: block;
    font-size: 24px;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 20px;
}

.pdf-download {
    display: inline-block;
    position: relative;
    clear: both;
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.pdf-download:hover:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('img/download-icon.png') no-repeat center center,
    linear-gradient(rgba(116, 154, 145, 0.7), rgba(116, 154, 145, 0.7));
    top: 0;
    left: 0;
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}

.downloadtxt {
    display: block;
    margin-top: 10px;
}

ul.pluslist {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.pluslist li {
    padding-left: 25px;
    display: block;
    background: url('img/list-plus.png') left top no-repeat;
    line-height: 22px;
    padding-top: 2px;
    padding-bottom: 15px;
}

ul.pluslist li a {
    color: #000;
}

#crumbs a {
    color: #FFF;
}

/* Sub Pages */
#headerSmall-contact {
    display: block;
    position: relative;
    height: 310px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #789e91;
    color: #FFFFFF;
}

#headerSmall {
    display: block;
    position: relative;
    height: 310px;
    background-blend-mode: luminosity;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #789e91;
    color: #FFFFFF;
}

.overlayTop {
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 40.75)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 40.75)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 40.75)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 40.75)); /* Standard syntax (must be last) */
    position: absolute;
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 1;
}

.parentTitle {
    display: inline-block;
    margin-top: 110px;
    font-size: 46px;
    font-style: italic;
    z-index: 3;
}

.headerTitle {
    display: block;
    /*margin-top:110px;*/
    font-size: 36px;
}

ul#sidebar {
    display: block;
    padding: 0;
    margin-left: -15px;
    list-style: none;
}

#sidebar-simple {
    margin-top: 80px;
    margin-bottom: 80px;
}

#sidebar-simple ul {
    display: block;
    padding: 0;
    margin-left: -15px;
    list-style: none;
}

#sidebar-simple ul li a {
    display: block;
    padding: 20px 0 20px 0;
    font-size: 21px;
    color: #6d6e71;
    border-bottom: 2px solid #ccc;
}

#sidebar-simple a.active {
    color: #000;
    font-weight: bold;
}

#sidebar-products {
    display: block;
    background: #f8f8f8;
    padding: 50px 0;
}

#sidebar-products ul {
    list-style: none;
    padding: 0;
}

#sidebar-products ul li a {
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 35px;
    background: url('img/list-plus-light.png') center left no-repeat;
}

#sidebar-products ul li a:hover,
#sidebar-products ul li a:focus,
#sidebar-products ul li a:active {
    text-decoration: none;
    background: url('img/list-plus-light.png') center left no-repeat #eee;
}

#sidebar-products ul li:first-child a {
    border-top: 2px solid #eee;
}

#sidebar-products ul li:last-child a {
    border-bottom: 2px solid #eee;
}

ul#sidebar li a {
    display: block;
    padding: 100px 0 100px 170px;
    border: 1px solid #eee;
    font-size: 32px;
    color: #000000;
}

.extracontent h2 {
    font-weight: bold;
}

ul#sidebar li a span.firsttitle {
    background: url('img/plus-green.png') no-repeat left 5px;
    display: block;
    padding-left: 50px;
    margin-left: -50px;
    margin-bottom: -50px;
}

ul#sidebar li a {
    background: url('img/arrow-right-grey.png') no-repeat 97% 95%;
}

ul#sidebar li a:hover {
    background: url('img/arrow-right-grey.png') no-repeat 97% 95% #f8f8f8 !important;
}

ul#sidebar li a.active {
    background: #f8f8f8 !important;
}

ul#sidebar li a.active,
ul#sidebar li a:hover {
    background: #f8f8f8;
    border: 1px solid #eee;
    text-decoration: none;
}

ul#extracontent-list {
    list-style: none;
    padding: 0;
    margin: 50px 0;
}

ul#extracontent-list li a {
    display: block;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    font-size: 21px;
    font-weight: bold;
    color: #aeaeae;
    padding: 10px;
    text-decoration: none;
}

ul#extracontent-list li a:hover,
ul#extracontent-list li a:focus,
ul#extracontent-list li a:active {
    text-decoration: none;
    background: #f8f8f8;
}

ul#extracontent-list li a.active {
    background: #f8f8f8;
    color: #000000;
}

ul#extracontent-list li:first-child a {
    border-top: 2px solid #d2d2d2;
}

ul#extracontent-list li:last-child a {
    border-bottom: 2px solid #d2d2d2;
}

.rightimg {
    position: relative;
    right: -15px;
    margin-top: 90px;
}

#maincontent {
    display: block;
    margin-top: 50px;
}

.titlenieuws {
    display: block;
    padding-left: 40px;
    line-height: 30px;
    background: url(img/plus-zwart.png) no-repeat;
    margin: 60px 0;
    font-size: 38px;
    font-weight: bold;
}

.nieuwsrow {
    margin-top: 30px;
    margin-bottom: 30px;
}

#news-items .nieuwsblock {
    margin-top: 15px;
    margin-bottom: 15px;
}

#news-items .nieuwsblock .nieuwsblock-content {
    font-weight: normal;
}

.nieuwsblock {
    display: block;
    position: relative;
    min-height: 335px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
}

.nieuwsblock:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.nieuwsblock:hover {
    text-decoration: none;
}

.nieuwsblock:hover:after {
    background-color: rgba(0, 0, 0, 0.35);
}

.nieuwsblock-content {
    display: block;
    position: relative;
    font-family: 'pier_sansregular', arial, helvetica;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    z-index: 2;
    padding: 75px;
}

.news-navigation-btn a,
.news-navigation-btn a:focus,
.news-navigation-btn a:hover,
.news-navigation-btn a:visited {
    color: #789e91;
}

.news-navigation-btn {
    display: inline-block;
    border: 1px solid #789e91;
    padding: 15px 30px;
    border-radius: 2px;
}

.prev-next-posts {
    margin-top: 30px;
}

.active {
    font-weight: bold;
}

.black-plus-before:before {
    display: inline-block;
    content: '';
    background-image: url('img/plus-zwart.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 25px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mt-120 {
    margin-top: 120px;
}

.mtb-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.news-nav {
    margin-top: 80px;
    margin-bottom: 80px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

footer {
    padding-top: 30px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    }
}

@media screen and (max-width: 1300px) {
    .h-100 {
        height: 100%;
    }

    .flyplusses {
        display: block;
        position: relative;
        background: url(img/plus-huisstijl.png) no-repeat;
        background-size: contain;
        top: 0;
        left: 10px;
        margin-bottom: 20px;
        width: 200px;
        height: 200px;
    }

    .logoimg {
        max-width: 80%;
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slogan {
        font-size: 24px;
        margin-left: 30px;
    }

    .homebottom {
        font-size: 18px;
    }

    .homebottom .contact-btn {
        margin: 5px;
        padding: 10px;
    }

    .blockhome1, .blockhome2 {
        display: block;
        font-size: 18px;
        height: 46%;
        padding: 60px 20px 20px 80px;
    }

    .blockhome1 h3, .blockhome2 h3 {
        font-size: 24px;
    }

    .blockhome1 h3:before, .blockhome2 h3:before {
        width: 30px;
        height: 30px;
        background: url(img/plus.png);
        background-size: cover;
        margin-left: -45px;
    }

    .white-1, .green-1, .green-2, .green-3 {
        padding: 40px;
        position: relative;
    }

    .green-1 h4:before, .green-2 h4:before, .green-3 h4:before {
        width: 20px;
        height: 20px;
        margin-left: -25px;
    }

    .subpage-subtitle {
        font-size: 14px;
    }

    .nieuwsblock {
        min-height: inherit;
    }

    .nieuwsblock-content {
        font-size: 16px;
        color: #FFF;
        padding: 50px;
    }

    .arrow-right-bottom {
        bottom: 20px;
        right: 20px;
        background-size: contain;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .homebottom {
        font-size: 12px;
    }

    .blockhome1, .blockhome2 {
        display: block;
        font-size: 18px;
        min-height: 47%;
        font-size: 16px;
    }

    .green-1 h4, .green-2 h4, .green-3 h4 {
        font-size: 18px;
    }

    .green-1, .green-2, .green-3 {
        font-size: 16px;
    }

    .subpage-subtitle {
        font-size: 12px;
        font-weight: normal;
    }
}

@media screen and (max-width: 600px) {
    .intro {
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .logoimg {
        max-width: 80%;
        margin-left: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slogan {
        font-size: 14px;
        margin-left: 30px;
    }

    .homebottom {
        position: relative;
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: normal;
        text-align: center;
        padding: 25px 0;
        bottom: 0;
    }

    .homebottom .contact-btn {
        margin: 10px 5px 5px 5px;
        padding: 10px;
        clear: both;
        position: relative;
        display: inline-block;
    }

    .blockhome1 {
        margin-top: 30px;
    }

    .blockhome1, .blockhome2 {
        display: block;
        font-size: 20px;
        color: #FFFFFF;
        position: relative;
        margin-right: 0;
        padding: 20px;
        min-height: auto;
        width: 100%;
        z-index: 2;
        clear: both;
    }

    .blockhome1 h3, .blockhome2 h3 {
        display: block;
        font-size: 24px;
    }

    .blockhome1 h3:before, .blockhome2 h3:before {
        display: none;
    }

    .maxheight {
        height: auto;
    }

    .row-eq-height {
        display: block;
    }

    .homeblockmobilefix {
        margin-top: 130px;
    }

    .white-1, .green-1, .green-2, .green-3 {
        display: block;
        padding: 40px;
        position: relative;
    }

    .green-1 h4, .green-2 h4, .green-3 h4 {
        font-size: 16px;
    }

    .green-1 h4:before, .green-2 h4:before, .green-3 h4:before {
        display: none;
    }

    .subpage-subtitle {
        font-size: 14px;
    }

    .arrow-right-bottom {
        background-size: cover;
        width: 20px;
        height: 20px;
    }

    .nieuwsblock {
        min-height: inherit;
        margin-bottom: 15px;
    }

    .nieuwsblock-content {
        font-size: 16px;
    }

    .homepageblock {
        display: block;
    }

    ::after, ::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    element {
    }

    .plusses-small {
        width: 84px;
        height: 110px;
        background-size: cover;
    }

    .topright h1 {
        font-size: 45px;
    }

    .headerTitle {
        margin-top: 0;
    }

    ul#sidebar li a {
        background-position: right center;
        padding: 20px;
        font-size: 20px;
        line-height: 2em;
    }

    .topright {
        min-height: 500px;
    }

    #content {
        margin: 40px 20px;
    }

    .parentTitle {
        margin-top: 80px;
        font-size: 30px;
    }

    .headerTitle {
        font-size: 22px;
    }
}
