/*!
 *  Font Awesome 4.4.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.4.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.4.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: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.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
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

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

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

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

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

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-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);
    -ms-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 {
    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-f:before,
.fa-facebook:before {
    content: "\f09a"
}

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

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

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

.fa-feed:before,
.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,
.fa-gratipay: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,
.fa-y-combinator-square:before,
.fa-yc-square: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"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

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

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

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

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

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

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

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Bold-webfont.eot);
    src: url(/fonts/Roboto-Bold-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/Roboto-Bold-webfont.woff) format('woff'), url(/fonts/Roboto-Bold-webfont.ttf) format('truetype'), url(/fonts/Roboto-Bold-webfont.svg#robotobold) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Italic-webfont.eot);
    src: url(/fonts/Roboto-Italic-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/Roboto-Italic-webfont.woff) format('woff'), url(/fonts/Roboto-Italic-webfont.ttf) format('truetype'), url(/fonts/Roboto-Italic-webfont.svg#robotoitalic) format('svg');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Regular-webfont.eot);
    src: url(/fonts/Roboto-Regular-webfont.eot?#iefix) format('embedded-opentype'), url(/fonts/Roboto-Regular-webfont.woff) format('woff'), url(/fonts/Roboto-Regular-webfont.ttf) format('truetype'), url(/fonts/Roboto-Regular-webfont.svg#robotoregular) format('svg');
    font-weight: 400;
    font-style: normal
}

a {
    color: #24267b
}

* {
    font-family: Roboto, Arial;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #333;
    line-height: 1.5
}

ol,
ul {
    margin-left: 30px
}

body {
    background: #f7f4ef
}

img {
    max-width: 100%;
    max-height: 100%
}

.clear {
    clear: both
}

#header {
    height: 150px;
    background: url(/img/icci-header.jpg) center center repeat-x
}

#header #logo {
    width: 100%;
    height: 100%;
    background: url(/img/logo.png) center center no-repeat
}

#menu {
    height: 60px
}

#menu:after {
    content: '';
    display: block;
    clear: both
}

#menu div.item {
    float: left;
    padding: 10px;
    position: relative
}

#menu div.item>a {
    font-size: 22px;
    text-transform: uppercase;
    color: #24267b;
    font-weight: 700
}

#menu div.item a:hover {
    color: #bda88b
}

#menu div.item:after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background: url(/img/sep.png) center center no-repeat
}

#menu div.item:first-child:after {
    display: none
}

#menu div.item.right {
    float: right
}

#menu div.item.right:after {
    display: none
}

#menu div.item.right a {
    font-weight: 400
}

#menu div.item div.sub-menu {
    display: none;
    border-top: 4px solid #000;
    position: absolute;
    background: #fff;
    top: 44px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 3px 3px 10px #000;
    -moz-box-shadow: 3px 3px 10px #000;
    box-shadow: 0 5px 20px #CCC;
    z-index: 9999
}

#menu div.item:hover div.sub-menu {
    display: block
}

#menu div.item div.sub-menu a {
    display: block;
    font-size: 18px;
    color: #24267b;
    padding: 10px;
    border-top: 1px solid #e4eaec
}

#menu div.item div.sub-menu a:hover {
    color: #bda88b;
    background: #f5f7f8
}

#menu div.item div.sub-menu a:first-child {
    border: none
}

#menu div.item a.webinars.active,
#menu div.item a.webinars:hover {
    color: #233b23
}

#menu div.item a.blogs.active,
#menu div.item a.blogs:hover {
    color: #6e0b0b
}

#menu div.item a.news.active,
#menu div.item a.news:hover {
    color: #5f4c41
}

#menu div.item .sep {
    display: inline-block;
    height: 16px;
    width: 6px;
    top: 0;
    left: 0;
    background: url(/img/sep.png) center center no-repeat
}

.wrapper {
    width: 1140px;
    margin: 0 auto
}

hr {
    height: 17px;
    background: url(/img/footer-line.png) center center repeat-x;
    border: 0;
    margin: 0 0 30px
}

#footer {
    border-top: 4px solid #bca890
}

#footer .line {
    height: 17px;
    background: url(/img/footer-line.png) center center repeat-x
}

#footer .wrapper {
    height: 50px;
    line-height: 50px
}

#footer .wrapper .left {
    float: left;
    color: #192476;
    font-weight: 700;
    font-size: 14px
}

#footer .wrapper .right {
    float: right
}

#footer .wrapper .left a {
    color: #192476;
    text-transform: uppercase;
    padding-right: 20px;
    font-weight: 700;
    display: block;
    float: left
}

#footer .wrapper .right a img {
    margin-top: 5px
}

#full-content-padding {
    padding-bottom: 60px
}

#full-content-padding:after {
    display: block;
    content: '';
    clear: both
}

#left-content {
    float: left;
    width: 750px;
    min-height: 10px
}

#right-content {
    float: left;
    width: 360px;
    margin-left: 30px
}

#content:after {
    display: block;
    clear: both;
    content: ''
}

#search-box {
    padding: 6px;
    border: 3px solid #9d9386
}

#search-box:after {
    clear: both;
    display: block;
    content: ''
}

#search-box input {
    float: right;
    border-radius: 3px;
    border: 1px solid #e5eaee;
    padding: 8px;
    font-size: 16px;
    width: 94%;
    background: url(/img/search.jpg) right center no-repeat #fff
}

#right-col {
    margin: 20px 0;
    background: #f0ede8;
    padding: 15px
}

#latest-activity h2 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #666
}

#latest-activity .activities * {
    color: #666
}

#latest-activity .activities .activity {
    margin: 15px 0;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

#latest-activity .activities .activity .title a {
    color: #192476;
    font-size: 17px
}

.flash-messages {
    margin-bottom: 20px
}

.flash-messages .alert {
    padding: 6px;
    margin-top: 2px
}

.flash-messages .alert-error {
    background: #8b0000;
    color: #fff
}

.flash-messages .alert-success {
    background: #51822F;
    color: #FFF
}

.box-news {
    border-top: 4px solid #5f4c41
}

.box-blogpost {
    border-top: 4px solid #6e0b0b
}

.box-webinarpost {
    border-top: 4px solid #233b23
}

.read-more .counter {
    float: right
}

#double-col-table-layout {
    width: 100%;
    border-collapse: collapse
}

#double-col-table-layout>tbody>tr>td {
    vertical-align: top;
    height: 100%
}

#double-col-table-layout>tbody>tr>td:first-child {
    width: 750px;
    padding-right: 30px
}

#double-col-table-layout>tbody>tr {
    height: 100%
}

#double-col-table-layout td #right-content-padding {
    position: relative;
    height: 100%;
    min-height: 800px;
    width: 100%;
    float: left
}

#double-col-table-layout td #right-content-padding #right-col .activities {
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    background: #f0ede8;
    padding: 0 15px
}

#double-col-table-layout td #right-content-padding #right-col #right-col-user {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0ede8;
    padding: 15px;
    overflow-y: hidden;
}

#double-col-table-layout td #right-content-padding #right-col td{
    max-width: 200px;
}

#double-col-table-layout td #right-content-padding #right-col #right-col-user a {
    word-break: break-all;
    word-wrap: break-word;
    width: 200px;
}

.header span.news,
span.news {
    color: #5f4c41!important
}

.header span.blog,
span.blog {
    color: #6e0b0b!important
}

.header span.webinar,
span.webinar {
    color: #233b23!important
}

table {
    border-collapse: collapse
}

.post-table td {
    padding: 0;
    vertical-align: top
}

.post-table td.image-td {
    width: 40%;
    padding-right: 20px
}

.post-table td.image-td img {
    margin-top: 20px
}

img[src="/image/noimage.png?v=3blogpost"] {
    height: 0
}

.post-header-info {
    margin-top: 6px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.post-header-info:after {
    clear: both;
    content: '';
    display: block
}

.post-header-info .image {
    float: left;
    width: 52px;
    height: 52px;
    background-position: center center;
    background-size: cover
}

.post-header-info .text.post-header-text {
    float: left;
    line-height: 22px!important;
    padding-top: 4px!important;
    padding-left: 10px!important;
    font-size: 13px
}

.post-header-info .text * {
    font-size: 13px
}

.post-header-info .text span.blog {
    font-size: 15px
}

blockquote {
    padding: 0px 30px;
    font-style: italic;
}

blockquote *{
    font-style: italic;
}

.post-table td .text {
    padding-top: 15px
}

p {
    margin-bottom: 1em
}

#page-404 h1 {
    font-size: 20px;
    font-weight: 700;
    color: #24267B;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 2em
}

#page-404 p {
    font-size: 18px;
    color: #333;
    text-align: center
}

#page-404 a {
    display: block;
    font-size: 18px;
    color: #24267B;
    text-align: center
}

.ebook-links {
    margin: 40px 0
}

.ebook-links:after {
    content: '';
    display: block;
    clear: both
}

.ebook-links a {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    padding-right: 10px
}

.ebook-links a:after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 0;
    background: url(/img/sep.png) center center no-repeat
}

.ebook-links a:last-child:after {
    display: none
}

.comment-block {
    margin-top: 0
}

.comment-block .padding {
    padding: 10px 0
}

.comment-block h3 {
    color: #192476;
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #CCC
}

.comment-block h3 .counter {
    float: right;
    color: #000
}

.comment-block form {
    display: block
}

.comment-block .error {
    color: #8b0000
}

.comment-block .row {
    margin-top: 15px;
    margin-right: 20px
}

.comment-block .row:after {
    content: '';
    display: block;
    clear: both
}

.comment-block .row .left {
    float: left;
    width: 47%
}

.comment-block .row .right {
    float: right;
    width: 47%
}

.comment-block input,
.comment-block textarea {
    width: 100%;
    border: 1px solid #e5eaee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px
}

.comment-block textarea {
    height: 90px
}

.comment-block .row.submit {
    margin-right: 0
}

.comment-block input.submit {
    float: right;
    background: #fff;
    color: #192476;
    width: auto;
    font-weight: 700
}

.comment-block .comments {
    margin-top: 20px;
    border: 0
}

.comment-block .comments .comment .subject:after {
    content: '';
    display: block;
    clear: both
}

.comment-block .comments .comment .subject .text {
    float: left;
    color: #192476;
    font-weight: 400;
    font-size: 17px
}

.comment-block .comments .comment .subject .nav {
    float: right;
    margin-left: 10px
}

.comment-block .comments .comment .subject .nav .reply {
    color: #bda88b;
    padding-left: 25px;
    height: 19px;
    background: url(/img/reply.png) left bottom no-repeat;
    cursor: pointer
}

.comment-block .comments .comment .subject .nav .fa,
.comment-block .comments .comment .subject .nav .fa a {
    color: #bda88b
}

.comment-block .comments .comment {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.comment-block .comments .comment:last-child {
    border-bottom: none
}

.comment-block .comments .comment .sep {
    padding: 6px;
    height: 17px;
    background: url(/img/sep.png) center center no-repeat
}

.comment-block .comments .comment .content {
    border: none;
    font-size: 16px
}

.comment-block .comments .comment .sub-comments .comment {
    background: #f0f0f0;
    margin-left: 50px;
    margin-top: 20px;
    padding: 15px
}

.comment-block .comments .comment .reply-box {
    padding-left: 50px;
    display: none
}

.comment-block .comments .comment.reply-open .reply-box {
    display: block
}

.comment-block .comments .comment.reply-open .nav .reply {
    color: #192476;
    background: url(/img/reply.png) left top no-repeat
}

.comment-block .comments .comment .reply-box .padding {
    margin-top: 20px;
    padding: 15px;
    border: #f0f0f0 1px solid;
}

.comment-block .comments .comment .reply-box .padding .row {
    margin-top: 0
}

.comment-block .comments .comment .reply-box textarea {
    border: 1px solid #e5eaee;
    margin-bottom: 10px
}

.webinar-list .left-col,
.webinar-list .right-col {
    float: left;
    width: 49%
}

.webinar-list .left-col {
    margin-right: 2%
}

.webinar-list .left-col:after,
.webinar-list .right-col:after {
    content: '';
    display: block;
    clear: both
}

.webinar-list .webinar-post {
    margin-bottom: 30px;
    border: 1px solid #e7eced;
    background: #fff;
    border-top: 4px solid #9d9386
}

.webinar-list .webinar-post .header {
    padding: 15px 20px
}

.webinar-list .webinar-post .header table {
    border-collapse: collapse;
    border: 0;
    width: 100%
}

.webinar-list .webinar-post .header table td.title {
    padding-left: 10px
}

.webinar-list .webinar-post .header table td.title a {
    color: #233b23;
    font-size: 23px;
    font-weight: 700
}

.webinar-list .webinar-post .header table td.image {
    width: 100px;
    height: 100px
}

.webinar-list .webinar-post .header table td.image .image {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover
}

.webinar-list .webinar-post .header table td {
    vertical-align: middle
}

.webinar-list .webinar-post .header table td a {
    color: #6e0b0b;
    font-size: 20px
}

.webinar-list .webinar-post .posts {
    margin: 0 20px
}

.webinar-list .webinar-post .posts a {
    display: block;
    color: #192476;
    padding: 10px 0;
    border-top: 1px solid #CCC;
    font-weight: 400
}

.webinar-list .webinar-post .posts a.post {
    font-size: 17px
}

.webinar-list .webinar-post .posts .read-all {
    color: #333
}

.blog-list .left-col,
.blog-list .right-col {
    width: 49%;
    float: left
}

.blog-list .left-col:after,
.blog-list .right-col:after {
    display: block;
    content: '';
    clear: both
}

.blog-list .left-col {
    margin-right: 2%
}

.blog-list .blog-post {
    margin-bottom: 30px;
    border: 1px solid #e7eced;
    background: #fff;
    border-top: 4px solid #9d9386
}

.blog-list .blog-post .header {
    padding: 15px 20px
}

.blog-list .blog-post .header table {
    border-collapse: collapse;
    border: 0;
    width: 100%
}

.blog-list .blog-post .header table td.image {
    width: 80px;
    height: 80px;
    padding: 0
}

.blog-list .blog-post .header table td.image .image {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover
}

.blog-list .blog-post .header table td {
    vertical-align: middle;
    padding-left: 10px
}

.blog-list .blog-post .header table td a {
    color: #6e0b0b;
    font-size: 23px;
    font-weight: 700
}

.blog-list .blog-post .posts {
    margin: 0 20px
}

.blog-list .blog-post .posts a {
    display: block;
    color: #192476;
    padding: 10px 0;
    border-top: 1px solid #CCC;
    font-weight: 400
}

.blog-list .blog-post .posts a.post {
    font-size: 17px
}

.blog-list .blog-post .posts .read-all {
    color: #333
}

#blog-page h1 {
    color: #6e0b0b;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

#blog-page h1 a {
    color: #6e0b0b;
    font-size: 35px;
    font-weight: 700
}

#blog-page .description {
    color: #BDA88B;
    margin-bottom: 30px;
    font-size: 17px;
    padding: 15px
}

#blog-page .current-post {
    border: 1px solid #e7eced;
    border-top: 4px solid #6e0b0b;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #fff
}

#blog-page .current-post h2,
#blog-page .current-post h2 a {
    color: #192476;
    font-size: 27px
}

#blog-page .current-post .info {
    margin-top: 6px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

#blog-page .current-post .content {
    padding-top: 15px
}

#blog-page .current-post .read-more {
    font-weight: 400;
    padding-top: 10px;
    line-height: normal
}

#blog-page .current-post .read-more a {
    color: #192476;
    font-size: 15px
}

#blog-page .articles .left-col:after,
#blog-page .articles .right-col:after {
    content: '';
    clear: both;
    display: block
}

#blog-page .articles .left-col {
    margin-right: 2%
}

#blog-page .articles .left-col,
#blog-page .articles .right-col {
    width: 49%;
    float: left
}

#blog-page .articles .post {
    margin-bottom: 30px;
    background-color: #fff;
    border-top: 4px solid #5f4c41
}

#blog-page .articles .post .image img {
    width: 100%;
    display: block
}

#blog-page .articles .post .content {
    padding: 15px;
    border: 1px solid #EEE;
    border-top: 0
}

#blog-page .articles .post .content h2 {
    margin-bottom: 10px
}

#blog-page .articles .post .content h2 a {
    color: #192476;
    font-size: 23px
}

#blog-page .articles .post .content .header div {
    margin-top: 6px
}

#blog-page .articles .post .content .header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC
}

#blog-page .articles .post .content .text {
    line-height: 1.5;
    padding-top: 10px!important
}

#blog-page .articles .post .content .text .read-more {
    font-weight: 400;
    padding-top: 10px;
    line-height: normal
}

#blog-page .articles .post .content .text .read-more a {
    color: #192476;
    font-size: 15px
}

#blog-page .articles .post .content .text .read-more .counter {
    float: right
}

#right-col-user .image {
    text-align: center
}

#right-col-user .image img {
    max-width: 270px;
    max-height: 270px
}

#right-col-user h2 {
    color: #192476;
    font-weight: 700;
    margin-top: 35px;
    line-height: 24px;
    font-size: 23px
}

#right-col-user table {
    width: 100%;
    margin: 18px 0
}

#right-col-user table tr td {
    line-height: 24px
}

#right-col-user table tr td:first-child {
    white-space: nowrap;
    width: 5%;
    padding-right: 40px
}

#right-col-user .introduction {
    line-height: 24px
}

#right-col-user .introduction .title {
    font-weight: 700
}

#right-col-user .latest-comments {
    height: 100%;
    margin-top: 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

#right-col-user .latest-comments-h3 {
    margin-bottom:0;
    margin-top:10px;
}

#right-col-user .latest-comments > div:first-child{
    margin-top: 0px;
}

#right-col-user .latest-comments .comment {
    margin: 15px 0;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

#right-col-user .latest-comments .comment:last-child {
    border: 0
}

#right-col-user .latest-comments .comment .title a {
    color: #192476;
    font-size: 17px
}

#right-col-user h3 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #666
}

#faq-page {
    border: 1px solid #e7eced;
    padding: 15px
}

#faq-page .faq-group {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px
}

#faq-page .faq-group:last-child {
    border-bottom: 0
}

#faq-page .faq-group h1 {
    color: #192476;
    font-size: 27px
}

#faq-page .faq-group .faq {
    margin: 30px 0
}

#faq-page .faq-group .faq label {
    display: block;
    font-weight: 700;
    font-size: 18px;
    padding-left: 30px;
    height: 19px;
    background: url(/img/faq-button.jpg) left top no-repeat;
    cursor: pointer
}

#faq-page .faq-group .faq input {
    display: none
}

#faq-page .faq-group .faq .content .faq-content {
    display: none;
    line-height: 24px;
    padding-top: 10px;
    font-size: 14px
}

#faq-page .faq-group .faq input:checked+.content .faq-content {
    display: block!important
}

#faq-page .faq-group .faq input:checked+.content label {
    background-position: left bottom;
    color: #bda88b
}

#auth-page .col {
    background: #fff;
    width: 48%;
    float: left;
    border: 1px solid #e7eced;
    margin: -2px
}

#auth-page .col:nth-child(even) {
    margin-left: 4%
}

#auth-page .col fieldset {
    padding: 15px;
    border: 0
}

#auth-page .col fieldset h1 {
    font-size: 26px;
    color: #192476;
    display: block;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC
}

#auth-page .col fieldset .row {
    margin-right: 20px
}

#auth-page .col fieldset .row label {
    display: block;
    padding: 8px 0;
    font-size: 14px
}

#auth-page .col fieldset .row input {
    width: 100%;
    border: 1px solid #e5eaee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px
}

#auth-page .col fieldset .row input[type=submit] {
    float: right;
    background: #fff;
    color: #192476;
    width: auto;
    font-weight: 700;
    padding: 8px 16px;
    cursor: pointer
}

#auth-page .col fieldset .row:after {
    content: '';
    display: block;
    clear: both
}

#auth-page .col fieldset .row .left {
    float: left
}

#auth-page .col fieldset .row .right {
    float: right
}

#auth-page .col .login fieldset .row:nth-child(4) {
    margin-top: 30px;
    margin-right: 0
}

#auth-page .col .signup fieldset .row:nth-child(12) {
    margin-top: 30px;
    margin-right: 0
}

#auth-page .col fieldset .row label.checkbox:after {
    content: '';
    display: block;
    clear: both
}

#auth-page .col fieldset .row label.checkbox {
    cursor: pointer
}

#auth-page .col fieldset .row label.checkbox input {
    display: none
}

#auth-page .col fieldset .row label.checkbox .checkbox {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5eaee;
    float: left
}

#auth-page .col fieldset .row label.checkbox .text {
    float: left;
    line-height: 26px;
    padding-left: 10px;
    font-size: 14px
}

#auth-page .col fieldset .row label.checkbox input:checked+.checkbox {
    background: url(/img/checkbox.gif) center center no-repeat
}

#auth-page .col .signup fieldset .row {
    position: relative
}

#auth-page .col .signup fieldset .row .view {
    display: block;
    width: 30px;
    height: 13px;
    position: absolute;
    right: -24px;
    top: 10px;
    background: url(/img/view.gif) bottom center no-repeat
}

#auth-page .col .signup fieldset .row .view .info {
    position: absolute;
    padding: 8px;
    background: #bda88b;
    color: #fff;
    font-size: 14px;
    bottom: 26px;
    left: -70px;
    width: 150px;
    text-align: center;
    display: none
}

#auth-page .col .signup fieldset .row .view .info:after {
    border-top: 10px solid #bda88b;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(0, 0, 0, 0);
    display: block;
    content: '';
    width: 0;
    position: absolute;
    bottom: -10px;
    left: 75px
}

#auth-page .col .signup fieldset .row .view:hover .info {
    display: block
}

#auth-page .col .signup fieldset .row .view.not {
    background: url(/img/view.gif) top center no-repeat
}

#auth-page .col fieldset .row.forgot {
    margin-top: 25px;
    border-top: 1px solid #CCC;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-right: 0
}

#auth-page .col fieldset .row.forgot a {
    color: #000;
    font-size: 14px
}

#auth-page .col .row.button {
    margin-right: 0;
    margin-top: 20px
}

#member-index .users {
    background: #fff;
    border: 1px solid #e7eced;
    padding: 15px
}

#member-index .user {
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    margin-bottom: 30px
}

#member-index .user:after {
    display: block;
    content: '';
    clear: both
}

#member-index .user .image {
    float: left;
    width: 110px;
    height: 110px;
    background-position: center center;
    background-size: cover;
    margin-right: 15px
}

#member-index .user .data {
    float: left
}

#member-index .user h2 {
    color: #192476;
    font-size: 23px
}

#member-index .user h2 a {
    color: #192476
}

#member-index .user .data table {
    width: 100%
}

#member-index .user .data table tr td {
    line-height: 24px
}

#member-index .user .data table tr td a {
    word-break: break-all
}

#member-index .user .data table tr td:first-child {
    width: 100px;
    white-space: nowrap
}

#member-index .filter {
    text-align: center;
    margin-bottom: 20px
}

#member-index .filter a {
    color: #666;
    font-size: 30px
}

#member-index .filter a.active {
    color: #192476
}

#member-member h1 {
    color: #666;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px
}

#member-member h1 a {
    color: #666;
    font-size: 30px;
    font-weight: 400
}

#member-member h1 .back {
    float: right;
    font-weight: 700;
    color: #192476;
    font-size: 18px;
    padding-top: 14px
}

#member-member .user {
    background: #fff;
    border: 1px solid #e7eced;
    padding: 15px
}

#member-member .user:after {
    display: block;
    content: '';
    clear: both
}

#member-member .user .image {
    float: left;
    width: 28%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    margin-right: 15px
}

#member-member .user .data {
    float: left;
    width: 69%
}

#member-member .user h2,
#member-member .user h2 a {
    color: #192476;
    font-size: 23px
}

#member-member .user .data table {
    width: 100%
}

#member-member .user .data table tr td {
    line-height: 24px;
    overflow: hidden
}

#member-member .user .data table tr td:first-child {
    width: 100px;
    white-space: nowrap
}

#member-member .user h1 {
    margin-top: 40px
}

#member-member .activities .activity {
    line-height: 24px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 15px
}

#member-member .activities .activity:last-child {
    border: 0
}

#member-member .activities .activity .sep {
    padding: 0 12px;
    height: 17px;
    background: url(/img/sep.png) center center no-repeat
}

#member-member .activities .activity .title {
    color: #192476;
    font-size: 17px
}

#my-account-profile {
    background: #fff;
    border: 1px solid #e7eced;
    padding: 15px
}

#my-account-profile:after {
    display: block;
    content: '';
    clear: both
}

#my-account-profile .col {
    width: 48%;
    float: left;
    border: 0
}

#my-account-profile .col.right {
    margin-left: 4%
}

#my-account-profile h1 {
    font-size: 26px;
    color: #192476;
    display: block;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC
}

#my-account-profile .row {
    margin-right: 20px
}

#my-account-profile .row label {
    display: block;
    padding: 8px 0;
    font-size: 14px
}

#my-account-profile .row input,
#my-account-profile .row textarea {
    width: 100%;
    border: 1px solid #e5eaee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px;
    color: #192476
}

#my-account-profile .row span {
    padding: 8px 10px;
    color: #192476
}

#my-account-profile .col .row textarea {
    height: 68px
}

#my-account-profile .row.submit {
    padding-top: 35px;
    margin-right: 0
}

#my-account-profile .row.submit input[type=submit] {
    float: right;
    background: #fff;
    color: #192476;
    width: auto;
    font-weight: 700;
    padding: 10px 40px;
    cursor: pointer;
    font-size: 18px
}

#my-account-profile .description {
    margin-right: 20px
}

#my-account-profile .description textarea {
    height: 100px
}

#write-a-post {
    background: #fff;
    border: 1px solid #e7eced
}

#write-a-post fieldset {
    padding: 15px;
    border: 0
}

#write-a-post fieldset h1 {
    font-size: 26px;
    color: #192476;
    display: block;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCC
}

#write-a-post fieldset .row {
    margin-right: 20px
}

#write-a-post fieldset .row p.help-block.help-block-error {
    color: #900;
    font-size: 13px;
    line-height: 24px
}

#write-a-post fieldset .row label {
    display: block;
    padding: 8px 0;
    font-size: 14px
}

#write-a-post fieldset .row input,
#write-a-post fieldset .row select,
#write-a-post fieldset .row textarea {
    width: 100%;
    border: 1px solid #e5eaee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px
}

#write-a-post fieldset .row input[type=submit],
#write-a-post fieldset .row input[type=button] {
    float: right;
    background: #fff;
    color: #192476;
    width: auto;
    font-weight: 700;
    padding: 8px 16px;
    cursor: pointer;
    margin-left: 20px
}

#write-a-post fieldset .row.submit {
    padding-top: 15px;
    margin-right: 0
}

#write-a-post fieldset .row.area textarea {
    height: 300px
}

#write-a-post fieldset .row.first {
    margin-right: 0
}

#write-a-post fieldset .row .left,
#write-a-post fieldset .row .right {
    width: 46%
}

#write-a-post fieldset .row .left input {
    width: 100%
}

#write-a-post fieldset .row .right input {
    width: 60%
}

#write-a-post fieldset .row .right {
    margin-left: 5%
}

#write-a-post fieldset .row .right label.file {
    border: 1px solid #e5eaee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    background: #fff;
    color: #192476;
    width: auto;
    font-weight: 700;
    padding: 8px 16px;
    cursor: pointer
}

#write-a-post fieldset .row input[type=file] {
    display: none
}

#write-a-post fieldset .row:after {
    content: '';
    display: block;
    clear: both
}

#write-a-post fieldset .row .left {
    float: left
}

#write-a-post fieldset .row .right {
    float: right
}

#write-a-post .select {
    position: relative
}

#write-a-post .select ul {
    list-style: none;
    display: none;
    border-top: 4px solid #000;
    position: absolute;
    background: #fff;
    top: 36px;
    left: 0;
    right: -20px;
    -webkit-box-shadow: 3px 3px 10px #000;
    -moz-box-shadow: 3px 3px 10px #000;
    box-shadow: 0 5px 20px #CCC
}

#write-a-post .select ul li {
    list-style: none
}

#write-a-post .select ul li:hover {
    background: #EEE
}

#write-a-post .select ul li label {
    padding: 6px 12px
}

#write-a-post .select ul li label input {
    display: none
}

#write-a-post .select .title {
    width: 100%;
    border: 1px solid #e5eaee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px;
    height: 18px;
    background: url(/img/select-arrow.gif) 97% center no-repeat
}

#write-a-post fieldset .row.area {
    margin: 0;
    padding-top: 30px
}

#write-a-post .cke_top {
    float: right;
    margin-top: -50px;
    padding: 0;
    border: 0;
    background: 0 0
}

#write-a-post .cke_chrome {
    border: 0
}

#write-a-post .cke_bottom {
    display: none
}

#write-a-post .cke_toolgroup {
    background: #f0f0f0;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 0 10px
}

#write-a-post .cke_toolgroup a.cke_button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

#write-a-post .cke_toolgroup a.cke_button .cke_button_icon {
    margin: 7px
}

#write-a-post label.checkbox:after {
    content: '';
    display: block;
    clear: both
}

#write-a-post label.checkbox {
    cursor: pointer;
    float: left
}

#write-a-post label.checkbox input {
    display: none
}

#write-a-post label.checkbox .checkbox {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5eaee;
    float: left
}

#write-a-post label.checkbox .text {
    float: left;
    line-height: 26px;
    padding-left: 10px;
    font-size: 14px;
    margin-right: 15px
}

#write-a-post label.checkbox input:checked+.checkbox {
    background: url(/img/checkbox.gif) center center no-repeat
}

#webinar-page h1{
    margin-bottom: 20px;
    color: #233b23;
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

#webinar-page h1 a {
    color: #233b23;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

#webinar-page .description {
    font-size: 17px;
    color: #BDA88B;
    margin-bottom: 30px
}

#webinar-page .current-post {
    border: 1px solid #e7eced;
    border-top: 4px solid #233b23;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #fff
}

#webinar-page .current-post h2 {
    color: #192476;
    font-size: 27px;
    margin-bottom: 10px
}

#webinar-page .current-post h2 a {
    color: #192476;
    font-size: 27px
}

#webinar-page .current-post .info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

#webinar-page .current-post .content {
    padding-top: 15px
}

#webinar-page .current-post .info:after {
    clear: both;
    content: '';
    display: block
}

#webinar-page .current-post .info .image {
    float: left;
    width: 52px;
    height: 52px;
    background-position: center center;
    background-size: cover
}

#webinar-page .current-post .info .text {
    float: left;
    line-height: 22px;
    padding-top: 4px;
    padding-left: 10px
}

#webinar-page .participants {
    clear: both;
    border: 1px solid #e7eced;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px
}

#webinar-page .participants:after {
    content: '';
    clear: both;
    display: block
}

#webinar-page .participants .participant {
    width: 50%;
    float: left;
    margin-bottom: 30px
}

#webinar-page .participants .participant table {
    width: 100%
}

#webinar-page .participants .participant table td.image {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover
}

#webinar-page .participants .participant table td.name {
    vertical-align: middle;
    color: #233b23;
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px
}

#webinar-page .articles .post {
    margin-bottom: 30px;
    background-color: #fff
}

#webinar-page .articles .left-col:after,
#webinar-page .articles .right-col:after {
    content: '';
    clear: both;
    display: block
}

#webinar-page .articles .left-col {
    margin-right: 2%
}

#webinar-page .articles .left-col,
#webinar-page .articles .right-col {
    width: 49%;
    float: left
}

#webinar-page .articles .post {
    border-top: 4px solid #233b23
}

#webinar-page .articles .post .image img {
    width: 100%;
    display: block
}

#webinar-page .articles .post .content {
    padding: 15px;
    border: 1px solid #EEE;
    border-top: 0
}

#webinar-page .articles .post .content h2 {
    margin-bottom: 10px
}

#webinar-page .articles .post .content h2 a {
    color: #192476;
    font-size: 23px
}

#webinar-page .articles .post .content .header div {
    margin-top: 6px
}

#webinar-page .articles .post .content .header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC
}

#webinar-page .articles .post .info:after {
    clear: both;
    content: '';
    display: block
}

#webinar-page .articles .post .info .image {
    width: 52px;
    height: 52px;
    background-position: center center;
    background-size: cover
}

#webinar-page .articles .post .info .text,
#webinar-page .articles .post .info .text * {
    font-size: 13px
}

#webinar-page .articles .post .content .text {
    line-height: 1.5;
    padding-top: 10px
}

#webinar-page .articles .post .content .text .read-more {
    font-weight: 400;
    padding-top: 10px;
    line-height: normal
}

#webinar-page .articles .post .content .text .read-more a {
    color: #192476;
    font-size: 15px
}

#webinar-page .articles .post .content .text .read-more .counter {
    float: right
}

#webinar-page .current-post .read-more {
    font-weight: 400;
    padding-top: 10px;
    line-height: normal
}

#webinar-page .current-post .read-more a {
    color: #192476;
    font-size: 15px
}

#webinar-page .articles:after {
    display: block;
    content: '';
    clear: both
}

#library-page {
    border: 1px solid #e5eaee;
    background: #fff;
    padding: 10px
}

#library-page h1 {
    color: #192476;
    font-size: 32px
}

#library-page .categories:last-child {
    border: 0
}

#library-page .categories {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

#library-page .category {
    margin: 30px 0
}

#library-page .category label {
    background: 0 0
}

#library-page .category label:before {
    display: block;
    clear: both;
    content: '';
    background: url(/img/faq-button.jpg) left top no-repeat;
    height: 19px;
    width: 19px;
    cursor: pointer;
    float: left;
    margin-right: 10px
}

#library-page .category label {
    display: block;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer
}

#library-page .category input {
    display: none
}

#library-page .category .content p {
    display: none;
    line-height: 20px;
    padding-top: 10px;
    font-size: 14px
}

#library-page .category input:checked+.content p {
    display: block!important;
    padding-left: 20px
}

#library-page .category input:checked+.content label {
    color: #bda88b
}

#library-page .category input:checked+.content label:before {
    background-position: left bottom;
    color: #bda88b
}

#library-page .category a {
    font-size: 14px;
    padding-left: 20px;
    color: #000;
    display: block;
    margin-bottom: 10px
}

.pager {
    text-align: center;
    clear: both;
    margin-bottom: 30px
}

.pager:after {
    display: block;
    content: '';
    clear: both
}

.pager a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #e7eced;
    line-height: 32px;
    text-align: center;
    margin: 5px;
    color: #000
}

.pager a.current {
    color: #192476;
    background: #f0f0f0
}

.pager a:hover {
    color: #bda88b
}

.pager a.first {
    background: url(/img/left.jpg)
}

.pager a.last {
    background: url(/img/right.jpg)
}

.content-page {
    background: #fff;
    padding: 15px;
    border: 1px solid #e7eced;
    border-top: 4px solid #9D9386;
    word-break: break-word
}

.content-page ul {
    margin-left: 20px
}

#posts-page .left-col,
#posts-page .right-col {
    width: 49%;
    float: left
}

#posts-page .left-col:after,
#posts-page .right-col:after {
    display: block;
    content: '';
    clear: both
}

#posts-page .left-col {
    margin-right: 2%
}

#posts-page .secondary {
    margin-bottom: 30px;
    background: #fff
}

#posts-page .secondary .image img {
    width: 100%;
    display: block
}

#posts-page .secondary .content {
    padding: 15px;
    border: 1px solid #EEE;
    border-top: 0
}

#posts-page .secondary .content h2 {
    margin-bottom: 10px
}

#posts-page .secondary .content h2 a {
    color: #192476;
    font-size: 23px
}

#posts-page .secondary .content .header div {
    margin-top: 6px
}

#posts-page .secondary .content .header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC
}

#posts-page .secondary .content .text {
    line-height: 1.5;
    padding-top: 10px
}

#posts-page .secondary .content .text .read-more {
    font-weight: 400;
    padding-top: 10px
}

#posts-page .secondary .content .text .read-more a {
    color: #192476;
    font-size: 15px
}

#search-result-page h1 {
    color: #666;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px
}

#search-result-page h1 * {
    font-size: 30px;
    font-weight: 700
}

#search-result-page .left-col:after,
#search-result-page .right-col:after,
#search-result-page:after {
    content: '';
    clear: both;
    display: block
}

#search-result-page .left-col,
#search-result-page .right-col {
    float: left;
    width: 49%
}

#search-result-page .left-col {
    margin-right: 2%
}

#search-result-page .secondary {
    margin-bottom: 30px;
    background: #fff
}

#search-result-page .secondary .image img {
    width: 100%;
    display: block
}

#search-result-page .secondary .content {
    padding: 15px;
    border: 1px solid #EEE;
    border-top: 0
}

#search-result-page .secondary .content h2 {
    margin-bottom: 10px
}

#search-result-page .secondary .content h2 a {
    color: #192476;
    font-size: 23px
}

#search-result-page .secondary .content .header {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC
}

#search-result-page .secondary .content .text {
    line-height: 1.5;
    padding-top: 10px
}

#search-result-page .secondary .content .text .read-more {
    font-weight: 400;
    padding-top: 10px
}

#search-result-page .secondary .content .text .read-more a {
    color: #192476;
    font-size: 15px
}

@media (max-width:1155px) {
    .wrapper {
        width: 96%;
        margin: 0 auto
    }
    #double-col-table-layout>tbody>tr>td:first-child {
        width: 100%;
        padding: 0
    }
    #double-col-table-layout>tbody>tr>td:last-child {
        display: none
    }
}

@media (max-width:1050px) {
    #menu div.item>a {
        font-size: 19px
    }
    #menu div.item {
        padding: 8px
    }
}

@media (max-width:900px) {
    #header #logo {
        background-size: 96%
    }
    #menu {
        height: auto
    }
    #menu div.item {
        float: none;
        padding: 6px;
        text-align: center;
        border-bottom: 1px solid #EEE
    }
    #menu div.item.right {
        float: none
    }
    #menu div.item>a {
        font-size: 16px
    }
    #menu div.item:after {
        display: none
    }
    #menu div.item div.sub-menu {
        position: static;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none
    }
    #menu div.item div.sub-menu a {
        font-size: 14px
    }
}

@media (max-width:500px) {
    #header {
        height: 120px
    }
    * {
        font-size: 13px
    }
    .index-page .primary h2,
    .index-page .secondary .content h2 a {
        font-size: 19px!important
    }
    .left-col,
    .right-col {
        float: none!important;
        width: auto!important
    }
    .comment-block .comments .comment .sub-comments .comment {
        margin: 0;
        padding: 0
    }
    #blog-page h1,
    #news-page h1,
    #webinar-page h1 {
        font-size: 26px
    }
    #blog-page .current-post h2,
    #news-page .current-post h2,
    #webinar-page .current-post h2,
    .news-page h2 {
        font-size: 23px
    }
    #blog-page .current-post,
    #news-page .current-post,
    #webinar-page .current-post {
        padding: 5px!important
    }
    .list-of-news .news .content h2 a {
        font-size: 19px!important
    }
    .news-page {
        padding: 10px
    }
    #write-a-post .cke_toolbar {
        margin-bottom: 8px
    }
    #write-a-post .cke_top {
        margin-top: -96px
    }
    #write-a-post #cke_27 {
        display: none
    }
    #cke_1_contents {
        margin-top: 100px
    }
    #cke_1_toolbox {
        display: block
    }
    #cke_1_toolbox:after {
        content: '';
        clear: both;
        display: block
    }
}

.list-of-news .left-col,
.list-of-news .right-col {
    width: 49%;
    float: left
}

.list-of-news .left-col {
    margin-right: 2%
}

.list-of-news .left-col:after,
.list-of-news .right-col:after {
    content: '';
    clear: both;
    display: block
}

.list-of-news .news {
    border-top: 4px solid #5f4c41;
    margin-bottom: 30px;
    background: #fff
}

.list-of-news .news .image img {
    width: 100%
}

.list-of-news .news .content {
    padding: 15px;
    border: 1px solid #EEE;
    border-top: 0
}

.list-of-news .news .content h2 a {
    color: #192476;
    font-size: 23px
}

.list-of-news .news .content .header div {
    margin-top: 6px
}

.list-of-news .news .content .header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC
}

.list-of-news .news .content .text {
    line-height: 1.5
}

.list-of-news .news .content .text .read-more {
    font-weight: 400;
    padding-top: 10px
}

.list-of-news .news .content .text .read-more a {
    color: #192476;
    font-size: 15px
}

.news-page {
    padding: 15px;
    border: 1px solid #EEE;
    border-top: 4px solid #5f4c41;
    background: #fff
}

.news-page h2 {
    color: #192476;
    font-size: 27px
}

.news-page .author {
    margin: 10px 0
}

.news-page .header {
    margin-bottom: 20px;
    margin-top: 6px
}

.news-page .header:after {
    content: '';
    display: block;
    clear: both
}

.news-page .header .author-image {
    width: 54px;
    height: 54px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-right: 10px
}

.news-page .header .info {
    float: left
}

.news-page .header .info div {
    margin-bottom: 4px
}

.news-page .content {
    border-top: 1px solid #CCC;
    padding-top: 10px
}

.index-page .primary {
    border: 1px solid #e7eced;
    border-top: 4px solid #5f4c41;
    padding: 0 15px 10px;
    margin-bottom: 30px;
    background: #fff
}

.index-page .primary.box-news {
    border-top: 4px solid #5f4c41
}

.index-page .primary.box-blogpost {
    border-top: 4px solid #6e0b0b
}

.index-page .primary.box-webinarpost {
    border-top: 4px solid #233b23
}

.index-page .primary h2 {
    color: #192476;
    font-size: 23px;
    padding: 10px 0;
    font-weight: 700
}

.index-page .primary h2 a {
    color: #192476;
    font-size: 23px;
    font-weight: 700
}

.index-page .primary .header span {
    color: #bda88b
}

.index-page .primary .header div {
    margin-top: 6px
}

.index-page .primary .header span.sep {
    height: 17px;
    background: url(/img/sep.png) center center no-repeat
}

.index-page .primary .header {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC
}

.index-page .primary .content {
    padding-top: 20px;
    position: relative
}

.index-page .primary .content:after {
    content: '';
    display: block;
    clear: both
}

.index-page .primary .content.imageless .text {
    width: auto;
    float: none
}

.index-page .primary .content.imageless .read-more {
    position: static;
    left: 0;
    bottom: -5px;
    font-weight: 400;
    font-size: 15px;
    padding-left: 0;
    padding-top: 10px
}

.index-page .primary .content.imageless .read-more a {
    display: inline
}

.index-page .primary .content .image {
    float: left;
    width: 45%
}

.index-page .primary .content .image img {
    width: 100%
}

.index-page .primary .content .text {
    float: left;
    width: 55%
}

.index-page .primary .content .text .text-padding {
    padding-left: 30px
}

.index-page .primary .content.imageless .text .text-padding {
    padding-bottom: 0;
    padding-left: 0
}

.index-page .primary tr td:first-child .text {
    padding: 0
}

.index-page .primary tr td .text {
    padding-top: 15px
}

.index-page .primary .text-padding {
    padding: 10px 0
}

.index-page .primary .read-more {
    font-weight: 400;
    font-size: 15px
}

.index-page .primary .read-more a {
    display: block;
    color: #192476;
    font-size: 15px;
    float: left
}

.index-page .secondaries .left-col:after,
.index-page .secondaries .right-col:after,
.index-page .secondaries:after {
    content: '';
    clear: both;
    display: block
}

.index-page .secondaries .left-col,
.index-page .secondaries .right-col {
    float: left;
    width: 49%
}

.index-page .secondaries .left-col {
    margin-right: 2%
}

.index-page .secondary {
    margin-bottom: 30px;
    background: #fff
}

.index-page .secondary .image img {
    width: 100%;
    display: block
}

.index-page .secondary .content {
    padding: 15px;
    border: 1px solid #EEE;
    border-top: 0
}

.index-page .secondary .content h2 {
    margin-bottom: 10px
}

.index-page .secondary .content h2 a {
    color: #192476;
    font-size: 23px
}

.index-page .secondary .info:after {
    clear: both;
    content: '';
    display: block
}

.index-page .secondary .info .image {
    width: 52px;
    height: 52px;
    background-position: center center;
    background-size: cover
}

.index-page .secondary .info .text,
.index-page .secondary .info .text * {
    font-size: 13px
}

.index-page .secondary .info .text {
    line-height: 1.5;
    padding-left: 10px
}

.index-page .secondary .content .header div {
    margin-top: 6px
}

.index-page .secondary .content .header {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC
}

.index-page .secondary .content .text {
    line-height: 1.5;
    padding-top: 10px
}

.index-page .secondary .content .text .read-more {
    font-weight: 400;
    padding-top: 10px
}

.index-page .secondary .content .text .read-more a {
    color: #192476;
    font-size: 15px
}

.index-page .blogs {
    padding-top: 40px;
    background: url(/img/index-blog-sep.png) top center no-repeat
}

.index-page .blogs:after {
    display: block;
    content: '';
    clear: both
}

.index-page .blogs .left-col,
.index-page .blogs .right-col {
    width: 49%;
    float: left
}

.index-page .blogs .left-col:after,
.index-page .blogs .right-col:after {
    display: block;
    content: '';
    clear: both
}

.index-page .blogs .left-col {
    margin-right: 2%
}

.index-page .blogs .blog-post {
    margin-bottom: 30px;
    border: 1px solid #e7eced;
    background: #fff;
    border-top: 4px solid #6e0b0b
}

.index-page .blogs .blog-post .header {
    padding: 15px 20px
}

.index-page .blogs .blog-post .header table {
    border-collapse: collapse;
    border: 0;
    width: 100%
}

.index-page .blogs .blog-post .header table td.image {
    width: 100px;
    height: 80px
}

.index-page .blogs .blog-post .header table td.image .image {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-size: cover
}

.index-page .blogs .blog-post .header table td {
    vertical-align: middle
}

.index-page .blogs .blog-post .header table td a {
    color: #6e0b0b;
    font-size: 23px;
    font-weight: 700
}

.index-page .blogs .blog-post .posts {
    margin: 0 20px
}

.index-page .blogs .blog-post .posts a {
    display: block;
    color: #192476;
    padding: 10px 0;
    border-top: 1px solid #CCC;
    font-weight: 400
}

.index-page .blogs .blog-post .posts a.post {
    font-size: 17px
}

.index-page .blogs .blog-post .posts a.read-all {
    color: #333;
    border: 0;
    font-weight: 400
}

.index-page .sponsors {
    padding-top: 40px;
    background: url(/img/index-blog-sep.png) top center no-repeat;
    margin-bottom: 30px
}

.index-page .older-posts {
    display: block;
    background: #9d9386;
    color: #fff;
    font-size: 30px;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-weight: 400
}

.index-page .welcome-text {
    color: #BDA88B;
    margin-bottom: 30px
}

.index-page .welcome-text p {
    margin-bottom: 20px
}

.index-page .welcome-text * {
    color: inherit;
    font-size: inherit
}

.hidden {
    display: none!important
}

u {
    text-decoration: underline!important
}

em,
i {
    font-style: italic!important
}

b,
strong {
    font-weight: 700!important
}

form.contact-form p.help-block.help-block-error {
    color: #900;
    font-size: 13px;
    line-height: 24px
}

form.contact-form label {
    display: block;
    padding: 8px 0;
    font-size: 14px
}

form.contact-form input[type=text],
form.contact-form select,
form.contact-form textarea {
    width: 97%;
    border: 1px solid #e5eaee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px
}

form.contact-form input[type=submit] {
    border: 1px solid #e5eaee;
    background: #fff;
    color: #192476;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    width: auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.list-of-news-column .newslista {
    margin: 5px 5px 25px
}

.list-of-news-column .newslista img {
    display: block
}

.column {
    float: left
}

.size-1of4 {
    width: 25%
}

.size-1of3 {
    width: 33.33333333%
}

.size-1of2 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%
}

@media screen and (max-width:450px) {
    .list-of-news-column[data-columns]:before {
        content: '1 .column'
    }
}

@media screen and (min-width:451px) and (max-width:700px) {
    .list-of-news-column[data-columns]:before {
        content: '2 .column.size-1of2'
    }
}

@media screen and (min-width:701px) and (max-width:850px) {
    .list-of-news-column[data-columns]:before {
        content: '2 .column.size-1of2'
    }
}

@media screen and (min-width:851px) {
    .list-of-news-column[data-columns]:before {
        content: '2 .column.size-1of2'
    }
}



/***-COMMENT FORM CSS-****/

#comment-form fieldset .row.area,
.reply-box fieldset .row.area {
    margin: 0;
    padding-top: 30px
}

#comment-form .cke_top,
.reply-box .cke_top {
    float: right;
    margin-top: -50px;
    padding: 0;
    border: 0;
    background: 0 0
}

#comment-form .cke_chrome,
.reply-box .cke_chrome{
    border: 0
}

#comment-form .cke_bottom,
.reply-box .cke_bottom{
    display: none
}

#comment-form .cke_toolgroup,
.reply-box .cke_toolgroup{
    background: #f0f0f0;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 0 10px
}

#comment-form .cke_toolgroup a.cke_button,
.reply-box .cke_toolgroup a.cke_button{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

#comment-form .cke_toolgroup a.cke_button .cke_button_icon,
.reply-box .cke_toolgroup a.cke_button .cke_button_icon{
    margin: 7px
}

#comment-form .row.comment-editor{
    padding-top:45px;
    margin-right: 0;
}

.reply-box .row.comment-editor{
    padding-top:35px;
    margin-right: 0;
}

.reply-box .row.submit{
    padding-top: 15px;
}

.news .header .header-image,
.news .header .header-text{
    float:left;
}

.news .header .header-text{
    padding-left: 10px;
}

.news .header .header-text *{
    font-size: 13px !important;
}

.secondary .header .header-image,
.secondary .header .header-text{
    float:left;
}

.secondary .header .header-text{
    padding-left: 10px;
}

.secondary .header .header-text *{
    font-size: 13px !important;
}