@charset "UTF-8";/*!
Theme Name: CapX
Author: Make Do <hello@makedo.net>
Author URI: http://www.makedo.net
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: capx
*//*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 
 */
 
 
  
@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

html,
html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)
}

html * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-size: 13px;
    color: #181c1e;
    font-family: adelle-sans, Arial, Helvetica, sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    background: #eef1f1;
    position: relative
}

body.page-template-page_iframe-php {
    overflow: hidden
}

input,
label,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: adelle-sans, Arial, Helvetica, sans-serif;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 25px 0;
    line-height: 1.3;
    font-weight: 400
}

h1 {
    font-size: 44px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 13px
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a:focus,
a:hover {
    text-decoration: none
}

p {
    margin: 0 0 15px 0;
    line-height: 1.5
}

.fade {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s
}

strong {
    font-weight: 700
}

.tel {
    cursor: default;
    text-decoration: none
}

.tel:focus,
.tel:hover {
    text-decoration: none
}

.button {
    color: #181c1e;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px 4px 10px;
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 12px;
    background: #fff;
    text-decoration: none !important
}

.button:hover {
    background: #ccc
}

.button.dark {
    background: 0 0;
    color: #000;
    border: 1px solid #000
}

.button.dark:hover {
    background: #000;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loading {
    padding: 40px 0 80px;
    opacity: 1;
    position: relative;
    display: none
}

.letterbreak {
    border-bottom: 1px solid #000;
    margin: 50px 0
}

.wp-caption.alignnone {
    max-width: 100%
}

p.wp-caption-text {
    font-size: 13px !important;
    font-weight: 300 !important;
    background-color: #fbfbfb;
    padding: 15px;
    font-family: adelle-sans, Arial, Helvetica, sans-serif !important;
    line-height: 1.8 !important
}

.wpcf7 {
    font-size: 14px;
    padding: 15px
}

.wpcf7 input[type=email],
.wpcf7 input[type=text],
.wpcf7 textarea {
    font-size: 15px;
    font-family: adelle-sans, Arial, Helvetica, sans-serif;
    padding: 10px 15px;
    border: 1px solid #7f7f7f;
    border-radius: 2px;
    font-weight: 200;
    line-height: 30px
}

.wpcf7-submit {
    background: #181c1e;
    color: #fff;
    font-size: 16px;
    font-family: adelle-sans, Arial, Helvetica, sans-serif;
    padding: 10px 35px;
    text-shadow: none;
    -webkit-appearance: none;
    border: none;
    font-weight: 300
}

.wpcf7-submit:hover {
    background-color: #373737
}

#letterbody {
    width: 100%
}

.container {
    width: 1195px;
    margin: 0 auto
}

.view-mobile {
    display: none
}

.one-third {
    width: 385px;
    float: left;
    margin: 0 20px 20px 0
}

.one-third:nth-child(3n) {
    margin-right: 0
}

.two-third {
    width: 790px;
    float: left;
    margin: 0 0 20px 0
}

#header {
    padding: 26px 0;
    position: sticky;
    z-index: 4;
    background: #111;
    top: 0;
	z-index:999;
}

#header a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400
}

#header .menu {
    float: left;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 30px 0 15px;
    background: url(images/icon-menu.png) no-repeat right 4px;
    background-size: 22px auto;
    font-weight: 400
}

#header .version {
    float: left;
    margin-right: 35px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0;
    font-weight: 400
}

#header .version.current {
    font-weight: 700
}

#header .menu:hover {
    opacity: .47
}

#header .search {
    float: right;
    padding: 3px 0;
}

#header .search input:-webkit-autofill,
#header .search input:-webkit-autofill:hover, 
#header .search input:-webkit-autofill:focus{
  background:red;
}

#header .search label {
    float: right;
    text-align: right;
    width: 15px;
    height: 15px;
    margin: 0 0 0 10px;
    padding: 0;
    background: url(images/icon-search.png) no-repeat;
    background-size: 100% auto;
    border: none;
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block
}

#header .search label:hover {
    opacity: .47
}

#header .search input[type=text] {
    float: left;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    padding: 1px 10px 0 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    background: 0 0;
    opacity: .99
}

#header .search input::-webkit-input-placeholder {
    color: #fff;
    opacity: .99
}

#header .search input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

#header .search input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

#header .search input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

#header .logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#header .fa {
    font-size: 15px;
    display: block
}

#header .social-links {
    float: right;
}
#header .social-links ul { 
    list-style:none;
}
#header .social-links-left {
    float: left
}

#header .social-links li {
    float: left;
    margin-right: 10px
}

#header .social-links li a {
    line-height: 21px
}

#header .social-links li a i {
    display: block;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding-top: 5px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#header .social-links li a:hover i {
    background: #777a7f
}

#header .social-links li:last-child {
    float: left;
    margin-right: 0;
    margin-left: 10px
}

#header .social-links-left li:last-child {
    margin-left: 0
}

#header .social-links li:last-child i {
    font-size: 12px;
    float: left;
    margin-right: 9px
}

#header .social-links li .subscribe:hover {
    color: #777a7f
}

#header .social-share {
    float: right
}

#header .social-share li {
    float: left;
    margin-right: 13px;
    font-size: 15px
}

#header .social-share li:first-child {
    margin-right: 20px;
    color: #fff
}

#header .social-share li a {
    line-height: 21px
}

#header .social-share li a i {
    display: block;
    font-size: 13px;
    color: #181c1e;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#header .social-share li a:hover i {
    background: #777a7f
}

#header .back {
    font-size: 15px;
    text-transform: none;
    background: url(images/icon-back.png) no-repeat left center;
    padding-left: 26px;
    float: left;
    display: inline-block
}

#header .one-fifth {
    width: 20%;
    float: left
}

#header .two-fifth {
    width: 40%;
    float: left
}

#header .two-fifth.right {
    width: 40%;
    float: right
}

#nav {
    top: 0;
    left: -100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    background: #000;
    z-index: 100;
    max-height: 0;
    -webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 7px 8px rgba(0, 0, 0, .2);
    min-height: 310px
}

#nav .nav-container {
    width: 1195px;
    margin: 0 auto;
    padding: 15px 0 0;
    max-height: 300px;
    z-index: 99;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #fff
}

#nav .menu {
    display: block;
    margin: 0 0 20px 20px;
    font-size: 50px;
    line-height: 16px;
    color: #000
}

#nav .nav {
    height: 250px
}

#nav .nav li a:hover,
#nav .nav li.current_page_item a {
    text-decoration: underline
}

#nav li a {
    padding: 5px 0;
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 200
}

#nav li a:hover {
    text-decoration: underline
}

nav.nav.menu-top {
    width: 180px;
    display: inline-block
}

nav.nav.menu-bottom {
    width: 180px;
    display: inline-block;
    vertical-align: top
}

#nav .social-links {
    margin: 0 0 25px 25px
}

#nav .social-links li {
    float: left;
    margin-right: 16px
}

#nav .social-links li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%
}

#nav .social-links li i {
    font-size: 18px;
    color: #181c1e
}

#nav .social-links li .fa-twitter {
    margin-top: 1px
}

#nav .social-links li a:hover {
    background: #777a7f
}

#site-mask {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: fixed;
    display: none
}

#wrapper {
    position: absolute;
    -webkit-transition: left 150ms ease 0s;
    transition: left 150ms ease 0s;
    top: 0;
    width: 100%
}

body.nav-active #site-mask {
    display: block
}

body.nav-active #wrapper {
    left: 0
}

body.nav-active #nav {
    left: 0;
    width: 100%;
    top: 73px
}

#nav-col h4 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    height: 40px
}

#nav-col {
    width: 230px;
    display: inline-block;
    vertical-align: top
}

#nav-col.col-1 {
    margin: 0 105px
}

#nav-col.col-3 {
    margin-right: 56px
}

#home-featured {
    position: relative;
    margin: 0;
    background: #000
}

#home-featured .featured-container {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top
}

#home-featured .caption {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -600px;
    bottom: 50px;
    z-index: 2
}

#home-featured .caption .button {
    margin: 0 0 15px 0
}

#home-featured .caption .button:hover {
    background: #fff
}

#home-featured .caption h2 {
    margin: 0 0 15px 0;
    max-width: 550px;
    line-height: 1.25;
    font-size: 25px
}

#home-featured .caption h2 a {
    color: #fff
}

#home-featured .caption p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px
}

#home-featured .caption p a {
    color: #fff
}

#home-featured .caption p a:hover {
    text-decoration: underline
}

#home-featured .mask {
    background: url(images/featured-fade.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

#cat-banner {
    background: #fff;
    -webkit-box-shadow: 6px 5px 7px #e5e5e5;
    box-shadow: 6px 5px 7px #e5e5e5;
    margin-bottom: 40px
}

#cat-banner .bar-label {
    padding: 33px 0 30px;
    width: 110px;
    display: inline;
    float: left
}

#cat-banner .cat-list {
    padding: 33px 0 30px;
    width: 1080px;
    display: inline;
    float: right
}

#cat-banner .bar-label p {
    text-transform: uppercase;
    margin: 0;
    color: #22282b;
    font-weight: 600;
    display: inline;
    font-size: 12px
}

#cat-banner #menu-category-menu {
    width: 110%
}

#cat-banner li {
    display: inline;
    text-align: right
}

#cat-banner li a {
    color: rgba(34, 40, 43, .5);
    padding-left: 11%;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer
}

#home-slider {
    position: relative;
    margin: 0 0 21px 0
}

#home-slider .slides li {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

#home-slider .slides li .caption {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -575px;
    bottom: 50px
}

#home-slider .slides li .caption h2 {
    margin: 0 0 20px 0;
    max-width: 450px;
    line-height: 1
}

#home-slider .slides li .caption h2 a {
    color: #fff
}

#home-slider .slides li .caption h2 a:hover {
    color: #666
}

#home-slider .slides li .caption p {
    margin: 0;
    color: #fff
}

#home-slider .slides li .caption p a {
    color: #fff
}

#home-slider .slides li .caption p a:hover {
    text-decoration: underline
}

#home-slider .flex-control-nav {
    display: none
}

#home-slider .flex-direction-nav {
    display: none
}

.articles-list {
    margin: 0 0 32px 0
}

.articles-list .article {
    position: relative;
    margin-right: 20px;
    -webkit-box-shadow: 2px 3px 3px #ddd;
    box-shadow: 2px 3px 3px #ddd;
    -webkit-transition: none;
    transition: none;
    font-size: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.articles-list .article .caption {
    position: absolute;
    bottom: 12px;
    left: 20px;
    width: 345px;
    z-index: 10;
    height: 80%
}

.articles-list .article.white .caption {
    position: absolute;
    bottom: 12px;
    left: 20px;
    width: 300px;
    z-index: 10;
    height: auto;
    margin-top: -5px
}

.articles-list .article .caption h3 {
    margin: 18px 0 20px 0;
    line-height: 1.25;
    color: #fff;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
    font-size: 21px
}

.articles-list .article .caption h3.stat {
    margin: 10px 0 15px;
    min-height: 52px;
    max-height: 52px
}

.articles-list .article .caption h3 a {
    color: #fff
}

.articles-list .article .caption .meta {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .005em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0
}

.articles-list .article .caption .meta a {
    color: #181c1e;
    text-decoration: none;
    font-size: 11px
}

.articles-list .article .twitter {
    position: absolute;
    right: 20px;
    bottom: 12px;
    z-index: 10;
}

.articles-list .article .twitter{
	cursor:pointer;
}

.articles-list .article .twitter .share-to-twitter{    
	font-size: 14px;
    background: #4f4f4f;
    position: absolute;
    top: 50%;
    padding: 2px 9px;
    transform: translate(-16px,-50%);
    color: #fff;
    font-weight: 400;
    right: 100%;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.articles-list .article .twitter .share-to-twitter:before{
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    border-width: 6px 0px 6px 7px;
    border-color: rgba(0,0,0,0) #4f4f4f;
    border-style: solid;
}

.articles-list .article .twitter:hover .share-to-twitter{
	visibility:visible;
	opacity:1;
}
.articles-list .article .twitter i {
    color: #fff;
    font-size: 20px
}

.articles-list .article .twitter:hover i {
    color: #777a7f
}

.articles-list .article img {
    width: 100%
}

.articles-list .article .button {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    z-index: 99
}

.articles-list .article .button:hover {
    background: #fff
}

.twitter-content {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis
}

body.archive.category .articles-list .article-5 {
    margin-right: 20px !important;
}

.articles-list .article-3 {
    margin-right: 0 !important
}

.articles-list .article-4 {
    margin-right: 0 !important;
    float: right
}

.articles-list .article-5 {
    margin-right: 0 !important
}

.articles-list .article-6 {
    margin-right: 0 !important
}

.articles-list .article-7 {
    clear: both
}

.articles-list .article-9 {
    margin-right: 0 !important
}

.articles-list .article-11 {
    margin-right: 0 !important
}

.articles-list .article-12 {
    margin-right: 0 !important
}

.articles-list .article.white {
    background: #fff
}

.articles-list .article.white i {
    color: #181c1e
}

.articles-list .article.white .caption {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 345px
}


body.author .articles-list .article .button,
body.author .articles-list .article .caption.cap-top,
body.category .articles-list .article .button,
body.category .articles-list .article .caption.cap-top {
    display:none;
}

.articles-list .article .caption.cap-top {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 300px;
    height: 15px !important;
    z-index: 99
}

.articles-list .article.white .caption.cap-top {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 300px;
    height: 15px !important
}

.articles-list .article.white .caption p {
    color: #181c1e;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: .017em
}

.articles-list .article.white .caption .meta {
    color: #181c1e;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .005em
}

.articles-list .article.white h3 {
    color: #181c1e;
    position: relative;
    margin: 10px 0 20px 0
}

.articles-list .article.white h3 a {
    color: #181c1e;
    text-decoration: none
}

.articles-list .article.white h3 a {
    color: #181c1e
}

.articles-list .article.white .meta {
    color: #181c1e
}

.articles-list .article.white>img {
    opacity: 0
}

.articles-list .article.black {
    background: #181c1e
}

.articles-list .article.black h3 {
    font-size: 55px;
    font-weight: 300;
    margin: 0 0 20px 0
}

.articles-list .article.black p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 5px 0
}

.articles-list .article.twitter {
    background: #22282b;
    text-align: center
}

.articles-list .article.twitter .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0
}

.articles-list .article.twitter .caption .twitter-container {
    padding: 0 30px;
    margin: 40px 0 0
}

.articles-list .article.twitter .caption i {
    font-size: 28px;
    margin: 0 0 18px 0
}

.articles-list .article.twitter .caption h5 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .3px;
    margin: 0 0 30px 0;
    color: #fff
}

.articles-list .article.twitter .caption p {
    font-size: 15px;
    margin: 0;
    color: #fff
}

.articles-list .article.twitter .caption p a {
    color: #9aa5ab
}

.articles-list .article.twitter .caption p a:hover {
    color: #fff
}

.articles-list .article.twitter .caption .meta {
    color: #181c1e;
    font-size: 12px;
    bottom: 0;
    color: #181c1e;
    left: 0;
    position: absolute
}

.articles-list .article.twitter>img {
    opacity: 1
}

.articles-list .article.two-third .caption {
    width: 450px
}

.articles-list .article-container.one-third {
    margin-bottom: 0
}

.articles-list .article-grid9:nth-child(3n) {
    margin-right: 0 !important
}

.articles-list.articles-list-bottom {
    margin-top: 53px
}

.articles-list.search-list .article:nth-child(3n) {
    margin-right: 0 !important
}

#newsletter .container.newsletter {
    width: 400px
}

#newsletter {
    background: #121d27 url(images/signup_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    padding: 10% 0 9% 0;
    margin: 0
}

#newsletter.page-newsletter {
    margin: 0
}

#newsletter.post-newsletter {
    margin: 0
}

#newsletter .container {
    max-width: 900px
}

#newsletter h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 100
}

#newsletter h2 span {
    font-weight: 400
}

#newsletter p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 40px 0;
    line-height: 1.6
}

#newsletter form input[type=email],
#newsletter form input[type=text] {
    background: #fff;
    border: none;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    font-size: 15px;
    text-align: left;
    width: 310px;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    letter-spacing: 0;
    color: #4c4c4c
}

#newsletter form input:required {
    -webkit-box-shadow: none;
    box-shadow: none
}

#newsletter form input[type=submit] {
    background: 0 0;
    border: 1px solid #fff;
    vertical-align: top;
    text-transform: none;
    color: #fff;
    font-size: 14px;
    padding: 9px 38px 13px 38px;
    width: 150px;
    height: 42px;
    margin: 0 0 0 -3px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-left: 10px
}

#newsletter form input[type=submit]:hover {
    background: #fff;
    color: #111c24;
    opacity: .7
}

#newsletter .mc4wp-alert {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 40px 0 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#newsletter .mc4wp-ajax-loader {
    margin-top: 13px;
    display: none !important
}

#newsletter .dd-container {
    display: inline-block;
    vertical-align: top;
    width: 170px !important;
    margin: 0 0 0 10px
}



#newsletter .regular-form {
	
}

#newsletter .regular-form form {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#newsletter .regular-form form * {
    margin: 0 6px;
}
#newsletter .regular-form form h3 {
    display: none;
}
#newsletter .regular-form form input{
    padding: 0 13px;
    font-size: 15px;
}
#newsletter .regular-form form .form-block {
    display: flex;
    flex-direction: column;
}
#newsletter .regular-form form .form-block label {
    color: #fff;
    margin: 0 0 6px;
    display: block;
    text-align: left;
    font-weight: 600;
}

#newsletter .regular-form form .form-block label[for="email"] span{
	display:none;
}

#newsletter .regular-form form .form-block label[for="email"]{
	padding: 0 6px;
}
#newsletter .regular-form form .form-block label[for="email"]:before{
	content:"Enter your email*"
}
#newsletter .regular-form form #custom-fields {
    display: none;
}

#newsletter .regular-form form .ms-form-submit-container button {
	background: transparent !important;
    color: #fff !important;
    padding: 12px 33px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
}

#newsletter .regular-form form .ms-form-submit-container button:hover {
    background: rgba(255,255,255,0.7) !important;
    color: #000 !important;
}


@media only screen and (max-width:639px) {
	#newsletter .regular-form {
		margin: 0 -10px;
	}
	#newsletter .regular-form form .ms-form-submit-container button {
		padding: 12px 12px;
	}
	#newsletter .regular-form form {
		justify-content: flex-start;
	}
}


.dd-select {
    background-color: #fff !important;
    border-radius: 0 !important;
    text-align: left;
    width: 170px !important;
    font-weight: 400;
    background: #fff url(/wp-content/themes/capx2015/images/capx_arrow.png) no-repeat right 15px center !important;
    background-size: 16px 10px !important
}

.dd-select a {
    font-family: adelle-sans, Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    color: #757575;
    -webkit-font-smoothing: subpixel-antialiased
}

.dd-selected {
    font-weight: 300;
    padding: 10px 18px 9px !important;
    -webkit-font-smoothing: subpixel-antialiased
}

.dd-options {
    width: 150px
}

ul.dd-options.dd-click-off-close {
    width: 170px !important
}

option>.placeholder {
    display: none
}

.dd-option-disabled {
    display: none !important
}

.dd-pointer-down {
    border: 0 !important
}

label {
    font-weight: 400
}

label.dd-selected-text {
    font-size: 14px;
    color: #515151;
    font-weight: 300;
    letter-spacing: 0
}

label.dd-option-text {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    float: left;
    padding-left: 8px
}

#dropdown ul {
    width: 150px
}

::-webkit-input-placeholder {
    color: #22282b;
    font-weight: 300;
    font-size: 14px;
    opacity: 1
}

#gforms_confirmation_message {
    color: #398f14;
    font-size: 18px
}

.gform_wrapper {
    margin: 0 !important;
    width: auto !important
}

.gform_wrapper form {
    text-align: center !important
}

.gform_wrapper .newsletter .gfield input[type=email],
.gform_wrapper .newsletter .gfield input[type=text] {
    background: #fff;
    border: none;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    font-size: 15px;
    text-align: left;
    width: 310px;
    display: inline-block
}

.gform_wrapper .newsletter .gfield input:required {
    -webkit-box-shadow: none;
    box-shadow: none
}

.gform_wrapper .newsletter .gfield input:invalid {
    -webkit-box-shadow: 0 0 3px red;
    box-shadow: 0 0 3px red
}

.gform_wrapper .newsletter .gform_footer input[type=submit] {
    background: #22282b;
    text-transform: none;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 11px 38px;
    width: 150px;
    height: 42px;
    margin: 0 0 0 -3px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.gform_wrapper .newsletter .gform_footer input[type=submit]:hover {
    background: #777a7f
}

.gform_wrapper .newsletter .gfield_label {
    display: none !important
}

.gform_wrapper .newsletter .gform_ajax_spinner {
    display: none !important
}

.gform_wrapper .gform_body {
    margin: 0;
    padding: 0;
    display: inline-block
}

.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block
}

.gform_wrapper .gfield_description.validation_message,
.gform_wrapper .top_label .gfield_description.validation_message {
    display: none !important
}

.gform_wrapper .newsletter li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.gform_wrapper .newsletter div.validation_error {
    color: red;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 20px 0
}

.gform_wrapper .newsletter li.gfield.gfield_error.gfield_contains_required input[type=text] {
    color: red
}

.gform_wrapper .newsletter li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0
}

.about-newsletter br {
    display: none
}

.about-newsletter .small {
    font-size: 12px;
    color: #a3aaad;
    font-weight: 300;
    display: block;
    margin: -20px 0 0 0
}

#page-content {
    padding: 80px 20px 100px 20px;
    background: #fff
}

.page-content {
    background: #fff
}

.page-entry {
    width: 690px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 20px;
    font-weight: 100
}

.page-entry h1 {
    font-size: 38px;
    font-weight: 100;
    margin: 0 0 30px 0
}

.page-entry h2 {
    font-size: 26px;
    font-weight: 100;
    margin: 0 0 30px 0
}

.page-entry h3 {
    font-size: 22px;
    font-weight: 100;
    margin: 0 0 30px 0
}

.page-entry h4 {
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 30px 0
}

.page-entry h5 {
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 30px 0
}

.page-entry h6 {
    font-size: 20px;
    font-weight: 100;
    margin: 0 0 30px 0
}

.page-entry p {
    font-weight: 100;
    margin: 0 0 30px 0
}

.page-entry hr {
    height: 1px;
    width: 100%;
    border-top: 1px solid #999;
    margin: 100px 0 75px;
    display: block
}

.page-entry br {
    clear: both
}

.page-entry .button {
    margin: 0 0 30px 0;
    font-weight: 600
}

.page-entry .alignleft {
    float: left;
    margin: 0 50px 30px 0
}

.page-entry .alignright {
    float: right;
    margin: 0 0 30px 50px
}

.page-entry .gform_wrapper {
    max-width: 450px !important;
    display: inline-block
}

.page-entry .gform_wrapper .gform_body {
    margin-right: -5px
}

.page-entry .gform_wrapper .newsletter .gfield input[type=text] {
    width: 250px;
    background: #e0e0e0;
    color: #232628;
    float: left
}

.page-entry .gform_wrapper .newsletter .gfield input[type=email] {
    width: 250px;
    background: #e0e0e0;
    color: #232628;
    float: left
}

.page-entry .gform_wrapper .newsletter .gform_footer input[type=submit] {
    padding: 11px 25px;
    margin-left: 0;
    float: left
}

.page-entry .newsletter br {
    display: none
}

.page-entry .gform_wrapper .newsletter div.validation_error {
    text-align: left
}

.page-entry .gform_wrapper .newsletter .gform_footer input[type=submit] {
    height: 42px;
    display: block
}

.page-entry a {
    color: #777a7f
}

.page-entry ul {
    margin: 0 0 30px 0
}

#page-footer-top {
    background: #fff;
    padding: 67px 0 80px 0;
    text-align: center;
    color: #181c1e
}

#page-footer-top .container {
    max-width: 530px
}

#page-footer-top img {
    margin: 0 auto 45px auto
}

#page-footer-top h2 {
    font-size: 20px;
    margin: 0 0 15px 0
}

#page-footer-top p {
    font-size: 15px;
    font-weight: 100;
    margin: 0 0 40px 0
}

#page-footer-top .social-links li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top
}

#page-footer-top .social-links li a {
    display: block;
    color: #181c1e;
    text-decoration: none;
    text-align: center;
    padding-top: 4px;
    width: 25px;
    height: 25px;
    background: #181c1e;
    border-radius: 50%
}

#page-footer-top .social-links li a:hover {
    opacity: .47
}

#page-footer-top .social-links li i {
    font-size: 16px;
    color: #fff
}

#page-footer-top .social-links li.twitter a {
    padding-top: 5px
}

#page-footer-top .social-links li.web a {
    width: 25px;
    height: 25px;
    background: url(images/icon-web.png) no-repeat;
    background-size: 100% 100%
}

#page-footer-bottom {
    background: #181c1e;
    color: #fff;
    padding: 50px 0 40px 0;
    text-align: center
}

#page-footer-bottom .footer-signal h2 {
    margin: 0 0 5px 0;
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px
}

#page-footer-bottom .footer-signal p {
    margin: 0 0 5px 0;
    font-size: 12px;
    letter-spacing: 1px
}

#page-footer-bottom .footer-signal p a {
    color: #fff
}

body.single {
    background: #fff
}

body.single .loading {
    margin: 40px 0
}

.post-title {
    width: 730px;
    padding: 65px 20px 60px 20px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 14px;
    font-weight: 100
}

.post-title h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0 30px;
    letter-spacing: -.01em
}

.post-title .author {
    display: inline-block;
    line-height: 1
}

.post-title .author.no-border {
    border: none;
    margin-right: 0;
    padding-right: 0
}

.post-title .twitter {
    display: inline-block;
    line-height: 1;
    margin-left: 18px;
    padding-left: 20px;
    border-left: 1px solid #181c1e
}

.post-title span a {
    color: #181c1e
}

.post-title span a:hover {
    text-decoration: underline
}

.post-title .meta {
    margin: 0
}

.post-title p {
    font-weight: 300;
    margin: 0;
    -webkit-font-smoothing: antialiased
}

.slider.black {
    background: #000;
    color: #fff
}

.post-landing {
    position: relative;
    overflow: hidden;
}


.post-landing .post-title{
    position: absolute;
    z-index: 99;
    max-width: 1270px;
    width: 100%;
    padding: 70px 40px;
    left: 50%;
    color: #fff;
    transform: translate(-50%, 0);
    bottom: 0;
}

.post-landing .post-title h1{
    font-weight: 400;
    max-width: 730px;
}

.post-landing .post-title p{
    opacity: 0.8;
}
.post-landing .post-title p a {
    color: #fff;
}

.post-landing .post-title .author a {
    margin-left: 4px;
}
.post-landing .post-title .twitter {
    margin-left: 4px;
    padding-left: 7px;
    border-left: 1px solid #8c8c8c;
}

.post-landing .featured-image {
    height: 100%;
}
.post-landing .featured-image:before {
    content: "";
    /* background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, .9)); */
    background-image: linear-gradient(to bottom, rgba(0,0, 0, 0.15), rgba(0, 0, 0, 0.15));
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.post-landing .featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


@media only screen and (max-width:639px) {
	.post-landing .post-title {
		padding: 70px 20px;
	}
}



.post-title.gallery {
    padding-bottom: 25px
}

.ngg-imagebrowser-nav,
.ngg-imagebrowser-nav .counter,
.slider.black .ngg-imagebrowser h3 {
    font-size: 13px;
    font-family: adelle-sans, Arial, Helvetica, sans-serif
}

.ngg-imagebrowser-nav .counter {
    padding: 1%
}

.slider.black .ngg-imagebrowser .pic {
    margin: 0;
    border: none
}

.slider.black .post-entry {
    width: 60%;
    padding-top: 4%
}

.ngg-imagebrowser .pic a {
    margin: 0 !important
}

.ngg-imagebrowser-nav {
    padding: 4% 0 !important
}

.ngg-imagebrowser-nav .back,
.ngg-imagebrowser-nav .next {
    padding: 6px 25px !important;
    font-size: 14px;
    border: 1px solid #fff !important;
    font-weight: 600 !important;
    color: #fff !important
}

.ngg-imagebrowser-nav .back a,
.ngg-imagebrowser-nav .next a {
    color: #fff !important
}

table,
td,
th {
    font-family: adelle-sans, Arial, Helvetica, sans-serif !important
}

.ngg-imagebrowser-nav a {
    color: #fff
}

.featured-image img {
    display: block
}

.featured-image-location {
    background: #000;
    padding: 16px 0
}

.featured-image-location p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    width: 730px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 100%
}

.featured-image-location p a {
    color: #fff
}

.featured-image-location i {
    margin-right: 10px;
    font-size: 13px
}

.cat-featured-container {
    height: 80%
}

.top-content {
    background: #181c1e;
    padding: 95px 20px 50px 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 100
}

.top-content .large-circle {
    background: #181c1e;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    margin: 0 auto 50px auto
}

.top-content .large-circle .top {
    font-weight: 600;
    padding: 46px 0;
    margin: 0
}

.top-content .large-circle .bottom {
    padding: 44px 0 0 0;
    margin: 0
}

.top-content .circle br {
    display: none
}

.top-content .small-circle {
    background: #fff;
    width: 314px;
    height: 314px;
    border-radius: 50%;
    padding: 128px 0 0 0;
    margin: 0 auto;
    color: #181c1e
}

.top-content .small-circle p span {
    font-weight: 600;
    display: block
}

.top-content>p {
    margin: 0;
    font-size: 15px
}

.post-entry .twitter-list {
    font-weight: 300;
    margin: 0 0 50px 0
}

.post-entry .twitter-list h3 {
    color: #666;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-family: adelle-sans, Arial, Helvetica, sans-serif;
    letter-spacing: .01em
}

.post-entry .twitter-list ul {
    margin: 0
}

.post-entry .twitter-list li {
    border-top: 1px solid #f1f2f2;
    position: relative;
    list-style: none
}

.post-entry .twitter-list li a {
    padding: 13px 0 16px 36px;
    font-size: 15px;
    display: block;
    color: #181c1e;
    font-family: adelle-sans, Arial, Helvetica, sans-serif;
    font-weight: 300
}

.post-entry .twitter-list li:last-child {
    border-bottom: 1px solid #f1f2f2
}

.post-entry .twitter-list li i {
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 20px;
    color: #666
}

.post-entry .twitter-list li i:hover {
    color: #111
}

.post-entry .twitter-list li a:hover {
    background: #fbfbfb
}

.post-entry {
    width: 730px;
    padding: 50px 20px;
    margin: 0 auto;
    max-width: 100%;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.post-entry h1 {
    font-size: 38px;
    margin: 0 0 30px 0
}

.post-entry h2 {
    font-size: 26px;
    margin: 0 0 30px 0
}

.post-entry h3 {
    font-size: 22px;
    margin: 0 0 30px 0
}

.post-entry h4 {
    font-size: 20px;
    margin: 0 0 30px 0
}

.post-entry h5 {
    font-size: 20px;
    margin: 0 0 30px 0
}

.post-entry h6 {
    font-size: 20px;
    margin: 0 0 30px 0
}

.post-entry ul {
    margin: 0 0 30px 17px
}

.post-entry ul li {
    list-style: disc
}

.post-entry ol {
    margin: 0 0 30px 19px
}

.post-entry ol li {
    list-style: decimal
}

.post-entry,
.post-entry blockquote,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry p,
.post-entry ol li {
    font-family: merriweather, Georgia, serif
}

.post-entry p {
    margin: 0 0 30px 0;
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased
}

.post-entry blockquote {
    font-size: 21px;
    padding: 0 20px 0 40px;
    font-style: normal;
    margin: 60px 0 60px 0;
    line-height: 1.8;
    border-left: solid #000 5px
}

.post-entry blockquote p:last-child {
    margin: 0
}

.post-entry .gray-para {
    font-size: 15px;
    color: #757575;
    font-weight: 300
}

.post-entry .gray-para p {
    font-size: 15px;
    color: #757575;
    font-weight: 300
}

.post-entry a {
    color: #777a7f
}

.post-entry .share {
    float: left
}

.post-entry .share h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-family: adelle-sans, Arial, Helvetica, sans-serif !important;
    letter-spacing: .01em
}

.post-entry .share input[type=text] {
    padding: 0 10px;
    width: 190px;
    height: 35px;
    line-height: 35px;
    color: #181c1e;
    border: 1px solid #bcbcbc;
    font-weight: 300
}

.post-entry .social-links {
    margin: 32px 0 0 30px;
    display: inline-block
}

.post-entry .social-links ul {
    margin: 0
}

.post-entry .social-links li {
    float: left;
    margin-right: 13px;
    list-style: none
}

.post-entry .social-links li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6px 0 0 0;
    text-align: center;
    width: 25px;
    height: 25px;
    background: #181c1e;
    border-radius: 50%
}

.post-entry .social-links li a:hover {
    background: #777a7f
}

.post-entry .social-links li i {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top
}

.post-entry .bottom-share-lines {
    margin: 80px 0 0 0
}

.page-title {
    font-size: 33px;
    padding: 55px 0;
    margin: 0;
    text-align: center;
    font-weight: 100
}

.iframe-content iframe {
    height: 300px
}

.lastline_author {
    font-family: adelle-sans, Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    margin: 50px 0 15px 0 !important;
    font-weight: 400 !important;
    font-style: normal
}

.lastline_shares {
    font-family: adelle-sans, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    margin: 50px 0 18px 0 !important;
    font-weight: 600 !important;
    font-style: normal
}

.columnists-list .columnist {
    font-size: 0;
    display: inline-block
}

.columnists-list .columnist .caption {
    min-height: 125px;
    padding: 18px 0 0 0
}

.columnists-list .columnist h2 {
    font-size: 19px;
    margin: 0 0 3px 0
}

.columnists-list .columnist h2 a {
    color: #181c1e
}

.columnists-list .columnist p {
    font-size: 14px;
    margin: 0 0 5px 0
}

.columnists-list .columnist .twitter {
    display: inline-block;
    font-size: 12px;
    color: #181c1e
}

.columnists-list .columnist .twitter i {
    background: #181c1e;
    text-align: center;
    padding: 4px 0 0 0;
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 11px
}

#home-featured .caption.category {
    bottom: 45%
}

#home-featured .caption.category h2 {
    max-width: none;
    text-align: center;
    color: #fff;
    margin: 10px 0 15px;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 0
}

#home-featured .affiliate p,
#home-featured .caption.category p {
    max-width: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px
}

#home-featured .caption.affiliate {
    bottom: 10%
}

#home-featured .caption.affiliate img.yougov {
    max-width: 150px;
    margin: 0 auto
}

#home-featured .caption.affiliate p {
    font-size: 13px;
    margin-bottom: 15px
}

.featured-image img.portrait-featured {
    width: 75%;
    margin: 0 auto
}

.articles-list .article img.stat {
    max-height: 60%;
    max-width: 100%
}

.articles-list .article img.stat.large {
    height: auto;
    width: 90%;
    position: absolute;
    top: 20%;
    left: 5%
}

#home-featured.category {
    background: 0 0
}

#home-featured.category.no-img .caption {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 0 auto
}

#home-featured.category.no-img .text {
    padding: 6% 0
}

#home-featured.category.no-img h2,
#home-featured.category.no-img p {
    color: #000
}

#home-featured.category.no-img h2 {
    font-size: 36px
}

.topic-title {
    font-weight: 100;
    padding: 76px 0 70px 0;
    text-align: center;
    max-width: 650px;
    margin: 0 auto
}

.topic-title h1 {
    font-size: 33px;
    margin: 0 0 27px 0;
    font-weight: 100
}

.topic-title p {
    font-size: 18px
}

.topic-title p:last-child {
    margin: 0
}

#advert {
    margin: 0 0 53px 0;
    background: #181c1e
}

#advert img {
    float: right
}

#advert .container>div {
    float: left;
    width: 480px;
    padding: 90px 0 0 0
}

#advert h2 {
    color: #8ec930;
    font-weight: 100;
    margin: 0 0 12px 0
}

#advert p {
    color: #fff;
    font-size: 20px;
    font-weight: 100
}



/* sidebar-fillter-manual css  */


.capx-popup {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.capx-popup img {
    margin: 50px 0;
    width: 100%;
    max-width: 350px !important;
    margin: 0 auto;
}
.capx-popup input {
    border: none;
    border-radius: 100px;
    height: 55px;
    width: 100%;
    padding:0 15px;
    margin-bottom:10px;
}
.capx-popup input::placeholder {
    color: #6f6f6f;
}

.capx-popup .ms-form-submit-container button {
    background: #c1c1c1;
    width: 100%;
    border-radius: 100px;
    height: 55px;
    color: #fff;
    border: none !important;
    font-size: 16px;
    letter-spacing: 1px;
	text-transform: uppercase!important;
}
.capx-popup .form-block {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.capx-popup .form-block label{
    display:none;
}
.capx-popup .ms-form-submit-container {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.capx-popup form#ms-sub-form h3 {
    text-align: center;
    font-size: 36px !important;
    margin: 40px 0;
    font-weight: 400 !important;
}
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: unset !important;
}



@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    #header .search input::-webkit-input-placeholder,
    #header .search input[type=text] {
        margin-top: -2px;
        text-align: right;
        width: 150px
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 30px 0
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.related-posts h1 {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px
}

@media only screen and (min-width:1023px) {
    .related-posts .articles-list .article.one-third {
        width: 32%;
        margin: 0;
        margin-bottom: 2%
    }
    .related-posts .articles-list .article-1,
    .related-posts .articles-list .article-4 {
        float: left;
        margin-left: 2% !important;
        margin-right: 2% !important
    }
}

.post-entry aside p,
.post-entry blockquote p {
    margin: 0
}

.post-entry aside footer p,
.post-entry blockquote footer p {
    margin-top: 20px;
    font-family: adelle-sans, Arial, Helvetica, sans-serif;
    font-size: 14px
}

.post-entry aside.align-center,
.post-entry aside.align-left,
.post-entry aside.align-right,
.post-entry blockquote.align-center,
.post-entry blockquote.align-left,
.post-entry blockquote.align-right {
    background-color: #eee;
    border: none;
    margin-top: 30px;
    margin-bottom: 30px
}

.post-entry aside.align-left,
.post-entry blockquote.align-left {
    padding: 36px 40px;
    background-color: #eee
}

.post-entry aside.align-right,
.post-entry blockquote.align-right {
    text-align: right;
    border-left: none;
    padding: 36px 40px
}

.post-entry aside.align-center,
.post-entry blockquote.align-center {
    text-align: center;
    padding: 36px 30px
}

@media only screen and (min-width:786px) {
    .post-entry aside.pull-quote blockquote.align-left {
        float: left;
        width: 40%;
        margin: 0 20px 20px -20%
    }
    .post-entry aside.pull-quote blockquote.align-right {
        float: right;
        width: 40%;
        margin: 0 -20% 20px 20px
    }
    .post-entry aside.pull-quote blockquote.align-center {
        width: 80%;
        margin: 20px auto
    }
}

@media only screen and (min-width:1024px) {
    .top-share-lines {
        width: 882px;
        margin-left: -77px !important
    }
}

.post-entry .twitter-list li {
    font-size: 16px;
    padding-bottom: 10px;
    font-family: adelle-sans, Arial, Helvetica, sans-serif
}

.post-entry .twitter-list li:hover {
    background-color: #fbfbfb
}

.post-entry .twitter-list li a {
    display: inline-block
}

.post-entry .twitter-list li i.fa-facebook {
    left: 44px
}

.caption .home-title,
.caption .meta,
.featured-container .text h2 a,
.featured-container .text p {
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333
}

.article.white .caption .home-title,
.article.white .caption .meta,
.featured-container .text .button {
    text-shadow: none
}

.lastline_author {
    margin: 20px 0 !important;
    padding: 20px 30px;
    background-color: #eee;
    border: 1px solid #ddd
}

.lastline_readmore {
    margin: 40px -40px !important;
    padding: 20px
}

.post-entry aside,
.post-entry aside h1,
.post-entry aside h2,
.post-entry aside h3 {
    font-family: adelle-sans, Arial, Helvetica, sans-serif
}

.elsewhere,
.get-more {
    margin: 20px -1px !important;
    padding: 20px 30px;
    background-color: #eee;
    border: 1px solid #ddd
}

.elsewhere ul,
.get-more ul {
    margin-bottom: 0
}

.homepage-mobile {
    margin-top: 2px
}

.homepage-mobile .article {
    height: 260px
}

.mib {
    background: rgba(1, 1, 1, .6) !important
}

@media only screen and (min-width:786px) {
    .mib #mib-form {
        width: 100%;
        height: 100%;
        padding: 7% 14% 5%
    }
}

.mib .background {
    background-image: url(images/signup_bg_uk.jpg) !important
}

.mib .subscription {
    max-width: 900px !important;
    padding: 0 8% !important
}

.mib .mainheading {
    font-family: adelle-sans, Arial, Helvetica, sans-serif !important;
    text-transform: none !important;
    font-weight: 300 !important
}

.subheading.sub_heading {
    font-family: adelle-sans, Arial, Helvetica, sans-serif !important;
    font-weight: 200 !important;
    max-width: 80%;
    margin: auto
}

.mib .subscription-arrow .icon.icon-down-round {
    border-color: #fff !important;
    color: #fff !important
}

.mib .subscription-arrow {
    display: none
}

.button.button-agree.button-submit.submit_button {
    font-family: adelle-sans, Arial, Helvetica, sans-serif !important;
    background-color: transparent !important;
    border: 2px solid #fff !important
}

@media only screen and (max-width:639px) {
    .zMobile {
        display: none !important
    }
}

.screen-reader-text,
.sr-only,
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text.focusable:active,
.screen-reader-text.focusable:focus,
.sr-only.focusable:active,
.sr-only.focusable:focus,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0 !important;
    overflow: visible;
    position: static;
    width: auto
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center
}

.text-center--float-left {
    float: left;
    overflow: hidden;
    margin-right: kp-rem(16);
    margin-right: kp-rem(16);
    margin-top: kp-rem(4);
    margin-top: kp-rem(4)
}

.text-center--float-left+p {
    overflow: inherit
}

.text-center--float-right {
    float: right;
    overflow: hidden;
    margin-left: kp-rem(16);
    margin-left: kp-rem(16);
    margin-top: kp-rem(4);
    margin-top: kp-rem(4)
}

.text-center--float-right+p {
    overflow: inherit
}

.text-inline {
    display: inline;
    width: 0
}

.text-inline .call-to-action {
    display: inline
}

.action-button {
    margin: 0;
    border: 1px solid #181c1e;
    background: #181c1e;
    color: #fff;
    vertical-align: top;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    padding: 13px 38px 13px;
    line-height: 18px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.action-button:active,
.action-button:hover {
    background: #fff;
    color: #111
}
/*.action-button:focus{
    background: #000;
    color: #fff;
}*/

.page-entry .action-button {
    color: #fff
}

.page-entry .action-button:active,
.page-entry .action-button:focus,
.page-entry .action-button:hover {
    background: #fff;
    color: #111
}

.call-to-action {
    margin: 30px 0 30px 0
}

.call-to-action .action-button {
    color: #fff
}

.call-to-action .action-button:active,
.call-to-action .action-button:focus,
.call-to-action .action-button:hover {
    background: #fff;
    color: #111
}

.loading-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, .7);
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.loading-overlay.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loading-overlay .loading-overlay_spinner {
    position: relative;
    width: 100px;
    height: 100px
}

.loading-overlay .loading-overlay_spinner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    width: 60px;
    margin-top: calc(-1 * 30px);
    margin-left: calc(-1 * 30px);
    border-top: 1px solid #181c1e;
    border-right: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    border-radius: 50%;
    -webkit-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#header .social-links-left {
    margin-right: 10%
}

#header .header-donate-link {
    position: relative;
    height: 21px;
    float: left
}

#header .header-donate-link .button {
    margin: 0;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    background-color: #fff;
    color: #111;
    border: 1px solid #fff
}

#header .header-donate-link .button:active,
#header .header-donate-link .button:focus,
#header .header-donate-link .button:hover {
    background-color: #111;
    color: #fff;
    border: 1px solid #fff
}

.mkdo_hero-grid .container {
    padding: 0
}
.custom-single-page {
    position: relative;
}
.custom-single-page .post-title {
    position: absolute;
    bottom: 30%;
    z-index: 1;
	left: 17%;
}
.custom-single-page .post-title p, .post-title span, .post-title span a {
    color: #fff;
}
.custom-single-page .post-title h1{
    color: #fff;
	margin: 10px 0;
}
.featured-image {
    background: #000;
}
.featured-image img{
    opacity:0.6;
	height: auto;
}
@media screen and (min-width:640px) {
    .mkdo_hero-grid .container {
        padding: 0 20px
    }
}

@media screen and (min-width:950px) {
    .mkdo_hero-grid {
        margin: 10px 0 32px
    }
}

.mkdo_hero-grid .hero-grid_inner {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: minmax(130px, auto);
    grid-auto-flow: dense;
    background: 0 0
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .hero-grid_inner {
        padding: 20px 0;
        grid-gap: 20px;
        grid-template-columns: repeat(20, 1fr);
        grid-auto-rows: minmax(125px, 1fr)
    }
}

@media screen and (min-width:950px) {
    .mkdo_hero-grid .hero-grid_inner {
        grid-template-columns: repeat(30, 1fr);
        grid-auto-rows: minmax(150px, 1fr)
    }
}

.mkdo_hero-grid .post-one-col {
    background-color: #22282b;
    color: #fff;
    position: relative;
    grid-column: span 10;
    grid-row: span 2
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-one-col {
        -webkit-box-shadow: 2px 3px 3px #ddd;
        box-shadow: 2px 3px 3px #ddd
    }
}

.mkdo_hero-grid .post-one-col .post-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.mkdo_hero-grid .post-one-col .tile-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.mkdo_hero-grid .post-one-col .post-content {
    padding: 20px 20px 12px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 100%
}

.mkdo_hero-grid .post-one-col .post-content_top {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    width: auto;
    z-index: 99;
    position: relative
}

.mkdo_hero-grid .post-one-col .post-content_bottom {
    margin-top: 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    z-index: 98;
    position: relative
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-one-col .post-content_bottom {
        margin-top: 20px
    }
}

.mkdo_hero-grid .post-one-col .post-content .post-content_title {
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333;
    margin: 0 0 5px;
    line-height: 1.25;
    color: #fff;
    font-size: 18px
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-one-col .post-content .post-content_title {
        font-size: 21px
    }
}

.mkdo_hero-grid .post-one-col .post-content .post-content_meta {
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .005em;
    text-transform: uppercase;
    color: #fff
}

.mkdo_hero-grid .post-one-col .post-content .post-content_category {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .005em;
    text-transform: uppercase
}

.mkdo_hero-grid .post-one-col .post-content .post-content_category a {
    color: #fff;
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333
}

.mkdo_hero-grid .post-one-col .post-content .post-content_category a:active,
.mkdo_hero-grid .post-one-col .post-content .post-content_category a:focus,
.mkdo_hero-grid .post-one-col .post-content .post-content_category a:hover {
    text-decoration: underline
}

.mkdo_hero-grid .post-one-col .post-content .post-content_category .button,
.mkdo_hero-grid .post-one-col .post-content .post-content_category p {
    margin: 0
}

.mkdo_hero-grid .post-one-col .post-content .post-content_category .button {
    pointer-events: none
}

.mkdo_hero-grid .post-one-col .post-content .post-content_category .button:active,
.mkdo_hero-grid .post-one-col .post-content .post-content_category .button:focus,
.mkdo_hero-grid .post-one-col .post-content .post-content_category .button:hover {
    background-color: #fff
}

.mkdo_hero-grid .post-one-col .post-content .post-content_link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98
}

@media screen and (min-width:640px) and (max-width:949px) {
    .mkdo_hero-grid .post-one-col.orphan-fill {
        grid-column: span 20
    }
}

.mkdo_hero-grid .post-two-col {
    background-color: #22282b;
    color: #fff;
    position: relative;
    grid-column: span 10;
    grid-row: span 2
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-two-col {
        -webkit-box-shadow: 2px 3px 3px #ddd;
        box-shadow: 2px 3px 3px #ddd
    }
}

.mkdo_hero-grid .post-two-col .post-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.mkdo_hero-grid .post-two-col .tile-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.mkdo_hero-grid .post-two-col .post-content {
    padding: 20px 20px 12px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 100%
}

.mkdo_hero-grid .post-two-col .post-content_top {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    width: auto;
    z-index: 99;
    position: relative
}

.mkdo_hero-grid .post-two-col .post-content_bottom {
    margin-top: 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    z-index: 98;
    position: relative
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-two-col .post-content_bottom {
        margin-top: 20px
    }
}

.mkdo_hero-grid .post-two-col .post-content .post-content_title {
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333;
    margin: 0 0 5px;
    line-height: 1.25;
    color: #fff;
    font-size: 18px
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-two-col .post-content .post-content_title {
        font-size: 21px
    }
}

.mkdo_hero-grid .post-two-col .post-content .post-content_meta {
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .005em;
    text-transform: uppercase;
    color: #fff
}

.mkdo_hero-grid .post-two-col .post-content .post-content_category {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .005em;
    text-transform: uppercase
}

.mkdo_hero-grid .post-two-col .post-content .post-content_category a {
    color: #fff;
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333
}

.mkdo_hero-grid .post-two-col .post-content .post-content_category a:active,
.mkdo_hero-grid .post-two-col .post-content .post-content_category a:focus,
.mkdo_hero-grid .post-two-col .post-content .post-content_category a:hover {
    text-decoration: underline
}

.mkdo_hero-grid .post-two-col .post-content .post-content_category .button,
.mkdo_hero-grid .post-two-col .post-content .post-content_category p {
    margin: 0
}

.mkdo_hero-grid .post-two-col .post-content .post-content_category .button {
    pointer-events: none
}

.mkdo_hero-grid .post-two-col .post-content .post-content_category .button:active,
.mkdo_hero-grid .post-two-col .post-content .post-content_category .button:focus,
.mkdo_hero-grid .post-two-col .post-content .post-content_category .button:hover {
    background-color: #fff
}

.mkdo_hero-grid .post-two-col .post-content .post-content_link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-two-col {
        grid-column: span 20
    }
    .mkdo_hero-grid .post-two-col .post-content .post-content_title {
        font-size: 30px
    }
}

.mkdo_hero-grid .post-three-col {
    background-color: #22282b;
    color: #fff;
    position: relative;
    grid-column: 1/-1;
    grid-row: span 3
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-three-col {
        -webkit-box-shadow: 2px 3px 3px #ddd;
        box-shadow: 2px 3px 3px #ddd
    }
}

.mkdo_hero-grid .post-three-col .post-image {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.mkdo_hero-grid .post-three-col .tile-fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.mkdo_hero-grid .post-three-col .post-content {
    padding: 20px 20px 12px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    height: 100%
}

.mkdo_hero-grid .post-three-col .post-content_top {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: inline-block;
    width: auto;
    z-index: 99;
    position: relative
}

.mkdo_hero-grid .post-three-col .post-content_bottom {
    margin-top: 10px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    z-index: 98;
    position: relative
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-three-col .post-content_bottom {
        margin-top: 20px
    }
}

.mkdo_hero-grid .post-three-col .post-content .post-content_title {
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333;
    margin: 0 0 5px;
    line-height: 1.25;
    color: #fff;
    font-size: 18px
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-three-col .post-content .post-content_title {
        font-size: 21px
    }
}

.mkdo_hero-grid .post-three-col .post-content .post-content_meta {
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .005em;
    text-transform: uppercase;
    color: #fff
}

.mkdo_hero-grid .post-three-col .post-content .post-content_category {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .005em;
    text-transform: uppercase
}

.mkdo_hero-grid .post-three-col .post-content .post-content_category a {
    color: #fff;
    text-shadow: 0 1px 10px #000, 1px 1px 2px #333
}

.mkdo_hero-grid .post-three-col .post-content .post-content_category a:active,
.mkdo_hero-grid .post-three-col .post-content .post-content_category a:focus,
.mkdo_hero-grid .post-three-col .post-content .post-content_category a:hover {
    text-decoration: underline
}

.mkdo_hero-grid .post-three-col .post-content .post-content_category .button,
.mkdo_hero-grid .post-three-col .post-content .post-content_category p {
    margin: 0
}

.mkdo_hero-grid .post-three-col .post-content .post-content_category .button {
    pointer-events: none
}

.mkdo_hero-grid .post-three-col .post-content .post-content_category .button:active,
.mkdo_hero-grid .post-three-col .post-content .post-content_category .button:focus,
.mkdo_hero-grid .post-three-col .post-content .post-content_category .button:hover {
    background-color: #fff
}

.mkdo_hero-grid .post-three-col .post-content .post-content_link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .post-three-col {
        grid-row: span 2
    }
    .mkdo_hero-grid .post-three-col .post-content .post-content_title {
        font-size: 30px
    }
}

@media screen and (min-width:950px) {
    .mkdo_hero-grid .post-three-col {
        grid-row: span 3
    }
    .mkdo_hero-grid .post-three-col .post-content .post-content_title {
        font-size: 42px
    }
}

@media screen and (min-width:640px) {
    .mkdo_hero-grid .split-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .mkdo_hero-grid .split-panel .post-image {
        min-height: 200px;
        position: relative
    }
    .mkdo_hero-grid .split-panel .post-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 53%;
        height: auto
    }
    .mkdo_hero-grid .split-panel .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 47%;
        position: static
    }
}

@media screen and (min-width:950px) {
    .mkdo_hero-grid .split-panel .post-image {
        width: 55%
    }
    .mkdo_hero-grid .split-panel .post-content {
        width: 45%
    }
}

body.ie .mkdo_hero-grid .hero-grid_inner {
    padding: 20px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.ie .mkdo_hero-grid .hero-grid_inner .post-one-col,
body.ie .mkdo_hero-grid .hero-grid_inner .post-three-col,
body.ie .mkdo_hero-grid .hero-grid_inner .post-two-col {
    width: 100%;
    min-height: 200px;
    margin: 0 0 20px 0
}

body.ie .mkdo_hero-grid .hero-grid_inner .post-one-col .post-content_title,
body.ie .mkdo_hero-grid .hero-grid_inner .post-three-col .post-content_title,
body.ie .mkdo_hero-grid .hero-grid_inner .post-two-col .post-content_title {
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media screen and (min-width:950px) {
    body.ie .mkdo_hero-grid .hero-grid_inner .post-one-col,
    body.ie .mkdo_hero-grid .hero-grid_inner .post-two-col {
        min-height: 250px
    }
    body.ie .mkdo_hero-grid .hero-grid_inner .post-one-col,
    body.ie .mkdo_hero-grid .hero-grid_inner .post-two-col {
        width: 49%
    }
    body.ie .mkdo_hero-grid .hero-grid_inner .post-three-col {
        min-height: 400px
    }
}

.author-profile {
    max-width: 600px;
    margin: 20px auto 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media screen and (min-width:640px) {
    .author-profile {
        margin: 60px auto 40px 0
    }
}

.author-profile .author-profile_title {
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: .05em;
    width: 100%;
    font-size: 33px;
    margin: 0 0 20px
}

.author-profile .author-profile_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    width: 150px;
    height: 150px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-box-shadow: 2px 3px 3px #ddd;
    box-shadow: 2px 3px 3px #ddd;
    margin-bottom: 20px
}

.author-profile .author-profile_content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 400px
}

.author-profile .author-profile_content>* {
    margin-bottom: 20px
}

.author-profile .author-profile_content .author-profile_website {
    line-height: 21px;
    vertical-align: top;
    font-size: 14px
}

.author-profile .author-profile_content .author-profile_website a {
    color: #777a7f;
    text-decoration: none
}

.author-profile .author-profile_content .author-profile_website a:active,
.author-profile .author-profile_content .author-profile_website a:focus,
.author-profile .author-profile_content .author-profile_website a:hover {
    text-decoration: none
}

@media screen and (min-width:640px) {
    .author-profile .author-profile_content .author-profile_website {
        display: inline-block;
        margin-left: 18px;
        padding-left: 20px
    }
}

.author-profile .author-profile_content .author-profile_bio p {
    margin: 0 0 10px 0;
    line-height: 1.4;
    font-weight: 400;
    font-size: 15px;
    -webkit-font-smoothing: antialiased
}

.author-profile .author-profile_content .author-profile_bio p:last-child {
    margin-bottom: 0
}

.author-profile .author-profile_content .author-profile_bio p a {
    color: #777a7f;
    text-decoration: none
}

.author-profile .author-profile_content .author-profile_bio p a:active,
.author-profile .author-profile_content .author-profile_bio p a:focus,
.author-profile .author-profile_content .author-profile_bio p a:hover {
    text-decoration: none
}

.author-profile .author-profile_social {
    display: inline-block
}

.author-profile .author-profile_social li {
    float: left;
    margin-right: 10px
}

.author-profile .author-profile_social li:last-child {
    margin-right: 0
}

.author-profile .author-profile_social .icon-link i {
    display: block;
    text-decoration: none;
    width: 21px;
    height: 21px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 5px;
    background: #111;
    border-radius: 50%
}

.author-profile .author-profile_social .icon-link:active i,
.author-profile .author-profile_social .icon-link:focus i,
.author-profile .author-profile_social .icon-link:hover i {
    background: #777a7f
}

.home-newsletter-wrapper {
    margin: 20px 0 20px
}

@media only screen and (max-width:1024px) {
	.custom-single-page .post-title {
		left: 0;
	}
}

@media only screen and (max-width:639px) {
	.home-newsletter-wrapper {
		margin: 1px 0 -1px;
	}
}
@media screen and (min-width:640px) {
    .home-newsletter-wrapper {
        margin: 0 0 20px
    }
}

@media screen and (min-width:950px) {
    .home-newsletter-wrapper {
        margin: 0 0 40px
    }
}

.online-donations_response {
    position: relative
}

.online-donations_response .response-contact-us,
.online-donations_response .response-message {
    margin-bottom: 40px
}

.online-donations_response .response-title_success {
    display: none
}

.online-donations_response .response-title_error {
    display: block
}

.online-donations_response .response-title_error i {
    display: inline-block;
    margin-right: 10px
}

.online-donations_response.response-success {
    text-align: center
}

.online-donations_response.response-success .response-title_success {
    display: block
}

@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(.5) translateY(50px);
        transform: scale(.5) translateY(50px);
        opacity: 0
    }
    30% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        opacity: 1
    }
}

@keyframes scaleOut {
    0% {
        -webkit-transform: scale(.5) translateY(50px);
        transform: scale(.5) translateY(50px);
        opacity: 0
    }
    30% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        opacity: 1
    }
}

.online-donations_response.response-success .response-title_success i {
    display: block;
    font-size: 2.5em;
    -webkit-transform: scale(.5) translateY(50px);
    transform: scale(.5) translateY(50px);
    opacity: 0;
    color: #ea7188;
    -webkit-animation: 2s ease forwards .5s scaleOut;
    animation: 2s ease forwards .5s scaleOut;
    margin-bottom: 10px
}

.online-donations_response.response-success .response-contact-us,
.online-donations_response.response-success .response-title_error {
    display: none
}

.capx-main-nav {
    display: none;
    background-color: #c1c1c1;
    color: #000
}

@media screen and (min-width:950px) {
    .capx-main-nav {
        display: block
    }
}

.capx-main-nav__wrap {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    padding: 10px 18px
}

.capx-main-nav__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.capx-main-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-right: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.capx-main-nav__menu .menu-item {
    margin-right: 10px
}

.capx-main-nav__menu .menu-item a {
    padding: 5px 10px;
    color: #000;
}

.capx-main-nav__menu .menu-item a:hover {
    color: #fff;
    background-color: #000
}

.capx-main-nav__button {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400
}

.capx-main-nav__button:last-child {
    margin-right: 10px
}

.capx-main-nav__button:hover {
    background-color: #fff;
    color: #000
}

.author-directory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 64px 20px;
    padding: 4rem 20px
}

.author-directory__title {
    display: inline-block;
    width: 100%;
    margin-bottom: 32px;
    margin-bottom: 2rem
}

.author-directory__author {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 5px 0
}

@media only screen and (min-width:767px) {
    .author-directory__author {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
        max-width: 48%
    }
	.center-bt {
		margin: 20px 0;
	}
}

.home .articles-list {
    margin-bottom: 0
}

.home .articles-list.articles-list-bottom {
    margin-top: 0
}

.online-donations {
    position: relative;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    max-width: 730px;
    padding: 0;
    font-size: 16px
}

.online-donations a {
    color: #777a7f;
    text-decoration: none
}

.online-donations a:active,
.online-donations a:focus,
.online-donations a:hover {
    text-decoration: none
}

.online-donations p {
    margin: 0 0 20px
}

.online-donations .online-donations_label {
    display: block
}

.online-donations input[type=email],
.online-donations input[type=text] {
    background: #fff;
    border: none;
    border-radius: 2px;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
    font-size: 15px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    letter-spacing: 0;
    color: #181c1e;
    border: 1px solid #ddd
}

.online-donations input[type=email]:focus,
.online-donations input[type=text]:focus {
    border-color: #111
}

.online-donations .online-donations_form fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.online-donations .online-donations_header {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eef1f1
}

.online-donations .online-donations_header legend {
    font-size: 22px;
    font-weight: 100;
    margin: 0
}

.online-donations .online-donations_footer {
    border-top: 1px solid #eef1f1;
    padding: 20px 0;
    margin: 20px 0 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .8)
}

.online-donations .online-donations_footer .submit-button {
    float: right;
    clear: right;
    margin-bottom: 20px;
    width: 100%
}

@media screen and (min-width:465px) {
    .online-donations .online-donations_footer .submit-button {
        width: auto
    }
}

.online-donations .online-donations_footer .stripe-link {
    float: left;
    display: block;
    margin-right: 20px;
    font-size: 14px;
    margin-bottom: 8px;
    opacity: .8
}

.online-donations .online-donations_footer .stripe-link:focus,
.online-donations .online-donations_footer .stripe-link:hover {
    opacity: 1
}

@-webkit-keyframes slideOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}

@keyframes slideOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
}

@-webkit-keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.online-donations .online-donations_form-fields,
.online-donations .online-donations_response,
.online-donations .submit-button {
    display: none;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.online-donations .online-donations_form-fields.show,
.online-donations .online-donations_response.show,
.online-donations .submit-button.show {
    display: block;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.online-donations .online-donations_form-fields.slide-out,
.online-donations .online-donations_response.slide-out,
.online-donations .submit-button.slide-out {
    -webkit-animation: slideOut .3s ease-out forwards;
    animation: slideOut .3s ease-out forwards
}

.online-donations .online-donations_form-fields.slide-in,
.online-donations .online-donations_response.slide-in,
.online-donations .submit-button.slide-in {
    -webkit-animation: slideIn .3s ease-out forwards;
    animation: slideIn .3s ease-out forwards
}

.online-donations .donation-row {
    margin-right: -20px;
    margin-bottom: 20px
}

.online-donations .donation-row:after {
    content: "";
    display: table;
    clear: both
}

.online-donations .donation-row:last-child {
    margin-bottom: 0
}

.online-donations .donation-block {
    float: left;
    padding-right: 20px;
    margin-bottom: 20px;
    width: 100%
}

@media screen and (min-width:465px) {
    .online-donations .donation-block {
        width: 50%
    }
}

@media screen and (min-width:700px) {
    .online-donations .donation-block {
        width: 33.3333333333%
    }
}

.online-donations .amount-selection_block {
    float: left;
    padding: 0 20px 20px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

@media screen and (min-width:540px) {
    .online-donations .amount-selection_block {
        width: 20%
    }
}

.online-donations .amount-radio {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 15px;
    border: 1px solid #181c1e;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative
}

.online-donations .amount-radio input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    opacity: 0;
    position: absolute
}

.online-donations .amount-radio input[type=radio]:focus {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 2px #777a7f;
    box-shadow: 0 0 0 2px #777a7f
}

.online-donations .amount-radio .amount-value {
    position: relative
}

.online-donations .amount-radio .amount-value .value {
    font-size: 20px;
    line-height: 1em
}

.online-donations .amount-radio .amount-value .currency {
    font-size: 12px;
    line-height: 1em;
    height: 1em;
    position: absolute;
    right: 105%;
    top: 1px
}

.online-donations .amount-radio:active,
.online-donations .amount-radio:hover {
    background-color: #eef1f1;
    border-color: #22282b;
    cursor: pointer
}

.online-donations .amount-radio:focus {
    background-color: #777a7f;
    border-color: #22282b;
    color: #fff;
    cursor: pointer
}

.online-donations .amount-radio.selected {
    background-color: #181c1e;
    border-color: #181c1e;
    color: #fff
}

.online-donations .amount-radio.selected:focus {
    border-color: #181c1e;
    background-color: #777a7f
}

.online-donations .custom-amount .customamountinput-frame {
    position: relative
}

.online-donations .custom-amount .customamountinput-frame:before {
    color: #111;
    content: '£';
    position: absolute;
    left: 10px;
    line-height: 42px;
    height: 42px;
    font-size: 15px
}

.online-donations .custom-amount .customamountinput-frame input.customamountinput {
    padding-left: 24px;
    font-size: 25px
}

.online-donations .custom-amount .customamountinput-frame:focus {
    border-color: #111
}

.online-donations .custom-amount .customamountinput-frame.selected {
    border-color: #111;
    border-radius: 0
}

.online-donations .custom-amount .customamountinput-frame.selected input {
    background-color: #111;
    border-color: #111;
    color: #fff
}

.online-donations .custom-amount .customamountinput-frame.selected:before {
    color: #fff
}

.online-donations .recurring-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    height: 61px
}

@media screen and (min-width:465px) {
    .online-donations .recurring-payment {
        height: auto;
        margin-top: 31px
    }
}

.online-donations .recurring-payment .recurring-payment_radio {
    font-weight: 500;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.online-donations .recurring-payment .recurring-payment_radio .radio-circle {
    border: 1px solid #181c1e;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 0 #111 inset;
    box-shadow: 0 0 0 0 #111 inset;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.online-donations .recurring-payment .recurring-payment_radio .radio-circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    font-size: 10px
}

.online-donations .recurring-payment .recurring-payment_radio input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    opacity: 0
}

.online-donations .recurring-payment .recurring-payment_radio input[type=radio]:checked+.radio-circle {
    background-color: #181c1e;
    border-color: #181c1e;
    -webkit-box-shadow: 0 0 30px 30px #111 inset;
    box-shadow: 0 0 30px 30px #111 inset;
    color: #fff
}

.online-donations .recurring-payment .recurring-payment_radio input[type=radio]:checked+.radio-circle i {
    display: block
}

.online-donations .recurring-payment .recurring-payment_radio input[type=radio]:focus+.radio-circle {
    -webkit-box-shadow: 0 0 0 2px #777a7f;
    box-shadow: 0 0 0 2px #777a7f
}

.online-donations .terms-checkbox {
    margin-bottom: 20px;
    font-weight: 500;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px
}

.online-donations .terms-checkbox .check-circle {
    border: 1px solid #181c1e;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 0 #111 inset;
    box-shadow: 0 0 0 0 #111 inset;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px
}

.online-donations .terms-checkbox .check-circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    font-size: 8px
}

.online-donations .terms-checkbox .check-text {
    height: 20px;
    font-size: 14px
}

.online-donations .terms-checkbox input[type=checkbox] {
    width: 1px;
    height: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    opacity: 0;
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99
}

.online-donations .terms-checkbox input[type=checkbox]:checked~.check-circle {
    background-color: #181c1e;
    border-color: #181c1e;
    -webkit-box-shadow: 0 0 30px 30px #111 inset;
    box-shadow: 0 0 30px 30px #111 inset;
    color: #fff
}

.online-donations .terms-checkbox input[type=checkbox]:checked~.check-circle i {
    display: block
}

.online-donations .terms-checkbox input[type=checkbox].error~.check-circle {
    border-color: #d63857
}

.online-donations .terms-checkbox input[type=checkbox]:focus+.check-circle {
    -webkit-box-shadow: 0 0 0 2px #777a7f;
    box-shadow: 0 0 0 2px #777a7f
}

.online-donations .terms-checkbox #termscheckbox-error {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 4px;
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99
}

.online-donations .error {
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0
}

.online-donations label.error {
    color: #d63857
}

.online-donations .custom-amount .customamountinput-frame.selected input.error,
.online-donations input.error {
    border-color: #d63857
}

.online-donations .custom-amount .customamountinput-frame.selected input.error:focus,
.online-donations input.error:focus {
    border-color: #d63857
}

.online-donations#online-donations-cancel .donation-block {
    width: 100%
}

@media screen and (min-width:465px) {
    .online-donations#online-donations-cancel .donation-block {
        width: 60%
    }
}

@media screen and (min-width:700px) {
    .online-donations#online-donations-cancel .donation-block {
        width: 43%
    }
}

.responsive-embed {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%
}

.responsive-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}


.footer{
}


.footer .container {
    display: flex;
    align-items: center;
}
.footer .footer-main{
    background: #C4C4C4;
    padding: 50px 0;
}

.footer .footer-main .footer-row{
    flex: 0 0 75%;
    display: flex;
    padding-right: 50px;
    margin: 0 -30px;
}

.footer .footer-main .footer-row .footer-cols{
    padding: 0 30px;
    flex: 1 0 auto;
}

.footer .footer-main .footer-row .footer-cols .page-link{	
    display: flex;
    margin: 0 0 14px;
    color: #000;
    text-transform: uppercase;
}
.footer .footer-main .footer-row .footer-cols .page-link:hover{
    text-decoration:underline;
}



.footer .footer-main .footer-podcast{
    position: relative;
    background: #000;
}
.footer .footer-main .footer-podcast .content {
    position: relative;
    z-index: 9;
    padding: 30px 16px 10px;
    color: #fff;
    background: rgba(0,0,0,0.2);
	transition:all 0.3s;
}
.footer .footer-main .footer-podcast .content:hover {
    background: rgba(0,0,0,0.4);
}
.footer .footer-main .footer-podcast .content svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    margin-bottom: 10px;
}
.footer .footer-main .footer-podcast img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}
.footer .footer-main .footer-podcast h3 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 14px;
}

.footer .footer-main .footer-podcast .foot-post-meta {
    text-transform: uppercase;
    font-size: 12px;
    opacity: 0.8;
}



.footer .footer-copyright .container {	
    justify-content: space-between;
    align-items: center;
}

.footer .footer-copyright {
    background: #111111;
    padding: 20px 0;
}
.footer .footer-copyright .sociallinks {
    flex: 0 0 30%;
}
.footer .footer-copyright .sociallinks .social-button{
    color: #000;
    background: #fff;
    padding: 2px;
    font-size: 14px;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
	transition:all 0.3s;
	
}
.footer .footer-copyright .sociallinks .social-button:hover{
	background: #c4c4c4;
    opacity: 0.8;
}
.footer .footer-copyright .copyright {	
    text-align: right;
    color: #fff;
    flex: 0 0 70%;
    font-weight: 300;
    text-transform: uppercase;
}

.grecaptcha-badge {
    display: none !important;
}


@media screen and (max-width:991px) {
   .footer .footer-main {
		padding: 40px 0;
	}
	.footer .footer-main .footer-podcast h3 {
		font-size: 16px;
	}
}
@media screen and (max-width:783px) {
   .footer {
		padding-bottom: 38px;
	}
	.footer .container {
		flex-wrap: wrap;
	}
	.footer .footer-main .footer-row {
		flex: 0 0 100%;
		padding-right: 0;
	}
	.footer .footer-main .footer-podcast {
		max-width: 360px;
		margin-top: 17px;
	}
}


@media screen and (max-width:575px) {
	.footer .footer-main .footer-row {
		display: inline-block;
		margin: 0;
	}
	.footer .footer-main .footer-row .footer-cols {
		margin: 0 0 30px;
		padding:0;
	}
	.footer .footer-copyright .sociallinks {
		flex: 0 0 100%;
		margin: 0 0 16px;
	}
	.footer .footer-copyright .copyright {
		text-align: left;
		flex: 0 0 100%;
	}
}









