@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-hairline-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-hairline-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-ultralight-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-ultralight-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-extrabold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
/*----------------------------------------*/
/* test */
/*----------------------------------------*/
/* Base CSS Reset Below*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
/* Zer0to5ive */
/* ¯\_(ツ)_/¯  */
html {
  font-size: 16px;
  font-family: sans-serif;
}
body {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4e4e4e;
  background-color: #f7f7f7;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
.nav ul {
  list-style-type: none;
}
.nav ul li {
  display: inline-block;
}
.listmenu ul {
  list-style-type: none;
  padding: 0;
}
.listmenu ul li {
  display: block;
  margin: 5px 0;
}
.listmenu ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #282828;
}
a {
  -ms-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  color: #0288d1;
  text-decoration: none;
}
.nocolor {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 15px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 15px;
}
h1,
.h1 {
  font-size: 44px;
  color: #0288d1;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 24px;
  color: #666;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 27px;
}
h3,
.h3 {
  font-size: 30px;
  color: #0C426E;
  font-weight: 500;
}
h4,
.h4 {
  font-size: 24px;
  color: #0C426E;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 20px;
  color: #0288d1;
  font-weight: 500;
  line-height: 20px;
}
h6,
.h6 {
  font-size: 18px;
  color: #0C426E;
  font-weight: 500;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 23px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 19px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 10px;
  }
}
p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
p:empty {
  display: none;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
a {
  color: #f37321;
  line-height: normal;
}
ul {
  list-style-type: disc;
  padding-left: 22px;
  margin-bottom: 15px;
}
ol {
  list-style-type: decimal;
  padding-left: 22px;
  margin-bottom: 15px;
}
ul li,
ol li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-bottom: 5px;
}
blockquote {
  display: block;
  padding: 20px;
  border-left: 4px solid #0288d1;
  margin-bottom: 15px;
}
/**/
/* Image styles */
/**/
img {
  max-width: 100%;
  height: auto;
}
img.alignleft,
img.alignright,
img.alignnone {
  border-radius: 0;
  border: none;
}
.alignleft,
.alignright,
.alignnone,
.aligncenter {
  border: none;
  padding: 15px;
  max-width: 100%;
}
.alignleft {
  float: left;
  padding-left: 0;
}
.alignright {
  float: right;
  padding-right: 0;
}
.alignnone {
  float: none;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  padding-top: 10px;
}
.col-xs-5er,
.col-sm-5er,
.col-md-5er,
.col-lg-5er {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-5er {
  width: 20%;
  float: left;
}
@media (max-width: 767px) {
  img.aligncenter {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .col-sm-5er {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5er {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5er {
    width: 20%;
    float: left;
  }
}
input {
  outline-color: #0288d1;
}
/*----------------------------------------*/
/*  Global Styles */
/*----------------------------------------*/
#main_wrapper {
  /* Main Wrapper of Site*/
}
@media (max-width: 767px) {
  #content_wrapper {
    padding: 0 15px;
  }
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-small {
  font-size: 13px;
}
.text-white {
  color: #fff;
}
.font-small {
  font-size: 18px;
}
@media (max-width: 767px) {
  .font-small {
    font-size: 13px;
  }
}
hr.divider {
  max-width: 500px;
}
.cb-btn-orange {
  display: inline-block;
  background-color: #fff;
  color: #f37321;
  border: 2px solid #f37321;
  border-radius: 5px;
  padding: 12px 25px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  margin-bottom: 15px;
  text-align: center;
  min-width: 250px;
  max-width: 100%;
  -ms-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.cb-btn-orange:hover {
  background-color: #f37321;
  color: #fff;
}
@media (max-width: 767px) {
  .cb-btn-orange {
    min-width: 0;
    font-size: 14px;
    padding: 12px 15px;
  }
}
p a {
  color: #0C426E;
  font-style: normal;
  border-bottom: 1px solid #d5dae1;
}
.searched {
  margin: 15px 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 2px solid #0288d1;
}
.searched h4 {
  margin-bottom: 10px;
}
#search-pagination {
  margin: 35px 0;
  font-weight: 500;
}
#search-pagination a {
  color: #0C426E;
}
.fourohfour {
  padding-top: 55px;
  padding-bottom: 75px;
}
.fourohfour h1 {
  font-size: 65px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
/*----------------------------------------*/
/* Admin Bar Hover Styles */
/* Remove After Launch */
/*----------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-size: 21px;
  line-height: normal;
}
#wpadminbar {
  opacity: .3;
}
#wpadminbar:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
/*  Header Styles */
/*----------------------------------------*/
header {
  height: 85px;
  background-color: #fff;
  z-index: 10;
}
#header_clear {
  height: 85px;
  display: none;
}
#header_clear.scrolled {
  display: block;
}
header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#main-header {
  position: relative;
}
#main-logo {
  margin-top: 20px;
  padding-left: 0px;
  max-height: 51px;
}
#main-logo img {
  max-height: 51px;
}
nav {
  list-style-type: none;
  font-size: 17px;
  margin-top: 40px;
}
nav ul {
  padding: 0;
  margin: 0;
  text-align: right;
  list-style-type: none;
}
nav ul li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
nav ul li a {
  color: #666;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: lowercase;
  padding-bottom: 3px;
}
nav ul li a:hover {
  color: #0C426E;
  font-weight: 400;
  border-bottom: 1px solid #0C426E;
}
nav ul li.current-menu-ancestor > a,
nav ul li.current-menu-item > a {
  font-weight: 500;
  color: #0C426E;
}
nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
  white-space: nowrap;
  text-align: left;
  padding: 0 15px;
  left: -15px;
  margin-top: 4px;
}
nav ul li ul li {
  display: block;
  margin: 10px 0;
}
nav ul li ul li a:before {
  content: '';
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  border-right: 1px solid #f37321;
  border-bottom: 1px solid #f37321;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav ul li ul li a:hover {
  border-bottom: none;
  padding-left: 20px;
}
nav ul li ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
nav ul li:hover ul {
  display: block;
  background-color: #fff;
}
.scrolled nav li.menu-item-has-children {
  padding-bottom: 26px;
}
.scrolled nav ul.sub-menu {
  background-color: #fff;
  padding: 0 15px;
  left: -15px;
  box-shadow: 0px -2px 0 0 #fff, 0 0 2px rgba(0, 0, 0, 0.5);
  margin-top: 0px;
}
.scrolled nav ul.sub-menu li {
  margin-top: 0px;
}
#main-nav {
  position: relative;
}
#main--nav {
  float: right;
  text-transform: uppercase;
}
#main--nav li:last-of-type {
  margin-right: 0px;
}
#main--nav li:first-of-type {
  margin-left: 0px;
}
#aux--nav {
  position: absolute;
  top: 5px;
  right: 0px;
}
#aux--nav a {
  color: #b4b4b4;
}
.cb-header-social {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
}
@media (max-width: 992px) {
  nav ul li {
    margin: 0 6px;
  }
}
#mobile--nav {
  display: none;
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  overflow: scroll;
  max-height: calc(100vh - 85px);
  z-index: 99999;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  padding-left: 15px;
  background-color: #0C426E;
  font-size: 16px;
}
#mobile--nav.scrolled {
  position: fixed;
}
#mobile--nav ul {
  padding: 0;
  list-style-type: none;
}
#mobile--nav ul.sub-menu {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-top: 5px;
}
#mobile--nav ul li {
  display: block;
  padding: 0 10px;
}
#mobile--nav ul li a {
  color: #fff;
  font-weight: 400;
}
#mobile-nav {
  display: none;
  background-color: #0C426E;
  height: 50px;
  position: relative;
}
#mobile-logo {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: auto;
  margin-top: 5px;
  text-align: center;
}
#mobile-toggle {
  position: absolute;
  bottom: 8px;
  right: 15px;
  width: 40px;
  height: 30px;
}
#mobile-toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 14px;
  left: 10px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: -6px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle span:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 6px;
  position: absolute;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-toggle.active span {
  background-color: transparent;
}
#mobile-toggle.active span:before {
  top: 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f37321;
}
#mobile-toggle.active span:after {
  top: 0;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #f37321;
}
#mobile-search {
  color: #fff;
  position: absolute;
  height: 50px;
  font-size: 17px;
  padding-top: 20px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  header {
    height: auto;
    background-color: #0C426E;
  }
  #main-nav {
    display: none;
  }
  #mobile-nav {
    display: block;
  }
  #mobile--toggle {
    display: block;
    width: 40px;
    height: 50px;
    margin-top: 15px;
    margin-right: 30px;
    position: relative;
  }
  #aux--nav {
    display: none;
  }
}
@media (max-width: 321px) {
  #mobile-logo {
    margin-top: 10px;
  }
}
#main--nav ul {
  margin-right: 55px;
}
#nav-search {
  position: absolute;
  top: 38px;
  right: 0;
  height: 25px;
}
#searchsubmit {
  font: normal normal normal 14px/1 FontAwesome;
  color: #ffffff;
  color: transparent;
  border: none;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  float: right;
  background-color: transparent;
  outline-color: #fff;
  outline-width: 2px;
  background-image: url('../../images/mag-icon.png');
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
}
#s {
  display: none;
  height: 25px;
  float: left;
  margin-right: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  border: 2px solid #0288d1;
  -webkit-appearance: none;
  outline: none;
  border-radius: 3px;
  font-size: 18px;
}
::-webkit-input-placeholder {
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
:-ms-input-placeholder {
  font-style: italic;
}
@media (max-width: 768px) {
  header {
    padding: 5px 0;
  }
  #nav-search {
    position: absolute;
    top: 14px;
    height: 25px;
    left: 10px;
    right: initial;
  }
  #searchsubmit {
    background-image: url('../../images/si_white.png');
    float: left;
    margin-right: 10px;
    outline-color: #f37321;
  }
  #searchsubmit.active {
    background-image: url('../../images/search-icon-orange.png');
  }
  #s {
    border: 1px solid #f37321;
    box-shadow: none;
    float: right;
    outline: none;
  }
}
/*  Footer Styles */
/*----------------------------------------*/
footer {
  color: #0288d1;
  font-size: 16px;
}
#footer-top {
  background-color: #fff;
  padding: 45px 0 15px 0;
}
#footer-top li {
  margin: 5px 0;
  line-height: 16px;
}
#footer-top li a {
  color: #0288d1;
}
#footer-top li:first-of-type a {
  color: #0C426E;
  font-weight: 500;
}
#footer-bottom {
  background-color: #fff;
  padding: 15px 0;
  font-size: 16px;
}
#footer-bottom-top {
  margin-bottom: 15px;
}
#footer-logo img {
  max-width: 225px;
}
#footer-social {
  text-align: right;
}
#footer-social .cb-footer-social {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  margin: 0 6px;
}
#footer-nav ul {
  text-align: right;
}
#footer-nav ul li a {
  color: #0288d1;
  font-weight: 400;
  margin: 10px;
}
@media (max-width: 767px) {
  #footer-top {
    display: none;
  }
  #footer-social {
    text-align: center;
  }
  #footer-social .cb-footer-social {
    width: 25px;
    height: 25px;
    margin: 0 10px;
    line-height: 35px;
  }
  #footer-social .cb-footer-social a {
    font-size: 18px;
  }
  #footer-social .cb-footer-social a i {
    font-size: 20px;
  }
  #footer-logo {
    text-align: center;
    margin-top: 15px;
  }
  #footer-logo img {
    max-width: 175px;
  }
  #footer-nav ul {
    padding: 0;
    text-align: center;
  }
  #footer-nav ul li {
    font-size: 13px;
  }
  #footer-copyright {
    font-size: 13px;
    text-align: center;
  }
}
/*  Home Page Styles */
/*----------------------------------------*/
#cb-home-wrap section {
  padding: 40px 0;
  position: relative;
}
#cb-home-wrap section h3 {
  color: #0C426E;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 25px;
}
#cb-home-wrap section p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
}
#cb-home-wrap section .cb-btn-orange {
  margin-top: 35px;
}
#cb-home-wrap section .cb-home-inner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  text-align: center;
  background-position: center;
}
#cb-home-wrap section .cb-home-inner-bg img {
  max-height: 100%;
}
#cb-home-wrap section .cb-home-sbrg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
#cb-home-wrap section.cb-home-reversed .cb-home-sbrg {
  right: 0;
  left: initial;
  left: inherit;
  background-position: center left;
}
#cb-home-wrap #cb-home-s6 {
  padding-bottom: 100px;
}
#cb-home-banner {
  padding-top: 80px;
  padding-bottom: 55px;
  position: relative;
  margin-bottom: 70px;
}
#cb-home-banner h2 {
  font-size: 44px;
  line-height: 50px;
  color: #0C426E;
  font-weight: 500;
  margin-bottom: 100px;
}
#cb-home-banner h2 span {
  color: #f37321;
}
#cb-home-banner .cb-banner-mobile {
  display: none;
}
#cb-home-banner .cb-btn-orange {
  margin-bottom: 50px;
  padding: 12px 45px;
}
#cb-home-banner #cb-home-banner-brg {
  position: absolute;
  bottom: 0px;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
#cb-home-tickers {
  padding-top: 60px;
}
#cb-home-tickers .home-ticker {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  width: 46%;
  margin: 10px 2%;
  border-radius: 4px;
  padding: 10px 15px;
  float: left;
  border: 2px solid #fff;
  cursor: pointer;
  -ms-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  text-align: center;
}
#cb-home-tickers .home-ticker .hticker-inner {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
#cb-home-tickers .home-ticker .hticker-inner .ticker-text,
#cb-home-tickers .home-ticker .hticker-inner .ticker-num {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#cb-home-tickers .home-ticker span {
  display: inline-block;
  line-height: 20px;
  color: #0C426E;
  font-weight: 500;
  white-space: nowrap;
  float: none!important;
}
#cb-home-tickers .home-ticker span.h1 {
  text-align: center;
  color: #0288d1;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 0;
  margin: 0!important;
  line-height: inherit;
  top: 0!important;
  left: 0!important;
}
#cb-home-tickers .home-ticker span.h1 span {
  color: #0288d1;
  font-weight: 600;
}
#cb-home-tickers .home-ticker#home-ticker-title {
  font-size: 28px;
  color: #0288d1;
  font-weight: 600;
  padding-top: 20px;
}
#cb-home-tickers .home-ticker#home-ticker-title {
  border: 2px solid #0288d1;
}
#cb-home-companies {
  text-align: center;
}
#cb-home-companies .cb-home-company {
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  filter: url("data:image/svg+xml;utf8,<svgxmlns=\'http://www.w3.org/2000/svg\'><filterid=\'grayscale\'><feColorMatrixtype=\'matrix\'values=\'0.33330.33330.3333000.33330.33330.3333000.33330.33330.33330000010\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding: 5px 35px;
  max-width: 24%;
  opacity: .5;
}
#cb-home-cs-fi {
  padding: 0 65px;
}
#cb-home-cs-fi img {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 4px;
  -ms-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
#cb-home-cs-fi img:hover {
  border: 2px solid #f37321;
}
@media (max-width: 1200px) {
  #cb-home-tickers .home-ticker span {
    white-space: normal;
  }
}
@media (max-width: 992px) {
  #cb-home-tickers .home-ticker {
    width: 100%;
    margin: 10px 2%;
  }
  #cb-home-tickers .home-ticker#home-ticker-title {
    padding-top: 12px;
  }
  #cb-home-tickers .home-ticker span {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  #cb-home-wrap section {
    padding: 15px 0;
    margin-bottom: 5px;
  }
  #cb-home-wrap section h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #cb-home-wrap section p {
    font-size: 14px;
    line-height: 17px;
  }
  #cb-home-wrap section .cb-btn-orange {
    display: table;
    text-align: center;
    margin: auto;
    margin-top: 25px;
  }
  #cb-home-wrap section .cb-home-sbrg {
    position: relative;
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center!important;
  }
  #cb-home-tickers {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  #cb-home-tickers .home-ticker {
    float: left;
    width: 100%;
    marign: 10px 0;
  }
  #cb-home-tickers .home-ticker#home-ticker-title {
    font-size: 14px;
  }
  #cb-home-tickers .home-ticker span {
    white-space: normal;
    font-size: 17px;
    margin-top: 8px;
  }
  #cb-home-tickers .home-ticker span.h1 {
    font-size: 24px;
    display: block;
    float: left;
    width: 100%;
    margin: 0!important;
    position: initial!important;
    left: 0!important;
    right: 0!important;
  }
  #cb-home-tickers .home-ticker span.h1 span {
    font-size: 48px;
  }
  #cb-home-tickers .home-ticker .cbh-ticker-title {
    font-size: 10px;
    display: block;
    text-align: center;
  }
  #cb-home-banner {
    padding: 20px 0;
    overflow: visible;
    margin-bottom: 0;
  }
  #cb-home-banner #cb-home-banner-brg {
    display: none;
  }
  #cb-home-banner h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  #cb-home-banner .cb-btn-orange {
    display: table;
    margin: auto;
    font-size: 14px;
    text-align: center;
  }
  #cb-home-banner .cb-banner-mobile {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
  #cb-home-banner a {
    text-align: center;
  }
  #cb-home-cs-fi {
    margin: auto;
    max-width: 350px;
    margin-bottom: 25px;
  }
  #cb-home-s6 h3 {
    text-align: center;
    margin-bottom: 35px;
  }
  #cb-home-companies .cb-home-company {
    padding: 0 1%;
    width: 23%;
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
/* Single Page Styles */
/*----------------------------------------*/
#single-page {
  padding-bottom: 50px;
}
#cb-page-top {
  padding-top: 75px;
  padding-bottom: 50px;
  text-align: center;
}
#cb-page-top h1 {
  margin-bottom: 0px;
}
#cb-page-top h2 {
  margin-top: 15px;
  margin-bottom: 25px;
}
#cb-page-top .cb-btn-orange {
  margin-top: 15px;
}
#cb-page-top .cb-pt-fi {
  max-width: 100%;
}
#cb-page-bottom {
  padding: 20px 0;
}
#cb-page-bottom .cb-pb-title {
  text-align: center;
  margin-bottom: 35px;
}
#cb-page-bottom .cb-btn-orange {
  margin: 10px 20px;
  max-width: 100%;
  min-width: 250px;
}
@media (max-width: 767px) {
  #cb-page-top {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 5px;
  }
  #cb-page-top h2 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  #cb-page-top .cb-btn-orange {
    display: block;
    text-align: center;
  }
}
.cb_s_row {
  margin-bottom: 50px;
}
.cb_s_cblock_title {
  margin-bottom: 25px;
}
.cb_s_ciblock .col-sm-5er {
  float: none;
  display: inline-block;
  width: 19%;
  vertical-align: top;
}
.cb_s_ciblock h4 {
  margin-bottom: 45px;
}
.cb_s_ciblock h5 {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .cb_s_row {
    margin-bottom: 50px;
  }
  .cb_s_ciblock {
    margin-bottom: 20px;
  }
  .cb_s_ciblock h4 {
    margin-bottom: 10px;
  }
  .cb_s_ciblock .col-sm-5er {
    width: 100%;
  }
}
.cb-overview-holder {
  margin-bottom: 55px;
}
.cb-overview-holder .cb-btn-orange {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cb-overview-holder h3 {
    margin-bottom: 10px;
  }
  .cb-overview-holder .cb-btn-orange {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}
#contact-page .gform_wrapper {
  margin: 0;
  margin-top: 0;
  max-width: 100%;
}
.container .gform_wrapper {
  max-width: 700px;
  margin: 30px auto;
}
.gform_wrapper {
  font-family: "Roboto", sans-serif;
}
.gform_wrapper form .gform_body .gfield_label {
  display: none;
}
.gform_wrapper form .gform_body ul li.gfield .ginput_container input,
.gform_wrapper form .gform_body textarea.medium,
.gform_wrapper form .gform_body textarea.small,
.gform_wrapper form .gform_body textarea.large {
  width: 100%;
  border: 2px solid #cccccc;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #ccc;
  font-size: 18px!important;
  font-style: italic!important;
  font-weight: 400!important;
  padding: 10px 15px!important;
}
.gform_wrapper form .gform_body ul li.gfield .ginput_container input[type="checkbox"],
.gform_wrapper form .gform_body ul li.gfield .ginput_container input[type="radio"] {
  margin: 0 5px!important;
  float: none!important;
  display: inline!important;
}
.gform_wrapper form .gform_footer {
  text-align: right;
  padding: 0;
}
.gform_wrapper form .gform_footer input.button[type="submit"] {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border: 2px solid #f37321;
  margin: 0 15px;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 35px;
  font-size: 17px;
  font-weight: 600;
  color: #f37321;
  text-transform: lowercase;
  width: 40%;
}
.gform_wrapper form .gform_footer input.button[type="submit"]:hover {
  color: #fff;
  background-color: #f37321;
}
.gform_wrapper {
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  padding: 30px 15px;
}
.gform_wrapper ul li.gfield {
  display: inline-block;
}
.gform_wrapper .cb-form-100 {
  width: 100%;
  padding: 0 15px;
}
.gform_wrapper .cb-form-50 {
  width: 50%;
  padding: 0 15px;
}
.gform_wrapper .font-small {
  font-size: 15px;
}
.gform_wrapper .gfield_description {
  font-weight: 500;
}
.gform_wrapper .gfield_radio li label {
  display: inline-block;
}
.cb-form-small_wrapper {
  max-width: 400px!important;
  width: 100%;
}
.cb-form-small_wrapper input.button[type="submit"] {
  width: auto!important;
  max-width: 100%!important;
}
.gfield_checkbox li label,
.gfield_radio li label {
  display: inline-block !important;
  margin-left: 2px!important;
}
.ginput_complex label {
  display: none!important;
}
.ginput_complex input {
  margin-bottom: 40px!important;
}
@media (max-width: 767px) {
  #contact-page .cb-pt-fi {
    display: none;
  }
  .cb-contact-right {
    margin-top: 35px;
  }
  .gform_wrapper {
    padding: 20px 0px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    margin-bottom: 45px;
  }
  .gform_wrapper form .gform_body ul li.gfield {
    display: inline-block;
  }
  .gform_wrapper form .gform_body ul li.gfield .ginput_container input,
  .gform_wrapper form .gform_body textarea {
    border-width: 1px!important;
    margin-bottom: 5px;
    font-size: 15px;
    border-width: 1px;
  }
  .gform_wrapper form .gform_body .cb-form-100,
  .gform_wrapper form .gform_body .cb-form-50 {
    width: 100%;
    padding: 0 15px;
  }
  .gform_wrapper form .gform_footer {
    text-align: center;
    padding: 0 15px;
  }
  .gform_wrapper form .gform_footer input.button[type="submit"] {
    width: 100%;
    margin: 0;
    padding: 10px 35px;
  }
}
#cb-team-members {
  padding-top: 50px;
  padding-bottom: 30px;
}
.cb-single-team-member {
  margin-bottom: 55px;
  text-align: center;
}
.cb-single-team-member h4 {
  margin-bottom: 5px;
}
.cb-single-team-member h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0 15px;
}
.cb-single-team-member .cb-team-member-photo {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 30px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cb-single-team-member .cb-team-member-photo:hover {
  filter: url("data:image/svg+xml;utf8,&lt;svgxmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filterid=\'grayscale\'&gt;&lt;feColorMatrixtype=\'matrix\'values=\'10000,01000,00100,00010\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#cb-team-slider {
  margin-bottom: 45px;
  position: relative;
  padding: 0 60px;
}
#cb-team-slider .owl-controls .owl-next,
#cb-team-slider .owl-controls .owl-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 45%;
  border-radius: 100%;
}
#cb-team-slider .owl-controls .owl-next {
  right: 0;
}
#cb-team-slider .owl-controls .owl-next:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent #0C426E;
}
#cb-team-slider .owl-controls .owl-prev {
  left: 0;
}
#cb-team-slider .owl-controls .owl-prev:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 13.9px 8px 0;
  border-color: transparent #0C426E transparent transparent;
}
@media (max-width: 767px) {
  #cb-team-members {
    padding-top: 0px;
  }
  .cb-single-team-member {
    margin-bottom: 45px;
  }
  .cb-single-team-member .cb-team-member-photo {
    margin-bottom: 10px;
  }
  #cb-team-slider .owl-controls .owl-prev,
  #cb-team-slider .owl-controls .owl-next {
    top: 30%;
  }
}
#cb-careers-icons {
  padding: 50px 0;
}
.cb-ca-si {
  margin-bottom: 25px;
}
.cb-ca-si p {
  padding: 0 10px;
  font-size: 18px;
  line-height: 20px;
}
.cb-ca-r2-title {
  margin-bottom: 35px;
}
#cb-careers-content ul {
  padding-left: 35px;
  margin-bottom: 25px;
}
#cb-careers-content ul a {
  color: #0C426E;
  border-bottom: 2px solid #d5dae1;
}
#cb-careers-content h4 {
  margin-top: 15px;
  margin-bottom: 25px;
}
#blog-page p {
  font-size: 18px;
  line-height: 24px;
}
.blog-h {
  font-size: 28px;
  color: #0288d1;
  font-weight: 600;
  display: block;
}
#cb-featured-post-holder {
  border: 2px solid #0288d1;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 45px 30px;
  margin-bottom: 35px;
}
#cb-featured-post-holder .h4 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.cb-fp-meta {
  color: #0C426E;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
#feat_post_auth {
  margin-right: 12px;
  color: #0C426E;
  display: inline-block;
}
#feat_post_auth a {
  color: #0C426E;
}
.cb-readmore {
  font-size: 19px;
  font-family: "Roboto", sans-serif;
}
#cb-daily-holder {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 35px 30px;
  padding-bottom: 30px;
  margin-bottom: 35px;
  background-color: #fff;
  text-align: center;
}
#cb-daily-holder img {
  max-width: 500px;
}
@media (max-width: 767px) {
  #cb-daily-holder img {
    max-width: 100%;
  }
}
#cb-blog-filter {
  font-size: 18px;
  font-weight: 500;
  color: #0C426E;
  padding: 15px 0px;
}
#cb-b-filter {
  padding: 30px;
}
.blog-filter-dropdown {
  position: relative;
  z-index: 2;
}
.blog-filter-dropdown .blog-filter-title {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.blog-filter-dropdown .blog-filter-title:before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #0288d1 transparent transparent transparent;
  margin-right: 10px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.blog-filter-dropdown .blog-filter-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  min-height: 100%;
  border-radius: 4px;
  padding-top: 60px;
  padding-left: 30px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.blog-filter-dropdown .blog-filter-content ul {
  display: none;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.blog-filter-dropdown .blog-filter-content ul li {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.blog-filter-dropdown .blog-filter-content ul li a {
  color: #666;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: lowercase;
  padding-bottom: 5px;
}
.blog-filter-dropdown .blog-filter-content ul li a:before {
  content: '';
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
  border-right: 1px solid #f37321;
  border-bottom: 1px solid #f37321;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-filter-dropdown .blog-filter-content ul li a:hover {
  border-bottom: none;
  padding-left: 20px;
}
.blog-filter-dropdown .blog-filter-content ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.blog-filter-dropdown.active .blog-filter-title:before {
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #0288d1 transparent;
}
.blog-filter-dropdown.active .blog-filter-content {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.blog-filter-dropdown:hover .blog-filter-content {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
#cb-b-arch {
  padding: 30px 0;
  text-align: center;
}
#cb-b-arch li {
  list-style-type: none;
  border-right: 1px solid #0C426E;
  display: inline-block;
  padding-right: 7px;
  margin-left: 5px;
}
#cb-b-arch li:last-of-type {
  border-right: none;
}
#cb-b-sub {
  padding: 30px 0;
  text-align: center;
}
#cb-b-sub a {
  color: #0C426E;
  font-weight: 500;
}
#cb-b-sub a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #f37321;
  margin-left: 20px;
}
#cb-main-blog {
  padding: 30px;
}
article {
  display: inline-block;
  margin-bottom: 60px;
}
article .cb-sbp-title {
  margin-top: -7px;
  margin-bottom: 5px;
}
article .cb-sbp-meta {
  margin-bottom: 5px;
  color: #0C426E;
  font-weight: 500;
}
article .cb-sbp-tags {
  font-weight: 500;
  color: #0C426E;
}
article .cb-sbp-tags a {
  color: #0C426E;
}
article .cb-sbp-exc {
  margin-top: 20px;
}
.cb-s-blog-fi {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.cb-s-blog-fi:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.cb_s_post_auth {
  color: #0C426E;
  display: inline-block;
  margin-right: 12px;
}
.cb_s_post_auth a {
  color: #0C426E;
}
#blog-pagination {
  padding: 0 30px;
  color: #0288d1;
  font-size: 18px;
}
#blog-pagination a {
  color: #0288d1;
}
.page-numbers {
  display: inline-block;
  border-left: 2px solid #0C426E;
  padding: 0 13px;
  float: left;
  font-weight: 500;
}
.page-numbers.next {
  padding-right: 0;
}
.page-numbers.prev {
  padding-left: 0;
  border: none;
}
.page-numbers.current,
.page-numbers.dots {
  color: #0C426E;
}
.addtoany_shortcode {
  display: inline-block;
  padding: 0!important;
}
.a2a_kit .a2a_svg {
  border-radius: 0px!important;
}
.addtoany_list a {
  padding: 0 6px;
}
.a2a_kit a:first-of-type {
  padding-left: 0;
}
@media (max-width: 767px) {
  #blog-page p {
    font-size: 13px;
    line-height: 17px;
  }
  #cb-b-filter {
    padding: 30px 0px;
  }
  #cb-b-filter .blog-filter-title {
    text-align: center;
  }
  #cb-main-blog {
    padding: 0;
  }
  #blog-pagination {
    text-align: center;
  }
  .page-numbers {
    border: none;
    float: none;
    padding: 5px 10px;
  }
  .page-numbers.prev,
  .page-numbers.next {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0 ;
  }
  .cb-fp-meta {
    font-size: 13px;
  }
  .addtoany_shortcode {
    display: block!important;
    padding: 0!important;
    padding-top: 10px!important;
  }
  #cb-daily-holder {
    padding: 15px 10px;
  }
  #cb-b-filter,
  #cb-b-arch,
  #cb-b-sub {
    padding: 15px 0;
  }
  .blog-h {
    font-size: 20px;
  }
  #cb-featured-post-holder .h4 {
    margin-top: 5px;
  }
  article .cb-sbp-title {
    margin-top: 0;
  }
}
#cb-archive-top {
  padding-top: 50px;
  padding-bottom: 75px;
}
#spb-nav {
  font-weight: 500;
  margin: 55px 0;
}
#spb-nav #cb-b-sub {
  text-align: right;
  padding: 0;
}
#spb-nav a {
  color: #0C426E;
}
.tri-before:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #f37321 transparent transparent;
}
.sbp-title {
  margin-bottom: 15px;
}
.sbp-title h3 {
  margin-bottom: 0;
}
.sbp-meta {
  color: #0C426E;
  font-weight: 500;
  margin-bottom: 7px;
}
.sbp-tags {
  color: #0C426E;
  font-weight: 500;
}
.sbp-tags a {
  color: #0C426E;
  font-weight: 500;
}
.sbp-content {
  margin-top: 35px;
}
#comments {
  display: block;
  padding-top: 35px;
  padding-bottom: 35px;
}
.comment {
  font-size: 18px;
  list-style-type: none;
  border-bottom: 1px solid #d5dae1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.comment a {
  color: #0288d1;
}
.comment-author {
  font-weight: 600;
}
.comment-author img {
  display: none;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.comment-respond {
  float: left;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  margin-top: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
#reply-title {
  font-size: 22px;
  color: #0288d1;
  font-weight: 600;
  margin-bottom: 25px;
}
.comment-notes {
  font-size: 18px;
  font-style: italic;
}
.comment-notes #email-notes {
  display: block;
}
#commentform label {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
  font-style: italic;
}
#commentform input,
#commentform textarea {
  border: 2px solid #ccc;
  border-radius: 3px;
  webkit-appearance: none;
  box-shadow: none;
  padding: 7px 10px;
  font-style: italic;
  color: #999;
  margin-bottom: 15px;
  width: 100%;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url {
  float: left;
}
#commentform .comment-form-author {
  width: 50%;
  padding-right: 15px;
}
#commentform .comment-form-email {
  width: 50%;
  padding-left: 15px;
}
#commentform .comment-form-url {
  width: 100%;
}
#commentform .form-submit input {
  float: right;
  width: 50%;
  text-align: center;
  border: 2px solid #f37321;
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
  color: #f37321;
  padding: 10px 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#commentform .form-submit input:hover {
  background-color: #f37321;
  color: #fff;
}
@media (max-width: 767px) {
  #commentform .comment-form-author,
  #commentform .comment-form-email {
    width: 100%;
    padding: 0;
  }
  #commentform .form-submit input {
    width: 100%;
  }
  #spb-nav {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  #spb-nav .tri-before {
    padding: 0;
  }
  #spb-nav .tri-before:before {
    display: none;
  }
  #spb-nav #cb-b-sub {
    text-align: left;
  }
  #spb-nav #cb-b-sub a:after {
    display: none;
  }
  .comment {
    font-size: 13px;
  }
}
#ticker-holder {
  margin-top: 45px;
  margin-bottom: 65px;
}
.ticker-holder {
  padding: 0 10px;
}
.cb-ticker {
  float: left;
  width: 100%;
  padding: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}
.cb-ticker:first-of-type {
  margin-bottom: 20px;
}
.ticker-inner {
  float: left;
  height: 50px;
  width: 50%;
  color: #0C426E;
  font-weight: 500;
}
.ticker-inner .h1 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}
.ticker-inner .cb-ticker-title {
  display: inline-block;
  line-height: 20px;
}
.cb-ticker-tall {
  text-align: center;
  margin-bottom: 0!important;
}
.cb-ticker-tall .ticker-inner {
  height: auto;
  width: 100%;
}
.cb-ticker-tall .ticker-inner .h1 {
  margin-bottom: 20px;
  padding-top: 20px!important;
}
@media (max-width: 1200px) {
  .ticker-holder {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cb-ticker {
    margin-bottom: 20px;
  }
  .ticker-holder {
    margin-top: 0px;
  }
}
#cbdaily-holder {
  margin-top: 50px;
  min-height: 500px;
}
.single_case_study {
  margin-bottom: 100px;
}
.scs_right .cs-img {
  margin-right: 35px;
}
.scs_left .cs-img {
  margin-left: 35px;
}
.cs-img {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  padding-top: 25px;
}
.cs-img img {
  max-width: 250px;
}
@media (max-width: 767px) {
  .cs-img img {
    max-width: 170px;
  }
}
.cs-img .cs-s-quote {
  padding: 0 36px;
  font-size: 24px;
}
@media (max-width: 500px) {
  .cs-img .cs-s-quote {
    padding: 0 15px;
  }
}
.cs-img .h4 {
  font-weight: 400;
  margin-bottom: 25px;
}
.cs-img p {
  position: relative;
}
.cs-img p:before {
  content: '';
  position: absolute;
  top: 0px;
  margin-left: -36px;
  width: 33px;
  height: 22px;
  background-image: url(../../images/cb-quotes.png);
  background-size: 71px 21px;
  background-position: 32px;
}
.cs-img p:after {
  content: '';
  position: absolute;
  bottom: 4px;
  margin-left: 5px;
  width: 33px;
  height: 22px;
  background-image: url(../../images/cb-quotes.png);
  background-size: 71px 21px;
  background-position: 0;
}
@media (max-width: 500px) {
  .cs-img p:after {
    bottom: 1px;
  }
}
@media (max-width: 500px) {
  .cs-img p {
    font-size: 16px;
    line-height: 22px;
  }
}
.cs-des .h3 {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .cs-des .h3 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .cs-img {
    margin: 0px!important;
  }
}
#left-menu-content {
  font-size: 16px;
}
#left-menu-holder {
  padding: 25px;
  padding-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
#left-menu-holder ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
#left-menu-holder ul li {
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
}
#left-menu-holder ul li a {
  color: #0C426E;
  border-bottom: 1px solid #c3d0db;
}
@media (max-width: 767px) {
  #left-menu-holder {
    padding: 15px 10px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  #left-menu-holder h6 {
    font-size: 18px;
  }
  #left-menu-holder ul {
    font-size: 16px;
  }
}
pre {
  background: #eee;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-appearance: none;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}
@media (max-width: 767px) {
  #cb-page-top h2 {
    line-height: 18px;
  }
}
#ar_page {
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
.cb-ar-holder {
  padding-right: 45px;
  overflow: hidden;
  margin-bottom: 25px;
}
.cb-ar-holder img {
  max-width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  padding: 5px;
}
.cb-ar-holder h3 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}
.cb-ar-holder span {
  color: #666666;
  font-weight: 600;
  font-size: 18px;
  display: block;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
.cb-ar-holder li {
  margin-bottom: 15px;
}
.cb-ar-form {
  padding-left: 15px;
}
.cb-ar-form .gform_wrapper form .gform_body ul li.gfield .ginput_container input {
  margin-bottom: 0px;
}
.cb-ar-form .gform_wrapper form .gform_footer {
  margin-top: 30px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.cb-ar-form .gform_wrapper form .gform_footer input.button[type="submit"] {
  width: auto;
  margin: 0;
  padding: 10px;
  width: 100%;
  background-color: #f37321;
  color: #fff;
}
.cb-ar-form .gform_wrapper form .gform_footer input.button[type="submit"]:hover {
  background-color: transparent;
  color: #f37321;
}
.cb-ar-form #field_10_1 {
  padding-right: 5px;
}
.cb-ar-form #field_10_2 {
  padding-left: 5px;
}
body .cb-ar-form .gform_wrapper ul li.gfield {
  margin-top: 0px!important;
}
.cb-ar-holder ul {
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cb-ar-holder h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .cb-ar-holder span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cb-ar-holder p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #ar_page {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .cb-ar-holder {
    margin-top: 25px;
  }
  .cb-ar-form {
    padding-left: 0px;
  }
  #field_10_1 {
    padding-right: 15px;
  }
  #field_10_2 {
    padding-left: 15px;
  }
  .cb-ar-holder img {
    display: none;
  }
  .cb-ar-holder li {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .cb-ar-holder {
    margin-top: 25px;
    padding: 15px;
  }
  .cb-ar-holder h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .cb-ar-holder span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .cb-ar-holder p {
    font-size: 16px;
  }
}
#know-center-top-holder {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #know-center-top-holder {
    padding-right: 0;
    margin-bottom: 20px;
    margin-top: 50px;
  }
}
#kc-featured-title {
  position: absolute;
  top: -30px;
  left: -5px;
  color: #666;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
#kc-bottom {
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #kc-bottom {
    margin: 0 -15px;
    padding: 20px 15px;
  }
}
#kc-bottom:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
}
.skc-post {
  padding: 0 13px;
  margin-bottom: 30px;
}
@media (min-width: 767px) and (max-width: 992px) {
  .skc-post:nth-of-type(3n) {
    padding-right: 0;
  }
  .skc-post:nth-of-type(3n + 1) {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .skc-post:nth-of-type(4n) {
    padding-right: 0;
  }
  .skc-post:nth-of-type(4n + 1) {
    padding-left: 0px;
  }
}
.single-kc-post {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35), inset 0 0 0 0 #f37321;
  float: left;
  width: 100%;
  padding: 15px;
  padding-bottom: 35px;
  background-color: #fff;
  background-size: 110px 90px;
  background-repeat: no-repeat;
  background-position: top left;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.single-kc-post:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35), inset 0 0 0 2px #f37321;
}
.kc-s-type {
  width: 50%;
  float: right;
  font-size: 16px;
  line-height: 18px;
  color: #0288d1;
  text-align: right;
  margin-bottom: 70px;
  font-weight: 600;
}
.kc-s-content {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #0C426E;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}
.kc-s-date {
  float: left;
  width: 100%;
  text-align: right;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
}
#know-center-top-holder .single-kc-post {
  padding-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35), inset 0 0 0 2px #0288d1;
  background-position: center 20px;
  background-size: 120px;
}
#know-center-top-holder .kc-s-content {
  font-size: 20px;
  margin-top: 130px;
}
#know-center-top-holder .cb-btn-orange {
  min-width: 0;
  width: calc(100% - 40px);
  margin: 0 20px;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}
#know-center-filter-holder {
  margin-bottom: 35px;
}
#know-center-filter-holder .searchandfilter ul {
  padding: 0;
}
#know-center-filter-holder .searchandfilter ul li {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 0 13px;
  position: relative;
}
@media (max-width: 767px) {
  #know-center-filter-holder .searchandfilter ul li {
    width: auto;
  }
}
@media (max-width: 425px) {
  #know-center-filter-holder .searchandfilter ul li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
#know-center-filter-holder .searchandfilter ul li:first-of-type {
  padding-left: 0;
}
#know-center-filter-holder .searchandfilter ul li:last-of-type {
  padding-right: 0;
}
#know-center-filter-holder .searchandfilter ul li[data-sf-field-input-type="select"]:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 15px;
}
#know-center-filter-holder .searchandfilter ul li.sf-field-search label {
  display: block;
  width: 100%;
}
#know-center-filter-holder .searchandfilter ul li.sf-field-search input {
  padding: 8px 0;
  border-radius: 6px;
  border: 2px solid #ccc;
  padding-left: 35px;
  background-size: 21px;
  background-position: 6px center;
  background-repeat: no-repeat;
  background-image: url(../../images/kc-search-orange.png);
}
@media (max-width: 767px) {
  #know-center-filter-holder .searchandfilter ul li.sf-field-search input {
    padding: 15px 0;
    padding-left: 35px;
    line-height: 20px;
  }
}
#know-center-filter-holder .searchandfilter ul li.sf-field-reset {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
#know-center-filter-holder .searchandfilter ul li.sf-field-reset a {
  display: block;
  width: 100%;
  padding: 12px 0 12px 40px;
  background-color: transparent;
  border-radius: 5px;
  background-image: url(../../images/kc-reset.png);
  background-size: 20px;
  background-position: 10px center;
  background-repeat: no-repeat;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#know-center-filter-holder .searchandfilter ul li.sf-field-reset a:hover {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  color: #f37321;
}
#know-center-filter-holder .searchandfilter ul li label {
  width: 100%;
}
#know-center-filter-holder .searchandfilter ul li select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #0C426E;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  word-wrap: break-word;
  white-space: normal;
  vertical-align: text-top;
  padding-left: 40px;
  -o-appearance: none;
  appearance: none;
  background-image: none;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
  background-image: url(../../images/kc-arrow.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 11px center;
  background-color: transparent;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#know-center-filter-holder .searchandfilter ul li select:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  background-color: #fff;
}
#know-center-filter-holder .searchandfilter ul li select::-ms-expand {
  display: none;
}
#know-center-filter-holder .searchandfilter ul li select:-ms-expand {
  display: none;
}
#know-center-filter-holder .searchandfilter ul li input {
  border: none;
  width: 100%;
}
#know-center-filter-holder .searchandfilter ul li ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0C426E;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
#know-center-filter-holder .searchandfilter ul li ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0C426E;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
#know-center-filter-holder .searchandfilter ul li :-ms-input-placeholder {
  /* IE 10+ */
  color: #0C426E;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
#know-center-filter-holder .searchandfilter ul li :-moz-placeholder {
  /* Firefox 18- */
  color: #0C426E;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.kc-s-post #spb-nav {
  margin-top: 0;
}
.kc-s-gated {
  margin-bottom: 50px;
}
.kc-s-ungated {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  padding: 50px 25px;
  margin-bottom: 50px;
}
#kc-s-img {
  width: 130px;
  float: left;
}
#kc-s-meta {
  float: left;
  width: calc(100% - 130px);
  padding-left: 15px;
}
@media (max-width: 430px) {
  #kc-s-meta {
    width: 100%;
  }
}
#kc-s-meta b {
  font-size: 18px;
  color: #666666;
  text-transform: lowercase;
  font-family: "Roboto", sans-serif;
}
#kc-s-meta h4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 27px;
}
.kc-s-gated-content {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  padding: 50px 25px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .kc-s-gated-content {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.kc-s-ungated-content {
  margin-top: 35px;
  width: 100%;
  font-size: 22px;
  line-height: 28px;
  padding-left: 10px;
  float: left;
}
#kc-s-content {
  margin-top: 20px;
  padding-left: 10px;
  font-size: 22px;
  line-height: 28px;
  float: left;
  width: 100%;
}
.kc-s-post .kc-s-gated-form {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  padding: 20px 25px 50px 25px;
}
.kc-s-post .kc-s-gated-form h5 {
  color: #0C426E;
  padding: 0 5px;
  font-size: 18px;
  margin-bottom: 20px;
}
.kc-s-post .kc-s-gated-form .gform_wrapper {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.kc-s-post .kc-s-gated-form .gform_wrapper ul li.gfield {
  padding: 0 7px;
  margin: 0;
}
.kc-s-post .kc-s-gated-form .gform_wrapper ul li.gfield div {
  margin: 0!important;
}
.kc-s-post .kc-s-gated-form .gform_wrapper ul li.gfield input {
  margin-bottom: 10px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  max-width: 100%;
}
#cb_solitions_top {
  padding-bottom: 50px;
  padding-top: 60px;
}
#cb_solutions_bottom {
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #f4f4f4;
  position: relative;
  overflow: hidden;
}
#cb_solutions_bottom:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
@media (max-width: 767px) {
  #cb_solutions_bottom {
    margin: 0 -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#cb_solutions-hoverboxes {
  margin-bottom: 50px;
}
.cb-shb-holder {
  padding: 0 1px;
}
.cb-single-solution-hb {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 15px 15px;
  position: relative;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.cb-single-solution-hb .content {
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.cb-single-solution-hb .content img {
  max-width: 150px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.cb-single-solution-hb .content span {
  color: #0288d1;
  font-size: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  padding: 0 15px;
}
.cb-single-solution-hb .hover-content {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  -ms-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.cb-single-solution-hb .hover-content p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
}
.cb-single-solution-hb .hover-content img {
  max-width: 170px;
}
.cb-single-solution-hb:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
}
.cb-single-solution-hb:hover .content {
  opacity: 0;
}
.cb-single-solution-hb:hover .hover-content {
  opacity: 1;
}
#cb_solutions-clients {
  text-align: center;
}
#cbst_clients {
  text-align: center;
}
#cbst_clients .table {
  max-width: 150px;
  display: inline-block;
  margin: 5px;
}
.cb-rt {
  display: table;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  table-layout: fixed;
}
.cb-rt-tcell {
  display: table-cell;
  border-right: 1px solid #e6e6e6;
  vertical-align: top;
}
.cb-rt-tcell:last-of-type {
  border-right: none;
}
.cb-rt-header {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.cb-rt-thead {
  color: #0C426E;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cb-rt-bhead .cb-rt-bh-small {
  width: 100%;
  color: #0288d1;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.cb-rt-bhead .h1 span {
  font-size: 22px;
}
@media (max-width: 992px) {
  .cb-rt-bhead .h1 {
    font-size: 35px;
  }
}
.cb-blue-btn {
  display: block;
  background: #0288d1;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  font-size: 17px;
  margin: 0 25px;
}
.cb-blue-btn:hover {
  color: #fff;
  background-color: #0C426E;
}
.cb-rt-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
.cb-rt-table-data {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  padding: 5px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.cb-rt-table-data:last-of-type {
  border-bottom: none;
}
.cb-rt-table-spec {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding-left: 10px;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
.cb-rt-table-spec:last-of-type {
  border-bottom: none;
}
.rt-full-dot {
  border-radius: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border: 2px solid #0288d1;
  line-height: 16px;
  background-color: #0288d1;
}
.rt-half-dot {
  border-radius: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  border: 2px solid #0288d1;
  line-height: 16px;
  position: relative;
}
.rt-half-dot span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #0288d1;
}
.cb-rt-blue {
  color: #0288d1;
  font-style: italic;
}
.cb-rt-blue a {
  color: #0288d1;
  font-style: italic;
}
.rt-mobile {
  display: none;
}
@media (max-width: 767px) {
  .rt-mobile {
    display: block;
  }
}
.rt-specs-mobile-holder {
  float: left;
  width: 65%;
}
@media (max-width: 767px) {
  .cb-rt,
  .cb-rt-tcell {
    display: block;
    float: left;
    width: 100%;
  }
  .cb-rt-tcell {
    display: none;
  }
  .rt-spec-holder {
    display: none;
  }
  .rt-data-holder {
    float: left;
    width: 35%;
    border-left: 1px solid #e6e6e6;
  }
  .cb-rt-header {
    border-bottom: none;
  }
  .cb-rt-subtitle {
    border-top: none;
    padding-bottom: 35px;
  }
  .cb-rt-table-spec {
    padding: 5px;
  }
  .rt-m-active {
    display: block;
  }
  .rt-t-singletab {
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 5px 3px;
    font-size: 16px;
    font-weight: 500;
  }
  .rt-t-singletab.active {
    background-color: #fff;
  }
}
.cb-submit-full_wrapper form .gform_footer {
  padding: 0 15px;
}
.cb-submit-full_wrapper form .gform_footer input[type="submit"] {
  width: 100%!important;
  margin: 0!important;
}
.cb-smallform_wrapper h4 {
  color: #666666;
  font-weight: 300;
}
.cb-smallform_wrapper ul.gform_fields {
  padding: 0 10px!important;
}
.cb-smallform_wrapper ul.gform_fields li.gfield {
  padding: 0 5px!important;
  margin-top: 0!important;
}
.cb-smallform_wrapper ul.gform_fields li.gfield .ginput_container {
  margin-top: 0px!important;
}
.cb-smallform_wrapper ul.gform_fields li.gfield .ginput_container input {
  margin-bottom: 5px!important;
}
.cb-smallform_wrapper .gform_footer {
  margin-top: 10px!important;
  padding: 0 15px!important;
}
.cb-smallform_wrapper .gform_footer input.button[type="submit"] {
  width: 100%!important;
  background-color: #f37321 !important;
  color: #fff!important;
  margin: 0!important;
}
.cb-smallform_wrapper .gform_footer input.button[type="submit"]:hover {
  color: #f37321 !important;
  background-color: #fff!important;
}
#editorial-blog-page {
  overflow-x: hidden;
}
#editorial-blog-page article {
  display: block;
  margin: 0;
  padding: 0;
}
#editorial-blog-page .wp-caption {
  width: auto!important;
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
#editorial-blog-page .wp-caption.aligncenter {
  max-width: calc(100% + 70px);
  margin: 0 -35px;
}
#editorial-blog-page .wp-caption .wp-caption-text {
  padding-top: 5px;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
#editorial-blog-page h1 {
  color: #0C426E;
  font-weight: bold;
  font-size: 20px;
}
#editorial-blog-page blockquote {
  border-left: none;
  margin-bottom: 0;
}
#editorial-blog-page blockquote p {
  font-weight: 800;
  color: #555;
}
#editorial-blog-page a {
  color: #0288d1;
  text-decoration: none;
  border-bottom: none;
}
#editorial-blog-page .addtoany_content_bottom {
  display: none;
}
#edblog-archive-top {
  padding-top: 50px;
  margin: 0 -65px;
  text-align: center;
}
#edblog-archive-top img {
  width: 500px;
  padding: 0 35px;
}
#ed-blog-featured {
  margin-top: 45px;
}
.ed-blog-featured {
  position: relative;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  margin-bottom: 35px;
  border-radius: 5px;
}
.ed-blog-featured .table-cell {
  padding-left: 35px;
  padding-right: 35px;
}
.ed-blog-featured b {
  margin: 0 auto 25px auto;
  display: block;
  max-width: 950px;
  text-shadow: 0 0 3px #000;
}
.ed-blog-featured .h2 {
  font-weight: 500;
  font-size: 35px;
  color: #fff;
  margin: 0;
  text-shadow: 0 0 3px #000;
}
#ed-blog-roll article {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d7d7d7;
}
#ed-blog-roll article:last-of-type {
  border-bottom: none;
}
.ebr-cats span {
  display: inline-block;
  background-color: #0288d1;
  color: #fff;
  padding: 5px 7px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 15px;
}
.ebr-featured {
  padding-right: 40px;
  padding-left: 15px;
}
.ebr-featured div {
  overflow: hidden;
  border-radius: 4px;
}
.ebr-featured img {
  display: block;
}
.ebr-content {
  padding-right: 15px;
}
.ebr-title {
  margin-top: 10px;
}
.ebr-title h2 {
  color: #0288d1;
  font-weight: 500;
  margin-bottom: 0;
}
.ebr-title p {
  font-size: 17px;
  color: #666;
}
.ebr-meta {
  margin-top: 30px;
  font-size: 20px;
}
.ebr-meta .ebr-author {
  float: left;
}
.ebr-meta .ebr-author a {
  color: #0C426E;
}
.ebr-meta .ebr-date {
  float: right;
  font-size: 17px;
  color: #666;
  font-weight: 500;
}
#ebr-sidebar {
  font-size: 17px;
  padding: 0 10px;
}
#ebr-sidebar .ebr-sidebar-title {
  font-weight: 400;
  margin-bottom: 20px;
}
#ebr-sidebar ul {
  list-style-type: none;
  padding: 0 15px;
}
#ebr-sidebar ul li {
  padding: 5px 10px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
#ebr-sidebar ul li a {
  color: #0288d1;
}
.edblog-pagination {
  position: relative;
}
.edblog-pagination:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  left: 0;
  top: calc(50% - 4px);
  z-index: 0;
}
.ebr-navigation {
  position: relative;
  float: left;
  background-color: #fff;
  z-index: 1;
  min-height: 25px;
}
.ebr-navigation a {
  color: #0288d1;
  font-size: 18px;
  display: inline-block;
  margin-right: 25px;
  line-height: 22px;
}
#ed-blog-single {
  font-size: 17px;
}
#ed-blog-single article {
  margin-bottom: 50px;
}
#ed-blog-single article .alignleft,
#ed-blog-single article .alignright,
#ed-blog-single article .alignnone,
#ed-blog-single article .aligncenter {
  padding: 0;
  margin: 15px 0;
}
#ed-blog-single article img {
  border-radius: 4px;
}
#ed-blog-single article img.aligncenter {
  max-width: calc(100% + 70px);
  margin: 0 -35px;
}
.single-news .ed-blog-featured .table-cell {
  padding-top: 25px;
  padding-bottom: 25px;
}
.single-news .ed-blog-featured b {
  margin-bottom: 0;
}
.ebs-date {
  margin: 35px 0;
  font-size: 15px;
  font-weight: 500;
}
.ebs-author {
  font-size: 20px;
  color: #0C426E;
  margin-bottom: 20px;
  font-weight: 500;
  padding-right: 40px;
}
.ebs-author a {
  color: #0288d1;
}
.ebs-twitter {
  margin-bottom: 20px;
  margin-top: 25px;
  font-weight: 400;
  font-size: 14px;
}
.ebs-twitter a {
  display: inline-block;
  background-color: #0288d1;
  color: #fff!important;
  padding: 5px 7px;
}
.ebs-share {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 50px;
  margin-right: 10px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.ebs-share .a2a_kit a {
  background-size: 30px auto;
  background-position: center;
  display: inline-block;
  width: 36px;
  height: 40px;
  background-repeat: no-repeat;
}
.ebs-share .a2a_kit a span {
  display: none;
}
.ebs-share .a2a_kit a span svg {
  display: none;
}
.ebs-share .a2a_button_facebook {
  background-image: url('../../images/ebsocial/eb-facebook.png');
}
.ebs-share .a2a_button_twitter {
  background-image: url('../../images/ebsocial/eb-twitter.png');
}
.ebs-share .a2a_button_linkedin {
  background-image: url('../../images/ebsocial/eb-linkedin.png');
}
.ebs-share .a2a_button_email {
  background-image: url('../../images/ebsocial/eb-email.png');
}
.ebs-share .eb_rssfeed {
  background-image: url('../../images/ebsocial/eb-rss.png');
}
.ebs-share #eb_social_counter {
  display: inline-block;
  font-size: 15px;
  color: #666;
  position: relative;
  top: 10px;
  left: 5px;
  font-family: "Roboto", sans-serif;
}
.ebs-share .a2a_dd {
  display: none!important;
}
.ebs-back {
  position: relative;
}
.ebs-back a {
  color: #0288d1;
  font-size: 18px;
  display: inline-block;
  margin-right: 25px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 5px 15px 5px 0;
}
.ebs-back:after {
  content: '';
  position: absolute;
  z-index: 0;
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  border-bottom: 1px solid #d7d7d7;
}
.author #editorial-blog-page {
  padding-top: 50px;
}
@media (max-width: 767px) {
  #edblog-archive-top {
    padding-top: 20px;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
  }
  #ed-blog-featured {
    margin-top: 15px;
  }
  .ed-blog-featured {
    min-height: 120px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ed-blog-featured .h2 {
    font-size: 20px;
  }
  #ed-blog-roll article {
    padding-bottom: 5px;
  }
  #ed-blog-roll article .ebr-featured {
    display: none;
  }
  #ed-blog-roll article .wp-caption.aligncenter {
    margin: 0;
  }
  .ebr-featured {
    padding: 0;
  }
  .ebr-content {
    padding: 0;
  }
  .ebr-cats {
    margin-top: 10px;
  }
  .ebr-title {
    margin-top: 0;
  }
  .ebr-title h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .ebr-title p {
    font-size: 15px;
  }
  .ebr-meta {
    margin-top: 0;
    font-size: 15px;
  }
  .ebr-meta .ebr-date {
    font-size: 15px;
  }
  #ebr-sidebar {
    padding: 0;
  }
  #ebr-sidebar.nomobile {
    display: none;
  }
  #ebr-sidebar .ebr-sidebar-title {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background-color: #0C426E;
    border: 1px solid #0C426E;
    font-size: 15px;
  }
  #ebr-sidebar .ebr-sidebar-title.active {
    color: #0C426E;
    background-color: #fff;
  }
  #ebr-sidebar ul {
    display: none;
  }
  #ebr-sidebar ul li {
    display: inline-block;
    background-color: #0288d1;
    color: #fff;
    border: none;
  }
  #ebr-sidebar ul li a {
    color: #fff;
  }
  #ebr-sidebar .ebr-cats {
    margin-top: 0;
  }
  .ebs-date {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .ebs-author {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 0;
  }
  .ebs-author span {
    display: none;
  }
  .ebs-twitter {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .ebs-share {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 13px;
  }
  .ebs-share .a2a_kit {
    display: inline-block;
    vertical-align: middle;
  }
  .ebs-share .a2a_kit a {
    background-size: 20px auto;
    background-position: center;
    display: inline-block;
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
  }
  .ebs-share #eb_social_counter {
    top: 4px;
  }
  #ed-blog-single {
    padding-top: 25px;
  }
  .author #editorial-blog-page {
    padding-top: 25px;
  }
  .author #ebr-sidebar {
    margin-bottom: 50px;
  }
  .single-news #edblog-archive-top {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .single-news .ebr-cats {
    display: none;
  }
}
