@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");

body,
html {
    height: 100%
}

ul,
ol {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left
}

ul.right,
ol.right {
    float: right
}

body {
    background-color: #f9f9f9;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.03rem
}

body.noscroll {
    overflow: hidden
}

body.article {
    background-color: #fff !important
}

body.author {
    background-color: #fff !important
}

body.list-page {
    background-color: #fff !important
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "myriad-pro", serif;
    font-weight: 500
}

.shim {
    float: left;
    height: 40px;
    width: 100%;
}

wrap {
    padding: 30px 0;
    height: auto;
    width: 100%;
    float: left
}

wrap.home {
    padding: 30px 0
}

wrap.white {
    background-color: #FFF
}

h1.page-title {
    font-weight: 300;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 960px) {
    wrap.home {
        padding: 10px 0
    }
}

.button {
    display: inline-block;
    height: 38px;
    padding: 0 25px;
    color: #444;
    background: #d9d9d9;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 8px;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: solid 1px #CCC;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif
}

.button .fa {
    line-height: 38px
}

.button.wide {
    width: 100%
}

.button.circle {
    width: 38px;
    padding: 0;
    -webkit-border-radius: 19px !important;
    -moz-border-radius: 19px !important;
    border-radius: 19px !important
}

.button.circle .icon {
    font-size: 15px
}

.button:hover {
    background-color: #DDD
}

.button.standard {
    background-color: #f9f9f9;
    border: solid 1px #CCC
}

.button.standard:hover {
    background-color: #FFF
}

.button.primary {
    border: solid 1px transparent;
    background-color: #2574A9;
    color: #f9f9f9
}

.button.primary:hover {
    background-color: #2b84bf
}

.button.success {
    border: solid 1px transparent;
    background-color: #049372;
    color: #f9f9f9
}

.button.success:hover {
    background-color: #06a27e
}

.button.danger {
    border: solid 1px transparent;
    background-color: #CF000F;
    color: #DDD
}

.button.danger:hover {
    background-color: #dc0111
}

.button.dark {
    border: solid 1px transparent;
    background: #404040;
    color: #CCC
}

.button.dark:hover {
    background-color: #494949
}

.button.lblue {
    background: #446CB3;
    color: #FFF
}

.button.lblue:hover {
    background: #4a74c0
}

.button.outline-light {
    background-color: transparent;
    border: solid 1px #f9f9f9;
    color: #f9f9f9
}

.button.outline-light:hover {
    background: #FFF;
    border: solid 1px #FFF;
    color: #555
}

.button.outline-dark {
    background-color: transparent;
    border: solid 1px #404040;
    color: #404040
}

.button.outline-dark:hover {
    background: #494949;
    border: solid 1px #494949;
    color: #CCC
}

.button.icon {
    font-size: 18px
}

.button.white {
    background: #FFF;
    border: none;
    color: #444;
    font-size: 12px
}

.button.white:hover {
    background: #f0f0f0
}

.button-group {
    width: auto;
    display: block;
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    float: left;
    margin-right: 5px
}

.button-group.wide {
    width: 100%;
    margin-right: 0
}

.button-group .button {
    width: 50% !important;
    margin: 0 !important;
    float: left;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-right: solid 1px #CCC !important
}

.button-group .button .icon {
    line-height: 38px;
    height: 38px;
    font-size: 18px
}

.button-group .button:first-child {
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important
}

.button-group .button:last-child {
    -webkit-border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-radius-topright: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.button-group.three .button {
    width: 33.3333% !important
}

.button-group.three .button:last-child {
    border-left: none !important
}

.button-group.four .button {
    width: 25% !important
}

.button-group.four .button:last-child {
    border-left: none !important
}

.button-group.four .button:nth-child(3) {
    border-left: none
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    float: left;
    font-size: 15px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    margin-bottom: 8px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

textarea,
select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
    border: 1px solid #444;
    outline: 0
}

textarea:focus,
select:focus {
    border: 1px solid #444;
    outline: 0
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600
}

fieldset {
    padding: 0;
    border-width: 0
}

input[type="checkbox"],
input[type="radio"] {
    display: inline
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal
}

.container {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 5px;
    padding-right: 5px
}

.container .row {
    float: left;
    width: 100%;
    height: auto;
    position: relative
}

.col {
    float: left;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 5px
}

.col.one {
    width: 8.333%
}

.col.two {
    width: 16.667%
}

.col.three {
    width: 33.333%
}

.col.four {
    width: 25%
}

.col.five {
    width: 41.667%
}

.col.six {
    width: 50%
}

.col.seven {
    width: 58.333%
}

.col.eight {
    width: 66.667%
}

.col.nine {
    width: 66.667%
}

.col.ten {
    width: 83.333%
}

.col.eleven {
    width: 91.667%
}

.col.twelve {
    width: 100%
}

.col.quarter {
    width: 25%
}

.col.third {
    width: 33.3333%
}

.col.two-thirds {
    width: 66.6666%
}

.col.three-quarters {
    width: 75%
}

.col.half {
    width: 50%
}

.col.offset-one {
    margin-left: 8.33333333%
}

.col.offset-third {
    margin-left: 33.33333%
}

.col.offset-half {
    margin-left: 50%
}

.col.offset-quarter {
    margin-left: 25%
}

.flexer {
    display: flex;
    flex-direction: row;
    flex-basis: 100%
}

@media (max-width: 1030px) {
    .flexer {
        display: flex;
        flex-basis: 100%
    }

    .center-col {
        float: left;
        order: 1;
        flex: 0 0 auto
    }

    .left-col {
        float: right;
        order: 2;
        flex: 0 0 auto
    }

    .right-col {
        float: right;
        order: 3;
        flex: 0 0 auto
    }
}

@media (max-width: 960px) {
    .flexer {
        flex-direction: column
    }

    .left-col {
        width: 100% !important
    }

    .center-col {
        width: 100% !important
    }

    .right-col {
        width: 100% !important
    }
}

@media (max-width: 880px) {
    .flexer {
        flex-direction: column
    }

    .col.half {
        width: 100%;
        padding: 5px
    }

    .col.eight {
        width: 100%;
        padding: 5px
    }
}

@media (max-width: 650px) {
    .col.quarter {
        width: 100%;
        padding: 5px
    }
}

nav-bar {
    width: 100%;
    float: left;
    height: 60px;
    margin-bottom: 60px;
    background-color: #f0f0f0;
    border-bottom: solid 1px #DDD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

nav-bar .top-menu {
    height: 0;
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    border-bottom: solid 1px #CCC
}

nav-bar .burger {
    height: 60px;
    width: 50px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    font-size: 30px;
    z-index: 9999999999;
    display: none;
    pointer-events: none
}

nav-bar .burger span {
    height: 60px;
    width: 50px;
    line-height: 60px;
    text-align: center
}

nav-bar a.nav-bar-logo {
    height: 60px;
    line-height: 60px;
    float: left;
    width: auto;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-decoration: none
}

nav-bar a.nav-bar-logo img {
    float: left;
    height: 60px;
    width: auto
}

nav-bar #ts {
    position: relative;
    float: right;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #CCC;
    margin: 0
}

nav-bar ul {
    float: right;
    width: auto
}

nav-bar ul li {
    float: left
}

nav-bar ul li a {
    float: left;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding-left: 15px;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transform: rotate(0deg)
}

nav-bar ul li a.has-more {
    padding-right: 20px
}

nav-bar ul li a span.icon {
    transition: transform 0.3s linear;
    transform-origin: center center;
    transform-style: preserve-3D;
    position: relative;
    width: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    height: 60px;
    line-height: 60px
}

nav-bar ul li a span.icon.rot-right {
    transform: rotate(180deg)
}

nav-bar ul li a.donate {
    color: #E9D460;
    font-weight: 500
}

nav-bar ul li a.donate:hover {
    color: #FDE3A7
}

nav-bar ul li a:hover {
    color: #FFF
}

nav-bar ul li a.icon {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    float: left
}

nav-bar.dark {
    background-color: #303030;
    border-bottom: solid 1px #222
}

nav-bar.dark a.nav-bar-logo {
    color: #DDD
}

nav-bar.transparent {
    background: url("/media/2257/navtrans.png");
    border-bottom: solid 1px transparent;
    -webkit-box-shadow: 0 0 24px 0 transparent !important;
    -moz-box-shadow: 0 0 24px 0 transparent !important;
    box-shadow: 0 0 24px 0 transparent !important
}

nav-bar.transparent .burger {
    color: #f9f9f9
}

nav-bar.transparent a.nav-bar-logo {
    color: #FFF
}

nav-bar.transparent ul li a {
    color: #fff !important
}

nav-bar.transparent ul li a:hover {
    color: #FFF
}

nav-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

nav-bar.up {
    top: -70px
}

nav-bar ul li {
    position: relative
}

nav-bar ul li ul {
    position: absolute;
    top: 40px;
    background: #222;
    width: 175px;
    left: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 9999999;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(1);
    -moz-transform: scale(0.9);
    transform: scale(0.9)
}

nav-bar ul li ul.inview {
    top: 55px;
    height: auto;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

nav-bar ul li ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #292929
}

nav-bar ul li ul li:hover {
    background-color: #333
}

nav-bar ul li ul li:last-child {
    border-bottom: none
}

nav-bar ul li ul li a {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
    width: 100%
}

nav-bar ul li ul li .more {
    float: right;
    position: absolute;
    right: 15px;
    top: 0px
}

#mologo {
    display: none
}

#toggle-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #CCC;
    display: none;
    z-index: 999999999
}

#close-nav {
    position: fixed;
    top: 0px;
    right: -60px;
    z-index: 999999;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    font-size: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#close-nav.inview {
    right: 0px
}

#mobile-nav {
    position: fixed;
    top: 0px;
    right: -100%;
    z-index: 99999;
    background-color: #303030;
    height: 100%;
    width: 100%;
    max-width: 450px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 55px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#mobile-nav.inview {
    right: 0px
}

#mobile-nav .controls {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 55px;
    background-color: #303030;
    display: none
}

#mobile-nav .controls a.logo {
    left: 0px;
    top: 0px;
    float: left
}

#mobile-nav .section {
    padding: 10px 20px;
    float: left;
    width: 100%;
    height: auto;
    border-top: solid 1px #444;
    border-bottom: solid 1px #111;
    color: #CCC
}

#mobile-nav .section #socials {
    padding-top: 10px
}

#mobile-nav .section #socials li a {
    opacity: 0.8
}

#mobile-nav .section a.button {
    font-size: 17px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#mobile-nav .section p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    font-size: 16px
}

#mobile-nav .section:first-child {
    border-top: none
}

#mobile-nav .section:last-child {
    border-bottom: none
}

#mobile-nav .section .title {
    font-size: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF
}

#mobile-nav .section ul {
    float: left;
    width: 100%;
    height: auto
}

#mobile-nav .section ul li {
    float: left;
    width: auto;
    height: auto
}

#mobile-nav .section ul li a {
    float: left;
    width: auto;
    padding-right: 25px;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#molgo {
    display: none
}

@media (max-width: 900px) {
    #molgo {
        display: table
    }

    #reglogo {
        display: none
    }

    #mainul {
        right: -100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: 99999999;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    #mainul li a {
        padding: 0px 25px;
        font-size: 18px;
        letter-spacing: 0.05rem
    }

    #mainul li a span.icon {
        right: 25px
    }

    #mainul.showme {
        right: 0px
    }

    nav-bar ul {
        width: 100%;
        max-width: 400px;
        position: fixed;
        height: 100%;
        z-index: 999;
        background-color: #333;
        right: 0px;
        top: 0px;
        display: none
    }

    nav-bar ul li {
        width: 100%;
        float: left
    }

    nav-bar ul li a {
        width: 100%;
        float: left
    }

    nav-bar ul li ul {
        width: 100%;
        float: left;
        height: auto;
        background-color: #262626;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        height: 0px;
        overflow: hidden
    }

    nav-bar ul li ul li:hover {
        background-color: #262626
    }

    nav-bar ul li ul li a:hover {
        background-color: #262626
    }

    nav-bar ul li ul.inview {
        height: auto;
        top: auto
    }

    #toggle-menu {
        display: table
    }

    #ts {
        position: fixed;
        z-index: 9999999;
        top: 0;
        right: 50px;
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 28px;
        color: #CCC
    }
}

search-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: #303030;
    z-index: 9999999999999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
    opacity: 0
}

search-bar.inview {
    opacity: 1;
    pointer-events: all
}

search-bar .btn {
    height: 60px;
    width: 50px;
    line-height: 60px;
    float: left;
    font-size: 22px;
    text-align: center;
    color: #CCC
}

search-bar input {
    height: 60px !important;
    width: calc(100% - 100px) !important;
    line-height: 60px !important;
    float: left;
    background-color: #303030 !important;
    color: #CCC !important;
    font-size: 21px !important;
    border: none !important
}

.connect-box {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
    background: url(/media/2261/connect_dark.png) center center no-repeat;
    min-height: 400px;
    padding: 15px;
    position: relative
}

.connect-box h2 {
    font-weight: 700
}

.connect-box .connect-icon {
    font-size: 60px
}

.connect-box .wrap {
    position: absolute;
    bottom: 40px;
    left: 15px;
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.connect-box .wrap .buttons {
    width: 100%;
    float: left;
    height: 30;
    text-align: center;
    padding-top: 10px
}

.connect-box .wrap .buttons a {
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 29px;
    padding: 0px 8px;
    -webkit-transition: width 3s ease-in-out;
    -moz-transition: width 3s ease-in-out;
    -o-transition: width 3s ease-in-out;
    transition: width 3s ease-in-out
}

.connect-box .wrap .buttons a:hover {
    color: #DDD
}

.connect-box.dark {
    background: url(/media/2260/connect_bright.png);
    color: 333
}

.cblock {
    width: 100%;
    float: left;
    background-color: #FFF;
    margin-bottom: 20px;
    position: relative;
    padding: 15px
}

.cblock h2 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 28px;
    font-weight: 700
}

.cblock .meta {
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    float: left;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif
}

.cblock .meta a {
    font-weight: 500;
    color: #555;
    text-decoration: none
}

.cblock .meta a:hover {
    text-decoration: underline
}

.cblock .content {
    font-size: 16px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 400;
    line-height: 27px
}

.cblock .content strong {
    font-weight: 400
}

.cblock .content p {
    color: #000;
    letter-spacing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cblockwide {
    width: 100%;
    float: left;
    background-color: #FFF;
    margin-bottom: 20px;
    position: relative;
    min-height: 300px;
    border: solid 1px #DDD
}

.cblockwide a.mimg {
    width: 330px;
    height: 300px;
    position: relative;
    background-color: #666;
    float: left;
    overflow: hidden
}

.cblockwide a.mimg img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%
}

.cblockwide h2 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 15px 10px;
    margin-bottom: 0;
    width: calc(100% - 330px);
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px
}

.cblockwide .meta {
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    float: left;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    width: calc(100% - 330px);
    float: right;
    padding: 0 15px
}

.cblockwide .meta a {
    font-weight: 500;
    color: #555;
    text-decoration: none
}

.cblockwide .meta a:hover {
    text-decoration: underline
}

.cblockwide .content {
    font-size: 16px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 400;
    line-height: 23px;
    width: calc(100% - 330px);
    float: right;
    padding: 10px 17px 17px
}

.cblockwide .content p {
    color: #000;
    margin: 0 0 20px;
    line-height: 25px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif
}

.cblockwide .content p .strong {
    font-weight: 400 !important
}

.cblockwide .content p:last-child {
    margin-bottom: none
}

.block {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.block h3 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #222
}

.block ol {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}

.block ol li {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.block ol li a {
    width: 100%;
    float: left;
    text-decoration: none;
    line-height: 18px;
    font-weight: 400;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.center-block {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    float: left;
    position: relative;
    height: 400px;
    background-color: #333
}

.center-block .meta {
    font-size: 15px;
    color: #FFF;
    width: 100%;
    float: left;
    font-weight: 400;
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 99;
    letter-spacing: 0.03rem;
    text-shadow: 1px 1px 1px #222
}

.center-block .meta a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: solid 1px transparent
}

.center-block .meta a span {
    opacity: 0;
    width: 0;
    overflow: hidden;
    padding-left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.center-block .meta a:hover {
    padding: 3px 8px;
    border: solid 1px #666
}

.center-block .meta a:hover span {
    opacity: 1;
    width: auto;
    padding-left: 8px
}

.center-block .tools {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 999;
    width: auto;
    float: right
}

.center-block .tools a {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #FFF;
    width: 35px;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-shadow: 1px 1px 1px #111
}

.center-block .tools a:hover {
    color: #FFF;
    font-size: 21px
}

.center-block a.content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 30px 20px 20px;
    z-index: 99;
    width: 100%;
    float: left;
    line-height: 25px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #222;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.22) 40%, rgba(0, 0, 0, 0) 61%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.22) 40%, rgba(0, 0, 0, 0) 61%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.22) 40%, rgba(0, 0, 0, 0) 61%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);


}

.center-block a.content .title {
    font-family: "myriad-pro", serif;
    font-weight: 600;
    color: #FFF;
    font-size: 31px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 32px
}

.center-block a.content p {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.04rem;
    margin-bottom: 10px;
    line-height: 25px
}

.center-block a.content .meta {
    font-size: 14px;
    color: #FFF;
    width: 100%;
    float: left;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 99
}

.center-block a.content .meta a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: solid 1px transparent
}

.center-block a.content .meta a span {
    opacity: 0;
    width: 0;
    overflow: hidden;
    padding-left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.center-block a.content .meta a:hover {
    padding: 3px 8px;
    border: solid 1px #666
}

.center-block a.content .meta a:hover span {
    opacity: 1;
    width: auto;
    padding-left: 8px
}

.center-block a.readmore {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    font-weight: 600px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    color: #DDD;
    background-color: #555;
    padding: 0 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.center-block a.readmore:hover {
    padding: 0 20px;
    background-color: #222;
    color: #FFF
}

.center-block .mimg {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

.center-block .mimg .overlay {
    position: absolute;
    z-index: 95;
    width: 100%;
    height: 100%;

    background: url("/media/2248/overlay3.png") left top no-repeat;

    background: url("media/3048/overlay5.png") left top no-repeat;
    background: url("/media/3047/overlay4.png") left top no-repeat;
    background: none;



    background-size: cover;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.center-block .mimg img {
    width: auto;
    float: left;
    z-index: 10;
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.center-block .blurb {
    width: 100%;
    float: left;
    padding: 20px 20px 20px 0;
    height: auto;
    position: relative;
    color: #000;
    line-height: 25px;
    letter-spacing: auto;
    padding-top: 0;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cb-wide {
    width: 100%;
    float: left;
    width: 100%;
    padding: 15px;
    height: auto;
    border: solid 1px #DDD;
    margin-bottom: 20px
}

.cb-wide .tools {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 15px;
    border-top: solid 1px #DDD;
    margin-top: 15px
}

.cb-wide .tools .author {
    width: 50%;
    float: left;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cb-wide .tools .author a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.09rem
}

.cb-wide a.mimg {
    float: left;
    width: 50%;
    height: auto
}

.cb-wide a.mimg img {
    float: left;
    height: auto;
    width: 100%
}

.cb-wide .content {
    width: 50%;
    float: right;
    height: auto;
    padding-left: 20px
}

.cb-wide .content a.title {
    font-family: "myriad-pro", serif;
    font-weight: 600;
    color: #222;
    font-size: 25px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 10px;
    width: 100%;
    float: left
}

.cb-wide .content p {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 17px;
    letter-spacing: 0.02rem
}

.cb-tall {
    width: 100%;
    float: left;
    border: solid 1px #DDD;
    margin-bottom: 20px;
    height: 425px;
    position: relative;
    background-color: #FFF
}

.cb-tall .tools {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 105px;
    height: 30px;
    background-color: #FFF;
    z-index: 999
}

.cb-tall .tools a {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin-left: 5px;
    color: #000;
    width: 30px;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    top: 0
}

.cb-tall .tools a:hover {
    color: #333;
    top: -3px
}

.cb-tall a.mimg {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.cb-tall a.mimg img {
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%
}

.cb-tall .content {
    width: 50%;
    float: right;
    height: auto;
    padding: 20px
}

.cb-tall .content a.title {
    font-family: "myriad-pro", serif;
    font-weight: 600;
    color: #222;
    font-size: 24px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 28px;
    margin-bottom: 15px;
    width: 100%;
    float: left
}

.cb-tall .content p {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 17px;
    letter-spacing: 0.02rem;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 20px
}

.cb-tall .content a.readmore {
    font-size: 12px;
    text-decoration: none;
    padding: 8px 10px;
    width: auto;
    font-weight: 400;
    background-color: #FFF;
    color: #666;
    border: solid 1px #666;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 0.04rem
}

.cb-tall .content a.readmore span.icon {
    margin-left: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.cb-tall .content a.readmore:hover {
    background-color: #444;
    color: #DDD
}

.cb-tall .content a.readmore:hover span.icon {
    margin-left: 10px;
    color: red;
}

.cb-tall .content .author {
    width: 100%;
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.05rem;
    margin-bottom: 10px
}

.cb-tall .content .author a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.09rem
}

.cb-tall:nth-child(even) a.mimg {
    float: right
}

.cb-tall:nth-child(even) .tools {
    left: 15px
}

.cb-tall.dark {
    background-color: #333
}

@media (max-width: 880px) {
    .center-block {
        margin-bottom: 10px
    }

    .center-block .tools {
        right: 15px !important
    }

    .center-block:last-child {
        margin-bottom: 20px
    }

    .center-block a.content .title {
        font-size: 26px
    }

    .center-block a.content p {
        font-weight: 400
    }

    .center-block .mimg img {
        opacity: 0.5;
    }

    .center-block:nth-child(even) .tools {
        right: 15px !important
    }
}

@media (max-width: 650px) {
    .cb-tall {
        width: 100%;
        height: auto
    }

    .cb-tall a.mimg {
        width: 100%;
        height: auto
    }

    .cb-tall a.mimg img {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    .cb-tall .content {
        width: 100%
    }

    .cb-tall:nth-child(even) .tools {
        right: 15px !important;
        left: auto
    }
}

card {
    width: 100%;
    float: left;
    background-color: #FFF;
    margin-bottom: 20px;
    position: relative;
    min-height: 400px;
    max-height: 400px;
    border: solid 1px transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    border: solid 1px #DDD
}

card a.cat {
    width: auto;
    float: left;
    color: #111;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 300;
    letter-spacing: 0.05rem;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
    background-color: #303030;
    color: #FFF;
    padding: 0px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    z-index: 99;
    display: none
}

card a.cat:hover {
    background-color: #f0f0f0;
    color: #303030;
    font-weight: 400
}

card .over {
    width: 100%;
    position: absolute;
    z-index: 99;
    height: 80px;
    bottom: 0;
    left: 0;
    background: url("/media/2258/over.png") bottom left repeat-x
}

card a.card-header {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    overflow: hidden
}

card a.card-header img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 6
}

card a.card-header overlay {
    background-color: #000;
    width: 100%;
    z-index: 8;
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    filter: blur(10px) grayscale(10%)
}

card info {
    padding: 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 5px;
    position: relative
}

card info a.cat-tag {
    width: auto;
    color: #333;
    background-color: #FFF;
    padding: 0 15px;
    position: absolute;
    top: -17px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: solid 1px #DDD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 999
}

card info a.cat-tag:hover {
    border: solid 1px #666;
    font-weight: 500
}

card info a.info-title {
    font-size: 23px;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0;
    line-height: 26px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    padding-top: 5px;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

card info info-meta {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    float: left;
    color: #333;
    margin-bottom: 5px
}

card info info-meta span {
    font-weight: 400;
    color: #333;
    text-decoration: none
}

card content {
    padding: 15px;
    width: 100%;
    float: left;
    padding-top: 0;
    height: 55px;
    overflow: hidden
}

card content p {
    padding: 0;
    margin: 0 0 15px;
    color: #000;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    line-height: 19px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: auto;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

card content p:last-child {
    margin-bottom: 0
}

card card-tools {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: solid 1px #DDD;
    background-color: #ebebeb
}

card card-tools card-comment {
    width: calc(100% - 120px);
    padding: 5px;
    float: left;
    height: 40px
}

card card-tools card-comment input {
    height: 30px !important;
    line-height: 30px !important
}

card card-tools .btn {
    width: 40px;
    height: 39px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    float: left;
    color: #666;
    border-right: solid 1px #DDD
}

card card-tools .btn:hover {
    background: #f0f0f0
}

card card-tools .btn:first-child {
    border-left: solid 1px #DDD
}

card card-tools .btn:last-child {
    border-right: none
}

wrap.article {
    padding: 0;
    background-color: #FFF;
}

.article {
    width: 100%;
    float: left
}

.article .date {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.05rem
}

.article .blurb {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif
}

.article h1 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0 0;
    margin-bottom: 5px;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: auto;
    line-height: 35px
}

.article .mimg {
    width: 100%;
    float: left
}

.article .mimg img {
    width: 100%;
    float: left
}

.article .content {
    width: 100%;
    float: left;
    padding: 0 20px 20px
}

.article .content a {
    color: #003349;
    font-weight: 500
}

.article .content blockquote {
    width: 100%;
    margin: 25px;
    padding: 0;
    max-width: 350px;
    padding: 25px;
    margin-left: -50px;
    float: left;
    position: relative;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    border-top: dotted 1px #666;
    border-bottom: dotted 1px #666;
    color: #222;
    font-weight: 400;
    font-family: "myriad-pro", serif
}

.article .content blockquote .flip {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

.article .content .author {
    width: 150px;
    min-height: 200px;
    float: right;
    padding: 25px 15px 15px;
    font-size: 13px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    line-height: 18px;
    border-left: solid 1px #CCC;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: center !important;
    border: solid 1px #CCC;
    background-color: #FFF
}

.article .content .author .social {
    width: 100%;
    text-align: center;
    display: none
}

.article .content .author .social a {
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 17px
}

.article .content .author .social a:hover {
    color: #333
}

.article .content .author a.mimg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    clear: both;
    text-align: center
}

.article .content .author a.mimg img {
    width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.article .content .author a.name {
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
    text-decoration: none
}

.article .content .author .title {
    font-weight: 500;
    color: #666;
    width: 100%;
    text-align: center;
    display: block;
    clear: both
}

.article .content h1,
.article .content h2,
.article .content h3,
.article .content h4 {
    font-weight: 800;
    font-family: "myriad-pro", serif
}

.article .content p {
    color: #000 !important;
    font-size: 20px;
    line-height: 33px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 300;

    font-size: 18px;
    line-height: 33px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.7em;

}

.article .content p strong {
    font-weight: 600 !important
}

.article #comments {
    padding: 20px;
    width: 100%;
    float: left
}

.article #comments p.disclamer {
    padding: 15px;
    background: #C0392B;
    width: 100%;
    float: left;
    margin: 0;
    font-size: 17px;
    margin-bottom: 15px;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #444;
    line-height: 24px
}

.article #comments #disqus_thread {
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif !important
}

.article #comments #disqus_thread iframe {
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif !important
}

.article #comments h2 {
    font-weight: 400;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1.article {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    margin-bottom: 20px
}

.article-mimg {
    width: 100%;
    float: left;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.article-mimg img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.all-stories {
    text-align: center;
    width: 100%;
    float: left
}

.all-stories .button {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.all-stories .button .icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.all-stories .button:hover .icon {
    margin-left: 10px;
    color: red
}

@media (max-width: 880px) {
    .article-mimg {
        height: auto
    }

    .article-mimg img {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    h1.article {
        font-size: 28px;
        margin: 0;
        padding: 0
    }

    .socials.wide {
        width: 100%
    }

    .article .content .author {
        margin: 0;
        padding: 8px 0;
        width: 100%;
        border-left: none;
        border-right: none;
        height: auto;
        min-height: auto;
        margin-top: 20px;
        margin-bottom: 10px
    }

    .article .content .author a.name {
        width: calc(100% - 55px);
        float: right;
        text-align: left;
        clear: none
    }

    .article .content .author .title {
        width: calc(100% - 55px);
        float: right;
        text-align: left;
        clear: none
    }

    .article .content .author .social {
        display: none
    }

    .article .content .author a.mimg {
        width: 45px;
        float: left;
        margin: 0 10px 0 0
    }

    .article .content .author a.mimg img {
        width: 100%;
        float: left
    }
}

.socials {
    width: 300px;
    height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    margin-bottom: 10px
}

.socials a {
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #111;
    font-size: 18px;
    text-decoration: none;
    margin-right: 20px;
    display: inline-block
}

.socials a span {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    float: left;
    text-align: center;
    border: solid 1px #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.socials a .count {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    float: left;
    padding-left: 8px;
    font-weight: 300
}

.socials a:hover {
    color: #000
}

.socials a:hover span {
    border: solid 1px #111
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#vidwrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999
}

#vidwrap #closevid {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #f0f0f0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999999999
}

#vidwrap #vid {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 960px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999999999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    background-color: #111
}

#vidwrap .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    background-color: #111;
    color: #f0f0f0;
    text-align: center;
    z-index: 9999999999
}

#vidwrap .bg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #222;
    opacity: 0.98;
    position: absolute
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#vidwrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999
}

#vidwrap #closevid {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #f0f0f0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999999999
}

#vidwrap #vid {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 960px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999999999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    background-color: #111
}

#vidwrap .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    background-color: #111;
    color: #f0f0f0;
    text-align: center;
    z-index: 9999999999
}

#vidwrap .bg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #222;
    opacity: 0.98;
    position: absolute
}

#instafeed {
    width: 100%;
    float: left;
    height: auto;
    background: #FFF;
    position: relative;
    border-left: solid 1px #DDD;
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD
}

#instafeed a {
    width: 33.3333%;
    float: left;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative
}

#instafeed a span.likes {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
    font-weight: 400;
    font-size: 12px;
    z-index: 30
}

#instafeed a:hover {
    position: relative;
    z-index: 20
}

#instafeed a img {
    width: 100%;
    float: left;
    height: auto;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
    opacity: 1
}

#instafeed a:hover img {
    border: solid 0 #FFF
}

.showallins {
    border-left: solid 1px #DDD !important;
    border-right: solid 1px #DDD !important;
    border-bottom: solid 1px #DDD !important;
    font-size: 15px;
    margin: 0px !important
}

.showallins .icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.showallins:hover .icon {
    margin-left: 5px
}

.wide-block {
    width: 100%;
    float: left;
    padding: 30px 0;
    border-top: solid 1px #DDD
}

.wide-block h2 {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 0;
    font-weight: 300;
    letter-spacing: 0;
    letter-spacing: 0.02rem;
    margin-bottom: 30px
}

@media (max-width: 900px) {
    .wide-block .col.third {
        width: 100%
    }

    .wide-block .col.third card {
        height: auto;
        min-height: auto;
        border: solid 1px #CCC;
        margin-bottom: 10px;
        padding: 15px
    }

    .wide-block .col.third card .card-header {
        width: 30%
    }

    .wide-block .col.third card info {
        width: 70%;
        bottom: auto;
        left: auto;
        padding: 0 15px
    }

    .wide-block .col.third card info .info-title {
        font-size: 19px;
        margin: 0;
        padding: 0
    }

    .wide-block .col.third card content {
        display: none
    }

    .wide-block .col.third card .over {
        display: none
    }
}

.prefooter {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 30px;
    background-color: #292929;
    height: 60px;
    color: #DDD
}

.prefooter a.logo {
    width: auto;
    float: left;
    height: auto
}

.prefooter a.logo img {
    width: 100%;
    float: left
}

.footer {
    width: 100%;
    float: left;
    height: auto;
    padding: 30px 0;
    background-color: #303030;
    color: #333;
    font-weight: 300;
    text-align: center
}

.footer a.f-logo {
    text-align: center;
    opacity: 0.8
}

.footer a.button {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.09rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer h3 {
    font-weight: 300;
    font-size: 24px;
    color: #DDD;
    margin: 0px;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer h3 span.icon {
    font-size: 16px
}

.footer h4 {
    font-weight: 300;
    font-size: 20px;
    color: #FFF;
    padding: 0;
    margin: 0 0 5px
}

.footer p {
    line-height: 24px;
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
    margin-bottom: 10px
}

.footer p a {
    color: #FFF;
    text-decoration: none
}

.footer p a:hover {
    text-decoration: underline
}

.footer ul {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none
}

.footer ul#socials {
    margin-bottom: 15px;
    width: 100%;
    text-align: center
}

.footer ul#socials li {
    width: auto;
    display: inline-block;
    margin-right: 5px
}

.footer ul#socials li:last-child {
    margin-left: 5px
}

.footer ul#socials li a {
    width: 100%;
    float: left;
    line-height: 32px;
    height: 32px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.footer ul#socials li a img {
    width: 100%;
    float: left;
    height: auto;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.footer ul#socials li a:hover img {
    opacity: 1
}

.footer ul li {
    width: 100%;
    height: auto;
    margin-bottom: 5px
}

.footer ul li a {
    width: 100%;
    float: left;
    height: auto;
    color: #DDD;
    text-decoration: none;
    font-weight: 400px;
    font-size: 18px
}

.footer ul li a:hover {
    color: #FFF
}

.footer.darker {
    background-color: #292929
}

.footer.darkest {
    background-color: #242424
}

.cr-footer {
    background-color: #202020;
    text-align: center;
    font-size: 15px;
    color: #DDD;
    width: 100%;
    float: left;
    padding: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cr-footer a {
    color: #FFF;
    text-decoration: none
}

.cr-footer a:hover {
    text-decoration: underline
}

wrap#fullpage {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    background: center center no-repeat #FFF;
    background-size: cover;
    padding-top: 80px;
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px #333
}

wrap#fullpage b,
wrap#fullpage strong {
    font-weight: 700
}

wrap#fullpage h1 {
    font-weight: 700;
    font-size: 40px;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.group {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 25px;
    width: 100%;
    float: left;
    height: auto;
    background-color: #FFF
}

.group .group-header {
    width: 100%;
    float: left;
    height: auto;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-family: "myriad-pro", serif;
    font-size: 17px;
    color: #FFF;
    background-color: #1ba39c;
    padding: 0 15px
}

.group .group-header .icon {
    float: right;
    font-size: 20px
}

.group ul {
    width: 100%;
    float: left;
    height: auto;
    border: solid 1px #DDD;
    background-color: #FFF
}

.group ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #DDD;
    padding: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1)
}

.group ul li .meta {
    width: 100%;
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
    width: 100%
}

.group ul li .meta a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.09rem;
    display: block
}

.group ul li.viditem {
    width: 100%
}

.group ul li.viditem .thumbnail {
    width: 100px;
    margin-right: 15px;
    float: left
}

.group ul li.viditem .thumbnail img {
    width: 100%;
    height: auto;
    float: left
}

.group ul li.viditem .title {
    width: calc(100% - 115px);
    float: right;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
    font-family: "myriad-pro", serif
}

.group ul li.viditem .meta {
    width: calc(100% - 115px);
    float: right;
    color: #222;
    font-size: 14px
}

.group ul li.viditem:first-child .thumbnail {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 5px
}

.group ul li.viditem:first-child .thumbnail img {
    width: 100%;
    height: auto;
    float: left
}

.group ul li.viditem:first-child .title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
    font-family: "myriad-pro", serif
}

.group ul li.viditem:first-child .meta {
    width: 100%;
    float: right;
    color: #222
}

.group ul li:hover {
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05)
}

.group ul li a {
    width: 100%;
    float: left;
    text-decoration: none
}

.group ul li a.title {
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    color: #222;
    font-family: "myriad-pro", serif;
    margin-bottom: 3px;
    letter-spacing: 0
}

.group ul li a.cat {
    width: auto;
    float: left;
    color: #111;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 600;
    letter-spacing: 0.05rem;
    height: 17px;
    line-height: 17px;
    margin-bottom: 6px;
    text-transform: uppercase;
    border: solid 1px #DDD;
    padding: 0 8px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.group ul li a.cat:hover {
    border: solid 1px #999
}

.group ul li:last-child {
    border-bottom: none
}

.group.dark {
    background-color: #303030
}

.group.dark .group-header {
    border-bottom: none
}

.group.dark ul {
    border: none;
    background-color: #494949
}

.group.dark ul li {
    border-bottom: solid 1px #333;
    border-top: solid 1px #666
}

.group.dark ul li a.cat {
    color: #DDD;
    border: solid 1px #DDD
}

.group.dark ul li a.title {
    color: #FFF
}

.group.dark ul li .meta {
    color: #DDD
}

.group.dark ul li .meta a {
    color: #FFF
}

h2.author-list {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 19px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

.author-profile {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px
}

.author-profile .mimg {
    width: 100%;
    max-width: 225px;
    max-height: 225px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: auto;
    float: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.author-profile .mimg img {
    width: 100%;
    height: auto;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.author-profile .content {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.author-profile .content h1.name {
    font-weight: 500;
    color: #111;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    margin-bottom: 5px
}

.author-profile .content .title {
    font-size: 19px;
    font-weight: 300;
    color: #595959;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.author-profile .content .socials {
    float: left;
    width: 100%;
    height: auto;
    text-align: center
}

.author-profile .content .socials a {
    display: inline-block;
    font-size: 19px;
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
    color: #888;
    margin: 10px 5px 10px 0
}

.author-profile .content .socials a:hover {
    color: #555
}

a.auth-cb-wide {
    width: 100%;
    float: left;
    width: 100%;
    padding: 20px;
    height: auto;
    border: solid 1px #DDD;
    margin-bottom: 20px;
    background-color: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

a.auth-cb-wide:hover {
    border: solid 1px #999;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05)
}

a.auth-cb-wide .tools {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 15px;
    border-top: solid 1px #DDD;
    margin-top: 15px
}

a.auth-cb-wide .tools .author {
    width: 50%;
    float: left;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a.auth-cb-wide .tools .author a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.09rem
}

a.auth-cb-wide .mimg {
    float: left;
    width: 30%;
    height: auto
}

a.auth-cb-wide .mimg img {
    float: left;
    height: auto;
    width: 100%
}

a.auth-cb-wide .content {
    width: 70%;
    float: right;
    height: auto;
    padding-left: 20px;
    color: #333;
    text-decoration: none
}

a.auth-cb-wide .content .title {
    font-family: "myriad-pro", serif;
    font-weight: 400;
    color: #222;
    font-size: 23px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 10px;
    width: 100%;
    float: left
}

a.auth-cb-wide .content .date {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666
}

a.auth-cb-wide .content p {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 18px;
    letter-spacing: 0.02rem;
    line-height: 26px
}

.list-controls {
    text-align: center;
    width: 100%;
    height: auto;
    float: lef;
    margin-bottom: 15px;
}

.list-controls a.button {
    border: solid 1px #DDD;
    float: none;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    background-color: #FFF
}

.list-controls a.button:hover {
    border: solid 1px #888
}

.list-controls a.button.num {
    padding: 0 8px
}

.list-controls a.button.num.active {
    border: solid 1px #666
}

.list-controls a.button .icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

a.author-card {
    width: 20%;
    float: left;
    height: auto;
    margin-bottom: 0px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 10px
}

a.author-card:hover .wrap {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #999
}

a.author-card .wrap {
    width: 100%;
    float: left;
    height: 200px;
    padding: 15px;
    border: solid 1px #DDD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

a.author-card .wrap .mimg {
    width: 100%;
    max-width: 90px;
    max-height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

a.author-card .wrap .mimg img {
    height: auto;
    width: 100%
}

a.author-card .wrap .content {
    width: 100%;
    float: left;
    height: auto
}

a.author-card .wrap .content .name {
    width: 100%;
    text-align: center;
    float: left;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px
}

a.author-card .wrap .content .title {
    width: 100%;
    text-align: center;
    float: left;
    color: #666;
    font-size: 14px
}

@media (max-width: 880px) {
    a.author-card {
        width: 33.3333%;
        float: left;
        text-align: left;
        height: auto;
        margin-bottom: 5px;
        padding: 10px 15px
    }

    a.author-card .content {
        width: 100%;
        float: right;
        height: auto;
        padding-left: 20px;
        text-align: left;
        padding-top: 10px
    }

    a.author-card .content .name {
        text-align: left
    }

    a.author-card .content .title {
        text-align: left
    }

    .author-profile .mimg {
        max-width: 100px;
        max-height: 100px
    }

    a.auth-cb-wide {
        padding: 15px;
        border: solid 1px #666
    }

    a.auth-cb-wide .content .title {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 0
    }

    a.auth-cb-wide .content p {
        display: none
    }

    a.auth-cb-wide .content .date {
        font-size: 14px
    }
}

@media (max-width: 660px) {
    a.author-card {
        width: 100%;
        text-align: left;
        height: auto
    }

    a.author-card .wrap {
        height: auto
    }

    a.author-card .wrap .mimg {
        float: left
    }

    a.author-card .wrap .content {
        width: calc(100% - 100px);
        float: left;
        text-align: left
    }

    a.author-card .wrap .content .name {
        text-align: left
    }

    a.author-card .wrap .content .title {
        text-align: left
    }
}

wrap select.el {
    -webkit-appearance: none;
    width: auto;
    float: left;
    height: 40px;
    line-height: 40px !important;
    padding: 0 15px;
    font-size: 16px;
    padding-right: 35px;
    color: #333;
    letter-spacing: 0.04rem;
    background: url("/media/2254/sel-bg.png") right no-repeat #f9f9f9;
    text-align: center !important;
    display: block;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 4px;
    border-radius: 0;
    font-weight: 400;
    border: solid 1px #CCC !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    background-color: #FFF;
    margin-right: 5px
}

wrap select.el::-webkit-input-placeholder {
    font-weight: normal
}

wrap select.el::-moz-placeholder {
    font-weight: normal
}

wrap select.el:-ms-input-placeholder {
    font-weight: normal
}

wrap select.el:-moz-placeholder {
    font-weight: normal
}

wrap .list-filters {
    margin-bottom: 25px
}

wrap.full-list .col.quarter {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.list-controls {
    text-align: center;
    width: 100%;
    height: auto;
    float: left
}

.list-controls a.button {
    border: solid 1px #DDD;
    float: none;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    background-color: #FFF
}

.list-controls a.button:hover {
    border: solid 1px #888
}

.list-controls a.button.num {
    padding: 0px 8px
}

.list-controls a.button.num.active {
    border: solid 1px #666
}

.list-controls a.button .icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

@media (max-width: 1260px) {
    wrap.full-list .col.quarter {
        width: 33.3333%
    }
}

@media (max-width: 1024px) {
    wrap.full-list .col.quarter {
        width: 50%
    }
}

@media (max-width: 660px) {
    wrap.full-list select.el {
        width: 100%;
        margin-bottom: 5px
    }

    wrap.full-list .col.quarter {
        width: 100%
    }

    wrap.full-list .col.quarter card {
        height: auto;
        min-height: auto;
        border: solid 1px #CCC;
        margin-bottom: 10px;
        padding: 15px
    }

    wrap.full-list .col.quarter card .card-header {
        width: 30%
    }

    wrap.full-list .col.quarter card info {
        width: 70%;
        bottom: auto;
        left: auto;
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 0px
    }

    wrap.full-list .col.quarter card info .info-title {
        font-size: 19px;
        margin: 0px;
        padding: 0px
    }

    wrap.full-list .col.quarter card content {
        display: none
    }

    wrap.full-list .col.quarter card .over {
        display: none
    }
}


/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

.lity-hide {
    display: none
}

#grid {
    width: 100%;
    float: left
}

#grid[data-columns]::before {
    content: '4 .column.size-1of4'
}

.topic-card {
    padding: 10px;
    float: left;
    width: 100%
}

.topic-card .wrap {
    width: 100%;
    float: left;
    height: auto;
    padding: 15px;
    padding-top: 0px;
    border: solid 1px #CCC;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #FFF
}

.topic-card .wrap a.name {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #DDD;
    text-decoration: none;
    line-height: 45px;
    height: 45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.topic-card .wrap a.name span.icon {
    font-size: 13px;
    float: right;
    line-height: 45px;
    height: 45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.topic-card .wrap a.name:hover {
    border-bottom: solid 1px #999
}

.topic-card .wrap a.name:hover span.icon {
    color: red
}

.topic-card .wrap ul {
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%
}

.topic-card .wrap ul li {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.topic-card .wrap ul li a {
    font-size: 16px;
    color: #111;
    font-weight: 300;
    color: #222;
    text-decoration: none
}

.topic-card .wrap ul li a:hover {
    text-decoration: underline
}

.topic-card .wrap:hover {
    border: solid 1px #999;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05)
}

.column {
    float: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");*/
}

body,
html {
    height: 100%
}

ul,
ol {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    float: left
}

ul.right,
ol.right {
    float: right
}

body {
    background-color: #f9f9f9;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    padding: 0;
    letter-spacing: 0.03rem
}

body.noscroll {
    overflow: hidden
}

body.article {
    background-color: #fff !important
}

body.author {
    background-color: #fff !important
}

body.list-page {
    background-color: #fff !important
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "myriad-pro", serif;
    font-weight: 500
}

.shim {
    float: left;
    height: 55px;
    width: 100%;
    background-color: #303030
}

wrap {
    padding: 30px 0;
    height: auto;
    width: 100%;
    float: left
}

wrap.home {
    padding: 30px 0
}

wrap.white {
    background-color: #FFF
}

h1.page-title {
    font-weight: 300;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 960px) {
    wrap.home {
        padding: 10px 0
    }
}

.button {
    display: inline-block;
    height: 38px;
    padding: 0 25px;
    color: #444;
    background: #d9d9d9;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 8px;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: solid 1px #CCC;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif
}

.button .fa {
    line-height: 38px
}

.button.wide {
    width: 100%
}

.button.circle {
    width: 38px;
    padding: 0;
    -webkit-border-radius: 19px !important;
    -moz-border-radius: 19px !important;
    border-radius: 19px !important
}

.button.circle .icon {
    font-size: 15px
}

.button:hover {
    background-color: #DDD
}

.button.standard {
    background-color: #f9f9f9;
    border: solid 1px #CCC
}

.button.standard:hover {
    background-color: #FFF
}

.button.primary {
    border: solid 1px transparent;
    background-color: #2574A9;
    color: #f9f9f9
}

.button.primary:hover {
    background-color: #2b84bf
}

.button.success {
    border: solid 1px transparent;
    background-color: #049372;
    color: #f9f9f9
}

.button.success:hover {
    background-color: #06a27e
}

.button.danger {
    border: solid 1px transparent;
    background-color: #CF000F;
    color: #DDD
}

.button.danger:hover {
    background-color: #dc0111
}

.button.dark {
    border: solid 1px transparent;
    background: #404040;
    color: #CCC
}

.button.dark:hover {
    background-color: #494949
}

.button.lblue {
    background: #446CB3;
    color: #FFF
}

.button.lblue:hover {
    background: #4a74c0
}

.button.outline-light {
    background-color: transparent;
    border: solid 1px #f9f9f9;
    color: #f9f9f9
}

.button.outline-light:hover {
    background: #FFF;
    border: solid 1px #FFF;
    color: #555
}

.button.outline-dark {
    background-color: transparent;
    border: solid 1px #404040;
    color: #404040
}

.button.outline-dark:hover {
    background: #494949;
    border: solid 1px #494949;
    color: #CCC
}

.button.icon {
    font-size: 18px
}

.button.white {
    background: #FFF;
    border: none;
    color: #444;
    font-size: 12px
}

.button.white:hover {
    background: #f0f0f0
}

.button-group {
    width: auto;
    display: block;
    height: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    float: left;
    margin-right: 5px
}

.button-group.wide {
    width: 100%;
    margin-right: 0
}

.button-group .button {
    width: 50% !important;
    margin: 0 !important;
    float: left;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-right: solid 1px #CCC !important
}

.button-group .button .icon {
    line-height: 38px;
    height: 38px;
    font-size: 18px
}

.button-group .button:first-child {
    -webkit-border-top-left-radius: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important
}

.button-group .button:last-child {
    -webkit-border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -moz-border-radius-topright: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.button-group.three .button {
    width: 33.3333% !important
}

.button-group.three .button:last-child {
    border-left: none !important
}

.button-group.four .button {
    width: 25% !important
}

.button-group.four .button:last-child {
    border-left: none !important
}

.button-group.four .button:nth-child(3) {
    border-left: none
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
    float: left;
    font-size: 15px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    margin-bottom: 8px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

textarea,
select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
    border: 1px solid #444;
    outline: 0
}

textarea:focus,
select:focus {
    border: 1px solid #444;
    outline: 0
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600
}

fieldset {
    padding: 0;
    border-width: 0
}

input[type="checkbox"],
input[type="radio"] {
    display: inline
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal
}

.container {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 5px;
    padding-right: 5px
}

.container .row {
    float: left;
    width: 100%;
    height: auto;
    position: relative
}

.col {
    float: left;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 5px
}

.col.one {
    width: 8.333%
}

.col.two {
    width: 16.667%
}

.col.three {
    width: 33.333%
}

.col.four {
    width: 25%
}

.col.five {
    width: 41.667%
}

.col.six {
    width: 50%
}

.col.seven {
    width: 58.333%
}

.col.eight {
    width: 66.667%
}

.col.nine {
    width: 66.667%
}

.col.ten {
    width: 83.333%
}

.col.eleven {
    width: 91.667%
}

.col.twelve {
    width: 100%
}

.col.quarter {
    width: 25%
}

.col.third {
    width: 33.3333%
}

.col.two-thirds {
    width: 66.6666%
}

.col.three-quarters {
    width: 75%
}

.col.half {
    width: 50%
}

.col.offset-one {
    margin-left: 8.33333333%
}

.col.offset-third {
    margin-left: 33.33333%
}

.col.offset-half {
    margin-left: 50%
}

.col.offset-quarter {
    margin-left: 25%
}

.flexer {
    display: flex;
    flex-direction: row;
    flex-basis: 100%
}

@media (max-width: 1030px) {
    .flexer {
        display: flex;
        flex-basis: 100%
    }

    .center-col {
        float: left;
        order: 1;
        flex: 0 0 auto
    }

    .left-col {
        float: right;
        order: 2;
        flex: 0 0 auto
    }

    .right-col {
        float: right;
        order: 3;
        flex: 0 0 auto
    }
}

@media (max-width: 960px) {
    .flexer {
        flex-direction: column
    }

    .left-col {
        width: 100% !important
    }

    .center-col {
        width: 100% !important
    }

    .right-col {
        width: 100% !important
    }
}

@media (max-width: 880px) {
    .flexer {
        flex-direction: column
    }

    .col.half {
        width: 100%;
        padding: 5px
    }

    .col.eight {
        width: 100%;
        padding: 5px
    }
}

@media (max-width: 650px) {
    .col.quarter {
        width: 100%;
        padding: 5px
    }
}

nav-bar {
    width: 100%;
    float: left;
    height: 60px;
    margin-bottom: 60px;
    background-color: #f0f0f0;
    border-bottom: solid 1px #DDD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

nav-bar .top-menu {
    height: 0;
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    border-bottom: solid 1px #CCC
}

nav-bar .burger {
    height: 60px;
    width: 50px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    font-size: 30px;
    z-index: 9999999999;
    display: none;
    pointer-events: none
}

nav-bar .burger span {
    height: 60px;
    width: 50px;
    line-height: 60px;
    text-align: center
}

nav-bar a.nav-bar-logo {
    height: 60px;
    line-height: 60px;
    float: left;
    width: auto;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    text-decoration: none
}

nav-bar a.nav-bar-logo img {
    float: left;
    height: 60px;
    width: auto
}

nav-bar #ts {
    position: relative;
    float: right;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #CCC;
    margin: 0
}

nav-bar ul {
    float: right;
    width: auto
}

nav-bar ul li {
    float: left
}

nav-bar ul li a {
    float: left;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding-left: 15px;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transform: rotate(0deg)
}

nav-bar ul li a.has-more {
    padding-right: 20px
}

nav-bar ul li a span.icon {
    transition: transform 0.3s linear;
    transform-origin: center center;
    transform-style: preserve-3D;
    position: relative;
    width: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    height: 60px;
    line-height: 60px
}

nav-bar ul li a span.icon.rot-right {
    transform: rotate(180deg)
}

nav-bar ul li a.donate {
    color: #E9D460;
    font-weight: 500
}

nav-bar ul li a.donate:hover {
    color: #FDE3A7
}

nav-bar ul li a:hover {
    color: #FFF
}

nav-bar ul li a.icon {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    float: left
}

nav-bar.dark {
    background-color: #303030;
    border-bottom: solid 1px #222
}

nav-bar.dark a.nav-bar-logo {
    color: #DDD
}

nav-bar.transparent {
    background: url("/media/2257/navtrans.png");
    border-bottom: solid 1px transparent;
    -webkit-box-shadow: 0 0 24px 0 transparent !important;
    -moz-box-shadow: 0 0 24px 0 transparent !important;
    box-shadow: 0 0 24px 0 transparent !important
}

nav-bar.transparent .burger {
    color: #f9f9f9
}

nav-bar.transparent a.nav-bar-logo {
    color: #FFF
}

nav-bar.transparent ul li a {
    color: #fff !important
}

nav-bar.transparent ul li a:hover {
    color: #FFF
}

nav-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

nav-bar.up {
    top: -70px
}

nav-bar ul li {
    position: relative
}

nav-bar ul li ul {
    position: absolute;
    top: 40px;
    background: #222;
    width: 175px;
    left: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 9999999;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(1);
    -moz-transform: scale(0.9);
    transform: scale(0.9)
}

nav-bar ul li ul.inview {
    top: 55px;
    height: auto;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

nav-bar ul li ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #292929
}

nav-bar ul li ul li:hover {
    background-color: #333
}

nav-bar ul li ul li:last-child {
    border-bottom: none
}

nav-bar ul li ul li a {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
    width: 100%
}

nav-bar ul li ul li .more {
    float: right;
    position: absolute;
    right: 15px;
    top: 0px
}

#mologo {
    display: none
}

#toggle-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #CCC;
    display: none;
    z-index: 999999999
}

#close-nav {
    position: fixed;
    top: 0px;
    right: -60px;
    z-index: 999999;
    cursor: pointer;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    font-size: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#close-nav.inview {
    right: 0px
}

#mobile-nav {
    position: fixed;
    top: 0px;
    right: -100%;
    z-index: 99999;
    background-color: #303030;
    height: 100%;
    width: 100%;
    max-width: 450px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 55px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#mobile-nav.inview {
    right: 0px
}

#mobile-nav .controls {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 55px;
    background-color: #303030;
    display: none
}

#mobile-nav .controls a.logo {
    left: 0px;
    top: 0px;
    float: left
}

#mobile-nav .section {
    padding: 10px 20px;
    float: left;
    width: 100%;
    height: auto;
    border-top: solid 1px #444;
    border-bottom: solid 1px #111;
    color: #CCC
}

#mobile-nav .section #socials {
    padding-top: 10px
}

#mobile-nav .section #socials li a {
    opacity: 0.8
}

#mobile-nav .section a.button {
    font-size: 17px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#mobile-nav .section p {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    font-size: 16px
}

#mobile-nav .section:first-child {
    border-top: none
}

#mobile-nav .section:last-child {
    border-bottom: none
}

#mobile-nav .section .title {
    font-size: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF
}

#mobile-nav .section ul {
    float: left;
    width: 100%;
    height: auto
}

#mobile-nav .section ul li {
    float: left;
    width: auto;
    height: auto
}

#mobile-nav .section ul li a {
    float: left;
    width: auto;
    padding-right: 25px;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#molgo {
    display: none
}

@media (max-width: 960px) {
    #molgo {
        display: table
    }

    #reglogo {
        display: none
    }

    #mainul {
        right: -100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: 99999999;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    #mainul li a {
        padding: 0px 25px;
        font-size: 18px;
        letter-spacing: 0.05rem
    }

    #mainul li a span.icon {
        right: 25px
    }

    #mainul.showme {
        right: 0px
    }

    nav-bar ul {
        width: 100%;
        max-width: 400px;
        position: fixed;
        height: 100%;
        z-index: 999;
        background-color: #333;
        right: 0px;
        top: 0px;
        display: none
    }

    nav-bar ul li {
        width: 100%;
        float: left
    }

    nav-bar ul li a {
        width: 100%;
        float: left
    }

    nav-bar ul li ul {
        width: 100%;
        float: left;
        height: auto;
        background-color: #262626;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        height: 0px;
        overflow: hidden
    }

    nav-bar ul li ul li:hover {
        background-color: #262626
    }

    nav-bar ul li ul li a:hover {
        background-color: #262626
    }

    nav-bar ul li ul.inview {
        height: auto;
        top: auto
    }

    #toggle-menu {
        display: table
    }

    #ts {
        position: fixed;
        z-index: 9999999;
        top: 0;
        right: 50px;
        height: 60px;
        width: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 28px;
        color: #CCC
    }
}

search-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: #303030;
    z-index: 9999999999999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
    opacity: 0
}

search-bar.inview {
    opacity: 1;
    pointer-events: all
}

search-bar .btn {
    height: 60px;
    width: 50px;
    line-height: 60px;
    float: left;
    font-size: 22px;
    text-align: center;
    color: #CCC
}

search-bar input {
    height: 60px !important;
    width: calc(100% - 100px) !important;
    line-height: 60px !important;
    float: left;
    background-color: #303030 !important;
    color: #CCC !important;
    font-size: 21px !important;
    border: none !important
}

.connect-box {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;
    background: url(/media/2244/connectbox.jpg) center center no-repeat;
    min-height: 400px;
    padding: 15px;
    position: relative
}

.connect-box h2 {
    font-weight: 700
}

.connect-box .connect-icon {
    font-size: 60px
}

.connect-box .wrap {
    position: absolute;
    bottom: 40px;
    left: 15px;
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
    color: #FFF;
    text-align: center;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.connect-box .wrap .buttons {
    width: 100%;
    float: left;
    height: 30;
    text-align: center;
    padding-top: 10px
}

.connect-box .wrap .buttons a {
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 29px;
    padding: 0px 8px;
    -webkit-transition: width 3s ease-in-out;
    -moz-transition: width 3s ease-in-out;
    -o-transition: width 3s ease-in-out;
    transition: width 3s ease-in-out
}

.connect-box .wrap .buttons a:hover {
    color: #DDD
}

.connect-box.dark {
    background: url(/media/2245/connectbox2.jpg);
    color: 333
}

.cblock {
    width: 100%;
    float: left;
    background-color: #FFF;
    margin-bottom: 20px;
    position: relative;
    padding: 15px
}

.cblock h2 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 28px;
    font-weight: 700
}

.cblock .meta {
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    float: left;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif
}

.cblock .meta a {
    font-weight: 500;
    color: #555;
    text-decoration: none
}

.cblock .meta a:hover {
    text-decoration: underline
}

.cblock .content {
    font-size: 16px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 400;
    line-height: 27px
}

.cblock .content strong {
    font-weight: 400
}

.cblock .content p {
    color: #000;
    letter-spacing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cblockwide {
    width: 100%;
    float: left;
    background-color: #FFF;
    margin-bottom: 20px;
    position: relative;
    min-height: 300px;
    border: solid 1px #DDD
}

.cblockwide a.mimg {
    width: 330px;
    height: 300px;
    position: relative;
    background-color: #666;
    float: left;
    overflow: hidden
}

.cblockwide a.mimg img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%
}

.cblockwide h2 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 15px 10px;
    margin-bottom: 0;
    width: calc(100% - 330px);
    float: right;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px
}

.cblockwide .meta {
    font-size: 11px;
    font-weight: 400;
    width: 100%;
    float: left;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    width: calc(100% - 330px);
    float: right;
    padding: 0 15px
}

.cblockwide .meta a {
    font-weight: 500;
    color: #555;
    text-decoration: none
}

.cblockwide .meta a:hover {
    text-decoration: underline
}

.cblockwide .content {
    font-size: 16px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 400;
    line-height: 23px;
    width: calc(100% - 330px);
    float: right;
    padding: 10px 17px 17px
}

.cblockwide .content p {
    color: #000;
    margin: 0 0 20px;
    line-height: 25px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif
}

.cblockwide .content p .strong {
    font-weight: 400 !important
}

.cblockwide .content p:last-child {
    margin-bottom: none
}

.block {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.block h3 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #222
}

.block ol {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}

.block ol li {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.block ol li a {
    width: 100%;
    float: left;
    text-decoration: none;
    line-height: 18px;
    font-weight: 400;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.center-block {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    float: left;
    position: relative;
    height: 400px;
    background-color: #333
}

.center-block .meta {
    font-size: 15px;
    color: #FFF;
    width: 100%;
    float: left;
    font-weight: 400;
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 99;
    letter-spacing: 0.03rem;
    text-shadow: 1px 1px 1px #222
}

.center-block .meta a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: solid 1px transparent
}

.center-block .meta a span {
    opacity: 0;
    width: 0;
    overflow: hidden;
    padding-left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.center-block .meta a:hover {
    padding: 3px 8px;
    border: solid 1px #666
}

.center-block .meta a:hover span {
    opacity: 1;
    width: auto;
    padding-left: 8px
}

.center-block .tools {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 999;
    width: auto;
    float: right
}

.center-block .tools a {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #FFF;
    width: 35px;
    text-align: center;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-shadow: 1px 1px 1px #111
}

.center-block .tools a:hover {
    color: #FFF;
    font-size: 21px
}

.center-block a.content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 30px 20px 20px;
    z-index: 99;
    width: 100%;
    float: left;
    line-height: 25px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #222
}

.center-block a.content .title {
    font-family: "myriad-pro", serif;
    font-weight: 600;
    color: #FFF;
    font-size: 31px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 32px
}

.center-block a.content p {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.04rem;
    margin-bottom: 10px;
    line-height: 25px
}

.center-block a.content .meta {
    font-size: 14px;
    color: #FFF;
    width: 100%;
    float: left;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 99
}

.center-block a.content .meta a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: solid 1px transparent
}

.center-block a.content .meta a span {
    opacity: 0;
    width: 0;
    overflow: hidden;
    padding-left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.center-block a.content .meta a:hover {
    padding: 3px 8px;
    border: solid 1px #666
}

.center-block a.content .meta a:hover span {
    opacity: 1;
    width: auto;
    padding-left: 8px
}

.center-block a.readmore {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    font-weight: 600px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    color: #DDD;
    background-color: #555;
    padding: 0 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.center-block a.readmore:hover {
    padding: 0 20px;
    background-color: #222;
    color: #FFF
}

.center-block .mimg {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden
}

.center-block .mimg .overlay {
    position: absolute;
    z-index: 95;
    width: 100%;
    height: 100%;
    background: url("/media/2248/overlay3.png") left top no-repeat;
    background-size: cover;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.center-block .mimg img {
    width: auto;
    float: left;
    z-index: 10;
    opacity: 0.9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease
}

.center-block .blurb {
    width: 100%;
    float: left;
    padding: 20px 20px 20px 0;
    height: auto;
    position: relative;
    color: #000;
    line-height: 25px;
    letter-spacing: auto;
    padding-top: 0;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cb-wide {
    width: 100%;
    float: left;
    width: 100%;
    padding: 15px;
    height: auto;
    border: solid 1px #DDD;
    margin-bottom: 20px
}

.cb-wide .tools {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 15px;
    border-top: solid 1px #DDD;
    margin-top: 15px
}

.cb-wide .tools .author {
    width: 50%;
    float: left;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cb-wide .tools .author a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.09rem
}

.cb-wide a.mimg {
    float: left;
    width: 50%;
    height: auto
}

.cb-wide a.mimg img {
    float: left;
    height: auto;
    width: 100%
}

.cb-wide .content {
    width: 50%;
    float: right;
    height: auto;
    padding-left: 20px
}

.cb-wide .content a.title {
    font-family: "myriad-pro", serif;
    font-weight: 600;
    color: #222;
    font-size: 25px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 10px;
    width: 100%;
    float: left
}

.cb-wide .content p {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 17px;
    letter-spacing: 0.02rem
}

.cb-tall {
    width: 100%;
    float: left;
    border: solid 1px #DDD;
    margin-bottom: 20px;
    height: 425px;
    position: relative;
    background-color: #FFF
}

.cb-tall .tools {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 105px;
    height: 30px;
    background-color: #FFF;
    z-index: 999
}

.cb-tall .tools a {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin-left: 5px;
    color: #000;
    width: 30px;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    top: 0
}

.cb-tall .tools a:hover {
    color: #333;
    top: -3px
}

.cb-tall a.mimg {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.cb-tall a.mimg img {
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%
}

.cb-tall .content {
    width: 50%;
    float: right;
    height: auto;
    padding: 20px
}

.cb-tall .content a.title {
    font-family: "myriad-pro", serif;
    font-weight: 600;
    color: #222;
    font-size: 24px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 28px;
    margin-bottom: 15px;
    width: 100%;
    float: left
}

.cb-tall .content p {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 17px;
    letter-spacing: 0.02rem;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 20px
}

.cb-tall .content a.readmore {
    font-size: 12px;
    text-decoration: none;
    padding: 8px 10px;
    width: auto;
    font-weight: 400;
    background-color: #FFF;
    color: #666;
    border: solid 1px #666;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 0.04rem
}

.cb-tall .content a.readmore span.icon {
    margin-left: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.cb-tall .content a.readmore:hover {
    background-color: #444;
    color: #DDD
}

.cb-tall .content a.readmore:hover span.icon {
    margin-left: 10px;
    color: red
}

.cb-tall .content .author {
    width: 100%;
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.05rem;
    margin-bottom: 10px
}

.cb-tall .content .author a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.09rem
}

.cb-tall:nth-child(even) a.mimg {
    float: right
}

.cb-tall:nth-child(even) .tools {
    left: 15px
}

.cb-tall.dark {
    background-color: #333
}

@media (max-width: 880px) {
    .center-block {
        margin-bottom: 10px
    }

    .center-block .tools {
        right: 15px !important
    }

    .center-block:last-child {
        margin-bottom: 20px
    }

    .center-block a.content .title {
        font-size: 26px
    }

    .center-block a.content p {
        font-weight: 400
    }

    .center-block .mimg img {
        opacity: 0.5
    }

    .center-block:nth-child(even) .tools {
        right: 15px !important
    }
}

@media (max-width: 650px) {
    .cb-tall {
        width: 100%;
        height: auto
    }

    .cb-tall a.mimg {
        width: 100%;
        height: auto
    }

    .cb-tall a.mimg img {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    .cb-tall .content {
        width: 100%
    }

    .cb-tall:nth-child(even) .tools {
        right: 15px !important;
        left: auto
    }
}

card {
    width: 100%;
    float: left;
    background-color: #FFF;
    margin-bottom: 20px;
    position: relative;
    min-height: 400px;
    border: solid 1px transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    border: solid 1px #DDD
}

card a.cat {
    width: auto;
    float: left;
    color: #111;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 300;
    letter-spacing: 0.05rem;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
    background-color: #303030;
    color: #FFF;
    padding: 0px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    z-index: 99;
    display: none
}

card a.cat:hover {
    background-color: #f0f0f0;
    color: #303030;
    font-weight: 400
}

card .over {
    width: 100%;
    position: absolute;
    z-index: 99;
    height: 80px;
    bottom: 0;
    left: 0;
    background: url("/media/2258/over.png") bottom left repeat-x
}

card a.card-header {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    overflow: hidden
}

card a.card-header img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 6
}

card a.card-header overlay {
    background-color: #000;
    width: 100%;
    z-index: 8;
    height: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    filter: blur(10px) grayscale(10%)
}

card info {
    padding: 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 5px;
    position: relative
}

card info a.cat-tag {
    width: auto;
    color: #333;
    background-color: #FFF;
    padding: 0 15px;
    position: absolute;
    top: -17px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: solid 1px #DDD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 999
}

card info a.cat-tag:hover {
    border: solid 1px #666;
    font-weight: 500
}

card info a.info-title {
    font-size: 23px;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #333;
    letter-spacing: 0;
    line-height: 26px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    padding-top: 5px;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

card info info-meta {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    float: left;
    color: #333;
    margin-bottom: 5px
}

card info info-meta span {
    font-weight: 400;
    color: #333;
    text-decoration: none
}

card content {
    padding: 15px;
    width: 100%;
    float: left;
    padding-top: 0;
    height: auto;
    overflow: hidden
}

card content p {
    padding: 0;
    margin: 0 0 15px;
    color: #000;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    line-height: 19px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: auto;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

card content p:last-child {
    margin-bottom: 0
}

card card-tools {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: solid 1px #DDD;
    background-color: #ebebeb
}

card card-tools card-comment {
    width: calc(100% - 120px);
    padding: 5px;
    float: left;
    height: 40px
}

card card-tools card-comment input {
    height: 30px !important;
    line-height: 30px !important
}

card card-tools .btn {
    width: 40px;
    height: 39px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    float: left;
    color: #666;
    border-right: solid 1px #DDD
}

card card-tools .btn:hover {
    background: #f0f0f0
}

card card-tools .btn:first-child {
    border-left: solid 1px #DDD
}

card card-tools .btn:last-child {
    border-right: none
}

wrap.article {
    padding: 0
}

.article {
    width: 100%;
    float: left
}

.article .date {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0.05rem
}

.article .blurb {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif
}

.article h1 {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0 0;
    margin-bottom: 5px;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: auto;
    line-height: 35px
}

.article .mimg {
    width: 100%;
    float: left
}

.article .mimg img {
    width: 100%;
    float: left
}

.article .content {
    width: 100%;
    float: left;
    padding: 0 20px 20px
}

.article .content a {
    color: #003349;
    font-weight: 500
}

.article .content blockquote {
    width: 100%;
    margin: 25px;
    padding: 0;
    max-width: 350px;
    padding: 25px;
    margin-left: -50px;
    float: left;
    position: relative;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    border-top: dotted 1px #666;
    border-bottom: dotted 1px #666;
    color: #222;
    font-weight: 400;
    font-family: "myriad-pro", serif
}

.article .content blockquote .flip {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph
}

.article .content .author {
    width: 150px;
    min-height: 200px;
    float: right;
    padding: 25px 15px 15px;
    font-size: 13px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    line-height: 18px;
    border-left: solid 1px #CCC;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: center !important;
    border: solid 1px #CCC;
    background-color: #FFF
}

.article .content .author .social {
    width: 100%;
    text-align: center;
    display: none
}

.article .content .author .social a {
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 17px
}

.article .content .author .social a:hover {
    color: #333
}

.article .content .author a.mimg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    clear: both;
    text-align: center
}

.article .content .author a.mimg img {
    width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.article .content .author a.name {
    font-weight: 600;
    width: 100%;
    text-align: center;
    display: block;
    clear: both;
    text-decoration: none
}

.article .content .author .title {
    font-weight: 500;
    color: #666;
    width: 100%;
    text-align: center;
    display: block;
    clear: both
}

.article .content h1,
.article .content h2,
.article .content h3,
.article .content h4 {
    font-weight: 800;
    font-family: "myriad-pro", serif
}

.article .content p {
    color: #000 !important;
    font-size: 20px;
    line-height: 33px;
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif;
    font-weight: 300;
    letter-spacing: 0
}

.article .content p strong {
    font-weight: 600 !important
}

.article #comments {
    padding: 20px;
    width: 100%;
    float: left
}

.article #comments p.disclamer {
    padding: 15px;
    background: #C0392B;
    width: 100%;
    float: left;
    margin: 0;
    font-size: 17px;
    margin-bottom: 15px;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #444;
    line-height: 24px
}

.article #comments #disqus_thread {
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif !important
}

.article #comments #disqus_thread iframe {
    font-family: "myriad-pro", Arial, Tahoma, Verdana, sans-serif !important
}

.article #comments h2 {
    font-weight: 400;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1.article {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    margin-bottom: 20px
}

.article-mimg {
    width: 100%;
    float: left;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
    padding-top: 20px;
    
}

.article-mimg img {
    position: absolute;
    width: 100%;
    max-width: 1024px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.all-stories {
    text-align: center;
    width: 100%;
    float: left
}

.all-stories .button {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.all-stories .button .icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.all-stories .button:hover .icon {
    margin-left: 10px;
    color: red
}

@media (max-width: 880px) {
    .article-mimg {
        height: auto
    }

    .article-mimg img {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%)
    }

    h1.article {
        font-size: 28px;
        margin: 0;
        padding: 0
    }

    .socials.wide {
        width: 100%
    }

    .article .content .author {
        margin: 0;
        padding: 8px 0;
        width: 100%;
        border-left: none;
        border-right: none;
        height: auto;
        min-height: auto;
        margin-top: 20px;
        margin-bottom: 10px
    }

    .article .content .author a.name {
        width: calc(100% - 55px);
        float: right;
        text-align: left;
        clear: none
    }

    .article .content .author .title {
        width: calc(100% - 55px);
        float: right;
        text-align: left;
        clear: none
    }

    .article .content .author .social {
        display: none
    }

    .article .content .author a.mimg {
        width: 45px;
        float: left;
        margin: 0 10px 0 0
    }

    .article .content .author a.mimg img {
        width: 100%;
        float: left
    }
}

.socials {
    width: 300px;
    height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    margin-bottom: 10px
}

.socials a {
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #111;
    font-size: 18px;
    text-decoration: none;
    margin-right: 20px;
    display: inline-block
}

.socials a span {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    float: left;
    text-align: center;
    border: solid 1px #666;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.socials a .count {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    float: left;
    padding-left: 8px;
    font-weight: 300
}

.socials a:hover {
    color: #000
}

.socials a:hover span {
    border: solid 1px #111
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#vidwrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999
}

#vidwrap #closevid {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #f0f0f0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999999999
}

#vidwrap #vid {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 960px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999999999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    background-color: #111
}

#vidwrap .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    background-color: #111;
    color: #f0f0f0;
    text-align: center;
    z-index: 9999999999
}

#vidwrap .bg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #222;
    opacity: 0.98;
    position: absolute
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#vidwrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999
}

#vidwrap #closevid {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #f0f0f0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999999999
}

#vidwrap #vid {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 960px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999999999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
    background-color: #111
}

#vidwrap .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;
    background-color: #111;
    color: #f0f0f0;
    text-align: center;
    z-index: 9999999999
}

#vidwrap .bg {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #222;
    opacity: 0.98;
    position: absolute
}

#instafeed {
    width: 100%;
    float: left;
    height: auto;
    background: #FFF;
    position: relative;
    border-left: solid 1px #DDD;
    border-right: solid 1px #DDD;
    border-bottom: solid 1px #DDD
}

#instafeed a {
    width: 33.3333%;
    float: left;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative
}

#instafeed a span.likes {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
    font-weight: 400;
    font-size: 12px;
    z-index: 30
}

#instafeed a:hover {
    position: relative;
    z-index: 20
}

#instafeed a img {
    width: 100%;
    float: left;
    height: auto;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 0;
    opacity: 1
}

#instafeed a:hover img {
    border: solid 0 #FFF
}

.showallins {
    border-left: solid 1px #DDD !important;
    border-right: solid 1px #DDD !important;
    border-bottom: solid 1px #DDD !important;
    font-size: 15px;
    margin: 0px !important
}

.showallins .icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.showallins:hover .icon {
    margin-left: 5px
}

.wide-block {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f9f9f9;
    border-top: solid 1px #DDD
}

.wide-block h2 {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 0;
    font-weight: 300;
    letter-spacing: 0;
    letter-spacing: 0.02rem;
    margin-bottom: 30px
}

@media (max-width: 900px) {
    .wide-block .col.third {
        width: 100%
    }

    .wide-block .col.third card {
        height: auto;
        min-height: auto;
        border: solid 1px #CCC;
        margin-bottom: 10px;
        padding: 15px
    }

    .wide-block .col.third card .card-header {
        width: 30%
    }

    .wide-block .col.third card info {
        width: 70%;
        bottom: auto;
        left: auto;
        padding: 0 15px
    }

    .wide-block .col.third card info .info-title {
        font-size: 19px;
        margin: 0;
        padding: 0
    }

    .wide-block .col.third card content {
        display: none
    }

    .wide-block .col.third card .over {
        display: none
    }
}

.prefooter {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 30px;
    background-color: #292929;
    height: 60px;
    color: #DDD
}

.prefooter a.logo {
    width: auto;
    float: left;
    height: auto
}

.prefooter a.logo img {
    width: 100%;
    float: left
}

.footer {
    width: 100%;
    float: left;
    height: auto;
    padding: 30px 0;
    background-color: #303030;
    color: #333;
    font-weight: 300;
    text-align: center
}

.footer a.f-logo {
    text-align: center;
    opacity: 0.8
}

.footer a.button {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.09rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer h3 {
    font-weight: 300;
    font-size: 24px;
    color: #DDD;
    margin: 0px;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer h3 span.icon {
    font-size: 16px
}

.footer h4 {
    font-weight: 300;
    font-size: 20px;
    color: #FFF;
    padding: 0;
    margin: 0 0 5px
}

.footer p {
    line-height: 24px;
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
    margin-bottom: 10px
}

.footer p a {
    color: #FFF;
    text-decoration: none
}

.footer p a:hover {
    text-decoration: underline
}

.footer ul {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none
}

.footer ul#socials {
    margin-bottom: 15px;
    width: 100%;
    text-align: center
}

.footer ul#socials li {
    width: auto;
    display: inline-block;
    margin-right: 5px
}

.footer ul#socials li:last-child {
    margin-left: 5px
}

.footer ul#socials li a {
    width: 100%;
    float: left;
    line-height: 32px;
    height: 32px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.footer ul#socials li a img {
    width: 100%;
    float: left;
    height: auto;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.footer ul#socials li a:hover img {
    opacity: 1
}

.footer ul li {
    width: 100%;
    height: auto;
    margin-bottom: 5px
}

.footer ul li a {
    width: 100%;
    float: left;
    height: auto;
    color: #DDD;
    text-decoration: none;
    font-weight: 400px;
    font-size: 18px
}

.footer ul li a:hover {
    color: #FFF
}

.footer.darker {
    background-color: #292929
}

.footer.darkest {
    background-color: #242424
}

.cr-footer {
    background-color: #202020;
    text-align: center;
    font-size: 15px;
    color: #DDD;
    width: 100%;
    float: left;
    padding: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cr-footer a {
    color: #FFF;
    text-decoration: none
}

.cr-footer a:hover {
    text-decoration: underline
}

wrap#fullpage {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
    background: center center no-repeat #FFF;
    background-size: cover;
    padding-top: 80px;
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px #333
}

wrap#fullpage b,
wrap#fullpage strong {
    font-weight: 700
}

wrap#fullpage h1 {
    font-weight: 700;
    font-size: 40px;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.group {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 25px;
    width: 100%;
    float: left;
    height: auto;
    background-color: #FFF
}

.group .group-header {
    width: 100%;
    float: left;
    height: auto;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-family: "myriad-pro", serif;
    font-size: 17px;
    color: #FFF;
    background-color: #1ba39c;
    padding: 0 15px
}

.group .group-header .icon {
    float: right;
    font-size: 20px
}

.group ul {
    width: 100%;
    float: left;
    height: auto;
    border: solid 1px #DDD;
    background-color: #FFF
}

.group ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #DDD;
    padding: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1)
}

.group ul li .meta {
    width: 100%;
    float: left;
    color: #333;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.05rem;
    margin-bottom: 10px;
    width: 100%
}

.group ul li .meta a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.09rem;
    display: block
}

.group ul li.viditem {
    width: 100%
}

.group ul li.viditem .thumbnail {
    width: 100px;
    margin-right: 15px;
    float: left
}

.group ul li.viditem .thumbnail img {
    width: 100%;
    height: auto;
    float: left
}

.group ul li.viditem .title {
    width: calc(100% - 115px);
    float: right;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
    font-family: "myriad-pro", serif
}

.group ul li.viditem .meta {
    width: calc(100% - 115px);
    float: right;
    color: #222;
    font-size: 14px
}

.group ul li.viditem:first-child .thumbnail {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 5px
}

.group ul li.viditem:first-child .thumbnail img {
    width: 100%;
    height: auto;
    float: left
}

.group ul li.viditem:first-child .title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 3px;
    font-family: "myriad-pro", serif
}

.group ul li.viditem:first-child .meta {
    width: 100%;
    float: right;
    color: #222
}

.group ul li:hover {
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05)
}

.group ul li a {
    width: 100%;
    float: left;
    text-decoration: none
}

.group ul li a.title {
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    color: #222;
    font-family: "myriad-pro", serif;
    margin-bottom: 3px;
    letter-spacing: 0
}

.group ul li a.cat {
    width: auto;
    float: left;
    color: #111;
    font-size: 10px;
    letter-spacing: 0;
    font-weight: 600;
    letter-spacing: 0.05rem;
    height: 17px;
    line-height: 17px;
    margin-bottom: 6px;
    text-transform: uppercase;
    border: solid 1px #DDD;
    padding: 0 8px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.group ul li a.cat:hover {
    border: solid 1px #999
}

.group ul li:last-child {
    border-bottom: none
}

.group.dark {
    background-color: #303030
}

.group.dark .group-header {
    border-bottom: none
}

.group.dark ul {
    border: none;
    background-color: #494949
}

.group.dark ul li {
    border-bottom: solid 1px #333;
    border-top: solid 1px #666
}

.group.dark ul li a.cat {
    color: #DDD;
    border: solid 1px #DDD
}

.group.dark ul li a.title {
    color: #FFF
}

.group.dark ul li .meta {
    color: #DDD
}

.group.dark ul li .meta a {
    color: #FFF
}

h2.author-list {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 19px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

.author-profile {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px
}

.author-profile .mimg {
    width: 100%;
    max-width: 225px;
    max-height: 225px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: auto;
    float: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.author-profile .mimg img {
    width: 100%;
    height: auto;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.author-profile .content {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #000
}

.author-profile .content h1.name {
    font-weight: 500;
    color: #111;
    font-size: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    margin-bottom: 5px
}

.author-profile .content .title {
    font-size: 19px;
    font-weight: 300;
    color: #595959;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.author-profile .content .socials {
    float: left;
    width: 100%;
    height: auto;
    text-align: center
}

.author-profile .content .socials a {
    display: inline-block;
    font-size: 19px;
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
    color: #888;
    margin: 10px 5px 10px 0
}

.author-profile .content .socials a:hover {
    color: #555
}

a.auth-cb-wide {
    width: 100%;
    float: left;
    width: 100%;
    padding: 20px;
    height: auto;
    border: solid 1px #DDD;
    margin-bottom: 20px;
    background-color: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

a.auth-cb-wide:hover {
    border: solid 1px #999;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05)
}

a.auth-cb-wide .tools {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 15px;
    border-top: solid 1px #DDD;
    margin-top: 15px
}

a.auth-cb-wide .tools .author {
    width: 50%;
    float: left;
    color: #444;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a.auth-cb-wide .tools .author a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.09rem
}

a.auth-cb-wide .mimg {
    float: left;
    width: 30%;
    height: auto
}

a.auth-cb-wide .mimg img {
    float: left;
    height: auto;
    width: 100%
}

a.auth-cb-wide .content {
    width: 70%;
    float: right;
    height: auto;
    padding-left: 20px;
    color: #333;
    text-decoration: none
}

a.auth-cb-wide .content .title {
    font-family: "myriad-pro", serif;
    font-weight: 400;
    color: #222;
    font-size: 23px;
    letter-spacing: 0;
    text-decoration: none;
    line-height: 25px;
    margin-bottom: 10px;
    width: 100%;
    float: left
}

a.auth-cb-wide .content .date {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666
}

a.auth-cb-wide .content p {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 18px;
    letter-spacing: 0.02rem;
    line-height: 26px
}

.list-controls {
    text-align: center;
    width: 100%;
    height: auto;
    float: left
}

.list-controls a.button {
    border: solid 1px #DDD;
    float: none;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    background-color: #FFF
}

.list-controls a.button:hover {
    border: solid 1px #888
}

.list-controls a.button.num {
    padding: 0 8px
}

.list-controls a.button.num.active {
    border: solid 1px #666
}

.list-controls a.button .icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

a.author-card {
    width: 20%;
    float: left;
    height: auto;
    margin-bottom: 0px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 10px
}

a.author-card:hover .wrap {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #999
}

a.author-card .wrap {
    width: 100%;
    float: left;
    height: 200px;
    padding: 15px;
    border: solid 1px #DDD;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

a.author-card .wrap .mimg {
    width: 100%;
    max-width: 90px;
    max-height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

a.author-card .wrap .mimg img {
    height: auto;
    width: 100%
}

a.author-card .wrap .content {
    width: 100%;
    float: left;
    height: auto
}

a.author-card .wrap .content .name {
    width: 100%;
    text-align: center;
    float: left;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px
}

a.author-card .wrap .content .title {
    width: 100%;
    text-align: center;
    float: left;
    color: #666;
    font-size: 14px
}

@media (max-width: 880px) {
    a.author-card {
        width: 33.3333%;
        float: left;
        text-align: left;
        height: auto;
        margin-bottom: 5px;
        padding: 10px 15px
    }

    a.author-card .content {
        width: 100%;
        float: right;
        height: auto;
        padding-left: 20px;
        text-align: left;
        padding-top: 10px
    }

    a.author-card .content .name {
        text-align: left
    }

    a.author-card .content .title {
        text-align: left
    }

    .author-profile .mimg {
        max-width: 100px;
        max-height: 100px
    }

    a.auth-cb-wide {
        padding: 15px;
        border: solid 1px #666
    }

    a.auth-cb-wide .content .title {
        font-size: 19px;
        line-height: 20px;
        margin-bottom: 0
    }

    a.auth-cb-wide .content p {
        display: none
    }

    a.auth-cb-wide .content .date {
        font-size: 14px
    }
}

@media (max-width: 660px) {
    a.author-card {
        width: 100%;
        text-align: left;
        height: auto
    }

    a.author-card .wrap {
        height: auto
    }

    a.author-card .wrap .mimg {
        float: left
    }

    a.author-card .wrap .content {
        width: calc(100% - 100px);
        float: left;
        text-align: left
    }

    a.author-card .wrap .content .name {
        text-align: left
    }

    a.author-card .wrap .content .title {
        text-align: left
    }
}

wrap select.el {
    -webkit-appearance: none;
    width: auto;
    float: left;
    height: 40px;
    line-height: 40px !important;
    padding: 0 15px;
    font-size: 16px;
    padding-right: 35px;
    color: #333;
    letter-spacing: 0.04rem;
    background: url("/media/2254/sel-bg.png") right no-repeat #f9f9f9;
    text-align: center !important;
    display: block;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 4px;
    border-radius: 0;
    font-weight: 400;
    border: solid 1px #CCC !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    background-color: #FFF;
    margin-right: 5px
}

wrap select.el::-webkit-input-placeholder {
    font-weight: normal
}

wrap select.el::-moz-placeholder {
    font-weight: normal
}

wrap select.el:-ms-input-placeholder {
    font-weight: normal
}

wrap select.el:-moz-placeholder {
    font-weight: normal
}

wrap .list-filters {
    margin-bottom: 25px
}

wrap.full-list .col.quarter {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.list-controls {
    text-align: center;
    width: 100%;
    height: auto;
    float: left
}

.list-controls a.button {
    border: solid 1px #DDD;
    float: none;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    background-color: #FFF
}

.list-controls a.button:hover {
    border: solid 1px #888
}

.list-controls a.button.num {
    padding: 0px 8px
}

.list-controls a.button.num.active {
    border: solid 1px #666
}

.list-controls a.button .icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

@media (max-width: 1260px) {
    wrap.full-list .col.quarter {
        width: 33.3333%
    }
}

@media (max-width: 1024px) {
    wrap.full-list .col.quarter {
        width: 50%
    }
}

@media (max-width: 660px) {
    wrap.full-list select.el {
        width: 100%;
        margin-bottom: 5px
    }

    wrap.full-list .col.quarter {
        width: 100%
    }

    wrap.full-list .col.quarter card {
        height: auto;
        min-height: auto;
        border: solid 1px #CCC;
        margin-bottom: 10px;
        padding: 15px
    }

    wrap.full-list .col.quarter card .card-header {
        width: 30%
    }

    wrap.full-list .col.quarter card info {
        width: 70%;
        bottom: auto;
        left: auto;
        padding: 15px;
        padding-top: 0px;
        padding-bottom: 0px
    }

    wrap.full-list .col.quarter card info .info-title {
        font-size: 19px;
        margin: 0px;
        padding: 0px
    }

    wrap.full-list .col.quarter card content {
        display: none
    }

    wrap.full-list .col.quarter card .over {
        display: none
    }
}


/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

.lity-hide {
    display: none
}

#grid {
    width: 100%;
    float: left
}

#grid[data-columns]::before {
    content: '4 .column.size-1of4'
}

.topic-card {
    padding: 10px;
    float: left;
    width: 100%
}

.topic-card .wrap {
    width: 100%;
    float: left;
    height: auto;
    padding: 15px;
    padding-top: 0px;
    border: solid 1px #CCC;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #FFF
}

.topic-card .wrap a.name {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #DDD;
    text-decoration: none;
    line-height: 45px;
    height: 45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.topic-card .wrap a.name span.icon {
    font-size: 13px;
    float: right;
    line-height: 45px;
    height: 45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.topic-card .wrap a.name:hover {
    border-bottom: solid 1px #999
}

.topic-card .wrap a.name:hover span.icon {
    color: red
}

.topic-card .wrap ul {
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%
}

.topic-card .wrap ul li {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.topic-card .wrap ul li a {
    font-size: 16px;
    color: #111;
    font-weight: 300;
    color: #222;
    text-decoration: none
}

.topic-card .wrap ul li a:hover {
    text-decoration: underline
}

.topic-card .wrap:hover {
    border: solid 1px #999;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.05)
}

.column {
    float: left;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.size-1of1 {
    width: 100%
}

.size-1of2 {
    width: 50%
}

.size-1of3 {
    width: 33.333%
}

.size-1of4 {
    width: 25%
}

@media (max-width: 800px) {
    .size-1of4 {
        width: 33.333%
    }
}

@media (max-width: 660px) {
    .size-1of4 {
        width: 100%
    }

    .topic-card .wrap a.name {
        font-size: 20px
    }

    .topic-card .wrap ul li a {
        font-size: 18px
    }
}

.video-wrap {
    width: 100%;
    float: left;
    height: auto;
    padding: 30px 0px;
    background-color: #191919
}

wrap.article {
    background-color: #FFF;
}

.size-1of1 {
    width: 100%
}

.size-1of2 {
    width: 50%
}

.size-1of3 {
    width: 33.333%
}

.size-1of4 {
    width: 25%
}

@media (max-width: 800px) {
    .size-1of4 {
        width: 33.333%
    }
}

@media (max-width: 660px) {
    .size-1of4 {
        width: 100%
    }

    .topic-card .wrap a.name {
        font-size: 20px
    }

    .topic-card .wrap ul li a {
        font-size: 18px
    }
}

.video-wrap {
    width: 100%;
    float: left;
    height: auto;
    padding: 30px 0px;
    background-color: #191919;
}

.download {
    height: auto;
    min-height: auto;
    background-color: #444;
}

.download a.ion-social-twitter {
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #555;
    float: left;
    color: #DDD;
}

.download a.ion-social-facebook {
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #555;
    float: left;
    color: #DDD;
}

audio {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    /*-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.23);
-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.23);
box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.23);*/
}

a.audio {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    color: #444;
    font-size: 26px;
    z-index: 99;
    background-color: #FFF;

}

.podcast-options {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}

.podcast-options a {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.podcast-options a img {
    float: left;
    width: 100%;
}

.podcast-options a:hover {
    opacity: 0.7;
}