.site-content-wrapper a {
    border-bottom: 0;
}

.site-content-wrapper .section-content a {
    border-bottom: 1px solid #3f77a3;
}

.site-content-wrapper a:hover {
    color: inherit;
}

.site-content-wrapper a:focus {
    color: inherit;
}

.internal-link {
    border-bottom: 0;
}

.internal-link:active {
    color: black;
}

.collapsible-section {
    overflow: hidden;
    border-radius: 10px;
    max-width: 1000px;
    transform: translate3d(0, 0, 0);
}

.collapsible-section .opened {
    font-weight: 500;
    transition: padding .3s;
    max-width: 1000px;
    padding-top: 15px;
}

.collapsible-section .opened:before {
    content: ' ';
    /*margin-right: 10px;
    color: #f5f5f5;*/
}

.section-name {
    font-weight: normal;
    font-size: 1em;
    padding: 0 22px 0 20px;
    position: relative;
    z-index: 1;
    margin-top: 0;
    transition: padding .3s;
    line-height: 1.2em;
}

.section-name:before {
    content: '\25CF';
    color: #30aae1;
    position: absolute;
    left: 0;
    transition-delay: .15s;
}

.section-content {
    max-width: 1000px;
    padding: 120px 26px 5px 22px;
    position: relative;
    background: #f5f5f5;
    transition: background .3s;
    border-radius: 10px;
    margin: -120px 0 10px 0;
    z-index: 0;
    /*animation: slide .2s;*/
}

/*@keyframes slide {
    0% {top: -90px; opacity: 0;}
    30% {opacity: 0;}
    100% {top: 0px; opacity: 1;}
}*/

.section-content li {
margin: 0 0 10px -20px;
padding-left: 10px;
}

.collapsible-section .section-name .internal-link {
/*border-bottom: 0;*/
text-decoration: none;
}

@media (max-width: 768px) {

.collapsible-section .opened {
transition: padding .3s;
}

.collapsible-section .section-name {
transition: padding .3s;
}

.section-content {
transition: background .3s;
}

}

@media (max-width: 560px) {

.page-title {
font-size: 1.7em;
line-height: 1.3em;
}

.collapsible-section .opened {
transition: padding .3s;
}

.section-name {
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 15px;
transition: padding .3s;
}

.section-content {
transition: background .3s;
}

p {
font-size: 1.2em;

hyphens: auto;
hyphenate-limit-chars: 6 3 3;
hyphenate-limit-lines: 2;
hyphenate-limit-last: always;   
hyphenate-limit-zone: 8%;

-webkit-hyphens: auto;
-webkit-hyphenate-limit-before: 3;
-webkit-hyphenate-limit-after: 3;
-webkit-hyphenate-limit-chars: 6 3 3;
-webkit-hyphenate-limit-lines: 2;
-webkit-hyphenate-limit-last: always;   
-webkit-hyphenate-limit-zone: 8%;

-moz-hyphens: auto;
-moz-hyphenate-limit-chars: 6 3 3;
-moz-hyphenate-limit-lines: 2;  
-moz-hyphenate-limit-last: always;
-moz-hyphenate-limit-zone: 8%;

-ms-hyphens: auto;
-ms-hyphenate-limit-chars: 6 3 3;
-ms-hyphenate-limit-lines: 2;
-ms-hyphenate-limit-last: always;   
-ms-hyphenate-limit-zone: 8%;
}

h1 {
font-size: 1.35em;
}

ul {
margin-bottom: 1.2em;
}

.section-content li {
font-size: 1.2em;
margin: 0 0 10px -20px;
padding-left: 10px;
}

.site-container {
padding: 0 25px;
}

}