/*--------------------------------------------------------------
1.0 Helpers
--------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Fira+Sans';
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* bourbon - neat - presets */
/* breakpoints */
/* 	#Mobile (Portrait) < 479  */
/* #Tablet (Portrait) & #Mobile (Landscape)	 480 - 767  */
/* #Tablet Min / Max (Portrait)  < 768 */
/* #Tablet Landscape: 768 - 959	 */
/* #Desktop:960 - 1239 */
/* #Wide Screen: > 1240	 */
/* nav */
/* header */
/* Color Themes - Variables */
/* http://codepen.io/liquidbook/pen/BLYqJG */
/* Mixins */
.flex-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .flex-align-item {
    max-width: 80%; }
    .flex-align-item__top {
      align-self: flex-start; }
    .flex-align-item__bottom {
      align-self: flex-end; }

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

body {
  font: 1em "Fira Sans";
  line-height: 1.618em; }

html, body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

a, p a {
  text-decoration: none;
  cursor: pointer; }

a img {
  border: none; }

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

ol {
  list-style: decimal; }

/* General selector Modifiers */
.text-align-left {
  text-align: left; }

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

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

.block-left {
  float: left; }

.block-right {
  float: right; }

/* headers */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/* images */
#logo img, .site-content img, .site-content figure, .entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
  height: auto; }

/* #Typography */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none; }

h1 {
  margin-bottom: 15px; }

h2 {
  margin-bottom: 15px; }

h3 {
  margin-bottom: 15px; }

h4 {
  margin-bottom: 15px; }

h5 {
  margin-bottom: 15px; }

h6 {
  margin-bottom: 15px; }

h1, h2, h3, h4 {
  line-height: 1.25em; }

p {
  margin: 0 0 15px 0; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

big, .big {
  font-size: 110%;
  line-height: 180%; }

dt {
  font-weight: bold; }

/* #Links */
a, a:visited, a:focus {
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: underline; }

p a, p a:visited {
  line-height: inherit; }

a {
  color: #001d3a; }

label, legend {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

#comments textarea {
  background-color: #fff;
  color: #626262;
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.02); }

/* Table */
table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse !important;
  border-spacing: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

table th, table td {
  padding: 10px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle; }

table th {
  font-weight: bold;
  background: url(./images/bg_panel.png) repeat-x left top; }

table th.clear {
  border: 0;
  background: none; }

table tr:first-child td {
  background: url(./images/box_shadow.png) repeat-x left top; }

table tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.01); }

/* Animation */
table tr:hover td {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

table tr:hover td {
  background: #628fe7; }

table tr:hover td, table:not(.shop_table) tr:hover td a {
  color: #fff; }

/*
	.no-table-hover table tr:hover td { background: none; color: inherit;}
	.no-table-hover table tr:first-child td { background:none;}
*/
/* Borders */
dl > dt, dl > dd, table th, table td, #comments textarea, .author .avatar {
  border-color: rgba(0, 0, 0, 0.08); }

/* lists */
dl {
  margin: 0 0 30px 0; }

dl > dt, dl > dd {
  border-width: 1px 0 0 0;
  border-style: solid;
  padding: 10px 0;
  margin: 0; }

dl > dt {
  display: block;
  float: left;
  width: 100px;
  font-weight: bold; }

dl > dd {
  margin-left: 110px; }

dl > dd:after {
  content: "";
  clear: both;
  display: block; }

/* Code Hightlighter */
code, pre {
  font-family: monospace !important;
  border: 1px solid #e8e8e8;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  white-space: nowrap;
  margin: 0 2px;
  color: #2991d6; }

pre {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 50%, #fafafa 50%);
  /* W3C */
  background-size: 42px 42px;
  padding: 21px 15px 20px;
  margin: 15px 0;
  display: block;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  line-height: 21px !important; }

code p, pre p {
  margin-bottom: 0 !important; }

.site-content .site-main ul, .site-content .sidebar-inner ul {
  margin: 0 0 15px 20px;
  padding: 0;
  font-size: inherit;
  line-height: inherit; }
  .site-content .site-main ul > li, .site-content .sidebar-inner ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-content .site-main ul > li:before, .site-content .sidebar-inner ul > li:before {
      content: '\25A0';
      color: #bcd035;
      font-size: 1.1em;
      padding-right: 8px; }

.site-content .site-main .wpb_widgetised_column ul > li:before, .site-content .sidebar-inner ul > li:before {
  color: #aaaaad; }

.entry-content .cta-text-white p, .entry-content .cta-text-white h2, .entry-content .cta-text-white h1, .entry-content .cta-text-white h3 {
  color: white; }

.site-content blockquote, .site-content q {
  background: #DDDDDD;
  background: rgba(200, 200, 200, 0.1);
  border-left: 10px solid #CCCCCC;
  margin: 20px 10px;
  padding: 10px;
  quotes: "" ""; }
  .site-content blockquote:before, .site-content q:before {
    color: #CCCCCC;
    content: '\201C';
    font-size: 4em;
    line-height: .1em;
    margin-right: .20em;
    vertical-align: -.4em;
    font-family: "Fira Sans"; }
  .site-content blockquote:after, .site-content q:after {
    color: #CCCCCC;
    content: '\201D';
    font-size: 4em;
    line-height: .1em;
    margin-left: .20em;
    vertical-align: -.4em;
    font-family: "Fira Sans"; }

#comments ol {
  list-style: none; }

#comments .comment-list > li .comment-body {
  position: relative;
  background: rgba(213, 213, 213, 0.11);
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
  margin-left: 105px; }

#comments .comment-list > li .photo {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  line-height: 0;
  position: absolute;
  left: -105px;
  top: 0px;
  border-width: 8px;
  border-style: solid;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

#comments .comment-list > li .photo {
  border-color: #f8f8f8; }

#comments .comment-list > li p {
  margin: 4px 0 10px; }

#respond .comment-form-comment textarea {
  width: 100%;
  margin-bottom: 10px; }

.author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  border-width: 8px;
  border-style: solid;
  display: block;
  line-height: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden; }

.author span {
  padding-left: 12px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* widget icon text align*/
.widget-icon-text {
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
  font-size: 1.25em; }

ul.widget-list-no-bullet > li:before {
  content: none !important; }

/* Themes Buttons */
.btn {
  display: inline-block;
  margin: 1rem;
  padding: .5em 1.5em;
  border: 2px solid;
  border-radius: 0;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #bcd035;
  cursor: pointer;
  text-decoration: none; }
  .btn:hover, .btn:active {
    text-decoration: none;
    background-color: #a8bb2b;
    color: white; }
  .btn:hover i {
    color: #000; }
  .btn.reverse:hover i {
    color: #fff; }

.red {
  border-color: #843920;
  background-color: transparent;
  color: #ad4b2a; }
  .red:hover {
    background-color: #944024;
    color: white; }
  .red:active {
    background-color: #5b2716; }
  .red i {
    color: #843920; }

.blue {
  border-color: #000407;
  background-color: transparent;
  color: #001d3a; }
  .blue:hover {
    background-color: #000e1b;
    color: white; }
  .blue:active {
    background-color: black; }
  .blue i {
    color: #000407; }

.green {
  border-color: #99aa28;
  background-color: transparent;
  color: #bcd035; }
  .green:hover {
    background-color: #a8bb2b;
    color: white; }
  .green:active {
    background-color: #74811e; }
  .green i {
    color: #99aa28; }

.gold {
  border-color: #c59523;
  background-color: transparent;
  color: #ddae3e; }
  .gold:hover {
    background-color: #d7a226;
    color: white; }
  .gold:active {
    background-color: #9a741b; }
  .gold i {
    color: #c59523; }

.white {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff; }
  .white:hover {
    background-color: #000e1b;
    border-color: #000e1b;
    color: white; }
  .white:active {
    background-color: black;
    border-color: black; }
  .white i {
    color: #fff; }

.blue.reverse, a.blue.reverse {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff; }
  .blue.reverse:hover, a.blue.reverse:hover {
    background-color: #000e1b;
    border-color: #000e1b;
    color: white; }
  .blue.reverse:active, a.blue.reverse:active {
    background-color: black;
    border-color: black; }
  .blue.reverse i, a.blue.reverse i {
    color: #fff; }

.green.reverse, a.green.reverse {
  border-color: #99aa28;
  background-color: transparent;
  color: #bcd035; }
  .green.reverse:hover, a.green.reverse:hover {
    background-color: #a8bb2b;
    border-color: #a8bb2b;
    color: white; }
  .green.reverse:active, a.green.reverse:active {
    background-color: #74811e;
    border-color: #92a226; }
  .green.reverse i, a.green.reverse i {
    color: #fff; }

.gold.reverse, a.gold.reverse {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff; }
  .gold.reverse:hover, a.gold.reverse:hover {
    background-color: #d7a226;
    border-color: #d7a226;
    color: white; }
  .gold.reverse:active, a.gold.reverse:active {
    background-color: #9a741b;
    border-color: #bd8f21; }
  .gold.reverse i, a.gold.reverse i {
    color: #fff; }

.red.reverse, a.red.reverse {
  border-color: #e6e6e6;
  background-color: transparent;
  color: #fff; }
  .red.reverse:hover, a.red.reverse:hover {
    background-color: #944024;
    border-color: #944024;
    color: white; }
  .red.reverse:active, a.red.reverse:active {
    background-color: #5b2716;
    border-color: #7c361e; }
  .red.reverse i, a.red.reverse i {
    color: #fff; }

.btn span {
  color: #000; }

.btn.reverse span {
  color: #fff; }

.btn-wrapper.center {
  text-align: center; }

.btn-wrapper.right {
  text-align: right; }

.btn-wrapper.left {
  text-align: left; }

/* colors */
.cloudian-icon-blue {
  color: #87a0e7; }

/*  product icons  */
.cloudian-products .product-features .feature i {
  width: 100px;
  height: 100px;
  display: block;
  background: url(../svgs/products-icons.svg) no-repeat 0 0;
  background-size: 200px 400px; }

.product-features .feature .sthree {
  background-position: 0 0; }

.product-features .feature .erasurecoding {
  background-position: -100px 0; }

.product-features .feature .multitenancy {
  background-position: 0 -100px; }

.product-features .feature .compression {
  background-position: -100px -100px; }

.product-features .feature .qos {
  background-position: 0 -200px; }

.product-features .feature .encryption {
  background-position: -100px -200px; }

.product-features .feature .billing {
  background-position: 0 -300px; }

.product-features .feature .objectsfiles {
  background-position: -100px -300px; }

.cloudian-green {
  color: #bcd035; }

.cloudian-red {
  color: #ad4b2a; }

.cloudian-grey-light {
  color: #aaaaad; }

.cloudian-grey-dark {
  color: #444547; }

/*--------------------------------------------------------------
2.0 Base
--------------------------------------------------------------*/
.lb_icon_element {
  line-height: 0;
  float: left;
  margin: 0 6px; }
  .lb_icon_element-outer {
    box-sizing: border-box; }
  .lb_icon_element-inner {
    width: 2.6em !important;
    height: 2.6em !important;
    text-align: center;
    display: inline-block;
    border: 2px solid transparent;
    box-sizing: content-box;
    position: relative; }
  .lb_icon_element-style-rounded {
    border-radius: 50%; }
  .lb_icon_element-icon {
    font-size: 2.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 1 !important;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .lb_icon_element-icon::before {
      color: #444547; }
    .lb_icon_element-icon:hover::before {
      color: #001d3a; }
  .lb_icon_element-link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    box-sizing: content-box;
    border: none; }
  .lb_icon_element .fa-lg8 {
    font-size: 1.8em; }
  .lb_icon_element .fa-lg7 {
    font-size: 1.7em; }
  .lb_icon_element .fa-lg6 {
    font-size: 1.6em; }
  .lb_icon_element .fa-lg5 {
    font-size: 1.5em; }
  .lb_icon_element .fa-lg4 {
    font-size: 1.4em; }

.background-grey {
  background-color: #b0b0b0; }

.lb_icon_element-outer .lb_icon_element-align-center {
  text-align: center; }

.cd-top {
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: rgba(51, 122, 183, 0.7);
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1; }
  .cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5; }
  .cd-top i.fa {
    color: #ffffff;
    padding: 8px; }
  @media screen and (min-width: 480px) and (max-width: 767px) {
    .cd-top {
      right: 20px;
      bottom: 20px; } }
  @media screen and (min-width: 1024px) and (max-width: 1239px) {
    .cd-top {
      right: 30px;
      bottom: 30px; } }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.no-touch .cd-top:hover {
  background-color: #001d3a;
  opacity: 1; }

.configure:hover, .configure:focus {
  background: #e9e9e9; }

.configure .c-inner {
  display: flex;
  max-width: 585px;
  margin: 0 0 0 auto;
  padding: 40px 25px;
  align-items: center;
  cursor: pointer; }

.configure-left .img-wrap {
  width: 25%; }
  .configure-left .img-wrap img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
    width: auto; }

.configure-left .configure-arrow button {
  width: 40px;
  height: 40px;
  border: none;
  background: url("../svgs/submenu-arrow.svg") no-repeat center center;
  background-size: 40px 40px;
  padding: 0;
  margin: 0; }

.configure-left .configure-intro {
  padding: 0 10px 0 40px; }
  .configure-left .configure-intro:not(.active) .config-arrow button {
    filter: grayscale(1); }
  .configure-left .configure-intro .wpb_wrapper {
    padding: 50px;
    max-width: 585px;
    margin: 0 auto 0 0; }

.configure-left .tab-title {
  font-size: 24px; }

.configure-left .wpb_content_element {
  margin-bottom: 0px; }

.configure-left:not(.active) {
  background-color: #f0f0f0; }

.configure-left .active {
  background-color: #fafafa; }

.configure .configure-right, .configure .configure-left {
  border-left: 0 solid transparent;
  border-right: 0 solid transparent; }

.configure .configure-right .configure-info {
  padding: 50px;
  max-width: 585px;
  margin: 0 auto 0 0; }
  .configure .configure-right .configure-info:not(.active) {
    display: none; }

@media screen and (max-width: 1239px) {
  .configure-left .vc_column-inner > .wpb_wrapper {
    padding: 0 !important; } }

@media screen and (max-width: 767px) {
  .configure .configure-right .configure-info {
    display: block !important; }
    .configure .configure-right .configure-info:not(.active) {
      display: block !important; } }

/*--------------------------------------------------------------
5.0 Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Grid
--------------------------------------------------------------*/
.site, .site-inner, .site-alert, .site-alert-content, .site-top, .site-main-header, .site-main-subheader, #colophon, .site-content {
  width: 100%; }

.site-alert-inner, .site-top-inner, .site-main-header-inner, .site-main-subheader-inner, #colophon .widgets_wrapper-inner, #colophon .site-footer-info-inner, .site-content-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .site-alert-inner::after, .site-top-inner::after, .site-main-header-inner::after, .site-main-subheader-inner::after, #colophon .widgets_wrapper-inner::after, #colophon .site-footer-info-inner::after, .site-content-inner::after {
    clear: both;
    content: "";
    display: block; }

.column, .columns {
  float: left;
  margin: 0 1% 40px; }

/* #Base Column Grid
=============================== */
.one-sixth.column {
  width: 14.666%; }

/* 1/6 */
.one-fifth.column {
  width: 18%; }

/* 1/5 */
.four.columns,
.one-fourth.column {
  width: 23%; }

/* 1/4 */
.one-third.column {
  width: 31.333%; }

/* 1/3 */
.one-second.column {
  width: 48%; }

/* 1/2 */
.two-third.column {
  width: 64.666%; }

/* 2/3 */
.three-fourth.column {
  width: 73%; }

/* 3/4 */
.one.column {
  width: 98%; }

/* 1/1 */
/* ============================================  Retina  ============================================ */
@media screen and (max-width: 767px) {
  .one-sixth.column, .one-fifth.column, .four.columns, .one-fourth.column, .one-third.column,
  .one-second.column, .two-third.column, .three-fourth.column, .one.column {
    width: 98%; }
  /* 1/1 */ }

@media screen and (max-width: 479px) {
  .one-sixth.column, .one-fifth.column, .four.columns, .one-fourth.column, .one-third.column,
  .one-second.column, .two-third.column, .three-fourth.column, .one.column {
    width: 96%; }
  /* 1/1 */ }

/*--------------------------------------------------------------
5.2 Header
--------------------------------------------------------------*/
.site-alert {
  background-color: #006ad3; }
  .site-alert-content {
    display: block;
    padding: 6px;
    float: left; }
    .site-alert-content a {
      color: black; }

.site-top {
  background-color: #1a1a1a; }
  .site-top-inner {
    display: block;
    position: relative; }

.mobile-nav-holder {
  position: relative;
  width: 100%; }
  .mobile-nav-holder.sticky {
    position: fixed; }

.site-top-inner .search_wrapper, .site-main-header-inner .search_wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  z-index: 201;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.site-top-inner #searchform, .site-main-header-inner #searchform {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px; }
  .site-top-inner #searchform .fa-search, .site-main-header-inner #searchform .fa-search {
    left: 40px;
    color: rgba(226, 226, 226, 0.5); }
  .site-top-inner #searchform .fa-search, .site-top-inner #searchform .icon_close, .site-main-header-inner #searchform .fa-search, .site-main-header-inner #searchform .icon_close {
    position: absolute;
    top: 26px;
    font-size: 20px;
    line-height: 20px;
    display: block; }
  .site-top-inner #searchform .icon_close, .site-main-header-inner #searchform .icon_close {
    right: 35px;
    color: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-transition: all, 0.2s, ease-in-out;
    -o-transition: all, 0.2s, ease-in-out;
    -webkit-transition: all, 0.2s, ease-in-out;
    transition: all, 0.2s, ease-in-out; }
    .site-top-inner #searchform .icon_close:hover, .site-main-header-inner #searchform .icon_close:hover {
      right: 35px;
      opacity: 1;
      filter: alpha(opacity=100); }
  .site-top-inner #searchform input[type="text"], .site-main-header-inner #searchform input[type="text"] {
    width: 100%;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding: 6px 4px;
    padding-top: 8px;
    padding-left: 60px;
    background: none;
    border-width: 0;
    border-style: none;
    border-color: rgba(0, 0, 0, 0.2);
    font-size: 1.25em;
    outline: none; }

.site-main-header {
  background-color: #001d3a;
  position: relative; }
  .site-main-header-inner .site-header-menu {
    float: right; }
  .site-branding.logo {
    float: left;
    margin: 0 20px 0 0;
    padding: 10px 0 0; }
  #logo {
    display: block;
    height: 43px;
    line-height: 60px; }
    #logo img {
      max-height: 100%;
      vertical-align: middle; }

.site-main-subheader-inner {
  min-height: 200px;
  padding: 20px 0; }
  .site-main-subheader-inner h1, .site-main-subheader-inner h2, .site-main-subheader-inner h3 {
    margin: 0px;
    padding: 0px; }
  .site-main-subheader-inner .subheader-title {
    text-align: center; }
  .site-main-subheader-inner .subheader-text {
    text-align: center; }

.header-transparent .site-main-subheader {
  display: none; }

.header-transparent .site-header {
  position: absolute;
  width: 100%;
  z-index: 110; }

.header-transparent .site-main-header, .header-transparent .site-top {
  background-color: transparent; }

.sticky .site-header {
  position: fixed; }

/* responsive */
@media screen and (max-width: 1239px) {
  .site-main-subheader-inner, .site-main-header-inner, .site-top-inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 480px) and (max-width: 767px) {
  .site-branding.logo {
    margin: 0 30px 0 20px; } }

/*--------------------------------------------------------------
5.3 Footer
--------------------------------------------------------------*/
#colophon .widgets_wrapper-inner {
  padding-top: 20px; }

#colophon .widget ul, #colophon .widget ol {
  margin: 0;
  padding: 0; }

#colophon .site-footer-info a {
  color: #D5D5D5; }
  #colophon .site-footer-info a:hover {
    color: #fff; }

#colophon .site-info-one {
  float: left; }

#colophon .site-info-two {
  float: right; }

#colophon .cloudian-social {
  /* Social Sprite Postioning */
  /* Social Hovers */ }
  #colophon .cloudian-social .social-media {
    display: inline-block;
    margin-right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/refresh/cloudian-social-sprites.png) no-repeat 0 0; }
  #colophon .cloudian-social .facebook {
    background-position: 0 0; }
  #colophon .cloudian-social .twitter {
    background-position: -40px 0; }
  #colophon .cloudian-social .linkedin {
    background-position: -80px 0; }
  #colophon .cloudian-social .youtube {
    background-position: -120px 0; }
  #colophon .cloudian-social .slideshare {
    background-position: -160px 0; }
  #colophon .cloudian-social .facebook:hover {
    background-position: 0 -40px; }
  #colophon .cloudian-social .twitter:hover {
    background-position: -40px -40px; }
  #colophon .cloudian-social .linkedin:hover {
    background-position: -80px -40px; }
  #colophon .cloudian-social .youtube:hover {
    background-position: -120px -40px; }
  #colophon .cloudian-social .slideshare:hover {
    background-position: -160px -40px; }
  #colophon .cloudian-social .social-media:last-child {
    margin-right: 0; }
  #colophon .cloudian-social .social-media span {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
    background: #ffffff;
    color: #000000; }

/* responsive - footer */
@media screen and (min-width: 1024px) and (max-width: 1239px) {
  #colophon .widgets_wrapper-inner, #colophon .site-footer-info-inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (min-width: 768px) {
  #colophon aside .column:first-of-type {
    margin-left: 0; }
  #colophon aside .column:last-of-type {
    margin-right: 0; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  #colophon .widgets_wrapper-inner, #colophon .site-footer-info-inner {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 767px) {
  #colophon .widgets_wrapper-inner {
    max-width: 440px; }
  #colophon .widgets_wrapper-inner, #colophon .site-footer-info-inner {
    max-width: 390px;
    padding-left: 2%;
    padding-right: 2%; }
  #colophon .site-info-one, #colophon .site-info-two {
    max-width: 98%;
    clear: both;
    float: none;
    text-align: center; } }

@media screen and (max-width: 479px) {
  #colophon .widgets_wrapper-inner {
    max-width: 390px;
    padding-left: 2%;
    padding-right: 2%; } }

/* #Tablet (Portrait) & #Mobile (Landscape)													480 - 767	*
===================================================================================================== */
/*--------------------------------------------------------------
5.4 Navigation
--------------------------------------------------------------*/
.top-navigation {
  float: right; }
  .top-navigation .top-menu > li {
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
    text-transform: initial; }
    .top-navigation .top-menu > li a {
      color: white;
      display: block;
      padding: 8px 0px;
      margin: 0px 0px;
      display: block;
      text-decoration: none;
      text-transform: uppercase; }
      .top-navigation .top-menu > li a span {
        display: block;
        line-height: 20px;
        padding: 0 12px;
        white-space: nowrap; }
      .top-navigation .top-menu > li a:hover {
        color: #0050a0; }
    .top-navigation .top-menu > li:last-child a span {
      padding: 0 0 0 20px; }
    .top-navigation .top-menu > li.fa {
      padding: 0 10px; }
    .top-navigation .top-menu > li[class*="fa-"]:before {
      float: left;
      padding: 10px 12px 0 0;
      color: #fff; }

/* language picker  */
.site-top-languages {
  display: block;
  position: absolute;
  height: 60px;
  z-index: 400;
  top: 36px;
  right: 0;
  padding: 0;
  margin: 0; }
  .site-top-languages #top-languages {
    float: right;
    display: block; }
  .site-top-languages #menu-languages {
    padding: 20px;
    background-color: #ddd;
    display: block;
    min-height: 60px; }
    .site-top-languages #menu-languages > li {
      float: left;
      padding: 0 12px; }
      .site-top-languages #menu-languages > li a {
        background-color: transparent; }

/* footer legal */
.footer-legal-menu-container {
  float: right; }
  .footer-legal-menu-container .footer-legal-menu > li {
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
    text-transform: initial;
    /*
        &:last-child a span {
			        padding: 0 0 0 20px;

        }
*/ }
    .footer-legal-menu-container .footer-legal-menu > li a {
      color: #D5D5D5;
      display: block;
      padding: 8px 0px;
      margin: 0px 0px;
      display: block;
      text-decoration: none; }
      .footer-legal-menu-container .footer-legal-menu > li a span {
        display: block;
        line-height: 20px;
        padding: 0 6px;
        white-space: nowrap; }
      .footer-legal-menu-container .footer-legal-menu > li a:hover {
        color: #0050a0; }

@media screen and (min-width: 1024px) {
  .site-main-header.sticky {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    position: fixed;
    top: 0;
    z-index: 200; }
  .admin-bar .site-main-header.sticky {
    position: fixed;
    top: 25px;
    z-index: 200; } }

#site-navigation .primary-menu {
  display: block;
  min-width: 200px;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 1024px) {
  /* Desktop Menu Style */
  #site-navigation .primary-menu li {
    list-style: none;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px;
    display: block;
    position: relative;
    text-transform: initial; }
    #site-navigation .primary-menu li:last-child > a span {
      border: 0; }
    #site-navigation .primary-menu li.no-label > a span {
      color: transparent !important; }
    #site-navigation .primary-menu li a {
      color: #777;
      display: block;
      padding: 15px 0px;
      margin: 0px 0px;
      display: block;
      text-decoration: none; }
      #site-navigation .primary-menu li a:hover {
        color: #44affe; }
      #site-navigation .primary-menu li a span {
        display: block;
        line-height: 60px;
        padding: 0 16px;
        white-space: nowrap; }
    #site-navigation .primary-menu li:hover > ul {
      display: block; }
    #site-navigation .primary-menu li:first-child a span {
      padding: 0 14px 0 0; }
  #site-navigation .primary-menu > li > a {
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 15px 0;
    position: relative; }
    #site-navigation .primary-menu > li > a span {
      display: block;
      line-height: 60px;
      padding: 0 14px;
      white-space: nowrap; }
  #site-navigation {
    float: left; }
  #site-navigation .primary-menu li:hover > ul {
    display: block; }
  #site-navigation .primary-menu ul li:hover > ul {
    display: block;
    /*
	    -moz-animation: fadeInLeft .3s ease-in ;
	    -webkit-animation: fadeInLeft .3s ease-in ;
	    animation:fadeInLeft .3s ease-in ;
*/ }
  #site-navigation .primary-menu ul.sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 0 0;
    margin: 0px;
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position: left top;
    display: none;
    z-index: 300;
    /* 	Dropdown shadow */
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.4);
    font-size: 18px; }
    #site-navigation .primary-menu ul.sub-menu ul.sub-menu {
      display: block; }
    #site-navigation .primary-menu ul.sub-menu ul {
      left: 100%;
      top: 0px; }
    #site-navigation .primary-menu ul.sub-menu li {
      padding: 0px;
      margin: 0px;
      display: block;
      float: none;
      text-transform: none; }
      #site-navigation .primary-menu ul.sub-menu li:last-child {
        border: none; }
      #site-navigation .primary-menu ul.sub-menu li a {
        display: block;
        padding: 4px 0px;
        margin: 0px 0px;
        display: block; }
        #site-navigation .primary-menu ul.sub-menu li a span {
          display: block;
          line-height: 30px;
          padding: 0 24px 0 10px;
          white-space: normal;
          line-height: 1.25em; }
  #site-navigation .primary-menu > li.menu-item-has-children > ul.sub-menu {
    left: 50%;
    transform: translateX(-50%);
    padding: 0; }
    #site-navigation .primary-menu > li.menu-item-has-children > ul.sub-menu::after {
      content: '';
      position: absolute;
      border-bottom: 10px solid #ffffff;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      left: 50%;
      margin-left: -10px;
      height: 0;
      width: 0;
      top: -10px; }
  #site-navigation .primary-menu > li.menu-right > ul.sub-menu {
    left: inherit;
    right: 0; }
  /* Add arrows uncomment for arrows */
  #site-navigation ul.sub-menu li.menu-item-has-children {
    /*
		&:after{
			font-family: 'Fontawesome';
			content:"\f0da";
			color:#999;
			position: absolute;
			right: 5px;
			top:6px;
			margin-left: 5px;
		}
		ul li.menu-item-has-children:after{
			font-family: 'Fontawesome';
			content: "\f0da";
			color:#999;
			position: absolute;
			right: 10px;
			top:0px;
			margin-left: 5px;
		}
*/ } }

@media screen and (min-width: 1240px) {
  #site-navigation .primary-menu li:first-child a span {
    padding: 0 20px 0 0; }
  #site-navigation .primary-menu > li > a span {
    padding: 0 20px; } }

/* menu buttons  */
.site-mainmenu-extra-btn {
  float: left; }
  .site-mainmenu-extra-btn a.lb_search_menu_btn {
    color: #fff;
    float: left;
    padding: 15px 12px;
    line-height: 60px;
    position: relative; }
  .site-mainmenu-extra-btn .lb_cta_menu_btn {
    padding: 10px 0;
    display: inline-block; }
    .site-mainmenu-extra-btn .lb_cta_menu_btn .btn {
      padding: .2em 1.2em; }

#site-navigation .primary-menu .mega-menu.nav_menu-columns-2 > .sub-menu {
  width: 454px; }

#site-navigation .primary-menu .mega-menu.nav_menu-columns-3 > .sub-menu {
  width: 674px; }

#site-navigation .primary-menu .mega-menu.nav_menu-columns-4 > .sub-menu {
  width: 880px; }

#site-navigation .primary-menu .mega-menu > .sub-menu > li {
  width: 215px;
  float: left; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li.menu-item-object-mega_menu {
    padding: 16px; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header {
    padding-top: 10px;
    padding-left: 10px; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header > a span {
      font-weight: 700;
      color: #001d3a; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header-plain {
    padding-top: 20px;
    padding-left: 20px; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header-plain > a span {
      font-weight: inherit;
      color: #001d3a; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li.nav_menu-header-plain > a:hover span {
      color: #bcd035; }
  #site-navigation .primary-menu .mega-menu > .sub-menu > li > .sub-menu {
    position: relative;
    left: initial;
    top: initial;
    border: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-left: 0; }
    #site-navigation .primary-menu .mega-menu > .sub-menu > li > .sub-menu li {
      border: none; }

#site-navigation .primary-menu .mega-menu .menu-item-object-mega_menu {
  background-color: #f2f2f2; }

#site-navigation .primary-menu .mega-menu-contents {
  font-size: 14px;
  line-height: 1.5em; }
  #site-navigation .primary-menu .mega-menu-contents h1, #site-navigation .primary-menu .mega-menu-contents h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
    font-weight: 700; }
  #site-navigation .primary-menu .mega-menu-contents img {
    width: 100%;
    height: auto; }

@media screen and (max-width: 1023px) {
  .site-main-header {
    display: none; }
  .site-top {
    display: none; } }

@media screen and (min-width: 1024px) {
  .slicknav_menu {
    display: none; } }

/*--------------------------------------------------------------
5.5 Content
--------------------------------------------------------------*/
.site-content {
  z-index: 100;
  word-wrap: break-word; }
  .site-content .banner-hero h1, .site-content .banner-hero h2 {
    color: white;
    font-size: 3em; }
  .site-content .banner-hero p {
    color: white;
    font-size: 2em;
    line-height: 1.75em; }
  .site-content .wpb_wrapper .white-content {
    color: #ffffff; }
    .site-content .wpb_wrapper .white-content p, .site-content .wpb_wrapper .white-content h1, .site-content .wpb_wrapper .white-content h2, .site-content .wpb_wrapper .white-content h3, .site-content .wpb_wrapper .white-content h4, .site-content .wpb_wrapper .white-content span, .site-content .wpb_wrapper .white-content li {
      color: #ffffff; }
  .site-content .wpb_wrapper .white-list li {
    font-size: 1.5rem;
    line-height: 1.625; }
    .site-content .wpb_wrapper .white-list li a {
      color: #fff; }
    .site-content .wpb_wrapper .white-list li:hover a {
      color: #bcd035;
      text-decoration: none; }
    .site-content .wpb_wrapper .white-list li:before {
      content: '\00bb' !important; }
  .site-content nav.breadcrumb {
    padding: 12px 0 24px; }
  .site-content .entry-footer {
    position: relative; }
    .site-content .entry-footer .edit-link {
      position: absolute;
      top: -48px;
      right: 0;
      position: absolute;
      padding: 2px 4px;
      background-color: #bcd035;
      border-color: #74811e;
      border-radius: 2px;
      border-width: 1px;
      border-style: solid;
      opacity: .4;
      -webkit-transition: all 0.8s;
      -moz-transition: all 0.8s;
      transition: all 0.8s; }
      .site-content .entry-footer .edit-link:hover {
        padding: 6px 12px;
        /*
				background-color: $color-client-green;
				border-color: darken($color-client-green, 20%);
*/
        opacity: 1; }
        .site-content .entry-footer .edit-link:hover a {
          color: #000; }
      .site-content .entry-footer .edit-link a {
        color: #000; }

.entry-content .cloudian-home-icon p, .entry-content .cloudian-home-icon p span {
  font-size: 18px; }

.entry-content .cloudian-home-icon h1, .entry-content .cloudian-home-icon h2 {
  font-size: 24px; }

.entry-content .cloudian-home-icon .wpb_text_column .wpb_wrapper {
  text-align: center; }

.entry-content .breadcrumb {
  color: #aaaaad; }
  .entry-content .breadcrumb a {
    color: #aaaaad; }
    .entry-content .breadcrumb a:hover {
      color: #bcd035; }

.entry-content .cta-wide-strip .wpb_text_column h2 {
  color: white; }

.content-padding .site-main {
  padding-top: 40px;
  padding-bottom: 0; }

.content-padding .sidebar-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

#primary {
  width: 100%; }

.sidebar_right #primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  float: left; }
  .sidebar_right #primary:last-child {
    margin-right: 0; }
  .sidebar_right #primary .entry-content {
    width: 100%; }

.sidebar_right #secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: right; }
  .sidebar_right #secondary:last-child {
    margin-right: 0; }

.sidebar_left #primary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  float: right; }
  .sidebar_left #primary:last-child {
    margin-right: 0; }

.sidebar_left #secondary {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: left; }
  .sidebar_left #secondary:last-child {
    margin-right: 0; }

.sidebar_no {
  width: 100%; }

/* responsive - footer */
@media screen and (min-width: 768px) {
  .five-columns .vc_col-sm-2 {
    width: 20%; } }

@media screen and (max-width: 767px) {
  .sidebar_right #primary, .sidebar_left #primary {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    float: none; }
    .sidebar_right #primary:last-child, .sidebar_left #primary:last-child {
      margin-right: 0; }
    .sidebar_right #primary::after, .sidebar_left #primary::after {
      clear: both;
      content: "";
      display: block; }
  .sidebar_right #secondary, .sidebar_left #secondary {
    float: left;
    display: block;
    margin-right: 3.57866%;
    width: 100%;
    float: none; }
    .sidebar_right #secondary:last-child, .sidebar_left #secondary:last-child {
      margin-right: 0; }
    .sidebar_right #secondary::after, .sidebar_left #secondary::after {
      clear: both;
      content: "";
      display: block; } }

@media screen and (max-width: 1239px) {
  .vc_row > .vc_column_container > .vc_column-inner > .wpb_wrapper, .site-content-inner #primary, .site-content-inner #secondary {
    padding: 0 20px; } }

/* 	#Mobile (Portrait) < 479  - 4 columns  */
/* #Tablet (Portrait) & #Mobile (Landscape)	 480 - 767 : 8 columns  */
/* #Tablet Min / Max (Portrait)  < 768 : 8 columns */
/* #Tablet Landscape: 768 - 959 : 8 columns	 */
/* #Desktop:960 - 1239 : 12 columns */
/* #Wide Screen: > 1240 : 12 columns	 */
/*--------------------------------------------------------------
5.5.1 Content
--------------------------------------------------------------*/
.blog-template .entry-title, .videos-template .entry-title, .page-template-template-video .entry-title, .page-template-template-casestudies .entry-title, .page-template-template-product-brief .entry-title, .page-template-template-solution-brief .entry-title, .page-template-template-whitepapers .entry-title {
  font-size: 1.7em;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  line-height: 1.25em; }

.blog-template .post-description a:hover, .videos-template .post-description a:hover, .page-template-template-video .post-description a:hover, .page-template-template-casestudies .post-description a:hover, .page-template-template-product-brief .post-description a:hover, .page-template-template-solution-brief .post-description a:hover, .page-template-template-whitepapers .post-description a:hover {
  text-decoration: none; }
  .blog-template .post-description a:hover h2, .videos-template .post-description a:hover h2, .page-template-template-video .post-description a:hover h2, .page-template-template-casestudies .post-description a:hover h2, .page-template-template-product-brief .post-description a:hover h2, .page-template-template-solution-brief .post-description a:hover h2, .page-template-template-whitepapers .post-description a:hover h2 {
    color: #001d3a; }

.blog-template .post-meta-container, .videos-template .post-meta-container, .page-template-template-video .post-meta-container, .page-template-template-casestudies .post-meta-container, .page-template-template-product-brief .post-meta-container, .page-template-template-solution-brief .post-meta-container, .page-template-template-whitepapers .post-meta-container {
  text-transform: uppercase;
  color: grey;
  padding: 0 0 8px;
  font-size: .9em; }
  .blog-template .post-meta-container a, .videos-template .post-meta-container a, .page-template-template-video .post-meta-container a, .page-template-template-casestudies .post-meta-container a, .page-template-template-product-brief .post-meta-container a, .page-template-template-solution-brief .post-meta-container a, .page-template-template-whitepapers .post-meta-container a {
    color: grey; }
  .blog-template .post-meta-container .author span, .videos-template .post-meta-container .author span, .page-template-template-video .post-meta-container .author span, .page-template-template-casestudies .post-meta-container .author span, .page-template-template-product-brief .post-meta-container .author span, .page-template-template-solution-brief .post-meta-container .author span, .page-template-template-whitepapers .post-meta-container .author span {
    padding-left: 0; }

.blog-template .post-thumbnail, .videos-template .post-thumbnail, .page-template-template-video .post-thumbnail, .page-template-template-casestudies .post-thumbnail, .page-template-template-product-brief .post-thumbnail, .page-template-template-solution-brief .post-thumbnail, .page-template-template-whitepapers .post-thumbnail {
  padding: 0 24px 0 0; }
  .blog-template .post-thumbnail img, .videos-template .post-thumbnail img, .page-template-template-video .post-thumbnail img, .page-template-template-casestudies .post-thumbnail img, .page-template-template-product-brief .post-thumbnail img, .page-template-template-solution-brief .post-thumbnail img, .page-template-template-whitepapers .post-thumbnail img {
    border: 1px solid  #ddd; }

.blog-template .site-main.list.list article, .videos-template .site-main.list.list article, .page-template-template-video .site-main.list.list article, .page-template-template-casestudies .site-main.list.list article, .page-template-template-product-brief .site-main.list.list article, .page-template-template-solution-brief .site-main.list.list article, .page-template-template-whitepapers .site-main.list.list article {
  float: left;
  padding-bottom: 20px; }
  .blog-template .site-main.list.list article.no-image .post-description, .videos-template .site-main.list.list article.no-image .post-description, .page-template-template-video .site-main.list.list article.no-image .post-description, .page-template-template-casestudies .site-main.list.list article.no-image .post-description, .page-template-template-product-brief .site-main.list.list article.no-image .post-description, .page-template-template-solution-brief .site-main.list.list article.no-image .post-description, .page-template-template-whitepapers .site-main.list.list article.no-image .post-description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 34.11922%; }
    .blog-template .site-main.list.list article.no-image .post-description:last-child, .videos-template .site-main.list.list article.no-image .post-description:last-child, .page-template-template-video .site-main.list.list article.no-image .post-description:last-child, .page-template-template-casestudies .site-main.list.list article.no-image .post-description:last-child, .page-template-template-product-brief .site-main.list.list article.no-image .post-description:last-child, .page-template-template-solution-brief .site-main.list.list article.no-image .post-description:last-child, .page-template-template-whitepapers .site-main.list.list article.no-image .post-description:last-child {
      margin-right: 0; }
  .blog-template .site-main.list.list article .entry-content .post-thumbnail-wrapper, .videos-template .site-main.list.list article .entry-content .post-thumbnail-wrapper, .page-template-template-video .site-main.list.list article .entry-content .post-thumbnail-wrapper, .page-template-template-casestudies .site-main.list.list article .entry-content .post-thumbnail-wrapper, .page-template-template-product-brief .site-main.list.list article .entry-content .post-thumbnail-wrapper, .page-template-template-solution-brief .site-main.list.list article .entry-content .post-thumbnail-wrapper, .page-template-template-whitepapers .site-main.list.list article .entry-content .post-thumbnail-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .blog-template .site-main.list.list article .entry-content .post-thumbnail-wrapper:last-child, .videos-template .site-main.list.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-video .site-main.list.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-casestudies .site-main.list.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-product-brief .site-main.list.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-solution-brief .site-main.list.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-whitepapers .site-main.list.list article .entry-content .post-thumbnail-wrapper:last-child {
      margin-right: 0; }
  .blog-template .site-main.list.list article .entry-content .post-description, .videos-template .site-main.list.list article .entry-content .post-description, .page-template-template-video .site-main.list.list article .entry-content .post-description, .page-template-template-casestudies .site-main.list.list article .entry-content .post-description, .page-template-template-product-brief .site-main.list.list article .entry-content .post-description, .page-template-template-solution-brief .site-main.list.list article .entry-content .post-description, .page-template-template-whitepapers .site-main.list.list article .entry-content .post-description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .blog-template .site-main.list.list article .entry-content .post-description:last-child, .videos-template .site-main.list.list article .entry-content .post-description:last-child, .page-template-template-video .site-main.list.list article .entry-content .post-description:last-child, .page-template-template-casestudies .site-main.list.list article .entry-content .post-description:last-child, .page-template-template-product-brief .site-main.list.list article .entry-content .post-description:last-child, .page-template-template-solution-brief .site-main.list.list article .entry-content .post-description:last-child, .page-template-template-whitepapers .site-main.list.list article .entry-content .post-description:last-child {
      margin-right: 0; }
  .blog-template .site-main.list.list article footer.entry-footer, .videos-template .site-main.list.list article footer.entry-footer, .page-template-template-video .site-main.list.list article footer.entry-footer, .page-template-template-casestudies .site-main.list.list article footer.entry-footer, .page-template-template-product-brief .site-main.list.list article footer.entry-footer, .page-template-template-solution-brief .site-main.list.list article footer.entry-footer, .page-template-template-whitepapers .site-main.list.list article footer.entry-footer {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 34.11922%; }
    .blog-template .site-main.list.list article footer.entry-footer:last-child, .videos-template .site-main.list.list article footer.entry-footer:last-child, .page-template-template-video .site-main.list.list article footer.entry-footer:last-child, .page-template-template-casestudies .site-main.list.list article footer.entry-footer:last-child, .page-template-template-product-brief .site-main.list.list article footer.entry-footer:last-child, .page-template-template-solution-brief .site-main.list.list article footer.entry-footer:last-child, .page-template-template-whitepapers .site-main.list.list article footer.entry-footer:last-child {
      margin-right: 0; }

.blog-template .site-main.list.list.no-images article.no-image .post-description, .videos-template .site-main.list.list.no-images article.no-image .post-description, .page-template-template-video .site-main.list.list.no-images article.no-image .post-description, .page-template-template-casestudies .site-main.list.list.no-images article.no-image .post-description, .page-template-template-product-brief .site-main.list.list.no-images article.no-image .post-description, .page-template-template-solution-brief .site-main.list.list.no-images article.no-image .post-description, .page-template-template-whitepapers .site-main.list.list.no-images article.no-image .post-description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%; }
  .blog-template .site-main.list.list.no-images article.no-image .post-description:last-child, .videos-template .site-main.list.list.no-images article.no-image .post-description:last-child, .page-template-template-video .site-main.list.list.no-images article.no-image .post-description:last-child, .page-template-template-casestudies .site-main.list.list.no-images article.no-image .post-description:last-child, .page-template-template-product-brief .site-main.list.list.no-images article.no-image .post-description:last-child, .page-template-template-solution-brief .site-main.list.list.no-images article.no-image .post-description:last-child, .page-template-template-whitepapers .site-main.list.list.no-images article.no-image .post-description:last-child {
    margin-right: 0; }

.blog-template .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper, .videos-template .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper, .page-template-template-video .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper, .page-template-template-casestudies .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper, .page-template-template-product-brief .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper, .page-template-template-solution-brief .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper, .page-template-template-whitepapers .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: -2.35765%; }
  .blog-template .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper:last-child, .videos-template .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-video .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-casestudies .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-product-brief .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-solution-brief .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-whitepapers .site-main.list.list.no-images article .entry-content .post-thumbnail-wrapper:last-child {
    margin-right: 0; }

.blog-template .site-main.list.list.no-images article .entry-content .post-description, .videos-template .site-main.list.list.no-images article .entry-content .post-description, .page-template-template-video .site-main.list.list.no-images article .entry-content .post-description, .page-template-template-casestudies .site-main.list.list.no-images article .entry-content .post-description, .page-template-template-product-brief .site-main.list.list.no-images article .entry-content .post-description, .page-template-template-solution-brief .site-main.list.list.no-images article .entry-content .post-description, .page-template-template-whitepapers .site-main.list.list.no-images article .entry-content .post-description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .blog-template .site-main.list.list.no-images article .entry-content .post-description:last-child, .videos-template .site-main.list.list.no-images article .entry-content .post-description:last-child, .page-template-template-video .site-main.list.list.no-images article .entry-content .post-description:last-child, .page-template-template-casestudies .site-main.list.list.no-images article .entry-content .post-description:last-child, .page-template-template-product-brief .site-main.list.list.no-images article .entry-content .post-description:last-child, .page-template-template-solution-brief .site-main.list.list.no-images article .entry-content .post-description:last-child, .page-template-template-whitepapers .site-main.list.list.no-images article .entry-content .post-description:last-child {
    margin-right: 0; }

.blog-template .site-main.list.list.no-images article footer.entry-footer, .videos-template .site-main.list.list.no-images article footer.entry-footer, .page-template-template-video .site-main.list.list.no-images article footer.entry-footer, .page-template-template-casestudies .site-main.list.list.no-images article footer.entry-footer, .page-template-template-product-brief .site-main.list.list.no-images article footer.entry-footer, .page-template-template-solution-brief .site-main.list.list.no-images article footer.entry-footer, .page-template-template-whitepapers .site-main.list.list.no-images article footer.entry-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-left: 0%; }
  .blog-template .site-main.list.list.no-images article footer.entry-footer:last-child, .videos-template .site-main.list.list.no-images article footer.entry-footer:last-child, .page-template-template-video .site-main.list.list.no-images article footer.entry-footer:last-child, .page-template-template-casestudies .site-main.list.list.no-images article footer.entry-footer:last-child, .page-template-template-product-brief .site-main.list.list.no-images article footer.entry-footer:last-child, .page-template-template-solution-brief .site-main.list.list.no-images article footer.entry-footer:last-child, .page-template-template-whitepapers .site-main.list.list.no-images article footer.entry-footer:last-child {
    margin-right: 0; }

/* blog - list */
.blog-template .site-main article {
  margin-bottom: 25px;
  border-bottom: #e2e2e2 1px solid; }
  .blog-template .site-main article:last-of-type {
    margin-bottom: 0;
    border-bottom: none; }

.blog-template .site-main .entry-title {
  font-size: 34px;
  font-weight: 300; }

/* single-blog */
.single .site-main {
  padding-top: 20px;
  padding-bottom: 20px; }

.single .sidebar-inner {
  padding-top: 20px;
  padding-bottom: 20px; }

.single-blog .site-content-inner {
  padding-top: 30px; }

.single-blog .site-main-subheader-inner.flex-align {
  justify-content: flex-start; }
  .single-blog .site-main-subheader-inner.flex-align h1, .single-blog .site-main-subheader-inner.flex-align h2, .single-blog .site-main-subheader-inner.flex-align h3 {
    text-align: left; }

.single-blog .has-image .entry-header .entry-title {
  padding-top: 20px; }

/* archive */
.archive .site-content-inner {
  padding-top: 30px; }

/* responsive */
@media screen and (max-width: 479px) {
  .blog-template .site-main.list article, .videos-template .site-main.list article, .page-template-template-video .site-main.list article, .page-template-template-casestudies .site-main.list article, .page-template-template-product-brief .site-main.list article, .page-template-template-solution-brief .site-main.list article, .page-template-template-whitepapers .site-main.list article {
    float: left;
    padding-bottom: 12px; }
    .blog-template .site-main.list article .entry-content .post-thumbnail-wrapper, .videos-template .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-video .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-casestudies .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-product-brief .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-solution-brief .site-main.list article .entry-content .post-thumbnail-wrapper, .page-template-template-whitepapers .site-main.list article .entry-content .post-thumbnail-wrapper {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 19.43277%; }
      .blog-template .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .videos-template .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-video .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-casestudies .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-product-brief .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-solution-brief .site-main.list article .entry-content .post-thumbnail-wrapper:last-child, .page-template-template-whitepapers .site-main.list article .entry-content .post-thumbnail-wrapper:last-child {
        margin-right: 0; }
    .blog-template .site-main.list article .entry-content .post-description, .videos-template .site-main.list article .entry-content .post-description, .page-template-template-video .site-main.list article .entry-content .post-description, .page-template-template-casestudies .site-main.list article .entry-content .post-description, .page-template-template-product-brief .site-main.list article .entry-content .post-description, .page-template-template-solution-brief .site-main.list article .entry-content .post-description, .page-template-template-whitepapers .site-main.list article .entry-content .post-description {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 73.14426%; }
      .blog-template .site-main.list article .entry-content .post-description:last-child, .videos-template .site-main.list article .entry-content .post-description:last-child, .page-template-template-video .site-main.list article .entry-content .post-description:last-child, .page-template-template-casestudies .site-main.list article .entry-content .post-description:last-child, .page-template-template-product-brief .site-main.list article .entry-content .post-description:last-child, .page-template-template-solution-brief .site-main.list article .entry-content .post-description:last-child, .page-template-template-whitepapers .site-main.list article .entry-content .post-description:last-child {
        margin-right: 0; }
    .blog-template .site-main.list article footer.entry-footer, .videos-template .site-main.list article footer.entry-footer, .page-template-template-video .site-main.list article footer.entry-footer, .page-template-template-casestudies .site-main.list article footer.entry-footer, .page-template-template-product-brief .site-main.list article footer.entry-footer, .page-template-template-solution-brief .site-main.list article footer.entry-footer, .page-template-template-whitepapers .site-main.list article footer.entry-footer {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%; }
      .blog-template .site-main.list article footer.entry-footer:last-child, .videos-template .site-main.list article footer.entry-footer:last-child, .page-template-template-video .site-main.list article footer.entry-footer:last-child, .page-template-template-casestudies .site-main.list article footer.entry-footer:last-child, .page-template-template-product-brief .site-main.list article footer.entry-footer:last-child, .page-template-template-solution-brief .site-main.list article footer.entry-footer:last-child, .page-template-template-whitepapers .site-main.list article footer.entry-footer:last-child {
        margin-right: 0; }
    .blog-template .site-main.list article .post-thumbnail, .videos-template .site-main.list article .post-thumbnail, .page-template-template-video .site-main.list article .post-thumbnail, .page-template-template-casestudies .site-main.list article .post-thumbnail, .page-template-template-product-brief .site-main.list article .post-thumbnail, .page-template-template-solution-brief .site-main.list article .post-thumbnail, .page-template-template-whitepapers .site-main.list article .post-thumbnail {
      padding: 0 0 0 0; }
      .blog-template .site-main.list article .post-thumbnail img, .videos-template .site-main.list article .post-thumbnail img, .page-template-template-video .site-main.list article .post-thumbnail img, .page-template-template-casestudies .site-main.list article .post-thumbnail img, .page-template-template-product-brief .site-main.list article .post-thumbnail img, .page-template-template-solution-brief .site-main.list article .post-thumbnail img, .page-template-template-whitepapers .site-main.list article .post-thumbnail img {
        border: 1px solid  #ddd; }
    .blog-template .site-main.list article.no-image .entry-content .post-description, .videos-template .site-main.list article.no-image .entry-content .post-description, .page-template-template-video .site-main.list article.no-image .entry-content .post-description, .page-template-template-casestudies .site-main.list article.no-image .entry-content .post-description, .page-template-template-product-brief .site-main.list article.no-image .entry-content .post-description, .page-template-template-solution-brief .site-main.list article.no-image .entry-content .post-description, .page-template-template-whitepapers .site-main.list article.no-image .entry-content .post-description {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%;
      margin-left: 0%; }
      .blog-template .site-main.list article.no-image .entry-content .post-description:last-child, .videos-template .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-video .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-casestudies .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-product-brief .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-solution-brief .site-main.list article.no-image .entry-content .post-description:last-child, .page-template-template-whitepapers .site-main.list article.no-image .entry-content .post-description:last-child {
        margin-right: 0; }
  .blog-template article {
    margin-bottom: 12px;
    border-bottom: #e2e2e2 1px solid; } }

/* 	#Mobile (Portrait) < 479  - 4 columns  */
/* #Tablet (Portrait) & #Mobile (Landscape)	 480 - 767 : 8 columns  */
/* #Tablet Min / Max (Portrait)  < 768 : 8 columns */
/* #Tablet Landscape: 768 - 959 : 8 columns	 */
/* #Desktop:960 - 1239 : 12 columns */
/* #Wide Screen: > 1240 : 12 columns	 */
/*--------------------------------------------------------------
5.6 Sidebar
--------------------------------------------------------------*/
.site-content-inner .wpb_widgetised_column .widget-title, .site-content-inner .sidebar.widget-area .widget-title {
  font-size: 20px;
  border-bottom: 1px solid #091335;
  color: #49a32f;
  padding-bottom: 12px;
  text-transform: uppercase; }

.site-content-inner .wpb_widgetised_column ul, .site-content-inner .wpb_widgetised_column li, .site-content-inner .sidebar.widget-area ul, .site-content-inner .sidebar.widget-area li {
  padding: 0;
  margin: 0; }

.site-content-inner .wpb_widgetised_column li, .site-content-inner .sidebar.widget-area li {
  padding-bottom: 6px; }

.site-content-inner .wpb_widgetised_column a, .site-content-inner .sidebar.widget-area a {
  color: gray; }
  .site-content-inner .wpb_widgetised_column a:hover, .site-content-inner .sidebar.widget-area a:hover {
    color: #49a32f; }

/*--------------------------------------------------------------
5.7 custom post types
--------------------------------------------------------------*/
.news-article {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
  margin-bottom: 20px;
  border-bottom: #ddd solid 1px;
  padding-bottom: 20px; }
  .news-article::after {
    clear: both;
    content: "";
    display: block; }
  .news-article__image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: center; }
    .news-article__image:last-child {
      margin-right: 0; }
    .news-article__image img {
      margin: 0;
      max-width: 100%;
      height: auto; }
  .news-article__info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .news-article__info:last-child {
      margin-right: 0; }
  .news-article__title .entry-title {
    font-size: 22px;
    margin: 0 0 6px;
    color: #76777b; }
    .news-article__title .entry-title:hover {
      color: #bcd035;
      text-decoration: none; }
  .news-article__title a {
    color: #76777b; }
    .news-article__title a:hover {
      color: #bcd035;
      text-decoration: none; }
  .news-article__pubdate {
    color: #aaaaad; }

/*
.site-content .news-article {
	&:last-of-type {
		border-bottom: none;
	}
}
*/
.casestudy__image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  text-align: center; }
  .casestudy__image:last-child {
    margin-right: 0; }
  .casestudy__image img {
    margin: 0;
    max-width: 100%;
    height: auto; }

.casestudy__info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .casestudy__info:last-child {
    margin-right: 0; }

.casestudy__title .entry-title {
  font-size: 22px;
  margin: 0 0 6px;
  color: #bcd035; }

.casestudy__content .btn {
  margin-left: 0;
  margin-right: 0; }

.press {
  position: relative; }
  .press .post-description {
    border-bottom: solid 1px #ddd;
    padding-bottom: 12px;
    margin-bottom: 12px; }
    .press .post-description__content {
      font: 14px 'Fira Sans', sans-serif;
      font-weight: 400;
      line-height: 1.25rem;
      color: #404d58;
      margin: 0; }
  .press .entry-title {
    font: 22px 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #404d58;
    margin: 0;
    padding-bottom: 10px; }

@media screen and (max-width: 479px) {
  .news-article {
    margin-bottom: 20px;
    border-bottom: #ddd solid 1px;
    padding-bottom: 20px; }
    .news-article__image {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .news-article__image:last-child {
        margin-right: 0; }
    .news-article__info {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .news-article__info:last-child {
        margin-right: 0; }
  .casestudy {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .casestudy__image {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .casestudy__image:last-child {
        margin-right: 0; }
    .casestudy__info {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .casestudy__info:last-child {
        margin-right: 0; } }

/*--------------------------------------------------------------
5.8 archive - category - tax - posts
--------------------------------------------------------------*/
.pagination {
  border-top: 2px solid #aaaaad;
  font-family: "Fira Sans";
  font-size: 16px;
  margin: 25px 0 25px;
  min-height: 44px;
  position: relative; }
  .pagination:before, .pagination:after {
    background-color: #aaaaad;
    content: "";
    height: 40px;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 0; }
  .pagination:before {
    right: 0; }
  .pagination:after {
    right: 42px; }
  .pagination a:hover, .pagination a:active {
    color: #001d3a; }
  .pagination .nav-links {
    padding-right: 106px;
    position: relative;
    font-family: FontAwesome; }
    .pagination .nav-links:before, .pagination .nav-links:after {
      font-family: FontAwesome;
      color: #fff;
      font-size: 20px;
      line-height: 39px;
      opacity: 0.3;
      position: absolute;
      width: 40px;
      z-index: 1; }
    .pagination .nav-links:before {
      content: "\f061";
      right: -1px; }
    .pagination .nav-links:after {
      content: "\f060";
      right: 43px; }
  .pagination .page-numbers {
    display: none;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    text-transform: uppercase;
    font-family: "Fira Sans"; }
  .pagination .current {
    display: inline-block;
    font-weight: 700; }
  .pagination .prev, .pagination .next {
    background-color: #aaaaad;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 2; }
  .pagination .prev:before, .pagination .next:before {
    font-size: 20px;
    height: 41px;
    line-height: 40px;
    position: relative;
    width: 41px; }
  .pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
    background-color: #007acc;
    color: #fff; }
  .pagination .prev:focus,
  .pagination .next:focus {
    outline: 0; }
  .pagination .prev {
    right: 42px; }
  .pagination .prev:before {
    content: "\f060";
    left: -1px;
    top: -1px; }
  .pagination .next {
    right: 0; }
  .pagination .next:before {
    content: "\f061";
    right: -1px;
    top: -1px; }
  .pagination a {
    text-decoration: none; }

@media screen and (min-width: 480px) {
  .pagination .page-numbers {
    display: inline-block; } }

.pagination .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.navigation.pagination {
  clear: both; }

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important; }

.pagination .nav-links:before, .pagination .nav-links:after, .pagination .prev:before, .pagination .next:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: FontAwesome;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top; }

/*--------------------------------------------------------------
5.9 Visual Composer
--------------------------------------------------------------*/
.no-margin {
  margin: 0; }

.entry-content .wpb_text_column h2 {
  margin-top: 0; }

.entry-content .wpb_content_element.no-margin-bottom {
  margin-bottom: 0; }

.no-margin-left-right {
  margin-left: 0;
  margin-right: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-right {
  margin-right: 0; }

/*--------------------------------------------------------------
5.9.1 responsive
--------------------------------------------------------------*/
.tablet_display {
  display: none; }

.mobile_display {
  display: none; }

@media screen and (max-width: 767px) {
  .tablet_display {
    display: block; } }

@media screen and (max-width: 479px) {
  .mobile_display {
    display: block; } }

/*--------------------------------------------------------------
6.0 Vendors
--------------------------------------------------------------*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

/* --- mobile search form ---- */
.slicknav_search_icon a {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
  color: white; }

.slicknav_menu {
  position: relative; }
  .slicknav_menu .search_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 201;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .slicknav_menu .mobilesearchform {
    background-color: #1a1a1a;
    padding: 14px; }
    .slicknav_menu .mobilesearchform .fa-search {
      left: 40px;
      color: rgba(226, 226, 226, 0.5); }
    .slicknav_menu .mobilesearchform .fa-search, .slicknav_menu .mobilesearchform .icon_close {
      position: absolute;
      top: 24px;
      font-size: 20px;
      line-height: 20px;
      display: block; }
    .slicknav_menu .mobilesearchform .icon_close {
      right: 35px;
      color: #fff;
      opacity: 0.3;
      filter: alpha(opacity=30);
      -moz-transition: all, 0.2s, ease-in-out;
      -o-transition: all, 0.2s, ease-in-out;
      -webkit-transition: all, 0.2s, ease-in-out;
      transition: all, 0.2s, ease-in-out; }
      .slicknav_menu .mobilesearchform .icon_close:hover {
        right: 35px;
        opacity: 1;
        filter: alpha(opacity=100); }
    .slicknav_menu .mobilesearchform input[type="text"] {
      width: 100%;
      margin: 0;
      color: rgba(255, 255, 255, 0.8);
      -moz-box-shadow: 0 0 0;
      -webkit-box-shadow: 0 0 0;
      box-shadow: 0 0 0;
      padding: 6px 4px;
      padding-top: 8px;
      padding-left: 60px;
      background: none;
      border-width: 0;
      border-style: none;
      border-color: rgba(0, 0, 0, 0.2);
      font-size: 1.25em;
      outline: none; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

/*
$color-client : #1946ba;
$color-client-dark : darken($color-client,20%);

$color-client-red : #ad4b2a;
$color-client-green : #56ae3d;
$color-client-gold : #ddae3e;
$color-client-blue-light : #628fe7;
$color-client-blue-green : #3f95b6;

$color-client-grey : #76777b;

$color-client-grey-dark : darken($color-client-grey,20%);
$color-client-grey-light : lighten($color-client-grey,20%);

*/
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #001d3a;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #444547;
  font-size: 24px;
  text-transform: uppercase; }

.slicknav_search_icon {
  margin: 3px 0px 2px;
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase; }

.slicknav_search_icon {
  color: #fff;
  font-weight: bold; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: black;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: black;
      color: white; }
    .slicknav_nav a .slicknav_arrow {
      float: right; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 8px 10px 2px;
  height: 50px; }
  .slicknav_brand img {
    max-height: 100%;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }

/*--------------------------------------------------------------
7.0 Layout
--------------------------------------------------------------*/
/* ======== footer ======= */
#colophon .widget .widget-title {
  color: #D5D5D5;
  font-size: 16px;
  text-transform: uppercase; }

#colophon, #colophon .widget ul li, #colophon .widget ul li p, #colophon .widget ol li, #colophon .widget ol li p, #colophon .widget p, #colophon .widget a {
  color: #D5D5D5;
  font-size: 14px; }

#colophon .widget ul li a, #colophon .widget ul li p a, #colophon .widget ol li a, #colophon .widget ol li p a {
  color: #D5D5D5; }

/* flex column balance*/

/*# sourceMappingURL=style.css.map */





#menu-item-10995 .sub-menu{width:460px!important;overflow:hidden;padding:20px 0 20px 20px!important;}
#menu-item-10995 .sub-menu li{width: 215px!important;float: left!important;}


.resource_box h2#no1{margin-top:-120px!important;padding-top:210px!important;}
.resource_box h2#no2{margin-top:-90px!important;padding-top:120px!important;}
.resource_box h2#no3{margin-top: -120px!important;padding-top:210px!important;}
.resource_box h2#no4{margin-top: -90px!important;padding-top:120px!important;}


.resource_box{overflow:hidden;width:1000px;margin:0 auto;}
.resource_box div:first-child{float:left;width:450px;}
.resource_box div:last-child{float:right;width:450px;}

@media only screen and (max-width:950px){
	.resource_box{width:100%;}
	.resource_box div:first-child{float:none;width:100%;}
	.resource_box div:last-child{float:none;width:100%;margin:30px 0 0 0;}
	.resource_box h2#no1{margin-top:0!important;padding-top:30px!important;}
	.resource_box h2#no2{margin-top:0!important;padding-top:30px!important;}
	.resource_box h2#no3{margin-top:0!important;padding-top:30px!important;}
	.resource_box h2#no4{margin-top:0!important;padding-top:30px!important;}

}
