/*
    Theme Name: TDNv2
    Theme URI: http://telerik.com
    Description: Version 2 of the Telerik Developer Network
    Version: 1.0
    Author: Telerik
    Author URI: http://telerik.com
    Tags: Telerik
*/
.u-tac { text-align: center }
.u-oh { overflow: hidden }
.u-fl { float: left }
.u-fr { float: right }
.u-cf:before,
.u-cf:after {
    content: " ";
    display: table;
}
.u-cf:after { clear: both }
.text--l { font-size: 20px }
.text--xl { font-size: 24px }
.text--xxl { font-size: 30px }
.text--xxxl { font-size: 48px }

@media only screen and (max-width: 770px) {
    .text--xxl { font-size: 20px }
    .text--xxxl { font-size: 32px }
}

.avatar { border-radius: 50% }
.loader {
    display: inline-block;
    border: 1px solid #d9d9d9;
    padding: 7px 1em 0;
    color: #0181ca;
    margin-bottom: 6%;
    cursor: pointer;
}
.loader:hover { background: #f2f2f2 }
.ListClean,
.Meta {
    list-style: none;
    margin: 0;
    padding: 0;
}
.u-pt1 { padding-top: 2.5% }
.u-pt2 { padding-top: 5% }
.u-pt3 { padding-top: 7.5% }
.u-pt4 { padding-top: 10% }
.u-pr1 { padding-right: 2.5% }
.u-pr2 { padding-right: 5% }
.u-pr3 { padding-right: 7.5% }
.u-pr4 { padding-right: 5% } /* was 10% */
.u-pb1 { padding-bottom: 2.5% }
.u-pb2 { padding-bottom: 5% }
.u-pb3 { padding-bottom: 7.5% }
.u-pb4 { padding-bottom: 10% }
.u-mt1 { margin-top: 2.5% }
.u-mt2 { margin-top: 5% }
.u-mt3 { margin-top: 7.5% }
.u-mt4 { margin-top: 10% }
.u-mr1 { margin-right: 2.5% }
.u-mr2 { margin-right: 5% }
.u-mr3 { margin-right: 7.5% }
.u-mr4 { margin-right: 10% }
.u-mb1 { margin-bottom: 2.5% }
.u-mb2 { margin-bottom: 5% }
.u-mb3 { margin-bottom: 7.5% }
.u-mb4 { margin-bottom: 10% }
.container,
.col-1,
.col-2,
.col-3,
.col-4,
.col-1-3,
.col-2-3,
input,
select,
textarea,
.SocialIcons a,
.Filter a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ie7 .container,
.ie7 .col-1,
.ie7 .col-2,
.ie7 .col-3,
.ie7 .col-4,
.ie7 .col-1-3,
.ie7 .col-2-3,
.ie7 input,
.ie7 select,
.ie7 textarea,
.ie7 .SocialIcons a,
.ie7 .Filter a { behavior: url("/assets/htc/boxsizing.htc") }
.u-cf,
.container,
.row,
.Article-AuthorBox,
.List > div,
.SocialIcons { *zoom: 1 }
.u-cf:after,
.container:after,
.row:after,
.Article-AuthorBox:after,
.List > div:after,
.SocialIcons:after {
    content: "";
    display: table;
    clear: both;
}
.container {
    margin: auto;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
}


@media only screen and (min-width: 771px) {
    .merged-cols > div:first-child {
        padding-right: 0;
    }

    .merged-cols > div:first-child + div{
        padding-left: 0;
    }

    .cols-separated .col-2:first-child:after {
        content: "";
        width: 1px;
        top: 0;
        bottom: 0;
        left: 100%;
        background: #d0d0d0;
        display: block;
        position: absolute;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:0) {
    ::safari-only,
    .row > [class*="col-"] { margin-left: -2px }
}
.col-1,
.col-2,
.col-3,
.col-1-3,
.col-2-3,
.col-4 {
    position: relative;
    display: inline-block;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    vertical-align: top;
}
.ie7 .col-1,
.ie7 .col-2,
.ie7 .col-3,
.ie7 .col-1-3,
.ie7 .col-2-3,
.ie7 .col-4 {
    display: inline;
    zoom: 1;
}
.col-1-3 { width: 33.333% }
.col-2-3 { width: 66.666% }
.col-1 { width: 25% }
@media only screen and (max-width:770px) {
    .col-1,
    .col-1-3,
    .col-2-3 {
        width: 100%;
        margin-bottom: 4%;
    }
    .col-1-3:last-of-type.
    .col-2-3:last-of-type.
    .col-1:last-of-type {
        margin-bottom: 0
    }
}
.col-2 { width: 50% }
@media only screen and (max-width:770px) {
    .col-2 {
        width: 100%;
        margin-bottom: 4%;
    }
    .col-2:last-of-type { margin-bottom: 0 }
}
.col-3 { width: 75% }
@media only screen and (max-width:770px) {
    .col-3 {
        width: 100%;
        margin-bottom: 4%;
    }
    .col-3:last-of-type { margin-bottom: 0 }
}
.col-4 { width: 100% }
@media only screen and (max-width:770px) {
    .col-4 {
        width: 100%;
        margin-bottom: 4%;
    }
    .col-4:last-of-type { margin-bottom: 0 }
}
.col--offset-1 { margin-left: 25% }
@media only screen and (max-width:770px) {
    .col--offset-1 { margin-left: 0 }
}
.col--offset-2 { margin-left: 50% }
@media only screen and (max-width:770px) {
    .col--offset-2 { margin-left: 0 }
}
.col--offset-3 { margin-left: 75% }
@media only screen and (max-width:770px) {
    .col--offset-3 { margin-left: 0 }
}
.Content { position: relative }
.Content:after {
    content: "";
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    width: 25%;
    height: 100%;
    border-left: 30px solid #fff;
    box-sizing: border-box;
    z-index: -1;
}
@media only screen and (max-width:770px) {
    .Content:after { display: none }
}
.Content-sidebar {
    background: #f5f5f5;
    padding: 30px;
}
@media only screen and (max-width:770px) {
    .Content-sidebar {
        margin-left: -30px;
        margin-right: -30px;
    }
}
@font-face {
    font-family: 'metric-regular';
    src: url("assets/fonts/metric/metric-regular.eot");
    src: url("assets/fonts/metric/metric-regular.eot?") format('embedded-opentype'),url("assets/fonts/metric/metric-regular.woff2") format('woff2'),url("assets/fonts/metric/metric-regular.woff") format('woff'),url("assets/fonts/metric/metric-regular.ttf") format('truetype');
}
@font-face {
    font-family: 'metric-medium';
    src: url("assets/fonts/metric/metric-medium.eot");
    src: url("assets/fonts/metric/metric-medium.eot?") format('embedded-opentype'),url("assets/fonts/metric/metric-medium.woff2") format('woff2'),url("assets/fonts/metric/metric-medium.woff") format('woff'),url("assets/fonts/metric/metric-medium.ttf") format('truetype');
}
@font-face {
    font-family: "faktslabpro-blond";
    src: url("assets/fonts/faktslab/faktslabpro-blond.eot");
    src: url("assets/fonts/faktslab/faktslabpro-blond.eot?") format('embedded-opentype'),url("assets/fonts/faktslab/faktslabpro-blond.woff2") format('woff2'),url("assets/fonts/faktslab/faktslabpro-blond.woff") format('woff'),url("../fonts/faktslab/faktslabpro-blond.ttf") format('truetype');
}
@font-face {
    font-family: 'faktslabpro-normal';
    src: url("assets/fonts/faktslab/faktslabpro-normal.eot");
    src: url("assets/fonts/faktslab/faktslabpro-normal.eot?#iefix") format('embedded-opentype'),url("assets/fonts/faktslab/faktslabpro-normal.woff2") format('woff2'),url("assets/fonts/faktslab/faktslabpro-normal.woff") format('woff'),url("assets/fonts/faktslab/faktslabpro-normal.ttf") format('truetype');
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    color: #111;
    background: #fff;
    font: 400 16px/1.25 "metric-regular",Arial,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,
body { height: 100% }
::selection { background-color: rgba(0,0,0,0.2) }
::-moz-selection { background-color: rgba(0,0,0,0.2) }
main,
nav,
section,
summary,
blockquote { display: block }
[hidden] { display: none !important }
a {
    color: #0181ca;
    text-decoration: none;
}
a:hover,
a:active { outline: 0 }
a img {
    transition: opacity .3s ease;
    transform: translateZ();
}
a:hover,
a:focus {
    color: #0067a1;
    text-decoration: underline;
}
a:hover img,
a:focus img { opacity: .85 }
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
b,
strong { font-weight: 700 }
hr {
    clear: both;
    height: 0;
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
p,
ul,
ol,
dl,
fieldset,
small {
    margin: 0 0 1em;
    padding: 0;
}
ul,
ol { list-style-position: outside }
ul { margin-left: 20px }
ol { margin-left: 30px }
abbr {
    cursor: help;
    border-bottom: 1px dotted #777;
    border-bottom: 1px dotted rgba(0,0,0,0.53);
}
mark {
    display: inline;
    color: #e94829;
    background: none;
}
h1,
h2,
h3,
h4 { letter-spacing: -.036em }
h2,
h3,
h4 { color: #010101 }
h3,
h4,
h5 { text-transform: uppercase }
h1 {
    margin: 0;
    font: 400 70px/1.06 "faktslabpro-blond",Arial,Helvetica,sans-serif;
    color: #090909;
}
@media only screen and (max-width:1030px) {
    h1 { font-size: 56px }
}
@media only screen and (max-width:770px) {
    h1 { font-size: 36px }
}
@media only screen and (max-width:450px) {
    h1 { font-size: 24px }
}
h2 {
    margin: 0 0 .4em;
    font: 400 30px/1 "faktslabpro-normal",Arial,Helvetica,sans-serif;
}
@media only screen and (max-width:1030px) {
    h2 { font-size: 26px }
}
h3 {
    margin: 0 0 20px;
    font: 400 48px/1 "metric-regular",Arial,Helvetica,sans-serif;
}
@media only screen and (max-width:1030px) {
    h3 { font-size: 36px }
}
@media only screen and (max-width:770px) {
    h3 { font-size: 30px }
}
h3.smaller {
    font: 400 36px/1.33 "metric-regular",Arial,Helvetica,sans-serif;
}
h3.above-list {
    font: 400 36px/1.33 "metric-regular",Arial,Helvetica,sans-serif;
    border-bottom: 1px solid #d9d9d9;
    padding-top: .32em;
}
@media only screen and (max-width:770px) {
    h3.above-list { font-size: 28px }
}
h4 {
    margin: 0 0 10px;
    font: 400 18px/1 "metric-medium",Arial,Helvetica,sans-serif;
}
h5 {
    font: 400 10px/1 Arial,Helvetica,sans-serif;
    color: #000;
}
h5 a {
    color: inherit;
}
h6 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    margin: 5px 0 0;
}
input,
button,
select,
textarea {
    margin: 0;
    font-size: 100%;
    line-height: inherit;
    font-family: inherit;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    border: none;
}
input[disabled],
button[disabled],
a[disabled],
input.disabled,
button.disabled,
a.disabled {
    cursor: default;
    opacity: .75;
    pointer-events: none;
    user-select: none;
}
input[type="radio"],
input[type="checkbox"] {
    padding: 0;
    line-height: normal;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
iframe { border: 0 }
.Article {
    font-size: 20px;
    padding-left: 25%;
    margin-top: 8%;
    width: 91.1%;
    box-sizing: border-box;
    position: relative;
}
@media only screen and (max-width:450px) {
    .Article {
        width: 100%;
        padding-left: 0;
    }
}
.Article h2 {
    font-size: 30px;
    font-family: "faktslabpro-normal",Arial,Helvetica,sans-serif;
    margin: 12% 0 4.5%;
}

.Article h3 {
    font-size: 24px;
    font-family: "faktslabpro-normal",Arial,Helvetica,sans-serif;
    margin: 12% 0 4.5%;
}

blockquote.article-aside {
    float: left;
    width: 79%;
    margin: 0 40px 20px -36%;
    font-family: "faktslabpro-blond",Arial,Helvetica,sans-serif;
    font-size: 34px;
    line-height: 1.175;
    letter-spacing: -.03em;
    text-align: center;
    padding: 1.15em 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
}
blockquote.article-aside cite {
  font-size: 24px;
}
@media only screen and (max-width:1030px) {
    blockquote { font-size: 24px }
    blockquote.article-aside { font-size: 24px }
}
@media only screen and (max-width:450px) {
    blockquote {
        width: 100%;
        margin: 3% 0 10%;
    }
    blockquote.article-aside {
        display: none;
    }
}
p blockquote { margin-top: 10px }
.Article-NextPrev {
    margin-top: 8%;
    border-width: 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
    padding: 22px 0;
}
.Article-NextPrev h6 {
    text-transform: uppercase;
    color: #000;
}
.Article-Prev,
.Article-Next {
    position: relative;
    display: block;
    font-size: 18px;
    color: #0181ca;
}
.Article-Prev:hover,
.Article-Next:hover { text-decoration: none }
.Article-Prev:hover span,
.Article-Next:hover span { text-decoration: underline }
.Article-Prev img,
.Article-Next img {
    position: absolute;
    top: 16px;
}
.Article-Next {
    text-align: right;
    padding-right: 40px;
}
.Article-Next img { right: 0 }
.Article-Prev { padding-left: 40px }
.Article-Prev img { Left: 0 }
.Article-AuthorBox {
    margin-top: 8%;
    margin-bottom: 2%;
    padding: 4% 7.5%;
    background: #91b93e;
    color: #fff;
}
.Article-AuthorBox img {
    float: left;
    margin-right: 7.5%;
}
.Article-AuthorBox a.author {
    font-size: 60px;
    font-family: "faktslabpro-normal",Arial,Helvetica,sans-serif;
    color: #fff;
    text-decoration: underline;
}
@media only screen and (max-width:1030px) {
    .Article-AuthorBox a.author {
        font-size: 40px;
    }
}
@media only screen and (max-width:770px) {
    .Article-AuthorBox a.author {
        float: left;
        clear: left;
        margin-top: 16px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:450px) {
    .Article-AuthorBox a.author {
        font-size: 32px
        padding-right: 20px;
    }
}
.Article-AuthorBox p {
    font-size: 28px;
    margin-bottom: 0;
}
@media only screen and (max-width:770px) {
    .Article-AuthorBox p { float: left }
}
.Bar {
    height: 44px;
    background: #25272c;
    color: #fff;
    z-index: 1;
    position: relative;
    font-family: "metric-medium",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
@media only screen and (max-width:1005px) {
    .Bar { height: 88px }
    .u-pt2 { padding-top: 60px }
}
@media only screen and (max-width:770px) {
    .Bar .col-1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 38%;
    }
    .Bar .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.Bar a { color: #fff }
.Bar a:hover {
    color: #fff;
    text-decoration: none;
}
.Bar [class^="icon-"]:before,
.Bar [class*=" icon-"]:before {
    vertical-align: -4px;
    font-size: 20px;
}
.Bar-Nav {
    float: right;
    margin-right: -30px;
}
@media only screen and (max-width:1005px) {
    .Bar-Nav {
        float: left;
        width: 100%;
    }
}
.Bar-Link.icon-external {
    font-size: 15px;
    line-height: 2.8em;
    text-transform: none;
    padding-left: 2.1em;
    padding-right: 2.1em;
}
@media only screen and (max-width:1090px) {
    .Bar-Link.icon-external {
        padding-left: 1em;
        padding-right: 1em;
    }
}
@media only screen and (max-width:450px) {
    .Bar-Link.icon-external { display: none }
}
.Bar-Logo,
.Bar-Link,
.Bar-Dropdown {
    font-size: 18px;
    float: left;
    height: 44px;
    line-height: 44px;
}
@media only screen and (max-width:770px) {
    .Bar-Logo,
    .Bar-Link,
    .Bar-Dropdown { font-size: 14px }
}
.Bar-Link,
.Bar-Dropdown {
    padding-left: 1.33em;
    padding-right: 1.33em;
    border-left: 1px solid #3b3d42;
}
.Bar-Link:hover,
.Bar-Dropdown:hover { background: #3b3d42 }
@media only screen and (max-width:1090px) {
    .Bar-Link,
    .Bar-Dropdown {
        padding-left: .5em;
        padding-right: .5em;
    }
}
.Bar-Link { color: #fff }
.Bar-Dropdown {
    position: relative;
    cursor: default;
}
.Bar-Dropdown:hover ul { display: block }
.Bar-Dropdown ul {
    display: none;
    position: absolute;
    margin: 44px 0 0;
    list-style: none;
    padding: 0;
    background: #3b3d42;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.5);
    left: -1px;
    right: -1px;
    top: 0;
}
.Bar-Dropdown ul a {
    display: block;
    padding-left: 1.33em;
    padding-right: 1.33em;
    border-top: 1px solid #47484d;
    height: 44px;
    font-size: .9em;
    line-height: 50.599999999999994px;
    text-transform: none;
}
.Bar-Dropdown ul a:hover { background: #4d5056 }
.Bar-Dropdown:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    border: 4px solid transparent;
    border-top-color: inherit;
    vertical-align: middle;
}
.Bar-Search {
    background: #000;
    height: 44px;
    position: relative;
}
@media only screen and (max-width:460px) {
    .Bar-Search {
        margin-left:45px;
    }
}
.Bar-Search:hover button { color: #e94829 }
.Bar-Search:hover input {
    background: #fff;
    color: #000;
}
.Bar-Search input {
    border: 0;
    height: 44px;
    padding: 0;
    width: 100%;
    text-indent: .8em;
    background: #000;
    color: #fff;
    padding-top: 8px;
    padding-right: 44px;
    transition: all .3s;
}
.Bar-Search input:focus {
    background: #fff;
    color: #000;
    outline: none;
}
.Bar-Search input:focus + button { color: #e94829 }
.Bar-Search input::-ms-clear { display: none }
.Bar-Search button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 44px;
    background: none;
    color: #fff;
    line-height: 2;
    padding-left: 12px;
}
.Nav {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 99;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .3s;
}
@media only screen and (max-width:1030px) {
    .Nav h2 { font-size: 22px }
}
@media only screen and (max-width:520px) {
    .Nav { display: none }
}
.Nav.is-fixed {
    opacity: 1;
    position: fixed;
    left: 0;
    height: 60px;
    border-bottom: 1px solid #d9d9d9;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
.Nav .Label {
    float: left;
    height: 60px;
    line-height: 48px;
    margin-left: -2000px;
    padding-left: 2000px;
}
.Nav h2 {
    display: inline-block;
    position: absolute;
    margin: 0;
    padding-left: 30px;
    height: 60px;
    line-height: 60px;
}
.Nav .SocialIcons { border-left: 1px solid #d9d9d9 }
.Nav .SocialIcons a {
    width: 25%;
    border-top: 0;
    border-left: 0;
    margin-left: 0;
    line-height: 60px;
}
.List { margin-top: 50px }
.List > div {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.Content-sidebar .List {
    margin-top: 15px;
    margin-bottom: 60px;
}
@media only screen and (max-width:770px) {
    .Content-sidebar .List { margin-bottom: 30px }
}
.Content-sidebar .List > div {
    border-top: 1px solid #d9d9d9;
    border-bottom: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.Content-sidebar .List h5 { margin-top: 0 }
.List .ImageWrap {
    float: right;
    padding-left: 15px;
}
@media only screen and (max-width:770px) {
    .List .ImageWrap {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
}
.List .Thumb {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}
.Label {
    display: inline-block;
    padding: .35em 30px .05em;
    margin-bottom: 17px;
    color: #fff;
    font-size: 20px;
    font-family: "metric-medium",Arial,Helvetica,sans-serif;
    line-height: 1;
    text-transform: uppercase;
    background: #e0461f;
}
.Label--l {
    font-size: 24px;
    margin-bottom: 34px;
}
.Label a { color: #FFF }
.Label--net { background: #5fb7b9 }
.Label--mobile-development { background: #91b93e }
.Label--web-development { background: #81a1d3 }

.DividerHorizontal-text { position: relative }
.DividerHorizontal-text:before,
.DividerHorizontal-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 600px;
    height: 1px;
    background: #e0e0e0;
}
.DividerHorizontal-text:before { left: 110% }
.DividerHorizontal-text:after { right: 110% }
.SocialIcons { margin-left: 1px }
@media only screen and (max-width:450px) {
    .SocialIcons { margin-bottom: 20px }
}
.SocialIcons a {
    float: left;
    margin-left: -1px;
    margin-bottom: -1px;
    color: #333;
    border: 1px solid #d9d9d9;
    width: 70px;
    height: 64px;
    text-align: center;
    line-height: 70.4px;
    text-decoration: none;
}
@media only screen and (max-width:450px) {
    .SocialIcons a {
        width: 56px;
        height: 50px;
        line-height: 55.00000000000001px;
    }
}
.SocialIcons a:hover { color: #fff }
.SocialIcons a.icon-twitter:hover { background-color: #00b6f1 }
.SocialIcons a.icon-facebook:hover { background-color: #3563a1 }
.SocialIcons a.icon-github:hover { background-color: #222 }
.SocialIcons a.icon-google:hover { background-color: #dd4b39 }
.SocialIcons a.icon-youtube:hover { background-color: #cd201f }
.SocialIcons a.icon-linkedin:hover { background-color: #0976b4 }
.SocialIcons a.icon-rss:hover { background-color: #f60 }
.SocialIcons [class^="icon-"]:before,
.SocialIcons [class*=" icon-"]:before { padding-right: 0 }
.Article .SocialIcons {
    width: 25%;
    position: absolute;
    left: 0;
}
@media only screen and (max-width:450px) {
    .Article .SocialIcons {
        position: relative;
        width: 100%;
        left: 0;
    }
}
.Meta {
    color: #b3b3b3;
    font-size: 20px;
    font-family: "metric-regular",Arial,Helvetica,sans-serif;
    line-height: .8;
}
@media only screen and (max-width:770px) {
    .Meta { font-size: 12px }
}
.Meta li { display: inline-block }
.Meta li + li {
    border-left: 1px solid #d9d9d9;
    display: inline-block;
    margin-left: .75em;
    padding-left: .75em;
    padding-top: 6px;
}
.Meta img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-top: -1px;
    margin-right: .75em;
}
.Filter {
  background: #fff;
  border-top: 1px solid #d9d9d9;
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 -10px 1px;
  padding: 0 0 10px;
  overflow: hidden;
}
.Filter a {
  float: left;
  text-align: center;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  width: 20%;
  text-decoration: none;
  font-family: "metric-regular", Arial, Helvetica, sans-serif;
  padding: 23px 0 17.85px;
  color: #000;
}
.Filter a:first-child:nth-child(1):nth-last-child(6),
.Filter a:first-child:nth-child(1):nth-last-child(6) ~ a {
  width: 16.667%; /* was 16.67% */
}
.Filter a:first-child:nth-child(1):nth-last-child(5),
.Filter a:first-child:nth-child(1):nth-last-child(5) ~ a {
  width: 20%;
}
.Filter a:first-child:nth-child(1):nth-last-child(4),
.Filter a:first-child:nth-child(1):nth-last-child(4) ~ a {
  width: 25%;
}
.Filter a:first-child:nth-child(1):nth-last-child(3),
.Filter a:first-child:nth-child(1):nth-last-child(3) ~ a {
  width: 33.33%;
}
.Filter a:first-child:nth-child(1):nth-last-child(2),
.Filter a:first-child:nth-child(1):nth-last-child(2) ~ a {
  width: 50%;
}
.Filter a:hover {
  background: #d9d9d9;
}
.Filter a:first-child {
  border-left: 1px solid #d9d9d9;
}
.Filter a.is-active {
  border-bottom: 1px solid #000;
  background: #000;
  color: #fff;
  position: relative;
}
.Filter a.is-active:before {
  content: "";
  position: absolute;
  top: 57.5px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  vertical-align: middle;
  margin-left: -4px;
}



.Filter2 .Filter2-item:first-of-type {
    border-right: 0;
    margin-right: 0;
}

.Filter2 .Filter2-item {
    position: relative;
    float: left;
    text-align: center;
    border: 1px solid #d9d9d9;
    margin-left: -1px;
    margin-right: -1px;
    line-height: 1.25;
    padding-top: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #111;
    cursor: default;
}

.Filter2 .Filter2-item:hover {
    float: left;
    text-decoration: none;
    background: #D9D9D9;
}

.Filter2 .is-active {
    border: 1px solid #000;
    background: #000 !important;
    color: #fff;
}

.Filter2 .Filter2-item .icon-arrow-down:before {
  font-size: 0.8em;
  padding-left: 8px;
  padding-right: 0;
}

.Filter2 .Filter2-item:first-child:nth-child(1):nth-last-child(3),
.Filter2 .Filter2-item:first-child:nth-child(1):nth-last-child(3) ~ .Filter2-item {
  width: 33.33%;
}

.Filter2 .Filter2-item:first-child:nth-child(1):nth-last-child(2),
.Filter2 .Filter2-item:first-child:nth-child(1):nth-last-child(2) ~ .Filter2-item {
  width: 50%;
}

.Filter2 > div:hover > ul {
  display: block;
  list-style: none;
  margin-left: 0;
  border: 1px solid #d9d9d9;
  background: #FFF;
  z-index: 1;
}

.Filter2 > div:hover > ul a {
  display: block;
  float: none;
  line-height: 1;
  padding: 10px 0 5px;
  color: #000;
}

.Filter2 > div > ul a:hover {
  text-decoration: none;
  background: #d9d9d9;
}

.Filter2-dropdown {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  margin-top: 15px;
  padding: 8px 0;
}

@media only screen and (max-width: 950px) {
  .Filter {
    clear: both;
  }
  .Filter a {
    font-size: 12px;
  }
  .Filter a.is-active:before {
    top: 55px;
  }
}
@media only screen and (max-width: 450px) {
  .Filter a {
    width: 33.33% !important;
    border-left: 1px solid #d9d9d9;
    margin-right: -1px;
  }
}
.Footer {
    line-height: 1.5;
    background: #2a2d33;
    color: #fff;
    padding-top: 55px;
    padding-bottom: 40px;
    font-family: "metric-regular",Arial,Helvetica,sans-serif;
}
.Footer h4 {
    color: #b3b3b3;
    font-family: "metric-medium",Arial,Helvetica,sans-serif;
    margin-bottom: 1em;
}
.Footer li { font-size: 18px }
.Footer li span { color: #818692 }
.Footer a {
    float: left;
    clear: left;
    color: #fff;
    font-size: 20px;
}
.Footer-Info {
    margin-top: 45px;
    color: #555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.Footer-Info a {
    display: inline-block;
    float: none;
    font-size: 11px;
    padding: 0 5px;
}
.Footer-Info a:first-of-type { padding-left: 0 }
.Footer-Info p {
    color: #818692;
    font-size: 11px;
}
.Footer-Info img {
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
@font-face {
    font-family: "tdn-icon-font";
    src: url("assets/iconfont/dist/tdn-icon-font-d80a794eeeb4b476b934cc3212ffafbe.eot");
    src: url("assets/iconfont/dist/tdn-icon-font-d80a794eeeb4b476b934cc3212ffafbe.eot?#iefix") format("embedded-opentype"),url("assets/iconfont/dist/tdn-icon-font-d80a794eeeb4b476b934cc3212ffafbe.woff") format("woff"),url("assets/iconfont/dist/tdn-icon-font-d80a794eeeb4b476b934cc3212ffafbe.ttf") format("truetype"),url("assets/iconfont/dist/tdn-icon-font-d80a794eeeb4b476b934cc3212ffafbe.svg?#tdn-icon-font") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "tdn-icon-font";
    font-size: 1.16em;
    padding-right: .25em;
    vertical-align: -.2em;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: none;
    text-transform: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {content:"\b1";}
.icon-comment:before {content:"\b2";}
.icon-community:before {content:"\b3";}
.icon-external:before {content:"\b4";}
.icon-facebook:before {content:"\b5";}
.icon-github:before {content:"\b6";}
.icon-google:before {content:"\b7";}
.icon-linkedin:before {content:"\b8";}
.icon-menu:before {content:"\b9";}
.icon-next:before {content:"\ba";}
.icon-rss-alt:before {content:"\bb";}
.icon-rss:before {content:"\bc";}
.icon-search:before {content:"\bd";}
.icon-time:before {content:"\be";}
.icon-twitter:before {content:"\bf";}

a.icon-next:before,
a.icon-next:before {
    display: inline-block;
    font-size: 0.86em;
    vertical-align: -0.09em;
}

/* ----- added styles ----*/
.main_title a {
    color: inherit;
}
.main_title a:hover {
    text-decoration: none;
    color: #E0461F;
}
.hidden {
    display: none;
}
/* wordpress page template style */
.Page {
    font-size: 20px;
    padding-left: 0%;
    margin-top: 4%;
    width: 91.1%;
    box-sizing: border-box;
    position: relative;
}
.Page blockquote {
    float: left;
    width: 50%;
    margin: 0 40px 20px 0;
    font-family: "faktslabpro-blond",Arial,Helvetica,sans-serif;
    font-size: 34px;
    line-height: 1.175;
    letter-spacing: -.03em;
    text-align: center;
    padding: 1.15em 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
}
@media only screen and (max-width:450px) {
    .Page {
        width: 100%;
        padding-left: 0;
    }
}

blockquote {
    margin: 7% 20px;
    font-family: "faktslabpro-blond",Arial,Helvetica,sans-serif;
    font-size: 26px;
    line-height: 1.175;
    letter-spacing: -.03em;
    padding: 1.15em 0 0 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #d9d9d9;
}

.Article pre {
    font-size: 14px;
}

.Article div {
    max-width: 100%;
}

.Article .wp-caption-text {
    font-size: 11px;
    color: #999999;
}

.Tile {
    display: block;
    padding: 24px 20px;
}

.Tile:hover {
    opacity: 0.9;
    text-decoration: none;
}

.Tile a,
.Tile p,
.Tile div,
.Tile h2 {
    color: #fff;
}

.Tile img {
    margin-bottom: 20px;
}

.Tile--1 {
    background-color: #78c5bf;
}

.Tile--2 {
    background-color: #5cadc7;
}

.Tile--3 {
    background-color: #778ac0;
}

.Tile--4 {
    background-color: #7a6aa3;
}

.Tile--5 {
    background-color: #6fc485;
    height: 305px;
}

.Tile--6 {
    background-color: #005982;
    height: 305px;
}

.Author-card {
    margin: 20px 0 30px;
}

.Author-card img {
    float: left;
    margin: 0 30px 20px 0;
}

.Author-card div {
    color: #666677;
}

.Author-card h2 + div {
    margin-top: -8px;
    color: #666677;
}

.Author-card--small img {
    margin-right: 15px;
}

.Author-card .SocialIcons a {
    font-size: 10px;
    margin: 18px 0 0;
    width: 32px;
    height: 30px;
    line-height: 32px;
}

.highlight {
    background: #f5f5f5;
    padding-left: 35px;
    padding-right: 35px;
}

.highlight--spaced {
    padding: 4% 8%;
}

.highlight--centered {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

#feature-image-home img {
    width: 100%;
}

.Btn {
    display: inline-block;
    background: #e84b3c;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    padding: 0.55em 2em 0.25em;
    border-radius: 2px;
    max-width: 300px;
}

.Btn:hover {
    text-decoration: none;
    color: #fff;
    background: #ec6052;
}

@media only screen and (max-width:770px) {
    .highlight {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.InfoItems {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.InfoItem {
    float: left;
    text-align: center;
    width: 50%;
}

.InfoItem:first-child {
    border-left: 1px solid #d9d9d9;
}

.InfoItem + .InfoItem {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    margin-left: -3px;
}

.InfoItem p {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 33%;
    text-align: left;
    line-height: 1;
}

.InfoItem strong {
    font-size: 60px;
    font-weight: 400;
    font-family: "faktslabpro-blond";
}

label {
    display: block;
    font-size: 18px;
    color: #666677;
    line-height: 1.1;
    margin-top: 1.5em;
}

label em {
    font-size: 0.9em;
    color: #9696a1;
}

input,
select,
textarea,
.form-container {
    max-width: 370px;
    width: 100%;
}

input,
select,
textarea {
    border: 1px solid #ccc;
    padding: 10px;
}

input[type="checkbox"] {
    float: left;
    clear: left;
    max-width: inherit;
    width: auto;
    height: 1.2em;
    margin-right: 0.75em;
    margin-top: 1.6em;
}

input[type="checkbox"] + label {
    float: left;
    margin-top: 1.6em;
}

textarea {
    clear: left;
    min-height: 60px;
}

.Search-NextPrev {
    text-align: right;
    padding-bottom: 20px;
}
.Search-NextPrev h6 {
    text-transform: uppercase;
    color: #000;
}

.Bar.is-fixed {
    opacity: 1;
    position: fixed;
    width: 100%;
}

.Bar.is-fixed + .container { padding-top: 44px; }

/* newsletter sidebar */

.newsletter-sidebar {
    color: #555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 0 0;
}

/* callouts */
.tdn-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
}
.tdn-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.tdn-callout p:last-child {
    margin-bottom: 0;
}
.tdn-callout code {
    border-radius: 3px;
}
.tdn-callout+.bs-callout {
    margin-top: -5px;
}
.tdn-callout-default h4 {
    color: #777;
}
.tdn-callout-primary {
    border-left-color: #91b93e;
}
.tdn-callout-primary h4 {
    color:#91b93e;
}

.tdn-callout-warning {
    border-left-color: #e0461f;
}
.tdn-callout-warning h4 {
    color: #e0461f;
}
.tdn-callout-info {
    border-left-color: #81a1d3;
}
.tdn-callout-info h4 {
    color: #81a1d3;
}
