@import url(https://fonts.googleapis.com/css?family=Ovo);

/*
Theme Name: The Cipher Brief
Author: WPDesk
Description: The Cipher Brief(thecipherbrief.com) main Wordpress template.
Version: 1.0
Text Domain: thecipherbrief
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
.hide_toggle_expert .region-sidebar-second {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .single #sidebar-second {
  display: none;
  }
  img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    display: none;
  }
  .clearfix .view-content {
    overflow: hidden!important;
  }

  p {
    max-width: 800px!important;
  }
}


@font-face {
    font-family: 'minion-pro';
    src: url("assets/fonts/MinionPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'replica-pro';
    src: url(assets/fonts/ReplicaProRegular.eot) format("embedded-opentype");
    src: url(assets/fonts/ReplicaProRegular.eot?#iefix) format("embedded-opentype"), url(assets/fonts/ReplicaProRegular.woff) format("woff"), url(assets/fonts/ReplicaProRegular.ttf) format("truetype"), url(assets/fonts/ReplicaProRegular.svg#levenim) format("svg");
    font-weight: normal;
}

@font-face {
    font-family: 'replica-pro-bold';
    src: url(assets/fonts/ReplicaProBold.eot) format("embedded-opentype");
    src: url(assets/fonts/ReplicaProBold.eot?#iefix) format("embedded-opentype"), url(assets/fonts/ReplicaProBold.woff) format("woff"), url(assets/fonts/ReplicaProBold.ttf) format("truetype"), url(assets/fonts/ReplicaProBold.svg#levenim) format("svg");
    font-weight: bold;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(assets/fonts/icon/fontawesome-webfont.eot?v=4.2.0);
    src: url(assets/fonts/icon/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(assets/fonts/icon/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(assets/fonts/icon/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(assets/fonts/icon/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding-top: 180px;
    font-size: 17px;
    color: #333;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-box-shadow: inset 0 0 0 rgba(15, 15, 15, 1)!important;
    box-shadow: inset 0 0 0 rgba(15, 15, 15, 1)!important;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.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;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #333;
    font: 400 62.5% Arial, sans-serif;
}

h1 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 300;
}

h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #8c8f93;
    font-size: 1.8em;
    line-height: 1;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h3 {
    margin: 0 0 .5em 0;
    padding: .25em 0 0 0;
    color: #000f33;
    font-size: 1.2em;
    line-height: 1em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h4 {
    color: #333;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
}

h5 {
    display: block;
    font-size: 0.83em;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin: 0px 0px;
}

h6 {
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 800;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
    text-rendering: geometricPrecision;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    color: #666;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 600;
    margin-top: 0.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #eee;
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote {
    quotes: "" "";
}

q {
    quotes: "вЂњ" "вЂќ" "вЂ" "вЂ™";
}

blockquote:before,
blockquote:after {
    content: "";
}

:focus {
    outline: none;
}


/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
    font-family: Tahoma, Arial, sans-serif;
}


/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}


/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
    font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
    font-weight: 700;
}


/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
    font-weight: 700;
    line-height: 1.3;
}


/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
    font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
    font-weight: 700;
}


/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
    font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
    font-weight: 700;
}


/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
    font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
    font-weight: 700;
}


/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
    font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
    font-weight: 600;
}


/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
    line-height: 1.65;
    font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
    line-height: 1.8;
    font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
    letter-spacing: 0 !important;
}


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: 0.5em;
}

fieldset {
    margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 0px;
    display: block;
    padding: 0.7em;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #222;
    border-color: #333;
}

select {
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
    font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

input+button,
input+input[type="button"],
input+input[type="submit"] {
    padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover
/*input[type="submit"]:focus*/

{
    background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #333;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}


/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

.entry-content p a, .entry-content li a {
    color: #077cc2!important;
    text-decoration: none!important;
    border-bottom: 1px solid #d5d5d5!important;
}

.entry-content p a:hover, .entry-content p li:hover {
    border-bottom: 0!important;
    color: #055f94!important;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

/* the following is a bug fix for the list of briefs in the right alley that had weird spacing between the first and second lines*/
.view-content .item-list ol {
    list-style-type: none;
}

ul,
ol {
    margin: 0 0 1.5em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}


/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
    color: #222;
    text-decoration: none;
}

a:hover,
a:active {
    color: #000;
    outline: 0;
}


/* Hover effects */

.c-podcasts__block--front h2:hover {
  background-color: #B71C1C;
  box-shadow: inset 0 0 0 2px #B71C1C;
}

.entry-content a,
.entry-summary a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
    -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
    text-decoration: none;
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
    color: #000;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}


/* Fixes linked images */

.entry-content a img,
.widget a img {
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
    color: #222;
}


/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.field-content.center {
    text-align: center;
}

.post-thumbnail {
    margin-bottom: 1em;
}

.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
    opacity: 0.7;
}


/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.c-podcasts__block--front {
    clear: both;
    padding: 2rem;
    border-bottom: 1px solid #cccccc;
}

.c-podcasts__block--front .slick-slider {
    padding-left: 50px;
}

.c-podcasts--slide {}

.c-podcasts--slide aside {
    width: 33%;
    float: left;
    position: relative;
}

.c-podcasts--slide aside .fa-play {
    background: #fff;
    opacity: .75;
    border: 1px solid #666;
    position: absolute;
    padding: 10px 20px;
    top: calc(50% - 18px);
    left: calc(50% - 26px);
}

.c-podcasts--slide .c-podcasts__main {
    width: 60%;
    float: left;
    padding: 0 4% 0 3%;
}

.c-podcasts--slide .c-podcasts__main h3 {
    font-family: "Ovo", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25em;
}

.c-podcasts--slide .c-podcasts__main p {
    color: #8c8f93;
    font-family: "Ovo", serif;
    font-size: 14px;
    line-height: 1.25em;
}

.c-podcasts__block--front h2 {
    background: #d81e3b none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 2rem;
    margin-left: -1rem;
    margin-bottom: 1rem;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.slick-active:hover div {
    text-decoration: underline;
}

.slick-next::before {
    content: "вќ­";
}

.slick-prev::before {
    content: "вќ¬";
}

.slick-prev::before,
.slick-next::before {
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    font-family: "slick";
    font-size: 70px;
    line-height: 1;
    opacity: 0.5;
}

.slick-prev,
.slick-next {
    height: 70px;
    width: 30px;
    top: 40%;
}

.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px;
}

.post_content {
    padding: 0 0 15px 0;
    margin-top: 10px;
    font: 1.5em/1.7em "minion-pro", serif;
}

#content {
    color: #333333;
    background: white;
    max-width: 75rem;
    margin: 0 auto;
    font: 1.5em "minion-pro", serif;
    text-align: left;
}

.page-template-page_joblist #content {
    color: #6d6e70;
}

.post_article p {
    line-height: 1.5em;
}

#content-top {
    position: relative;
}

.region-content-top {
    /*padding: .75em 0;
    margin-bottom: 1.25em;*/
    position: relative;
    overflow: hidden;
}

#block-views-home-block_5 {
    width: 49%;
    float: left;
    margin-left: 8px;
    position: relative;
}

#block-views-home-block_5 a {
    text-decoration: none;
}

#block-views-home-block_5 .main-feature {
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#block-views-home-block_5 .main-feature .crop-height {
    max-height: 300px;
    overflow: hidden;
}

#block-views-home-block_5 .main-feature img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

#block-views-home-block_5 .main-feature h4 {
    position: absolute;
    top: -6px;
    left: -8px;
    height: 25px;
    padding: 1.25rem 0;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-transform: uppercase;
    background-color: #d81e3b;
    color: #FFF;
    cursor: pointer;
    z-index: 20;
    -webkit-box-shadow: 5px 7px 1px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 7px 1px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 7px 1px -1px rgba(0, 0, 0, 0.6);
}

#block-views-home-block_5 .main-feature h4:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: -1;
    position: absolute;
    border: 4px solid transparent;
    border-right-color: #8d0c0c;
    border-top-color: #8d0c0c;
}

#block-views-home-block_5 .main-feature .main-feature-text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    color: white;
    cursor: pointer;
    z-index: 20;
    transition: padding 500ms ease-in-out;
}

#block-views-home-block_5 .main-feature .main-feature-text h2 {
    color: white;
    font-family: 'Georgia', serif;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 5px 0;
}

#block-views-home-block_5 .main-feature .main-feature-text .main-feature-date {
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

#block-views-home-block_5 .main-feature:hover .main-feature-text {
    text-decoration: underline;
    padding: 15px 20px 45px;
}

#block-views-home-block_5 .attachment-after .view-content td:hover,
#block-views-home-block_5 .attachment-after .view-content td:hover {
    background: #353535;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
}

#block-views-home-block_5 .attachment-after .view-content td {
    width: 50%;
    box-sizing: border-box;
    padding: 11px;
    text-align: center;
    vertical-align: top;
}

#block-views-home-block_5 .attachment-after {
    text-align: center;
    color: white;
    background: #403f3e;
}

#block-views-home-block_5 .attachment-after .view-content a {
    color: white;
    text-decoration: none;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#block-views-home-block_5 .attachment-after .view-content td:first-child {
    border-right: 1px solid #6D6E70;
}

#block-views-home-block_5 .attachment-after .view-content a .feature-article {
    font-size: 20px;
    font-family: 'Ovo', serif;
    line-height: 1.25em;
    color: white;
}

#block-views-home-block_5 .attachment-after .view-content a:hover {
    text-decoration: underline;
}

#block-views-home-block_5 .attachment-after .view-content a .feature-name {
    font-size: 14px;
    color: #999;
}

#block-views-home-block_5 .attachment-after .view-content a .feature-title {
    font-size: 12px;
    line-height: 1.25em;
    color: #999;
}

#block-views-home-global_news {
    width: 25%;
    /*height: 525px;*/
    float: left;
    margin: 0 .75em;
    padding: 0 .75em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#block-views-home-global_news a h2:hover {
    background-color: #B71C1C;
    box-shadow: inset 0 0 0 2px #B71C1C;
}

#block-views-home-global_news a h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: #d81e3b;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 1;
    margin: 0 0 10px 0;
    transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
    -webkit-transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
}

#block-views-home-global_news .views-row {
    padding: 10px 0;
    /*height: 95px;*/
    border-bottom: 1px solid #ccc;
    position: relative;
    margin: 0;
    list-style: none;
}

#block-views-home-global_news .global-news {
    margin-left: 75px;
}

#block-views-home-global_news h3 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
    color: #000f33;
}

#block-views-home-global_news h3 a:hover {
    text-decoration: underline;
    color: #082441;
}

#block-views-home-global_news p {
    font-size: 12px;
    color: #8C8F93;
    line-height: 1.25em;
    margin-bottom: 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#block-views-the_network-column_section {
    text-align: center;
    width: 23%;
    float: left;
}

#block-views-the_network-column_section .view-header {
    padding: 10px 0;
}

#block-views-the_network-column_section .view-header h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

#block-views-the_network-column_section a:hover {
    text-decoration: underline!important;
}

#block-views-the_network-column_section .fp {
    padding: 0 10px;
}

#block-views-the_network-column_section .fp-crop {
    margin: 0 auto;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
}

#block-views-the_network-column_section img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

#block-views-the_network-column_section .fp-expert {
    padding: 15px 0 0;
}

#block-views-the_network-column_section .fp-expert h2 {
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 0px;
    color: #d81e3b;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-the_network-column_section .blue-button {
    margin-bottom: 10px;
}

.blue-button:hover {
    background: #0B235F;
    text-decoration: none;
    border: 1px solid white;
}

.blue-button {
    background-color: #000f33;
    border: 1px solid #000f33;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 10px 5px 8px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

div.search-block {
    float: left;
    padding: 9px 10px 9px 0px;
    text-align: left;
}

div.search-block form input.search-field {
    color: #9d9fa2;
    width: 170px;
    padding: 6px 5px 6px 32px;
    background: white url(assets/images/search-icon.png) no-repeat 5% 49%;
    border-radius: 3px;
    background-size: 15px 15px;
    font-size: 1.3em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

.navigation-top {
    background: #23252d;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    position: relative;
    height: 48px;
    padding: 0 80px;
}

.navigation-top .wrap {
    max-width: 1000px;
    padding: 0;
}

.navigation-top .current-menu-item>a,
.navigation-top .current_page_item>a {
    color: #767676;
}

.main-navigation {
    display: inline-block;
    float: left;
}


/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

#site-navigation {
    margin: 0 auto;
    max-width: 799px;
    padding: 0;
    -webkit-transition: top 150ms ease-out;
    -moz-transition: top 150ms ease-out;
    -ms-transition: top 150ms ease-out;
    -o-transition: top 150ms ease-out;
    transition: top 150ms ease-out;
}

.menu-top-menu-container {
    text-align: center;
}

.main-navigation>div>ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
}

.menu-top-menu-container ul {
    margin: 0;
}

#top-menu>li.menu-item>a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: none;
    text-transform: uppercase;
    padding: 0 5px;
    font-size: 1em;

    height: 44px;
    line-height: 44px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 500;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

li.menu-item a svg {
    display: none;
}

#top-menu li a:hover,
#top-menu li.active a,
#top-menu>li:hover>ul.sub-menu>li.active a {
    color: #c6d8df;
}

#top-menu>li>ul.sub-menu {
    display: none;
}


/*podmenu dobby tut display: none; => display: block;*/

.view-id-advertisement_sidebar .field-content {
    border-bottom: 1px solid #ccc;
    padding: 1.25rem 0;
    border-top: 1px solid #ccc;
}

#top-menu>li:hover>ul.sub-menu {
    display: block;
    position: absolute;
    width: 12em;
    top: 3.5em;
    left: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    z-index: 1;
}


/*podmenu dobby tut display: none; => display: block;*/

#top-menu>li:hover>ul.sub-menu>li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    background: #23252d;
}

#top-menu>li:hover>ul.sub-menu>li a {
    padding: 10px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    text-align: left;
}

#top-menu>li:hover>ul.sub-menu>li a:hover {
    text-decoration: underline;
}

.js .main-navigation.toggled-on>div>ul {
    display: block;
}

.main-navigation ul ul {
    padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
    display: block;
}

.main-navigation ul ul a {
    letter-spacing: 0;
    padding: 0.4em 0;
    position: relative;
    text-transform: none;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin: 4px 0 0 0;
    padding: 0;
}

.main-navigation li li,
.main-navigation li:last-child {
    border: 0;
}

.main-navigation a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}

.main-navigation a:hover {
    color: #767676;
}

#block-menu-menu-social-media-menu {
    padding: 13px 0;
    text-align: right;
}

#block-menu-menu-social-media-menu ul {
    margin: 0 0 0 0;
}

#block-menu-menu-social-media-menu ul li {
    margin: 0 0 0 15px;
    padding: 0;
    display: inline-block;
}

#block-menu-menu-social-media-menu ul li a {
    color: #FFFFFF;
    font-size: 2.2em;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
    background: transparent;
}

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

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

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

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

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

#block-menu-menu-social-media-menu ul li a span {
    left: -999em;
    position: absolute;
}

#block-menu-menu-social-media-menu ul li a:hover {
    color: #c6d8df;
}


/* Menu toggle */

.menu-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 1em;
    text-shadow: none;
}


/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
    display: none;
}

.main-navigation.toggled-on ul.nav-menu {
    display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-toggle:focus {
    outline: thin solid;
}

.menu-toggle .icon {
    left: -8px;
    position: absolute;
    height: 47px;
    display: block;
    margin-right: 0.5em;
    top: 0px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {}

.toggled-on .menu-toggle .icon-close {
    display: inline-block;
}


/* Dropdown Toggle */

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: none;
    font-size: 16px;
    right: -0.5em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0.5em;
    position: absolute;
    text-shadow: none;
    top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: transparent;
}

.dropdown-toggle:focus {
    outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
    -ms-transform: rotate(-180deg);
    /* IE 9 */
    -webkit-transform: rotate(-180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
}


/* Scroll down arrow */

.site-header .menu-scroll-down {
    display: none;
}


/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

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

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

#page {
    position: relative;
    word-wrap: break-word;
}


/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#top {
    float: right;
    height: 85px;
    text-transform: uppercase;
    text-align: right;
    font-size: 1.25em;
    line-height: 1;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #8c8f93;
    padding-top: 5px;
}

.topNewsletter {
    margin-top: 13px;
    display: flex;
    flex-direction: column;
}

.topNewsletter div {
  text-align: center;
}

.page-template-membership .topNewsletter {
  display: none!important;
}

.site-branding .topNewsletter a, #fortyMobile .topNewsletter a, #dead-drop-button a {
    background-color: #d81e3b;
    border: 1px solid #d81e3b;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    padding: 7px 5px 5px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin: 2px;
    vertical-align: top;
}

.site-branding .topNewsletter a:hover, #fortyMobile .topNewsletter a {
    background: #B71C1C;
    text-decoration: none;
    border: 1px solid white;
}

#masthead .wrap {
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
}

.site-header {
    background-color: #fafafa;
    position: relative;
}


/* Site branding */

.site-branding a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    margin: 10px 0;
}

.site-title {
    clear: none;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.site-title,
.site-title a {
    color: #222;
    opacity: 1;
    /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
    color: #fff;
}

.site-description {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
    color: #fff;
    opacity: 0.8;
}

.custom-logo-link {
    display: inline-block;
    padding-right: 1em;
    vertical-align: middle;
    width: auto;
}

.custom-logo-link img {
    display: inline-block;
    max-height: 68px;
    width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-height: 200px;
    max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
    opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
    display: inline-block;
    vertical-align: middle;
}

.custom-header {
    position: relative;
    padding: 0 80px;
}

.has-header-image.thecipherbrief-front-page .custom-header,
.has-header-video.thecipherbrief-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
    display: table;
    height: 300px;
    height: 75vh;
    width: 100%;
}

.custom-header-media {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.custom-header-media:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    /* IE6-9 */
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
    position: fixed;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    min-width: 100%;
    min-width: 100vw;
    /* vw prevents 1px gap on left that 100% has */
    width: auto;
    top: 50%;
    padding-bottom: 1px;
    /* Prevent header from extending beyond the footer */
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button {
    /* Specificity prevents .color-dark button overrides */
    background-color: rgba(34, 34, 34, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    height: 45px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 30px;
    top: 30px;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
    /* Specificity prevents .color-dark button overrides */
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff;
}

.admin-bar .wp-custom-header-video-button {
    top: 62px;
}

.has-header-image:not(.thecipherbrief-front-page):not(.home) .custom-header-media img {
    bottom: 0;
    position: absolute;
    top: auto;
    -ms-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}


/* For browsers that support 'object-fit' */

@supports ( object-fit: cover) {
    .has-header-image .custom-header-media img,
    .has-header-video .custom-header-media video,
    .has-header-video .custom-header-media iframe,
    .has-header-image:not(.thecipherbrief-front-page):not(.home) .custom-header-media img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 100%;
    }
}


/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
    display: none;
}

.has-header-image.thecipherbrief-front-page .site-branding,
.has-header-video.thecipherbrief-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
}


/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.thecipherbrief-front-page .site-content {
    padding: 0;
}

.thecipherbrief-panel {
    overflow: hidden;
    position: relative;
}

.panel-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.panel-image:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    /* IE6-9 */
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 100px;
}

.thecipherbrief-front-page article:not(.has-post-thumbnail):not(:first-child) {
    border-top: 1px solid #ddd;
}

.panel-content {
    position: relative;
}

.panel-content .wrap {
    padding-bottom: 0.5em;
    padding-top: 1.75em;
}


/* Panel edit link */

.thecipherbrief-panel .edit-link {
    display: block;
    margin: 0.3em 0 0;
}

.thecipherbrief-panel .entry-header .edit-link {
    font-size: 14px;
    font-size: 0.875rem;
}


/* Front Page - Recent Posts */

.thecipherbrief-front-page .panel-content .recent-posts article {
    border: 0;
    color: #333;
    margin-bottom: 3em;
}

.recent-posts .entry-header {
    margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
}

.entry-title {
    font-size: 25px;
}

.thecipherbrief-panel .recent-posts .entry-header .edit-link {
    color: #222;
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-left: 1em;
}


/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
    background-color: #fff;
    position: relative;
}

.site-content .content-area .entry-content img {
  display: block;
  margin: 0 auto;
  /*max-width: 80vw;*/
  height: auto;
}

.portrait {
  width: 100%;
}

 .deskpad {
   width: 100%;
 }

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/


/* Post Landing Page */

.sticky {
    position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
    display: none;
}

.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px;
}

.entry-header .entry-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 26px;
}

.entry-content p.feedbackInfo {
    font-family: "minion-pro", serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    line-height: 25.5px;
    margin: 25px 0px;
    padding: 0px 0px 0px 0px;
}

.entry-title a {
    color: #333;
    text-decoration: none;
    margin-left: -2px;
}

.wpcf7-form label {}

.entry-title:not(:first-child) {
    padding-top: 0;
}

.entry-meta a {
    color: #767676;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.pagination,
.comments-pagination {
    border-top: 1px solid #eee;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 2em 0 3em;
    text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
    width: 0.666666666em;
    height: 0.666666666em;
}

.comments-pagination {
    border: 0;
}

.page-numbers {
    display: none;
    padding: 0.5em 0.75em;
}

.page-numbers.current {
    color: #767676;
    display: inline-block;
}

.page-numbers.current .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
}

.prev.page-numbers,
.next.page-numbers {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
    /*background-color: #767676;
    color: #fff;*/
}

.next.page-numbers {
    float: right;
}


/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 48%;
}


/* Blog landing, search, archives */

.blog .site-main>article,
.archive .site-main>article {
    padding-bottom: 2em;
}

.search .site-main>article {
    padding-bottom: 0;
}

body:not(.thecipherbrief-front-page) .entry-header {
    padding: 0 0;
}

body:not(.thecipherbrief-front-page) .entry-header,
body:not(.thecipherbrief-front-page) .entry-content,
body:not(.thecipherbrief-front-page) #comments {
    margin-left: auto;
    margin-right: auto;
}

body:not(.thecipherbrief-front-page) .entry-header {
    padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
    color: #222;
    display: inline-block;
    margin-left: 1em;
    white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
    margin-left: 0;
    white-space: nowrap;
}

.taxonomy-description {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
}


/* More tag */

.entry-content .more-link:before {
    content: "";
    display: block;
    margin-top: 1.5em;
}


/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.thecipherbrief-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
}

.single-featured-image-header {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
    display: block;
    margin: auto;
}

.page-links {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 2em 0 3em;
}

.page-links .page-number {
    color: #767676;
    display: inline-block;
    padding: 0.5em 1em;
}

.page-links a {
    display: inline-block;
}

.page-links a .page-number {
    color: #222;
}


/* Entry footer */

.entry-footer {
    /*border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 2em;
    padding: 2em 0;*/
}

.entry-footer .cat-links,
.entry-footer .tags-links {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    position: relative;
    text-transform: uppercase;
}

.entry-footer .cat-links+.tags-links {
    margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
    color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
    color: #767676;
    left: 0;
    margin-right: 0.5em;
    position: absolute;
    top: 2px;
}

.entry-footer .edit-link {
    display: block;
}

.entry-footer .edit-link a.post-edit-link {
    background-color: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    margin-top: 2em;
    padding: 0.7em 2em;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
    background-color: #767676;
}


/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.format-quote blockquote {
    color: #333;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    overflow: visible;
    position: relative;
}

.format-quote blockquote .icon {
    display: block;
    height: 20px;
    left: -1.25em;
    position: absolute;
    top: 0.4em;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    width: 20px;
}


/* Post Navigation */

.post-navigation {
    font-weight: 800;
    margin: 3em 0;
}

.post-navigation .nav-links {
    padding: 1em 0;
}

.nav-subtitle {
    background: transparent;
    color: #767676;
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.1818em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.nav-title {
    color: #333;
    font-size: 15px;
    font-size: 0.9375rem;
}

.post-navigation .nav-next {
    margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    margin-left: 0.5em;
}


/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
    padding-bottom: 2em;
}

.page .entry-header .edit-link {
    font-size: 14px;
    font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
    font-size: 11px;
    font-size: 0.6875rem;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* 404 page */

.error404 .page-content {
    padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
    margin-bottom: 3em;
}


/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.wrap-footer {
    text-align: center;
}

#colophon .info h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #8c8f93;
    font-size: 1.8em;
    line-height: 1;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
}

#colophon {
    position: relative;
    max-width: 75rem;
    margin: 0 auto;
}

.site-footer {
    clear: both;
    padding: 1.5em 0 0 0;
    border-top: 1px solid #cccccc;
    color: #454545;
    font-size: 1.1em;
    max-width: 75rem;
    margin: 0 auto;
}

.menu-footer-container {
    display: inline-block;
}

#footer-menu a:hover {
    text-decoration: underline;
}

#footer-menu {
    display: inline-block;
    margin: 0 0 0 0;
}

#footer-menu li,
#footer-menu span.about {
    display: inline-block;
    line-height: 1.4em;
    margin: 10px 12px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    font-size: 0.75em;
}

#footer-menu li a {
    text-decoration: none;
}

.site-footer .wrap {
    padding-bottom: 1.5em;
    padding-top: 2em;
}


/* Footer widgets */

.site-footer .widget-area {
    padding-bottom: 2em;
    padding-top: 2em;
}


/* Social nav */

.social-navigation {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1em;
}

.social-navigation ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}

.social-navigation li {
    display: inline;
}

.social-navigation a {
    background-color: #767676;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin: 0 1em 0.5em 0;
    text-align: center;
    width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
    background-color: #333;
}

.social-navigation .icon {
    height: 16px;
    top: 12px;
    width: 16px;
    vertical-align: top;
}


/* Site info */

.site-info {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1em;
}

.site-info a {
    color: #666;
}

.site-info .sep {
    margin: 0;
    display: block;
    visibility: hidden;
    height: 0;
    width: 100%;
}


/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
    clear: both;
    /*padding: 2em 0 0.5em;*/
}

.comments-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li:before {
    display: none;
}

.comment-body {
    margin-left: 65px;
}

.comment-author {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comment-author .says {
    display: none;
}

.comment-meta {
    margin-bottom: 1.5em;
}

.comment-metadata {
    color: #767676;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.comment-metadata a {
    color: #767676;
}

.comment-metadata a.comment-edit-link {
    color: #222;
    margin-left: 1em;
}

.comment-body {
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 4em;
}

.comment-reply-link {
    font-weight: 800;
    position: relative;
}

.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
}

.children .comment-author .avatar {
    height: 30px;
    left: -45px;
    width: 30px;
}

.bypostauthor>.comment-body>.comment-meta>.comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}

.comments-pagination {
    margin: 2em 0 3em;
}

.form-submit {
    text-align: right;
}


/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
    padding: 1em 0 2em;
}

.widget {
    padding-bottom: 3em;
}

h2.widget-title {
    color: #222;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.widget-title a {
    color: inherit;
}


/* widget forms */

.widget select {
    width: 100%;
}


/* widget lists */

.widget ul {
    list-style: none;
    margin: 0;
}

.widget ul li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.5em 0;
}

.widget ul li+li {
    margin-top: -1px;
}

.widget ul li ul {
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
}

.widget ul li li {
    border: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
}


/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
    bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}

.widget_rss ul li {
    padding-bottom: 1em;
    padding-top: 1em;
}


/* widget markup */

.widget .post-date,
.widget .rss-date {
    font-size: 0.81em;
}


/* Text widget */

.widget_text {
    word-wrap: break-word;
}


/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
    float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
    display: block;
}

.widget_rss ul li {
    padding: 2.125em 0;
}

.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.widget_rss li .rsswidget {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
    color: #767676;
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.widget_rss .rss-date {
    margin: 0.5em 0 1.5em;
    padding: 0;
}

.widget_rss .rssSummary {
    margin-bottom: 0.5em;
}


/* Contact Info Widget */

.widget_contact_info .contact-map {
    margin-bottom: 0.5em;
}


/* Gravatar */

.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}


/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0;
}


/* Recent Posts widget */

.widget_recent_entries .post-date {
    display: block;
}


/* Search */

.search-form {
    position: relative;
}

.search-form .search-submit {
    bottom: 3px;
    padding: 0.5em 1em;
    position: absolute;
    right: 3px;
    top: 3px;
}

.search-form .search-submit .icon {
    height: 24px;
    top: -2px;
    width: 24px;
}


/* Tag cloud widget */

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
    line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    float: left;
    font-size: 14px !important;
    /* !important to overwrite inline styles */
    font-size: 0.875rem !important;
    margin: 4px 4px 0 0 !important;
    padding: 4px 10px 5px !important;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: auto;
    word-wrap: break-word;
    z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
    border-color: #bbb;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}


/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar tfoot td {
    border: 0;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

img.alignleft,
img.alignright {
    float: none;
    margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/* Media Elements */

.mejs-container {
    margin-bottom: 1.5em;
}


/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}


/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff;
}


/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222;
}


/* Playlist Style Overrides */

.site-content .wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.site-content .wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
    border-bottom: none;
}

.site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.site-content .wp-playlist-item-length {
    top: 5px;
}


/* SVG Icons base styles */

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    /* Align more nicely with capital letters */
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}


/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}


/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.thecipherbrief-customizer.thecipherbrief-front-page .thecipherbrief-panel:after {
    border: 2px dashed #0085ba;
    /* Matches visible edit shortcuts. */
    bottom: 1em;
    content: "";
    display: block;
    left: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1;
}

.highlight-front-sections.thecipherbrief-customizer.thecipherbrief-front-page .thecipherbrief-panel .panel-content {
    z-index: 2;
    /* Prevent :after from preventing interactions within the section */
}


/* Used for placeholder text */

.thecipherbrief-customizer.thecipherbrief-front-page .thecipherbrief-panel .thecipherbrief-panel-title {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 3em;
    text-transform: uppercase;
    text-align: center;
}


/* Show borders on the custom page panels only when the front page sections are being edited */

.highlight-front-sections.thecipherbrief-customizer.thecipherbrief-front-page .thecipherbrief-panel:nth-of-type(1):after {
    border: none;
}

.thecipherbrief-front-page.thecipherbrief-customizer #primary article.panel-placeholder {
    border: 0;
}


/* Add some space around the visual edit shortcut buttons. */

.thecipherbrief-panel .customize-partial-edit-shortcut button {
    top: 30px;
    left: 30px;
}


/* Ensure that placeholder icons are visible. */

.thecipherbrief-panel .customize-partial-edit-shortcut-hidden:before {
    visibility: visible;
}


/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
    display: none;
}

.no-svg .svg-fallback {
    display: inline-block;
}

.no-svg .dropdown-toggle {
    padding: 0.5em 0 0;
    right: 0;
    text-align: center;
    width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(180deg);
    /* IE 9 */
    transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(0);
    /* IE 9 */
    transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
    content: "\005E";
}


/* Social Menu fallbacks */

.no-svg .social-navigation a {
    background: transparent;
    color: #222;
    height: auto;
    width: auto;
}


/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
    clip: auto;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    position: relative !important;
    /* overrides previous !important styles */
    width: auto;
}

.my_div_content {
    float: left;
    width: 100%;
    margin-right: -100%;
    padding: 0;
}

.c-podcasts__block--front h2 {
    background: #d81e3b none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 2rem;
    margin-left: -1rem;
    margin-bottom: 1rem;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}


/*dobby css start*/

.inner.center {
    width: 72% !important;
}

.inner.center.width100 {
    width: 100% !important;
}

.region {
    clear: both;
}

#block-views-cipher_take-block {
    float: left;
    width: 50%;
    padding-left: 15px;
    border-bottom: 0;
    padding-bottom: 0;
}

.clearfix {
    display: block;
}

#block-views-cipher_take-block .view-cipher-take {
    height: 635px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.view-cipher-take .view-header h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 3px;
    margin-bottom: 0;
}

#block-views-cipher_take-block .view-content {
    height: 485px;
    max-height: 485px;
    overflow: hidden;
    text-align: left;
}

.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_dragger_bar {
    background: #f7f7f7 !important;
}

.mCSB_draggerContainer {
    background: #ccc !important;
    border: 50px !important;
}

.mCSB_draggerRail {
    background: #ccc !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    /* height: auto; */
}

#block-views-cipher_take-block h3 {
    color: #000f33;
    font-family: "Georgia", serif;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}

#block-views-cipher_take-block ul.pager {
    padding-top: 20px;
}

.item-list .pager {
    clear: both;
    text-align: center;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

#block-views-cipher_take-block ul.pager li {
    background: #e5e5e5;
    position: relative;
    font-weight: bold;
    display: inline-block;
    font-size: 0.8rem;
    height: 1.6rem;
    padding: 0;
    margin: 0 0 .25em .75em;
    width: 1.2rem;
    border-radius: 3px;
    font-family: "replica-pro", Arial, Helvetica, sans-serif;
}

.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}

#block-views-cipher_take-block ul.pager li a {
    text-decoration: none;
}

/*.front #main #sidebar-second {
    float: right;
    width: 23%;
    padding: 0px;
}*/

.sidebar {
    float: left;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8em;
}

.sidebar .block {
    margin: 0 0 2em 0;
}

#block-views-cta-block {
    padding-right: 15px;
}

#block-views-home-newtork_spotlights .view-header {
    padding: 1.25rem 0;
}

#block-views-home-newtork_spotlights .view-header h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #000e31;
}

.sidebar .block h2 {
    color: #000e31;
    margin: 0 0 .5em 0;
    font-size: 1.5em;
}

#block-views-home-newtork_spotlights .fp {
    padding: 0 10px;
}

#block-views-home-newtork_spotlights .fp-crop {
    margin: 0 auto;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
}

#block-views-home-newtork_spotlights .fp-expert {
    padding: 15px 0 0;
}

#block-views-home-newtork_spotlights img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

.view-id-cta {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.view-id-cta .view-header h1 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 0px!important;
    text-align: center;
    padding-top: 5px;
}

.view-id-cta .view-content .field-content {
    padding: 4px 0 15px;
}

.view-id-cta .view-content .field-content img {
    display: block;
    margin: 0 auto;
    width: 275px;
}

.light-button {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #787878;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 10px 5px 8px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-home-newtork_spotlights .fp-content p {
    font-family: 'Ovo', serif;
    font-size: 14px;
    line-height: 1.25em;
    color: #8C8F93;
}

#block-views-home-newtork_spotlights .blue-button {
    margin-bottom: 10px;
}

#block-views-home-newtork_spotlights a {
    text-decoration: none;
}

.advertisement .views-field-field-ad-image {
    border-bottom: 1px solid #cccccc;
    padding: 1.25rem 0;
}

#block-views-advertisement_sidebar-block .field-content {
    display: table;
    margin: 0 auto;
}

.block.advertisement img {
    height: auto !important;
    margin-top: 25px;
}

.global-newsletter-sidebar .content {
    text-align: center;
}

.global-newsletter-sidebar .promo-header h2 {
    color: white;
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25em;
    width: 100%;
    margin: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.global-newsletter-sidebar .content p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5em;
    font-family: "minion-pro", serif;
    font-weight: 400;
}

.global-newsletter-sidebar .simple-signup h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 6px;
    /* Task #10347 The Cipher Daily Brief (sidebar block): using wrong font. - - Changet by wolkoff */
    font-family: Minion;
    font-weight: 600;
}

.menu_fixed {
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;
    right: 0;
}

.admin-bar header.site-header {
    margin-top: 32px;
}

.staff h2 {
    margin: 0 0 5px -2px;
    padding: 0;
    font-size: 1.1em;
    line-height: 1em;
    color: #000f33;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.staff .view-content {
    text-align: center;
}

.staff-row {
    width: 318px;
    height: 440px;
    margin: 1px -1px -4px 1px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-left: 5px;
}

.staff-head {
    height: 550px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.staff-rollover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    text-decoration: none;
    color: #6d6e70;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
}

.staff-rollover .text {
    min-width: 100%;
    min-height: 100%;
    padding: 20px;
    top: 0;
    left: -999em;
    opacity: 0;
    text-align: left;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.staff-rollover:hover .text {
    opacity: .9;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
    background: #ccc;
}

.staff-rollover .text h3 {
    font-size: 0.8em!important;
    text-transform: uppercase;
    color: #6d6e70;
    font-weight: 900;
    margin: 0 0 5px 0;
    padding: 0;
}

.staff-rollover .text .titles {
    text-transform: uppercase;
    font-size: .6em!important;
}

.staff-rollover .text p {
    padding: 30px 0 0 0;
    margin: 0;
    font-size: .7em!important;
    line-height: 1.26em!important;
    font-family: "minion-pro", serif;
    font-weight: 400;
}

.form_select {
    width: 100%;
}

.grippie {
    background: #eee url(/wp-content/themes/thecipherbrief/assets/images/grippie.png) no-repeat center 2px;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
    opacity: 1;
    display: block;
}

.views-row-expert {
    width: 250px;
    height: 350px;
    margin: 10px 10px 0px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.expert-headshot {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
}

.expert-head {
    position: absolute;
    bottom: 0px;
    padding-bottom: 5px;
}

.expert-name-display {
    position: relative;
    color: rgba(64, 63, 62, 0.91);
    padding: 5px 2px;
    font-size: 18px;
    width: 100%;
    height: 94px;
    text-align: left;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.expert-name-display .titles {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25em;
    color: #8c8f93;
}

.views-row-expert a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    text-decoration: none;
    color: #6d6e70;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
}

.views-row-expert a .text {
    min-width: 100%;
    min-height: 100%;
    left: -999em;
    color: black;
    opacity: 0;
    text-align: left;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.views-row-expert a .text .arrow-link {
    display: block;
    font-size: 16px;
    color: #6d6e70;
    position: absolute;
    left: 38px;
    top: 100px;
    width: 80%;
    padding: 9px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #eee;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.views-row-expert a .text .arrow-link:hover {
    color: #077cc2;
}

.views-row-expert:hover .hover-url {
    opacity: 1;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
    background: rgba(255, 255, 255, 0.4);
}

.view-header.no_border h1 {
    border-bottom: none;
}

.sidebar .block.global-newsletter-sidebar {
    margin-top: 35px;
    padding: 0 1.5em;
}

.view-header h1 {
    text-align: center;
    font-family: 'Georgia', serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.view-header.no_uppercase h1 {
    text-transform: initial;
    font-weight: normal;
    border-bottom: none;
    font-size: 28px !important;
    margin-bottom: 0px;
    font-family: 'Ovo', serif;
}

.view-header .no_border-bottom {
    border: none!important;
}

.post_article {
    float: left;
}

.post_expert_ajax {
    float: left;
    color: #000;
}

.post_article .views-row {
    display: table;
    margin: 0 0;
    width: 100%;
}

.post_article .views-row .brief-info {
    width: 25%;
    float: left;
    padding-right: 20px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .post_article .views-row .brief-info {
        width: 40%;
    }
    .column-content h2,
    .c-podcasts__title {
        margin-top: 25px;
    }
    .icon icon-bars {
        display: none;
    }
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"] {
    width: 60%!important;
    padding: 5px!important;
    border-radius: 0!important;
}

.wpcf7-form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
}

.cf-move {
    margin-left: 15px!important;
}

.sponsors_content span.checkbox-subscribe {
    display: inline-block;
}

.wpcf7-form textarea {
    height: 150px;
}

.form_select {
    width: 30%!important;
    padding: 5px!important;
    border-radius: 0px !important;
}

.post_article .views-row .brief-info .timestamp {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 15px;
    color: #077cc2;
    text-transform: uppercase;
    line-height: 30px;
}

#dead-drop-front p {
    border-top: none!important;
}

.post_article .views-row .brief-info .brief-region h4 {
    font-size: 12px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.post_article .views-row .brief-info a {
    color: #8C8F93;
    text-decoration: none;
}

.post_article .views-row .brief-info .brief-region a:hover {
    text-decoration: underline;
    color: #B71C1C;
}

.post_article .views-row a {
    color: #000;
    text-decoration: none;
}

.post_article .views-row a {
    /*width: 80%;*/
}

.post_article .views-row a:hover {
    text-decoration: none;
}

.post_article .entry-content a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.post_article .views-row .brief-crop {
    float: left;
    padding-right: 20px;
    width: 17%;
    max-height: 115px;
    overflow: hidden;
    box-sizing: border-box;
}

.post_article .views-row .brief-content {
    float: left;
    text-align: left;
    width: 58%;
}

.post_article .views-row .brief-crop img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100px;
    width: auto\9;
    -ms-interpolation-mode: bicubic;
}

.post_article .views-row .img-crop img {
    /*max-height: auto;*/
}

.post_article .views-row .img-crop {
    float: left;
    padding-right: 20px;
    width: 17%;
    max-height: 115px;
    overflow: hidden;
}

.post_article .views-row .brief-content .timestamp-mobile {
    display: none;
}

.post_article .views-row .brief-content h2 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 22px;
    color: black;
    padding-top: 1px;
    margin-bottom: 0px;
}

.post_article .views-row .brief-content h3 {
    color: black;
    font-size: 14px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.post_article .views-row .brief-content p {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 16px;
    color: #8C8F93;
    line-height: 1.25em!important;
}

.brief-content .link-more {
    display: none;
}

.site-header .header_baner {
    top: 0;
}

.admin-bar .site-header .header_baner {
    top: 32px;
}

@media only screen and (max-width: 495px) {
    .wrap {
        /*text-align: center!important;*/
    }
}

@media only screen and (max-width: 1277px) {
    #block-menu-menu-social-media-menu {
      display: none;
    }
}

@media only screen and (max-width: 1150px) {
    #top-menu>li.menu-item>a {
        padding: 0;
    }
}

@media only screen and (max-width: 1050px) {
    .search-form {
        position: absolute;
        right: 0;
    }
    .main-navigation {
        display: none;
    }
    .navigation-top,
    .custom-header {
        padding: 0 20px;
    }
    .menu-top-menu-container ul {
        padding-left: 10px;
    }
    .menu_fixed {
        position: relative;
    }
    .js .menu-toggle {
        text-transform: uppercase;
        left: 5px;
        position: relative;
        display: block;
        color: #fff;
        float: left;
        z-index: 1111;
        height: 47px;
    }
    .menu-top-menu-container ul li {
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
        border-bottom: 1px solid #8c8f93;
    }
    .menu-top-menu-container {
        width: 100vw;
        left: -20px;
        top: 47px;
        position: absolute;
        background: #e7e7e8;
        border-top: 1px solid #e7e7e8;
        border-bottom: 1px solid #8c8f93;
    }
    .menu-top-menu-container ul li a {
        color: #000e31!important;
        text-align: left;
        font-size: 1.2em;
        padding: 15px 20px;
        margin: 0;
        height: auto;
        line-height: normal;
        -webkit-transition: background 100ms linear;
        -moz-transition: background 100ms linear;
        -ms-transition: background 100ms linear;
        -o-transition: background 100ms linear;
        transition: background 100ms linear;
    }
    .menu-top-menu-container ul li a:hover {
        color: #FFFFFF!important;
        background: #23252d!important;
    }
    .menu-top-menu-container ul li a:hover .sub-menu {
        display: none;
    }
    /*podmenu dobby tut display: none; => display: block;*/
    #top-menu>li:hover>ul.sub-menu {
        display: none;
        position: absolute;
        width: 12em;
        top: 3.5em;
        left: 0px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        z-index: 1;
    }
    /*podmenu dobby tut display: none; => display: block;*/
    #top-menu>li:hover>ul.sub-menu>li {
        display: none;
        float: none;
        margin: 0;
        padding: 0;
        background: #23252d;
    }
    .baner_content_center {
        margin-left: -20px;
        padding-right: 30px;
        padding-left: 50px;
    }
    .header_baner_btn {
        margin-top: 20px;
    }
    #top {
        width: 60%!important;
    }
    #block-views-advertisement_sidebar-block_1 {
        width: 60%!important;
    }
    .col-mdws-1 {
        display: none;
        padding-right: 0px!important;
    }
    body {
        padding-top: 0!important;
    }
    .admin-bar header.site-header {
        margin-top: 0!important;
    }
    .baner_content_center p {
        font-weight: 400;
        font-size: 13px;
        color: #fff;
        padding-top: 10px;
        margin: 0 0 0 0;
        display: inline-block;
    }
    .sumome-smartbar-button, .sumome-smartbar-button-2 {
        margin: 5px 0 0;
    }
}

@media only screen and (max-width: 1280px) {}

.menu_hide_responsive {
    display: none;
}

.custom-pagination {
    text-align: center;
}

.page-numbers.page-num {
    display: none;
}

.page-numbers {
    background-image: none;
    display: inline-block;
    list-style-type: none;
    padding: 0.5em;
    font-size: 16px!important;
}

.next.page-numbers {
    float: none;
    background: none;
}

.next.page-numbers:hover {
    background: none;
    color: #222;
}

.entry-header h1 {
    font-family: 'Ovo', serif;
    line-height: 1.25em;
}

.entry-meta {
    font-size: .3em;
    letter-spacing: 0.1em;
    padding-bottom: 0;
    color: #8c8f93;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
}

.entry-meta a:hover {
    color: #8c8f93;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.entry-content p {
    color: #333333;
    font-size: 17px;
    margin: 0 0 1.5em 0;
    padding: 0;
}

.tags-links a {
    color: #8c8f93!important;
    font-size: 14px;
    text-decoration: none;
    background: #e5e5e5;
    line-height: 2em;
    padding: 0.4em 0.5em;
    position: relative;
    font-weight: 700;
    border-radius: 0 3px 3px 0;
    margin-left: 20px;
}

.tags-links a:hover {
    color: #077cc2!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.tags-links a:before {
    content: '';
    left: -1em;
    top: 50%;
    margin-top: -1em;
    height: 0;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-right: 1em solid #e5e5e5;
    z-index: 100;
    display: block;
    position: absolute;
}

.tags-links a:after {
    content: '';
    left: -0.4em;
    top: 50%;
    margin-top: -0.2em;
    width: 0.4em;
    height: 0.4em;
    background: #fff;
    z-index: 200;
    border-radius: 0.2em;
    display: block;
    position: absolute;
}

.tags-links {
    color: transparent;
}

#sumome-smartbar-popup,
.sumome-smartbar-popup,
.sumome-modal .sumome-smartbar-preview {
    width: 100%;
}

#sumome-smartbar-popup,
.sumome-smartbar-popup {
    position: fixed;
    background: #fff;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: auto;
}

#sumome-smartbar-popup .sumome-smartbar-content,
.sumome-smartbar-popup .sumome-smartbar-content,
.sumome-modal .sumome-smartbar-preview .sumome-smartbar-content {
    margin: 0;
    font-size: 0;
    text-align: center;
    padding: 0 14px 0 14px;
    color: #222;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}

a.sumome-smartbar-link {
    background: transparent;
    padding: 0;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    float: left;
    z-index: 10;
    position: relative;
    margin-left: -14px;
}

.header_baner {
    width: 100%;
    padding: 0 0 10px 0;
    background-color: rgb(64, 63, 62) !important;
    top: 0px;
}

.col-mdws-1 {
    float: left;
    padding-right: 20px;
}

.col-mdws-3 {
    float: right;
    padding-left: 20px;
}

.baner_content_center {
    text-align: center;
}

.baner_content_center p {
    font-weight: normal;
    color: #fff;
    padding-top: 10px;
    margin: 0 0 0 0;
    display: inline-block;
}

.header_baner_btn {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
}

.sumome-smartbar-button {
    background-color: rgb(7, 124, 194);
    color: rgb(255, 255, 255);
    border-bottom-color: rgb(0, 99, 169);
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

#mob-ban {
  display: none;
}

.sumome-smartbar-button-2 {
    background-color: #d81e3b;
    color: rgb(255, 255, 255);
    border-bottom-color: rgb(0, 99, 169);
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.sumome-smartbar-button:hover {
    background-color: #00639e;
    color: rgb(255, 255, 255);
}

.sumome-smartbar-button-2:hover {
    background-color: #B71C1C;
    color: rgb(255, 255, 255);
}

.baner_close {
    right: -4px;
    color: rgb(159, 159, 159);
    cursor: pointer;
}

.baner_close:hover {
    color: rgb(204, 204, 204);
}

.baner_close:before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    content: "\00D7" !important;
    visibility: visible !important;
    font-size: 35px;
    font-weight: normal;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 8px;
    right: 3px;
    background: transparent;
}

.regular_slid aside {
    width: 33%;
    float: left;
    position: relative;
}

.regular_slid img {
    display: block;
}

.slid_desc {
    width: 60%;
    float: left;
    padding: 0 4% 0 3%;
}

.slid_desc h3 {
    font-family: "Ovo", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
}

.slid_desc p {
    color: #8c8f93;
    font-family: "Ovo", serif;
    font-size: 14px;
    line-height: 1.25em;
}

.regular_slid aside .fa-play {
    background: #fff;
    opacity: .75;
    border: 1px solid #666;
    position: absolute;
    padding: 10px 20px;
    top: calc(50% - 18px);
    left: calc(50% - 26px);
}

.regular_slid aside .fa-play {
    background: #fff;
    opacity: .75;
    border: 1px solid #666;
    position: absolute;
    padding: 10px 20px;
    top: calc(50% - 18px);
    left: calc(50% - 26px);
}

@media only screen and (max-width: 495px) {
    #footer-menu {
        margin: 0 0 20px 0;
    }
    #block-menu-menu-social-media-menu {
        position: fixed;
        left: 0;
        bottom: 0;
        padding: 0;
        float: none;
        width: 100%;
    }
    #block-menu-menu-social-media-menu ul li {
        width: 25%;
        margin: 0 0 0 0;
        padding: 0;
        float: left;
    }
    #block-menu-menu-social-media-menu ul li a {
        display: block;
        text-align: center;
        padding: 10px;
    }
    #block-menu-menu-social-media-menu ul li:nth-child(1) {
        background: rgb(29, 161, 242);
    }
    #block-menu-menu-social-media-menu ul li:nth-child(2) {
        background-color: rgb(59, 89, 152);
    }
    #block-menu-menu-social-media-menu ul li:nth-child(3) {
        background-color: rgb(0, 119, 181);
    }
    #block-menu-menu-social-media-menu ul li:nth-child(4) {
        background-color: rgb(220, 78, 65);
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

.image_social {
    margin-top: 10px;
    height: 45px;
    border-bottom: 1px solid #8C8F93;
}

.image_social a {
    float: left;
    padding: 0 2px;
    width: auto;
    color: #fff;
}

.image_social span {
    display: block;
    margin-left: 115px;
    margin: 0 0 1em 0;
    font-size: .3em;
    color: #8c8f93;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.at-icon {
    fill: #fff;
    border: 0;
}

.brief-contain .podcast-content {
    margin-top: 24px;
}

.paragraf {
    color: #000;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    line-height: 20px;
    width: 100%;
}

.brief-contain .podcast-content p {
    color: #000;
}

.experts {
    margin: 0 0 0 0;
    padding: 20px 20px 0px 20px;
    text-align: center;
}

.experts p {
    padding: 0 13%;
}

.experts h1 {
    font-weight: bold;
    color: black;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.paginationAjax span {
    display: none;
}

.paginationAjax .page-numbers {
    display: none;
}

.paginationAjax .next {
    display: block;
    margin: 20px auto;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #787878;
    font-size: 12px!important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 15px 5px 15px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.paginationAjax .next:hover {
    background: #E7E7E8;
    color: #787878;
    text-decoration: none;
    border: 1px solid white;
}

.boxcontainer {
    line-height: 1;
    margin-top: 20px
}

.boxcontainer a {
    text-decoration: none;
}

.boxcontainer a:hover {
    text-decoration: underline;
}

.boxcontainer .title {
    font-family: 'Ovo', serif;
    font-size: 22px;
    /*line-height: 0px!important;*/
    line-height: normal;
    padding: 0 10px;
}

.boxcontainer time {
    color: #077cc2;
    font-size: 14px;
    padding: 0 10px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.boxcontainer .content {
    color: #8c8f93;
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25em;
    padding: 0 10px;
    margin-bottom: 15px;
}

.loader {
    display: none;
    background-image: url('loader.gif');
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 160px;
    height: 24px;
    /*border: 16px solid #f3f3f3; /* Light grey */
    /*border-top: 16px solid #3498db; /* Blue */
    /*border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 10px auto;
    animation: spin 2s linear infinite;*/
}

.krasavchik_20px_top {
    margin-top: 20px;
}


/*
loader
*/

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.view-dead-drop h1 {
    color: #d81e3b;
}

.view-dead-drop h4 {
    color: #FFF;
}

.view-dead-drop {
    position: absolute;
    padding: 20px 0px 20px 23px;
    color: #ccc;
    width: 42%;
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.dead_content p {
    padding: 0;
    font-size: 17px;
    color: #333;
    /*font-size: normal;*/
    font-weight: normal;
}

.content ul li big {
    font-size: 17px;
    color: #000;
}

.content ul li {
    color: #000;
    line-height: 1em;
}

.cyber_advistory {
    color: #000;
    display: inline-grid;
    width: 72%;
}

.cyber_advistory .content-header {
    text-align: center;
    padding: 10px 20px 0 20px;
}

.cyber_advistory .content-header h1 {
    font-weight: bold;
    color: black;
    padding: 0 0 10px;
    font-size: 25px;
    text-transform: uppercase;
}
.cyber_advistory .content-header p {
    padding: 0 13%;
    line-height: normal;
    font-size: 17px;
    margin: 0 0 1.5em 0;
    color: #333333;
}
.cyber_advistory .row {
    margin: 0.5em 0 5.5em 0;
    clear: both;
    display: inline-block;
    width: 100%;
}

.row_img {
    width: 20%;
    float: left;
    padding-right: 1%;
    max-height: 250px;
    overflow: hidden;
}

.row_img img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.cyber_advistory .row:nth-child(odd) {
    text-align: left;
}

.cyber_advistory .row:nth-child(even) {
    text-align: right;
}

.cyber_advistory .row .row_con {
    width: 100%;
}

.row_con h2 {
    color: #000e31;
    font-size: 24px;
    padding: 0;
    margin: 0 0 10px 0;
}

.row_con label {
    color: #000;
    font-size: 20px;
    padding: 0;
    margin: 10px 0;
    text-transform: none;
}

.row_con p {
    text-align: justify;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

.left-align {
    padding-right: 14vw;
}
.right-align{
    padding-left: 14vw;
}

.left-align .border_bottom_dobby {
    margin-left: 0;
    margin: 10px 0;
}
.right-align .border_bottom_dobby {
    margin-right: 0;
    margin: 10px 0;
}


.left-align p {
    text-align: right;
}
.right-align p {
    text-align: left;
}

.post-attachments li {
    font-size: 18px;
    line-height: 0.5em;
    text-align: left;
}

.dead_content {
    padding-top: 10px;
}

.dead_content h3 {
    font-size: 22px;
}

.dead_content ul li {
    text-align: left;
    color: #333;
    font-size: 17px;
    line-height: 1.5em;
}

.dead_content p {
    text-align: justify;
}

.border_bottom div:last-child {
    border-bottom: none;
}

.dead_content p a {
    color: #077cc2!important;
    text-decoration: none!important;
    border-bottom: 1px solid #d5d5d5!important;
}

.dead_content ul li a
{
    color: #077cc2!important;
    text-decoration: none!important;
    border-bottom: 1px solid #d5d5d5!important;
}

.dead_content p a:hover {
    border-bottom: 0!important;
    color: #055f94!important;
}

.dead_content ul li a:hover {
  border-bottom: 0!important;
  color: #055f94!important;
}

.border_bottom_dobby {
    margin-top: 10px;
    margin-bottom: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c94f61+0,c6717c+24,c4717b+67,ffdddd+100 */
    display: block;
    margin-left: 20%;
    height: 2px;
    background: #c94f61;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c94f61 0%, #c6717c 24%, #c4717b 67%, #ffdddd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c94f61 0%, #c6717c 24%, #c4717b 67%, #ffdddd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c94f61 0%, #c6717c 24%, #c4717b 67%, #ffdddd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c94f61', endColorstr='#ffdddd', GradientType=1);
    /* IE6-9 */
}

@media only screen and (max-width: 335px) {
    .column-content.podcast-content iframe {
        width: 80%!important;
    }
}

@media only screen and (max-width: 390px) {
    .dead_media {
        background-repeat: repeat!important;
        height: 650px!important;
    }
}
img.hidden-desktop{
    display: none;
}
@media only screen and (max-width: 768px) {
  .header_baner_btn {
    margin-left: 0;
  }
  .sumome-smartbar-button {
    display: block;
    margin: 7px 0 0;
  }
}
@media only screen and (max-device-width: 768px) {
  #mob-ban {
    display: block;
  }
    a.cyber-head{
        margin: 5px 3px;
    }
    .centered-img-background{
        display: none;
    }
    .view-dead-drop {
        width: 95%;
    }
    .row_img {
        width: 100%;
        max-width: 100%;
        max-height: none;
    }
    .left-align {
        padding-right: 0%;
    }
    .right-align{
        padding-left: 0%;
    }
    .text-right{
        padding-right: 0%;
    }
    .border_bottom_dobby {
        margin-left: 0;
    }
    .pad{
        padding: 0 3% 0 3%;
    }
    .cyber_advistory {
        display: block;
        width: 100%;
    }
    .left-align p {
        text-align: justify;
    }
    .right-align p {
        text-align: justify;
    }
    img.hidden-desktop{
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto !important;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
    .left-align {
        padding-right: 14vw;
    }
    .right-align {
        padding-left: 14vw;
    }
    img.hidden-desktop{
        display: none;
    }
    .centered-img-background{
        display: block;
    }
}
@media only screen
and (min-device-width : 1024px)
and (max-device-width : 1366px) {
    .left-align {
        padding-right: 14vw;
    }

    .right-align {
        padding-left: 14vw;
    }

    #sidebar-second {
        float: right;
        width: 25%!important;
        min-width: 285px!important;
        padding: 0.25em 0 0.25em 0.5em!important;
    }

    div#block-views-the_network-column_section div#sidebar-second {

        float: inherit!important;
        width: 100%!important;
        min-width: inherit!important;
        padding: inherit!important;
    }
    img.hidden-desktop{
        display: none;
    }
    .centered-img-background{
        display: block;
    }
}
.fp-expert h5 {
    font-size: 12px;
    text-transform: capitalize;
}

.wpcf7-validation-errors {
    border: 2px solid red!important;
    font-size: 20px;
    color: red;
}

div.wpcf7-response-output {
    margin: 0.5em 0em 1em 0em;
    padding: 0em 1em 0em 3em;
    background-image: url(/wp-content/themes/thecipherbrief/assets/images/message-24-error.png);
    background-position: 10px center;
    background-color: #fef5f1;
    background-repeat: no-repeat;
    color: #8c2e0b;
    border: 1px solid #ed541d !important;
    font-size: 17px;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-image: url(/wp-content/themes/thecipherbrief/assets/images/message-24-ok.png);
    background-color: #f8fff0;
    color: #234600;
    border: 1px solid #be7 !important;
}

.columms ul li {
    font-size: 17px;
    color: #333;
    line-height: 1.5em;
}

.site-content p big {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.column_article_row {
    margin-bottom: 35px!important;
}

.baners_home {
    margin: 15px 0;
}

#block-views-advertisement_sidebar-block_1 {
    float: left;
    position: relative;
    z-index: 15;
    border: 0;
    width: 76%;
    text-align: left;
    max-width: none;
}

.wp-polls-ul li {
    font-size: 18px;
    color: #000;
    margin: 15px 0 0 0;
    padding: 0 15px;
    display: block;
    background-color: rgba(0, 0, 0, 0.10);
}

.wp-polls p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    padding-top: 20px;
}

.wp-polls .Buttons {
    color: #000;
    padding: 10px 25px;
}

.wp-polls .Buttons:hover {
    color: #fff;
}

.type-poll h1 {
    text-align: center;
}

.post_article .content-area {
    width: 100%;
}

.wp-polls-ul li label {
    text-transform: none;
    display: block;
}

.wp-polls-ul li input {
    float: left;
    margin-top: 20px;
}

.wp-polls-ans a {
    text-decoration: none;
    webkit-box-shadow: inset 0 0 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 0 0 rgba(15, 15, 15, 1);
}

.taxonomy-description {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.taxonomy-description p {
    font-size: 20px;
    text-align: center;
}

input[type="search"] {
    padding: 5px;
    font-size: 18px;
}

.page-header {
    padding-bottom: 20px;
}

.page-header h1 {
    font-size: 22px;
}

.arhive_right_baner a {
    display: block;
    padding: 5px 0;
    font-size: 16px;
}

.search .site-main>article .entry-title {
    font-size: 22px;
    padding-bottom: 5px;
}

.search .site-main>article p {
    color: #000;
}

.search .site-main>article .more-link {
    webkit-box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 0px 0 rgba(15, 15, 15, 1);
}

.search .site-main>article .more-link:hover {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
}

.search .site-main>article .entry-title a:hover {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
}


/*dobby css end*/
#fortyMobile {
  display: none;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

@media print {
  .inner.center {
    width: 100%;
  }
  #sidebar-second {
    display: none;
  }
  .baner_content_center {
    display: none;
  }
  header#masthead {
    display: none;
  }
  .newsletter-top-cta {
    display: none;
  }
}

/*@media screen and (max-width: 667px) and (orientation: portrait) {
    #block-views-cipher_take-block, #block-views-home-reporter_links {
        display: none;
    }
}*/

.portrait {
  display: none!important;
}

@media screen and (max-width: 750px) and (orientation: portrait) {
    .deskpad {
        display: none!important;
    }
    .portrait {
      display: block!important;
    }
}
@media screen and (max-width: 930px) {

  #mob-hide, #mob-hide2, #mob-hide3 {
    display: none!important;
  }

}

@media screen and (max-width: 750px) and (orientation: landscape) {
    .deskpad {
        display: block!important;
    }
    .portrait {
      display: none!important;
    }
    .regular_slid aside {
      width: 25%!important;
    }
    .view-display-id-reporter_links {
    height: 565px!important;
    }
    .view-display-id-reporter_links .reporter-link {
      padding: 7px 10px!important;
    }
}
@media screen and (max-width: 890px) and (orientation: landscape) {
  .colImg img {
      max-width: 35%!important;
  }
}


@media screen and (max-width: 890px) {
  #flexContain {
    align-items: center;
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
  }
  .flexForty, .flexThirty, #flexContain #block-views-the_network-column_section {
    width: 95%!important;
  }



  .featImg img {
    min-height: 120px!important;
}
  #fortyDesktop, #thirtyDesktop {
    display: none;
  }
  #fortyMobile {
    order: -3;
    display: flex;
    flex-direction: column;
  }


}


@media screen and (max-width: 813px) and (min-width: 639px) {
  .colImg img {
    width: 42%!important;
}
  .featImg img {
        max-width: 66%!important;
  }
  .testImg {
    max-width: 72%!important;
  }
}

@media screen and (max-width: 1025px) and (min-width: 1023px) {

  .summary .img-feed.colImg img {
    max-width: 80%!important;
  }
}

@media screen and (max-width: 1125px) {

.sidebar .block.global-newsletter-sidebar {
  padding: 0!important;
}
#block-views-home-newtork_spotlights {
  padding: 0!important;
}
}

@media screen and (max-width: 667px) {
  .site-content.post_content.about_page {
    padding: 0 1.2px 0 1.2px;
  }
  h1.membership {
    font-size: 30px!important;
  }
  a.membershipbutton {
    font-size: 15px!important;
  }
}

@media screen and (max-width: 667px) and (orientation: portrait) {
  #flash {
    height: 610px!important;
  }
}

@media screen and (max-width: 450px) and (orientation: portrait) {
  .entry-content {
    width: 90%;
    margin: 0 0 -1% 0!important;
  }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
  #pod, #pod2 {
    height: 550px!important;
  }
}

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */

@media screen and (min-width: 20em) {
    body.customize-partial-edit-shortcuts-shown .site-header .site-title {
        padding-left: 0;
    }
}

@media screen and (min-width: 30em) {
    /* Typography */
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 14px;
        font-size: 0.875rem;
    }
    /* Fix image alignment */
    img.alignleft {
        float: left;
        margin-right: 1.5em;
    }
    img.alignright {
        float: right;
        margin-left: 1.5em;
    }
    /* Front Page */
    .panel-content .wrap {
        padding-bottom: 2em;
        padding-top: 3.5em;
    }
    .page-one-column .panel-content .wrap {
        max-width: 740px;
    }
    .panel-content .entry-header {
        margin-bottom: 4.5em;
    }
    .panel-content .recent-posts .entry-header {
        margin-bottom: 0;
    }
    /* Blog Index, Archive, Search */
    .page-numbers.current {
        font-size: 16px;
        font-size: 1rem;
    }
    /* Site Footer */
    /* Gallery Columns */
    .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}

@media screen and (min-width: 48em) {
    /* Typography */
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 13px;
        font-size: 0.8125rem;
    }
    /* Layout */
    .has-sidebar:not(.error404) #primary {
        float: left;
    }
    .has-sidebar #secondary {
        float: right;
        /*padding-top: 140px;*/
        width: 36%;
    }
    .error404 #primary {
        float: none;
    }
    /* Site Branding */
    .site-branding {
        margin-bottom: 0;
    }
    .has-header-image.thecipherbrief-front-page .site-branding,
    .has-header-video.thecipherbrief-front-page .site-branding,
    .has-header-image.home.blog .site-branding,
    .has-header-video.home.blog .site-branding {
        bottom: 0;
        display: block;
        left: 0;
        height: auto;
        padding-top: 0;
        position: absolute;
        width: 100%;
    }
    .has-header-image.thecipherbrief-front-page .custom-header,
    .has-header-video.thecipherbrief-front-page .custom-header,
    .has-header-image.home.blog .custom-header,
    .has-header-video.home.blog .custom-header {
        display: block;
        height: auto;
    }
    .custom-header-media {
        height: 165px;
        position: relative;
    }
    .thecipherbrief-front-page.has-header-image .custom-header-media,
    .thecipherbrief-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 0;
        position: relative;
    }
    .has-header-image:not(.thecipherbrief-front-page):not(.home) .custom-header-media,
    .has-header-video:not(.thecipherbrief-front-page):not(.home) .custom-header-media {
        bottom: 0;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .custom-logo-link {
        padding-right: 2em;
    }
    .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
    body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
        max-width: 228px;
    }
    .title-tagline-hidden.home.has-header-image .custom-logo-link img,
    .title-tagline-hidden.home.has-header-video .custom-logo-link img {
        max-height: 200px;
    }
    .site-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
    .site-description {
        font-size: 16px;
        font-size: 1rem;
    }
    /* Navigation */
    /* Main Navigation */
    .site-header .site-navigation-fixed .menu-scroll-down {
        display: none;
    }
    /* Scroll down arrow */
    .site-header .menu-scroll-down {
        display: block;
        padding: 1em;
        position: absolute;
        right: 0;
    }
    .site-header .menu-scroll-down .icon {
        -webkit-transform: rotate(90deg);
        /* Chrome, Safari, Opera */
        -ms-transform: rotate(90deg);
        /* IE 9 */
        transform: rotate(90deg);
    }
    .site-header .menu-scroll-down {
        color: #fff;
        top: 2em;
    }
    .site-header .navigation-top .menu-scroll-down {
        color: #767676;
        top: 0.7em;
    }
    .menu-scroll-down:focus {
        outline: thin dotted;
    }
    .menu-scroll-down .icon {
        height: 18px;
        width: 18px;
    }
    /* Front Page */
    .thecipherbrief-front-page.has-header-image .site-branding,
    .thecipherbrief-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        margin-bottom: 70px;
    }
    .thecipherbrief-front-page.has-header-image .custom-header-media,
    .thecipherbrief-front-page.has-header-video .custom-header-media,
    .home.blog.has-header-image .custom-header-media,
    .home.blog.has-header-video .custom-header-media {
        height: 1200px;
        height: 100vh;
        max-height: 100%;
        overflow: hidden;
    }
    .thecipherbrief-front-page.has-header-image .custom-header-media:before,
    .thecipherbrief-front-page.has-header-video .custom-header-media:before,
    .home.blog.has-header-image .custom-header-media:before,
    .home.blog.has-header-video .custom-header-media:before {
        height: 33%;
    }
    .admin-bar.thecipherbrief-front-page.has-header-image .custom-header-media,
    .admin-bar.thecipherbrief-front-page.has-header-video .custom-header-media,
    .admin-bar.home.blog.has-header-image .custom-header-media,
    .admin-bar.home.blog.has-header-video .custom-header-media {
        height: calc(100vh - 32px);
    }
    .panel-content .wrap {
        padding-bottom: 4.5em;
        padding-top: 6em;
    }
    .panel-image {
        height: 100vh;
        max-height: 1200px;
    }
    /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
    .background-fixed .panel-image {
        background-attachment: fixed;
    }
    .page-two-column .panel-content .entry-header {
        float: left;
        width: 36%;
    }
    .page-two-column .panel-content .entry-content {
        float: right;
        width: 58%;
    }
    /* Front Page - Recent Posts */
    .page-two-column .panel-content .recent-posts {
        clear: right;
        float: right;
        width: 58%;
    }
    .panel-content .recent-posts article {
        margin-bottom: 4em;
    }
    .panel-content .recent-posts .entry-header,
    .page-two-column #primary .panel-content .recent-posts .entry-header,
    .panel-content .recent-posts .entry-content,
    .page-two-column #primary .panel-content .recent-posts .entry-content {
        float: none;
        width: 100%;
    }
    .panel-content .recent-posts .entry-header {
        margin-bottom: 1.5em;
    }
    .page .panel-content .recent-posts .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
    }
    /* Posts */
    .comments-pagination,
    .post-navigation {
        clear: both;
    }
    .post-navigation .nav-previous {
        float: left;
        width: 50%;
    }
    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 50%;
    }
    .nav-next,
    .post-navigation .nav-next {
        margin-top: 0;
    }
    /* Blog, archive, search */
    .sticky .icon-thumb-tack {
        height: 23px;
        left: -2.5em;
        top: 1.5em;
        width: 32px;
    }
    body:not(.has-sidebar):not(.page-one-column) .page-header,
    body.has-sidebar.error404 #primary .page-header,
    body.page-two-column:not(.archive) #primary .entry-header,
    body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
        float: left;
        width: 36%;
    }
    .blog:not(.has-sidebar) #primary article,
    .archive:not(.page-one-column):not(.has-sidebar) #primary article,
    .search:not(.has-sidebar) #primary article,
    .error404:not(.has-sidebar) #primary .page-content,
    .error404.has-sidebar #primary .page-content,
    body.page-two-column:not(.archive) #primary .entry-content,
    body.page-two-column #comments {
        float: right;
        width: 58%;
    }
    .blog .site-main>article,
    .archive .site-main>article {
        padding-bottom: 4em;
    }
    .navigation.pagination {
        clear: both;
        float: right;
        width: 58%;
    }
    .has-sidebar .navigation.pagination,
    .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
        float: none;
        width: 100%;
    }
    .entry-footer {
        display: table;
        width: 100%;
    }
    .entry-footer .cat-tags-links {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }
    .entry-footer .edit-link {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }
    .entry-footer .edit-link a.post-edit-link {
        margin-top: 0;
        margin-left: 1em;
    }
    /* Entry content */
    /* without sidebar */
     :not(.has-sidebar) .entry-content blockquote.alignleft {
        margin-left: -17.5%;
        width: 48%;
    }
     :not(.has-sidebar) .entry-content blockquote.alignright {
        margin-right: -17.5%;
        width: 48%;
    }
    /* with sidebar */
    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: 0;
        width: 34%;
    }
    .has-sidebar .entry-content blockquote.alignright {
        margin-right: 0;
        width: 34%;
    }
    .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
        margin-right: -72.5%;
        width: 62%;
    }
    /* blog and archive */
    .blog:not(.has-sidebar) .entry-content blockquote.alignleft,
    .thecipherbrief-front-page.page-two-column .entry-content blockquote.alignleft,
    .archive:not(.has-sidebar) .entry-content blockquote.alignleft,
    .page-two-column .entry-content blockquote.alignleft {
        margin-left: -72.5%;
        width: 62%;
    }
    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .thecipherbrief-front-page.page-two-column .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright {
        margin-right: 0;
        width: 36%;
    }
    /* Post formats */
    .format-quote blockquote .icon {
        left: -1.5em;
    }
    /* Pages */
    .page.page-one-column .entry-header,
    .thecipherbrief-front-page.page-one-column .entry-header,
    .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 4em;
    }
    /* 404 page */
    .error404 .page-content {
        padding-bottom: 9em;
    }
    /* Comments */
    #comments {
        /*padding-top: 5em;*/
    }
    .comments-title {
        margin-bottom: 2.5em;
    }
    ol.children .children {
        padding-left: 2em;
    }
    /* Posts pagination */
    .nav-links .nav-title {
        position: relative;
    }
    .nav-title-icon-wrapper {
        position: absolute;
        text-align: center;
        width: 2em;
    }
    .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
        left: -2em;
    }
    .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
        right: -2em;
    }
    /* Secondary */
    #secondary {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.6;
    }
    /* Widgets */
    h2.widget-title {
        font-size: 11px;
        font-size: 0.6875rem;
        margin-bottom: 2em;
    }
    /* Footer */
    /* Gallery Columns */
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}

@media screen and ( min-width: 67em) {
    /* Layout */
    /* Navigation */
    /* Sticky posts */
    .sticky .icon-thumb-tack {
        font-size: 32px;
        font-size: 2rem;
        height: 22px;
        left: -1.25em;
        top: 0.75em;
        width: 32px;
    }
    /* Pagination */
    .page-numbers {
        display: inline-block;
    }
    .page-numbers.current {
        font-size: 15px;
        font-size: 0.9375rem;
    }
    .page-numbers.current .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }
    /* Comments */
    .comment-body {
        margin-left: 0;
    }
}

@media screen and ( min-width: 79em) {
    .has-sidebar .entry-content blockquote.alignleft {
        margin-left: -20%;
    }
    .blog:not(.has-sidebar) .entry-content blockquote.alignright,
    .archive:not(.has-sidebar) .entry-content blockquote.alignright,
    .page-two-column .entry-content blockquote.alignright,
    .thecipherbrief-front-page .entry-content blockquote.alignright {
        margin-right: -20%;
    }
}

@media screen and ( max-width: 48.875em) and ( min-width: 48em) {
    .admin-bar .site-navigation-fixed.navigation-top,
    .admin-bar .site-navigation-hidden.navigation-top {
        top: 46px;
    }
}


/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {
    /* Hide elements */
    form,
    button,
    input,
    select,
    textarea,
    .navigation-top,
    .social-navigation,
    #secondary,
    .content-bottom-widgets,
    .header-image,
    .panel-image-prop,
    .icon-thumb-tack,
    .page-links,
    .edit-link,
    .post-navigation,
    .pagination.navigation,
    .comments-pagination,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link,
    .site-footer aside.widget-area,
    .site-info {
        display: none !important;
    }
    .entry-footer,
    #comments,
    .site-footer,
    .single-featured-image-header {
        border: 0;
    }
    /* Font sizes */
    body {
        font-size: 12pt;
        color: #333;
    }
    h1 {
        font-size: 24pt;
    }
    h2 {
        font-size: 22pt;
    }
    h3 {
        font-size: 17pt;
    }
    h4 {
        font-size: 12pt;
    }
    h5 {
        font-size: 11pt;
    }
    h6 {
        font-size: 12pt;
    }
    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.thecipherbrief-front-page) .entry-title {
        font-size: 10pt;
    }
    /* Layout */
    .wrap {
        padding-left: 5% !important;
        padding-right: 5% !important;
        max-width: none;
    }
    /* Site Branding */
    .site-header {
        background: transparent;
        padding: 0;
    }
    .custom-header-media {
        padding: 0;
    }
    .thecipherbrief-front-page.has-header-image .site-branding,
    .thecipherbrief-front-page.has-header-video .site-branding,
    .home.blog.has-header-image .site-branding,
    .home.blog.has-header-video .site-branding {
        position: relative;
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em !important;
        /* override styles added by JavaScript */
    }
    .site-title {
        font-size: 25pt;
    }
    .site-description {
        font-size: 12pt;
        opacity: 1;
    }
    /* Posts */
    .single-featured-image-header {
        background: transparent;
    }
    .entry-meta {
        font-size: 9pt;
    }
    /* Colors */
    body,
    .site {
        background: none !important;
        /* Brute force since user agents all print differently. */
    }
    body,
    a,
    .site-title a,
    .thecipherbrief-front-page.has-header-image .site-title,
    .thecipherbrief-front-page.has-header-video .site-title,
    .thecipherbrief-front-page.has-header-image .site-title a,
    .thecipherbrief-front-page.has-header-video .site-title a {
        color: #222 !important;
        /* Make sure color schemes don't affect to print */
    }
    h2,
    h5,
    blockquote,
    .site-description,
    .thecipherbrief-front-page.has-header-image .site-description,
    .thecipherbrief-front-page.has-header-video .site-description,
    .entry-meta,
    .entry-meta a {
        color: #777 !important;
        /* Make sure color schemes don't affect to print */
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 11pt;
        width: 34%;
    }
    .site-footer {
        padding: 0;
    }
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    /* height:auto; */
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 10px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    border-radius: 50px;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 5px;
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
   /* background-image: url(/sites/all/themes/TCB/stylesheets/mCSB_buttons.png); */
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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 {
    line-height: normal;
}

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-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: 'replica-pro';
    src: url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProRegular.eot) format("embedded-opentype");
    src: url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProRegular.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProRegular.woff) format("woff"), url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProRegular.ttf) format("truetype"), url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProRegular.svg#levenim) format("svg");
    font-weight: normal;
}

@font-face {
    font-family: 'replica-pro-bold';
    src: url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProBold.eot) format("embedded-opentype");
    src: url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProBold.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProBold.woff) format("woff"), url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProBold.ttf) format("truetype"), url(/wp-content/themes/thecipherbrief/assets/fonts/ReplicaProBold.svg#levenim) format("svg");
    font-weight: bold;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(/wp-content/themes/thecipherbrief/assets/fonts/icon/fontawesome-webfont.eot?v=4.2.0);
    src: url(/wp-content/themes/thecipherbrief/assets/fonts/icon/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(/wp-content/themes/thecipherbrief/assets/fonts/icon/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(/wp-content/themes/thecipherbrief/assets/fonts/icon/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(/wp-content/themes/thecipherbrief/assets/fonts/icon/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

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

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

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

.fa-ul>li {
    position: relative;
}

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sun-o:before {
    content: "\f`";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrap {
    text-align: left;
}

.region {
    clear: both;
}

body.full-width .breadcrumb {
    display: none;
}

body.full-width.not-front #main {
    padding-top: 137px;
}

@media only screen and (max-width: 540px),
screen and (max-height: 540px) {
    body.full-width.not-front #main {
        padding-top: 2px;
    }
}

body.full-width #main .wrap {
    width: auto;
    margin: 0;
}

.front #main #sidebar-second {
    float: right;
    width: 23%;
    padding: 0px;
}

div#block-views-the_network-column_section div#sidebar-second {
  float: inherit!important;
  width: 100%;
  padding: inherit!important;
}

.front #main .two-sidebars .center,
.front #main .sidebar-first .center {
    border-left: 1px solid #8c8f93;
    margin-left: 135px;
    padding-left: 20px;
}

.front #main .sidebar-second .center {
    width: 60%;
}

.front #main .two-sidebars .center,
.front #main .two-sidebars.sidebar-second .center {
    border-right: 0;
    margin-right: 450px;
    padding-right: 0;
}

@media only screen and (max-width: 1025px) {
    .front #main #sidebar-first {
        width: 280px;
        margin-right: -280px;
    }
    .front #main #sidebar-second {
        width: 25%;
    }
    .front #main .two-sidebars .center,
    .front #main .sidebar-first .center {
        margin-left: 300px;
        padding: 0 1.25em;
    }
    .front #main .two-sidebars .center,
    .front #main .sidebar-second .center {
        margin-right: 300px;
    }
}

@media only screen and (max-width: 920px) {
    .front #main .sidebar {
        float: none;
    }
    .front #main #sidebar-first {
        width: 280px;
        margin: 0 auto;
    }
    .front #main #sidebar-second {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .front #main .two-sidebars .center,
    .front #main .sidebar-first .center,
    .front #main .two-sidebars .center,
    .front #main .sidebar-second .center {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .inner.center {
        width: 100%!important;
    }
}

.sidebar {
    float: left;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8em;
}

#sidebar-first {
    width: 115px;
    margin-right: -115px;
}

#sidebar-second {
    float: right;
    width: 28%;
    min-width: 336px;
    padding: 1.25em 0 1.25em 2.5em;
}

div#block-views-the_network-column_section div#sidebar-second {
float: inherit;
width: 100%;
min-width: inherit;
padding: 0;
}

.two-sidebars .center,
.sidebar-first .center {
    border-left: 1px solid #8c8f93;
    margin-left: 135px;
    padding-left: 20px;
}

.sidebar-second .center {
    width: 72%;
}

.not-front .sidebar-second .center {
    width: 70%;
}

.two-sidebars .center,
.two-sidebars.sidebar-second .center {
    border-right: 0;
    margin-right: 450px;
    padding-right: 0;
}

@media only screen and (max-width: 1024px) {
    #sidebar-first {
        width: 280px;
        margin-right: -280px;
    }
    .two-sidebars .center,
    .sidebar-first .center {
        margin-left: 300px;
    }
    .two-sidebars .center,
    .sidebar-second .center {
        margin-right: 300px;
    }
}

@media only screen and (max-width: 920px) {
    .sidebar {
        float: none;
    }
    #sidebar-first {
        width: 280px;
        margin: 0 auto;
    }
    #sidebar-second {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .two-sidebars .center,
    .sidebar-first .center,
    .two-sidebars .center,
    .sidebar-second .center {
        border: 0;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .is-sticky .region {
        top: auto !important;
        position: static !important;
    }
}

.sidebar .block {
    margin: 0 0 2em 0;
}

.sidebar .block h2 {
    color: #000e31;
    margin: 0 0 .5em 0;
    font-size: 1.5em;
}

.sidebar ul.menu {
    width: auto;
    display: block;
}

.sidebar ul.menu li {
    float: none;
    display: block;
    margin: 0 0 10px 0;
    width: auto;
}

.sidebar ul.menu a {
    text-decoration: none;
}

.sidebar ul.menu a.active {
    font-weight: 700;
}

.sidebar ul.menu a:hover {
    text-decoration: underline;
}

.sidebar ul.menu .first a {
    font-size: 1.3em;
    border-bottom: 1px solid #8c8f93;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.block.expert-commentary {
    background: #f5f5f5;
}

.block.expert-commentary .expert-header {
    line-height: 1em;
    padding: 15px 15px 8px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.block.expert-commentary .expert-header h3 {
    font-family: 'Georgia', serif;
    color: black;
    font-size: 20px;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
}

.block.expert-commentary .expert-header p {
    color: #8C8F93;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.block.expert-commentary .views-row {
    border-bottom: 1px solid #cccccc;
}

.block.expert-commentary .views-row a {
    margin: 25px 0;
    clear: both;
    display: block;
    text-decoration: none;
}

.block.expert-commentary .views-row a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 955px) {
    .block.expert-commentary .views-row a {
        display: inline-block;
        width: 100%;
    }
}

.block.expert-commentary .views-row a .expert-image {
    margin: 0 auto;
    max-width: 95px;
    max-height: 95px;
    overflow: hidden;
}

.block.expert-commentary .views-row a .expert-image img {
    display: block;
    width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 955px) {
    .block.expert-commentary .views-row a .expert-image {
        margin: 0 auto;
        padding: 0 0 7px 7px;
    }
}

.block.expert-commentary .views-row a .expert-text {
    margin: 0 10px;
    text-align: center;
    color: black;
    -webkit-transition: background 50ms linear;
    -moz-transition: background 50ms linear;
    -ms-transition: background 50ms linear;
    -o-transition: background 50ms linear;
    transition: background 50ms linear;
}

@media only screen and (max-width: 1012px) {
    .block.expert-commentary .views-row a .expert-text {
        text-align: center;
    }
}

@media only screen and (max-width: 920px) {
    .block.expert-commentary .views-row a .expert-text {
        text-align: center;
    }
}

.block.expert-commentary .views-row a .expert-text .article-title {
    margin-top: 10px;
}

.block.expert-commentary .views-row a .expert-text .article-title .inner {
    font-family: 'Ovo', serif;
    padding: 0 9px;
    line-height: 1.3em;
    font-size: 18px;
}

.block.expert-commentary .views-row a .expert-text .text .inner {
    padding: 0.25em 0.7em;
    vertical-align: bottom;
    line-height: 1.4em;
    text-transform: uppercase;
}

.block.expert-commentary .views-row a .expert-text .text .inner h3 {
    color: black;
    font-size: 12px;
    margin: 0 0 .5em 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.block.expert-commentary .views-row a .expert-text .text .inner h4 {
    font-size: 10px;
    color: #8C8F93;
    padding: 0 20px;
    margin: 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.block.expert-commentary .views-row a.active .expert-text {
    color: #d81e3b;
}

.block.expert-commentary .story-img {
    position: relative;
}

.block.expert-commentary .crop-height {
    max-height: 140px;
    overflow: hidden;
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
}

@media only screen and (max-width: 920px) {
    .block.expert-commentary .crop-height {
        max-height: 100px;
    }
}

@media only screen and (max-width: 425px) {
    .block.expert-commentary .crop-height {
        max-height: 120px;
    }
}

.block.expert-commentary .crop-height img {
    position: relative;
    min-height: 100%;
    top: -10px;
}

@media only screen and (max-width: 920px) {
    .block.expert-commentary .crop-height img {
        min-width: 925px;
    }
}

@media only screen and (max-width: 425px) {
    .block.expert-commentary .crop-height img {
        min-width: 100%;
    }
}

.block.expert-commentary .com-article {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 15px 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.block.expert-commentary .com-article .position-text {
    margin: 0 auto;
    width: 90%;
}

.block.expert-commentary .com-article p {
    color: #C6D8DF;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0;
}

.block.expert-commentary .com-article h3 {
    padding: 0 0 7px 0;
    margin: 0;
}

.block.expert-commentary .com-article h3 a {
    font-family: 'Ovo', serif;
    font-size: 20px;
    line-height: 1.25em;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: color 50ms linear;
    -moz-transition: color 50ms linear;
    -ms-transition: color 50ms linear;
    -o-transition: color 50ms linear;
    transition: color 50ms linear;
}

.block.expert-commentary .com-article h3 a:hover {
    text-decoration: underline;
}

.block.expert-commentary .view-footer {
    padding: 10px 15px 10px 10px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
}

.block.expert-commentary .view-footer h3 {
    color: #333333;
    text-transform: uppercase;
    font-size: 1em;
    padding-top: 8px;
}

.block.expert-commentary .view-footer p {
    padding: 0 0 7px 0;
    margin: 0;
}

.block.expert-commentary .view-footer p a {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1em;
    text-decoration: underline;
    color: #8c8f93;
    -webkit-transition: color 50ms linear;
    -moz-transition: color 50ms linear;
    -ms-transition: color 50ms linear;
    -o-transition: color 50ms linear;
    transition: color 50ms linear;
}

.block.expert-commentary .view-footer p a:hover {
    color: #1b3d59;
    text-decoration: underline;
}

.sidebar .key-points h2 {
    color: #000e31;
    margin: 0 0 .5em 0;
    font-size: 1.5em;
}

.sidebar .key-points .view-article-details {
    padding-bottom: 2em;
    border-bottom: 1px solid #8c8f93;
}

.sidebar .key-points ol {
    margin: 0;
    padding: 0;
}

.sidebar .key-points ol li {
    margin: 0 0 2px 0;
    padding: 10px;
    border-left: 10px solid #6d6e70;
    list-style: none;
    background: #FFFFFF;
    line-height: normal;
}

@media only screen and (max-width: 820px) {
    #block-views-article_details-block_5 {
        position: fixed;
        top: 175px;
        width: 100%;
        left: 0;
        background: #FFFFFF;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        -webkit-transition: top 100ms ease-out;
        -moz-transition: top 100ms ease-out;
        -ms-transition: top 100ms ease-out;
        -o-transition: top 100ms ease-out;
        transition: top 100ms ease-out;
    }
    #block-views-article_details-block_5 h2 {
        padding: 10px 15px;
        margin: 0;
        text-transform: uppercase;
        font-size: 1.2em;
    }
    #block-views-article_details-block_5 .view-article-details {
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    #block-views-article_details-block_5 {
        top: 140px;
    }
}

.sidebar .map-room {
    border-top: 1px solid #8c8f93;
    padding: 1em 0 0 0;
}

.sidebar .map-room .view-article-details {
    border-bottom: 0;
    margin: 0 0 .5em 0;
}

.sidebar .map-room img {
    border: 1px solid #FFFFFF;
}

#block-views-the_network-block_1 {
    position: relative;
}

#block-views-the_network-block_1 h2 {
    font-family: 'Georgia', serif;
    font-size: 20px;
    font-weight: bold;
    color: black;
    padding: 10px 15px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#block-views-the_network-block_1 #expert-next {
    position: absolute;
    right: 0;
    top: 4px;
    padding: 0 10px;
    color: #c6d8df;
    cursor: pointer;
    -webkit-transition: color 50ms linear;
    -moz-transition: color 50ms linear;
    -ms-transition: color 50ms linear;
    -o-transition: color 50ms linear;
    transition: color 50ms linear;
}

#block-views-the_network-block_1 #expert-next:hover {
    color: #FFFFFF;
}

#block-views-the_network-block_1 .item-list ol {
    font-size: 18px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-the_network-block_1 .more-link {
    margin: 15px 0;
    text-align: center;
    padding-bottom: 20px;
}

#block-views-the_network-block_1 .more-link a {
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #787878;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 10px 5px 8px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-the_network-block_1 .more-link a:hover {
    background: #E7E7E8;
    text-decoration: none;
    border: 1px solid white;
}

#block-views-the_network-block_1 ul.pager {
    clear: both;
    padding-top: 0;
}

#block-views-the_network-block_1 .views-row {
    vertical-align: top;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

#block-views-the_network-block_1 .views-row .field-content a {
    text-decoration: none;
}

#block-views-the_network-block_1 .views-row .field-content a:hover {
    text-decoration: underline;
}

#block-views-the_network-block_1 .views-row .field-content .title {
    font-family: 'Ovo', serif;
    font-size: 22px;
    line-height: normal;
    padding: 0 10px;
}

#block-views-the_network-block_1 .views-row .field-content .date {
    color: #077cc2;
    font-size: 14px;
    padding: 0 10px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#block-views-the_network-block_1 .views-row .field-content .content {
    color: #8c8f93;
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25em;
    padding: 0 10px;
    margin-bottom: 15px;
}

#block-views-the_network-block_1 .views-row .field-content .author {
    text-transform: uppercase;
    color: #000f33;
    padding: 10px 0 0 0;
    font-size: .8em;
    line-height: 1;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    width: 90%;
}

@media only screen and (max-width: 1199px) {
    #block-views-home-block_2 {
        width: 100%;
        padding: 0 1.25em;
    }
}

@media only screen and (max-width: 918px) {
    #block-views-home-block_2 {
        display: none !important;
    }
}

#block-views-home-block_2 h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: left;
    text-transform: uppercase;
    border-top: 1px solid #cccccc;
    padding-top: 1.25em;
}

#block-views-home-block_2 .col-1,
#block-views-home-block_2 .col-2,
#block-views-home-block_2 .col-3 {
    width: 33.33%;
}

#block-views-home-block_2 .col-3 {
    padding: .25em 0 0 1.25em;
}

#block-views-home-block_2 .col-2 {
    padding: .25em 0 1.25em 0;
}

#block-views-home-block_2 .col-1 {
    padding: .25em 1.25em 0 0;
}

@media only screen and (max-width: 598px) {
    #block-views-home-block_2 .col-1,
    #block-views-home-block_2 .col-2,
    #block-views-home-block_2 .col-3 {
        width: 100%;
        padding: 20px 0 5px 0;
        margin-bottom: 10px;
        border-top: 1px solid #cccccc;
        float: left;
    }
}

#block-views-home-block_2 a {
    text-decoration: none;
}

#block-views-home-block_2 a:hover {
    text-decoration: underline;
}

#block-views-home-block_2 .summary .img-feed {
    max-height: 145px;
    overflow: hidden;
}

@media only screen and (max-width: 1150px) {
    #block-views-home-block_2 .summary .img-feed {
        width: 100%;
        max-height: 85px;
        float: none;
        padding: 0;
    }
}

@media only screen and (max-width: 598px) {
    #block-views-home-block_2 .summary .img-feed {
        width: 100%;
        max-height: 200px;
        float: none;
        padding: 0;
    }
}

#block-views-home-block_2 .summary img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

#block-views-home-block_2 .summary h3 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.25em;
}

#block-views-home-block_2 .summary h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 10px;
    color: #8C8F93;
}

#block-views-home-block_2 .summary p {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25em;
    color: #8C8F93;
}

#block-views-home-block_2 .view-footer .center-button {
    margin: 0 auto 30px;
    text-align: center;
}

#block-views-home-block_2 .view-footer a {
    font-size: 12px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-home-block_2 .view-footer a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 918px) {
    #block-views-home-block_3 {
        display: none !important;
    }
}

@media only screen and (max-width: 918px) {
    #block-views-home-block_3 {
        display: block;
        width: 100%;
        padding: 0 1.25em;
    }
}

#block-views-home-block_3 h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: left;
    text-transform: uppercase;
    border-top: 1px solid #cccccc;
    padding-top: 1.25em;
}

#block-views-home-block_3 .col-1,
#block-views-home-block_3 .col-2,
#block-views-home-block_3 .col-3 {
    width: 33.33%;
}

#block-views-home-block_3 .col-3 {
    padding: .25em 0 0 1.25em;
}

#block-views-home-block_3 .col-2 {
    padding: .25em 0 1.25em 0;
}

#block-views-home-block_3 .col-1 {
    padding: .25em 1.25em 0 0;
}

@media only screen and (max-width: 598px) {
    #block-views-home-block_3 .col-1,
    #block-views-home-block_3 .col-2,
    #block-views-home-block_3 .col-3 {
        width: 100%;
        padding: 20px 0 5px 0;
        margin-bottom: 10px;
        border-top: 1px solid #cccccc;
        float: left;
    }
}

#block-views-home-block_3 a {
    text-decoration: none;
}

#block-views-home-block_3 a:hover {
    text-decoration: underline;
}

#block-views-home-block_3 .summary .img-feed {
    max-height: 145px;
    overflow: hidden;
}

@media only screen and (max-width: 1150px) {
    #block-views-home-block_3 .summary .img-feed {
        width: 100%;
        max-height: 85px;
        float: none;
        padding: 0;
    }
}

@media only screen and (max-width: 598px) {
    #block-views-home-block_3 .summary .img-feed {
        width: 100%;
        max-height: 200px;
        float: none;
        padding: 0;
    }
}

#block-views-home-block_3 .summary img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

#block-views-home-block_3 .summary h3 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.25em;
}

#block-views-home-block_3 .summary h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 10px;
    color: #8C8F93;
}

#block-views-home-block_3 .summary p {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25em;
    color: #8C8F93;
}

#block-views-home-block_3 .view-footer .center-button {
    margin: 0 auto 30px;
    text-align: center;
}

#block-views-home-block_3 .view-footer a {
    font-size: 12px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-home-block_3 .view-footer a:hover {
    text-decoration: none;
}

.page-expert .block.advertisement {
    display: none;
}

.front #block-views-advertisement_sidebar-block_3 {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #cccccc;
}

.front #block-views-advertisement_sidebar-block_3 .field-content {
    display: table;
    margin: 0 auto;
}

.not-front #block-views-advertisement_sidebar-block_3 .field-content {
    display: table;
    margin: 0 auto;
}

#block-views-advertisement_sidebar-block_3 h5 {
    color: #8C8F93;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#block-views-advertisement_sidebar-block h5 {
    color: #8C8F93;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#block-views-advertisement_sidebar-block .field-content {
    display: table;
    margin: 0 auto;
}

header#header {
    position: fixed;
    z-index: 550;
    width: 100%;
    background: #FFFFFF;
    color: #8c8f93;
}

header#header .header-wrap {
    max-width: 75rem;
    margin: 0 auto;
}

header#header #logo {
    float: left;
    margin: 10px 0;
    text-align: left;
}

header#header #logo img {
    -webkit-transition: height 150ms ease-out;
    -moz-transition: height 150ms ease-out;
    -ms-transition: height 150ms ease-out;
    -o-transition: height 150ms ease-out;
    transition: height 150ms ease-out;
}

@media only screen and (max-width: 1200px) {
    header#header #logo img {
        padding-left: 1.25em;
    }
}

@media only screen and (max-width: 540px) {
    header#header #logo img {
        height: 40px;
    }
}

@media only screen and (max-width: 540px),
screen and (max-height: 540px) {
    header#header {
        position: relative;
    }
}

@media screen and (min-width: 650px) {
    header#header #logo {
        width: 100%;
        max-width: 19%;
    }
    header#header #logo img {
        width: auto;
        height: auto !important;
    }
}

#top {
    float: right;
    height: 85px;
    text-transform: uppercase;
    text-align: right;
    font-size: 1.25em;
    line-height: 1;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: auto;
}

@media only screen and (max-width: 650px) {
    #top {
        display: none;
    }
}

#top .region {
    padding: 5px 10px 0 0;
    text-align: right;
}

#top .red-button-short {
    width: 160px;
    margin-top: 5px;
}

@media screen and (max-width: 895px) {
    #top .red-button-short {
        font-size: 8px;
        width: 120px;
    }
}

#top p {
    margin: 0;
    padding: 0;
}

#top a.button:hover {
    color: #FFFFFF;
}

#top .block {
    margin: 0 0 8px 0;
    display: inline;
    width: 23%;
    float: right;
}

#top .block-views {}

#top .weather .weather-location,
#top .weather .weather-details {
    display: inline-block;
    margin-right: 5px;
    text-transform: none;
}

#top .weather .weather-icon img {
    height: 20px;
    width: auto;
    vertical-align: middle;
}

#top .block.advertisement {
    float: left;
    position: relative;
    z-index: 15;
    border: 0;
    width: 76%;
    text-align: left;
    max-width: none;
}

#top .block.advertisement .view-field-field-ad-image {
    border-bottom: 0;
    padding: 0;
}

#top .block.advertisement h6 {
    padding: 10px 0 0 8px;
    text-align: left;
}

#top ul.menu {
    margin: 0;
    padding: 0;
    text-align: right;
}

#top ul.menu li {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    border-right: 1px solid #8c8f93;
}

#top ul.menu li.last {
    border: 0;
    margin: 0;
    padding: 0;
}

#top ul.menu li a {
    color: #8c8f93;
    text-decoration: none;
    -webkit-transition: color 50ms linear;
    -moz-transition: color 50ms linear;
    -ms-transition: color 50ms linear;
    -o-transition: color 50ms linear;
    transition: color 50ms linear;
}

#top ul.menu li a:hover {
    color: #000e31;
    text-decoration: underline;
}

#mobile-nav-button {
    display: none;
    float: left;
    height: 46px;
    line-height: 46px;
    color: #FFFFFF;
    background: #23252d;
    padding: 0 20px 0 40px;
    margin: 0 20px 0 0;
    font-size: 1.4em;
    border: 0;
    position: relative;
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    -ms-transition: background 100ms linear;
    -o-transition: background 100ms linear;
    transition: background 100ms linear;
}

.mobile-nav-active #mobile-nav-button {
    background: #23252d;
}

#mobile-nav-button .fa {
    position: absolute;
    left: 20px;
    top: 16px;
}

#mobile-nav-button .fa-bars {
    display: block;
}

#mobile-nav-button .fa-times {
    display: none;
}

.mobile-nav-active #mobile-nav-button .fa-bars {
    display: none;
}

.mobile-nav-active #mobile-nav-button .fa-times {
    display: block;
}

@media only screen and (max-width: 989px) {
    #mobile-nav-button {
        display: block;
    }
}

#navigation {
    clear: both;
    color: #9d9fa2;
}

#navigation .region {
    clear: none;
}

#navigation .inner {
    background: #23252d;
    height: 48px;
    text-align: center;
    padding: 0 100em;
    margin: 0 -100em;
}

#navigation .search-block {
    float: left;
    padding: 9px 0;
    text-align: left;
}

#navigation .active {
    color: #c6d8df;
}

@media only screen and (max-width: 1200px) {
    #navigation .search-block {
        padding-left: 1.25em;
    }
}

@media only screen and (max-width: 540px) {
    #navigation .search-block {
        float: right;
        padding-left: 0;
    }
}

#navigation .search-block input.form-text {
    color: #9d9fa2;
    width: 170px;
    padding: 6px 5px 6px 32px;
    /*background: white url(/sites/all/themes/TCB/images/search-icon.png) no-repeat 5% 49%; */
    border-radius: 3px;
    background-size: 15px 15px;
    font-size: 1.3em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 540px) {
    #navigation .search-block input.form-text {
        text-align: left;
        padding-right: 20px;
        margin-right: 20px;
    }
}

#navigation .search-block .form-actions {
    display: none;
}

#navigation .block.social-menu {
    float: right;
    padding: 10px 20px 0 0;
    text-align: right;
}

@media only screen and (max-width: 540px) {
    #navigation .block.social-menu {
        display: none;
    }
}

#navigation .block.social-menu ul.menu {
    margin: 0;
    padding: 0;
}

#navigation .block.social-menu ul.menu li {
    margin: 0 0 0 15px;
    padding: 0;
    display: inline-block;
}

#navigation .block.social-menu ul.menu li a {
    color: #FFFFFF;
    font-size: 2.2em;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

#navigation .block.social-menu ul.menu li a:hover {
    color: #c6d8df;
}

#navigation .block.social-menu ul.menu li a span {
    left: -999em;
    position: absolute;
}

#navigation .block.main-navigation {
    margin: 0 auto;
    width: 842px;
    padding: 0;
    -webkit-transition: top 150ms ease-out;
    -moz-transition: top 150ms ease-out;
    -ms-transition: top 150ms ease-out;
    -o-transition: top 150ms ease-out;
    transition: top 150ms ease-out;
}

@media only screen and (max-width: 989px) {
    #navigation .block.main-navigation {
        width: 100%;
        left: 0;
        top: 135px;
        position: absolute;
        background: #e7e7e8;
        border-top: 1px solid #e7e7e8;
        display: none;
        border-bottom: 1px solid #8c8f93;
    }
}

@media only screen and (max-width: 540px) {
    #navigation .block.main-navigation {
        top: 110px;
    }
}

#navigation .block.main-navigation .sf-menu li:hover>ul,
#navigation .block.main-navigation .sf-menu li.sfHover>ul {
    left: 0;
    top: 3.5em;
}

#navigation .block.main-navigation ul.sf-menu {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}

#navigation .block.main-navigation ul.sf-menu li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 989px) {
    #navigation .block.main-navigation ul.sf-menu li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #8c8f93;
    }
}

#navigation .block.main-navigation ul.sf-menu li a.sf-depth-1 {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    background: none;
    text-transform: uppercase;
    padding: 0 3px;
    margin: 0 3px;
    font-size: 1.1em;
    height: 44px;
    line-height: 44px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 500;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

@media screen and (max-width: 1078px) {
    #navigation .block.main-navigation ul.sf-menu li a.sf-depth-1 {
        font-size: .8em;
    }
    .adv-header{
       max-width: 50%;
    }
}

#navigation .block.main-navigation ul.sf-menu li a.sf-depth-1.active,
#navigation .block.main-navigation ul.sf-menu li a.sf-depth-1:hover {
    color: #c6d8df;
}

@media only screen and (max-width: 989px) {
    #navigation .block.main-navigation ul.sf-menu li a.sf-depth-1 {
        color: #000e31;
        text-align: left;
        font-size: 1.4em;
        padding: 15px 20px;
        margin: 0;
        height: auto;
        line-height: normal;
        -webkit-transition: background 100ms linear;
        -moz-transition: background 100ms linear;
        -ms-transition: background 100ms linear;
        -o-transition: background 100ms linear;
        transition: background 100ms linear;
    }
    #navigation .block.main-navigation ul.sf-menu li a.sf-depth-1.active {
        color: #000e31;
    }
    #navigation .block.main-navigation ul.sf-menu li a.sf-depth-1:hover {
        color: #FFFFFF;
        background: #23252d;
    }
}

#navigation .block.main-navigation ul.sf-menu li a.mobile-link {
    display: none;
}

@media only screen and (max-width: 540px) {
    #navigation .block.main-navigation ul.sf-menu li a.mobile-link {
        display: block;
        margin: 0;
    }
}

#navigation .block.main-navigation ul.sf-menu li a.social-icon,
#navigation .block.main-navigation ul.sf-menu li a.blue {
    background: #000e31;
    color: #e7e7e8;
    border-color: #c6d8df;
}

#navigation .block.main-navigation ul.sf-menu li a.social-icon {
    font-size: 2em;
    text-align: center;
}

#navigation .block.main-navigation ul.sf-menu li a.social-icon span {
    left: -999em;
    position: absolute;
}

#navigation .block.main-navigation ul.sf-menu li#menu-1104-1,
#navigation .block.main-navigation ul.sf-menu li#menu-1186-1,
#navigation .block.main-navigation ul.sf-menu li#menu-1187-1,
#navigation .block.main-navigation ul.sf-menu li#menu-1188-1 {
    width: 15%;
    float: left;
    border-right: 1px solid #082441;
    border-bottom: 0;
}

#navigation .block.main-navigation ul.sf-menu li#menu-1104-1 a,
#navigation .block.main-navigation ul.sf-menu li#menu-1186-1 a,
#navigation .block.main-navigation ul.sf-menu li#menu-1187-1 a,
#navigation .block.main-navigation ul.sf-menu li#menu-1188-1 a {
    height: 55px;
    line-height: 55px;
    padding: 0;
}

#navigation .block.main-navigation ul.sf-menu li#menu-1104-1 a:hover,
#navigation .block.main-navigation ul.sf-menu li#menu-1186-1 a:hover,
#navigation .block.main-navigation ul.sf-menu li#menu-1187-1 a:hover,
#navigation .block.main-navigation ul.sf-menu li#menu-1188-1 a:hover {
    background: #082441;
}

#navigation .block.main-navigation ul.sf-menu li#menu-1104-1 {
    width: 55%;
}

@media only screen and (max-width: 380px) {
    #navigation .block.main-navigation ul.sf-menu li#menu-1104-1 {
        display: none;
    }
}

#navigation .block.main-navigation ul.sf-menu li#menu-1104-1 a {
    padding-left: 20px;
}

#navigation .block.main-navigation ul.sf-depth-2 {
    margin: 2.25em 0 0;
}

#navigation .block.main-navigation li.sf-depth-2 {
    background: #23252d;
}

#navigation .block.main-navigation a.sf-depth-2 {
    padding: 10px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    text-align: left;
}

#navigation .block.main-navigation a.sf-depth-2:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 989px) {
    #navigation .block.main-navigation ul.sf-megamenu {
        visibility: hidden !important;
    }
}

#sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    z-index: 205;
    color: #FFFFFF;
    font-size: 1.4em;
    text-transform: uppercase;
    border-top: 1px solid #00001f;
    background: #000e31;
    background: -moz-linear-gradient(top, #00001f 0%, #002a4d 53%, #002c4f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00001f), color-stop(53%, #002a4d), color-stop(100%, #002c4f));
    background: -webkit-linear-gradient(top, #00001f 0%, #002a4d 53%, #002c4f 100%);
    background: -o-linear-gradient(top, #00001f 0%, #002a4d 53%, #002c4f 100%);
    background: -ms-linear-gradient(top, #00001f 0%, #002a4d 53%, #002c4f 100%);
    background: linear-gradient(to bottom, #00001f 0%, #002a4d 53%, #002c4f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00001f', endColorstr='#002c4f', GradientType=0);
}

#block-views-video_daily_brief-block {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFFFFF;
    width: 400px;
}

#block-views-video_daily_brief-block .views-row a {
    display: table;
    width: 100%;
    height: 60px;
    text-decoration: none;
}

#block-views-video_daily_brief-block .views-row a .watch,
#block-views-video_daily_brief-block .views-row a .thumbnail,
#block-views-video_daily_brief-block .views-row a .title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 60px;
}

#block-views-video_daily_brief-block .views-row a .watch {
    width: 130px;
    padding: 0 10px;
}

#block-views-video_daily_brief-block .views-row a .watch .button {
    background: #9d9fa2;
    color: #000e31;
}

#block-views-video_daily_brief-block .views-row a .thumbnail {
    width: 80px;
}

#block-views-video_daily_brief-block .views-row a .thumbnail .thumbnail-inner {}

#block-views-video_daily_brief-block .views-row a .thumbnail .thumbnail-inner img {
    width: auto;
    height: 60px;
}

#block-views-video_daily_brief-block .views-row a .title {
    background: #000e31;
    color: #9d9fa2;
    padding: 0 20px;
    text-align: left;
    font-family: 'replica-pro-bold', Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
}

#block-views-video_daily_brief-block .views-row a .title img {
    width: auto;
    height: 45px;
}

#block-views-video_daily_brief-block .views-row a:hover .button {
    background: #000e31;
    border-color: #000e31;
    color: #FFFFFF;
}

#block-views-news_ticker-block {
    margin-left: 400px;
    overflow: hidden;
    font-size: 1.1em;
    line-height: 60px;
}

#block-views-news_ticker-block .view-content a {
    color: #e7e7e8;
    margin: 0 20px;
    text-decoration: none;
    font-family: 'replica-pro-bold', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-news_ticker-block .view-content a:hover {
    color: #FFFFFF;
}

ul.pager {
    clear: both;
    padding-top: 40px;
}

.carousel {
    position: relative;
}

#block-views-the_cipher_brief-block_3 h2 {
    background: #000e31;
    color: #c6d8df;
    font-size: .9em;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.view-the-cipher-brief.view-display-id-block_3 {
    font-size: .8em;
    width: 100%;
    height: 300px;
}

.view-the-cipher-brief.view-display-id-block_3 .view-content {
    width: 100%;
    height: 300px;
}

.view-the-cipher-brief.view-display-id-block_3 #next-up-next {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 0 20px;
    color: #c6d8df;
    cursor: pointer;
    -webkit-transition: color 50ms linear;
    -moz-transition: color 50ms linear;
    -ms-transition: color 50ms linear;
    -o-transition: color 50ms linear;
    transition: color 50ms linear;
}

.view-the-cipher-brief.view-display-id-block_3 #next-up-next:hover {
    color: #FFFFFF;
}

.view-the-cipher-brief.view-display-id-block_3 .views-row {
    margin-right: 5px;
    padding: 1.24em 0;
    margin: 15px 0;
    overflow: hidden;
    position: relative !important;
}

.view-the-cipher-brief.view-display-id-block_3 .views-row a {
    display: block;
    z-index: 20;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.view-the-cipher-brief.view-display-id-block_3 .views-row .feed-image {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #c6d8df;
}

.view-the-cipher-brief.view-display-id-block_3 .views-row h3 {
    float: left;
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    color: #6d6e70;
    white-space: normal !important;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.view-the-cipher-brief.view-display-id-block_3 .views-row h3 span {
    display: block;
    padding: 20px;
    background: #FFFFFF;
}

.view-the-cipher-brief.view-display-id-block_3 .views-row h3 p {
    float: left;
    color: #6d6e70;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.expert-commentary h3 span {
 /*   background: url(/sites/all/themes/TCB/images/ec-tag.png) right center no-repeat #FFFFFF !important; */
    padding-right: 45px !important;
}

@media only screen and (max-width: 640px) {
    .expert-commentary h3 span {
        background-position: right 20px !important;
    }
}

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body.cke_show_borders {
    background: #dcddde;
    color: #000f33;
    font-size: 17px;
    font-family: "minion-pro", Georgia, serif;
    font-weight: 300;
    line-height: 27px;
    padding: 10px;
    text-align: left;
}

body.cke_show_borders p {
    padding: 0 0 15px 0;
    margin: 0;
}

body.cke_ltr {
    background: #FFFFFF;
}

#page {
    overflow: hidden;
}

a {
    color: #000e31;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p a {
    color: #077cc2;
}

a.doc {
    /*background: url(/sites/all/themes/TCB/images/icons/doc.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.txt {
    /*background: url(/sites/all/themes/TCB/images/icons/txt.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.xls {
    /*background: url(/sites/all/themes/TCB/images/icons/xls.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.rss {
    /*background: url(/sites/all/themes/TCB/images/icons/feed.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.pps {
    /*background: url(/sites/all/themes/TCB/images/icons/pps.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.pdf {
    /*background: url(/sites/all/themes/TCB/images/icons/pdf.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.zip {
    /*background: url(/sites/all/themes/TCB/images/icons/archive.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.swf {
    /*background: url(/sites/all/themes/TCB/images/icons/swf.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.image {
    /*background: url(/sites/all/themes/TCB/images/icons/pic.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.video {
    /*background: url(/sites/all/themes/TCB/images/icons/film.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.audio {
    /*background: url(/sites/all/themes/TCB/images/icons/audio.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

a.email {
    /*background: url(/sites/all/themes/TCB/images/icons/mailto.gif) 0px 3px no-repeat;*/
    padding: 5px 0 5px 20px;
}

span.button,
a.button,
.button a {
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #FFFFFF;
    background: #d81e3b;
    padding: 9px 15px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: background 100ms linear, border 100ms linear;
    -moz-transition: background 100ms linear, border 100ms linear;
    -ms-transition: background 100ms linear, border 100ms linear;
    -o-transition: background 100ms linear, border 100ms linear;
    transition: background 100ms linear, border 100ms linear;
}

span.button:hover,
a.button:hover,
.button a:hover {
    background: #B71C1C;
    color: #FFFFFF;
}

ul.primary li a {
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8em;
}

h1 {
    margin: 0 0 5px -2px;
    padding: 0;
    font-size: 1.3em;
    line-height: 1em;
    color: #000f33;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.page-careers h1,
.node-type-webform h1,
.node-type-page h1 {
    margin: 0 0 .75em 0;
    font-size: 1.8em;
}

.sponsors h1 {
    margin: 0 0 .75em 0;
    font-size: 1.8em;
}

.sponsors_content h3,
.sponsors_content h2,
.sponsors_content h1 {
    font-size: 18px;
    margin-bottom: 5px;
}

.sponsors_content span {
    line-height: 21px;
    display: block;
}

.private a:hover {
    color: #077cc2;
    text-decoration: none!important;
}

.private a {
    color: #077cc2!important;
    text-decoration: underline!important;
}

.private ul li {
    font-size: 15px;
    color: #6d6e70;
    line-height: 26px;
    margin: 0 0 .75em 0;
    padding: 0 0 0 10px;
}

.entry-content {
    font-size: 15px;
    color: #6d6e70;
    line-height: 26px;
    margin: 0 0 .75em 0;
    padding: 0 10px 0 10px;
}

h2 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #8c8f93;
    font-size: 1.8em;
    line-height: 1;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h2 a {
    text-decoration: none;
}

h2 a:hover {
    text-decoration: underline;
    color: #082441;
}

h3 {
    margin: 0 0 .5em 0;
    padding: .25em 0 0 0;
    color: #000f33;
    font-size: 1.2em;
    line-height: 1em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h3 a {
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
    color: #082441;
}

.page-careers h3,
.node-type-webform h3,
.node-type-page h3 {
    font-size: 1.1em;
}

h4 {
    margin: 0;
    padding: 0;
    color: #000f33;
    font-size: 1.2em;
    line-height: 1em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h4 a {
    text-decoration: none;
}

h4 a:hover {
    text-decoration: underline;
    color: #082441;
}

p {
    font-size: 17px;
    margin: 0 0 1.5em 0;
    padding: 0;
}

.small {
    font-size: .89em;
    line-height: 1.6em;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

hr {
    margin: 0 0 1.5em 0;
    border: 0;
    border-top: 0;
    border-bottom: 1px solid #8c8f93;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

blockquote {
    margin: 1.5em 0;
    padding: 1em 0;
    border: 1px solid #8ba5b3;
    border-left: 0;
    border-right: 0;
    color: #000e31;
    font-size: 1.3em;
    line-height: 1.2em;
}

blockquote p {
    margin: 0;
    padding: 0;
}

cite {
    display: block;
    font-size: .8em;
    color: #000f33;
}

.node-type-article #block-system-main .image-right,
.image-right {
    float: right;
    display: block;
    margin: 0 0 1.5em 1.5em;
    color: #6d6e70;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8em;
    width: 250px;
}

.node-type-article #block-system-main .image-right img,
.image-right img {
    width: 100%;
    height: auto;
}

.node-type-article #block-system-main .image-right p,
.image-right p {
    margin: 0 0 10px 0;
    padding: 0;
}

@media only screen and (max-width: 500px) {
    .node-type-article #block-system-main .image-right,
    .image-right {
        float: none;
        margin: 0 auto;
        width: 300px;
    }
}

.node-type-article #block-system-main .image-left,
.image-left {
    float: left;
    display: block;
    margin: 0 1.5em 1.5em 0;
    color: #6d6e70;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .8em;
    width: 250px;
}

.node-type-article #block-system-main .image-left img,
.image-left img {
    width: 100%;
    height: auto;
}

.node-type-article #block-system-main .image-left p,
.image-left p {
    margin: 0 0 10px 0;
    padding: 0;
}

@media only screen and (max-width: 500px) {
    .node-type-article #block-system-main .image-left,
    .image-left {
        float: none;
        margin: 0 auto;
        width: 300px;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 0;
    margin: 0 0 1.5em 0;
}

tbody {
    border: 0;
    padding: 0;
}

table th {
    padding: 20px;
    background: none;
    border-bottom: 1px solid #8c8f93;
}

table td {
    padding: 20px;
    vertical-align: top;
    border: 0;
}

tr.even,
.even {
    background: none;
    border: 0;
    padding: 0;
}

tr.odd,
.odd {
    background: #8c8f93;
    border: 0;
    padding: 0;
}

.comment-list tr.even,
.comment-list .even {
  background: none;
    border-top: 1px gray solid;
    padding-top: 12px;
}

.comment-list tr.odd,
.comment-list .odd {
  background: none;
    border-top: 1px gray solid;
    padding-top: 12px;
}

#comments.comments-area {
  border-bottom: 1px gray solid;
}

.comments-area .comment-author {
  height: 2vh;
}

.comments-area .comment-meta {
  margin-bottom: 0;
}

.povhide {
  display: none;
}

#povclick:hover {
   cursor: pointer;
}

#povreset:hover {
   cursor: pointer;
}

#reply-title:hover {
  cursor: pointer;
}

ol,
ul {
    margin: 0 0 1.5em 2em;
    padding: 0;
}

li {
    margin: 0 0 .75em 0;
    padding: 0 0 0 10px;
}

object,
embed {
    border: 0;
    outline: 0;
}

img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.l,
.left {
    float: left;
}

.r,
.right {
    float: right;
}

.clear {
    clear: both;
}

.clear-l,
.clear-l {
    clear: left;
}

.clear-r,
.clear-r {
    clear: right;
}

.serif {
    font-family: Georgia, serif;
}

.no-serif,
.san-serif {
    font-family: Arial, Helvetica, sans-serif;
}

img.l,
img.left {
    float: left;
    margin: 0 10px 10px 0;
}

img.r,
img.right {
    float: right;
    margin: 0 0 10px 10px;
}

.hide {
    display: none !important;
}

fieldset {
    border: 1px solid #8c8f93;
    padding: 1em;
}

legend {
    font-weight: bold;
    color: #8c8f93;
}

.views-exposed-form .views-exposed-widget {
    padding: 0;
    float: none;
}

.form-item,
.form-actions {
    margin-top: 0;
}

input,
select,
option,
textarea {
    padding: 5px;
    border: 0;
    max-width: 100%;
    border: 1px solid #cccccc;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

option {
    padding: .25em;
    border: 0;
}

.field-label {
    margin-right: 5px;
}

label {
    margin: 0 0 .5em 0;
    font-size: 1.1em;
    color: #000f33;
    font-size: .8em;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: 5px;
    border: 0;
    background: #000e31;
    color: #FFFFFF;
    text-transform: uppercase;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #000f33;
}

.views-exposed-form .views-exposed-widget .form-submit,
input.form-submit {
    background-color: transparent;
    border: 1px solid #077cc2;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    background: #077cc2;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    padding: 10px 35px 8px;
    margin-right: 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.views-exposed-form .views-exposed-widget .form-submit:hover,
input.form-submit:hover {
    background: #2196F3;
    color: white;
    text-decoration: none;
    border: 1px solid white;
}

#main {
    padding: 0 0 0 0;
    font: 1.5em/1.7em "minion-pro", serif;
    color: #8c8f93;
}

@media only screen and (max-width: 540px),
screen and (max-height: 540px) {
    #main {
        padding-top: 2px;
    }
}

#footer {
    clear: both;
    padding: 1.5em 0 0 0;
    border-top: 1px solid #cccccc;
    color: #454545;
    font-size: 1.1em;
    max-width: 75rem;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

#skip a:link,
#skip a:hover,
#skip a:visited {
    position: absolute;
    left: -999em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#skip a:active,
#skip a:focus {
    position: static;
    width: auto;
    height: auto;
}

a.at300b .at4-icon,
a.at300m .at4-icon,
.stButton .chicklets {
    padding: 0 !important;
    width: 16px !important;
    height: 16px !important;
    background-color: transparent!important;
}

.at4-icon.aticon-email,
.stButton .email {
    /*background: url(/sites/all/themes/TCB/images/email.png) 0px 0px no-repeat !important;*/
    background-size: 16px 16px !important;
}

.at4-icon.aticon-twitter,
.stButton .twitter {
    /*background: url(/sites/all/themes/TCB/images/twitter.png) 0px 0px no-repeat !important;*/
    background-size: 16px 16px !important;
}

.at4-icon.aticon-linkedin,
.stButton .linkedin {
    /*background: url(/sites/all/themes/TCB/images/linkedin.png) 0px 0px no-repeat !important;*/
    background-size: 16px 16px !important;
}

.at4-icon.aticon-facebook,
.stButton .facebook {
    /*background: url(/sites/all/themes/TCB/images/facebook.png) 0px 0px no-repeat !important;*/
    background-size: 16px 16px !important;
}

.at4-icon,
.addthis_16x16_style .at4-icon,
.addthis_16x16_white_style .at4-icon,
.addthis_default_style .at4-icon,
.at-16x16 {
    background-size: 16px 16px !important;
}

ul.pager-load-more {
    margin: 0;
    padding: 40px 0;
}

ul.pager-load-more li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul.pager-load-more li a {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #787878;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 10px 5px 8px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

ul.pager-load-more li a:hover {
    background: #E7E7E8;
    text-decoration: none;
    border: 1px solid white;
}

.front #main {
    color: #333333;
    background: white;
    max-width: 75rem;
    margin: 0 auto;
}

.map-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    border: 2px solid #FFFFFF;
    width: 175px;
    background: #FFFFFF;
    color: #000e31;
    font-size: .9em;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.map-container .map-caption {
    padding: 5px 5px 5px 5px;
}

.front .mobile-image {
    display: none;
}

@media only screen and (max-width: 820px) {
    .front .mobile-image {
        display: block;
    }
}

#content-top {
    position: relative;
}

#content-top .region-content-top {
    border-bottom: 1px solid #cccccc;
    /*padding: .75em 0;*/
    margin-bottom: 1.25em;
    position: relative;
    overflow: hidden;
}

#block-views-home-block_5 {
    width: 49%;
    float: left;
    margin-left: 8px;
}

@media only screen and (max-width: 1125px) {
    #block-views-home-block_5 {
        margin-bottom: 20px;
        width: 100%;
        padding: 0 1.25em;
        margin-left: 0;
    }
}

#block-views-home-block_5 a {
    text-decoration: none;
}

#block-views-home-block_5 .main-feature {
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#block-views-home-block_5 .main-feature img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#block-views-home-block_5 .main-feature:hover img {
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

#block-views-home-block_5 .main-feature:hover .main-feature-text {
    text-decoration: underline;
    padding: 15px 20px 45px;
}

@media only screen and (max-width: 425px) {
    #block-views-home-block_5 .main-feature:hover .main-feature-text {
        padding: 15px 10px 8px;
    }
}

#block-views-home-block_5 .main-feature .crop-height {
    max-height: 300px;
    overflow: hidden;
}

#block-views-home-block_5 .main-feature img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

#block-views-home-block_5 .main-feature h4 {
    position: absolute;
    top: -6px;
    left: -8px;
    height: 25px;
    padding: 3px 10px;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 25px;
    text-transform: uppercase;
    background-color: #d81e3b;
    color: #FFF;
    cursor: pointer;
    z-index: 20;
    -webkit-box-shadow: 5px 7px 1px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 7px 1px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 7px 1px -1px rgba(0, 0, 0, 0.6);
}

#block-views-home-block_5 .main-feature h4:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: -1;
    position: absolute;
    border: 4px solid transparent;
    border-right-color: #8d0c0c;
    border-top-color: #8d0c0c;
}

#block-views-home-block_5 .main-feature .main-feature-text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    color: white;
    cursor: pointer;
    z-index: 20;
    transition: padding 500ms ease-in-out;
}

@media only screen and (max-width: 425px) {
    #block-views-home-block_5 .main-feature .main-feature-text {
        padding: 15px 10px 8px;
        position: relative;
        background: #403f3e;
        border-bottom: 1px solid #6D6E70;
    }
}

#block-views-home-block_5 .main-feature .main-feature-text h2 {
    color: white;
    font-family: 'Georgia', serif;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 0 5px 0;
}

@media only screen and (max-width: 425px) {
    #block-views-home-block_5 .main-feature .main-feature-text h2 {
        line-height: 1.25em;
    }
}

#block-views-home-block_5 .main-feature .main-feature-text .main-feature-date {
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

@media only screen and (max-width: 425px) {
    #block-views-home-block_5 .main-feature .main-feature-text {
        color: #999;
        font-size: 14px;
        line-height: 1.25em;
    }
}

@media only screen and (max-width: 350px) {
    #block-views-home-block_5 .main-feature .main-feature-text .hide-break {
        display: none;
    }
}

@media only screen and (max-width: 350px) {
  #block-views-home-block_5 .main-feature .main-feature-text .break {
    display: block;
    font-size: 12px;
  }
}

#block-views-home-block_5 .attachment-after {
  text-align: center;
  color: white;
  background: #403f3e;
}

@media only screen and (max-width: 425px) {
  #block-views-home-block_5 .attachment-after {
    margin-bottom: 0px;
  }
}

#block-views-home-block_5 .attachment-after .view-content .col-1,
#block-views-home-block_5 .attachment-after .view-content .col-2 {
  width: 50%;
}

#block-views-home-block_5 .attachment-after .view-content .col-1:hover,
#block-views-home-block_5 .attachment-after .view-content .col-2:hover {
  background: #353535;
  transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
}

@media only screen and (max-width: 425px) {
  #block-views-home-block_5 .attachment-after .view-content .col-1,
  #block-views-home-block_5 .attachment-after .view-content .col-2 {
    width: 100%;
    float: left;
  }
}

#block-views-home-block_5 .attachment-after .view-content .col-1 {
  border-right: 1px solid #6D6E70;
}

@media only screen and (max-width: 425px) {
  #block-views-home-block_5 .attachment-after .view-content .col-1 {
    border-bottom: 1px solid #6D6E70;
  }
}

#block-views-home-block_5 .attachment-after .view-content td {
  padding: 11px;
}

#block-views-home-block_5 .attachment-after .view-content a {
  color: white;
  text-decoration: none;
  font-family: 'replica-pro', Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#block-views-home-block_5 .attachment-after .view-content a .feature-article {
  font-size: 20px;
  font-family: 'Ovo', serif;
  line-height: 1.25em;
}

#block-views-home-block_5 .attachment-after .view-content a .feature-name {
  font-size: 14px;
  color: #999;
}

#block-views-home-block_5 .attachment-after .view-content a .feature-title {
  font-size: 12px;
  line-height: 1.25em;
  color: #999;
}

#block-views-home-block_5 .attachment-after .view-content a:hover {
  text-decoration: underline;
}

#block-views-home-global_news {
  width: 25%;
  float: left;
  margin: 0 .75em;
  padding: 0 .75em;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

@media only screen and (max-width: 1125px) {
  #block-views-home-global_news {
    width: 50%;
    border-left: none;
    margin: 0;
    padding: 0 1.2em 0 1.75em;
  }
}

@media only screen and (max-width: 425px) {
  #block-views-home-global_news {
    width: 100%;
    height: 100%;
    border: none;
  }
  .row-first .col-first .top_line {
    border-top: none;
  }
}

#block-views-home-global_news .ec-img {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  overflow: hidden;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#block-views-home-global_news .global-news {
    margin-left: 75px;
}

@media only screen and (max-width: 425px) {
    #block-views-home-global_news .view {
        padding: 1.25em;
        margin: 0 1.25em 1.25em;
        border: 1px solid #cccccc;
    }
}

#block-views-home-global_news li {
    position: relative;
    margin: 0;
    list-style: none;
}

#block-views-home-global_news .views-row {
    padding: 10px 0;
    height: 95px;
    border-bottom: 1px solid #ccc;
}

#block-views-home-global_news .views-row-last {
    border-bottom: none;
}

#block-views-home-global_news a h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: #d81e3b;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}


#block-views-home-global_news h3 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
}

#block-views-home-global_news p {
    font-size: 12px;
    color: #8C8F93;
    line-height: 1.25em;
    margin-bottom: 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.head-titles {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    margin: 20px 0;
}

#block-views-the_network-column_section {
    text-align: center;
    width: 23%;
    float: left;
}

@media only screen and (max-width: 1125px) {
    #block-views-the_network-column_section {
        padding: 0 1.25em;
        width: 50%;
    }
}

@media only screen and (max-width: 425px) {
    #block-views-the_network-column_section {
        width: 100%;
        padding: 1.25em;
    }
}

#block-views-the_network-column_section .view-header {
    padding: 10px 0;
}

#block-views-the_network-column_section .view-header h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

#block-views-the_network-column_section .view-header h2:hover {
    text-decoration: underline;
}

#block-views-the_network-column_section .fp {
    padding: 0 10px;
}

#block-views-the_network-column_section .fp-crop {
    margin: 0 auto;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
}

#block-views-the_network-column_section img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

#block-views-the_network-column_section .fp-expert {
    padding: 15px 0 0;
}

#block-views-the_network-column_section .fp-expert h2 {
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 0px;
    color: #d81e3b;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-the_network-column_section .fp-expert h3 {
    color: #403f3e;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#block-views-the_network-column_section .fp-expert h5 {
    font-size: 0.83em;
    /*line-height: 2em;*/
}

#block-views-the_network-column_section .fp-content h3 {
    font-family: 'Ovo', serif;
    font-size: 18px;
    line-height: 1.25em;
}

#block-views-the_network-column_section .fp-content p {
    font-family: 'Ovo', serif;
    font-size: 14px;
    line-height: 1.25em;
    color: #8C8F93;
}

#block-views-the_network-column_section a {
    text-decoration: none;
}

#block-views-the_network-column_section .blue-button {
    margin-bottom: 10px;
}

#block-views-home-reporter_links {
    float: right;
    width: 50%;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}

@media only screen and (max-width: 675px) {
    #block-views-home-reporter_links {
        padding: 0 15px 20px 0;
        border-top: none;
        width: 100%;
    }
}

.view-display-id-reporter_links {
    border-bottom: 1px solid #cccccc;
    height: 580px;
}

@media only screen and (max-width: 1199px) {
    .view-display-id-reporter_links {
        padding: 0 15px 20px 0;
    }
}

.view-display-id-reporter_links .view-content {
    height: 495px;
    overflow: hidden;
    margin: 10px 0;
}

.view-display-id-reporter_links .reporter-link {
    margin-bottom: 1.25em;
    text-align: left;
    line-height: 1.25em;
    padding: 0 10px;
}

.view-display-id-reporter_links .view-header h2,
.view-cipher-take .view-header h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 3px;
    margin-bottom: 0;
}

.view-display-id-reporter_links .view-header .view-sub,
.view-cipher-take .view-header .view-sub {
    font-size: 14px;
    color: #6d6e70;
    line-height: 1.25em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.view-display-id-reporter_links h3 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
}

.view-display-id-reporter_links h4 {
    font-size: 12px;
    color: #077cc2;
    line-height: 1.25em;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.reporterLinksRemake h4 {
    font-size: 12px;
    color: #077cc2;
    line-height: 1.25em;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.blue {
    font-size: 12px!important;
    color: #077cc2!important;
    line-height: 1.25em!important;
    text-transform: uppercase!important;
    margin-bottom: 0!important;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif!important;
    font-weight: 400!important;
    padding: 5px 0 5px 0!important;
}

.view-display-id-reporter_links a {
    text-decoration: none;
}

.view-display-id-reporter_links a:hover {
    text-decoration: underline;
}

#block-views-cta-block {
    padding-right: 15px;
}

#block-views-cipher_take-block {
    float: left;
    width: 50%;
    padding-left: 15px;
    border-bottom: 0;
    padding-bottom: 0;
}

#block-views-cipher_take-block .view-cipher-take {
    height: 635px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.view-id-cta {}

@media only screen and (max-width: 675px) {
    #block-views-cta-block,
    #block-views-cipher_take-block .view-cipher-take,
    #block-views-cipher_take-block {
        width: 100%;
        height: 100%;
    }
    .view-id-cta {
        height: 100%;
    }
}

.view-id-cta {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 1199px) {
    .view-id-cta {
        padding: 0 15px 20px 0;
    }
}

@media only screen and (max-width: 924px) {
    .view-id-cta {
        padding: 0 0 20px 0;
    }
}

.view-id-cta .view-header h1 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 20px;
}

.view-id-cta .view-content .field-content {
    padding: 4px 0 15px;
}

.view-id-cta .view-content .field-content img {
    display: block;
    margin: 0 auto;
    width: 275px;
}

.view-id-cta .view-footer {
    margin: 0 auto;
    text-align: center;
}

.view-id-cta .view-footer h3 {
    font-size: 18px;
    color: #d81e3b;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.view-id-cta .view-footer p {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 10px;
}

.view-id-cta .view-footer {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 10px;
}

.view-id-cta .view-footer a {
    margin-top: 10px;
}

#block-views-cipher_take-block .view-content {
    height: 485px;
    max-height: 485px;
    overflow: hidden;
}

@media only screen and (max-width: 675px) {
    #block-views-cipher_take-block .view-content {
        height: 100%;
        max-height: 100%;
    }
}

#block-views-cipher_take-block ul.pager {
    padding-top: 20px;
}

#block-views-cipher_take-block ul.pager li {
    background: #e5e5e5;
    position: relative;
    font-weight: bold;
    display: none;
    font-size: 0.8rem;
    height: 1.6rem;
    padding: 7px 0 0 0;
    margin: 0 0 .25em .75em;
    width: 1.2rem;
    border-radius: 3px;
    font-family: "replica-pro", Arial, Helvetica, sans-serif;
}

#block-views-cipher_take-block ul.pager li a {
    text-decoration: none;
}

#block-views-cipher_take-block ul.pager .ajax-progress {
    position: absolute;
    top: -20px;
    left: 0;
}

#block-views-cipher_take-block ul.pager li.pager-next,
#block-views-cipher_take-block ul.pager li.pager-last,
#block-views-cipher_take-block ul.pager li.pager-previous,
#block-views-cipher_take-block ul.pager li.pager-first {
    display: none;
}

#block-views-cipher_take-block h3 {
    color: #000f33;
    font-family: "Georgia", serif;
}

#block-views-cipher_take-block h4 {
    color: #000f33;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "replica-pro", Arial, Helvetica, sans-serif;
}

#block-views-cipher_take-block .cipher_content {
    color: #8c8f93!important;
    font-family: "Ovo", serif!important;
    font-size: 14px!important;
    line-height: 1.25em!important;
}

#block-views-question_of_the_day-block {
    padding: 0 1.75em 1.75em;
    border-bottom: 1px solid #cccccc;
}

#block-views-question_of_the_day-block h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 1em;
}

#block-views-question_of_the_day-block .node-poll h2 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none;
    text-align: left;
    margin: 0 0 .25em;
}

#block-views-question_of_the_day-block .node-poll h2 a:hover {
    text-decoration: none;
}

#block-views-question_of_the_day-block .node-poll .poll {
    overflow: visible;
}

#block-views-question_of_the_day-block .node-poll .choices {
    display: block;
    padding: 5px 10px 15px;
}

.view-display-id-feature_articles {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1.25em;
}

@media only screen and (max-width: 1199px) {
    .view-display-id-feature_articles {
        width: 100%;
        padding: 0 1.25em;
    }
}

.view-display-id-feature_articles .col-1,
.view-display-id-feature_articles .col-2 {
    width: 50%;
}

.view-display-id-feature_articles .col-2 {
    padding: .25em 0 0 1.25em;
}

.view-display-id-feature_articles .col-1 {
    padding: .25em 1.25em 0 0;
}

@media only screen and (max-width: 425px) {
    .view-display-id-feature_articles .col-1,
    .view-display-id-feature_articles .col-2 {
        width: 100%;
        padding: 0;
        float: left;
    }
}

.view-display-id-feature_articles a {
  text-decoration: none;
}

.view-display-id-feature_articles a:hover {
  text-decoration: underline!important;
}

.view-display-id-feature_articles .summary .img-feed {
    max-height: 220px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.top_line {
    border-top: 1px solid #cccccc;
    padding-top: 2.25em;
}

.view-display-id-feature_articles .summary img {
    display: block;
    width: 100%;
    max-width: 100%;
    width: auto \9;
    position: absolute;
    margin: auto;
    left: -9999px;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    min-height: 220px;
    -ms-interpolation-mode: bicubic;
}

.view-display-id-feature_articles .summary h3 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.25em;
}

.view-display-id-feature_articles .summary h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.view-display-id-feature_articles .summary p {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25em;
    color: #8C8F93;
}

.view-display-id-feature_articles .view-footer .center-button {
    margin: 0 auto 30px;
    text-align: center;
}

.view-display-id-feature_articles .view-footer a {
    font-size: 12px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-display-id-feature_articles .view-footer a:hover {
    text-decoration: none;
}

.view-display-id-network_insights {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1.25em;
}

@media only screen and (max-width: 1199px) {
    .view-display-id-network_insights {
        width: 100%;
        padding: 0 1.25em;
    }
}

.view-display-id-network_insights .col-1,
.view-display-id-network_insights .col-2,
.view-display-id-network_insights .col-3 {
    width: 33%;
}

@media only screen and (max-width: 425px) {
    .view-display-id-network_insights .col-1,
    .view-display-id-network_insights .col-2,
    .view-display-id-network_insights .col-3 {
        width: 100%;
        float: left;
    }
}

.view-display-id-network_insights .row-2 .views-field-title,
.view-display-id-network_insights .row-3 .views-field-title {
    border-top: 1px solid #cccccc;
    padding-top: 2.25em;
}

@media only screen and (max-width: 425px) {
    .view-display-id-network_insights .row-2 .views-field-title,
    .view-display-id-network_insights .row-3 .views-field-title {
        border: none;
        padding: 0px;
    }
}

@media only screen and (max-width: 425px) {
  .view-display-id-network_insights .network-recent {
      padding: 0 0 2.25em;
      border-bottom: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 425px) {
    .view-display-id-network_insights .col-last .network-recent {
        padding: 0 0 0.25em;
        border-bottom: none;
    }
}

.view-display-id-network_insights .network-headshot {
    margin: 0 auto;
    max-height: 140px;
    max-width: 140px;
    overflow: hidden;
}

.view-display-id-network_insights img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

.view-display-id-network_insights a {
    text-decoration: none;
}

.view-display-id-network_insights a:hover {
    text-decoration: underline;
}

.view-display-id-network_insights .network-name {
    font-size: 14px;
    color: #d81e3b;
    text-transform: capitalize;
    text-align: center;
    padding-top: 15px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-display-id-network_insights .title {
    font-size: 18px;
    font-family: 'Ovo', serif;
    line-height: 1.25em;
    text-align: center;
}

.view-display-id-network_insights .view-footer .center-button {
    margin: 0 auto 30px;
    text-align: center;
}

.view-display-id-network_insights .view-footer a {
    font-size: 12px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-display-id-network_insights .view-footer a:hover {
    text-decoration: none;
}

.view-display-id-network_insights_selection {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1.25em;
}

@media only screen and (max-width: 1199px) {
    .view-display-id-network_insights_selection {
        width: 100%;
        padding: 0 1.25em;
    }
}

.view-display-id-network_insights_selection .col-1,
.view-display-id-network_insights_selection .col-2,
.view-display-id-network_insights_selection .col-3 {
    width: 33%;
}

@media only screen and (max-width: 425px) {
    .view-display-id-network_insights_selection .col-1,
    .view-display-id-network_insights_selection .col-2,
    .view-display-id-network_insights_selection .col-3 {
        width: 100%;
        float: left;
    }
}

.view-display-id-network_insights_selection .row-2 .views-field-title,
.view-display-id-network_insights_selection .row-3 .views-field-title {
    border-top: 1px solid #cccccc;
    padding-top: 2.25em;
}

@media only screen and (max-width: 425px) {
    .view-display-id-network_insights_selection .row-2 .views-field-title,
    .view-display-id-network_insights_selection .row-3 .views-field-title {
        border: none;
        padding: 0px;
    }
}

@media only screen and (max-width: 425px) {
    .view-display-id-network_insights_selection .network-recent {
        padding: 0 0 2.25em;
        border-bottom: 1px solid #cccccc;
    }
}

@media only screen and (max-width: 425px) {
    .view-display-id-network_insights_selection .row-3 .col-last .network-recent {
        padding: 0 0 0.25em;
        border-bottom: none;
    }
}

.view-display-id-network_insights_selection .network-headshot {
    margin: 0 auto;
    max-height: 140px;
    max-width: 140px;
    overflow: hidden;
}

.view-display-id-network_insights_selection img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

.view-display-id-network_insights_selection a {
    text-decoration: none;
}

.view-display-id-network_insights_selection a:hover {
    text-decoration: underline;
}

.view-display-id-network_insights_selection .network-name {
    font-size: 14px;
    color: #d81e3b;
    text-transform: capitalize;
    text-align: center;
    padding-top: 15px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-display-id-network_insights_selection .title {
    font-size: 18px;
    font-family: 'Ovo', serif;
    line-height: 1.25em;
    text-align: center;
}

.view-display-id-network_insights_selection .view-footer .center-button {
    margin: 0 auto 30px;
    text-align: center;
}

.view-display-id-network_insights_selection .view-footer a {
    font-size: 12px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-display-id-network_insights_selection .view-footer a:hover {
    text-decoration: none;
}

.view-display-id-cyber_reports {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1.25em;
}

@media only screen and (max-width: 1199px) {
    .view-display-id-cyber_reports {
        width: 100%;
        padding: 0 1.25em;
    }
}

.view-display-id-cyber_reports .col-1,
.view-display-id-cyber_reports .col-2 {
    width: 50%;
}

.view-display-id-cyber_reports .col-2 {
    padding: .25em 0 0 1.25em;
}

.view-display-id-cyber_reports .col-1 {
    padding: .25em 1.25em 0 0;
}

@media only screen and (max-width: 425px) {
    .view-display-id-cyber_reports .col-1,
    .view-display-id-cyber_reports .col-2 {
        width: 100%;
        padding: 0;
        float: left;
    }
}

.view-display-id-cyber_reports a {
    text-decoration: none;
}

.view-display-id-cyber_reports a:hover {
    text-decoration: underline;
}

.view-display-id-cyber_reports .summary .img-feed {
    max-height: 220px;
    overflow: hidden;
}

.view-display-id-cyber_reports .summary img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

.view-display-id-cyber_reports .summary h3 {
    font-family: 'Ovo', serif;
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.25em;
}

.view-display-id-cyber_reports .summary h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.view-display-id-cyber_reports .summary p {
    font-family: 'Ovo', serif;
    font-size: 14px;
    line-height: 1.25em;
    color: #8C8F93;
}

.view-display-id-cyber_reports .view-footer .center-button {
    margin: 0 auto 30px;
    text-align: center;
}

.view-display-id-cyber_reports .view-footer a {
    font-size: 12px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-display-id-cyber_reports .view-footer a:hover {
    text-decoration: none;
}

#block-views-landing_page-region_buckets {
    margin: 20px 0;
}

@media only screen and (max-width: 1199px) {
    #block-views-landing_page-region_buckets {
        width: 100%;
        padding: 0 1.25em;
    }
}

#block-views-landing_page-region_buckets .row-1 {
    margin-bottom: 20px;
}

#block-views-landing_page-region_buckets .row-2 {
    border-top: 1px solid #cccccc;
}

@media only screen and (max-width: 675px) {
    #block-views-landing_page-region_buckets .row-2 {
        border: none;
    }
}

#block-views-landing_page-region_buckets .col-1,
#block-views-landing_page-region_buckets .col-2,
#block-views-landing_page-region_buckets .col-3 {
    width: 33%;
    padding: 0 16px 20px 0;
}

@media only screen and (max-width: 675px) {
    #block-views-landing_page-region_buckets .col-1,
    #block-views-landing_page-region_buckets .col-2,
    #block-views-landing_page-region_buckets .col-3 {
        width: 100%;
        float: left;
        border-bottom: 1px solid #cccccc;
    }
}

#block-views-landing_page-region_buckets .col-1 .views-row-2 .region-img,
#block-views-landing_page-region_buckets .col-1 .views-row-3 .region-img,
#block-views-landing_page-region_buckets .col-2 .views-row-2 .region-img,
#block-views-landing_page-region_buckets .col-2 .views-row-3 .region-img,
#block-views-landing_page-region_buckets .col-3 .views-row-2 .region-img,
#block-views-landing_page-region_buckets .col-3 .views-row-3 .region-img {
    display: none;
}

#block-views-landing_page-region_buckets .col-1 {
    padding-left: 0px;
}

#block-views-landing_page-region_buckets .col-2,
#block-views-landing_page-region_buckets .col-3 {
    padding-left: 15px;
}

@media only screen and (max-width: 675px) {
    #block-views-landing_page-region_buckets .col-2,
    #block-views-landing_page-region_buckets .col-3 {
        padding-left: 0px;
    }
}

#block-views-landing_page-region_buckets .col-1,
#block-views-landing_page-region_buckets .col-2 {
    border-right: 1px solid #cccccc;
}

@media only screen and (max-width: 675px) {
    #block-views-landing_page-region_buckets .col-1,
    #block-views-landing_page-region_buckets .col-2 {
        border-right: none;
    }
}

@media only screen and (max-width: 675px) {
    #block-views-landing_page-region_buckets .row-first .col-2,
    #block-views-landing_page-region_buckets .row-first .col-3 {
        padding-top: 10px;
    }
}

#block-views-landing_page-region_buckets .row-last .col-1,
#block-views-landing_page-region_buckets .row-last .col-2,
#block-views-landing_page-region_buckets .row-last .col-3 {
    padding-top: 10px;
}

#block-views-landing_page-region_buckets .region-bucket {
    margin-bottom: .8em;
    border: 1px white solid;
    padding: 4px 1px;
    transition: background-color 500ms ease-in-out;
}

#block-views-landing_page-region_buckets .region-bucket:hover {
  border-bottom: 1px black solid;
}

#block-views-landing_page-region_buckets .region-bucket .region-img {
    float: right;
    clear: right;
    margin: 2px 0 5px 5px;
    width: 50px;
    height: 30px;
    overflow: hidden;
}

#block-views-landing_page-region_buckets .field-content {
    padding: 0;
    margin: 6px 0 12px;
}

#block-views-landing_page-region_buckets h2 {
    color: black;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    background-color: #000e31;
    text-align: center;
}

#block-views-landing_page-region_buckets h3 {
    font-size: 16px;
    font-family: 'Ovo', serif;
    line-height: 1.25em;
}

#block-views-landing_page-region_buckets h4 {
    font-size: 12px;
    color: #8C8F93;
}

.view-id-footer {
    display: block;
    padding-top: 5px;
}

.view-id-footer .tny-footer {
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 4px 0 15px 0;
}

.view-id-footer .tny-footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.view-id-footer .tny-footer li {
    display: inline-block;
    line-height: 1.4em;
    margin: 10px 12px;
}

.view-id-footer .tny-footer a {
    text-decoration: none;
    color: black;
}

.view-id-footer .tny-footer a:hover {
    text-decoration: underline;
}

.view-temp-topic-buckets {
    position: relative;
    top: -15px;
}

.view-temp-topic-buckets .item-list {
    text-transform: uppercase;
    font-size: 1em;
    padding: 0;
    border-bottom: 1px solid #CCCCCC;
    font-weight: 600;
}

.view-temp-topic-buckets .item-list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.view-temp-topic-buckets .item-list li {
    display: inline-block;
    line-height: 1.4em;
    margin: 10px 12px;
}

.view-temp-topic-buckets .item-list a {
    text-decoration: none;
    color: black;
}

.view-temp-topic-buckets .item-list a:hover {
    text-decoration: underline;
}

#block-views-the_cipher_brief-block_1 {
    padding-bottom: 2px;
}

#block-views-the_cipher_brief-block_1 .view {
    display: table;
    width: 100%;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_1 .view {
        display: block;
        width: auto;
    }
}

#block-views-the_cipher_brief-block_1 .view .view-content,
#block-views-the_cipher_brief-block_1 .view .attachment {
    display: table-cell;
    vertical-align: middle;
    background: #FFFFFF;
    width: auto;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_1 .view .view-content,
    #block-views-the_cipher_brief-block_1 .view .attachment {
        display: block;
        width: auto;
    }

    #sidebar-second {
      display: none!important;
    }
}

#block-views-the_cipher_brief-block_1 .view a.featured-story.intro {
    display: block;
    position: relative;
    padding: 20px;
    line-height: normal;
    text-decoration: none;
    background: #FFFFFF;
    background-size: 1px 1px;
    background-repeat: no-repeat;
    background-position: -5000px 0px;
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    -ms-transition: background 100ms linear;
    -o-transition: background 100ms linear;
    transition: background 100ms linear;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_1 .view a.featured-story.intro {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #FFFFFF;
        padding: 0;
        height: auto;
    }
}

#block-views-the_cipher_brief-block_1 .view a.featured-story.intro p {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_1 .view a.featured-story.intro p {
        display: none;
    }
}

#block-views-the_cipher_brief-block_1 .view a.featured-story.intro h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_1 .view a.featured-story.intro h2 {
        padding: 20px;
        background: #FFFFFF;
        width: 100%;
        margin: 0;
        font-size: 1.4em;
    }
}

#block-views-the_cipher_brief-block_1 .view .attachment {
    /*background: url(/sites/all/themes/TCB/images/ec-tag-white.png) right center no-repeat #000e31;*/
    width: 600px;
    color: #e7e7e8;
    line-height: 1;
    border-left: 2px solid #e7e7e8;
}

@media only screen and (max-width: 1125px) {
    #block-views-the_cipher_brief-block_1 .view .attachment {
        width: 500px;
    }
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_1 .view .attachment {
        display: block;
        width: auto;
        border: 0;
    }
}

#block-views-the_cipher_brief-block_1 .view .attachment .view-content {
    display: block;
    background: none;
    padding: 20px 20% 20px 20px;
    width: auto;
}

#block-views-the_cipher_brief-block_1 .view .attachment .view-content h3 {
    color: #c6d8df;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 1em;
    text-transform: uppercase;
}

#block-views-the_cipher_brief-block_1 .view .attachment .view-content a {
    color: #FFFFFF;
    text-decoration: underline;
}

#block-views-the_cipher_brief-block_1 .view .attachment .view-content p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: normal;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

#block-views-the_cipher_brief-block_2 {
    position: relative;
    min-height: 350px;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 {
        min-height: 0px;
        height: auto !important;
    }
}

#block-views-the_cipher_brief-block_2 .view {
    display: table;
    width: 100%;
    min-height: 350px;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 .view {
        height: auto !important;
        min-height: 0;
    }
}

#block-views-the_cipher_brief-block_2 .view>.view-content,
#block-views-the_cipher_brief-block_2 .view .attachment {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    position: relative;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 .view.view-display-id-block_2 .view-content {
        display: none;
    }
    #block-views-the_cipher_brief-block_2 .view.view-display-id-block_2 .attachment .view-content {
        display: block;
    }
}

#block-views-the_cipher_brief-block_2 .view .attachment {
    width: 318px;
    color: #FFFFFF;
    border-left: 2px solid #e7e7e8;
}

@media only screen and (max-width: 1125px) {
    #block-views-the_cipher_brief-block_2 .view .attachment {
        width: 500px;
    }
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 .view .attachment {
        width: auto;
        border: 0;
    }
}

#block-views-the_cipher_brief-block_2 .view .attachment .grid {
    display: table;
    height: 100%;
    width: 100%;
    min-height: 350px;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 .view .attachment .grid {
        min-height: 0px;
        height: auto !important;
    }
}

#block-views-the_cipher_brief-block_2 .view .attachment .grid-row {
    display: table-row;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles,
#block-views-the_cipher_brief-block_2 .view .attachment .views-row {
    display: table-cell;
    width: 50%;
    height: 50%;
    vertical-align: top;
    border-right: 2px solid #e7e7e8;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles.views-row-1,
#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles.views-row-2,
#block-views-the_cipher_brief-block_2 .view .attachment .views-row.views-row-1,
#block-views-the_cipher_brief-block_2 .view .attachment .views-row.views-row-2 {
    border-bottom: 2px solid #e7e7e8;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles.views-row-2,
#block-views-the_cipher_brief-block_2 .view .attachment .views-row.views-row-2 {
    border-right: 0;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles,
    #block-views-the_cipher_brief-block_2 .view .attachment .views-row {
        min-height: 0px;
    }
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles-grid {
    display: table;
    height: 100%;
    width: 100%;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles {
    height: auto;
    border-right: 0;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row {
    display: table-row;
    float: none;
    width: auto;
    height: auto;
    /*background: url(/sites/all/themes/TCB/images/arrow-right.png) right center no-repeat #FFFFFF;*/
    background-size: 15px 10px;
    border: 0;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row.hover,
#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row:hover {
    background-color: #e7e7e8;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row.views-row-1 a,
#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row.views-row-2 a {
    border-bottom: 2px solid #e7e7e8;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row .expert-mobile-headshot {
    display: none;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row a {
    display: table-cell;
    position: relative;
    font-size: .8em;
    color: #8c8f93;
    text-decoration: none;
    top: auto;
    left: auto;
    vertical-align: middle;
    padding: 0 25px 0 15px;
    height: 33.333%;
    line-height: normal;
    text-indent: 0;
    overflow: visible;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row a .article-title,
#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row a strong {
    color: #000e31;
    display: block;
    font-weight: 400;
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row a .article-title {
    margin-bottom: 5px;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row a {
        font-size: .9em;
        width: 100%;
    }
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row.views-row-1 a {
    /*background: url(/sites/all/themes/TCB/images/expert-arrow-1.png) 0 2px no-repeat;*/
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row.views-row-2 a {
    /*background: url(/sites/all/themes/TCB/images/expert-arrow-2.png) 0 2px no-repeat;*/
}

#block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row.views-row-3 a {
    /*background: url(/sites/all/themes/TCB/images/expert-arrow-3.png) 0 2px no-repeat;*/
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 .view .attachment .views-row {
        display: none;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles {
        display: block;
        height: auto;
        width: auto;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles-grid {
        display: table;
        width: 100%;
        height: auto !important;
        float: none;
        clear: both;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row {
        display: table-row;
        width: 100%;
        float: none;
        clear: both;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row a {
        display: table;
        background: none;
        padding: 0 25px 0 0;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row .inner {
        display: table-cell;
        vertical-align: middle;
        padding: 15px 0 15px 15px;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row .inner .inner {
        padding: 0;
        display: block;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row.views-row-1 a {
        background-image: none;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row.views-row-2 a {
        background-image: none;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row.views-row-3 a {
        background-image: none;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row .expert-mobile-headshot {
        display: table-cell;
        width: 150px;
        vertical-align: middle;
        background: #c6d8df;
    }
    #block-views-the_cipher_brief-block_2 .view .attachment .expert-articles .views-row .expert-mobile-headshot img {
        max-width: 150px;
        height: auto;
    }
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .views-row,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .views-row,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .views-row {
    display: none;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .grid-row:eq(0),
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .grid-row:eq(0),
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .grid-row:eq(0) {
    display: none;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles {
    display: table-cell;
    height: auto;
    width: auto;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles-grid,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles-grid,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles-grid {
    display: table;
    width: 100%;
    height: 100%;
    float: none;
    clear: both;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row {
    display: table-row;
    width: 100%;
    float: none;
    clear: both;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row a,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row a,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row a {
    display: table;
    width: 100%;
    height: 100%;
    background: none;
    padding: 0 25px 0 0;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row .inner,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row .inner,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 15px 15px;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row .inner .inner,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row .inner .inner,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row .inner .inner {
    padding: 0;
    display: block;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row.views-row-1 a,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row.views-row-1 a,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row.views-row-1 a {
    background-image: none;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row.views-row-2 a,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row.views-row-2 a,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row.views-row-2 a {
    background-image: none;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row.views-row-3 a,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row.views-row-3 a,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row.views-row-3 a {
    background-image: none;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row .expert-mobile-headshot,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row .expert-mobile-headshot,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row .expert-mobile-headshot {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    background: #c6d8df;
}

#block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row .expert-mobile-headshot img,
#block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row .expert-mobile-headshot img,
#block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row .expert-mobile-headshot img {
    width: 100%;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 .view .attachment .total-1 .expert-articles .views-row .expert-mobile-headshot,
    #block-views-the_cipher_brief-block_2 .view .attachment .total-2 .expert-articles .views-row .expert-mobile-headshot,
    #block-views-the_cipher_brief-block_2 .view .attachment .total-3 .expert-articles .views-row .expert-mobile-headshot {
        width: 150px;
    }
}

#block-views-the_cipher_brief-block_2 .view .expert-headshot {
    display: table;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 100ms linear;
    -moz-transition: opacity 100ms linear;
    -ms-transition: opacity 100ms linear;
    -o-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

#block-views-the_cipher_brief-block_2 .view .expert-headshot span {
    display: table-cell;
    height: 100%;
    width: 100%;
}

#block-views-the_cipher_brief-block_2 .view .hover .expert-headshot {
    opacity: .8;
}

#block-views-the_cipher_brief-block_2 .view .featured-story.image {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 820px) {
    #block-views-the_cipher_brief-block_2 .view .featured-story.image {
        /*display: display;*/
    }
}

#block-views-the_cipher_brief-block_2 .view .featured-hover {
    position: absolute;
    top: 5%;
    left: 4%;
    opacity: 1;
    width: 50%;
    z-index: 55;
    color: white;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

@media only screen and (max-width: 880px) {
    #block-views-the_cipher_brief-block_2 .view .featured-hover {
        display: none !important;
    }
}

#block-views-the_cipher_brief-block_2 .view .featured-hover .inner {
    padding: 10px;
}

#block-views-the_cipher_brief-block_2 .view .featured-hover .intro p {
    margin: 0 0 10px 0;
    padding: 0;
}

@media only screen and (max-width: 1085px) {
    #block-views-the_cipher_brief-block_2 .view .featured-hover .intro {
        line-height: 1.4em;
    }
}

#block-views-the_cipher_brief-block_2 .view .featured-hover .link a {
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #6d6e70;
    text-decoration: none;
    font-size: .9em;
    -webkit-transition: color 50ms linear;
    -moz-transition: color 50ms linear;
    -ms-transition: color 50ms linear;
    -o-transition: color 50ms linear;
    transition: color 50ms linear;
}

#block-views-the_cipher_brief-block_2 .view .featured-hover .link a:hover {
    color: #000f33;
}

#block-views-the_cipher_brief-block_2 .view .featured-hover .bottom {
    position: absolute;
    bottom: 20px;
    line-height: 1.3em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#block-views-the_cipher_brief-block_2 .view .featured-hover .share {
    float: left;
    width: 120px;
}

#block-views-the_cipher_brief-block_2 .view .featured-hover .details {
    margin-left: 120px;
    font-size: .9em;
    color: #8a8c8f;
}

#block-views-global_snapshot-block {
    padding-top: 2px;
    margin: 0 0 2px 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    position: relative;
}

#block-views-global_snapshot-block #snapshot-previous,
#block-views-global_snapshot-block #snapshot-next {
    position: absolute;
    width: 35px;
    z-index: 120;
    right: 0;
    top: 37px;
    height: 79px;
    line-height: 80px;
    padding: 0 10px 0 0;
    text-align: right;
    color: #000e31;
    background: #e7e7e8;
    cursor: pointer;
    -webkit-transition: color 100ms linear, background 100ms linear;
    -moz-transition: color 100ms linear, background 100ms linear;
    -ms-transition: color 100ms linear, background 100ms linear;
    -o-transition: color 100ms linear, background 100ms linear;
    transition: color 100ms linear, background 100ms linear;
}

#block-views-global_snapshot-block #snapshot-previous:hover,
#block-views-global_snapshot-block #snapshot-next:hover {
    color: #FFFFFF;
    background: #000e31;
}

#block-views-global_snapshot-block #snapshot-previous {
    right: auto;
    left: 0;
}

#block-views-global_snapshot-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#block-views-global_snapshot-block .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #8ba5b3;
}

#block-views-global_snapshot-block .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 65px;
    margin: 2px auto;
    width: 100%;
}

#block-views-global_snapshot-block h2 {
    display: block;
    background: #FFFFFF;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    color: black;
    font-size: 1em;
    line-height: 1;
    font-family: 'Georgia', serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#block-views-global_snapshot-block .item-list {
    height: 65px;
    width: 100%;
    overflow: hidden;
}

#block-views-global_snapshot-block ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 5100px;
}

#block-views-global_snapshot-block ol li {
    margin: 0;
    padding: 0;
    width: 250px;
    display: inline-block;
    vertical-align: top;
    white-space: normal !important;
}

#block-views-global_snapshot-block ol li.views-row-first {
    padding-left: 35px;
}

#block-views-global_snapshot-block ol li a {
    display: block;
    color: #6d6e70;
    text-decoration: none;
    line-height: 1.25em;
    padding: 0 10px 0 15px;
    height: 60px;
    border-left: 2px solid #8ba5b3;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#block-views-global_snapshot-block ol li a .source {
    display: block;
    color: #a7a8ac;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

#block-views-global_snapshot-block ol li a .title {
    display: block;
    color: #8c8f93;
    font-weight: 400;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

#block-views-global_snapshot-block ol li a:hover .source,
#block-views-global_snapshot-block ol li a:hover .title {
    color: #000e31;
}

.front #content-area #block-system-main {
    clear: both;
    padding-top: 2px;
}

.view-category-pages .views-row,
.front .view-the-cipher-brief.view-display-id-block .views-row,
.front .view-the-cipher-brief.view-display-id-page .views-row {
    float: left;
    width: 25%;
    height: 350px;
    margin: 0 0 2px 0;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 989px) {
    .view-category-pages .views-row,
    .front .view-the-cipher-brief.view-display-id-block .views-row,
    .front .view-the-cipher-brief.view-display-id-page .views-row {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .view-category-pages .views-row,
    .front .view-the-cipher-brief.view-display-id-block .views-row,
    .front .view-the-cipher-brief.view-display-id-page .views-row {
        width: auto;
        float: none;
        height: 200px;
        background: #FFFFFF;
    }
}

@media only screen and (max-width: 480px) {
    .view-category-pages .views-row,
    .front .view-the-cipher-brief.view-display-id-block .views-row,
    .front .view-the-cipher-brief.view-display-id-page .views-row {
        height: 150px;
    }
}

.view-category-pages .views-row a,
.front .view-the-cipher-brief.view-display-id-block .views-row a,
.front .view-the-cipher-brief.view-display-id-page .views-row a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
}

.view-category-pages .views-row.views-row-4 a,
.view-category-pages .views-row.views-row-8 a,
.front .view-the-cipher-brief.view-display-id-block .views-row.views-row-4 a,
.front .view-the-cipher-brief.view-display-id-block .views-row.views-row-8 a,
.front .view-the-cipher-brief.view-display-id-page .views-row.views-row-4 a,
.front .view-the-cipher-brief.view-display-id-page .views-row.views-row-8 a {
    margin-right: 0;
}

.view-category-pages .views-row h3,
.front .view-the-cipher-brief.view-display-id-block .views-row h3,
.front .view-the-cipher-brief.view-display-id-page .views-row h3 {
    display: block;
    font-size: 1em;
    line-height: 1.1em;
    margin: 0 2px 0 0;
    padding: 0;
    color: #6d6e70;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 640px) {
    .view-category-pages .views-row h3,
    .front .view-the-cipher-brief.view-display-id-block .views-row h3,
    .front .view-the-cipher-brief.view-display-id-page .views-row h3 {
        margin-left: 50%;
        margin-right: 0;
    }
}

.view-category-pages .views-row h3 span,
.front .view-the-cipher-brief.view-display-id-block .views-row h3 span,
.front .view-the-cipher-brief.view-display-id-page .views-row h3 span {
    display: block;
    padding: 20px;
    background: #FFFFFF;
}

.view-category-pages .views-row .image,
.front .view-the-cipher-brief.view-display-id-block .views-row .image,
.front .view-the-cipher-brief.view-display-id-page .views-row .image {
    height: 100%;
    margin-right: 2px;
    background-color: #c6d8df;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 640px) {
    .view-category-pages .views-row .image,
    .front .view-the-cipher-brief.view-display-id-block .views-row .image,
    .front .view-the-cipher-brief.view-display-id-page .views-row .image {
        margin: 0;
        width: 50%;
    }
}

.view-the-cipher-brief.view-display-id-page .views-row.views-row-last {
    display: none;
}

.view-category-pages .views-row,
.front .view-the-cipher-brief.view-display-id-block .views-row {
    width: 20%;
    height: 300px;
}

@media only screen and (max-width: 989px) {
    .view-category-pages .views-row,
    .front .view-the-cipher-brief.view-display-id-block .views-row {
        width: 25%;
    }
}

@media only screen and (max-width: 820px) {
    .view-category-pages .views-row,
    .front .view-the-cipher-brief.view-display-id-block .views-row {
        width: 33.333%;
    }
}

@media only screen and (max-width: 640px) {
    .view-category-pages .views-row,
    .front .view-the-cipher-brief.view-display-id-block .views-row {
        width: auto;
        float: none;
        height: 200px;
    }
}

.view-category-pages .views-row h3 span,
.front .view-the-cipher-brief.view-display-id-block .views-row h3 span {
    background-color: #e7e7e8;
}

@media only screen and (min-width: 989px) {
    .view-category-pages .views-row.views-row-1 h3 span,
    .view-category-pages .views-row.views-row-2 h3 span,
    .view-category-pages .views-row.views-row-3 h3 span,
    .view-category-pages .views-row.views-row-4 h3 span,
    .view-category-pages .views-row.views-row-5 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-1 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-2 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-3 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-4 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-5 h3 span {
        background-color: #FFFFFF;
    }
    .view-category-pages .views-row.views-row-6 h3 span,
    .view-category-pages .views-row.views-row-7 h3 span,
    .view-category-pages .views-row.views-row-8 h3 span,
    .view-category-pages .views-row.views-row-9 h3 span,
    .view-category-pages .views-row.views-row-10 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-6 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-7 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-8 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-9 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-10 h3 span {
        background-color: #f6f6f7;
    }
    .view-category-pages .views-row.views-row-11 h3 span,
    .view-category-pages .views-row.views-row-12 h3 span,
    .view-category-pages .views-row.views-row-13 h3 span,
    .view-category-pages .views-row.views-row-14 h3 span,
    .view-category-pages .views-row.views-row-15 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-11 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-12 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-13 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-14 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-15 h3 span {
        background-color: #eeeeef;
    }
    .view-category-pages .views-row.views-row-16 h3 span,
    .view-category-pages .views-row.views-row-17 h3 span,
    .view-category-pages .views-row.views-row-18 h3 span,
    .view-category-pages .views-row.views-row-19 h3 span,
    .view-category-pages .views-row.views-row-20 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-16 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-17 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-18 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-19 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-20 h3 span {
        background-color: #e5e6e6;
    }
}

@media only screen and (max-width: 988px) and (min-width: 821px) {
    .view-category-pages .views-row.views-row-1 h3 span,
    .view-category-pages .views-row.views-row-2 h3 span,
    .view-category-pages .views-row.views-row-3 h3 span,
    .view-category-pages .views-row.views-row-4 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-1 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-2 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-3 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-4 h3 span {
        background-color: #FFFFFF;
    }
    .view-category-pages .views-row.views-row-5 h3 span,
    .view-category-pages .views-row.views-row-6 h3 span,
    .view-category-pages .views-row.views-row-7 h3 span,
    .view-category-pages .views-row.views-row-8 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-5 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-6 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-7 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-8 h3 span {
        background-color: #f6f6f7;
    }
    .view-category-pages .views-row.views-row-9 h3 span,
    .view-category-pages .views-row.views-row-10 h3 span,
    .view-category-pages .views-row.views-row-11 h3 span,
    .view-category-pages .views-row.views-row-12 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-9 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-10 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-11 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-12 h3 span {
        background-color: #eeeeef;
    }
    .view-category-pages .views-row.views-row-13 h3 span,
    .view-category-pages .views-row.views-row-14 h3 span,
    .view-category-pages .views-row.views-row-15 h3 span,
    .view-category-pages .views-row.views-row-16 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-13 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-14 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-15 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-16 h3 span {
        background-color: #e5e6e6;
    }
}

@media only screen and (max-width: 820px) and (min-width: 641px) {
    .view-category-pages .views-row.views-row-1 h3 span,
    .view-category-pages .views-row.views-row-2 h3 span,
    .view-category-pages .views-row.views-row-3 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-1 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-2 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-3 h3 span {
        background-color: #FFFFFF;
    }
    .view-category-pages .views-row.views-row-4 h3 span,
    .view-category-pages .views-row.views-row-5 h3 span,
    .view-category-pages .views-row.views-row-6 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-4 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-5 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-6 h3 span {
        background-color: #f6f6f7;
    }
    .view-category-pages .views-row.views-row-7 h3 span,
    .view-category-pages .views-row.views-row-8 h3 span,
    .view-category-pages .views-row.views-row-9 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-7 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-8 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-9 h3 span {
        background-color: #eeeeef;
    }
    .view-category-pages .views-row.views-row-10 h3 span,
    .view-category-pages .views-row.views-row-11 h3 span,
    .view-category-pages .views-row.views-row-12 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-10 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-11 h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row.views-row-12 h3 span {
        background-color: #e5e6e6;
    }
}

@media only screen and (max-width: 640px) {
    .view-category-pages .views-row h3 span,
    .front .view-the-cipher-brief.view-display-id-block .views-row h3 span {
        background-color: #FFFFFF;
    }
}

.view-category-pages>.view-content .views-row {
    width: 20%;
    height: 300px;
}

.view-category-pages>.view-content .views-row .image-mobile {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .view-category-pages>.view-content .views-row {
        width: 25%;
    }
}

@media only screen and (max-width: 989px) {
    .view-category-pages>.view-content .views-row {
        width: 33.333%;
    }
}

@media only screen and (max-width: 640px) {
    .view-category-pages>.view-content .views-row {
        width: auto;
        float: none;
        height: auto;
    }
    .view-category-pages>.view-content .views-row a {
        display: table;
        position: relative;
        top: auto;
        height: auto;
        left: auto;
    }
    .view-category-pages>.view-content .views-row h3 {
        display: table-cell;
        margin: 0;
    }
    .view-category-pages>.view-content .views-row .image {
        display: none;
    }
    .view-category-pages>.view-content .views-row .image-mobile {
        width: 200px;
        display: table-cell;
    }
    .view-category-pages>.view-content .views-row .image-mobile img {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 420px) {
    .view-category-pages>.view-content .views-row h3 {
        font-size: .9em;
    }
    .view-category-pages>.view-content .views-row .image-mobile {
        width: 120px;
        display: table-cell;
        vertical-align: middle;
    }
    .view-category-pages>.view-content .views-row .image-mobile img {
        width: 150px;
        height: 150px;
    }
}

.not-front #main {
    color: #333333;
    background: white;
    max-width: 75rem;
    margin: 0 auto;
    padding-top: 155px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 540px),
screen and (max-height: 540px) {
    .not-front #main {
        padding-top: 1.25em;
    }
}

.not-front #main .wrap {
    width: 75rem;
    margin: 0 auto;
    position: relative;
}

@media only screen and (max-width: 1300px) {
    .not-front #main .wrap {
        width: auto;
        margin: 0 20px;
    }
}

@media only screen and (max-width: 480px) {
    .not-front #main .wrap {
        margin: 0 10px;
    }
}


.breadcrumb {
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: .7em;
    line-height: 1;
    padding-bottom: .75em;
    text-transform: uppercase;
    color: #8c8f93;
}

.breadcrumb a {
    text-decoration: none;
    color: #8c8f93;
    font-size: 11px;
}

.breadcrumb a:hover {
    color: #000e31;
    text-decoration: underline;
}

.node-type-article #block-system-main,
.node-type-article #block-system-main div {
    display: inline;
}

.node-type-article #block-system-main .field-name-field-add-this {
    display: block;
    padding-top: 20px;
    clear: both;
}

.view-article-details {
    border-bottom: 1px solid #8c8f93;
    margin: 0 0 1.5em 0;
}

.view-article-details.view-display-id-block_1 {
    margin: .5em 0 1.5em 0;
    padding-top: .5em;
    border-bottom: 0;
}

.view-article-details .views-field {
    margin: 0 0 1em 0;
    font-size: .7em;
    color: #8c8f93;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.footerAuthor {
    font-style: italic;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.footerAuthor .view-content h3 {
    margin: 0 0 1em 0;
    font-size: 13px;
    line-height: 13px;
    color: #000f33;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.views-field-field-author {
    line-height: 25px;
    font-size: .3em;
    color: #8c8f93;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.view-article-details .views-field-field-tags {
    display: block;
}

.view-article-details .views-field-field-tags li {
    display: inline-block;
    list-style: none;
    list-style-image: none;
    margin: 0 0.5em 0.5em 2em;
}

.view-article-details .views-field-field-tags li a {
    color: #8c8f93;
    font-size: 14px;
    text-decoration: none;
    background: #e5e5e5;
    line-height: 2em;
    padding: 0.4em 0.5em;
    position: relative;
    font-weight: 700;
    border-radius: 0 3px 3px 0;
}

.view-article-details .views-field-field-tags li a:hover {
    text-decoration: none;
    color: #077cc2;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.view-article-details .views-field-field-tags a:before,
.view-article-details .views-field-field-tags a:after {
    content: " ";
    display: block;
    position: absolute;
}

.view-article-details .views-field-field-tags a:before {
    left: -1em;
    top: 50%;
    margin-top: -1em;
    height: 0;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-right: 1em solid #e5e5e5;
    z-index: 100;
}

.view-article-details .views-field-field-tags:hover::before {
    color: white;
    text-decoration: none;
    background: #077cc2;
}

.view-article-details .views-field-field-tags a:after {
    left: -0.4em;
    top: 50%;
    margin-top: -0.2em;
    width: 0.4em;
    height: 0.4em;
    background: #fff;
    z-index: 200;
    border-radius: 0.2em;
}

.view-article-details .views-field-field-image {
    text-align: center;
    margin-bottom: 1.5em;
}

.view-article-details .views-field-field-add-this,
.view-article-details .sharethis-wrapper {
    float: left;
    margin-right: 15px;
    height: 16px;
    line-height: 16px;
}

.view-article-details .views-field-field-photo-by {
    padding: 0 0 10px;
    margin-left: 115px;
}

@media only screen and (max-width: 480px) {
    .view-article-details .views-field-field-photo-by {
        clear: both;
        margin: 0 0 15px 0;
    }
}

.block.expert-article-headshot {
    float: left;
    width: 220px;
    margin: 8px 20px 20px 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}

.block.expert-article-headshot h3 {
    color: white;
    font-size: 14px;
}

body.single-dead_drop_article .columms p {
    margin-top: 20px!important;
}

.block.expert-article-headshot h4 {
    color: #999;
    font-size: 12px;
}

@media only screen and (max-width: 480px) {
    .block.expert-article-headshot {
        float: none;
        width: 220px;
        margin: 0 auto 20px auto;
    }
}

.block.expert-article-headshot .crop-img {
    margin: 0 auto;
    max-height: 220px;
    max-width: 220px;
    overflow: hidden;
}

.block.expert-article-headshot img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

.block.expert-article-headshot a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
 /*   height: 273px; */
    cursor: pointer;
    position: relative;
}

.block.expert-article-headshot a:hover .expert-name {
    text-decoration: underline;
    background: #353535;
}

.block.expert-article-headshot .views-field.views-field-field-headshot {
    margin: 0;
}

.block.expert-article-headshot .view-article-details {
    margin: 0;
    border: 0;
}

.block.expert-article-headshot .expert-name {
    margin: 0;
    border: 0;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px 15px;
    background: rgba(64, 63, 62, 0.95);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition: background 50ms linear;
    -moz-transition: background 50ms linear;
    -ms-transition: background 50ms linear;
    -o-transition: background 50ms linear;
    transition: background 50ms linear;

    bottom: 0px;
    width: 100%;
    font-family: replica-pro, Arial, Helvetica, sans-serif;
}

.block-even p {
    line-height: 26px;
}

body.page-template-page-dead_drop .newsletter-top-cta .light-blue-button {
    padding: 0px 10px;
}

.view-article-details.view-display-id-block_2 {
    border: 0;
    margin: 0 0 10px 0;
    padding: 0;
    color: #000f33;
    font-size: .9em;
    text-transform: uppercase;
}

.view-article-details.view-display-id-block_2 strong {
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.expert-footer-bio {
    border-top: 1px solid #cccccc;
    padding: 1em 0 0;
    margin: 0 0 1em 0;
    font-style: italic;
}

.expert-footer-bio p {
    margin: 0 0 1em 0;
}

.expert-footer-bio .view-article-details {
    border: 0;
}

.expert-footer-bio .views-field-description {
    font-family: "minion-pro", serif;
    font-weight: 400;
    font-size: 1em;
    text-transform: none;
    color: #000f33;
}

.footerAuthor .views-field-description {
    line-height: 26px;
    font-family: "minion-pro",serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    color: #000f33;
    margin: 0 0 1em 0;
}

.expert-footer-bio .views-field-nothing {
    text-transform: none;
    color: #6d6e70;
}

.view-dead-drop-articles .view-header {
    position: absolute;
    padding: 20px 0px 20px 23px;
    color: #ccc;
    width: 42%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.view-dead-drop-articles .view-header ol,
.view-dead-drop-articles .view-header ul {
    margin: 0 0 .5em 2em;
}

.view-dead-drop-articles .view-header li {
    font-size: 17px;
}

.view-dead-drop-articles .view-header h1 {
    color: #d81e3b;
}

.view-dead-drop-articles .view-header h4 {
    color: white;
}

.view-dead-drop-articles .view-header p {
    color: #cccccc;
    margin: 0 0 0.75em 0;
}

.view-dead-drop-articles .view-header hr {
    margin: 0 0 0.5em 0;
}

@media only screen and (max-width: 919px) {
    .view-dead-drop-articles .view-header {
        width: 53%;
    }
}

@media only screen and (max-width: 697px) {
    .view-dead-drop-articles .view-header {
        position: relative;
        width: 100%;
        padding: 0;
        color: #000e31;
        text-shadow: none;
    }
    .view-dead-drop-articles .view-header h4 {
        color: #000e31;
    }
    .view-dead-drop-articles .view-header p {
        color: #000e31;
    }
}

.view-dead-drop-articles .top-segment-dead {
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.view-dead-drop-articles .top-segment-dead .dead-img {
    padding: 0 0 10px;
}

.page-dead-drop .content-header h1 {
    color: #000e31;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.page-dead-drop .item-list li {
    list-style: none;
    margin: 0px;
}

.page-dead-drop .item-list h2 {
    font-size: 20px;
}

.page-dead-drop .item-list p {
    margin-bottom: 15px;
}

.dead-drop-line {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.dead-drop-line a:hover {
    text-decoration: underline!important;
}

.dead-drop-line h2 {
    font-size: 20px;
    color: #000;
}

body.archive.category .view-header h1,
body.archive.tag .view-header h1 {
    font-size: 22px;
    text-align: left;
}

.page-dead-drop .item-list .views-row-last {
    border-bottom: none;
}

.page-network.full-width #content-header,
.page-expert h1.title {
    display: none;
}

.view-the-network.view-display-id-page h1 {
    color: #8c8f93;
}

.view-the-network.view-display-id-page .view-top {
    display: table;
}

@media only screen and (max-width: 767px) {
    .view-the-network.view-display-id-page .view-top {
        display: block;
        width: auto;
    }
}

.view-the-network.view-display-id-page .view-header {
    padding: 20px;
    text-align: center;
    margin: 0 0 20px;
    border-bottom: 1px solid #cccccc;
}

.view-the-network.view-display-id-page .view-header h1 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    padding: 0 0 10px;
}

.view-the-network.view-display-id-page .view-header p {
    margin: 0;
    padding: 0 13%;
}

@media only screen and (max-width: 1030px) {
    .view-the-network.view-display-id-page .view-header {
        width: 66.666%;
    }
    .view-the-network.view-display-id-page .view-header p {
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .view-the-network.view-display-id-page .view-header {
        display: block;
        width: auto;
        border-right: 0;
    }
}

.view-the-network.view-display-id-page .view-filters {
    display: table-cell;
    width: 30%;
    padding: 10px;
    vertical-align: top;
    background: #000e31;
}

@media only screen and (max-width: 1030px) {
    .view-the-network.view-display-id-page .view-filters {
        width: 33.333%;
    }
}

@media only screen and (max-width: 767px) {
    .view-the-network.view-display-id-page .view-filters {
        width: auto;
        display: block;
    }
    .view-the-network.view-display-id-page .view-filters select {
        width: 100%;
    }
}

.view-the-network.view-display-id-page .view-filters form {
    display: block;
}

.view-the-network.view-display-id-page .view-filters form label {
    color: #c6d8df;
}

.view-the-network.view-display-id-page .view-content {
    clear: both;
    padding-top: 2px;
}

.view-the-network.view-display-id-page .view-content {
    text-align: center;
}

.view-the-network.view-display-id-page .views-row {
    width: 250px;
    height: 350px;
    margin: 10px 10px 0px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.view-the-network.view-display-id-page .views-row .expert-headshot {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
}

.view-the-network.view-display-id-page .views-row .views-field-name-1 {
    position: absolute;
    bottom: 0px;
    padding-bottom: 5px;
}

.view-the-network.view-display-id-page .views-row .views-field-name-1 .expert-name-display {
    position: relative;
    color: rgba(64, 63, 62, 0.91);
    padding: 5px 2px;
    font-size: 18px;
    width: 100%;
    height: 94px;
    text-align: left;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-the-network.view-display-id-page .views-row .views-field-name-1 .expert-name-display .titles {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25em;
    color: #8c8f93;
}

.view-the-network.view-display-id-page .views-row a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    text-decoration: none;
    color: #6d6e70;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
}

.view-the-network.view-display-id-page .views-row a:hover {
    width: 100%;
    height: 100%;
}

.view-the-network.view-display-id-page .views-row a:hover .text {
    left: 0;
    opacity: 1;
}

.view-the-network.view-display-id-page .views-row a .text {
    min-width: 100%;
    min-height: 100%;
    left: -999em;
    color: black;
    opacity: 0;
    text-align: left;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.view-the-network.view-display-id-page .views-row a .text:hover {
    background: rgba(255, 255, 255, 0.5);
    height: 250px;
}

.view-the-network.view-display-id-page .views-row a .text h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1.25em;
    margin: 0 0 3px;
    padding: 0;
}

.view-the-network.view-display-id-page .views-row a .text p {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: .9em;
    line-height: 1.25em;
    font-family: "minion-pro", serif;
    font-weight: 400;
}

.view-the-network.view-display-id-page .views-row a .text .titles {
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1.25em;
}

.view-the-network.view-display-id-page .views-row a .text .arrow-link {
    display: block;
    font-size: 16px;
    color: #6d6e70;
    position: absolute;
    left: 38px;
    top: 100px;
    width: 80%;
    padding: 9px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #eee;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-the-network.view-display-id-page .views-row a .text .arrow-link:hover {
    color: #077cc2;
}

.view-the-staff.view-display-id-page .view-content {
    text-align: center;
}

.view-the-staff.view-display-id-page .views-row {
    width: 318px;
    height: 440px;
    margin: 1px -1px -4px 1px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.view-the-staff.view-display-id-page .views-row .staff-head {
    height: 550px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.view-the-staff.view-display-id-page .views-row .staff-rollover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    text-decoration: none;
    color: #6d6e70;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
}

.view-the-staff.view-display-id-page .views-row .staff-rollover:hover {
    background: rgba(231, 231, 231, 0.95);
}

.view-the-staff.view-display-id-page .views-row .staff-rollover:hover .text {
    left: 0;
    opacity: 1;
}

.view-the-staff.view-display-id-page .views-row .staff-rollover:active {
    background: rgba(231, 231, 231, 0.95);
}

.view-the-staff.view-display-id-page .views-row .staff-rollover:active .text {
    left: 0;
    opacity: 1;
}

.view-the-staff.view-display-id-page .views-row .staff-rollover .text {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    padding: 20px;
    top: 0;
    left: -999em;
    opacity: 0;
    text-align: left;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

.view-the-staff.view-display-id-page .views-row .staff-rollover .text h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #6d6e70;
    font-weight: 500;
    margin: 0 0 5px 0;
    padding: 0;
}

.view-the-staff.view-display-id-page .views-row .staff-rollover .text p {
    padding: 30px 0 0 0;
    margin: 0;
    font-size: .9em;
    line-height: 1.3em;
    font-family: "minion-pro", serif;
    font-weight: 400;
}

.view-the-staff.view-display-id-page .views-row .staff-rollover .text .titles {
    text-transform: uppercase;
    font-size: .9em;
}

.view-the-staff.view-display-id-page .views-row .staff-rollover .text .arrow-link {
    display: block;
    font-size: .8em;
    font-weight: 600;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-transform: uppercase;
}

.view-careers {
    color: #6d6e70;
}

.view-careers .views-row {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #8c8f93;
}

.view-careers .views-row.views-row-last {
    border: 0;
}

.page-dead-drop.full-width #content-header {
    display: none;
}

.page-dead-drop h1 {
    color: #8c8f93;
}

.page-dead-drop .view-header {
    display: table;
}

@media only screen and (max-width: 767px) {
    .page-dead-drop .view-header {
        display: block;
    }
}

.page-dead-drop #drop-left {
    display: table-cell;
    padding: 20px;
    width: 70%;
    vertical-align: top;
    background: #FFFFFF;
    border-right: 2px solid #e7e7e8;
}

.page-dead-drop #drop-left p {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .page-dead-drop #drop-left {
        display: block;
        width: 100%;
    }
}

.page-dead-drop #drop-right {
    display: table-cell;
    width: 30%;
    min-width: 375px;
    padding: 10px;
    vertical-align: top;
    background: #000e31;
}

.page-dead-drop #drop-right label {
    color: #c6d8df;
}

@media only screen and (max-width: 767px) {
    .page-dead-drop #drop-right {
        display: block;
        width: 100%;
    }
}

.page-dead-drop .view-content {
    clear: both;
    padding-top: 2px;
}

@media only screen and (max-width: 860px) {
    .page-dead-drop .view-content {
        height: auto !important;
    }
}

.view-the-dead-drop .views-row {
    display: block;
    float: left;
    width: 25%;
    height: 250px;
    margin: 0 0 2px 0;
    background: #FFFFFF;
    position: relative;
}

@media only screen and (max-width: 860px) {
    .view-the-dead-drop .views-row {
        width: 50% !important;
        left: auto !important;
        position: relative !important;
        top: auto !important;
    }
    .view-the-dead-drop .views-row.big-story {
        width: 100% !important;
    }
}

.view-the-dead-drop .views-row.big-story {
    width: 50%;
}

@media only screen and (max-width: 860px) {
    .view-the-dead-drop .views-row {
        width: 50%;
    }
    .view-the-dead-drop .views-row.big-story {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .view-the-dead-drop .views-row {
        width: 100% !important;
    }
    .view-the-dead-drop .views-row.big-story {
        width: 100%;
    }
}

.view-the-dead-drop .views-row .inner {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-right: 2px solid #e7e7e8;
}

.view-the-dead-drop .views-row .inner p {
    padding: 20px;
}

#dropcountdown {
    background: #FFFFFF;
    padding: 5px 10px;
    display: inline-block;
    width: 60%;
    color: #000f33;
    font-size: .9em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-landing-page .view-content {
    clear: both;
    display: table;
    width: 100%;
    padding: 2px 0 0 0;
}

@media only screen and (max-width: 940px) {
    .view-landing-page .view-content {
        display: block;
    }
}

.view-landing-page .row {
    display: table-row;
}

@media only screen and (max-width: 940px) {
    .view-landing-page .row {
        display: block;
    }
}

.view-landing-page .row .view-footer,
.view-landing-page .row .block.latest-articles,
.view-landing-page .row>.views-row {
    display: table-cell;
    width: 33.333%;
    background: #FFFFFF;
    padding: 20px 50px;
    vertical-align: top;
    border-right: 2px solid #e7e7e8;
    border-bottom: 2px solid #e7e7e8;
}

@media only screen and (max-width: 1023px) {
    .view-landing-page .row .view-footer,
    .view-landing-page .row .block.latest-articles,
    .view-landing-page .row>.views-row {
        padding: 20px;
    }
}

@media only screen and (max-width: 840px) {
    .view-landing-page .row .view-footer,
    .view-landing-page .row .block.latest-articles,
    .view-landing-page .row>.views-row {
        width: auto;
        display: block;
        border-right: 0;
        padding: 30px 20px;
    }
}

.view-landing-page .row .view-footer .view-landing-page-blocks .views-row,
.view-landing-page .row .block.latest-articles .view-landing-page-blocks .views-row,
.view-landing-page .row>.views-row .view-landing-page-blocks .views-row {
    float: none;
    width: auto;
    background: none;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e7e7e8;
}

.view-landing-page .row .view-footer .view-landing-page-blocks .views-row.views-row-first img,
.view-landing-page .row .block.latest-articles .view-landing-page-blocks .views-row.views-row-first img,
.view-landing-page .row>.views-row .view-landing-page-blocks .views-row.views-row-first img {
    display: block;
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
}

.view-landing-page .row .view-footer .view-landing-page-blocks .views-row.views-row-last,
.view-landing-page .row .block.latest-articles .view-landing-page-blocks .views-row.views-row-last,
.view-landing-page .row>.views-row .view-landing-page-blocks .views-row.views-row-last {
    border: 0;
}

.view-landing-page .row .view-footer .view-landing-page-blocks .views-row img,
.view-landing-page .row .block.latest-articles .view-landing-page-blocks .views-row img,
.view-landing-page .row>.views-row .view-landing-page-blocks .views-row img {
    display: none;
}

.view-landing-page .row .block.latest-articles {}

.view-landing-page .row .view-footer {
    background: #000e31;
    padding: 0;
    vertical-align: bottom;
}

.view-landing-page .row .view-footer a {
    color: #FFFFFF;
    display: block;
    padding: 20px;
}

.view-landing-page .row .view-footer a span {
    display: block;
    padding: 10px 20px;
    margin-bottom: 1px;
    float: left;
    clear: both;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 2.2em;
    line-height: 1;
    text-transform: uppercase;
    background: #c6d8df;
    -webkit-transition: background 150ms linear, color 150ms linear;
    -moz-transition: background 150ms linear, color 150ms linear;
    -ms-transition: background 150ms linear, color 150ms linear;
    -o-transition: background 150ms linear, color 150ms linear;
    transition: background 150ms linear, color 150ms linear;
}

.view-landing-page .row .view-footer a:hover span {
    background: #e7e7e8;
    color: #000e31;
}

.view-landing-page h2 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 0 0 10px 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-landing-page h2 a {
    text-decoration: none;
    color: white;
    background-color: #000e31;
    padding: 3px;
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
    transition: background-color 500ms ease-in-out;
}

.view-landing-page h2 a:hover {
    background-color: #B71C1C;
}

.view-landing-page h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.view-landing-page h3 img {
    margin: 0 0 10px 0;
}

.view-landing-page h3 a {
    color: #000e31;
    text-decoration: none;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    -o-transition: color 100ms linear;
    transition: color 100ms linear;
}

.view-landing-page h3 a:hover {
    color: #6d6e70;
}

.full-width #content-header {
    display: block;
    position: relative;
    z-index: 250;
}

.full-width #content-header h1 {
    display: block;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    top: 20px;
    left: 20px;
    z-index: 100;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px #000000;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

.view-category-pages>.view-content {
    padding-top: 2px;
}

.view-category-pages .attachment {
    display: table;
    width: 100%;
    height: 400px;
}

@media only screen and (max-width: 840px) {
    .view-category-pages .attachment {
        height: auto !important;
        display: block;
    }
}

.view-category-pages .attachment .views-row {
    height: auto;
    width: auto;
    float: none;
    margin: 0;
}

.view-category-pages .attachment .view {
    display: table-cell;
    vertical-align: top;
}

.view-category-pages .attachment .view:nth-child(1) {
    width: 60%;
    height: 100%;
    min-height: 400px;
    display: block;
    float: left;
    border-right: 2px solid #e7e7e8;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 840px) {
    .view-category-pages .attachment .view:nth-child(1) {
        height: auto !important;
        min-height: 0;
        float: none;
        width: 100%;
        border-right: 0;
        overflow: visible;
    }
}

.view-category-pages .attachment .view:nth-child(1) .view-content {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
}

@media only screen and (max-width: 840px) {
    .view-category-pages .attachment .view:nth-child(1) .view-content {
        height: auto !important;
        min-height: 0;
        position: relative;
    }
}

.view-category-pages .attachment .view:nth-child(1) .view-content .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 840px) {
    .view-category-pages .attachment .view:nth-child(1) .view-content .image {
        display: none;
    }
}

.view-category-pages .attachment .view:nth-child(1) .view-content .mobile-image {
    display: none;
}

@media only screen and (max-width: 840px) {
    .view-category-pages .attachment .view:nth-child(1) .view-content .mobile-image {
        display: block !important;
    }
}

.view-category-pages .attachment .view:nth-child(1) .view-content .views-row {
    width: 100%;
    height: 100%;
}

.view-category-pages .attachment .view:nth-child(2) {
    width: 40%;
    height: 100%;
    min-height: 400px;
    float: right;
}

@media only screen and (max-width: 840px) {
    .view-category-pages .attachment .view:nth-child(2) {
        width: 100%;
        float: none;
        height: auto !important;
        min-height: 0;
        display: block;
    }
}

.view-category-pages .attachment .view:nth-child(2) .view-content {
    display: table;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 840px) {
    .view-category-pages .attachment .view:nth-child(2) .view-content {
        height: auto;
        width: auto;
        display: block;
    }
}

.view-category-pages .attachment .view:nth-child(2) .views-row {
    display: table-row;
}

@media only screen and (max-width: 840px) {
    .view-category-pages .attachment .view:nth-child(2) .views-row {
        height: auto;
        display: block;
    }
}

.view-category-pages .attachment .view:nth-child(2) .views-row.views-row-last a {
    border-bottom: 0;
}

.view-category-pages .attachment .view:nth-child(2) .views-row a {
    position: relative;
    top: auto;
    display: table-cell;
    height: 33.333%;
    vertical-align: middle;
    padding: 0 40px 0 20px;
    /*background: url(/sites/all/themes/TCB/images/chevron-right.png) right center no-repeat #082441;*/
    color: #e7e7e8;
    text-decoration: none;
    border-bottom: 2px solid #e7e7e8;
    border-top: 5px solid #082441;
    -webkit-transition: background-color 100ms linear, border-color 100ms linear;
    -moz-transition: background-color 100ms linear, border-color 100ms linear;
    -ms-transition: background-color 100ms linear, border-color 100ms linear;
    -o-transition: background-color 100ms linear, border-color 100ms linear;
    transition: background-color 100ms linear, border-color 100ms linear;
}

@media only screen and (max-width: 840px) {
    .view-category-pages .attachment .view:nth-child(2) .views-row a {
        padding: 20px 40px 20px 20px;
        display: block;
    }
}

.view-category-pages .attachment .view:nth-child(2) .views-row a h3 {
    position: relative;
    width: auto;
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    padding: 0;
    color: #e7e7e8;
    font-weight: 400;
}

@media only screen and (max-width: 920px) and (min-width: 840px) {
    .view-category-pages .attachment .view:nth-child(2) .views-row a h3 {
        font-size: .9em;
    }
}

.view-category-pages .attachment .view:nth-child(2) .views-row a p {
    margin: 0;
    padding: 0;
    color: #8c8f93;
    font-size: .9em;
    line-height: 1.3em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.view-category-pages .attachment .view:nth-child(2) .views-row.active a,
.view-category-pages .attachment .view:nth-child(2) .views-row a:hover {
    background-color: #000e31;
}

.page-map-room .view-category-pages .attachment .view:nth-child(2) .views-row.views-row.active a,
.page-map-room .view-category-pages .attachment .view:nth-child(2) .views-row.views-row a:hover {
    border-top: 5px solid #E82814;
}

.page-tech .view-category-pages .attachment .view:nth-child(2) .views-row.views-row.active a,
.page-tech .view-category-pages .attachment .view:nth-child(2) .views-row.views-row a:hover {
    border-top: 5px solid #448CB8;
}

.page-international .view-category-pages .attachment .view:nth-child(2) .views-row.views-row.active a,
.page-international .view-category-pages .attachment .view:nth-child(2) .views-row.views-row a:hover {
    border-top: 5px solid #FF651F;
}

.page-perspectives-culture .view-category-pages .attachment .view:nth-child(2) .views-row.views-row.active a,
.page-perspectives-culture .view-category-pages .attachment .view:nth-child(2) .views-row.views-row a:hover {
    border-top: 5px solid #3C9051;
}

.block.section-header .view-header {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    min-height: 400px;
}

@media only screen and (max-width: 840px) {
    .block.section-header .view-header {
        position: relative;
    }
}

.block.section-header .view-header #international-map {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

@media only screen and (max-width: 840px) {
    .block.section-header .view-header #international-map {
        height: 420px;
        position: relative;
    }
}

.block.section-header .view-section-headers {
    display: table;
    width: 100%;
}

@media only screen and (max-width: 840px) {
    .block.section-header .view-section-headers {
        display: block;
        min-height: 0;
    }
}

.block.section-header .views-row {
    height: auto;
    width: auto;
    float: none;
    margin: 0;
}

.block.section-header .view-content {
    display: table-cell;
    vertical-align: top;
}

@media only screen and (max-width: 1080px) {
    .block.section-header .view-content {
        font-size: .89em;
    }
}

@media only screen and (max-width: 840px) {
    .block.section-header .view-content {
        display: block;
    }
}

.block.section-header .attachment {
    width: 60%;
    min-height: 400px;
    height: 100%;
    display: block;
    float: left;
    border-right: 2px solid #e7e7e8;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 840px) {
    .block.section-header .attachment {
        width: 100%;
        float: none;
        border: 0;
        min-height: 0;
        height: auto !important;
    }
}

.block.section-header .attachment .inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 840px) {
    .block.section-header .attachment .inner {
        position: relative;
        min-height: 0;
    }
}

.block.section-header .attachment .view-content {
    width: 100%;
    height: 100%;
    min-height: 400px;
    position: absolute;
}

@media only screen and (max-width: 840px) {
    .block.section-header .attachment .view-content {
        position: relative;
        min-height: 0;
    }
}

.block.section-header .attachment .view-content .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 840px) {
    .block.section-header .attachment .view-content .image {
        display: none;
    }
}

.block.section-header .attachment .view-content .mobile-image {
    display: none;
}

@media only screen and (max-width: 840px) {
    .block.section-header .attachment .view-content .mobile-image {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

.block.section-header .attachment .view-content .views-row {
    width: 100%;
    height: 100%;
}

.block.section-header .view-content:nth-child(2) {
    width: 40%;
    height: 100%;
    min-height: 400px;
    float: right;
}

@media only screen and (max-width: 840px) {
    .block.section-header .view-content:nth-child(2) {
        width: 100%;
        float: none;
        height: auto !important;
        min-height: 0;
    }
}

.block.section-header .view-content:nth-child(2) .inner {
    display: table;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 840px) {
    .block.section-header .view-content:nth-child(2) .inner {
        height: auto;
        width: auto;
        display: block;
    }
}

.block.section-header .view-content:nth-child(2) .views-row {
    display: table-row;
    height: 33.333%;
}

@media only screen and (max-width: 840px) {
    .block.section-header .view-content:nth-child(2) .views-row {
        height: auto;
        display: block;
    }
}

.block.section-header .view-content:nth-child(2) .views-row.views-row-last a {
    border-bottom: 0;
}

.block.section-header .view-content:nth-child(2) .views-row a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px 0 20px;
    /*background: url(/sites/all/themes/TCB/images/chevron-right.png) right center no-repeat #082441;*/
    color: #e7e7e8;
    text-decoration: none;
    border-bottom: 2px solid #e7e7e8;
    border-top: 5px solid #082441;
    -webkit-transition: background-color 100ms linear, border-color 100ms linear;
    -moz-transition: background-color 100ms linear, border-color 100ms linear;
    -ms-transition: background-color 100ms linear, border-color 100ms linear;
    -o-transition: background-color 100ms linear, border-color 100ms linear;
    transition: background-color 100ms linear, border-color 100ms linear;
}

@media only screen and (max-width: 840px) {
    .block.section-header .view-content:nth-child(2) .views-row a {
        padding: 20px 40px 20px 20px;
        display: block;
    }
}

.block.section-header .view-content:nth-child(2) .views-row a h3 {
    position: relative;
    width: auto;
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0 0 10px 0;
    padding: 0;
    color: #e7e7e8;
    font-weight: 400;
}

.block.section-header .view-content:nth-child(2) .views-row a p {
    margin: 0;
    padding: 0;
    color: #8c8f93;
    font-size: .9em;
    line-height: 1.3em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.block.section-header .view-content:nth-child(2) .views-row.active a,
.block.section-header .view-content:nth-child(2) .views-row a:hover {
    background-color: #000e31;
}

.page-map-room .block.section-header .view-content:nth-child(2) .views-row.views-row.active a,
.page-map-room .block.section-header .view-content:nth-child(2) .views-row.views-row a:hover {
    border-top: 5px solid #E82814;
}

.page-tech .block.section-header .view-content:nth-child(2) .views-row.views-row.active a,
.page-tech .block.section-header .view-content:nth-child(2) .views-row.views-row a:hover {
    border-top: 5px solid #448CB8;
}

.page-international .block.section-header .view-content:nth-child(2) .views-row.views-row.active a,
.page-international .block.section-header .view-content:nth-child(2) .views-row.views-row a:hover {
    border-top: 5px solid #FF651F;
}

.page-perspectives-culture .block.section-header .view-content:nth-child(2) .views-row.views-row.active a,
.page-perspectives-culture .block.section-header .view-content:nth-child(2) .views-row.views-row a:hover {
    border-top: 5px solid #3C9051;
}

.page-international .block.section-header .attachment .view-content {
    display: none;
}

.full-width .breadcrumb,
.page-careers .breadcrumb,
.node-type-webform .breadcrumb,
.node-type-page .breadcrumb,
.page-taxonomy .breadcrumb {
    display: none;
}

.page-search h1.title,
.page-search .breadcrumb {
    display: none;
}

.page-search #content-top {
    padding: 0 0 20px 0;
    margin: 0 0 20px -2px;
    border-bottom: 1px solid #8c8f93;
}

.page-taxonomy .breadcrumb {
    display: none;
}

.page-taxonomy h1.title {
    margin: 0 0 10px 0;
}

.page-taxonomy #content-top {
    display: block;
}

.sidebar .block.block-facetapi {
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: .9em;
}

.sidebar .block.block-facetapi h2 {
    color: #000e31;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #8c8f93;
}

.sidebar .block.block-facetapi .item-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .block.block-facetapi .item-list ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    line-height: normal;
}

.sidebar .block.block-facetapi .item-list ul li a {
    text-decoration: none;
    color: #000e31;
}

.sidebar .block.block-facetapi .item-list ul li a:hover {
    text-decoration: underline;
}

.view-taxonomy-term .views-row,
.view-search .views-row {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #8c8f93;
}

.views-row-cat {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #8c8f93;
    color: #333333;
    line-height: 26px;
}

.views-row-cat .views-field {
    line-height: 0;
}

.views-row-cat p {
    font-size: 15px;
    text-align: justify;
    color: #333;
}

.views-row-cat .field-content {
    margin: 0 0 .5em 0;
    padding: .25em 0 0 0;
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
}

.views-row-cat .field-content .entry-date {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    display: inline-block;
    margin-top: 5px;
}

.views-row-cat h3.field-content {
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #082441;
}

.view-taxonomy-term .views-row.views-row-last,
.view-search .views-row.views-row-last {
    border: 0;
    margin: 0;
    padding: 0;
}

#views-exposed-form-taxonomy-term-page,
#views-exposed-form-search-page {
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#views-exposed-form-taxonomy-term-page #edit-combine-wrapper,
#views-exposed-form-taxonomy-term-page #edit-search-api-views-fulltext-wrapper,
#views-exposed-form-search-page #edit-combine-wrapper,
#views-exposed-form-search-page #edit-search-api-views-fulltext-wrapper {
    margin-left: 0;
    display: inline-block;
}

#views-exposed-form-taxonomy-term-page #edit-combine-wrapper div,
#views-exposed-form-taxonomy-term-page #edit-search-api-views-fulltext-wrapper div,
#views-exposed-form-search-page #edit-combine-wrapper div,
#views-exposed-form-search-page #edit-search-api-views-fulltext-wrapper div {
    display: inline-block;
}

#views-exposed-form-taxonomy-term-page #edit-combine-wrapper label,
#views-exposed-form-taxonomy-term-page #edit-search-api-views-fulltext-wrapper label,
#views-exposed-form-search-page #edit-combine-wrapper label,
#views-exposed-form-search-page #edit-search-api-views-fulltext-wrapper label {
    font-size: 2em;
    float: left;
    font-weight: 400;
    width: 155px;
}

#views-exposed-form-taxonomy-term-page label,
#views-exposed-form-search-page label {
    text-transform: none;
}

#views-exposed-form-taxonomy-term-page .views-exposed-widget,
#views-exposed-form-search-page .views-exposed-widget {
    display: inline-block;
}

#views-exposed-form-taxonomy-term-page .views-widget-sort-sort_bef_combine,
#views-exposed-form-taxonomy-term-page .views-widget-sort-by,
#views-exposed-form-search-page .views-widget-sort-sort_bef_combine,
#views-exposed-form-search-page .views-widget-sort-by {
    padding-left: 25px;
}

#views-exposed-form-taxonomy-term-page .views-widget-sort-sort_bef_combine div,
#views-exposed-form-taxonomy-term-page .views-widget-sort-sort_bef_combine label,
#views-exposed-form-taxonomy-term-page .views-widget-sort-by div,
#views-exposed-form-taxonomy-term-page .views-widget-sort-by label,
#views-exposed-form-search-page .views-widget-sort-sort_bef_combine div,
#views-exposed-form-search-page .views-widget-sort-sort_bef_combine label,
#views-exposed-form-search-page .views-widget-sort-by div,
#views-exposed-form-search-page .views-widget-sort-by label {
    display: inline-block;
}

#views-exposed-form-taxonomy-term-page .views-widget-sort-sort_bef_combine div a,
#views-exposed-form-taxonomy-term-page .views-widget-sort-sort_bef_combine label a,
#views-exposed-form-taxonomy-term-page .views-widget-sort-by div a,
#views-exposed-form-taxonomy-term-page .views-widget-sort-by label a,
#views-exposed-form-search-page .views-widget-sort-sort_bef_combine div a,
#views-exposed-form-search-page .views-widget-sort-sort_bef_combine label a,
#views-exposed-form-search-page .views-widget-sort-by div a,
#views-exposed-form-search-page .views-widget-sort-by label a {
    font-size: .8em;
    padding: 0 10px;
    border-right: 1px solid #000f33;
    text-decoration: none;
}

#views-exposed-form-taxonomy-term-page .views-widget-sort-sort_bef_combine div a:hover,
#views-exposed-form-taxonomy-term-page .views-widget-sort-sort_bef_combine label a:hover,
#views-exposed-form-taxonomy-term-page .views-widget-sort-by div a:hover,
#views-exposed-form-taxonomy-term-page .views-widget-sort-by label a:hover,
#views-exposed-form-search-page .views-widget-sort-sort_bef_combine div a:hover,
#views-exposed-form-search-page .views-widget-sort-sort_bef_combine label a:hover,
#views-exposed-form-search-page .views-widget-sort-by div a:hover,
#views-exposed-form-search-page .views-widget-sort-by label a:hover {
    text-decoration: underline;
}

#views-exposed-form-taxonomy-term-page #edit-sort-by-score a,
#views-exposed-form-search-page #edit-sort-by-created-1 a {
    border: 0;
}

@media only screen and (max-width: 925px) {
    .page-articles #sidebar-second {
        display: none;
    }
}

.view-id-articles {
    margin: 0 auto;
}

.view-id-articles a:hover {
    text-decoration: none;
}

.view-id-articles .view-header h1 {
    text-align: center;
    font-family: 'Georgia', serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1.25em;
}

.view-id-articles .views-row {
    display: table;
    margin: 2.75em 0;
}

.view-id-articles.view-display-id-page_4 .views-row,
.view-id-articles.view-display-id-page_6 .views-row,
.c-podcasts {
    display: block;
    overflow: hidden;
}

.view-id-articles .views-row a {
    width: 80%;
}

@media only screen and (max-width: 425px) {
    .view-id-articles .views-row a {
        width: 100%;
        text-decoration: none;
    }
}

.view-id-articles .views-row .brief-info,
.c-podcasts__left {
    width: 20%;
    float: left;
    padding-right: 20px;
    text-align: right;
}

.view-id-articles.view-display-id-page_4 .views-row .brief-info,
.view-id-articles.view-display-id-page_6 .views-row .brief-info,
.c-podcasts__left {
    width: 30%;
}

.view-id-articles.view-display-id-page_4 .views-row .brief-info img,
.view-id-articles.view-display-id-page_6 .views-row .brief-info img,
.c-podcasts__left img {
    width: 100%;
    margin-top: 7px;
}

.view-id-articles .views-row .brief-info a {
    color: #8C8F93;
    text-decoration: none;
}

.view-id-articles .views-row .brief-info .brief-region h4,
.c-podcasts__category {
    font-size: 12px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.view-id-articles .views-row .brief-info .brief-region a:hover {
    text-decoration: underline;
    color: #B71C1C;
}

.view-id-articles .views-row .brief-info .timestamp,
.c-podcasts__timestamp,
.node-video-daily-brief .submitted {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 15px;
    color: #077cc2;
    text-transform: uppercase;
}

@media only screen and (max-width: 1125px) {
    .view-id-articles .views-row .brief-info {
        width: 22%;
    }
}

@media only screen and (max-width: 425px) {
    .view-id-articles .views-row .brief-info {
        display: none;
    }
    .view-id-articles .views-row .brief-info .brief-region {
        display: none;
    }
    .view-id-articles .views-row .brief-info .timestamp,
    .c-podcasts__timestamp {
        display: none;
    }
}

.view-id-articles .views-row .brief-crop {
    float: left;
    padding-right: 20px;
    width: 17%;
    max-height: 55px;
    overflow: hidden;
}

.view-id-articles .views-row .brief-crop img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 425px) {
    .view-id-articles .views-row .brief-crop {
        width: 100%;
        max-height: 200px;
        float: none;
        padding: 0;
    }
}

.view-id-articles .views-row .brief-content {
    float: left;
    text-align: left;
    width: 60%;
}

.brief-content:hover {
    text-decoration: underline;
}

.view-id-articles.view-display-id-page_4 .views-row .brief-crop {
    max-height: none;
}

.view-id-articles .views-row .brief-content h2 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 22px;
    color: black;
    padding-top: 1px;
    margin-bottom: 0px;
}

.view-id-articles .views-row .brief-content h3 {
    color: black;
    font-size: 14px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-id-articles .views-row .brief-content p {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 16px;
    color: #8C8F93;
    line-height: 1.25em;
}

.view-id-articles .views-row .brief-content .timestamp-mobile {
    display: none;
}

@media only screen and (max-width: 425px) {
    .view-id-articles .views-row .brief-content .timestamp-mobile {
        display: block;
        font-size: 16px;
        color: #077cc2;
        text-align: left;
        padding-bottom: 5px;
        font-family: 'replica-pro', Arial, Helvetica, sans-serif;
        font-weight: 400;
    }
}

@media only screen and (max-width: 425px) {
    .view-id-articles .views-row .brief-content {
        float: none;
        text-align: left;
        width: 100%;
        padding: .75em 0 0;
        border-bottom: 1px solid #8C8F93;
    }
}

.column-crop {
    float: left;
    padding-right: 20px;
    width: 17%;
    max-height: 115px;
    overflow: hidden;
}

.column-crop img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 425px) {
    .column-crop img {
        display: block;
        margin: 0 auto;
        border: 2px solid #eee;
        border-radius: 50%;
        width: 40%;
        max-width: 100%;
        height: auto !important;
        width: auto \9;
        -ms-interpolation-mode: bicubic;
    }
}

@media only screen and (max-width: 425px) {
    .column-crop {
        width: 100%;
        max-height: 250px;
        float: none;
        padding: 0;
    }
}

.column-content,
.c-podcasts__right {
    float: left;
    text-align: left;
    width: 60%;
}

.column-content:hover {
    text-decoration: underline;
}

.column-content h2,
.c-podcasts__title {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 22px;
    color: black;
    padding-top: 1px;
    margin-bottom: 0px;
}

.column-content h3 {
    color: black;
    font-size: 14px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.column-content p {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 16px;
    color: #8C8F93;
    line-height: 1.25em;
}

.column-content .timestamp-mobile {
    display: none;
}

@media only screen and (max-width: 425px) {
    .column-content .timestamp-mobile {
        display: block;
        font-size: 16px;
        color: #077cc2;
        text-align: center;
        padding-bottom: 5px;
        font-family: 'replica-pro', Arial, Helvetica, sans-serif;
        font-weight: 400;
    }
}

@media only screen and (max-width: 425px) {
    .column-content {
        float: none;
        text-align: center;
        width: 100%;
        padding: .75em 0 0;
        border-bottom: 1px solid #8C8F93;
    }
}

.column-content.podcast-content {
    width: 70%;
}

.podcast-mobile-image {
    display: none;
}

@media screen and (max-width: 425px) {
    .column-content.podcast-content {
        width: 100%;
    }
    .podcast-mobile-image {
        display: block;
    }
    .podcast-mobile-image img {
        width: 100%;
        margin-top: 20px;
    }
    th:first-child,
    td:first-child {
        padding-left: 20px;
    }

    th:last-child,
    td:last-child {
        padding-right: 20px;
    }
}

.column-content.podcast-content:hover {
    text-decoration: none;
}

.column-content.podcast-content iframe {
    margin: 30px 0 0;
    width: 100%;
}

.view-header .columns-title h1 {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 1.75em;
}

.view-header .columns-title p {
    font-family: 'Ovo', serif;
    font-weight: 400;
    color: #8c8f93;
    text-align: center;
    padding-bottom: 1.25em;
    border-bottom: 1px solid #cccccc;
}

.light-button {
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #787878;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 10px 5px 8px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.light-button:hover {
    background: #E7E7E8;
    text-decoration: none;
    border: 1px solid white;
}

.red-button {
    background-color: #d81e3b;
    border: 1px solid #d81e3b;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 10px 5px 8px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.red-button:hover {
    background: #B71C1C;
    text-decoration: none;
    border: 1px solid white;
}

.red-button-short {
    background-color: #d81e3b;
    border: 1px solid #d81e3b;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 50%;
    padding: 10px 5px 8px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.red-button-short:hover {
    background: #B71C1C;
    text-decoration: none;
    border: 1px solid white;
}

.blue-button {
    background-color: #000f33;
    border: 1px solid #000f33;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 0px 5px;
    line-height: 45px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.blue-button:hover {
    background: #0B235F;
    text-decoration: none;
    border: 1px solid white;
    color: #fff;
}

.light-blue-button {
    background-color: #077cc2;
    border: 1px solid #077cc2;
    border-radius: 5px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 0px 10px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 45px;
}

.light-blue-button:hover {
    background: #2196F3;
    text-decoration: none;
    border: 1px solid white;
    color: #fff;
}

#block-views-global_news-block_5 {
    border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 1199px) {
    #block-views-global_news-block_5 {
        padding: 0 15px 20px 0;
    }
}

@media only screen and (max-width: 924px) {
    #block-views-global_news-block_5 {
        padding: 15px 0 20px 0;
    }
}

@media only screen and (max-width: 675px) {
    #block-views-global_news-block_5 {
        padding: 0 15px 20px 0;
        border-top: none;
    }
}

#block-views-global_news-block_5 h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 3px;
    margin-bottom: 0;
}

#block-views-global_news-block_5 p {
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #077cc2;
}

#block-views-global_news-block_5 .views-field-title {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 1.25em;
    line-height: 1.25em;
    padding: 0 10px;
}

.views-field-title h3 {
    font-size: 17px;
}

#block-views-global_news-block_5 a {
    text-decoration: none;
}

#block-views-global_news-block_5 a:hover {
    text-decoration: underline;
}

#intro-container {
    padding: 1.75em;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#intro-container .intro-img {
    margin: 0 auto;
    max-height: 140px;
    max-width: 140px;
    overflow: hidden;
}

#intro-container img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

#intro-container .intro-title {
    padding: 15px 0;
}

#intro-container .intro-title h2 {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #000e31;
}

#intro-container .intro-title h3 {
    font-family: 'Ovo', serif;
    color: #403f3e;
    font-size: 18px;
    text-transform: capitalize;
}

#intro-container .intro-text p {
    display: block;
    font-family: 'Ovo', serif;
    color: #8C8F93;
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 21px;
}

.intro-text {
    display: block;
    font-family: 'Ovo', serif;
    color: #8C8F93;
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 21px;
}

#intro-container a {
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    text-decoration: none;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-display-id-one_off {
    padding: 0 1.75em;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.view-display-id-one_off .views-row {
    padding: 2em 0 0;
    border-top: 1px solid #cccccc;
}

.view-display-id-one_off .views-row-1 {
    padding-top: 0px;
    border-top: none;
}

.view-display-id-one_off .fp-crop {
    margin: 0 auto;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
}

.view-display-id-one_off img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

.view-display-id-one_off .fp-expert {
    padding: 15px 0 0;
}

.view-display-id-one_off .fp-expert h2 {
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 0px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.view-display-id-one_off .fp-expert h3 {
    color: #403f3e;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.view-display-id-one_off .fp-content h3 {
    font-family: 'Ovo', serif;
    font-size: 18px;
    line-height: 1.25em;
}

.view-display-id-one_off .fp-content p {
    font-family: 'Ovo', serif;
    font-size: 14px;
    line-height: 1.25em;
    color: #8C8F93;
}

.view-display-id-one_off a {
    text-decoration: none;
}

.view-display-id-one_off a:hover {
    text-decoration: underline;
}

#block-block-9 .exec-dash {
    color: #8C8F93;
    background: #f5f5f5;
    border: 1px solid #cccccc;
}

#block-block-9 h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 0 6px;
}

#block-block-9 .exec-sub {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 10px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#block-block-9 .exec-para {
    font-size: 14px;
    font-family: 'Ovo', serif;
    padding: 0 1.75em;
    line-height: 1.25em;
}

#block-block-9 ul {
    padding: 0 10px;
}

#block-block-9 .exec-cta {
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
}

#block-block-9 .exec-cta a {
    padding: 5px 5px 6px 5px;
}

#block-block-9 .exec-cta a:hover {
    border: 1px solid #403f3e;
}

#block-views-home-next_up h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #cccccc;
}

#block-views-home-next_up .view-display-id-next_up {
    border-bottom: 1px solid #cccccc;
}

#block-views-home-next_up .view-display-id-next_up ol {
    font-size: 18px;
    margin: 0 0 0.25em 2em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-home-next_up .view-display-id-next_up li {
    margin: 0px;
    border-bottom: 1px black solid;
    transition: background-color 500ms ease-in-out;
}

#block-views-home-next_up .view-display-id-next_up li:last-of-type {
    border-bottom: 0;
}

#block-views-home-next_up .view-display-id-next_up li:hover {
  background-color: rgba(205, 38, 53, 0.3);
}

#block-views-home-next_up .view-display-id-next_up .nextup {
    padding: 0.625em 0;
}

#block-views-home-next_up .view-display-id-next_up h3 {
    font-family: 'Ovo', serif;
    font-size: 20px;
    margin: 0;
}

#block-views-home-next_up .view-display-id-next_up a {
    clear: both;
    display: block;
    text-decoration: none;
}

#block-views-home-next_up .view-display-id-next_up .author-text {
    font-size: 12px;
    color: #8C8F93;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

@media only screen and (max-width: 825px) {
    #block-views-home-next_up {
        padding: 1.25em;
        border: 1px solid #cccccc;
    }
    #block-views-home-next_up h2 {
        border-bottom: none;
    }
    #block-views-home-next_up .view-display-id-next_up {
        border-bottom: none;
    }
}

#block-views-dead_drop_articles-block {
    position: relative;
    border-bottom: 1px solid #cccccc;
}

#block-views-dead_drop_articles-block h2 {
    font-family: 'Georgia', serif;
    font-size: 20px;
    font-weight: bold;
    color: black;
    padding: 10px 15px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
}

#block-views-dead_drop_articles-block .item-list ol {
    font-size: 18px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-dead_drop_articles-block .more-link {
    margin: 15px 0;
    text-align: center;
    padding-bottom: 20px;
}

#block-views-dead_drop_articles-block .more-link a {
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    color: #787878;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 500ms ease-in-out, background 500ms ease-in-out;
    width: 65%;
    padding: 10px 5px 8px 5px;
    min-width: 0px;
    max-width: 400px;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-dead_drop_articles-block .more-link a:hover {
    background: #E7E7E8;
    text-decoration: none;
    border: 1px solid white;
}

#block-views-dead_drop_articles-block .views-row .field-content a {
    text-decoration: none;
}

#block-views-dead_drop_articles-block .views-row .field-content a:hover {
    text-decoration: underline;
}

#block-views-dead_drop_articles-block .views-row .field-content h3 {
    font-family: 'Ovo', serif;
    font-size: 20px;
    margin: 0;
    line-height: 1.25em;
}

#block-views-dead_drop_articles-block .views-row .field-content p {
    text-transform: uppercase;
    color: #8C8F93;
    font-size: 12px;
    line-height: 1.25em;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-question_of_the_day-block {
    padding: 0 1.75em 1.75em;
    border-bottom: 1px solid #cccccc;
}

#block-views-question_of_the_day-block h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 1em;
}

#block-views-question_of_the_day-block .node-poll h2 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none;
    text-align: left;
    margin: 0 0 .25em;
}

#block-views-question_of_the_day-block .node-poll h2 a:hover {
    text-decoration: none;
}

#block-views-question_of_the_day-block .node-poll .poll {
    overflow: visible;
}

#block-views-question_of_the_day-block .node-poll .choices {
    display: block;
    padding: 5px 10px 15px;
}

#block-views-dead_drop_articles-block_1 {
    border-bottom: 1px solid #cccccc;
}

#block-views-dead_drop_articles-block_1 h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #cccccc;
}

#block-views-dead_drop_articles-block_1 .view-dead-drop-articles .views-row {
    margin: 10px 5px;
}

#block-views-dead_drop_articles-block_1 .view-dead-drop-articles li {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 16px;
    list-style: none;
    margin-left: 5px;
}

#block-views-dead_drop_articles-block_1 .view-dead-drop-articles a {
    text-decoration: none;
}

#block-views-dead_drop_articles-block_1 .view-dead-drop-articles a:hover {
    text-decoration: underline;
}

.global-newsletter-sidebar .content {
    text-align: center;
}

.global-newsletter-sidebar .content p {
    font-size: 16px;
    margin: 0;
    line-height: 1.5em;
    font-family: "minion-pro", serif;
    font-weight: 400;
}

.global-newsletter-sidebar .promo-header {
    background: #403f3e;
    padding: 9px 1.25em;
}

.global-newsletter-sidebar .promo-header h2 {
    color: white;
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25em;
    width: 100%;
    margin: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.global-newsletter-sidebar .promo-content {
    padding: 1em 1em;
    background: #f5f5f5;
    border-top: 1px solid #cccccc;
    font-size: 16px;
    margin: 0;
    line-height: 1.5em;
    font-family: "minion-pro", serif;
    font-weight: 400;
}

.global-newsletter-sidebar .promo-content.paddingSimple {
    padding: 15px 21px;
}

.global-newsletter-sidebar .simple-signup h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 6px;
    /* Task #10347 The Cipher Daily Brief (sidebar block): using wrong font. - - Changet by wolkoff */
    font-family: Minion;
    font-weight: 600;
}

.global-newsletter-sidebar .simple-signup a {
    border: 1px solid #f5f5f5;
}

.newsletter-top-cta {
    padding: 5px 10px;
    background: #404040;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #cccccc;
}

.newsletter-top-cta .promo-left {
    width: 50%;
    float: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.newsletter-top-cta .promo-left h2 {
    font-family: 'Georgia', serif;
    font-style: italic;
    color: #d81e3b;
    font-size: 22px;
    line-height: 1.25em;
    margin: 0;
}

.newsletter-top-cta .promo-left p {
    color: white;
    margin: 0;
}

.newsletter-top-cta .promo-right {
    width: 50%;
    float: left;
    text-align: right;
}

.newsletter-top-cta .promo-right a {
    margin: 2px;
    padding: 0;
    color: #fff;
    border-color: #404040;
}

@media only screen and (max-width: 790px) {
    .newsletter-top-cta .promo-left {
        float: none;
        text-align: center;
        width: 100%;
    }
    .newsletter-top-cta .promo-right {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 6px;
    }
}

.view-display-id-column_selector {
    border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 1199px) {
    .view-display-id-column_selector {
        padding: 0 15px 20px 0;
    }
}

@media only screen and (max-width: 924px) {
    .view-display-id-column_selector {
        padding: 15px 0 20px 0;
        border-top: 1px solid #cccccc;
    }
}

@media only screen and (max-width: 675px) {
    .view-display-id-column_selector {
        padding: 0 15px 20px 0;
        border-top: none;
    }
}

.view-display-id-column_selector .past-columns {
    margin-bottom: 1.25em;
    line-height: 1.25em;
    padding: 0 10px;
}

.view-display-id-column_selector .item-list li {
    position: relative;
    margin: 0;
    list-style: none;
}

.view-display-id-column_selector .view-header h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 3px;
    margin-bottom: 0;
}

.view-display-id-column_selector .view-header p {
    font-size: 14px;
    color: #6d6e70;
    line-height: 1.25em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.view-display-id-column_selector h3 {
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1.25em;
}

.view-display-id-column_selector p {
    font-size: 13px;
    color: #d81e3b;
    line-height: 1.25em;
    margin-bottom: 0;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.view-display-id-column_selector a {
    text-decoration: none;
}

.view-display-id-column_selector a:hover {
    text-decoration: underline;
}

.sponsor-ad-container {
    text-align: center;
}

.sponsor-ad-box {
    border: 1px solid #cccccc;
}

.sponsor-ad-container h2 {
    color: #000f33;
    font-family: 'Ovo', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25em;
    text-transform: uppercase;
    padding: 15px 5px 10px;
    margin: 0px;
}

.sponsor-ad-container h3 {
    line-height: 1.25em;
    font-size: 14px;
    font-weight: 600;
}

.sponsor-ad-container .sponsor-event-cta {
    padding: .5em 1em;
}

.sponsor-logo-cta h5 {
    font-size: 12px;
    font-weight: 400;
    margin: 5px;
}

.sponsor-ad-container .sponsor-event-cta p {
    line-height: 1.25em;
    font-size: 14px;
    font-family: 'Ovo', serif;
    font-weight: 400;
    margin-bottom: 0;
}

.sponsor-ad-container .sponsor-logo-cta img {
    width: 65%;
    padding: 10px 0 20px;
}

@media (max-width: 906px) {
    .sponsor-ad-container .sponsor-logo-cta img {
        width: 45%;
    }
}

.sponsor-ad-container .sponsor-logo-cta a {
    text-decoration: none;
}

.sponsor-ad-container .sponsor-logo-cta p {
    color: #6f6f6f;
    line-height: 1.25em;
    font-size: 14px;
    font-family: 'Ovo', serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.sponsor-ad-container .sponsor-promo-cta {
    padding: 1em;
    margin-bottom: 15px;
}

#block-views-home-newtork_spotlights {
    text-align: center;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    #block-views-home-newtork_spotlights {
        padding: 0 15px 20px 0;
    }
}

@media only screen and (max-width: 924px) {
    #block-views-home-newtork_spotlights {
        padding: 15px 0 20px 0;
        border-top: 1px solid #cccccc;
    }
}

@media only screen and (max-width: 675px) {
    #block-views-home-newtork_spotlights {
        padding: 0 15px 20px 0;
        border-top: none;
    }
}

#block-views-home-newtork_spotlights .view-header {
    padding: 10px 0;
}

#block-views-home-newtork_spotlights .view-header h2 {
    font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

#block-views-home-newtork_spotlights .view-header h2:hover {
    text-decoration: underline;
}

#block-views-home-newtork_spotlights .fp {
    padding: 0 10px;
}

#block-views-home-newtork_spotlights .fp-crop {
    margin: 0 auto;
    max-height: 100px;
    max-width: 100px;
    overflow: hidden;
}

#block-views-home-newtork_spotlights img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    width: auto \9;
    -ms-interpolation-mode: bicubic;
}

#block-views-home-newtork_spotlights .fp-expert {
    padding: 15px 0 0;
}

#block-views-home-newtork_spotlights .fp-expert h2 {
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 0px;
    color: #d81e3b;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
}

#block-views-home-newtork_spotlights .fp-expert h3 {
    color: #403f3e;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

#block-views-home-newtork_spotlights .fp-content h3 {
    font-family: 'Ovo', serif;
    font-size: 18px;
    line-height: 1.25em;
}

#block-views-home-newtork_spotlights .fp-content p {
    font-family: 'Ovo', serif;
    font-size: 14px;
    line-height: 1.25em;
    color: #8C8F93;
}

#block-views-home-newtork_spotlights a {
    text-decoration: none;
}

#block-views-home-newtork_spotlights .blue-button {
    margin-bottom: 10px;
}

.c-podcasts__block--front {
    clear: both;
    padding: 2rem 2rem .5rem 2rem;
    border-bottom: 1px solid #cccccc;
}

.c-podcasts__block--front .slick-slider {
    padding-left: 50px;
}

.c-podcasts--slide {}

.c-podcasts--slide aside {
    width: 33%;
    float: left;
    position: relative;
}

.c-podcasts--slide aside .fa-play {
    background: #fff;
    opacity: .75;
    border: 1px solid #666;
    position: absolute;
    padding: 10px 20px;
    left: 31px;
    top: 39px;
    top: calc(50% - 18px);
    left: calc(50% - 26px);
}

.c-podcasts--slide .c-podcasts__main {
    width: 60%;
    float: left;
    padding: 0 4% 0 3%;
}

.c-podcasts--slide .c-podcasts__main h3 {
    font-family: "Ovo", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25em;
}

.c-podcasts--slide .c-podcasts__main p {
    color: #8c8f93;
    font-family: "Ovo", serif;
    font-size: 14px;
    line-height: 1.25em;
}

.c-podcasts__block--front h2 {
    background: #d81e3b none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Georgia", serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 2rem;
    margin-left: -1rem;
    margin-bottom: 1rem;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
    -webkit-transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
    -ms-transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out, box-shadow 500ms ease-in-out;
}

.c-podcasts__block--front .slick-next::before {
    content: "\232A";
}

.c-podcasts__block--front .slick-prev::before {
    content: "\2329";
}

.c-podcasts__block--front .slick-prev::before,
.c-podcasts__block--front .slick-next::before {
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    font-family: "slick";
    font-size: 70px;
    line-height: 1;
    opacity: 0.5;
}

.c-podcasts__block--front .slick-prev,
.c-podcasts__block--front .slick-next {
    height: 70px;
    width: 30px;
    top: 40%;
}

.c-podcasts__block--front .slick-prev {
    left: -30px;
}

.c-podcasts__block--front .slick-next {
    right: -30px;
}

.node-video-daily-brief .field-name-field-youtube-link .player {
    height: 0;
    overflow: hidden;
    padding-bottom: 67.5%;
    position: relative;
    margin-bottom: 25px;
}

.node-video-daily-brief .field-name-field-youtube-link .player iframe,
.node-video-daily-brief .field-name-field-youtube-link .player object,
.node-video-daily-brief .field-name-field-youtube-link .player embed,
.node-video-daily-brief .field-name-field-youtube-link .player video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.advertisement .views-field-field-ad-image {
    border-bottom: 1px solid #cccccc;
    padding: 1.25rem 0;
}

.region-top .advertisement .views-field-field-ad-image {
    padding: 0;
    border: 0;
}

#content-top .view-header img {
    margin-bottom: 10px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    /*    height: 100%;*/
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    /*background: #fff url(/sites/all/themes/TCB/slick/./ajax-loader.gif) center center no-repeat;*/
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    /*src: url(/sites/all/themes/TCB/slick/./fonts/slick.eot);*/
    /*src: url(/sites/all/themes/TCB/slick/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(/sites/all/themes/TCB/slick/./fonts/slick.woff) format('woff'), url(/sites/all/themes/TCB/slick/./fonts/slick.ttf) format('truetype'), url(/sites/all/themes/TCB/slick/./fonts/slick.svg#slick) format('svg');*/
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'в†ђ';
}

[dir='rtl'] .slick-prev:before {
    content: 'в†’';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'в†’';
}

[dir='rtl'] .slick-next:before {
    content: 'в†ђ';
}

.slick-dotted.slick-slider {
    margin-bottom: 5px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.flashTrafficHeader h2 {
  font-family: 'Georgia', serif;
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 3px;
    margin-bottom: 0;
}

.views-row.views-row-1.views-row-odd.views-row-first.flashMar {
    margin-bottom: 4%!important;
}

.featureDiv {
  padding: 1% 0;
  border-top: 1px solid #F5F5F6;
}

/*.featureDiv:nth-of-type(2) {
    border: none;
}*/

#flexContain {
  display: flex;
  justify-content: space-around;
  margin-top: 1%;
  border-bottom: 0;
  min-height: 100%;
  padding: 0!important;
}

.img-feed.colImg {
  height: 220px!important;
  max-height: 220px!important;
}

.flexForty {
  display: flex;
  flex-direction: column;
  width: 40%;
}

#flexContain #block-views-the_network-column_section {
  width: 25%;
}

.flexThirty {
  display: flex;
  flex-direction: column;
  width: 30%;
  border-right: 1px solid rgba(180,180,180,0.35);
  border-left: 1px solid rgba(180,180,180,0.35);
  padding: 0 1.5%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots {
    display: none!important;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '.';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.popup-video {
    cursor: pointer;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.no_uppercase.text_left h1 {
    text-align: left;
}

.view-dead-drop a:hover {
    color: #077cc2;
}

.not_top_border {
    border: none !important;
}

.wpcf7-form label i {
    margin-left: 2px;
    color: #df0000;
    font-size: 11px;
    font-style: normal;
}

.wpcf7-not-valid {
    border: 2px solid red !important;
}

span[role="alert"] {
  display: none;
}

h1.not_padding_top {
  padding-top: 0px;
}

.siteSearch h3.field-content a {
  margin: 0;
  padding: 0;
  color: #082441;
  font-size: 18px;
  line-height: 18px;
  font-family: replica-pro, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.siteSearch p {
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
  color: #333333;
  font-size: 15px;
  line-height: 26px;
  font-family: 'minion-pro', regular;
  font-weight: 400;
}

.siteSearch .views-row {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #8c8f93;
}

#main div.views-row:last-child {
  border: none;
}

.addthis_default_style.addthis_32x32_style svg {
  height: 32px!important;
  width: 32px!important;
}

.addthis_default_style.addthis_32x32_style .at-icon-wrapper {
  line-height: 32px!important;
  height: 32px!important;
  width: 32px!important;
}

.addthis_default_style.addthis_32x32_style {
  float: left;
}

.faset-sidebar-first {
  width: 115px;
  margin-right: -115px;
  float: left;
  font-family: 'replica-pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.faset-sidebar-first h2 {
  color: #000e31;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-family: 'replica-pro', Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #8c8f93;
}

.faset-sidebar-first ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  line-height: normal;
}

.faset-sidebar-first ul li a {
  text-decoration: none;
  color: #000e31;
  font-size: 11px;
  font-weight: 600;
  font-family: 'replica-pro', Arial, Helvetica, sans-serif;
  line-height: 13px;
  display: block;
}

.faset-sidebar-first ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main.centerSearch {
  border-left: 1px solid #8c8f93;
  margin-left: 135px;
  padding-left: 20px;
}

.faset-sidebar-first ul li a:hover {
  text-decoration: underline;
}

#main h3.field-content {
  margin: 0;
  padding: 0;
}

.entry-content.columms p {
  color: #333;
  line-height: 26px;
}

.footerAuthor .views-field-nothing .field-content p {
  color: #6d6e70;
  font-family: replica-pro, Arial, Helvetica, sans-serif;
  margin-top: 15px;
}

.checkbox-subscribe .wpcf7-list-item-label {
  display: inline-block;
}


/** #10353 Font - Tags in Article should be san-serif - Added by wolkoff */

.tags-links a {
  font-family: sans-serif;
}

.reporter-link a h3 {
  line-height: 23px;
  font-size: 18px;
}

.reporterLinksRemake a h3 {
  line-height: 23px;
  font-size: 18px;
}

.entry-content ul, .entry-content ol {
  color: #333333;
  font-size: 17px;
}

.expert-com {
  text-align: left;
  font-family: 'replica-pro', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #000f33;
  font-size: .4em;
  text-transform: uppercase;
}

#analyst_block {
    display: flex;
}

#analyst_block div {
    padding: 3px 3px;
    width: 100%;
}

#analyst_block div {}

@media all and (max-width: 640px) {
    #analyst_block {
        display: block;
    }
    #analyst_block div {
        width: 100%;
    }
    .analyst__sub_block {
        border-top: 1px solid grey;
        padding: 5px 0;
    }
}

@media only screen
and (min-device-width : 735px)
and (max-device-width : 737px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
  .view-display-id-reporter_links {
    height: 700px!important;
  }
  .view-display-id-reporter_links .view-content {
    overflow: visible!important;
  }
}

@media only screen
and (min-device-width : 736px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
  .view-display-id-reporter_links {
    height: 690px;
  }
}

@media all and (max-width: 768px) {
  .view-display-id-reporter_links {

    height: 690px;
  }

  #sidebar-second-inner {
      padding: 0 1.5em;
  }
  .sidebar_row:nth-child(2) {
      border-bottom: none;
  }
  .sidebar_row:nth-child(3) {
      padding-top: 20px;
  }
  .sidebar_row {
      border-bottom: 1px solid #cccccc;
  }
  .sidebar_row:last-child {
      border-bottom: none;
  }
  .network-recent.network-recent_numm_9 {
  border-bottom: none;
}
}

@media all and (min-width: 640px) {
  .analyst__sub_block:nth-child(2) {
      border-left: 1px solid #cccccc;
  }
}

.regular_slid a .slid_desc p {
  line-height: 1.25em;
}
.learn-more-about p a{
  color: #077cc2!important;
  text-decoration: underline!important;
}
.learn-more-about a:hover{
  text-decoration: none!important;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.cyber-advisory-label{
  font-family: 'replica-pro', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25em;
  color: #8c8f93;
}
a.cyber-head{
  color: #000f33;
  font-size: 23px;
  text-decoration: none;
  font-family: 'replica-pro', Arial, Helvetica, sans-serif;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
a.cyber-head:hover{
  text-decoration: none;
}
.centered-img-background {
  position: relative;
  width: 13vw;
  height: 13vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
p.dec_cyber{
  font-size: 17px;
  margin: 0 0 1.5em 0;
  padding: 0;
  color: #333333;
}
.adv-header{
  height: auto;
  max-height: 85px;
  display: inline-block;
  margin: 0 auto;
  float: none;
  vertical-align: middle;
  width: auto;
  max-width: 63.5%;
  text-align: center;
}
@media screen and (max-width: 1336px) {
  .adv-header{
      max-width: 58%;
  }
}
@media screen and (max-width: 1078px) {
  .adv-header{
      max-width: 50%;
  }
}
.adv-above{
  display: block;
  margin: 10px auto;
  float: none;
  vertical-align: middle;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
.adv-footer{
  display: block;
  margin: 0 auto 10px;
  float: none;
  vertical-align: middle;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
/*21.0 Misc*/

.coltitle {
  min-height: inherit!important;
  position: inherit!important;
  width: 70%!important;
  max-width: 500px!important;
  padding-bottom: 1%!important;
}

.func-hide {
  display: none;
}
#fortyMobile .func-hide, .site-branding .func-hide {
  display: block;
}

.hiddenScroll {
  display: none;
}

.inherit-header {
  color: inherit;
}

.views-view-grid tbody .reg {
  transition: 0.8s box-shadow ease-in-out;
}

.views-view-grid tbody .reg:hover {
  box-shadow: 5px 10px 25px #ccc;
}

.summary .img-feed.colImg img {
    max-width: 70%;
}

.featureDiv .summary {
  display: flex;
  flex-direction: column;
}

.summary .center {
  margin: 0 auto;
  text-align: center;
}

.flexForty .img-feed {
  max-height: 216.5px!important
}

.marleft {
  margin-left: 1%;
}

.centerflex {
  display: flex;
  align-items: center;
}

.row-2.row-last.sidebar_row {
  display: flex;
  justify-content: center;
}

.featureDiv a[href^='/column/under-cover'] > .summary > .img-feed > img {
    width: auto;
    height: 100%;
}

#soufan-image {
  width: 25%;
  display: block;
  margin: 0 auto;
}

/**
TODO: add this in custom css for testimonials
 */
.testimonial_rotator_wrap {
}

.testimonial_rotator_wrap .testimonial_rotator_img {
    max-width: 85px !important;
    width: 30% !important;
}
.testimonial_rotator_wrap .testimonial_rotator_description {
    float: none !important;
    width: 100% !important;
}
.testimonial_rotator_wrap .testimonial_rotator_description h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-align:center;
    font-size: 1.4rem;
    letter-spacing: 0.7px;
}
.testimonial_rotator_wrap .testimonial_rotator_description .testimonial_rotator_quote {
    text-align:center;
    color: #000;
    font-weight: 600;
    font-family: 'replica-pro', Arial, Helvetica, sans-serif;
    line-height:1.1em;
    font-size: 1.05em;
    letter-spacing: 0;
}

.testimonial_rotator_wrap .testimonial_rotator_description .testimonial_rotator_quote blockquote {
    text-align:left;
    font-weight: 400;
    border: 7px double #DC4D6D;
    padding: 0.75em;
    font-style: normal !important;
    font-family: minion-pro, serif;
    font-size: 1.4em;
    position:relative;
    z-index:1;
    overflow:visible;
    line-height:1em;

}
.testimonial_rotator_wrap .testimonial_rotator_description .testimonial_rotator_quote blockquote::before {
    position:absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    font-size:5em;
    color:#000;
    z-index: 2;
    height:35px;
    width:45px;
    content: '\201C';
    line-height: 1em;
    transform: translate(-40%, -70%);
    overflow: visible;
}
.testimonial_rotator_wrap .testimonial_rotator_description .testimonial_rotator_quote blockquote::after {
    position:absolute;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    font-size:5em;
    z-index: 2;
    height:45px;
    width:45px;
    content: '\201D';
    line-height: 1em;
    transform: translate(40%, 70%);
}

.testimonial_rotator_wrap .testimonial_rotator_description .testimonial_rotator_quote br {
    clear:both;
}




.sponsorships-new {
    margin-top:25px;
}
.sponsorships-new h2 {
    font-size: 1.6em;
    text-align:center;
    color: #b4413d;
    font-weight:bold;
}
.sponsorships-new h2 + p {
    text-align:center;
}
.sponsorships-new h3 {
    color: #FFF;
    font-weight:bold;
    padding: 8px;
    font-size:16px;
    margin-bottom: 0.75em !important;
}
.sponsorships-new li {
    line-height: 25px;
    font-size: 17px;
}

.sponsorships-new .brand-new {
    text-shadow: -1.25px 0 #FFF, 0 1.25px #FFF, 1.25px 0 #FFF, 0 -1.25px #FFF;
    color: #b4413d;
    font-style: italic;
    margin-right: 7px;
}
.sponsorships-new h3:nth-of-type(odd) {
    background-color:#0d162e;
}
.sponsorships-new h3:nth-of-type(even) {
    background-color:#888888;
}
.sponsorships-new span {
    display:inline !important;
}
.sponsorships-new .sponsorships-new-contact {
    font-size: 1em;
    padding: 15px;
    border: 8px solid #b4413d;
    text-align:center;
    width: 70%;
    margin: 0 auto 60px;
    line-height:1.5em;
}
.sponsorships-new .sponsorships-new-contact a {
    color: #077cc2;
}