@charset "UTF-8";

.tooltip, button, select {
text-transform: none
}
hr, img {
border: 0
}
*, .fa {
-moz-osx-font-smoothing: grayscale
}
.fa-ul, .filter-list, .tags {
list-style-type: none
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .dropdown-menu, .fa-pull-left, .nav-pills>li, .nav-tabs>li {
float: left
}
.fa-ul>li, sub, sup {
position: relative
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden], template {
display: none
}
.fa, .fa-stack {
display: inline-block
}
a {
background-color: transparent
}
a:active, a:hover {
outline: 0
}
dfn {
font-style: italic
}
.blog .post h2, h1 {
margin: .67em 0
}
mark {
background: #ff0;
color: #000
}
sub, sup {
font-size: 75%;
line-height: 0;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
svg:not(:root) {
overflow: hidden
}
hr {
box-sizing: content-box;
height: 0
}
pre, textarea {
overflow: auto
}
code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0
}
.fa.fa-pull-left, .fa.pull-left {
margin-right: .3em
}
button {
overflow: visible
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled], html input[disabled] {
cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0
}
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
td, th {
padding: 0
} @font-face {
font-family: FontAwesome;
src: url(//www.cscp.org/wp-content/themes/cscp/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.cscp.org/wp-content/themes/cscp/bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//www.cscp.org/wp-content/themes/cscp/bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(//www.cscp.org/wp-content/themes/cscp/bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(//www.cscp.org/wp-content/themes/cscp/bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(//www.cscp.org/wp-content/themes/cscp/bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
font-weight: 400;
font-style: normal
}
.fa {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased
}
.tooltip, address {
font-style: normal
}
.fa-lg {
font-size: 1.33333em;
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.28571em;
text-align: center
}
.fa-ul {
padding-left: 0;
margin-left: 2.14286em
}
.fa.fa-pull-right, .fa.pull-right {
margin-left: .3em
}
.fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: .14286em;
text-align: center
}
.fa-li.fa-lg {
left: -1.85714em
}
.fa-border {
padding: .2em .25em .15em;
border: .08em solid #eee;
border-radius: .1em
}
.fa-pull-right {
float: right
}
.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(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 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg)
}
.fa-flip-horizontal {
-ms-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 {
-ms-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;
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: ""
}
.fa-music:before {
content: ""
}
.fa-search:before {
content: ""
}
.fa-envelope-o:before {
content: ""
}
.fa-heart:before {
content: ""
}
.fa-star:before {
content: ""
}
.fa-star-o:before {
content: ""
}
.fa-user:before {
content: ""
}
.fa-film:before {
content: ""
}
.fa-th-large:before {
content: ""
}
.fa-th:before {
content: ""
}
.fa-th-list:before {
content: ""
}
.fa-check:before {
content: ""
}
.fa-close:before, .fa-remove:before, .fa-times:before {
content: ""
}
.fa-search-plus:before {
content: ""
}
.fa-search-minus:before {
content: ""
}
.fa-power-off:before {
content: ""
}
.fa-signal:before {
content: ""
}
.fa-cog:before, .fa-gear:before {
content: ""
}
.fa-trash-o:before {
content: ""
}
.fa-home:before {
content: ""
}
.fa-file-o:before {
content: ""
}
.fa-clock-o:before {
content: ""
}
.fa-road:before {
content: ""
}
.fa-download:before {
content: ""
}
.fa-arrow-circle-o-down:before {
content: ""
}
.fa-arrow-circle-o-up:before {
content: ""
}
.fa-inbox:before {
content: ""
}
.fa-play-circle-o:before {
content: ""
}
.fa-repeat:before, .fa-rotate-right:before {
content: ""
}
.fa-refresh:before {
content: ""
}
.fa-list-alt:before {
content: ""
}
.fa-lock:before {
content: ""
}
.fa-flag:before {
content: ""
}
.fa-headphones:before {
content: ""
}
.fa-volume-off:before {
content: ""
}
.fa-volume-down:before {
content: ""
}
.fa-volume-up:before {
content: ""
}
.fa-qrcode:before {
content: ""
}
.fa-barcode:before {
content: ""
}
.fa-tag:before {
content: ""
}
.fa-tags:before {
content: ""
}
.fa-book:before {
content: ""
}
.fa-bookmark:before {
content: ""
}
.fa-print:before {
content: ""
}
.fa-camera:before {
content: ""
}
.fa-font:before {
content: ""
}
.fa-bold:before {
content: ""
}
.fa-italic:before {
content: ""
}
.fa-text-height:before {
content: ""
}
.fa-text-width:before {
content: ""
}
.fa-align-left:before {
content: ""
}
.fa-align-center:before {
content: ""
}
.fa-align-right:before {
content: ""
}
.fa-align-justify:before {
content: ""
}
.fa-list:before {
content: ""
}
.fa-dedent:before, .fa-outdent:before {
content: ""
}
.fa-indent:before {
content: ""
}
.fa-video-camera:before {
content: ""
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
content: ""
}
.fa-pencil:before {
content: ""
}
.fa-map-marker:before {
content: ""
}
.fa-adjust:before {
content: ""
}
.fa-tint:before {
content: ""
}
.fa-edit:before, .fa-pencil-square-o:before {
content: ""
}
.fa-share-square-o:before {
content: ""
}
.fa-check-square-o:before {
content: ""
}
.fa-arrows:before {
content: ""
}
.fa-step-backward:before {
content: ""
}
.fa-fast-backward:before {
content: ""
}
.fa-backward:before {
content: ""
}
.fa-play:before {
content: ""
}
.fa-pause:before {
content: ""
}
.fa-stop:before {
content: ""
}
.fa-forward:before {
content: ""
}
.fa-fast-forward:before {
content: ""
}
.fa-step-forward:before {
content: ""
}
.fa-eject:before {
content: ""
}
.fa-chevron-left:before {
content: ""
}
.fa-chevron-right:before {
content: ""
}
.fa-plus-circle:before {
content: ""
}
.fa-minus-circle:before {
content: ""
}
.fa-times-circle:before {
content: ""
}
.fa-check-circle:before {
content: ""
}
.fa-question-circle:before {
content: ""
}
.fa-info-circle:before {
content: ""
}
.fa-crosshairs:before {
content: ""
}
.fa-times-circle-o:before {
content: ""
}
.fa-check-circle-o:before {
content: ""
}
.fa-ban:before {
content: ""
}
.fa-arrow-left:before {
content: ""
}
.fa-arrow-right:before {
content: ""
}
.fa-arrow-up:before {
content: ""
}
.fa-arrow-down:before {
content: ""
}
.fa-mail-forward:before, .fa-share:before {
content: ""
}
.fa-expand:before {
content: ""
}
.fa-compress:before {
content: ""
}
.fa-plus:before {
content: ""
}
.fa-minus:before {
content: ""
}
.fa-asterisk:before {
content: ""
}
.fa-exclamation-circle:before {
content: ""
}
.fa-gift:before {
content: ""
}
.fa-leaf:before {
content: ""
}
.fa-fire:before {
content: ""
}
.fa-eye:before {
content: ""
}
.fa-eye-slash:before {
content: ""
}
.fa-exclamation-triangle:before, .fa-warning:before {
content: ""
}
.fa-plane:before {
content: ""
}
.fa-calendar:before {
content: ""
}
.fa-random:before {
content: ""
}
.fa-comment:before {
content: ""
}
.fa-magnet:before {
content: ""
}
.fa-chevron-up:before {
content: ""
}
.fa-chevron-down:before {
content: ""
}
.fa-retweet:before {
content: ""
}
.fa-shopping-cart:before {
content: ""
}
.fa-folder:before {
content: ""
}
.fa-folder-open:before {
content: ""
}
.fa-arrows-v:before {
content: ""
}
.fa-arrows-h:before {
content: ""
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
content: ""
}
.fa-twitter-square:before {
content: ""
}
.fa-facebook-square:before {
content: ""
}
.fa-camera-retro:before {
content: ""
}
.fa-key:before {
content: ""
}
.fa-cogs:before, .fa-gears:before {
content: ""
}
.fa-comments:before {
content: ""
}
.fa-thumbs-o-up:before {
content: ""
}
.fa-thumbs-o-down:before {
content: ""
}
.fa-star-half:before {
content: ""
}
.fa-heart-o:before {
content: ""
}
.fa-sign-out:before {
content: ""
}
.fa-linkedin-square:before {
content: ""
}
.fa-thumb-tack:before {
content: ""
}
.fa-external-link:before {
content: ""
}
.fa-sign-in:before {
content: ""
}
.fa-trophy:before {
content: ""
}
.fa-github-square:before {
content: ""
}
.fa-upload:before {
content: ""
}
.fa-lemon-o:before {
content: ""
}
.fa-phone:before {
content: ""
}
.fa-square-o:before {
content: ""
}
.fa-bookmark-o:before {
content: ""
}
.fa-phone-square:before {
content: ""
}
.fa-twitter:before {
content: ""
}
.fa-facebook-f:before, .fa-facebook:before {
content: ""
}
.fa-github:before {
content: ""
}
.fa-unlock:before {
content: ""
}
.fa-credit-card:before {
content: ""
}
.fa-feed:before, .fa-rss:before {
content: ""
}
.fa-hdd-o:before {
content: ""
}
.fa-bullhorn:before {
content: ""
}
.fa-bell:before {
content: ""
}
.fa-certificate:before {
content: ""
}
.fa-hand-o-right:before {
content: ""
}
.fa-hand-o-left:before {
content: ""
}
.fa-hand-o-up:before {
content: ""
}
.fa-hand-o-down:before {
content: ""
}
.fa-arrow-circle-left:before {
content: ""
}
.fa-arrow-circle-right:before {
content: ""
}
.fa-arrow-circle-up:before {
content: ""
}
.fa-arrow-circle-down:before {
content: ""
}
.fa-globe:before {
content: ""
}
.fa-wrench:before {
content: ""
}
.fa-tasks:before {
content: ""
}
.fa-filter:before {
content: ""
}
.fa-briefcase:before {
content: ""
}
.fa-arrows-alt:before {
content: ""
}
.fa-group:before, .fa-users:before {
content: ""
}
.fa-chain:before, .fa-link:before {
content: ""
}
.fa-cloud:before {
content: ""
}
.fa-flask:before {
content: ""
}
.fa-cut:before, .fa-scissors:before {
content: ""
}
.fa-copy:before, .fa-files-o:before {
content: ""
}
.fa-paperclip:before {
content: ""
}
.fa-floppy-o:before, .fa-save:before {
content: ""
}
.fa-square:before {
content: ""
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
content: ""
}
.fa-list-ul:before {
content: ""
}
.fa-list-ol:before {
content: ""
}
.fa-strikethrough:before {
content: ""
}
.fa-underline:before {
content: ""
}
.fa-table:before {
content: ""
}
.fa-magic:before {
content: ""
}
.fa-truck:before {
content: ""
}
.fa-pinterest:before {
content: ""
}
.fa-pinterest-square:before {
content: ""
}
.fa-google-plus-square:before {
content: ""
}
.fa-google-plus:before {
content: ""
}
.fa-money:before {
content: ""
}
.fa-caret-down:before {
content: ""
}
.fa-caret-up:before {
content: ""
}
.fa-caret-left:before {
content: ""
}
.fa-caret-right:before {
content: ""
}
.fa-columns:before {
content: ""
}
.fa-sort:before, .fa-unsorted:before {
content: ""
}
.fa-sort-desc:before, .fa-sort-down:before {
content: ""
}
.fa-sort-asc:before, .fa-sort-up:before {
content: ""
}
.fa-envelope:before {
content: ""
}
.fa-linkedin:before {
content: ""
}
.fa-rotate-left:before, .fa-undo:before {
content: ""
}
.fa-gavel:before, .fa-legal:before {
content: ""
}
.fa-dashboard:before, .fa-tachometer:before {
content: ""
}
.fa-comment-o:before {
content: ""
}
.fa-comments-o:before {
content: ""
}
.fa-bolt:before, .fa-flash:before {
content: ""
}
.fa-sitemap:before {
content: ""
}
.fa-umbrella:before {
content: ""
}
.fa-clipboard:before, .fa-paste:before {
content: ""
}
.fa-lightbulb-o:before {
content: ""
}
.fa-exchange:before {
content: ""
}
.fa-cloud-download:before {
content: ""
}
.fa-cloud-upload:before {
content: ""
}
.fa-user-md:before {
content: ""
}
.fa-stethoscope:before {
content: ""
}
.fa-suitcase:before {
content: ""
}
.fa-bell-o:before {
content: ""
}
.fa-coffee:before {
content: ""
}
.fa-cutlery:before {
content: ""
}
.fa-file-text-o:before {
content: ""
}
.fa-building-o:before {
content: ""
}
.fa-hospital-o:before {
content: ""
}
.fa-ambulance:before {
content: ""
}
.fa-medkit:before {
content: ""
}
.fa-fighter-jet:before {
content: ""
}
.fa-beer:before {
content: ""
}
.fa-h-square:before {
content: ""
}
.fa-plus-square:before {
content: ""
}
.fa-angle-double-left:before {
content: ""
}
.fa-angle-double-right:before {
content: ""
}
.fa-angle-double-up:before {
content: ""
}
.fa-angle-double-down:before {
content: ""
}
.fa-angle-left:before {
content: ""
}
.fa-angle-right:before {
content: ""
}
.fa-angle-up:before {
content: ""
}
.fa-angle-down:before {
content: ""
}
.fa-desktop:before {
content: ""
}
.fa-laptop:before {
content: ""
}
.fa-tablet:before {
content: ""
}
.fa-mobile-phone:before, .fa-mobile:before {
content: ""
}
.fa-circle-o:before {
content: ""
}
.fa-quote-left:before {
content: ""
}
.fa-quote-right:before {
content: ""
}
.fa-spinner:before {
content: ""
}
.fa-circle:before {
content: ""
}
.fa-mail-reply:before, .fa-reply:before {
content: ""
}
.fa-github-alt:before {
content: ""
}
.fa-folder-o:before {
content: ""
}
.fa-folder-open-o:before {
content: ""
}
.fa-smile-o:before {
content: ""
}
.fa-frown-o:before {
content: ""
}
.fa-meh-o:before {
content: ""
}
.fa-gamepad:before {
content: ""
}
.fa-keyboard-o:before {
content: ""
}
.fa-flag-o:before {
content: ""
}
.fa-flag-checkered:before {
content: ""
}
.fa-terminal:before {
content: ""
}
.fa-code:before {
content: ""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
content: ""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
content: ""
}
.fa-location-arrow:before {
content: ""
}
.fa-crop:before {
content: ""
}
.fa-code-fork:before {
content: ""
}
.fa-chain-broken:before, .fa-unlink:before {
content: ""
}
.fa-question:before {
content: ""
}
.fa-info:before {
content: ""
}
.fa-exclamation:before {
content: ""
}
.fa-superscript:before {
content: ""
}
.fa-subscript:before {
content: ""
}
.fa-eraser:before {
content: ""
}
.fa-puzzle-piece:before {
content: ""
}
.fa-microphone:before {
content: ""
}
.fa-microphone-slash:before {
content: ""
}
.fa-shield:before {
content: ""
}
.fa-calendar-o:before {
content: ""
}
.fa-fire-extinguisher:before {
content: ""
}
.fa-rocket:before {
content: ""
}
.fa-maxcdn:before {
content: ""
}
.fa-chevron-circle-left:before {
content: ""
}
.fa-chevron-circle-right:before {
content: ""
}
.fa-chevron-circle-up:before {
content: ""
}
.fa-chevron-circle-down:before {
content: ""
}
.fa-html5:before {
content: ""
}
.fa-css3:before {
content: ""
}
.fa-anchor:before {
content: ""
}
.fa-unlock-alt:before {
content: ""
}
.fa-bullseye:before {
content: ""
}
.fa-ellipsis-h:before {
content: ""
}
.fa-ellipsis-v:before {
content: ""
}
.fa-rss-square:before {
content: ""
}
.fa-play-circle:before {
content: ""
}
.fa-ticket:before {
content: ""
}
.fa-minus-square:before {
content: ""
}
.fa-minus-square-o:before {
content: ""
}
.fa-level-up:before {
content: ""
}
.fa-level-down:before {
content: ""
}
.fa-check-square:before {
content: ""
}
.fa-pencil-square:before {
content: ""
}
.fa-external-link-square:before {
content: ""
}
.fa-share-square:before {
content: ""
}
.fa-compass:before {
content: ""
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
content: ""
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
content: ""
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
content: ""
}
.fa-eur:before, .fa-euro:before {
content: ""
}
.fa-gbp:before {
content: ""
}
.fa-dollar:before, .fa-usd:before {
content: ""
}
.fa-inr:before, .fa-rupee:before {
content: ""
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
content: ""
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
content: ""
}
.fa-krw:before, .fa-won:before {
content: ""
}
.fa-bitcoin:before, .fa-btc:before {
content: ""
}
.fa-file:before {
content: ""
}
.fa-file-text:before {
content: ""
}
.fa-sort-alpha-asc:before {
content: ""
}
.fa-sort-alpha-desc:before {
content: ""
}
.fa-sort-amount-asc:before {
content: ""
}
.fa-sort-amount-desc:before {
content: ""
}
.fa-sort-numeric-asc:before {
content: ""
}
.fa-sort-numeric-desc:before {
content: ""
}
.fa-thumbs-up:before {
content: ""
}
.fa-thumbs-down:before {
content: ""
}
.fa-youtube-square:before {
content: ""
}
.fa-youtube:before {
content: ""
}
.fa-xing:before {
content: ""
}
.fa-xing-square:before {
content: ""
}
.fa-youtube-play:before {
content: ""
}
.fa-dropbox:before {
content: ""
}
.fa-stack-overflow:before {
content: ""
}
.fa-instagram:before {
content: ""
}
.fa-flickr:before {
content: ""
}
.fa-adn:before {
content: ""
}
.fa-bitbucket:before {
content: ""
}
.fa-bitbucket-square:before {
content: ""
}
.fa-tumblr:before {
content: ""
}
.fa-tumblr-square:before {
content: ""
}
.fa-long-arrow-down:before {
content: ""
}
.fa-long-arrow-up:before {
content: ""
}
.fa-long-arrow-left:before {
content: ""
}
.fa-long-arrow-right:before {
content: ""
}
.fa-apple:before {
content: ""
}
.fa-windows:before {
content: ""
}
.fa-android:before {
content: ""
}
.fa-linux:before {
content: ""
}
.fa-dribbble:before {
content: ""
}
.fa-skype:before {
content: ""
}
.fa-foursquare:before {
content: ""
}
.fa-trello:before {
content: ""
}
.fa-female:before {
content: ""
}
.fa-male:before {
content: ""
}
.fa-gittip:before, .fa-gratipay:before {
content: ""
}
.fa-sun-o:before {
content: ""
}
.fa-moon-o:before {
content: ""
}
.fa-archive:before {
content: ""
}
.fa-bug:before {
content: ""
}
.fa-vk:before {
content: ""
}
.fa-weibo:before {
content: ""
}
.fa-renren:before {
content: ""
}
.fa-pagelines:before {
content: ""
}
.fa-stack-exchange:before {
content: ""
}
.fa-arrow-circle-o-right:before {
content: ""
}
.fa-arrow-circle-o-left:before {
content: ""
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
content: ""
}
.fa-dot-circle-o:before {
content: ""
}
.fa-wheelchair:before {
content: ""
}
.fa-vimeo-square:before {
content: ""
}
.fa-try:before, .fa-turkish-lira:before {
content: ""
}
.fa-plus-square-o:before {
content: ""
}
.fa-space-shuttle:before {
content: ""
}
.fa-slack:before {
content: ""
}
.fa-envelope-square:before {
content: ""
}
.fa-wordpress:before {
content: ""
}
.fa-openid:before {
content: ""
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
content: ""
}
.fa-graduation-cap:before, .fa-mortar-board:before {
content: ""
}
.fa-yahoo:before {
content: ""
}
.fa-google:before {
content: ""
}
.fa-reddit:before {
content: ""
}
.fa-reddit-square:before {
content: ""
}
.fa-stumbleupon-circle:before {
content: ""
}
.fa-stumbleupon:before {
content: ""
}
.fa-delicious:before {
content: ""
}
.fa-digg:before {
content: ""
}
.fa-pied-piper-pp:before {
content: ""
}
.fa-pied-piper-alt:before {
content: ""
}
.fa-drupal:before {
content: ""
}
.fa-joomla:before {
content: ""
}
.fa-language:before {
content: ""
}
.fa-fax:before {
content: ""
}
.fa-building:before {
content: ""
}
.fa-child:before {
content: ""
}
.fa-paw:before {
content: ""
}
.fa-spoon:before {
content: ""
}
.fa-cube:before {
content: ""
}
.fa-cubes:before {
content: ""
}
.fa-behance:before {
content: ""
}
.fa-behance-square:before {
content: ""
}
.fa-steam:before {
content: ""
}
.fa-steam-square:before {
content: ""
}
.fa-recycle:before {
content: ""
}
.fa-automobile:before, .fa-car:before {
content: ""
}
.fa-cab:before, .fa-taxi:before {
content: ""
}
.fa-tree:before {
content: ""
}
.fa-spotify:before {
content: ""
}
.fa-deviantart:before {
content: ""
}
.fa-soundcloud:before {
content: ""
}
.fa-database:before {
content: ""
}
.fa-file-pdf-o:before {
content: ""
}
.fa-file-word-o:before {
content: ""
}
.fa-file-excel-o:before {
content: ""
}
.fa-file-powerpoint-o:before {
content: ""
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
content: ""
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
content: ""
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
content: ""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
content: ""
}
.fa-file-code-o:before {
content: ""
}
.fa-vine:before {
content: ""
}
.fa-codepen:before {
content: ""
}
.fa-jsfiddle:before {
content: ""
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
content: ""
}
.fa-circle-o-notch:before {
content: ""
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
content: ""
}
.fa-empire:before, .fa-ge:before {
content: ""
}
.fa-git-square:before {
content: ""
}
.fa-git:before {
content: ""
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
content: ""
}
.fa-tencent-weibo:before {
content: ""
}
.fa-qq:before {
content: ""
}
.fa-wechat:before, .fa-weixin:before {
content: ""
}
.fa-paper-plane:before, .fa-send:before {
content: ""
}
.fa-paper-plane-o:before, .fa-send-o:before {
content: ""
}
.fa-history:before {
content: ""
}
.fa-circle-thin:before {
content: ""
}
.fa-header:before {
content: ""
}
.fa-paragraph:before {
content: ""
}
.fa-sliders:before {
content: ""
}
.fa-share-alt:before {
content: ""
}
.fa-share-alt-square:before {
content: ""
}
.fa-bomb:before {
content: ""
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
content: ""
}
.fa-tty:before {
content: ""
}
.fa-binoculars:before {
content: ""
}
.fa-plug:before {
content: ""
}
.fa-slideshare:before {
content: ""
}
.fa-twitch:before {
content: ""
}
.fa-yelp:before {
content: ""
}
.fa-newspaper-o:before {
content: ""
}
.fa-wifi:before {
content: ""
}
.fa-calculator:before {
content: ""
}
.fa-paypal:before {
content: ""
}
.fa-google-wallet:before {
content: ""
}
.fa-cc-visa:before {
content: ""
}
.fa-cc-mastercard:before {
content: ""
}
.fa-cc-discover:before {
content: ""
}
.fa-cc-amex:before {
content: ""
}
.fa-cc-paypal:before {
content: ""
}
.fa-cc-stripe:before {
content: ""
}
.fa-bell-slash:before {
content: ""
}
.fa-bell-slash-o:before {
content: ""
}
.fa-trash:before {
content: ""
}
.fa-copyright:before {
content: ""
}
.fa-at:before {
content: ""
}
.fa-eyedropper:before {
content: ""
}
.fa-paint-brush:before {
content: ""
}
.fa-birthday-cake:before {
content: ""
}
.fa-area-chart:before {
content: ""
}
.fa-pie-chart:before {
content: ""
}
.fa-line-chart:before {
content: ""
}
.fa-lastfm:before {
content: ""
}
.fa-lastfm-square:before {
content: ""
}
.fa-toggle-off:before {
content: ""
}
.fa-toggle-on:before {
content: ""
}
.fa-bicycle:before {
content: ""
}
.fa-bus:before {
content: ""
}
.fa-ioxhost:before {
content: ""
}
.fa-angellist:before {
content: ""
}
.fa-cc:before {
content: ""
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
content: ""
}
.fa-meanpath:before {
content: ""
}
.fa-buysellads:before {
content: ""
}
.fa-connectdevelop:before {
content: ""
}
.fa-dashcube:before {
content: ""
}
.fa-forumbee:before {
content: ""
}
.fa-leanpub:before {
content: ""
}
.fa-sellsy:before {
content: ""
}
.fa-shirtsinbulk:before {
content: ""
}
.fa-simplybuilt:before {
content: ""
}
.fa-skyatlas:before {
content: ""
}
.fa-cart-plus:before {
content: ""
}
.fa-cart-arrow-down:before {
content: ""
}
.fa-diamond:before {
content: ""
}
.fa-ship:before {
content: ""
}
.fa-user-secret:before {
content: ""
}
.fa-motorcycle:before {
content: ""
}
.fa-street-view:before {
content: ""
}
.fa-heartbeat:before {
content: ""
}
.fa-venus:before {
content: ""
}
.fa-mars:before {
content: ""
}
.fa-mercury:before {
content: ""
}
.fa-intersex:before, .fa-transgender:before {
content: ""
}
.fa-transgender-alt:before {
content: ""
}
.fa-venus-double:before {
content: ""
}
.fa-mars-double:before {
content: ""
}
.fa-venus-mars:before {
content: ""
}
.fa-mars-stroke:before {
content: ""
}
.fa-mars-stroke-v:before {
content: ""
}
.fa-mars-stroke-h:before {
content: ""
}
.fa-neuter:before {
content: ""
}
.fa-genderless:before {
content: ""
}
.fa-facebook-official:before {
content: ""
}
.fa-pinterest-p:before {
content: ""
}
.fa-whatsapp:before {
content: ""
}
.fa-server:before {
content: ""
}
.fa-user-plus:before {
content: ""
}
.fa-user-times:before {
content: ""
}
.fa-bed:before, .fa-hotel:before {
content: ""
}
.fa-viacoin:before {
content: ""
}
.fa-train:before {
content: ""
}
.fa-subway:before {
content: ""
}
.fa-medium:before {
content: ""
}
.fa-y-combinator:before, .fa-yc:before {
content: ""
}
.fa-optin-monster:before {
content: ""
}
.fa-opencart:before {
content: ""
}
.fa-expeditedssl:before {
content: ""
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
content: ""
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
content: ""
}
.fa-battery-2:before, .fa-battery-half:before {
content: ""
}
.fa-battery-1:before, .fa-battery-quarter:before {
content: ""
}
.fa-battery-0:before, .fa-battery-empty:before {
content: ""
}
.fa-mouse-pointer:before {
content: ""
}
.fa-i-cursor:before {
content: ""
}
.fa-object-group:before {
content: ""
}
.fa-object-ungroup:before {
content: ""
}
.fa-sticky-note:before {
content: ""
}
.fa-sticky-note-o:before {
content: ""
}
.fa-cc-jcb:before {
content: ""
}
.fa-cc-diners-club:before {
content: ""
}
.fa-clone:before {
content: ""
}
.fa-balance-scale:before {
content: ""
}
.fa-hourglass-o:before {
content: ""
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
content: ""
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
content: ""
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
content: ""
}
.fa-hourglass:before {
content: ""
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
content: ""
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
content: ""
}
.fa-hand-scissors-o:before {
content: ""
}
.fa-hand-lizard-o:before {
content: ""
}
.fa-hand-spock-o:before {
content: ""
}
.fa-hand-pointer-o:before {
content: ""
}
.fa-hand-peace-o:before {
content: ""
}
.fa-trademark:before {
content: ""
}
.fa-registered:before {
content: ""
}
.fa-creative-commons:before {
content: ""
}
.fa-gg:before {
content: ""
}
.fa-gg-circle:before {
content: ""
}
.fa-tripadvisor:before {
content: ""
}
.fa-odnoklassniki:before {
content: ""
}
.fa-odnoklassniki-square:before {
content: ""
}
.fa-get-pocket:before {
content: ""
}
.fa-wikipedia-w:before {
content: ""
}
.fa-safari:before {
content: ""
}
.fa-chrome:before {
content: ""
}
.fa-firefox:before {
content: ""
}
.fa-opera:before {
content: ""
}
.fa-internet-explorer:before {
content: ""
}
.fa-television:before, .fa-tv:before {
content: ""
}
.fa-contao:before {
content: ""
}
.fa-500px:before {
content: ""
}
.fa-amazon:before {
content: ""
}
.fa-calendar-plus-o:before {
content: ""
}
.fa-calendar-minus-o:before {
content: ""
}
.fa-calendar-times-o:before {
content: ""
}
.fa-calendar-check-o:before {
content: ""
}
.fa-industry:before {
content: ""
}
.fa-map-pin:before {
content: ""
}
.fa-map-signs:before {
content: ""
}
.fa-map-o:before {
content: ""
}
.fa-map:before {
content: ""
}
.fa-commenting:before {
content: ""
}
.fa-commenting-o:before {
content: ""
}
.fa-houzz:before {
content: ""
}
.fa-vimeo:before {
content: ""
}
.fa-black-tie:before {
content: ""
}
.fa-fonticons:before {
content: ""
}
.fa-reddit-alien:before {
content: ""
}
.fa-edge:before {
content: ""
}
.fa-credit-card-alt:before {
content: ""
}
.fa-codiepie:before {
content: ""
}
.fa-modx:before {
content: ""
}
.fa-fort-awesome:before {
content: ""
}
.fa-usb:before {
content: ""
}
.fa-product-hunt:before {
content: ""
}
.fa-mixcloud:before {
content: ""
}
.fa-scribd:before {
content: ""
}
.fa-pause-circle:before {
content: ""
}
.fa-pause-circle-o:before {
content: ""
}
.fa-stop-circle:before {
content: ""
}
.fa-stop-circle-o:before {
content: ""
}
.fa-shopping-bag:before {
content: ""
}
.fa-shopping-basket:before {
content: ""
}
.fa-hashtag:before {
content: ""
}
.fa-bluetooth:before {
content: ""
}
.fa-bluetooth-b:before {
content: ""
}
.fa-percent:before {
content: ""
}
.fa-gitlab:before {
content: ""
}
.fa-wpbeginner:before {
content: ""
}
.fa-wpforms:before {
content: ""
}
.fa-envira:before {
content: ""
}
.fa-universal-access:before {
content: ""
}
.fa-wheelchair-alt:before {
content: ""
}
.fa-question-circle-o:before {
content: ""
}
.fa-blind:before {
content: ""
}
.fa-audio-description:before {
content: ""
}
.fa-volume-control-phone:before {
content: ""
}
.fa-braille:before {
content: ""
}
.fa-assistive-listening-systems:before {
content: ""
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
content: ""
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
content: ""
}
.fa-glide:before {
content: ""
}
.fa-glide-g:before {
content: ""
}
.fa-sign-language:before, .fa-signing:before {
content: ""
}
.fa-low-vision:before {
content: ""
}
.fa-viadeo:before {
content: ""
}
.fa-viadeo-square:before {
content: ""
}
.fa-snapchat:before {
content: ""
}
.fa-snapchat-ghost:before {
content: ""
}
.fa-snapchat-square:before {
content: ""
}
.fa-pied-piper:before {
content: ""
}
.fa-first-order:before {
content: ""
}
.fa-yoast:before {
content: ""
}
.fa-themeisle:before {
content: ""
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
content: ""
}
.fa-fa:before, .fa-font-awesome:before {
content: ""
}
.fa-handshake-o:before {
content: ""
}
.fa-envelope-open:before {
content: ""
}
.fa-envelope-open-o:before {
content: ""
}
.fa-linode:before {
content: ""
}
.fa-address-book:before {
content: ""
}
.fa-address-book-o:before {
content: ""
}
.fa-address-card:before, .fa-vcard:before {
content: ""
}
.fa-address-card-o:before, .fa-vcard-o:before {
content: ""
}
.fa-user-circle:before {
content: ""
}
.fa-user-circle-o:before {
content: ""
}
.fa-user-o:before {
content: ""
}
.fa-id-badge:before {
content: ""
}
.fa-drivers-license:before, .fa-id-card:before {
content: ""
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
content: ""
}
.fa-quora:before {
content: ""
}
.fa-free-code-camp:before {
content: ""
}
.fa-telegram:before {
content: ""
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
content: ""
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
content: ""
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
content: ""
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
content: ""
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
content: ""
}
.fa-shower:before {
content: ""
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
content: ""
}
.fa-podcast:before {
content: ""
}
.fa-window-maximize:before {
content: ""
}
.fa-window-minimize:before {
content: ""
}
.fa-window-restore:before {
content: ""
}
.fa-times-rectangle:before, .fa-window-close:before {
content: ""
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
content: ""
}
.fa-bandcamp:before {
content: ""
}
.fa-grav:before {
content: ""
}
.fa-etsy:before {
content: ""
}
.fa-imdb:before {
content: ""
}
.fa-ravelry:before {
content: ""
}
.fa-eercast:before {
content: ""
}
.fa-microchip:before {
content: ""
}
.fa-snowflake-o:before {
content: ""
}
.fa-superpowers:before {
content: ""
}
.fa-wpexplorer:before {
content: ""
}
.fa-meetup:before {
content: ""
}  @media print {
blockquote, img, pre, tr {
page-break-inside: avoid
}
*, :after, :before {
background: 0 0 !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important
}
a, a:visited {
text-decoration: underline
}
a[href]:after {
content: " ("attr(href) ")"
}
abbr[title]:after {
content: " ("attr(title) ")"
}
a[href^="#"]:after, a[href^="javascript:"]:after {
content: ""
}
blockquote, pre {
border: 1px solid #999
}
thead {
display: table-header-group
}
img {
max-width: 100% !important
}
h2, h3, p {
orphans: 3;
widows: 3
}
h2, h3 {
page-break-after: avoid
}
.navbar {
display: none
}
.btn>.caret, .dropup>.btn>.caret {
border-top-color: #000 !important
}
.label {
border: 1px solid #000
}
.table {
border-collapse: collapse !important
}
.table td, .table th {
background-color: #fff !important
}
.table-bordered td, .table-bordered th {
border: 1px solid #ddd !important
}
}
.img-thumbnail, body {
background-color: #fff
}
*, :after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent
}
body {
color: #333
}
button, input, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
a:focus, a:hover {
color: #23527c;
text-decoration: underline
}
a:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
figure {
margin: 0
}
img {
vertical-align: middle
}
.img-responsive {
display: block;
max-width: 100%;
height: auto
}
.img-rounded {
border-radius: 6px
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto
}
.img-circle {
border-radius: 50%
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border-top: 1px solid #eee
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}
[role=button] {
cursor: pointer
}
.blog .post h2, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit
}
.blog .post h2 .small, .blog .post h2 small, .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
font-weight: 400;
line-height: 1;
color: #777
}
.blog .post h2, .h1, .h2, .h3, h1, h2, h3 {
margin-top: 20px;
margin-bottom: 10px
}
.blog .post h2 .small, .blog .post h2 small, .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
margin-top: 10px;
margin-bottom: 10px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
font-size: 75%
}
.blog .post h2, .h1, h1 {
font-size: 36px
}
.h2, h2 {
font-size: 30px
}
.h3, h3 {
font-size: 24px
}
.h4, h4 {
font-size: 18px
}
.h5, h5 {
font-size: 14px
}
.h6, h6 {
font-size: 12px
}
p {
margin: 0 0 10px
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4
}
@media (min-width:768px) {
.lead {
font-size: 21px
}
}
.small, small {
font-size: 85%
}
.mark, mark {
background-color: #fcf8e3;
padding: .2em
}
.list-inline, .list-unstyled {
padding-left: 0;
list-style: none
}
.text-left {
text-align: left
}
.text-right {
text-align: right
}
.text-center {
text-align: center
}
.text-justify {
text-align: justify
}
.text-nowrap {
white-space: nowrap
}
.text-lowercase {
text-transform: lowercase
}
.blog .section-headline, .initialism, .text-uppercase {
text-transform: uppercase
}
.text-capitalize {
text-transform: capitalize
}
.text-muted {
color: #777
}
.text-primary {
color: #337ab7
}
a.text-primary:focus, a.text-primary:hover {
color: #286090
}
.text-success {
color: #3c763d
}
a.text-success:focus, a.text-success:hover {
color: #2b542c
}
.text-info {
color: #31708f
}
a.text-info:focus, a.text-info:hover {
color: #245269
}
.text-warning {
color: #8a6d3b
}
a.text-warning:focus, a.text-warning:hover {
color: #66512c
}
.text-danger {
color: #a94442
}
a.text-danger:focus, a.text-danger:hover {
color: #843534
}
.bg-primary {
color: #fff;
background-color: #337ab7
}
a.bg-primary:focus, a.bg-primary:hover {
background-color: #286090
}
.bg-success {
background-color: #dff0d8
}
a.bg-success:focus, a.bg-success:hover {
background-color: #c1e2b3
}
.bg-info {
background-color: #d9edf7
}
a.bg-info:focus, a.bg-info:hover {
background-color: #afd9ee
}
.bg-warning {
background-color: #fcf8e3
}
a.bg-warning:focus, a.bg-warning:hover {
background-color: #f7ecb5
}
.bg-danger {
background-color: #f2dede
}
a.bg-danger:focus, a.bg-danger:hover {
background-color: #e4b9b9
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee
}
dl, ol, ul {
margin-top: 0
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
margin-bottom: 0
}
address, dl, legend {
margin-bottom: 20px
}
ol, ul {
margin-bottom: 10px
}
.list-inline {
margin-left: -5px
}
.list-inline>li {
display: inline-block;
padding-left: 5px;
padding-right: 5px
}
dd, dt {
line-height: 1.42857
}
dt {
font-weight: 700
}
dd {
margin-left: 0
}
.dl-horizontal dd:after, .dl-horizontal dd:before {
content: " ";
display: table
}
.dl-horizontal dd:after {
clear: both
}
@media (min-width:768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.dl-horizontal dd {
margin-left: 180px
}
.container {
width: 768px
}
}
.clearfix:after, .container-fluid:after, .container:after, .dropdown-menu>li>a, .form-horizontal .form-group:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .related-posts .rel-post-item:after, .row:after {
clear: both
}
abbr[data-original-title], abbr[title] {
cursor: help;
border-bottom: 1px dotted #777
}
.initialism {
font-size: 90%
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px
}
.container, .container-fluid {
margin-left: auto;
margin-right: auto
}
blockquote .small, blockquote footer, blockquote small {
display: block;
font-size: 80%;
line-height: 1.42857;
color: #777
}
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
display: table;
content: " "
}
blockquote .small:before, blockquote footer:before, blockquote small:before {
content: '\2014 \00A0'
}
.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, .filter input~label .dropdown-status, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
content: ''
}
.blockquote-reverse, blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right
}
.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
content: '\00A0 \2014'
}
address {
line-height: 1.42857
}
.container {
padding-left: 35px;
padding-right: 35px
}
@media (min-width:992px) {
.container {
width: 1010px
}
}
@media (min-width:1200px) {
.container {
width: 1210px
}
}
.container-fluid {
padding-left: 35px;
padding-right: 35px
}
.row {
margin-left: -35px;
margin-right: -35px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-left: 35px;
padding-right: 35px
}
fieldset, legend {
padding: 0;
border: 0
}
.col-xs-1 {
width: 8.33333%
}
.col-xs-2 {
width: 16.66667%
}
.col-xs-3 {
width: 25%
}
.col-xs-4 {
width: 33.33333%
}
.col-xs-5 {
width: 41.66667%
}
.col-xs-6 {
width: 50%
}
.col-xs-7 {
width: 58.33333%
}
.col-xs-8 {
width: 66.66667%
}
.col-xs-9 {
width: 75%
}
.col-xs-10 {
width: 83.33333%
}
.col-xs-11 {
width: 91.66667%
}
.col-xs-12 {
width: 100%
}
.col-xs-pull-0 {
right: auto
}
.col-xs-pull-1 {
right: 8.33333%
}
.col-xs-pull-2 {
right: 16.66667%
}
.col-xs-pull-3 {
right: 25%
}
.col-xs-pull-4 {
right: 33.33333%
}
.col-xs-pull-5 {
right: 41.66667%
}
.col-xs-pull-6 {
right: 50%
}
.col-xs-pull-7 {
right: 58.33333%
}
.col-xs-pull-8 {
right: 66.66667%
}
.col-xs-pull-9 {
right: 75%
}
.col-xs-pull-10 {
right: 83.33333%
}
.col-xs-pull-11 {
right: 91.66667%
}
.col-xs-pull-12 {
right: 100%
}
.col-xs-push-0 {
left: auto
}
.col-xs-push-1 {
left: 8.33333%
}
.col-xs-push-2 {
left: 16.66667%
}
.col-xs-push-3 {
left: 25%
}
.col-xs-push-4 {
left: 33.33333%
}
.col-xs-push-5 {
left: 41.66667%
}
.col-xs-push-6 {
left: 50%
}
.col-xs-push-7 {
left: 58.33333%
}
.col-xs-push-8 {
left: 66.66667%
}
.col-xs-push-9 {
left: 75%
}
.col-xs-push-10 {
left: 83.33333%
}
.col-xs-push-11 {
left: 91.66667%
}
.col-xs-push-12, .half-blue .col-md-6:first-of-type:after, .half-blue>.wpb_column:first-child:after {
left: 100%
}
.col-xs-offset-0 {
margin-left: 0
}
.col-xs-offset-1 {
margin-left: 8.33333%
}
.col-xs-offset-2 {
margin-left: 16.66667%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-4 {
margin-left: 33.33333%
}
.col-xs-offset-5 {
margin-left: 41.66667%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-7 {
margin-left: 58.33333%
}
.col-xs-offset-8 {
margin-left: 66.66667%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-10 {
margin-left: 83.33333%
}
.col-xs-offset-11 {
margin-left: 91.66667%
}
.col-xs-offset-12 {
margin-left: 100%
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
float: left
}
.col-sm-1 {
width: 8.33333%
}
.col-sm-2 {
width: 16.66667%
}
.col-sm-3 {
width: 25%
}
.col-sm-4 {
width: 33.33333%
}
.col-sm-5 {
width: 41.66667%
}
.col-sm-6 {
width: 50%
}
.col-sm-7 {
width: 58.33333%
}
.col-sm-8 {
width: 66.66667%
}
.col-sm-9 {
width: 75%
}
.col-sm-10 {
width: 83.33333%
}
.col-sm-11 {
width: 91.66667%
}
.col-sm-12 {
width: 100%
}
.col-sm-pull-0 {
right: auto
}
.col-sm-pull-1 {
right: 8.33333%
}
.col-sm-pull-2 {
right: 16.66667%
}
.col-sm-pull-3 {
right: 25%
}
.col-sm-pull-4 {
right: 33.33333%
}
.col-sm-pull-5 {
right: 41.66667%
}
.col-sm-pull-6 {
right: 50%
}
.col-sm-pull-7 {
right: 58.33333%
}
.col-sm-pull-8 {
right: 66.66667%
}
.col-sm-pull-9 {
right: 75%
}
.col-sm-pull-10 {
right: 83.33333%
}
.col-sm-pull-11 {
right: 91.66667%
}
.col-sm-pull-12 {
right: 100%
}
.col-sm-push-0 {
left: auto
}
.col-sm-push-1 {
left: 8.33333%
}
.col-sm-push-2 {
left: 16.66667%
}
.col-sm-push-3 {
left: 25%
}
.col-sm-push-4 {
left: 33.33333%
}
.col-sm-push-5 {
left: 41.66667%
}
.col-sm-push-6 {
left: 50%
}
.col-sm-push-7 {
left: 58.33333%
}
.col-sm-push-8 {
left: 66.66667%
}
.col-sm-push-9 {
left: 75%
}
.col-sm-push-10 {
left: 83.33333%
}
.col-sm-push-11 {
left: 91.66667%
}
.col-sm-push-12 {
left: 100%
}
.col-sm-offset-0 {
margin-left: 0
}
.col-sm-offset-1 {
margin-left: 8.33333%
}
.col-sm-offset-2 {
margin-left: 16.66667%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-4 {
margin-left: 33.33333%
}
.col-sm-offset-5 {
margin-left: 41.66667%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-7 {
margin-left: 58.33333%
}
.col-sm-offset-8 {
margin-left: 66.66667%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-10 {
margin-left: 83.33333%
}
.col-sm-offset-11 {
margin-left: 91.66667%
}
.col-sm-offset-12 {
margin-left: 100%
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
float: left
}
.col-md-1 {
width: 8.33333%
}
.col-md-2 {
width: 16.66667%
}
.col-md-3 {
width: 25%
}
.col-md-4 {
width: 33.33333%
}
.col-md-5 {
width: 41.66667%
}
.col-md-6 {
width: 50%
}
.col-md-7 {
width: 58.33333%
}
.col-md-8 {
width: 66.66667%
}
.col-md-9 {
width: 75%
}
.col-md-10 {
width: 83.33333%
}
.col-md-11 {
width: 91.66667%
}
.col-md-12 {
width: 100%
}
.col-md-pull-0 {
right: auto
}
.col-md-pull-1 {
right: 8.33333%
}
.col-md-pull-2 {
right: 16.66667%
}
.col-md-pull-3 {
right: 25%
}
.col-md-pull-4 {
right: 33.33333%
}
.col-md-pull-5 {
right: 41.66667%
}
.col-md-pull-6 {
right: 50%
}
.col-md-pull-7 {
right: 58.33333%
}
.col-md-pull-8 {
right: 66.66667%
}
.col-md-pull-9 {
right: 75%
}
.col-md-pull-10 {
right: 83.33333%
}
.col-md-pull-11 {
right: 91.66667%
}
.col-md-pull-12 {
right: 100%
}
.col-md-push-0 {
left: auto
}
.col-md-push-1 {
left: 8.33333%
}
.col-md-push-2 {
left: 16.66667%
}
.col-md-push-3 {
left: 25%
}
.col-md-push-4 {
left: 33.33333%
}
.col-md-push-5 {
left: 41.66667%
}
.col-md-push-6 {
left: 50%
}
.col-md-push-7 {
left: 58.33333%
}
.col-md-push-8 {
left: 66.66667%
}
.col-md-push-9 {
left: 75%
}
.col-md-push-10 {
left: 83.33333%
}
.col-md-push-11 {
left: 91.66667%
}
.col-md-push-12 {
left: 100%
}
.col-md-offset-0 {
margin-left: 0
}
.col-md-offset-1 {
margin-left: 8.33333%
}
.col-md-offset-2 {
margin-left: 16.66667%
}
.col-md-offset-3 {
margin-left: 25%
}
.col-md-offset-4 {
margin-left: 33.33333%
}
.col-md-offset-5 {
margin-left: 41.66667%
}
.col-md-offset-6 {
margin-left: 50%
}
.col-md-offset-7 {
margin-left: 58.33333%
}
.col-md-offset-8 {
margin-left: 66.66667%
}
.col-md-offset-9 {
margin-left: 75%
}
.col-md-offset-10 {
margin-left: 83.33333%
}
.col-md-offset-11 {
margin-left: 91.66667%
}
.col-md-offset-12 {
margin-left: 100%
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
float: left
}
.col-lg-1 {
width: 8.33333%
}
.col-lg-2 {
width: 16.66667%
}
.col-lg-3 {
width: 25%
}
.col-lg-4 {
width: 33.33333%
}
.col-lg-5 {
width: 41.66667%
}
.col-lg-6 {
width: 50%
}
.col-lg-7 {
width: 58.33333%
}
.col-lg-8 {
width: 66.66667%
}
.col-lg-9 {
width: 75%
}
.col-lg-10 {
width: 83.33333%
}
.col-lg-11 {
width: 91.66667%
}
.col-lg-12 {
width: 100%
}
.col-lg-pull-0 {
right: auto
}
.col-lg-pull-1 {
right: 8.33333%
}
.col-lg-pull-2 {
right: 16.66667%
}
.col-lg-pull-3 {
right: 25%
}
.col-lg-pull-4 {
right: 33.33333%
}
.col-lg-pull-5 {
right: 41.66667%
}
.col-lg-pull-6 {
right: 50%
}
.col-lg-pull-7 {
right: 58.33333%
}
.col-lg-pull-8 {
right: 66.66667%
}
.col-lg-pull-9 {
right: 75%
}
.col-lg-pull-10 {
right: 83.33333%
}
.col-lg-pull-11 {
right: 91.66667%
}
.col-lg-pull-12 {
right: 100%
}
.col-lg-push-0 {
left: auto
}
.col-lg-push-1 {
left: 8.33333%
}
.col-lg-push-2 {
left: 16.66667%
}
.col-lg-push-3 {
left: 25%
}
.col-lg-push-4 {
left: 33.33333%
}
.col-lg-push-5 {
left: 41.66667%
}
.col-lg-push-6 {
left: 50%
}
.col-lg-push-7 {
left: 58.33333%
}
.col-lg-push-8 {
left: 66.66667%
}
.col-lg-push-9 {
left: 75%
}
.col-lg-push-10 {
left: 83.33333%
}
.col-lg-push-11 {
left: 91.66667%
}
.col-lg-push-12 {
left: 100%
}
.col-lg-offset-0 {
margin-left: 0
}
.col-lg-offset-1 {
margin-left: 8.33333%
}
.col-lg-offset-2 {
margin-left: 16.66667%
}
.col-lg-offset-3 {
margin-left: 25%
}
.col-lg-offset-4 {
margin-left: 33.33333%
}
.col-lg-offset-5 {
margin-left: 41.66667%
}
.col-lg-offset-6 {
margin-left: 50%
}
.col-lg-offset-7 {
margin-left: 58.33333%
}
.col-lg-offset-8 {
margin-left: 66.66667%
}
.col-lg-offset-9 {
margin-left: 75%
}
.col-lg-offset-10 {
margin-left: 83.33333%
}
.col-lg-offset-11 {
margin-left: 91.66667%
}
.col-lg-offset-12 {
margin-left: 100%
}
}
fieldset {
margin: 0;
min-width: 0
}
legend {
display: block;
width: 100%;
font-size: 21px;
line-height: inherit;
color: #333;
border-bottom: 1px solid #e5e5e5
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700
}
input[type=search] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none
}
input[type=checkbox], input[type=radio] {
margin: 4px 0 0;
margin-top: 1px\9;
line-height: normal
}
.form-control, output {
font-size: 14px;
line-height: 1.42857;
color: #555;
display: block
}
input[type=file] {
display: block
}
input[type=range] {
display: block;
width: 100%
}
select[multiple], select[size] {
height: auto
}
input[type=checkbox]:focus, input[type=radio]:focus, input[type=file]:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
output {
padding-top: 7px
}
.form-control {
width: 100%;
height: 34px;
padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #999
}
.form-control::-webkit-input-placeholder {
color: #999
}
.form-control::-ms-expand {
border: 0;
background-color: transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
cursor: not-allowed
}
textarea.form-control {
height: auto
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
line-height: 34px
}
.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
line-height: 30px
}
.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
line-height: 46px
}
}
.form-group {
margin-bottom: 15px
}
.checkbox, .radio {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px
}
.checkbox label, .radio label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
position: absolute;
margin-left: -20px;
margin-top: 4px\9
}
.checkbox+.checkbox, .radio+.radio {
margin-top: -5px
}
.checkbox-inline, .radio-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: 400;
cursor: pointer
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
margin-top: 0;
margin-left: 10px
}
.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
cursor: not-allowed
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px
}
.form-control-static.input-lg, .form-control-static.input-sm {
padding-left: 0;
padding-right: 0
}
.form-group-sm .form-control, .input-sm {
padding: 5px 10px;
border-radius: 3px;
font-size: 12px
}
.input-sm {
height: 30px;
line-height: 1.5
}
select.input-sm {
height: 30px;
line-height: 30px
}
select[multiple].input-sm, textarea.input-sm {
height: auto
}
.form-group-sm .form-control {
height: 30px;
line-height: 1.5
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px
}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
height: auto
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 10px;
font-size: 12px;
line-height: 1.5
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px
}
select.input-lg {
height: 46px;
line-height: 46px
}
select[multiple].input-lg, textarea.input-lg {
height: auto
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px
}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
height: auto
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.33333
}
.has-feedback {
position: relative
}
.has-feedback .form-control {
padding-right: 42.5px
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none
}
.collapsing, .dropdown, .dropup {
position: relative
}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
color: #3c763d
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8
}
.has-success .form-control-feedback {
color: #3c763d
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
color: #8a6d3b
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3
}
.has-warning .form-control-feedback {
color: #8a6d3b
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
color: #a94442
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede
}
.has-error .form-control-feedback {
color: #a94442
}
.has-feedback label~.form-control-feedback {
top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
top: 0
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373
}
@media (min-width:768px) {
.form-inline .form-control, .form-inline .form-control-static, .form-inline .form-group {
display: inline-block
}
.form-inline .checkbox, .form-inline .control-label, .form-inline .form-group, .form-inline .radio {
margin-bottom: 0;
vertical-align: middle
}
.form-inline .form-control {
width: auto;
vertical-align: middle
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle
}
.form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
width: auto
}
.form-inline .input-group>.form-control {
width: 100%
}
.form-inline .checkbox, .form-inline .radio {
display: inline-block;
margin-top: 0
}
.form-inline .checkbox label, .form-inline .radio label {
padding-left: 0
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
position: relative;
margin-left: 0
}
.form-inline .has-feedback .form-control-feedback {
top: 0
}
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px
}
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px
}
.form-horizontal .checkbox, .form-horizontal .radio {
min-height: 27px
}
.form-horizontal .form-group {
margin-left: -35px;
margin-right: -35px
}
.form-horizontal .form-group:after, .form-horizontal .form-group:before {
content: " ";
display: table
}
.form-horizontal .has-feedback .form-control-feedback {
right: 35px
}
@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11px;
font-size: 18px
}
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px
}
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear
}
.fade.in {
opacity: 1
}
.collapse {
display: none
}
.collapse.in {
display: block
}
tr.collapse.in {
display: table-row
}
tbody.collapse.in {
display: table-row-group
}
.collapsing {
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent
}
.dropdown-toggle:focus {
outline: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
background-clip: padding-box
}
.dropdown-menu-right, .dropdown-menu.pull-right {
left: auto;
right: 0
}
.dropdown-header, .dropdown-menu>li>a {
display: block;
padding: 3px 20px;
white-space: nowrap;
line-height: 1.42857
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5
}
.dropdown-menu>li>a {
font-weight: 400;
color: #333
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
text-decoration: none;
color: #262626;
background-color: #f5f5f5
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
color: #fff;
text-decoration: none;
outline: 0;
background-color: transparent
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
color: #777
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed
}
.open>.dropdown-menu {
display: block
}
.open>a {
outline: 0
}
.dropdown-menu-left {
left: 0;
right: auto
}
.dropdown-header {
font-size: 12px;
color: #777
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990
}
.pull-right>.dropdown-menu {
right: 0;
left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid\9;
content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px
}
@media (min-width:768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto
}
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none
}
.nav:after, .nav:before {
content: " ";
display: table
}
.nav>li, .nav>li>a {
display: block;
position: relative
}
.nav>li>a {
padding: 10px 15px
}
.nav>li>a:focus, .nav>li>a:hover {
text-decoration: none;
background-color: #eee
}
.nav>li.disabled>a {
color: #777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
color: #777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: #eee;
border-color: #337ab7
}
.nav .nav-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5
}
.nav>li>a>img {
max-width: none
}
.nav-tabs {
border-bottom: 1px solid #ddd
}
.nav-tabs>li {
margin-bottom: -1px
}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.42857;
border: 1px solid transparent;
border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
color: #555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default
}
.nav-justified>li, .nav-stacked>li, .nav-tabs.nav-justified>li {
float: none
}
.nav-pills>li>a {
border-radius: 4px
}
.nav-pills>li+li {
margin-left: 2px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff;
background-color: #337ab7
}
.nav-stacked>li+li {
margin-top: 2px;
margin-left: 0
}
.nav-justified, .nav-tabs.nav-justified {
width: 100%
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
text-align: center;
margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto
}
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
margin-right: 0;
border-radius: 4px
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
border: 1px solid #ddd
}
@media (min-width:768px) {
.nav-justified>li, .nav-tabs.nav-justified>li {
display: table-cell;
width: 1%
}
.nav-justified>li>a, .nav-tabs.nav-justified>li>a {
margin-bottom: 0
}
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
border-bottom-color: #fff
}
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
display: table;
content: " "
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.navbar {
position: relative;
min-height: 85px;
margin-bottom: 20px;
border: 1px solid transparent
}
.navbar-collapse {
overflow-x: visible;
padding-right: 35px;
padding-left: 35px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
-webkit-overflow-scrolling: touch
}
.navbar-collapse.in {
overflow-y: auto
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
max-height: 340px
}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
max-height: 200px
}
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
margin-right: -35px;
margin-left: -35px
}
@media (min-width:768px) {
.navbar {
border-radius: 4px
}
.navbar-header {
float: left
}
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important
}
.navbar-collapse.in {
overflow-y: visible
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
padding-left: 0;
padding-right: 0
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
margin-right: 0;
margin-left: 0
}
.navbar-static-top {
border-radius: 0
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px
}
.navbar-fixed-bottom, .navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0
}
.navbar-brand {
float: left;
padding: 32.5px 35px;
font-size: 18px;
line-height: 20px;
height: 85px
}
.navbar-brand:focus, .navbar-brand:hover {
text-decoration: none
}
.navbar-brand>img {
display: block
}
@media (min-width:768px) {
.navbar-fixed-bottom, .navbar-fixed-top {
border-radius: 0
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
margin-left: -35px
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 35px;
padding: 9px 10px;
margin-top: 25.5px;
margin-bottom: 25.5px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.navbar-toggle:focus {
outline: 0
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px
}
.navbar-nav {
margin: 16.25px -35px
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px
}
@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
line-height: 20px
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
background-image: none
}
}
@media (min-width:768px) {
.navbar-toggle {
display: none
}
.navbar-nav {
float: left;
margin: 0
}
.navbar-nav>li {
float: left
}
.navbar-nav>li>a {
padding-top: 32.5px;
padding-bottom: 32.5px
}
}
.navbar-form {
padding: 10px 35px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
margin: 25.5px -35px
}
@media (min-width:768px) {
.navbar-form .form-control, .navbar-form .form-control-static, .navbar-form .form-group {
display: inline-block
}
.navbar-form .checkbox, .navbar-form .control-label, .navbar-form .form-group, .navbar-form .radio {
margin-bottom: 0;
vertical-align: middle
}
.navbar-form .form-control {
width: auto;
vertical-align: middle
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
width: auto
}
.navbar-form .input-group>.form-control {
width: 100%
}
.navbar-form .checkbox, .navbar-form .radio {
display: inline-block;
margin-top: 0
}
.navbar-form .checkbox label, .navbar-form .radio label {
padding-left: 0
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
position: relative;
margin-left: 0
}
.navbar-form .has-feedback .form-control-feedback {
top: 0
}
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none
}
}
@media (max-width:767px) {
.navbar-form .form-group {
margin-bottom: 5px
}
.navbar-form .form-group:last-child {
margin-bottom: 0
}
}
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
margin-bottom: 0;
border-radius: 4px 4px 0 0
}
.navbar-btn {
margin-top: 25.5px;
margin-bottom: 25.5px
}
.navbar-btn.btn-sm {
margin-top: 27.5px;
margin-bottom: 27.5px
}
.navbar-btn.btn-xs {
margin-top: 31.5px;
margin-bottom: 31.5px
}
.navbar-text {
margin-top: 32.5px;
margin-bottom: 32.5px
}
@media (min-width:768px) {
.navbar-text {
float: left;
margin-left: 35px;
margin-right: 35px
}
.navbar-left {
float: left !important
}
.navbar-right {
float: right !important;
margin-right: -35px
}
.navbar-right~.navbar-right {
margin-right: 0
}
}
.navbar-default {
background-color: #FFF;
border-color: #e7e7e7
}
.navbar-default .navbar-brand {
color: #777
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
color: #5e5e5e;
background-color: transparent
}
.navbar-default .navbar-text {
color: #777
}
.navbar-default .navbar-nav>li>a {
color: #000
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #6f6f6f;
background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
color: #00aedb;
background-color: transparent
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
color: #ccc;
background-color: transparent
}
.navbar-default .navbar-toggle {
border-color: #ddd
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
background-color: transparent
}
@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #000
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #6f6f6f;
background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #00aedb;
background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #ccc;
background-color: transparent
}
}
.navbar-default .navbar-link {
color: #000
}
.navbar-default .navbar-link:hover {
color: #6f6f6f
}
.navbar-default .btn-link {
color: #000
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
color: #6f6f6f
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
color: #ccc
}
.navbar-inverse {
background-color: #222;
border-color: #090909
}
.navbar-inverse .navbar-brand {
color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
color: #fff;
background-color: transparent
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
color: #fff;
background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
color: #fff;
background-color: #090909
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
color: #444;
background-color: transparent
}
.navbar-inverse .navbar-toggle {
border-color: #333
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
background-color: #090909;
color: #fff
}
@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: #9d9d9d
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
color: #fff;
background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #fff;
background-color: #090909
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #444;
background-color: transparent
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
color: #fff
}
.navbar-inverse .btn-link {
color: #9d9d9d
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
color: #fff
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
color: #444
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0
}
.embed-responsive-16by9 {
padding-bottom: 56.25%
}
.embed-responsive-4by3 {
padding-bottom: 75%
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0)
}
.button, .related-posts p, .single-cscp_team .post-thumbnail, .tooltip-inner, .wp-caption {
text-align: center
}
.tooltip.in {
opacity: .9;
filter: alpha(opacity=90)
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
background-color: #000;
border-radius: 4px
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
}
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
bottom: 0;
border-width: 5px 5px 0;
border-top-color: #000
}
.tooltip.top .tooltip-arrow {
left: 50%;
margin-left: -5px
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
margin-bottom: -5px
}
.tooltip.top-right .tooltip-arrow {
left: 5px;
margin-bottom: -5px
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000
}
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
top: 0;
border-width: 0 5px 5px;
border-bottom-color: #000
}
.tooltip.bottom .tooltip-arrow {
left: 50%;
margin-left: -5px
}
.tooltip.bottom-left .tooltip-arrow {
right: 5px;
margin-top: -5px
}
.tooltip.bottom-right .tooltip-arrow {
left: 5px;
margin-top: -5px
}
.clearfix:after, .clearfix:before {
content: " ";
display: table
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto
}
.pull-right {
float: right !important
}
.pull-left {
float: left !important
}
.hide {
display: none !important
}
.show {
display: block !important
}
.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
display: none !important
}
.invisible {
visibility: hidden
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}
.affix {
position: fixed
}
@-ms-viewport {
width: device-width
}
@media (max-width:767px) {
.visible-xs {
display: block !important
}
table.visible-xs {
display: table !important
}
tr.visible-xs {
display: table-row !important
}
td.visible-xs, th.visible-xs {
display: table-cell !important
}
.visible-xs-block {
display: block !important
}
.visible-xs-inline {
display: inline !important
}
.visible-xs-inline-block {
display: inline-block !important
}
}
@media (min-width:768px) and (max-width:991px) {
.visible-sm {
display: block !important
}
table.visible-sm {
display: table !important
}
tr.visible-sm {
display: table-row !important
}
td.visible-sm, th.visible-sm {
display: table-cell !important
}
.visible-sm-block {
display: block !important
}
.visible-sm-inline {
display: inline !important
}
.visible-sm-inline-block {
display: inline-block !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.visible-md {
display: block !important
}
table.visible-md {
display: table !important
}
tr.visible-md {
display: table-row !important
}
td.visible-md, th.visible-md {
display: table-cell !important
}
.visible-md-block {
display: block !important
}
.visible-md-inline {
display: inline !important
}
.visible-md-inline-block {
display: inline-block !important
}
}
@media (min-width:1200px) {
.visible-lg {
display: block !important
}
table.visible-lg {
display: table !important
}
tr.visible-lg {
display: table-row !important
}
td.visible-lg, th.visible-lg {
display: table-cell !important
}
.visible-lg-block {
display: block !important
}
.visible-lg-inline {
display: inline !important
}
.visible-lg-inline-block {
display: inline-block !important
}
.hidden-lg {
display: none !important
}
}
@media (max-width:767px) {
.hidden-xs {
display: none !important
}
}
@media (min-width:768px) and (max-width:991px) {
.hidden-sm {
display: none !important
}
}
@media (min-width:992px) and (max-width:1199px) {
.hidden-md {
display: none !important
}
}
.visible-print {
display: none !important
}
@media print {
.visible-print {
display: block !important
}
table.visible-print {
display: table !important
}
tr.visible-print {
display: table-row !important
}
td.visible-print, th.visible-print {
display: table-cell !important
}
}
.visible-print-block {
display: none !important
}
@media print {
.visible-print-block {
display: block !important
}
}
.visible-print-inline {
display: none !important
}
@media print {
.visible-print-inline {
display: inline !important
}
}
.visible-print-inline-block {
display: none !important
}
@media print {
.visible-print-inline-block {
display: inline-block !important
}
.hidden-print {
display: none !important
}
}
@media (max-width:992px) {
.vc_single_image-img {
margin-top: 35px;
margin-bottom: 35px
}
.wpb_video_wrapper {
margin-bottom: 35px
}
}
.wpb_content_element {
margin-bottom: 25px
}
.wpb_content_element:last-child {
margin-bottom: 0
}
.vc_column-inner {
padding-top: 0 !important
}
.home .page-container>.container>.vc_row.vc_row-has-fill:first-child, .home .page-container>.container>.vc_row.vc_row-has-fill:first-child .vc_column-inner {
padding: 0
}
.alignnone {
margin: 50px 20px 20px 0
}
.aligncenter, div.aligncenter {
display: block;
margin: 5px auto
}
.alignright {
float: right;
margin: 5px 0 20px 20px
}
.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px
}
a img.alignnone {
margin: 20px 20px 20px 0
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px
}
.wp-caption.alignleft, .wp-caption.alignnone {
margin: 5px 20px 20px 0
}
.wp-caption.alignright {
margin: 5px 0 20px 20px
}
.wp-caption img {
border: 0;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: .875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
* {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased
}
body {
font-size: 17px;
line-height: 25px
}
.blog .post h2, h1 {
margin-top: 0;
margin-bottom: 25px;
font-weight: 400;
font-size: 31px;
font-style: normal;
line-height: 38px
}
h2, h3 {
margin-bottom: 23px;
font-style: normal
}
h3, h4 {
line-height: 25px;
font-weight: 500
}
h2 {
margin-top: 20px;
font-weight: 500;
font-size: 21px;
line-height: 28px
}
.button, .dropdown-menu, h3 {
font-size: 17px
}
h3 {
margin-top: 15px
}
.section-headline, h4, small {
font-size: 13px
}
h4 {
margin-bottom: 20px
}
p {
margin-bottom: 25px
}
a {
color: #00aedb;
text-decoration: none
}
.introduction a:not(.button):hover {
display: inline-block;
height: 33px;
text-decoration: none;
border-bottom: 2px solid #000
}
.page-container .wpb_content_element ul {
margin-bottom: 25px;
margin-top: -10px
}
b, optgroup, strong {
font-weight: 500
}
small {
line-height: 18px
}
.section-headline {
margin-top: 0;
font-weight: 500;
line-height: 1
}
.section-headline p {
margin-top: 0
}
.section-headline.related {
border-bottom: 1px solid #000;
padding-bottom: 13px;
padding-top: 28px;
margin-bottom: 35px
}
.section-headline.related+.vc_row img {
max-width: 100%;
height: auto;
margin: 0;
padding: 0
}
.section-headline+.vc_row {
margin-left: -15px;
margin-right: -15px
}
.section-headline+.vc_row .vc_column-inner {
padding-left: 15px;
padding-right: 15px
}
.introduction p {
font-weight: 400;
font-size: 21px;
font-style: normal;
line-height: 28px;
color: #fff
}
@media (min-width:768px) {
.introduction p {
font-size: 31px;
line-height: 38px
}
}
.introduction p a {
color: #000
}
blockquote {
border-left: 5px solid #00aedb
}
.button {
padding: 8px 40px 5px;
background: #00aedb;
color: #FFF;
border: 1px solid transparent;
font-weight: 500;
line-height: 25px;
display: inline-block
}
.button:hover {
text-decoration: none;
color: #000
}
.button.secondary {
background: #00727c
}
.button.button-block {
display: block
}
.dropdown-toggle {
cursor: default
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
color: inherit
}
.dropdown-header, .dropdown-menu>li>a {
padding-right: 2px
}
@media (min-width:768px) {
.navbar-default {
box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
border: none
}
.navbar-default .navbar-nav>li {
position: static
}
.navbar-default .navbar-nav>li>a {
font-weight: 500;
font-size: 17px;
position: relative;
padding-left: 20px;
padding-right: 20px
}
.navbar-default .navbar-nav>li>a:hover {
height: auto;
border: none
}
}
@media (min-width:768px) and (min-width:992px) {
.navbar-default .navbar-nav>li>a {
padding-left: 40px;
padding-right: 40px
}
}
@media (min-width:768px) {
.navbar-default .navbar-nav>li>.mega {
display: none
}
.navbar-default .navbar-nav>li.current-menu-item>a, .navbar-default .navbar-nav>li.current-menu-parent>a {
color: #00aedb
}
.navbar-default .navbar-nav>li.menu-item-has-children:hover>a:after {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 20px 20px;
border-color: transparent transparent #00727c;
left: 50%;
bottom: 0;
margin-left: -10px;
opacity: .9
}
.navbar-default .navbar-nav>li.menu-item-has-children:hover .mega {
display: block
}
.admin-bar .navbar-default {
top: 32px
}
.navbar-default .navbar-brand {
height: auto;
padding: 10px 15px
}
.navbar-default .mega {
position: absolute;
left: 0;
top: 100%;
width: 100%;
background: #00727c;
opacity: .9;
padding: 35px;
min-height: 290px
}
.navbar-default .mega>.container {
height: 220px
}
.navbar-default .mega>.container .col-sm-5, .navbar-default .mega>.container .col-sm-7, .navbar-default .mega>.container .row {
height: 100%
}
.navbar-default .mega ul {
position: static;
display: block !important;
background: 0 0;
border: none;
width: 100%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 10px 0
}
.navbar-default .mega ul li ul li a {
padding-left: 0;
color: #FFF;
font-weight: 400;
line-height: 25px
}
.navbar-default .mega .col-sm-7>ul>li>a, .navbar-default .mega .description {
color: #FFF;
font-weight: 400;
font-size: 31px;
font-style: normal;
line-height: 38px
}
.navbar-default .mega ul li ul li a:hover {
background: 0 0;
text-decoration: none;
color: #FFF;
height: 26px;
border-bottom: 1px solid #FFF;
display: inline-block
}
.navbar-default .mega ul li ul li:hover {
height: 31px
}
.navbar-default .mega .col-sm-7>ul, .navbar-default .mega .description {
display: block;
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%)
}
.navbar-default .mega .col-sm-7>ul>li {
float: left;
width: 50%;
margin-bottom: 15px
}
.navbar-default .mega .col-sm-7>ul>li>a {
width: 75%;
border-bottom: 3px solid #FFF;
padding-left: 0
}
.navbar-default .mega .col-sm-7>ul>li>a:hover {
background: 0 0;
height: auto;
border-bottom: 3px solid #FFF;
color: #00aedb
}
.navbar-default .mega .col-sm-7>ul>li.large-submenu {
width: 100%
}
.navbar-default .mega .col-sm-7>ul>li.large-submenu>a {
display: inline-block;
width: auto
}
}
.single-cscp_job a[title=CSCP], .single-cscp_portfolio a[title='Our Work'], .single-cscp_publication a[title=Library], .single-cscp_team a[title=CSCP], .single-post a[title=News] {
color: #00aedb !important
}
.admin-bar .navigation-mobile {
top: 46px
}
.navigation-mobile {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
display: block;
max-height: 100%;
overflow: scroll
}
@media (min-width:992px) {
.navigation-mobile {
display: none
}
}
.navigation-mobile>.clearfix {
background: #fff;
height: 55px
}
.navigation-mobile .brand {
float: left;
display: block;
height: 55px;
padding: 5px 10px
}
.navigation-mobile .brand img {
max-height: 100%
}
.navigation-mobile .mobile-toggle {
width: 32px;
display: block;
float: right;
margin-top: 15px;
margin-right: 25px;
padding: 0;
background-color: transparent;
border: 1px solid transparent
}
.navigation-mobile .mobile-toggle .icon-bar {
display: block;
width: 32px;
height: 2px;
background-color: #00aedb
}
.navigation-mobile .mobile-toggle .icon-bar+.icon-bar {
margin-top: 7px
}
.navigation-mobile .mobile-toggle.active .icon-bar {
display: none
}
.navigation-mobile .mobile-toggle.active .icon-close {
display: block
}
.navigation-mobile .mobile-toggle .icon-close {
margin: auto;
display: none;
background: url(//www.cscp.org/wp-content/themes/cscp/images/close_big.png) center center no-repeat;
height: 20px;
width: 20px
}
.navigation-mobile .mobile-toggle:focus {
outline: 0
}
.navigation-mobile .menu-mobile {
display: none;
background: #00727c;
opacity: .9;
color: #fff;
padding: 0 25px 10px
}
.navigation-mobile .menu-mobile a {
color: #fff
}
.navigation-mobile .menu-mobile a:hover {
text-decoration: none
}
.navigation-mobile .menu-mobile ul {
padding: 0
}
.navigation-mobile .menu-mobile li {
font-size: 13px;
list-style: none
}
.navigation-mobile .menu-mobile>ul>li {
font-size: 31px;
border-bottom: 5px solid #fff;
padding-bottom: 10px;
padding-top: 30px;
position: relative
}
.navigation-mobile .menu-mobile>ul>li .mobile-submenu-toggle {
position: absolute;
right: 5px;
top: 20px;
height: 40px;
width: 50px;
cursor: pointer;
background: url(//www.cscp.org/wp-content/themes/cscp/images/arrow_white_down.png) center right no-repeat
}
.navigation-mobile .menu-mobile>ul>li .mobile-submenu-toggle.active {
background: url(//www.cscp.org/wp-content/themes/cscp/images/arrow_white_up.png) center right no-repeat
}
.navigation-mobile .menu-mobile>ul>li>ul {
display: none
}
.navigation-mobile .menu-mobile>ul>li>ul>li {
padding-top: 10px;
font-size: 17px
}
.navigation-mobile .menu-mobile>ul>li>ul>li li {
margin-left: 16px;
list-style-image: url(//www.cscp.org/wp-content/themes/cscp/images/arrow_white_right.png)
}
.navigation-mobile .menu-mobile>ul>li>ul>li li a:hover {
text-decoration: underline
}
.page-container {
background: #ededec;
position: relative
}
.page-container>.container>.vc_row {
padding: 90px 0
}
.page-container>.container>.vc_row.half-blue, .page-template-page-team .page-container>.container>.vc_row {
padding: 0
}
.page-container>.container>div:not(.jumbotron) .vc_column-inner {
max-width: 535px;
margin: auto
}
.page-id-32 .page-container>.container>div:not(.jumbotron) .vc_column-inner {
max-width: 615px
}
@media (min-width:992px) {
.page-container>.container>div:not(.jumbotron) .vc_column-inner, .page-id-32 .page-container>.container>div:not(.jumbotron) .vc_column-inner {
max-width: none
}
.half-blue {
height: 350px
}
}
.home .page-container>.container>div:first-child .vc_column-inner {
max-width: none
}
.page-container>.container.small-container {
padding: 90px 0;
max-width: 535px;
margin: auto
}
.page-template-page-team .page-container {
background: #FFF
}
.page-container .header-image .vc_column-inner {
max-width: none
}
.half-blue {
overflow: hidden
}
@media (min-width:992px) {
.home .half-blue {
height: 400px
}
}
.half-blue .col-md-6:first-of-type, .half-blue>.wpb_column:first-child {
background: #00aedb;
padding-top: 35px;
padding-bottom: 35px;
height: 350px;
position: relative
}
.half-blue .col-md-6:first-of-type:after, .half-blue .col-md-6:first-of-type:before, .half-blue>.wpb_column:first-child:after, .half-blue>.wpb_column:first-child:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
background: #00aedb
}
.half-blue .col-md-6:first-of-type:before, .half-blue>.wpb_column:first-child:before {
right: 100%
}
.home .half-blue .col-md-6:first-of-type, .home .half-blue>.wpb_column:first-child {
height: 400px
}
body:not(.home) .half-blue>div, body:not(.home) .half-blue>div:not(:first-child) div:not(.tweet), body:not(.home) .half-blue>div:not(:first-child) figure {
height: 100%;
max-height: 100%
}
.half-blue>div:not(:first-child) .vc_single_image-wrapper img {
max-height: 100%;
width: auto
}
@media (min-width:992px) {
.half-blue .col-md-6:first-of-type:after, .half-blue .col-md-6:first-of-type:before, .half-blue>.wpb_column:first-child:after, .half-blue>.wpb_column:first-child:before {
content: none
}
.half-blue>div:not(:first-child) .vc_single_image-wrapper img {
position: relative;
top: 50%;
transform: translateY(-50%)
}
.half-blue {
background: linear-gradient(to right, #00aedb 0, #00aedb 50%, #ededec 50%, #ededec 100%)
}
}
.striped:nth-child(2n+1), .tags li a {
background: #FFF
}
.striped {
padding: 90px 0
}
.blog .post .striped h2, .blog .striped .post h2, .blog .striped h1 {
margin-bottom: 5px
}
::-webkit-input-placeholder {
color: #838383;
font-weight: 500;
font-size: 17px
}
::-moz-placeholder {
color: #838383;
font-weight: 500;
font-size: 17px
}
:-ms-input-placeholder {
color: #838383;
font-weight: 500;
font-size: 17px
}
:-moz-placeholder {
color: #838383;
font-weight: 500;
font-size: 17px
}
#site-footer form input[type=text] {
border: none;
width: 358px;
padding: 8px 10px 5px;
margin-right: 15px
}
#site-footer form input[type=text]:focus {
outline: 0
}
.tags {
padding: 0
}
.tags li {
display: inline-block;
margin-right: 10px;
margin-bottom: 10px
}
.tags li a {
padding: 7.5px 15px;
font-size: 13px;
display: block;
color: #000;
line-height: 15px
}
.striped:nth-child(2n+1) .tags li a {
background: #ededec
}
.tags li a.category, .tags li a.cscp_portfolio_type, .tags li a.cscp_publication_type {
background: #fcd629 !important
}
.tags li a:hover {
background: #00aedb !important;
color: #000;
text-decoration: none
}
.tags li a.no-pointer {
pointer-events: none;
cursor: default
}
.filter input~label, .filter-list li {
cursor: pointer;
white-space: nowrap;
overflow: hidden
}
.blog .tags {
margin-bottom: 30px
}
.tags.publication li {
margin: 0 10px 10px 0
}
.header-image {
background-size: cover;
background-position: center center;
height: 400px
}
.single-article {
padding: 90px 0;
max-width: 535px;
margin: auto
}
.single-article ul:not(.twitter-link) {
list-style: none;
padding: 0;
margin: 30px 0
}
.single-article ul:not(.twitter-link) li {
padding-left: 1em;
margin-bottom: 25px;
position: relative
}
.single-article ul:not(.twitter-link) li:before {
content: "•";
color: #00aedb;
font-size: 27px;
display: block;
position: absolute;
top: 1px;
left: 0
}
.single-article>.post-thumbnail {
margin-bottom: 35px
}
.single-article img {
max-width: 100%;
height: auto
}
.single-article .twitter-link {
margin-bottom: 40px
}
.post-thumbnail img {
max-width: 100%;
height: auto
}
.single-cscp_team .post-thumbnail {
background: #FFF
}
.post-thumbnail.full-with img {
width: 100%
}
.related-posts {
padding: 27px 0 88px
}
.related-posts .rel-post-item {
display: block;
float: left;
width: 50%;
color: #000
}
.related-posts .rel-post-item:after, .related-posts .rel-post-item:before {
content: " ";
display: table
}
.related-posts .rel-post-item .featured-image {
display: block;
height: 190px;
margin-bottom: 30px;
background-position: top left;
background-repeat: no-repeat;
background-size: 100%;
-webkit-transition: background-size .1s;
-moz-transition: background-size .1s;
-ms-transition: background-size .1s;
-o-transition: background-size .1s;
transition: background-size .1s
}
@media (min-width:768px) {
.related-posts .rel-post-item {
width: 25%
}
.related-posts .rel-post-item .related-title {
padding-left: 0
}
}
.related-posts .rel-post-item:hover .featured-image.zoom {
background-size: 105%
}
.related-posts .section-headline {
margin-bottom: 27px
}
.single-footer {
margin-top: 120px
}
.single-footer h4 {
border-bottom: 1px solid #000
}
.single-footer .col-sm-6 {
margin-bottom: 90px
}
.single-footer .shariff li {
margin-left: 0 !important;
background: #00aedb !important;
color: #FFF !important;
border: 1px solid transparent !important;
font-weight: 500 !important;
font-size: 17px !important;
text-align: center !important;
line-height: 25px !important;
display: block !important
}
.single-footer .shariff li a {
background-color: transparent !important;
border: none !important
}
.single-footer .shariff li a:hover .shariff-icon {
fill: #00aedb !important
}
.single-footer .shariff li span {
color: #fff;
line-height: 35px !important
}
.blog .post .page-news h2 a, .blog .post h2 a, .page-news .blog .post h2 a, .page-news h1 a, .search h2 a {
color: #000
}
.single-footer .shariff li span.shariff-icon {
fill: #fff !important
}
.single-footer .shariff li span.shariff-text {
display: none
}
.single-footer ul li {
padding-left: 0 !important;
margin-bottom: 0 !important
}
.single-footer ul li:before {
content: none !important
}
.page-news {
padding-bottom: 90px
}
.blog .post .page-news .striped h2, .page-news .striped .blog .post h2, .page-news .striped h1 {
line-height: 1
}
.page-news .twitter-link {
margin-bottom: 15px
}
.partner-clients img {
max-width: 100%;
height: auto;
margin: 0
}
.downloads .button {
margin-bottom: 16px
}
.close a {
position: absolute;
top: 35px;
right: 35px;
background: url(//www.cscp.org/wp-content/themes/cscp/images/close_big.png) center center no-repeat;
width: 32px;
height: 32px;
display: block;
z-index: 15
}
.single-cscp_team .contact {
padding: 15px 0 20px
}
.quote {
background: #FFF
}
@media (min-width:768px) {
.quote .container {
height: 224px
}
}
@media (min-width:992px) {
.quote .container {
height: 286px
}
}
@media (min-width:1200px) {
.quote .container {
height: 340px
}
}
.quote .col-sm-9, .quote .row {
height: 100%
}
.quote-image {
border-bottom: 2px solid #00aedb;
text-align: center
}
.filter input:checked~label, .quote-image.default {
border-bottom: none
}
.quote-image img {
max-width: 100%;
height: auto
}
.quote-text {
margin-top: 20px
}
@media (min-width:768px) {
.quote-image {
border-bottom: none;
margin-left: -35px;
margin-right: -35px
}
.quote-image img {
display: block
}
.quote-text {
position: relative;
top: 50%;
transform: translateY(-50%)
}
}
.quote-text>p {
font-weight: 500;
font-size: 21px;
font-style: normal;
line-height: 28px;
margin-bottom: 15px
}
.quote-text .quote-person>p {
font-weight: 500
}
.contact-person a, .contact-person span {
display: block;
margin-bottom: 7px
}
.contact-person-name {
display: block;
font-weight: 500
}
.partners .wpb_image_grid .wpb_image_grid_ul {
margin-left: -35px;
margin-right: -35px
}
.partners .wpb_image_grid .wpb_image_grid_ul .isotope-item {
max-width: 230px;
max-height: 120px;
padding: 0 35px
}
.partners .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
max-height: 85px
}
.engage svg {
width: 25px;
height: 25px;
display: inline;
vertical-align: middle
}
.engage svg path {
fill: #AAB8C2
}
.engage .retweet:hover path {
fill: #19CF86
}
.engage .like:hover path {
fill: #E81C4F
}
.blog .post {
max-width: 605px;
margin: auto
}
@media (min-width:992px) {
.blog .post {
max-width: none
}
}
.blog .post img {
margin-bottom: 35px
}
.search h2 {
margin-bottom: .2em
}
.search .result {
margin-bottom: 3rem;
position: relative
}
.search .result .link {
margin-bottom: .5em;
line-height: 1.2em
}
.search .result i {
background: #00aedb;
color: #fff;
display: block;
padding: 10px 3px;
border-radius: 100%;
margin-right: .5em;
float: left;
width: 37px;
height: 37px;
text-align: center;
position: absolute;
left: -50px;
top: 4px
}
.search .pagination {
margin-top: 3em;
text-align: center;
font-size: 21px;
font-weight: 800
}
.search .pagination a, .search .pagination span {
display: inline-block;
margin-left: 5px;
margin-right: 5px
}
.search .pagination .next, .search .pagination .prev {
font-size: 32px;
color: #000;
margin-left: 15px;
margin-right: 15px;
vertical-align: middle;
line-height: 36px
}
.filter {
max-width: 535px;
margin: -70px auto 70px
}
@media (min-width:992px) {
.filter {
margin-bottom: auto;
max-width: none
}
}
.filter .search-filter {
position: relative;
min-height: 49px;
max-height: 49px
}
.filter .search-filter .search-status {
z-index: 1
}
.filter .search-filter .search-status .fa:active, .filter .search-filter .search-status .fa:hover {
color: #00aedb
}
.filter .search-filter.active .search-status {
background: url(//www.cscp.org/wp-content/themes/cscp/images/close_small.png) center center no-repeat
}
.filter .search-filter.active .search-status .fa {
display: none
}
.filter .search-filter button {
background: 0;
border: 0;
position: relative;
top: 0;
left: calc(100% - 48px);
display: block;
width: 48px;
height: 48px;
z-index: 3
}
.filter .search-filter input, .filter input~label {
width: 100%;
color: #000;
line-height: 48px;
text-overflow: ellipsis
}
.filter .search-filter input {
display: block;
position: absolute;
border: 0;
background: 0;
height: 100%;
border-bottom: 1px solid #000;
font-weight: 400;
padding-right: 16px
}
.filter .search-filter input::placeholder {
color: inherit;
font-weight: inherit
}
.filter p a {
line-height: 48px
}
.filter input {
display: none
}
.filter input~label {
display: block;
background: #ededec;
font-weight: 400;
padding: 0 16px 0 0;
position: relative;
border-bottom: 1px solid #000;
margin: 0;
z-index: 2;
-ms-text-overflow: ellipsis
}
.filter input~label .dropdown-status {
position: absolute;
top: 0;
right: 0;
background: url(//www.cscp.org/wp-content/themes/cscp/images/arrow_down.png) center center no-repeat;
width: 48px;
height: 48px;
display: block;
z-index: 3
}
.filter input~label.active {
color: #00aedb;
font-weight: 500
}
.filter input~label.active .dropdown-status {
background-image: url(//www.cscp.org/wp-content/themes/cscp/images/close_small.png)
}
.filter input~ul {
position: absolute;
visibility: hidden;
opacity: 0;
z-index: 3;
width: 100%;
top: 20px
}
.filter input:checked~label .dropdown-status {
background-image: url(//www.cscp.org/wp-content/themes/cscp/images/arrow_up.png)
}
.filter input:checked~ul {
visibility: visible;
opacity: 1;
top: 100%
}
.filter .animate {
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
transition: all .3s;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden
}
.filter.min-height {
min-height: 140px
}
.filter.news {
margin-top: 80px;
margin-bottom: 40px
}
.filter-list {
padding: 0
}
.filter-list li {
background: #00727c;
color: #fff;
line-height: 48px;
padding: 0 16px;
font-weight: 500;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
font-size: 13px
}
.tweet-header, .tweet-header .screen_name {
color: #6f6f6f
}
.filter-list li.active, .filter-list li:hover {
background: #29b1ba
}
@media (min-width:768px) {
.filter-list li {
background: rgba(0, 114, 124, .9)
}
}
.cscp-twitter-box-container {
height: 280px;
overflow-y: scroll;
margin: 35px 0
}
.home .cscp-twitter-box-container {
height: 330px !important
}
.cscp-twitter-box-placeholder {
text-align: center;
font-size: 31px
}
.tweet {
line-height: 25px;
margin-bottom: 25px
}
.tweet-header {
font-size: 13px
}
.tweet-header .username {
font-weight: 600
}
.portfolio-item a, .publication-item a, .video-item a {
color: #000
}
.tweet-header .date {
display: inline-block;
margin-left: 5px
}
.portfolio-thumb {
margin-bottom: 30px
}
.portfolio-item, .publication-item {
margin-bottom: 90px
}
.portfolio-item a {
font-weight: 400
}
.portfolio-item {
min-height: 470px
}
.publication-item .authors {
margin-bottom: 20px
}
.blog .post .job-category-list-item h2, .job-category-list-item .blog .post h2, .job-category-list-item h1 {
margin-top: 0
}
.job-category-list-item ul.job-list {
padding: 0
}
.job-category-list-item ul.job-list li {
list-style: none;
margin-bottom: 30px
}
.video-item {
min-height: 470px;
margin-bottom: 90px
}
.team-member {
height: 340px;
position: relative;
background-position: center bottom;
background-repeat: no-repeat;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s
}
.team-member .floating-box {
position: absolute;
bottom: 35px;
right: 35px;
height: 90px;
width: 250px;
background: #00aedb;
padding: 16px;
color: #FFF
}
.team-member .floating-box .name {
font-weight: 500
}
.team-member .floating-box .position {
font-size: 13px;
line-height: 17px
}
.team-member .floating-box.sbe {
background: #f07d00
}
.team-member .floating-box.sl {
background: #d25073
}
.team-member .floating-box.sips {
background: #b6cd00
}
.team-member .floating-box.enabler {
background: #00aedb
}
.team-member .floating-box.switch {
background: #00727e
}
.map-container {
margin-left: -35px;
margin-right: -35px;
height: 350px
}
#cscp_map {
width: 100%;
height: 100%
}
.jumbotron {
padding: 90px 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat
}
.jumbotron .container {
text-align: center
}
.jumbotron p {
color: #fff;
font-weight: 500;
font-size: 30px;
line-height: 40px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, .3)
}
@media (min-width:1200px) {
.jumbotron {
height: 525px;
min-height: 525px;
padding: 170px 0 0
}
.jumbotron p {
font-size: 50px;
line-height: 60px
}
}
.jumbotron.video {
padding: 0
}
.jumbotron.video iframe {
display: block;
margin-bottom: 0;
opacity: 0;
width: 100%;
height: 325px
}
.jumbotron.video .video-play, .jumbotron.video iframe {
transition: opacity .2s
}
.jumbotron.video .container {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%)
}
.jumbotron.video .video-play {
color: #fff;
font-size: 150px;
text-shadow: 0 5px 5px rgba(0, 0, 0, .1);
opacity: .8
}
.jumbotron.video .video-play:hover {
text-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}
.cscp-video-height .wpb_video_wrapper {
min-height: 250px
}
@media (min-width:768px) {
.team-member .floating-box {
bottom: 35px;
right: 0
}
.cscp-video-height .wpb_video_wrapper {
min-height: 327px
}
}
@media (min-width:1200px) {
.cscp-video-height .wpb_video_wrapper {
min-height: 356px
}
}
@media (max-width:992px) {
.page-id-32 .page-container .container .vc_column-inner {
max-width: 615px
}
}
#site-footer {
background: #00727c;
padding: 70px 0 35px;
text-align: center
}
#site-footer a {
color: #fff;
border-color: #fff
}
#site-footer p {
color: #fff
}
#site-footer .button {
border: none;
margin-bottom: 35px
}
.social-links {
margin-bottom: 35px
}
.social-links li {
padding-right: 20px
}
.social-links a {
color: #fff;
font-size: 40px
}
.copyright, .menu-footer-container {
display: inline-block
}
.search-form>label {
float: right;
display: block
}
.search-form input[type=search] {
border: none;
padding: 8px 8px 5px;
width: 255px;
outline: 0
}
.search-form input[type=search]:focus {
background: #ededec
}
.search-form button {
background: #00aedb;
color: #fff;
border: none;
border-radius: none;
padding-left: 12px;
padding-right: 12px
}
body {
background: #FFF;
padding-top: 55px;
font-family: 'Fira Sans', sans-serif
}
@media (min-width:992px) {
.jumbotron.video iframe {
height: 525px
}
#site-footer {
text-align: left
}
#site-footer .button {
float: right
}
body {
padding-top: 85px
}
}