/*CTA styles*/

.blog-wrapper .blog-post-date-location {
    margin-bottom: 6px;
}
.blog-wrapper.event .blog-post-date-location {
    margin-top: 15px;
    margin-bottom: 6px;
}
.blog-wrapper.news .blog-post-date-location {
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-wrapper .blog-post-title a, .blog-wrapper .blog-post-title .blog-post-date-location span {
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #666666;
    line-height: 20px;
}
.blog-wrapper .blog-post-title .blog-post-date-location span.blog-post-date span {
    display: inline-block;
}
.blog-wrapper .blog-post-title a, .blog-wrapper .blog-post-title .blog-post-date-location span.blog-post-date {
    font-size: 17px;
    font-style: normal;
    color: #666666;
    line-height: 25px;
}

.specialtile .blog-wrapper {
  background-color: #2b3849;
  background-image: url(/images/hp2017/blog_images/CTA_bg.png);
  background-size: contain;
}
.specialtile .blog-wrapper:hover {
    background-color: #2b3849;
}
.specialtile .blog-wrapper .blog-teaser {
  padding: 20px 0px;
}
.specialtile .blog-wrapper h4 {
  font-family: 'GothamBold';
  font-size: 1.5em;
  line-height: 1.3em;
}
.specialtile .blog-wrapper p {
  padding-top: 10px;
}
.specialtile .blog-wrapper .btn-primary {
  background-color: #00b2ff;
  color: #fff;
  transition: all 0.3s linear;
}
.specialtile .blog-wrapper .btn-primary .fa {
  padding-right: 10px;
  font-size: 1.5em;
  line-height: 0.5em;
  vertical-align: middle;
}
.blog-wrapper {
  margin-bottom: 20px;
  display: block;
  background-color: #f3f6f9;
  transition: all 0.3s linear;
}
.blog-wrapper:hover {
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
.blog-wrapper .blog-post-description {
    height: 150px;
    max-height: 150px;
    margin: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-wrapper .blog-post-title {
  margin-bottom: 10px;
}
.blog-wrapper .blog-post-title a, .blog-wrapper .blog-post-title span {
  font-family: 'GothamBook';
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s linear;
}
.blog-post-title a:hover, .blog-wrapper .blog-post-title span:hover {
    color: #0099cc;
}
.blog-wrapper.blog-cta-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.blog-wrapper.blog-cta-wrapper .blog-teaser {
  height: 92px;
  background-color: #ffffff;
}
.blog-teaser {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.blog-wrapper.blog-cta-wrapper.news .blog-teaser {
    padding: 10px;
}
.blog-wrapper.blog-cta-wrapper.news .blog-teaser .blog-teaser-img {
    position: relative;
}
.blog-teaser-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    backface-visibility: hidden;
    z-index: 1;
}
.news .blog-teaser-img {
    background-color: #fff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.blog-teaser-description {
    position: relative;
    float: left;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 15px !important;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s linear;
}
.blog-wrapper:hover .blog-teaser-description {
    top: 0;
}
.blog-wrapper.blog-cta-wrapper.event .blog-post-desc {
    opacity: 0;
}
.blog-wrapper.blog-cta-wrapper.news .blog-post-desc {
    opacity: 0;
}
.blog-wrapper .blog-post-desc, .blog-wrapper .blog-post-desc p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    font-family: 'GothamLight';
    font-size: 13px;
    line-height: 1.5em;
    text-align: left;
    color: #000000;
    font-weight: 400;
}
.blog-wrapper.blog-cta-wrapper .blog-post-desc {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.blog-wrapper.blog-cta-wrapper:hover .blog-post-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: rgb(43, 56, 73);
    opacity: 1;
    z-index: 1;
}
.blog-wrapper.blog-cta-wrapper:hover .blog-post-desc, .blog-wrapper.blog-cta-wrapper:hover .blog-post-desc p {
    color: #fff;
}
.blog-wrapper.blog-cta-wrapper:hover .blog-post-desc {
    overflow-y: auto;
}
.blog-wrapper.blog-cta-wrapper .blog-post-title {
  
}
.blog-wrapper .recent-item-header {
  position: absolute;
  top: 0;
  z-index: 3;
  width: calc(100% + 20px);
  margin-left: -13px!important;
  margin-top: -10px!important;
  transition: all 0.3s linear;
}
.blog-wrapper:hover .recent-item-header {
  margin-left: -20px !important;
}
.recent-item-header span {
  padding: 6px 10px;
  background-color: #cccccc;
  color: #2a3848;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/*Blog box colors*/
.blog-wrapper.blog {
    background-color: rgba(146, 218, 249, 0.1);
}
.blog-cta-wrapper.blog {
    border: 4px solid rgba(0, 178, 255, 0.3);
}
.blog-cta-wrapper.blog .recent-item-header span {
  background-color: #00b2ff;
}
.blog-cta-wrapper.blog .recent-item-header span:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -13px;
  border-top: 0 inset transparent;
  border-right: 9px solid #0077ab;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-cta-wrapper.blog:hover .recent-item-header span:before {
  border-top: 0 inset transparent;
  border-right: 16px solid #0077ab;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-wrapper.blog-cta-wrapper.blog .blog-teaser .blog-teaser-img.blog-teaser-img-null {
    position: absolute;
    background-color: #2a3848;
}
.blog-wrapper.blog-cta-wrapper.blog .blog-teaser .blog-teaser-img.blog-teaser-img-null:before {
    content: '\f09e';
    font-family: 'FontAwesome';
    color: #00b2ff;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

/*Event box colors*/
.blog-wrapper.event {
    background-color: rgba(255, 248, 200, 0.20);
}
.blog-cta-wrapper.event {
    border: 4px solid rgba(255, 221, 0, 0.3);
}
.blog-cta-wrapper.event .recent-item-header span {
  background-color: #ffdd00;
}
.blog-cta-wrapper.event .recent-item-header span:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -13px;
  border-top: 0 inset transparent;
  border-right: 9px solid #bbaa33;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-cta-wrapper.event:hover .recent-item-header span:before {
  border-top: 0 inset transparent;
  border-right: 16px solid #bbaa33;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-wrapper.blog-cta-wrapper.event .blog-teaser .blog-teaser-img.blog-teaser-img-null {
    position: absolute;
    background-color: #2a3848;
}
.blog-wrapper.blog-cta-wrapper.event .blog-teaser .blog-teaser-img.blog-teaser-img-null:before {
    content: '\f274';
    font-family: 'FontAwesome';
    color: #ffdd00;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

/*News box colors*/
.blog-wrapper.news {
    background-color: rgba(191, 210, 191, 0.15);
}
.blog-cta-wrapper.news {
    border: 4px solid rgba(102, 170, 68, 0.3);
}
.blog-cta-wrapper.news .recent-item-header span {
  background-color: #66aa44;
}
.blog-cta-wrapper.news .recent-item-header span:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -13px;
  border-top: 0 inset transparent;
  border-right: 9px solid #337722;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-cta-wrapper.news:hover .recent-item-header span:before {
  border-top: 0 inset transparent;
  border-right: 16px solid #337722;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-wrapper.blog-cta-wrapper.news .blog-teaser .blog-teaser-img.blog-teaser-img-null {
    position: absolute;
    background-color: #2a3848;
}
.blog-wrapper.blog-cta-wrapper.news .blog-teaser .blog-teaser-img.blog-teaser-img-null:before {
    content: '\f1ea';
    font-family: 'FontAwesome';
    color: #66aa44;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

/*Resources box colors*/
.blog-wrapper.resources {
    background-color: rgba(255, 216, 255, 0.1);
}
.blog-cta-wrapper.resources {
    border: 4px solid rgba(202, 125, 202, 0.3);
}
.blog-cta-wrapper.resources .recent-item-header span {
  background-color: #ca7dca;
}
.blog-cta-wrapper.resources .recent-item-header span:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -13px;
  border-top: 0 inset transparent;
  border-right: 9px solid #993399;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-cta-wrapper.resources:hover .recent-item-header span:before {
  border-top: 0 inset transparent;
  border-right: 16px solid #993399;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-wrapper.blog-cta-wrapper.resources .blog-teaser .blog-teaser-img.blog-teaser-img-null {
    position: absolute;
    background-color: #2a3848;
}
.blog-wrapper.blog-cta-wrapper.resources .blog-teaser .blog-teaser-img.blog-teaser-img-null:before {
    content: '\f1c5';
    font-family: 'FontAwesome';
    color: #ca7dca;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

/*end CTA styles*/

@charset "UTF-8";

/********** SF overrides **********/

.sfInlineEditingPageMenu {
    z-index: 2000 !important;
}

.scrollup {
    z-index: 2100 !important;
}

.sfSuccess {
    display: block !important;
}


/********** /SF overrides **********/

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'GothamBook';
}

em {
    font-style: italic;
    font-family: 'GothamBook';
}

em b {
    font-style: italic;
    font-family: 'GothamBook';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GothamBook';
    margin-bottom: 10px;
}

h1 .fancy-title span,
h2 .fancy-title span,
h3 .fancy-title span,
h4 .fancy-title span,
h5 .fancy-title span,
h6 .fancy-title span {
    font-family: 'GothamMedium';
}

section {
    margin: 0px auto 0 auto;
    text-align: left;
}

body,
p,
.lead {
    font-family: "GothamBook", sans-serif;
    font-size: 16px;
}

.lead {
    font-size: 24px;
}


p {
    font-size: 1em;
    /* 16px is the default em size */
    line-height: 1.5714285714285714em;
    /* = 22px/14px */
    margin-bottom: 22px;
    text-rendering: optimizelegibility;
    color: #2a3848;
}

h1 {
    font-size: 30px;
    margin-bottom: 22px;
    line-height: normal;
}

h2 {
    font-size: 26px;
    margin-bottom: 14px;
    line-height: normal;
}

h3 {
    font-size: 22px;
    line-height: normal;
}

h4 {
    font-size: 18px;
    line-height: normal;
}

h5 {
    font-size: 14px;
    line-height: normal;
}

h6 {
    font-size: 10px;
    line-height: normal;
}

.fancy-title {
    text-transform: none;
}

blockquote,
b,
strong {
    font-family: 'GothamBook';
}

p.lead sup {
    font-size: 16px;
}

p > sup {
    font-size: 14px;
    font-family: 'GothamBook';
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 16px;
}

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;
}

ol {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 30px;
    -moz-padding-start: 30px;
    -khtml-padding-start: 30px;
    -o-padding-start: 30px;
    padding-start: 30px;
}

ul,
menu,
dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 30px;
    -moz-padding-start: 30px;
    -khtml-padding-start: 30px;
    -o-padding-start: 30px;
    padding-start: 30px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

li {
    line-height: 1.5714285714285714em;
    color: #2a3848;
}

#MainWrapper ul li {
    padding-bottom: 10px;
    color: #2a3848;
}

.sfInlineEditingPageMenu {
    z-index: 2000 !important;
}

.scrollup {
    z-index: 2100 !important;
}

.sfSuccess {
    display: block !important;
}

@font-face {
    font-family: 'GothamBold';
    src: url("../fonts/GothamBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg#GothamBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url("../fonts/GothamBook.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg#GothamBook") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url("../fonts/GothamLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg#GothamLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url("../fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamUltra';
    src: url("../fonts/GothamUltra.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamUltra.woff") format("woff"), url("../fonts/GothamUltra.ttf") format("truetype"), url("../fonts/GothamUltra.svg#GothamUltra") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*===================== */


/*=== BASE STYLE ======
/*===================== */

.lp-highlight-banner {
    background-color: #222222;
}

.bg_w {
    background: #fff;
}

.btn_primary_white {
    border: 2px #fff solid !important;
    color: #fff !important;
}

.btn_primary_white:hover {
    border: 2px #00b2ff solid !important;
}

.btn-blue {
    background: #00b1ff;
    border: 1px #00b1ff solid;
    color: #fff;
    font-size: 14px;
}

.btn-blue:hover {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-border-blue {
    background: none;
    border: 1px #00b1ff solid;
    color: #00b1ff;
    font-size: 14px;
}

.btn-border-blue:hover {
    background: #00b1ff;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.white {
    color: #fff;
}

.btn-grey {
    background: #2a3848;
    border: 1px #2a3848 solid;
    color: #fff;
    font-size: 14px;
}

.btn-grey:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-border-grey {
    background: none;
    border: 2px #2a3848 solid;
    color: #2a3848;
    font-size: 12px;
    font-weight: bold;
}

.btn-border-grey:hover {
    background: #00b1ff;
    color: #fff;
    border: 2px #00b1ff solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-orange {
    background: #FF9800;
    border: 1px #FF9800 solid;
    color: #fff;
    font-size: 14px;
}

.btn-orange:hover {
    color: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-border-orange {
    background: none;
    border: 1px #FF9800 solid;
    color: #FF9800;
    font-size: 14px;
}

.btn-border-orange:hover {
    background: #FF9800;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a span.icon-cast {
    color: #939598;
    font-size: 24px;
}

.section_size {
    height: 630px;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}


/*===================== */


/*=== HEADER STYLE ======
/*===================== */

.header-top {
    border: 0;
}

.navbar .logo {
    line-height: 0px !important;
    margin-top: 32px;
}

.navbar .navbar-nav > li > a {
    line-height: 40px !important;
    font-family: 'proxima-nova', sans-serif;
    font-weight: bold;
    font-size: 14px !important;
}

.navbar .navbar-nav > li > a.btn {
    color: white;
    background-color: #00b2ff;
    margin: 9px 0 9px 50px;
    border: 2px solid #00b2ff;
    line-height: 20px !important;
}

.navbar .navbar-nav > li > a.btn:hover, .navbar .navbar-nav > li > a.btn:focus, .navbar .navbar-nav > li > a.btn:active {
    color: #00b2ff;
    background-color: transparent;
    border: 2px solid #00b2ff;
}

a.portfolio-expand:hover {
    color: white !important;
}



/* Search module is required in the template to allow Jquery scripting */

.sfsearchBox {
    display: block !important;
}

.container .container {
    padding-left: 0px;
    padding-right: 0px;
}

.overlay-wrapper-content .overlay-title {
    border-color: transparent !Important;
}

a.btn-hear {
    background: url("/images/hp2017/Hear-from-Peers_cta-60.png") !important;
}

a.btn-tech {
    background: url("/images/hp2017/see-the-product_cta-60.png") !important;
}

a.btn-security {
    background: url("/images/hp2017/security_cta-60.png") !important;
}

a.btn-cloud {
    background: url("/images/hp2017/cloud_cta-60.png") !important;
}

a.btn-devops {
    background: url("/images/hp2017/devops_infy.png") !important;
}

a.btn-assessment {
    background: url("/images/hp2017/assessment_cta-60.png") !important;
}

a.btn-hear,
a.btn-tech,
a.btn-security,
a.btn-cloud,
a.btn-assessment,
a.btn-devops {
    background-repeat: no-repeat !Important;
    background-position: left center !Important;
    padding-left: 60px;
    border-radius: 4px;
    font-weight: bold !Important;
}

@media (max-width: 1024px) {
    a.btn-hear,
    a.btn-tech,
    a.btn-security,
    a.btn-cloud,
    a.btn-assessment,
    a.btn-devops {
        padding: 15px 15px 15px 60px;
        font-size: 16px;
        margin-bottom: 10px;
    }
}

a.btn-devops {
    padding-left: 100px;
}

a.btn-hear:hover,
a.btn-tech:hover,
a.btn-security:hover,
a.btn-cloud:hover,
a.btn-assessment:hover;
a.btn-devops:hover {
    color: #FFF !Important;
    border-color: #00b2ff !Important;
}

.pricing-list li span {
    float: left;
}

.footer-middle {
    padding: 40px 0 0 0;
    border-bottom: 0px solid #32313b;
}

.footer-bottom {
    padding: 10px 0;
}

.footer-bottom .copyright p,
.footer-bottom .copyright a {
    font-size: 13px !Important;
    color: #778899;
}

#custom-footer ul {
    padding: 0;
    list-style-type: none;
}

#custom-footer li {
    padding: 0;
    list-style-type: none;
    line-height: 1.3;
}

#custom-footer ul a {
    color: #778899;
    font-size: 12px;
}

#custom-footer .container > ul {
    padding: 0 15px;
}

#custom-footer .container {
    padding-right: 0px;
    padding-left: 0px;
}

#custom-footer .container > ul > li {
    width: 238px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-bottom: 30px;
}

#custom-footer .container > ul > li > a {
    color: #d3d8dd;
    text-transform: uppercase;
    font-family: "Open Sans Bold";
}

#custom-footer .container > ul > li > a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #949494;
    display: block;
    margin-top: 4px;
}

#custom-footer .container > ul > li > ul {
    margin-top: 4px;
}

#custom-footer .container > ul > li:nth-of-type(4n+1) {
    margin-left: 0;
}

@media only screen and (min-width: 1200px) {
    #custom-footer .container > ul > li {
        width: calc(20% - 20px);
        margin-left: 0;
        margin-right: 10px;
    }
    #custom-footer .container > ul > li:nth-child(2) {
        width: calc(40% - 20px);
        margin-left: 0;
        margin-right: 10px;
    }
    #custom-footer .container > ul > li:nth-child(2) > ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1199px) {
    #custom-footer .container > ul > li {
        width: calc(50% - 20px);
        margin-left: 0;
        margin-right: 10px;
    }
    #custom-footer .container > ul > li:first-child {
        width: calc(35% - 20px);
        margin-left: 0;
        margin-right: 10px;
    }
    #custom-footer .container > ul > li:nth-child(2) {
        width: calc(65% - 20px);
        margin-left: 0;
        margin-right: 10px;
    }
    #custom-footer .container > ul > li:nth-child(2) > ul {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

@media only screen and (max-width: 699px) {
    #custom-footer .container > ul > li {
        width: calc(100% - 20px);
        margin-left: 0;
        margin-right: 10px;
    }
    #custom-footer .container > ul > li:nth-child(2) > ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

.breadcrumb {
    margin-bottom: 0;
    font-weight: bold;
    background: none;
}

.breadcrumb .active {
    color: #fff;
    font-weight: bold;
}

.breadcrumb a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.breadcrumb a:first-child {
    /*font-size: 20px;*/
}

.navbar-right {
    margin-right: 3em !important;
}

.sub-navigation .navbar-nav > li > a {
    border-top: 0px solid;
}

.sub-navigation .navbar-nav > .active > a {
    border-top: 0px solid;
    border-bottom: 3px solid;
    font-weight: bold;
    font-size: 15px;
}

.sub-navigation .navbar-nav > .active > a:hover {
    border-top: 0px solid;
    border-bottom: 3px solid;
}

.sub-navigation .navbar-nav > li > a {
    line-height: 20px;
    color: #9d9da0;
    text-transform: capitalize;
    padding: 5px;
    margin: 0 25px;
    font-size: 14px;
    letter-spacing: inherit;
}

.sub-navigation .navbar-default .navbar-brand {
    color: #00b2ff;
    /*background-color: transparent;*/
    font-weight: bold;
    padding-top: 15px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}

.sub-navigation .navbar-toggle {
    top: 0;
}

.sub-navigation .navbar-toggle:after {
    color: #fff;
}

.sub-navigation-bg {
    background: url("/images/hp2017/black.png");
    background-repeat: repeat;
    /*background-color:rgba(0, 0, 0, 0.5) !Important;
    position: absolute;
   top: 80px;
   z-index: 999;*/
}

.Author {
    margin-bottom: 10px;
}

.header-main {
    /*border-bottom: 0px solid #ECECEC !important;*/
}

.top-slider {
    overflow: visible;
}

.CastSubnav2017 {
    /*padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;*/
}

.Subnav-wrapper {
    background-color: #2a3848 !important;
    /*height: 45px; */
    border: 0px solid #ECECEC;
}

.SubnavSection {
    float: left;
}

.SubnavSection a {
    color: #fff;
    padding-top: 5px;
    font-size: 20px;
    font-family: 'GothamBook', sans-serif !important;
}

.SubnavItem {
    text-align: center;
    margin: 0 auto;
    /*background: url('http://www.castsoftware.com/images/hp2017/arrow-subnav-bg.png');  
    background-position: 0px -4px;*/
    padding: 10px 0;
}

.SubnavItem li {
    display: inline-block;
}

.SubnavItem li a {
    color: #fff !Important;
    padding: 5px;
    margin: 0 10px;
    font-family: 'GothamBook', sans-serif !important;
    padding-top: 9px;
    font-size: 14px;
    /*border-top: 3px solid transparent;*/
}

.SubnavItem li a:hover {
    color: #00b2ff !Important;
    font-family: 'GothamBook', sans-serif !important;
    /*border-top: 3px solid #00b2ff;*/
}

.SubnavItem li a.sfSel {
    color: #00b2ff !Important;
    font-family: 'GothamBook', sans-serif !important;
    /*border-top: 3px solid #00b2ff;*/
}

.mainNavItem li a.sfSel {
    color: #00b2ff !Important;
    /*border-top: 3px solid #00b2ff;*/
}

.section_content {
    padding: 4em 0em;
}


/*========================================= */
/*============== STRIP STYLING ======
/*========================================= */

.strip-bg {
    background: #eeeeee;
}

ul#filters {
    list-style: none;
    margin: 0 auto 40px;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 99;
}

ul#filters li {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    width: auto;
    margin-left: 0;
    margin: 0 -3px;
}

ul#filters li a.filter {
    padding: 20px 30px;
    background: none;
    border: none;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
}

ul#filters li a.filter.selected {
    background-color: #00b2ff !important;
    color: #fff !important;
}

ul#filters li a.filter {
    font-weight: bold;
    color: #666 !important;
}


/*========================================= */
/*=== USECASES -  SEE THE TRUTH STYLE ======
/*========================================= */

.SeeTheTruthBanner {
    background: url("/images/hp2017/seethetruth-image-banner.jpg");
    height: 300px;
    background-position: 0 -8em !important;
}

.SeeTheTruthBanner .TopBanner {
    margin-top: 40px;
}

.BeASoftwareGeniusBanner {
    background: url("/images/hp2017/BeSoftwareGenius-image-banner.jpg");
    height: 300px;
}

.BeASoftwareGeniusBanner .TopBanner {
    margin-top: 40px;
    background-color: rgba(52, 64, 79, 0.8);
    padding: 30px 0px 30px 58px;
    max-width: 800px;
}

.BeASoftwareGeniusBanner .TopBanner h1 {
    font-size: 44px;
}

.DeliverSuperwareBanner {
    background: url("/images/hp2017/Superware-image-banner.jpg");
    height: 300px;
}

.DeliverSuperwareBanner .TopBanner {
    margin-top: 40px;
    background-color: rgba(52, 64, 79, 0.8);
    padding: 30px 0px 30px 58px;
    max-width: 800px;
}

.DeliverSuperwareBanner .TopBanner h1 {
    font-size: 44px;
}

.CastForCloudBanner {
    background: url("/images/hp2017/cast-for-cloud_banner-630.jpg");
    background-position: 0em -17em !important;
    height: 300px;
}

.CastForCloudBanner .TopBanner {
    margin-top: 40px;
    background-color: rgba(52, 64, 79, 0.8);
    padding: 30px 0px 30px 58px;
    max-width: 800px;
}

.CastForCloudBanner .TopBanner h1 {
    font-size: 44px;
}

.DevopsBanner {
    background: url("/images/hp2017/devops-image-banner.jpg");
    background-position: 0em -18em !important;
    height: 300px;
}

.DevopsBanner .TopBanner {
    margin-top: 55px;
    background-color: rgba(52, 64, 79, 0.8);
    padding: 30px 58px;
    max-width: 750px;
}

.SecurityBanner {
    background: url("/images/hp2017/security-image-banner.jpg");
    height: 300px;
}

.SecurityBanner .TopBanner {
    margin-top: 55px;
    background-color: rgba(52, 64, 79, 0.8);
    padding: 30px 58px;
    max-width: 750px;
}


/***** Section 1 top slider *****/

.Section1Wrapper {
    background-color: #f3f6f9;
}

.AboutUsBanner {
    background: url("/images/hp2017/meudon-front-630.jpg");
    height: 300px;
    background-position: 0 -19em !important;
}

.AboutUsBanner .TopBanner {
    margin-top: 60px;
}

.UseCaseBanner {
    height: auto;
    background-position: top center;
    background-size: cover;
    background: #e2f5fc;
    padding: 2em 1em;
    background-image: url("/images/hp2017/network.png");
}

.UseCaseBanner p {
    color: #fff;
}

.UseCaseBanner .case1 {
    background: #48baf6;
    padding: 1em;
}

.UseCaseBanner .case2 {
    background: #3b9aca;
    padding: 1em;
}

.UseCaseBanner .case3 {
    background: #2c7aa0;
    padding: 1em;
}

.bgProductBanner {
    background-color: #f3f6f9;
    overflow: hidden;
    border-bottom: 1px solid #cecece;
    background-position: top center;
    background-size: cover;
}

.bgProductBanner img {
    margin-bottom: -40px;
    /*padding-top:20px;*/
}

.BannerSubTitle {
    font-size: 2em;
}

.color-white {
    color: #FFF !Important;
}

.carousel-control.left,
.carousel-control.right {
    display: none;
}

.carousel-inner > .item > img {
    position: relative;
    right: -100px;
}

.Maintitle {
    margin-top: 20px;
    height: 40px;
}

.Maintitle.HP h1 {
    display: none;
}

.TopBanner {
    margin-top: 140px;
    background-color: rgba(52, 64, 79, 0.8);
    padding: 30px 60px;
    max-width: 800px;
}

.TopBanner h1 {
    color: #FFF;
    font-family: "GothamBook", sans-serif;
    font-size: 45px;
    text-transform: none;
    max-width: 700px;
    text-transform: none;
}

.TopBanner h2 {
    color: #FFF;
    font-family: "GothamLight", sans-serif;
    font-size: 30px;
    line-height: 40px;
    max-width: 700px;
    text-transform: none;
}

.TopBanner h1 > sup {
    font-size: 14px;
    position: relative;
    top: -2em;
}

.TopBanner p > sup {
    font-size: 14px;
    position: relative;
    top: -2em;
}

.Title1 {
    color: #2a3848;
    font-size: 26.5px;
    line-height: 26px;
    text-align: left;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
}

.Title2 {
    color: #2a3848;
    font-size: 64px;
    line-height: 70px;
    text-align: left;
    font-weight: 700;
    margin-top: -5px;
    margin-left: -3px;
}

.TitleBig {
    color: #2a3848;
    font-size: 64px;
    text-align: left;
    font-weight: 700;
    padding-top: 100px;
}
.Section1Wrapper .container {
    position: relative;
    overflow: hidden;
}
.carousel-inner.top-slider {
    height: 300px;
    margin: 50px 0;
    z-index: 9;
}
#banner-slider .item {
    float: left;
    width: 100%;
    height: 300px;
}
.power_cta-button {
    display: table;
    width: 100%;
    height: 56px;
    margin-top: 10px;
    padding: 5px 15px;
    background-color: #00b2ff;
    color: #fff;
    border: 2px solid #00b2ff;
    border-radius: 4px;
    transition: all 0.3s linear;
}
.power_cta-button:hover {
    background-color: transparent;
}
.power_cta-container {
    display: table-cell;
    vertical-align: middle;
}
.power_cta-container span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'GothamBook';
    font-size: 17px;
    line-height: 20px;
}
.power_cta-button .power_cta-container span .fa {
    font-size: 25px;
    line-height: 25px;
    padding-right: 10px;
}
.power_cta-button .power_cta-container a {
    color: #fff;
    transition: all 0.3s linear;
}
.power_cta-button:hover .power_cta-container a {
    color: #00b2ff;
}

.QuoteDiv {
    position: absolute;
    top: 0;
    display: block;
    width: calc(100% - 30px);
    height: 300px;
    margin: 50px 0 75px 0;
    background-color: #2a3848;
    z-index: 1;
}

.QuoteInfos {
    position: absolute;
    text-align: center;
    left: 0px;
    top: 200px;
    width: 100%;
}
.Quote_Infos {
    position: relative;
    float: left;
    width: 60%;
    padding: 30px 20px;
    text-align: center;
}
.Quote_Hero {
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    width: 43%;
    bottom: -50px;
}
#banner-slider ol.carousel-indicators {
    bottom: -50px;
    left: 0;
    margin-left: 0;
}
#banner-slider ol.carousel-indicators li {
    background-color: #ccc;
    border: 0;
    border-radius: 50%;
}
#banner-slider ol.carousel-indicators li.active {
    background-color: #00b2ff;
    width: 10px;
    height: 10px;
}
.Quote_Text {
    font-family: 'GothamBook';
    font-size: 22px;
    line-height: 1.5em;
    color: #ffffff;
    margin-bottom: 20px;
}
.Quote_Text span {
    position: relative;
}
.Quote_Text span:before {
    position: absolute;
    content: "\f10d";
    top: -10px;
    left: -20px;
    font-size:  14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    /* font-size: inherit; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.Quote_Text span:after {
    position:  absolute;
    content: "\f10e";
    bottom: -10px;
    right: -20px;
    font-size:  14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    /* font-size: inherit; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.CTA_button {
    position: relative;
    margin: 0 auto;
    width: 230px;
    padding: 10px 15px;
    background-color: #00b2ff;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    border: 2px solid #00b2ff;
    border-radius: 4px;
    transition: all 0.2s linear;
}
.CTA_button:hover {
    background-color: #2a3848;
}
.CTA_button i.fa.fa-download {
    padding-right: 10px;
}
.CTA_button a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s linear;
}
.CTA_button:hover a {
    color: #00b2ff;
}
.CTA_button a:visited, .CTA_button a:focus {
    color: #ffffff;
}
.Quote_Author {
    margin: 20px 0;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFF;
}
.QuoteText,
.QuoteLogo,
.QuoteAuthor {
    position: inherit;
    left: 0px;
    Width: 520px;
    padding: 0 30px;
}

.QuoteText {
    color: #FFF;
    text-align: center;
    font-weight: 100;
    top: 0px;
    font-size: 28px;
}

.QuoteLogo {
    text-align: center;
    left: 0px;
    top: 120px;
}

.QuoteLogo img {
    /* -webkit-filter: invert(100%);*/
    filter: grayscale(100%);
    opacity: 0.5;
}

.QuoteAuthor {
    font-weight: 100;
    font-size: 16px;
    opacity: 0.7;
    color: #FFF;
    text-align: left;
    top: 170px;
}

#CTAdiv {
    position: absolute;
    top: 420px;
}

.FindSuperPower3 .superpowerCTA ul {
    padding: 0;
    margin: 0;
}

.FindSuperPower3 .superpowerCTA ul li {
    float: left;
    list-style: none;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #2a3848;
    margin-right: 10px;
}

.FindSuperPower3 a {
    color: #2a3848 !Important;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    font-weight: 200;
    text-align: left;
}

.FindSuperPower3 a:after {
    font-family: "FontAwesome";
    content: "\f18e";
    padding-left: 15px;
    font-size: 20px;
}

.FindSuperPower3 a:hover,
.FindSuperPower3 a:hover strong {
    color: #48baf5 !Important;
}

#banner-slider {
    position: relative;
    width: 100%;
}

.carousel-indicators li {
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: initial;
}

.carousel-indicators .active {
    background-color: #03A9F4;
    border: 1px #03A9F4 solid;
}

.Choiceoption:before {
    font-family: "FontAwesome";
    content: "\f111";
    padding: 0 5px 0 0;
    font-size: 10px;
}
.testimonials.carousel-box .testimonial-item {
    position: relative;
    float: left;
    width: 100%;
}

/*CTA styles*/

.blog-wrapper .blog-post-date-location {
    margin-bottom: 6px;
}
.blog-wrapper.event .blog-post-date-location {
    margin-top: 15px;
    margin-bottom: 6px;
}
.blog-wrapper.news .blog-post-date-location {
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-wrapper .blog-post-title a, .blog-wrapper .blog-post-title .blog-post-date-location span {
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #666666;
    line-height: 20px;
}
.blog-wrapper .blog-post-title .blog-post-date-location span.blog-post-date span {
    display: inline-block;
}
.blog-wrapper .blog-post-title a, .blog-wrapper .blog-post-title .blog-post-date-location span.blog-post-date {
    font-size: 17px;
    font-style: normal;
    color: #666666;
    line-height: 25px;
}

.specialtile .blog-wrapper {
  background-color: #2b3849;
  background-image: url(/images/hp2017/blog_images/CTA_bg.png);
  background-size: contain;
}
.specialtile .blog-wrapper:hover {
    background-color: #2b3849;
}
.specialtile .blog-wrapper .blog-teaser {
  padding: 20px 0px;
}
.specialtile .blog-wrapper h4 {
  font-family: 'GothamBold';
  font-size: 1.5em;
  line-height: 1.3em;
}
.specialtile .blog-wrapper p {
  padding-top: 10px;
}
.specialtile .blog-wrapper .btn-primary {
  background-color: #00b2ff;
  color: #fff;
  transition: all 0.3s linear;
}
.specialtile .blog-wrapper .btn-primary .fa {
  padding-right: 10px;
  font-size: 1.5em;
  line-height: 0.5em;
  vertical-align: middle;
}
.blog-wrapper {
  margin-bottom: 20px;
  display: block;
  background-color: #f3f6f9;
  transition: all 0.3s linear;
}
.blog-wrapper:hover {
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
.blog-wrapper .blog-post-description {
    height: 150px;
    max-height: 150px;
    margin: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-wrapper .blog-post-title {
  margin-bottom: 10px;
}
.blog-wrapper .blog-post-title a, .blog-wrapper .blog-post-title span {
  font-family: 'GothamBook';
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s linear;
}
.blog-post-title a:hover, .blog-wrapper .blog-post-title span:hover {
    color: #0099cc;
}
.blog-wrapper.blog-cta-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.blog-wrapper.blog-cta-wrapper .blog-teaser {
  height: 92px;
  background-color: #ffffff;
}
.blog-teaser {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.blog-wrapper.blog-cta-wrapper.news .blog-teaser {
    padding: 10px;
}
.blog-wrapper.blog-cta-wrapper.news .blog-teaser .blog-teaser-img {
    position: relative;
}
.blog-teaser-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    backface-visibility: hidden;
    z-index: 1;
}
.news .blog-teaser-img {
    background-color: #fff;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.blog-teaser-description {
    position: relative;
    float: left;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 15px !important;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s linear;
}
.blog-wrapper:hover .blog-teaser-description {
    top: 0;
}
.blog-wrapper.blog-cta-wrapper.event .blog-post-desc {
    opacity: 0;
}
.blog-wrapper.blog-cta-wrapper.news .blog-post-desc {
    opacity: 0;
}
.blog-wrapper .blog-post-desc, .blog-wrapper .blog-post-desc p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    font-family: 'GothamLight';
    font-size: 13px;
    line-height: 1.5em;
    text-align: left;
    color: #000000;
    font-weight: 400;
}
.blog-wrapper.blog-cta-wrapper .blog-post-desc {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.blog-wrapper.blog-cta-wrapper:hover .blog-post-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: rgb(43, 56, 73);
    opacity: 1;
    z-index: 1;
}
.blog-wrapper.blog-cta-wrapper:hover .blog-post-desc, .blog-wrapper.blog-cta-wrapper:hover .blog-post-desc p {
    color: #fff;
}
.blog-wrapper.blog-cta-wrapper:hover .blog-post-desc {
    overflow-y: auto;
}
.blog-wrapper.blog-cta-wrapper .blog-post-title {
  
}
.blog-wrapper .recent-item-header {
  position: absolute;
  top: 0;
  z-index: 3;
  width: calc(100% + 20px);
  margin-left: -13px!important;
  margin-top: -10px!important;
  transition: all 0.3s linear;
}
.blog-wrapper:hover .recent-item-header {
  margin-left: -20px !important;
}
.recent-item-header span {
  padding: 6px 10px;
  background-color: #cccccc;
  color: #2a3848;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

/*Blog box colors*/
.blog-wrapper.blog {
    background-color: rgba(146, 218, 249, 0.1);
}
.blog-cta-wrapper.blog {
    border: 4px solid rgba(0, 178, 255, 0.3);
}
.blog-cta-wrapper.blog .recent-item-header span {
  background-color: #00b2ff;
}
.blog-cta-wrapper.blog .recent-item-header span:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -13px;
  border-top: 0 inset transparent;
  border-right: 9px solid #0077ab;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-cta-wrapper.blog:hover .recent-item-header span:before {
  border-top: 0 inset transparent;
  border-right: 16px solid #0077ab;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-wrapper.blog-cta-wrapper.blog .blog-teaser .blog-teaser-img.blog-teaser-img-null {
    position: absolute;
    background-color: #2a3848;
}
.blog-wrapper.blog-cta-wrapper.blog .blog-teaser .blog-teaser-img.blog-teaser-img-null:before {
    content: '\f09e';
    font-family: 'FontAwesome';
    color: #00b2ff;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

/*Event box colors*/
.blog-wrapper.event {
    background-color: rgba(255, 248, 200, 0.20);
}
.blog-cta-wrapper.event {
    border: 4px solid rgba(255, 221, 0, 0.3);
}
.blog-cta-wrapper.event .recent-item-header span {
  background-color: #ffdd00;
}
.blog-cta-wrapper.event .recent-item-header span:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -13px;
  border-top: 0 inset transparent;
  border-right: 9px solid #bbaa33;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-cta-wrapper.event:hover .recent-item-header span:before {
  border-top: 0 inset transparent;
  border-right: 16px solid #bbaa33;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-wrapper.blog-cta-wrapper.event .blog-teaser .blog-teaser-img.blog-teaser-img-null {
    position: absolute;
    background-color: #2a3848;
}
.blog-wrapper.blog-cta-wrapper.event .blog-teaser .blog-teaser-img.blog-teaser-img-null:before {
    content: '\f274';
    font-family: 'FontAwesome';
    color: #ffdd00;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

/*News box colors*/
.blog-wrapper.news {
    background-color: rgba(191, 210, 191, 0.15);
}
.blog-cta-wrapper.news {
    border: 4px solid rgba(102, 170, 68, 0.3);
}
.blog-cta-wrapper.news .recent-item-header span {
  background-color: #66aa44;
}
.blog-cta-wrapper.news .recent-item-header span:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -13px;
  border-top: 0 inset transparent;
  border-right: 9px solid #337722;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-cta-wrapper.news:hover .recent-item-header span:before {
  border-top: 0 inset transparent;
  border-right: 16px solid #337722;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-wrapper.blog-cta-wrapper.news .blog-teaser .blog-teaser-img.blog-teaser-img-null {
    position: absolute;
    background-color: #2a3848;
}
.blog-wrapper.blog-cta-wrapper.news .blog-teaser .blog-teaser-img.blog-teaser-img-null:before {
    content: '\f1ea';
    font-family: 'FontAwesome';
    color: #66aa44;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

/*Resources box colors*/
.blog-wrapper.resources {
    background-color: rgba(255, 216, 255, 0.1);
}
.blog-cta-wrapper.resources {
    border: 4px solid rgba(202, 125, 202, 0.3);
}
.blog-cta-wrapper.resources .recent-item-header span {
  background-color: #ca7dca;
}
.blog-cta-wrapper.resources .recent-item-header span:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -13px;
  border-top: 0 inset transparent;
  border-right: 9px solid #993399;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-cta-wrapper.resources:hover .recent-item-header span:before {
  border-top: 0 inset transparent;
  border-right: 16px solid #993399;
  border-bottom: 7px inset transparent;
  border-left: 10px inset transparent;
  transition: all 0.3s linear;
}
.blog-wrapper.blog-cta-wrapper.resources .blog-teaser .blog-teaser-img.blog-teaser-img-null {
    position: absolute;
    background-color: #2a3848;
}
.blog-wrapper.blog-cta-wrapper.resources .blog-teaser .blog-teaser-img.blog-teaser-img-null:before {
    content: '\f1c5';
    font-family: 'FontAwesome';
    color: #ca7dca;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

/*end CTA styles*/

/***** Section 2 video *****/

.section-content {
    padding-left: 4em;
}

.castBGBlueDark {
    color: #2a3848;
}

.castBGBlueLight {
    color: #f3f6f9;
}

.castTXTBlueLight {
    color: #48baf5;
}

.castTXTBlueDark {
    color: #394157;
}

.castTXTGreyDark {
    color: #545966;
}

.castTXTGreyLight {
    color: #baccdd;
}

.section_blue {
    background-color: #2a3848;
    padding: 4em 0;
    color: #fff;
}

.section_blue p,
.section_blue h4 {
    color: #fff;
}

.section_blue li {
    color: #fff !important;
}

.tab-content > .active {
    border: none;
}

.Section2title {
    color: #48baf5;
    text-transform: uppercase;
    font-family: "GothamBook", sans-serif;
    font-size: 28px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 10px;
}

.Section2Wrapper h4 {
    color: #fff;
    font-family: "GothamBook", sans-serif;
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px !Important;
}

.Section2Wrapper h4 a:link {
    color: #fff;
}

.Section2Wrapper h4 a:hover {
    color: #00b2ff;
}

.Section2Btn {
    text-align: left;
}

a.technologyCTA img {
    border: 1px solid #fff;
    /*-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;*/
}

a.technologyCTA:hover img {
    border: 1px solid #48baf5;
}


/***** Section 2 main copy *****/

.Section2WrapperCopy {
    padding: 4em 0;
}

.Section2WrapperCopy ul {
    padding-left: 5px !Important;
}

.Section2WrapperCopy ul li {
    font-size: 20px !Important;
    line-height: 28px !Important;
    list-style-type: circle;
    padding-bottom: 5px !Important;
}

.Section2WrapperCopy h3 {
    font-family: "GothamBook", sans-serif;
    font-size: 24px;
    margin: 40px 0 10px 0 !Important;
}


/***** Section 3 quotes *****/

.nav-pills > li > a > img {
    width: 130px !important;
    opacity: 0.5;
    margin: auto;
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus {
    background: #f3f6f9 !important;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li > a:active {
    background: #f3f6f9 !important;
}

.nav-pills > li.active > a > img {
    opacity: 1;
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.nav-pills > li.active > img:hover {
    -moz-filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.tab-content {
    box-shadow: none;
    border: none;
}

.tab-content .well {
    background-color: transparent;
    padding-top: 5px !important;
}

.well {
    background-color: transparent;
}

.tab-pane span {
    display: block;
}

.testimonial-quote {
    margin: 0 auto;
    text-align: center;
}

.testimonial-quote p {
    color: #2a3848;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
    font-family: 'GothamLight';
}

.testimonial-speakerInfo {
    text-align: center !important;
    margin-top: 0.5 em;
}

.speakerAuthor {
    color: #2a3848;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
}

.speakerAuthorDetail {
    color: #2a3848;
    font-style: italic;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    line-height: 18px;
}

.speakerCompany {
    color: #2a3848;
    font-size: 14px;
    text-align: center;
    font-weight: 200;
}

.nav-pills li {
    float: left;
    width: 33%;
    margin-left: 0 !important;
}

.equal-blocks li {
    width: 50%;
    padding-top: 4em;
}

.logo-indicator {
    bottom: -65px !important;
}

.logo-indicator li {
    width: 12px !important;
}

.Quotearea {
    background-color: #fff;
    padding: 20px 40px;
    text-align: center;
}

.Section3Wrapper {
    background-color: #f3f6f9;
    padding: 4em 0px;
}


/***** Section 4 resourcess *****/

.element {
    float: left !important;
    border: 3px solid #FFF;
    /*position: relative !important;
  top: initial !important;
  left: initial !important;*/
}


/*.resource-section{padding: 4em 0;}*/

.ProductPageTitle {
    color: #48baf5;
    text-transform: uppercase;
    font-family: "GothamBook", sans-serif;
    font-size: 27px;
}

.Section2title {
    font-size: 27px;
}


/*=========== Product and technology page ============*/

.technology-block,
.technology-block h4 {
    color: #fff;
}

.technology-block p {
    margin-bottom: 0;
    font-size: 16px !important;
    color: #fff;
}

.technology-block a {
    font-family: "GothamBook";
    text-decoration: underline;
}

.technology-block a:hover {
    text-decoration: underline;
}

.technology-block h4 {
    margin-top: 0;
    color: #fff;
}

.tech-block-1 {
    background-color: #48baf6;
    padding: 2em;
    background-image: url(/images/hp2017/casthighlight.png);
    background-repeat: no-repeat;
    background-position: 90% 83%;
    background-size: 150px;
}

.tech-block-2 {
    background: #2c7aa0;
    padding: 2em;
    border-top: 15px #2a3848 solid;
    background-image: url(/images/hp2017/appmarq.png);
    background-repeat: no-repeat;
    background-position: 90% 83%;
    background-size: 150px;
}

.technology-block .tech-block-2 p {
    color: #FFF !Important;
}

.technology-block .tech-block-2 h4 {
    color: #FFF !Important;
}

.tech-block-3 {
    background: #e2f5fc;
    padding: 2em 1em;
    background-image: url(/images/hp2017/network.png);
    background-repeat: no-repeat;
    background-position: 125% -15%;
    background-size: 50%;
}

.tech-block-3 h4,
.tech-block-3 p {
    color: #2f3f4e !Important;
}

.tech-block-4 {
    background: #48baf6;
    padding: 1em;
}

.tech-block-5 {
    background: #3b9aca;
    padding: 1em;
    border-left: 10px #e2f5fc solid;
}

.tech-block-6 {
    background: #2c7aa0;
    padding: 1em;
    border-left: 10px #e2f5fc solid;
}

.tech-block-4 p,
.tech-block-5 p,
.tech-block-6 p {
    color: #fff !important;
}

.tech-block-1,
.tech-block-2 {
    min-height: 268px;
}

.tech-block-3 {
    min-height: 500px;
}

.tech-block-4,
.tech-block-5,
.tech-block-6 {
    min-height: 313px;
}


/*============================================*/
/*============================================*/

.Libraries {
    background-color: #fff;
}

.Libraries .TopBanner {
    background-color: transparent;
    padding: 0px 0px;
    margin-top: 5em;
}

.Libraries .TopBanner h1 {
    color: #2a3848;
    font-family: "GothamBook", sans-serif;
    font-size: 34px;
    text-transform: none;
    text-align: center;
}

.img-center {
    margin: 0 auto;
}

.element {
    border: none;
}

.blog-post {
    margin-bottom: 0;
}

.sfitemsList {
    padding-left: 0 !important;
}

.sfitemsList li {
    width: 100% !important;
    margin: 0.5% !important;
    list-style-type: none !important;
    float: left !important;
}

.portfolio-4-cols .element.size-3x {
    /*width: 60%;*/
}

.blog-label {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    font-weight: 600;
}

.blog-label i {
    padding-right: 5px;
}

.BlackLink {
    color: #171717;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
    padding-top: 15px;
}


.blog-post .blog-post-content {
    /*background: #fff;*/
    border: none;
    padding: 0;
}

.post-info {
    background: #2b3849;
    padding: 10px 20px;
    text-align: left;
    min-height: 175px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.post-info a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    overflow: hidden;
}

.post-info a:hover {
    color: #0099cc;
}

.post-info p {
    font-size: 16px;
    line-height: normal;
    text-rendering: optimizelegibility;
    color: #fff;
    height: 110px;
    width: 100%;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-date {
    font-size: 12px;
    color: #747474;
    padding-bottom: 1em;
}

.border-btn {
    font-size: 12px;
    border: 2px #e2e2e2 solid;
    color: #929292;
    background: none;
    font-weight: 600;
}

.post-download {
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.post-thumnail {
    height: 131px;
    overflow: hidden;
    margin-bottom: 10px;
}

.Paper img {
    width: 84px;
    margin: 2em 7em 0;
}

.element-inner .blog-post .blog-post-side .blog-post-date {
    width: auto;
    height: auto;
    margin-right: 0;
    padding: 3px 5px;
    background: #fff;
    color: #2a3848;
    font-family: 'GothamBook';
    font-size: 16px;
    border-radius: 0px;
    position: absolute;
    right: -21px;
    top: -10px;
    z-index: 3;
}

.blog-post .blog-post-side .blog-post-date .date-day {
    font-size: 22px;
    color: #fff;
    line-height: 20px !important;
}

.blog-post .blog-post-side .blog-post-date .date-month {
    font-size: 14px;
    text-transform: initial;
    color: #fff;
}

.element-inner .blog-post .blog-post-side {
    width: 100%;
    margin: 0;
    z-index: 1;
}

.research .blog-label,
.case .blog-label,
.Seminar .blog-label {
    color: #2196F3;
}

.analyst .blog-label,
.webinars .blog-label,
.Conference .blog-label {
    color: #16a085;
}

.interview .blog-label,
.Webinar .blog-label {
    color: #E91E63;
}

.Video.blog-label {
    color: #a4b1ff;
}

.videos .blog-label,
.papers .blog-label,
.brochure .blog-label {
    color: #ffa800;
}

.portfolio-classic .element-inner {
    padding: 0px 8px;
    margin-bottom: 15px;
}

.blog-post {
    position: relative;
    margin-bottom: 0px;
}

.Video.blog-label {
    background: #E60000 !important;
}

.each-block {
    overflow: hidden;
    background: #fff;
    border-radius: 2px;
    /*border: 1px #e2e2e2 solid;*/
}

.overlay-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.upevent .blog-post-date {
    display: block;
}

.blog-post-side.event {
    background: none !important;
}

.post-content {
    text-overflow: ellipsis;
    height: auto;
    overflow: hidden;
    padding-top: 5px;
    clear: both;
    line-height: 18px;
    font-size: 13px;
}

.post-content p,
.post-content li {
    line-height: 18px;
    font-size: 13px;
}

.post-content blockquote,
.post-content b,
.post-content strong {
    font-family: 'GothamBold';
}

.element {
    float: left;
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
}

.post-download {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 8px;
}

.post-thumnail {
    background-color: #86dbff;
}

.post-location {
    font-size: 12px;
    color: #2196F3;
}

.post-download a {
    float: right;
}

.post-info h4 {
    margin: 0;
    position: relative;
}

.portfolio-classic .element-inner {
    margin-bottom: 10px;
    padding: 0 5px;
}

.post-meta-info {
    color: #2a3848;
    margin: 0px 0;
    font-weight: 600;
    font-size: 14px;
    font-style: inherit;
    padding-top: 2.5em;
}

.eventlocation {
    margin-left: 2px !important;
    color: #03A9F4 !important;
    font-size: 12px;
    font-style: italic;
    font-weight: 800;
}

.grid-block {
    padding: 5px;
}

.fa-video-Conference:before {
    content: "\f045";
    color: #16a085;
}

.fa-video-Seminar:before {
    content: "\f02e";
    color: #2196F3;
}

.fa-video-papers:before,
.fa-video-analyst:before,
.fa-video-research:before {
    content: "\f15c";
}

.fa-video-videos:before {
    content: "\f008";
}

.fa-video-stories:before {
    content: "\f2b5";
}

.fa-video-Webinar:before {
    content: "\f073";
    color: #E91E63;
}

.pastevents .blog-post-date,
.upevents .blog-post-date {
    display: block;
    margin-top: 0em !important;
    position: absolute;
    right: 1em;
}

.videos .eventDate,
.papers .eventDate,
.stories .eventDate,
.stories .eventlocation {
    display: none;
}

.portfolio-grid {
    margin-top: 2em;
}

.element {
    border: none !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.blog-post {
    float: left;
    width: 100%;
}

.blog-post .blog-post-content {
    float: left;
    width: 100%;
}

.post-media {
    height: 100px;
    margin-bottom: 0px;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.post-media img {
    height: auto;
    width: auto;
}

@media (min-width: 481px) and (max-width: 768px) {
    .post-media {
        height: 115px;
    }
    .Quote_Hero {
        right: -10%;
        width: 60%;
    }
}

@media (max-width: 480px) {
    .post-media {
        height: 140px;
    }
    .Quote_Text {
        font-size: 17px;
    }
    .Quote_Hero {
        right: -15%;
        width: 75%;
    }
    .speakerAuthorDetail {
        font-size: 13px;
    }
}
@media only screen and (min-width: 1600px) {
    .carousel-inner.top-slider, .QuoteDiv {
        height: 350px;
    }
    .Quote_Hero {
        width: 49%;
        bottom: -100px;
    }
}


/*=============================== */
/*=============================== */

.coverage-view .post-media {
    height: 125px;
    margin-bottom: 0px;
    padding: 15px 40px;
}

.coverage-view .post-info .sfTxtContent {
    color: #3498db;
    font-weight: bold;
    font-size: 12px;
}


/*=============================== */
/*=============================== */

.research-view .post-content {
    text-overflow: ellipsis;
    height: 300px;
    overflow: hidden;
    clear: both;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
    color: #2a3848;
}

.research-view .post-info {
    min-height: 135px;
}

.research-view .post-info a {
    height: 95px;
}

.research-view .interview .post-info,
.research-view .interview .overlay-img,
.research-view .webinars .post-info,
.research-view .webinars .overlay-img {
    min-height: 275px;
}

.research-view .interview .post-content,
.research-view .webinars .post-content {
    height: 160px;
}

.Whitepaper .post-content,
.Whitepaper .post-download,
.Analyst .post-content,
.Analyst .post-download,
.Casestudy .post-content,
.Casestudy .post-download,
.Videointerview .post-content,
.Videointerview .post-download,
.Brochure .post-content,
.Brochure .post-download,
.Webinar .post-content,
.Webinar .post-download,
.Research .post-content,
.Research .post-download {
    display: none;
}


/*=============================== */
/*=============================== */

.fa-video-upevents:before {
    content: "\f073";
}

.fa-video-case:before,
.fa-video-brochure:before {
    content: "\f15c";
}

.fa-video-interview:before,
.fa-video-webinars:before {
    content: "\f008";
}

.fa-video-stories:before {
    content: "\f2b5";
}

.fa-video-pastevents:before {
    content: "\f274";
}

ul.measures {
    margin: 10px auto 30px auto;
    text-align: center;
}

.measures > li {
    display: inline-block;
    padding: 0px !Important;
    margin: 5px;
}

.measures > li > a {
    padding: 0px !Important;
}

.measures > li > a > img {
    display: inline-block;
    width: 90px;
}

.measures > li.active {
    border-width: 10px;
    border-style: solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tab-pane.active {
    display: table-row;
}

.measures > li.active {
    position: relative;
}

.measures > li {
    margin: 5px 5px 15px 5px;
}

.measures > li.active a span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: url("") none;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    top: 108%;
    width: 0;
    border-left-style: solid;
    border-left-width: 10px;
    border-top-style: solid;
    border-top-width: 10px;
    border-bottom-style: solid;
    border-bottom-width: 10px;
}

.measures > li#APHTile.active a span {
    border-color: #ffaa00 transparent transparent;
}

.measures > li#RobustnessTile.active a span {
    border-color: #ff4132 transparent transparent;
}

.measures > li#EfficiencyTile.active a span {
    border-color: #1accb2 transparent transparent;
}

.measures > li#RiskTile.active a span {
    border-color: #4e5a99 transparent transparent;
}

.measures > li#ChangeabilityTile.active a span {
    border-color: #18b8fd transparent transparent;
}

.measures > li#TransferabilityTile.active a span {
    border-color: #fd582c transparent transparent;
}

.measures > li#ComplexityTile.active a span {
    border-color: #cbb1ba transparent transparent;
}

.measures > li#FunctionalSizeTile.active a span {
    border-color: #785ac8 transparent transparent;
}

.measures > li#TechnicalDebtTile.active a span {
    border-color: #fe2357 transparent transparent;
}

.measures > li#CriticalViolationsTile.active a span {
    border-color: #fd582c transparent transparent;
}

ul.roles {
    margin: 10px auto 30px auto;
    text-align: center;
    max-width: 972px;
    padding: 0;
}

.roles > li {
    display: inline-block;
    margin: 5px;
    width: 140px;
    height: 140px;
    position: relative;
}

.roles > li > a > img {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    position: relative;
}

.roles > li.active > a > img {
    width: 140px;
}

.roles > li:before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    width: 85px;
    height: 85px;
    background-color: #006a94;
    border-radius: 50%;
    left: 28px;
    top: 2px;
}

.roles > li.active:before {
    opacity: 1;
}

.tabs-alt {
    margin-top: 20px;
}

.tabs-alt.tab-content > .active {
    border: 0px solid #ECECEC;
}

.cta {
    max-height: 100px;
    margin-bottom: 20px;
}

.cta img {
    max-height: 150px;
    margin-top: -25px;
}

#FunctionalSize .cta img,
#TechnicalDebt .cta img {
    max-height: 130px;
    margin-top: -20px;
}

#APH .cta img {
    max-height: 110px;
    margin-top: -25px;
}

.cta .ctabox {
    padding-top: 20px;
    text-align: right;
}

.tab-pane.active .col-sm-9,
.tab-pane.active .col-sm-12 {
    padding-left: 0px !Important;
}

#Robustness,
#FunctionalSize,
#Efficiency,
#Complexity,
#TechnicalDebt,
#Risk,
#Changeability {
    margin-top: -30px;
}

#APH .cta {
    background-color: #ffaa00;
}

#Robustness .cta {
    background-color: #ff4132;
}

#Efficiency .cta {
    background-color: #1accb2;
}

#Risk .cta {
    background-color: #4e5a99;
}

#Changeability .cta {
    background-color: #18b8fd;
}

#Transferability .cta {
    background-color: #fd582c;
}

#Complexity .cta {
    background-color: #cbb1ba;
}

#FunctionalSize .cta {
    background-color: #785ac8;
}

#TechnicalDebt .cta {
    background-color: #fe2357;
}

#CriticalViolations .cta {
    background-color: #fd582c;
}

.rpa-bg.active,
.aph-bg.active {
    border-color: #ffaa00;
}

.rpa-bg,
.aph-bg {
    background-color: #ffaa00;
}

.rob-bg {
    background-color: #ff4132;
}

.eff-bg {
    background-color: #1accb2;
}

.risk-bg {
    background-color: #4e5a99;
}

.chang-bg {
    background-color: #18b8fd;
}

.trans-bg {
    background-color: #fd582c;
}

.comp-bg {
    background-color: #cbb1ba;
}

.fs-bg {
    background-color: #785ac8;
}

.tech-bg {
    background-color: #fe2357;
}

.criti-bg {
    background-color: #fd582c;
}

.rpa-bg.active,
.aph-bg.active {
    border-color: #ffaa00;
}

.rob-bg.active {
    border-color: #ff4132;
}

.eff-bg.active {
    border-color: #1accb2;
}

.risk-bg.active {
    border-color: #4e5a99;
}

.chang-bg.active {
    border-color: #18b8fd;
}

.trans-bg.active {
    border-color: #fd582c;
}

.comp-bg.active {
    border-color: #cbb1ba;
}

.fs-bg.active {
    border-color: #785ac8;
}

.tech-bg.active {
    border-color: #fe2357;
}

.criti-bg.active {
    border-color: #fd582c;
}

/*=============================== */
/*=============================== */

.events-view .post-content {
    text-overflow: ellipsis;
    height: 300px;
    overflow: hidden;
    clear: both;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
    color: #2a3848;
}

.events-view .post-content p,
.events-view .post-content li {
    font-size: 13px;
}

.events-view .post-info {
    min-height: 135px;
}

.events-view .post-location {
    margin-bottom: 5px;
}

.events-view .Webinar .post-content,
.events-view .Webinar .post-download {
    display: block;
}

.overlay-img {
    background: rgba(43, 56, 73, 0.7);
    position: absolute;
    height: 136px;
    z-index: 0;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}


/*=============================== */
/*=============================== */

.press-view .post-media {
    height: 125px;
    margin-bottom: 0px;
    padding: 15px 40px;
}

.press-view .post-info a {
    font-size: 15px;
    display: block;
    display: -webkit-box;
    max-width: 400px;
    max-height: 160px;
    margin: 0 auto;
    line-height: 1.4;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.press-view .post-download {
    background: #2a3848;
    padding: 10px;
}

.press-view .post-download img {
    width: 30px;
    height: auto;
}


/*=============================== */
/*=============================== */

.location-content {
    padding: 6em 0em 0 6em;
}

.location-content h1 {
    margin-bottom: 2em;
}

.location-content .second-loc {
    margin-left: 3em;
}

.quote-left {
    font-size: 14px;
    display: block;
    color: #afafaf;
    opacity: 0.8;
    margin-left: 1em;
}

.quote-right {
    font-size: 14px;
    display: block;
    color: #afafaf;
    opacity: 0.8;
    margin-right: 1em;
}

.RadTabStrip_Metro .rtsLink {
    text-transform: none;
}

.RadTabStripTop_Metro .rtsLevel1 {
    background: #eaebed;
    height: 60px;
}

.RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background: #eaebed;
    padding: 0;
    height: 60px;
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    color: #666;
    border: none;
    padding: 20px 30px;
}

.RadTabStrip_Metro .rtsLevel1 .rtsSelected {
    background-color: #03A9F4;
    color: #fff;
    font-weight: bold;
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    border: none;
}

.RadTabStrip_Metro .rtsLevel .rtsTxt {
    font-family: 'GothamBook';
}

.RadTabStrip_Metro .rtsLevel1 .rtsSelected:hover {
    color: #fff;
    opacity: 0.8;
}


.bg_w {
    background: #fff;
}

.footer-bottom .social-list li a {
    color: #778899;
}

.footer-cta .element-inner {
    margin: 5px;
}

.GlossaryHP ul li {
    float: left;
    list-style-type: none;
    margin-right: 1em;
}
ul.pagination > li:hover > a, ul.pagination > li.active:hover > a, ul.pagination > li:focus > a, ul.pagination > .active > a {
    color: #ffffff;
}

#searchIcon {
    cursor: pointer;
    position: relative;
    top: 18px;
    margin-left: 1em;
}

.sf-social-share li {
    line-height: 0 !important;
}

.sf-icon-twitter,
.sf-icon-facebook,
.sf-icon-linkedin,
.sf-icon-mailto {
    background-image: url(/images/hp2017/social_share_icons.png) !important;
    width: 42px !important;
    height: 42px !important;
    background-size: 42px;
    background-repeat: no-repeat;
}

.sf-icon-facebook {
    background-position: 0px 0px !important;
}

.sf-icon-twitter {
    background-position: 0px -42px !important;
}

.sf-icon-linkedin {
    background-position: 0px -84px !important;
}

.sf-icon-mailto {
    background-position: 0px -126px !important;
}

.sfsearchResultTitle {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 18px;
}

.sfsearchResultUrl {
    display: none;
    font-size: 14px;
    margin-bottom: 10px;
    font-style: italic;
}

.sfsearchResultHighLighter {
    font-size: 14px;
    margin-bottom: 2em;
    line-height: normal;
}

.mainSearch {
    display: none;
    background: #2a3848;
    padding: 15px 0em 15px 20px;
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    z-index: 2003;
}

.sf_pagerNumeric a {
    color: #666;
    background: #eee;
    margin: 0 5px;
    padding: 5px 8px;
    border-radius: 4px;
}

.sf_pagerNumeric a:hover {
    color: #fff;
    background: #00b1ff;
}

.sfsearchTxt {
    background: #f9fafa;
    border-color: rgba(193, 203, 212, 0);
    border-radius: 4px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 46px;
    padding: 0 10px;
    -webkit-font-smoothing: antialiased;
    transition: all .2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: 0;
    position: relative;
    vertical-align: middle;
    width: 90%;
}

.sf-social-share {
    position: fixed;
    left: 0;
    top: 220px;
}

.sf-social-share li {
    display: block !important;
}

.k-list-scroller {
    height: auto;
    background: #fff;
    border: 1px #eee solid;
    border-top: none;
    padding: 1em;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.k-list {
    padding-left: 0;
}

.k-list-scroller li {
    list-style-type: none;
    line-height: 2.1em;
    cursor: pointer;
}

.sfsearchSubmit {
    padding: 15px;
    background: #FF9800;
    border: none;
    border-radius: 4px;
    color: #fff;
}

.PageSharing {
    text-align: right;
}

.RadSocialShare_Default {
    border: none;
    background: none;
}

.hs_cos_wrapper_type_social_sharing {
    display: block;
    text-align: right;
}

.hs_cos_wrapper_type_social_sharing img {
    display: none;
}

.hs_cos_wrapper_type_social_sharing a,
.fm_button span {
    width: 30px;
    height: 30px;
    /*font-size:20px;*/
}

.sshListItem a span:before,
.fm_button span:before {
    display: inline-block;
    margin: 0 10px;
    font: normal normal normal 26px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #25242c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sshLinkItem a:first-child:before,
.sshShareOnFacebook:before {
    content: "";
}

.hs_cos_wrapper_type_social_sharing a:nth-child(3):before,
.fm_twitter > span:before {
    content: "";
}

.hs_cos_wrapper_type_social_sharing a:nth-child(2):before,
.fm_linkedin > span:before {
    content: "";
}

.hs_cos_wrapper_type_social_sharing a:nth-child(4):before,
.fm_googleplus > span:before {
    content: "";
}

.hs_cos_wrapper_type_social_sharing a:nth-child(5):before,
.fm_mailto > span:before {
    content: "";
}

.hs-menu-item.hs-menu-depth-1 a {
    padding-top: 20px !Important;
}

.description-wrapper {
    padding: 4em 8em 2em;
}

.description-content {
    font-weight: 600;
    font-size: 18px;
}

.portfolio-item {
    text-align: center;
}

.portfolio-item img {
    width: 150px;
    margin: auto;
    text-align: center;
}

.item-title {
    font-size: 18px;
    font-weight: 800;
    font-family: "GothamBook", sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.portfolio-wrapper {
    overflow: hidden;
    padding-bottom: 3em;
}

.item-details {
    font-size: 16px;
}

.grey-content {
    background-color: #f3f6f9;
}

.push-left-content {
    padding-left: 8em;
}

.featured-img img {
    border-radius: 30px;
}

.featured-img {
    position: absolute;
    top: 0;
    right: 50%;
    width: 835px;
    padding: 1px;
    background: #2a3848;
    border-radius: 20px;
    box-shadow: 0 30px 120px #051727;
    margin-top: -3.5em;
}

.feature-img-right {
    left: 25%;
}

.cta-wrapper {
    padding: 2em 0;
}

.element {
    border: none !important;
    width: 100%;
}

.cta-wrapper .post-download {
    position: absolute;
    background: #2b3949;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 5px;
}

.cta-wrapper .post-download a {
    float: left;
    margin-left: 1.2em;
}

.cta-wrapper .btn-border-grey {
    background: none;
    border: 2px #ffffff solid;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}



.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100% !important;
    max-height: 100% !important;
}


/*==========  Responsive  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width: 1280px) {
    .Section1Wrapper {
        height: auto;
    }
    .QuoteInfos {
        top: 230px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 1024px) {
	.sf-social-share {top:436px}
	
	.Maintitle {
        margin-top: 0px; 
        height: 2px; 
    }
    .sfsearchTxt {
        width: 84% !important;
    }
    .Title2 {
        font-size: 58px !important;
    }
    .Title1 {
        font-size: 24px !important;
    }
    .navbar .navbar-nav > li > a {
        font-size: 13px !important;
        text-align: center;
    }
    .FindSuperPower3 .superpowerCTA ul li {
        margin-right: 7px;
    }
    .FindSuperPower3 a:link {
        Font-size: 12px;
        line-height: 24px;
    }
    .QuoteInfos {
        top: 165px;
    }
    .QuoteText,
    .QuoteLogo,
    .QuoteAuthor {
        Width: 450px;
    }

    .QuoteLogo {
        left: 280px;
        top: 155px;
    }
    #CTAdiv {
        top: 330px;
    }
    .nav-left .navbar-toggle {
        top: 10px;
    }
    .item-details {
        min-height: 130px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
	.sf-social-share {top:336px}
	
  #CTAdiv {
     top: 263px;
 }

 .Maintitle {
    margin-top: 0px;
    height: 2px;	}

    .CastForCloudBanner,
    .DevopsBanner,
    .AboutUsBanner,
    .BeASoftwareGeniusBanner,
    .DeliverSuperwareBanner,
    .SeeTheTruthBanner {
        background-position: 0 !important;
    }
    .Maintitle {
        margin-top: 10px;
    }
    .Title2 {
        font-size: 39px !important;
        line-height: 52px !important;
    }
    .Title1 {
        font-size: 16px !important;
        padding-top: 0;
    }
    .FindSuperPower .Choiceoption {
        padding-right: 10px;
        font-size: 13px;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    .footer-bottom .copyright,
    .footer-bottom .copyright a:link {
        font-size: 12px !important;
    }
    .signicon {
        width: 40px;
        height: 40px;
    }
    .speakerAuthorDetail {
        width: 640px;
    }
    .FindSuperPower3 .superpowerCTA ul li {
        margin-right: 7px;
        background-image: url("");
        padding: 5px;
    }
    .FindSuperPower3 a:link {
        Font-size: 10px;
        line-height: 16px;
    }
    .QuoteLogo {
        top: 66px;
    }
    .QuoteInfos {
        top: 155px;
    }
    .QuoteText,
    .QuoteLogo,
    .QuoteAuthor {
        Width: 380px;
    }
    .QuoteText {
        font-size: 16px;
        line-height: 22px;
    }
    .QuoteLogo img {
        max-height: 35px;
        top: 102px;
        left: 216px;
    }
    .QuoteAuthor {
        top: 100px;
        font-size: 13px;
        line-height: 16px;
    }

    .FindSuperPower3 a:after {
        content: "";
        padding-left: 0px;
    }
    .QuoteSpace {
        margin: 0 !Important;
        background-image: url();
    }
    #banner-slider {
        max-width: 740px;
    }
    #custom-footer .container > ul > li {
        margin-left: 0;
    }
    .section_size {
        height: 380px;
    }
    /*Product and technology page*/
    .Section2WrapperCopy p {
        font-size: 16px !Important;
    }
    .tech-block-3 {
        margin: 10px 0px;
    }
    .tech-block-5,
    .tech-block-6 {
        border-left: 0;
    }
    .nav-pills {
        margin-left: 0em;
    }
    .nav-pills > li {
        width: 33%;
    }
    .nav-pills > li > h4 {
        font-size: 12px;
    }
    .Section3Wrapper {
        padding: 0;
    }
    .featured-img {
        position: relative;
        margin: 0;
        width: auto;
        left: 0;
    }
    #searchIcon {
        cursor: pointer;
        position: absolute !important;
        top: 18px !important;
        margin-right: 4em;
        right: 0em;
        z-index: 100;
    }
}

/* 
iPhone 6+ landscape ┬╖ width: 736px
iPhone 6 landscape ┬╖ width: 667px
iPhone 6+ portrait ┬╖ width: 414px
iPhone 6 portrait ┬╖ width: 375px

*/
@media only screen and (max-width: 736px) {
    .CastForCloudBanner,
    .DevopsBanner,
    .AboutUsBanner,
    .BeASoftwareGeniusBanner,
    .DeliverSuperwareBanner,
    .SeeTheTruthBanner {
        background-position: 0 !important;
    }
    .speakerAuthorDetail {
        width: 620px;
    }
    .QuoteInfos {
        top: 139px;
    }
    .TopBanner {
        margin-top: 140px;
        padding: 20px 30px;
        max-width: 650px;
    }
    .TopBanner h1 {
        font-size: 30px;
        max-width: 600px;
    }
    .TopBanner h2 {
        font-size: 20px;
        line-height: 28px;
        max-width: 600px;
    }
}

@media only screen and (max-width: 640px) {
    .CastForCloudBanner,
    .DevopsBanner,
    .AboutUsBanner,
    .BeASoftwareGeniusBanner,
    .DeliverSuperwareBanner,
    .SeeTheTruthBanner {
        background-position: 0 !important;
    }
    .speakerAuthorDetail {
        width: 550px;
    }
    #banner-slider {
        /*max-width:740px; top:75px;*/
        max-height: 400px;
    }
    .QuoteInfos {
        top: 85px;
    }

    QuoteLogo {
      top: 100px;
      left: 180px;
  }
  .section_size {
    height: 280px;
}
.btn-white.btn-alt {
    width: 100%;
    padding: 20px;
}
.Libraries .TopBanner h1 {
    font-size: 18px;
}
.Libraries .TopBanner {
    margin-top: 2em;
}
ul#filters li a.filter {
    padding: 10px 20px;
}
}

@media only screen and (max-width: 480px) {
	
	.sf-social-share {
        top: 400px;
    }
    .navbar .navbar-nav > li > a {
        line-height: 20px !important;
        letter-spacing: 0px !important;
    }
    .QuoteLogo {
        top: 60px;
    }
    .location-content {
        padding: 2em;
    }
    .location-content h1 {
        margin-bottom: 1em;
    }
    .second-loc {
        margin-left: 0;
    }
    .CastForCloudBanner,
    .DevopsBanner,
    .AboutUsBanner,
    .BeASoftwareGeniusBanner,
    .DeliverSuperwareBanner,
    .SeeTheTruthBanner {
        background-position: 0 !important;
    }
    .sfsearchTxt {
        width: 73% !important;
    }
    .Title1 {
        font-size: 12px !important;
        line-height: 17px !important;
        text-align: left !important;
        margin-top: 1em !important;
    }

    .Title2 {
        font-size: 24px !important;
        line-height: 40px !important;
        text-align: center !important;
        font-weight: bold !important;
    }
    .FindSuperPower {
        position: relative !important;
        bottom: initial !important;
        left: initial !important;
        margin-left: initial !important;
        margin-top: 1em;
        margin-bottom: 1em;
        overflow: hidden;
    }
    .Section2title {
        font-size: 17px !important;
    }
    .Section2Subtitle {
        font-size: 15px !important;
    }
    .tab-content {
        height: initial !important;
    }
    .section-content {
        padding-left: 0em !important;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    .footer-bottom .copyright,
    .footer-bottom .copyright a:link {
        font-size: 12px !important;
    }
    .speakerAuthorDetail {
        width: 380px;
    }
    .carousel-indicators {
        bottom: 2fpx;
    }
    #banner-slider {
        /*top: 162px;*/
    }
    .QuoteText {
        font-size: 13px;
        line-height: 17px;
    }
    .QuoteLogo {
        top: 114px;
        left: 109px;
    }
    .QuoteLogo img {
        max-height: 30px;
    }
    .QuoteAuthor {
        top: 105px;
        font-size: 11px;
        line-height: 13px;
    }
    #CTAdiv {
        top: 250px;
        width: 280px;
    }
    .FindSuperPower3 .superpowerCTA ul li {
        margin-bottom: 7px;
    }
    .carousel-inner > .item > img {
        right: -80px;
        max-width: 108%;
    }
    .QuoteInfos {
        top: 18px;
    }
    .QuoteText,
    .QuoteLogo,
    .QuoteAuthor {
        Width: 310px;
        padding: 0 10px;
    }
    .TopBanner {
        margin-top: 40px;
        padding: 20px 30px;
        max-width: 450px;
    }
    .TopBanner h1 {
        font-size: 25px !important;
        max-width: 400px;
    }
    .TopBanner h2 {
        font-size: 18px;
        line-height: 25px;
        max-width: 400px;
    }
    .DevopsBanner,
    .SecurityBanner {
        height: 186px;
        background-size: cover;
    }
    #custom-footer .container > ul > li {
        margin-left: 0;
    }
    .carousel {
        padding-top: 0 !important;
    }
    .nav-pills > li {
        width: 50%;
    }
    .nav-pills > li > a > img {
        width: 80px !important;
    }
    .equal-blocks li {
        padding-top: 0;
    }
    .section_size {
        height: 280px;
    }
}

@media only screen and (max-width: 414px) {
    .CastForCloudBanner,
    .DevopsBanner,
    .AboutUsBanner,
    .BeASoftwareGeniusBanner,
    .DeliverSuperwareBanner,
    .SeeTheTruthBanner {
        background-position: 0 !important;
    }
    .speakerAuthorDetail {
        width: 300px;
    }
    .well {
        padding: 5px !important;
    }
    #banner-slider {
        /*top: 200px;*/
    }
    .QuoteText {
        font-size: 13px;
        line-height: 17px;
    }
    .QuoteLogo {
        top: 77px;
    }
    .QuoteLogo img {
        max-height: 35px;
    }
    .QuoteAuthor {
        top: 105px;
        font-size: 11px;
        line-height: 13px;
    }
    .QuoteSpace {
        margin: 0 !Important;
        background-image: url();
    }
    .QuoteInfos {
        top: -85px;
    }
    .QuoteText,
    .QuoteLogo,
    .QuoteAuthor {
        Width: 270px;
    }
}

@media only screen and (max-width: 375px) {
    .speakerAuthorDetail {
        width: 300px;
    }
    .well {
        padding: 5px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .QuoteLogo {
        text-align: center;
        left: 206px;
        top: 161px;
    }
}