/* FONTS */
/**************************************************************************/
/* TYPOGRAPHY */
/**************************************************************************/
body {
  font-family: Helvetica, Arial, sans-serif;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.5em; }

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0 0 0; }

h1,
.h1 {
  font-size: 3.7500em;
  line-height: 1.2000em;
  margin-top: 0.4000em;
  margin-bottom: 0.0000em; }

h2,
.h2 {
  font-size: 3.0000em;
  line-height: 1.0000em;
  margin-top: 0.5000em;
  margin-bottom: 0.0000em; }

h3,
.h3 {
  font-size: 2.2500em;
  line-height: 1.3333em;
  margin-top: 0.6667em;
  margin-bottom: 0.0000em; }

h4,
.h4 {
  font-size: 1.8750em;
  line-height: 1.6000em;
  margin-top: 0.8000em;
  margin-bottom: 0.0000em; }

h5,
.h5 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 0; }

h6,
.h6 {
  font-size: 1.1250em;
  line-height: 1.3333em;
  margin-top: 1.3333em;
  margin-bottom: 0.0000em; }

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.05em; }

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

header .navbar {
  margin: 0;
  padding: 0;
  border-radius: 0; }

header .navbar-brand {
  padding: 0;
  margin: 0 !important; }

.navbar-nav > li > a {
  padding: 0; }
  .navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
    background: transparent !important; }

.caret {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid;
  margin-left: 2px; }

a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

a:focus,
a:active,
button:focus,
button:active,
input:focus,
input:active {
  outline: 0 !important; }

.icon-repeat {
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../img/icon-repeat-blue.png) 0 0 no-repeat;
  vertical-align: middle; }

.icon-world {
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(../img/icon-world.png) 0 0 no-repeat;
  vertical-align: middle; }

.icon-arrow-left {
  display: inline-block;
  width: 26px;
  height: 23px;
  background: url(../img/icon-arrow-left.png) 0 0 no-repeat;
  vertical-align: middle; }

.icon-search {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: url(../img/search-grey.png) 0 0 no-repeat;
  background-size: 19px auto; }

.cols-sep {
  position: relative; }
  .cols-sep:before, .cols-sep:after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 134px;
    bottom: 0;
    background: #ebebeb; }
  .cols-sep:before {
    left: 33.3%; }
  .cols-sep:after {
    left: 66.6%; }

figure {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  max-width: 100% !important; }
  figure.alignleft {
    float: left;
    margin-right: 30px; }
  figure.alignright {
    float: right;
    margin-left: 30px; }
  figure.aligncenter img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.6);
    padding: 14px; }

.line {
  width: 100%;
  height: 1px;
  background: #f6f6f6; }

.btn-tab {
  border-radius: 6px 6px 0 0;
  padding: 0 20px;
  width: 160px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #4e6aa7 !important;
  text-indent: 0 !important;
  display: inline-block !important;
  text-transform: none;
  border: none !important; }
  .btn-tab .fa {
    font-size: 18px;
    margin-right: 4px; }
    .btn-tab .fa.fa-chevron-up {
      margin-top: -2px; }
  .btn-tab:hover {
    color: #fff !important;
    background: #3e5484;
    border: none !important; }

@media screen and (min-width: 992px) {
  .mobile-only {
    display: none; } }
@media screen and (max-width: 991px) {
  .desktop-only {
    display: none; } }
/* video */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

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

.post-content ul {
  margin: 2em 0 0 0;
  padding-left: 2.5em;
  list-style: none; }
  .post-content ul li {
    padding-bottom: 1em;
    position: relative; }
    .post-content ul li:before {
      content: '\f111';
      font-family: 'FontAwesome';
      font-size: 10px;
      font-line-height: 1em;
      color: #d9d9d9;
      position: absolute;
      left: 0;
      margin-left: -20px;
      top: -2px; }
.post-content ol {
  margin: 2em 0 0 0;
  padding-left: 2.5em; }
  .post-content ol li {
    padding-bottom: 1em;
    position: relative; }
.post-content blockquote {
  margin-top: 1.5em;
  background: #f9f9f9; }
  .post-content blockquote p:first-child {
    margin-top: 0; }
  .post-content blockquote cite {
    display: block;
    text-align: right;
    font-style: italic;
    font-size: 85%; }
.post-content .video-wrapper {
  margin-top: 1.5em; }

/* fix seagate header styles */
.magnify-icon {
  font-size: 13px; }
  .magnify-icon:after {
    height: 0.8em;
    top: 0.4em;
    width: 0.3em; }

.mega-nav #login-box > div {
  vertical-align: top; }

/* fix seagate footer styles */
body {
  min-width: 1px; }

.nav-footer-wrapper .span12 {
  float: none;
  width: 100%;
  margin-left: 0; }

.nav-footer-wrapper .span12 .nav-footer {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.nav-footer-wrapper .span12 .nav-footer .globe-icon {
  background-position: -23px -130px; }

#mega-nav-container {
  margin-bottom: 0; }

@media screen and (max-width: 810px) {
  #nav-separator {
    display: none; } }
/* seagate default componets styling */
.global-nav-oz {
  border-bottom: none; }

/**************************************************************************/
/* LAYOUT */
/**************************************************************************/
header {
  border-bottom: 1px solid #f9f9f9;
  padding: 25px 0; }
  header .navbar-brand {
    display: block;
    width: 131px;
    height: 44px; }
    header .navbar-brand img {
      width: 100%; }
  header .navbar-nav > li {
    padding-left: 50px; }
    header .navbar-nav > li:first-child {
      padding-left: 0; }
    header .navbar-nav > li.mobile-menu {
      display: none; }
    header .navbar-nav > li a {
      font-weight: 700;
      font-size: 16px;
      line-height: 32px;
      color: #33333c; }
      header .navbar-nav > li a .caret {
        color: #099; }
      header .navbar-nav > li a:hover, header .navbar-nav > li a:active, header .navbar-nav > li a:focus {
        color: #099; }
  header .line-2 {
    padding-top: 20px; }
  header .search input[type='text'] {
    border: 1px solid #d6d6d6;
    height: 27px;
    width: 185px;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #33333c;
    background: #fff url(../img/search.svg) 96% 50% no-repeat;
    background-size: 18px auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; }
    header .search input[type='text']:focus {
      border-color: #099; }

.content-section {
  padding: 56px 0; }
  .content-section .section-title {
    font-size: 33px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 40px; }

.home-blog {
  padding-top: 26px;
  padding-bottom: 45px; }
  .home-blog .category-color-one .blog-category {
    border-left: 7px solid #b32672; }
    .home-blog .category-color-one .blog-category a:hover span, .home-blog .category-color-one .blog-category a:hover small {
      color: #b32672; }
  .home-blog .category-color-one .grid-item a:hover {
    outline: 1px solid #b32672; }
  .home-blog .category-color-one .item-img-box:before {
    border-color: #b32672 transparent transparent transparent; }
  .home-blog .category-color-two .blog-category {
    border-left: 7px solid #099; }
    .home-blog .category-color-two .blog-category a:hover span, .home-blog .category-color-two .blog-category a:hover small {
      color: #099; }
  .home-blog .category-color-two .item-img-box:before {
    border-color: #099 transparent transparent transparent; }
  .home-blog .category-color-two .grid-item a:hover {
    outline: 1px solid #099; }
  .home-blog .category-color-three .blog-category {
    border-left: 7px solid #f6bd24; }
    .home-blog .category-color-three .blog-category a:hover span, .home-blog .category-color-three .blog-category a:hover small {
      color: #f6bd24; }
  .home-blog .category-color-three .grid-item a:hover {
    outline: 1px solid #f6bd24; }
  .home-blog .category-color-three .item-img-box:before {
    border-color: #f6bd24 transparent transparent transparent; }
  .home-blog .category-color-four .blog-category {
    border-left: 7px solid #127ca6; }
    .home-blog .category-color-four .blog-category a:hover span, .home-blog .category-color-four .blog-category a:hover small {
      color: #127ca6; }
  .home-blog .category-color-four .grid-item a:hover {
    outline: 1px solid #127ca6; }
  .home-blog .category-color-four .item-img-box:before {
    border-color: #127ca6 transparent transparent transparent; }
  .home-blog .blog-category {
    margin: 0 0 40px 0;
    height: 94px;
    position: relative; }
    .home-blog .blog-category a {
      width: 100%;
      height: 100%;
      display: block; }
      .home-blog .blog-category a span, .home-blog .blog-category a small {
        color: #333;
        -webkit-transition: color 300ms ease;
        -moz-transition: color 300ms ease;
        -o-transition: color 300ms ease;
        -ms-transition: color 300ms ease;
        transition: color 300ms ease; }
      .home-blog .blog-category a.mobile-only {
        display: none; }
    .home-blog .blog-category span {
      font-size: 24px;
      font-weight: 400;
      line-height: 28px;
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 20px; }
    .home-blog .blog-category small {
      font-size: 14px;
      font-weight: 300;
      position: absolute;
      left: 20px;
      bottom: 0; }
  .home-blog .load-more-link {
    color: #22A8DB;
    display: inline-block;
    padding-top: 20px; }
    .home-blog .load-more-link .icon-repeat {
      margin-right: 4px; }
    .home-blog .load-more-link:hover {
      color: #1b86af; }

.grid-item {
  background: #f5f5f5;
  margin-bottom: 15px;
  position: relative; }
  .grid-item:last-of-type {
    margin-bottom: 0; }
  .grid-item a {
    color: #333;
    display: block;
    outline: 1px solid transparent;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; }
    .grid-item a:hover .item-img-box:before {
      border-width: 2000px 2000px 0 0;
      opacity: .6; }
  .grid-item img {
    vertical-align: top;
    width: 100%; }
  .grid-item .item-img-box {
    position: relative;
    overflow: hidden; }
    .grid-item .item-img-box:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 66px 66px 0 0;
      position: absolute;
      left: 0;
      top: 0;
      pointer-events: none;
      opacity: 1;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      transition: all 200ms linear; }
  .grid-item h4 {
    margin: 20px 20px 0 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px; }
  .grid-item p {
    margin: 20px 20px 0 20px;
    font-size: 13px;
    line-height: 18px; }
    .grid-item p.date {
      font-size: 11px;
      color: #7f7f7f;
      margin: 34px 20px 0 20px;
      padding-bottom: 50px; }

.leadership-section {
  min-height: 794px;
  background: #f5f5f5 url(../img/bg-leadership.jpg) left bottom no-repeat; }
  .leadership-section .leadership-info {
    border-left: 7px solid #127ca6;
    max-width: 700px; }
    .leadership-section .leadership-info a {
      padding: 14px 0 14px 20px;
      display: block;
      width: 100%;
      height: 100%;
      color: #333; }
      .leadership-section .leadership-info a.mobile-only {
        display: none; }
      .leadership-section .leadership-info a:hover h3, .leadership-section .leadership-info a:hover p {
        color: #127ca6; }
    .leadership-section .leadership-info h3, .leadership-section .leadership-info p {
      -webkit-transition: color 300ms ease;
      -moz-transition: color 300ms ease;
      -o-transition: color 300ms ease;
      -ms-transition: color 300ms ease;
      transition: color 300ms ease; }
    .leadership-section .leadership-info h3 {
      margin: 0;
      font-size: 24px;
      font-weight: 400;
      line-height: 28px; }
    .leadership-section .leadership-info p {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      font-weight: 400; }
  .leadership-section .leadership-grid {
    padding-top: 55px; }
    .leadership-section .leadership-grid .grid-item {
      background: #fff; }
      .leadership-section .leadership-grid .grid-item .item-img-box:before {
        border-color: #127ca6 transparent transparent transparent; }
      .leadership-section .leadership-grid .grid-item a:hover {
        outline: 1px solid #127ca6; }

.buckets-section {
  padding: 56px 0 36px 0;
  background: #f5f5f5 url(../img/bg-leadership.jpg) left bottom no-repeat; }
  .buckets-section .leadership-info {
    border-left: 7px solid #127ca6;
    padding: 14px 0 14px 20px;
    max-width: 700px; }
    .buckets-section .leadership-info h3 {
      margin: 0;
      font-size: 24px;
      font-weight: 400;
      line-height: 28px; }
    .buckets-section .leadership-info p {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      font-weight: 400; }
  .buckets-section .buckets-grid {
    padding-top: 0;
    padding-bottom: 0; }
    .buckets-section .buckets-grid .grid-item {
      background: #fff;
      margin-bottom: 20px; }
  .buckets-section.category-color-one .buckets-grid .grid-item .item-img-box:before {
    border-color: #b32672 transparent transparent transparent; }
  .buckets-section.category-color-one .buckets-grid .grid-item a:hover {
    outline: 1px solid #b32672; }
  .buckets-section.category-color-two .buckets-grid .grid-item .item-img-box:before {
    border-color: #099 transparent transparent transparent; }
  .buckets-section.category-color-two .buckets-grid .grid-item a:hover {
    outline: 1px solid #099; }
  .buckets-section.category-color-three .buckets-grid .grid-item .item-img-box:before {
    border-color: #f6bd24 transparent transparent transparent; }
  .buckets-section.category-color-three .buckets-grid .grid-item a:hover {
    outline: 1px solid #f6bd24; }
  .buckets-section.category-color-four .buckets-grid .grid-item .item-img-box:before {
    border-color: #127ca6 transparent transparent transparent; }
  .buckets-section.category-color-four .buckets-grid .grid-item a:hover {
    outline: 1px solid #127ca6; }

p.post-share a,
div.post-share a {
  color: rgba(0, 0, 0, 0.08);
  text-decoration: none;
  font-size: 32px;
  margin-right: 6px; }
  p.post-share a:hover.fa-twitter-square,
  div.post-share a:hover.fa-twitter-square {
    color: #55ACEE; }
  p.post-share a:hover.fa-facebook-square,
  div.post-share a:hover.fa-facebook-square {
    color: #3B5998; }
  p.post-share a:hover.fa-google-plus-square,
  div.post-share a:hover.fa-google-plus-square {
    color: #DD4B39; }
  p.post-share a:hover.fa-linkedin-square,
  div.post-share a:hover.fa-linkedin-square {
    color: #0976B4; }
  p.post-share a:hover.fa-youtube-square,
  div.post-share a:hover.fa-youtube-square {
    color: #E52D27; }
p.post-share.bottom-post-share a.fa-twitter-square,
div.post-share.bottom-post-share a.fa-twitter-square {
  color: #55ACEE; }
p.post-share.bottom-post-share a.fa-facebook-square,
div.post-share.bottom-post-share a.fa-facebook-square {
  color: #3B5998; }
p.post-share.bottom-post-share a.fa-google-plus-square,
div.post-share.bottom-post-share a.fa-google-plus-square {
  color: #DD4B39; }
p.post-share.bottom-post-share a.fa-linkedin-square,
div.post-share.bottom-post-share a.fa-linkedin-square {
  color: #0976B4; }
p.post-share.bottom-post-share a.fa-youtube-square,
div.post-share.bottom-post-share a.fa-youtube-square {
  color: #E52D27; }
p.post-share.bottom-post-share a:hover.fa-twitter-square,
div.post-share.bottom-post-share a:hover.fa-twitter-square {
  color: #2795e9; }
p.post-share.bottom-post-share a:hover.fa-facebook-square,
div.post-share.bottom-post-share a:hover.fa-facebook-square {
  color: #2d4373; }
p.post-share.bottom-post-share a:hover.fa-google-plus-square,
div.post-share.bottom-post-share a:hover.fa-google-plus-square {
  color: #c23321; }
p.post-share.bottom-post-share a:hover.fa-linkedin-square,
div.post-share.bottom-post-share a:hover.fa-linkedin-square {
  color: #075683; }
p.post-share.bottom-post-share a:hover.fa-youtube-square,
div.post-share.bottom-post-share a:hover.fa-youtube-square {
  color: #c21d17; }

div.post-share.after-author-post-share {
  text-align: right;
  background: #F7F7F7;
  color: #B0B0B0;
  line-height: 32px;
  padding: 12px 0;
  margin-top: -34px; }
  div.post-share.after-author-post-share span {
    padding-right: 8px; }
  div.post-share.after-author-post-share a {
    vertical-align: middle;
    display: inline-block; }

.social-section {
  background: #fff url(../img/bg-social.jpg) bottom right no-repeat; }
  .social-section .social-grid-item-tweet {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    outline: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; }
    .social-section .social-grid-item-tweet:hover {
      outline: 1px solid #127ca6; }
    .social-section .social-grid-item-tweet .item-body {
      position: relative;
      padding: 20px; }
    .social-section .social-grid-item-tweet img {
      width: 100%; }
    .social-section .social-grid-item-tweet h3 {
      margin: 0;
      font-weight: 700;
      font-size: 17px; }
    .social-section .social-grid-item-tweet p {
      font-size: 17px;
      margin-top: 24px; }
      .social-section .social-grid-item-tweet p.details {
        margin-top: 20px; }
      .social-section .social-grid-item-tweet p a {
        color: #239ed0;
        border-bottom: 1px solid #239ed0; }
        .social-section .social-grid-item-tweet p a:hover {
          color: #1c7da4;
          border-color: #1c7da4; }
    .social-section .social-grid-item-tweet .retweet-link {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 18px;
      color: #333; }
      .social-section .social-grid-item-tweet .retweet-link:hover {
        color: #239ed0; }
  .social-section .social-grid-item-image {
    position: relative;
    margin-bottom: 30px; }
    .social-section .social-grid-item-image a {
      display: block;
      position: relative;
      z-index: 1; }
      .social-section .social-grid-item-image a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
        pointer-events: none;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease; }
      .social-section .social-grid-item-image a:hover:before {
        background: rgba(0, 107, 152, 0.77); }
    .social-section .social-grid-item-image img {
      width: 100%; }
    .social-section .social-grid-item-image .item-body {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px;
      z-index: 3; }
      .social-section .social-grid-item-image .item-body h3 {
        margin: 0;
        font-weight: 700;
        font-size: 17px;
        color: #fff; }
      .social-section .social-grid-item-image .item-body p {
        font-size: 17px;
        margin-top: 12px;
        color: #fff; }
  .social-section .social-grid-item-video {
    position: relative;
    margin-bottom: 30px; }
    .social-section .social-grid-item-video:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4) url(../img/icon-play.png) 50% 50% no-repeat;
      background-size: 63px auto;
      z-index: 1;
      pointer-events: none;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      transition: all 300ms ease; }
    .social-section .social-grid-item-video:hover:before {
      background: rgba(0, 107, 152, 0.77) url(../img/icon-play.png) 50% 50% no-repeat;
      background-size: 63px auto; }
    .social-section .social-grid-item-video a {
      display: block;
      position: relative; }
    .social-section .social-grid-item-video img {
      width: 100%; }
    .social-section .social-grid-item-video .item-body {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      padding: 30px 20px;
      z-index: 2; }
      .social-section .social-grid-item-video .item-body h3 {
        margin: 0;
        font-weight: 400;
        font-size: 24px;
        color: #fff; }
      .social-section .social-grid-item-video .item-body p {
        font-size: 14px;
        margin-top: 8px;
        color: #a3abaf; }
  .social-section .social-grid-item-blue {
    position: relative;
    background: #4fc6f8;
    margin-bottom: 30px;
    padding: 20px 20px 140px 20px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    transition: background 300ms ease; }
    .social-section .social-grid-item-blue:hover {
      background: #006b98; }
    .social-section .social-grid-item-blue .item-body p {
      font-size: 17px;
      margin-top: 8px;
      color: #fff; }
    .social-section .social-grid-item-blue .item-body a {
      color: #fff;
      border-bottom: 1px solid #fff; }
    .social-section .social-grid-item-blue .item-info {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px;
      z-index: 2; }
      .social-section .social-grid-item-blue .item-info a {
        color: #fff; }
      .social-section .social-grid-item-blue .item-info h3 {
        margin: 0;
        font-weight: 700;
        font-size: 17px;
        color: #fff; }
      .social-section .social-grid-item-blue .item-info p {
        font-size: 17px;
        margin-top: 12px;
        color: #fff; }

/* social icons for social posts */
.social-grid-item-tweet {
  position: relative; }

.corner-social {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0; }
  .corner-social i {
    position: absolute;
    left: 8px;
    top: -53px;
    z-index: 2;
    font-size: 22px; }
  .corner-social.corner-twitter {
    border-color: #55acee transparent transparent transparent; }
  .corner-social.corner-linkedin {
    border-color: #0976b4 transparent transparent transparent; }
  .corner-social.corner-facebook {
    border-color: #3b5998 transparent transparent transparent; }
    .corner-social.corner-facebook i {
      left: 11px; }

.social-links-section {
  background: #dedede;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #dedede 0%, #c6c6c6 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dedede), color-stop(100%, #c6c6c6));
  background: -webkit-linear-gradient(left, #dedede 0%, #c6c6c6 100%);
  background: -o-linear-gradient(left, #dedede 0%, #c6c6c6 100%);
  background: -ms-linear-gradient(left, #dedede 0%, #c6c6c6 100%);
  background: linear-gradient(to right, #dedede 0%, #c6c6c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c6c6c6',GradientType=1 );
  padding: 30px 0; }
  .social-links-section p {
    margin: 0;
    font-size: 18px;
    font-weight: 700; }

.social-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: 2px;
  margin-right: 2px;
  text-align: left; }
  .social-link.link-facebook {
    background-image: url(../img/icon-facebook.jpg); }
  .social-link.link-linkedin {
    background-image: url(../img/icon-linkedin.jpg); }
  .social-link.link-youtube {
    background-image: url(../img/icon-youtube.jpg); }
  .social-link.link-twitter {
    background-image: url(../img/icon-twitter.jpg); }
  .social-link.link-unknown {
    background-image: url(../img/icon-unknown.jpg); }
  .social-link.link-googleplus {
    background-image: url(../img/icon-googleplus.jpg); }

footer {
  background: #f8f8f8;
  font-size: 12px; }
  footer a {
    color: #099; }
    footer a:hover {
      color: #006666; }
    footer a .icon-world {
      margin-top: -2px;
      margin-right: 4px; }
  footer .footer-lang {
    padding-bottom: 14px; }
  footer .footer-nav {
    border-top: 1px solid #e8e8e8;
    padding-top: 14px;
    padding-bottom: 14px; }
    footer .footer-nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      footer .footer-nav ul li {
        display: inline-block;
        margin-right: 30px; }
  footer .footer-social {
    margin: 0;
    padding-bottom: 14px;
    text-align: right;
    border-bottom: 1px solid #e8e8e8; }
  footer .copyright {
    text-align: center;
    margin: 0;
    padding: 20px 0; }

.aside-page-nav {
  position: fixed;
  right: 20px;
  bottom: 20px; }
  .aside-page-nav .next-section-nav-link {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #099;
    color: #099;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    left: -54px;
    bottom: 0;
    border-radius: 50%; }
  .aside-page-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .aside-page-nav ul li {
      margin-bottom: 6px; }
      .aside-page-nav ul li a {
        display: block;
        width: 10px;
        height: 10px;
        border: 1px solid #099;
        border-radius: 50%; }
        .aside-page-nav ul li a:hover {
          background: #099; }
      .aside-page-nav ul li.current a {
        background: #099; }
      .aside-page-nav ul li:last-child {
        margin-bottom: 0; }

.link-back {
  border-top: 1px solid #EBEBEB; }
  .link-back a {
    display: inline-block;
    padding: 30px 0;
    font-size: 22px;
    color: #333; }
    .link-back a .fa {
      color: #00a1dd;
      margin-right: 8px;
      margin-top: -2px;
      -webkit-transition: color 300ms ease;
      -moz-transition: color 300ms ease;
      -o-transition: color 300ms ease;
      -ms-transition: color 300ms ease;
      transition: color 300ms ease; }
    .link-back a:hover .fa {
      color: #005897; }

.image-box {
  background: #636363 url(../img/featured.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  position: relative; }
  .image-box .container {
    position: relative;
    z-index: 2; }
  .image-box h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px; }
  .image-box .cover-shadow {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }

.post-author {
  margin: -30px 0 0 0;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 300; }
  .post-author a {
    color: #fff;
    cursor: default; }
  .post-author a.clickable {
    cursor: pointer;
    display: inline-block; }
    .post-author a.clickable img {
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      transition: all 300ms ease; }
    .post-author a.clickable:hover {
      text-decoration: underline; }
      .post-author a.clickable:hover img {
        border: 9px solid rgba(0, 0, 0, 0.4); }
  .post-author .avatar img {
    width: 84px;
    height: 84px;
    border: 9px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    float: left;
    vertical-align: middle;
    margin-top: -20px;
    margin-right: 20px; }

.post-content {
  padding-top: 20px;
  padding-bottom: 38px; }
  .post-content a {
    color: #00a1dd;
    text-decoration: underline; }
    .post-content a:hover {
      color: #007caa; }

.social-links-in-post {
  background: #f8f8f8; }
  .social-links-in-post p {
    margin: 0 0 48px 0;
    padding: 18px 20px 14px 20px;
    font-weight: 700;
    background: #ebebeb;
    border-radius: 6px;
    line-height: 32px; }
    .social-links-in-post p a {
      margin-top: -4px; }

.related-posts {
  background: #f8f8f8; }
  .related-posts .grid-item h4 {
    margin: 0;
    padding: 20px 20px 0 20px; }
  .related-posts .grid-item .text-box {
    border: 1px solid #e0e0e0;
    border-top: 0;
    background: white;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f3f3f3 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, white));
    background: -webkit-linear-gradient(top, #f3f3f3 0%, white 100%);
    background: -o-linear-gradient(top, #f3f3f3 0%, white 100%);
    background: -ms-linear-gradient(top, #f3f3f3 0%, white 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); }
    .related-posts .grid-item .text-box p.date {
      padding-bottom: 20px;
      margin-top: 20px; }
  .related-posts .col-md-4:nth-of-type(1) .grid-item:before {
    border-color: #099 transparent transparent transparent; }
  .related-posts .col-md-4:nth-of-type(2) .grid-item:before {
    border-color: #f6bd24 transparent transparent transparent; }
  .related-posts .col-md-4:nth-of-type(3) .grid-item:before {
    border-color: #b32672 transparent transparent transparent; }
  .related-posts .category-color-one .grid-item .item-img-box:before {
    border-color: #b32672 transparent transparent transparent; }
  .related-posts .category-color-one .grid-item a:hover {
    outline: 1px solid #b32672; }
  .related-posts .category-color-two .grid-item .item-img-box:before {
    border-color: #099 transparent transparent transparent; }
  .related-posts .category-color-two .grid-item a:hover {
    outline: 1px solid #099; }
  .related-posts .category-color-three .grid-item .item-img-box:before {
    border-color: #f6bd24 transparent transparent transparent; }
  .related-posts .category-color-three .grid-item a:hover {
    outline: 1px solid #f6bd24; }
  .related-posts .category-color-four .grid-item .item-img-box:before {
    border-color: #127ca6 transparent transparent transparent; }
  .related-posts .category-color-four .grid-item a:hover {
    outline: 1px solid #127ca6; }

.comments-counter {
  padding-left: 20px;
  font-size: 16px; }
  .comments-counter span {
    font-size: 24px; }

.comments-tab-container {
  padding: 30px 0 80px 0; }

.category-image-box {
  position: relative; }
  .category-image-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%; }
  .category-image-box.category-intelligent-infrastructure {
    background-color: #9a1b52;
    background-image: url(../img/bg-category-1-darken.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    .category-image-box.category-intelligent-infrastructure:before {
      background-color: #b32672;
      background-image: url(../img/bg-category-1.jpg); }
    .category-image-box.category-intelligent-infrastructure:hover:before {
      opacity: 0; }
  .category-image-box.category-leadership {
    background-color: #1f5872;
    background-image: url(../img/bg-category-4-darken.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    .category-image-box.category-leadership:before {
      background-color: #2b7ca1;
      background-image: url(../img/bg-category-4.jpg); }
    .category-image-box.category-leadership:hover:before {
      opacity: 0; }
  .category-image-box.category-smart-business {
    background-color: #01737a;
    background-image: url(../img/bg-category-2-darken.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .category-image-box.category-smart-business:before {
      background-color: #159098;
      background-image: url(../img/bg-category-2.jpg); }
    .category-image-box.category-smart-business:hover:before {
      opacity: 0; }
  .category-image-box.category-digital-den {
    background-color: #dca000;
    background-image: url(../img/bg-category-3-darken.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .category-image-box.category-digital-den:before {
      background-color: #f3cd14;
      background-image: url(../img/bg-category-3.jpg); }
    .category-image-box.category-digital-den:hover:before {
      opacity: 0; }
  .category-image-box h2 {
    margin: 0;
    font-size: 33px;
    color: #fff;
    position: relative;
    z-index: 4; }
    .category-image-box h2 a {
      color: #fff;
      padding: 44px 0;
      display: block; }
      .category-image-box h2 a .fa {
        font-size: 24px;
        display: inline-block;
        margin-right: 6px;
        vertical-align: middle;
        margin-top: -4px; }

.search-line {
  background: #f9f9f9;
  padding: 8px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease; }
  .search-line.active {
    background: #fff; }
  .search-line .icon-search {
    margin-right: 9px;
    margin-top: -2px; }
  .search-line input {
    border: 0;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    max-width: 80%;
    border-left: 1px solid #a2a2a2;
    background: transparent;
    font-weight: 300;
    font-size: 16px;
    height: 32px; }

.search-white-bg {
  background: #fff; }
  .search-white-bg .search-line {
    background: #fff; }

.comments + .search-white-bg {
  padding-top: 30px;
  padding-bottom: 10px; }

.category-posts-list .post-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .category-posts-list .post-item:last-child a {
    border-bottom: none; }
.category-posts-list .post-item a {
  display: block;
  position: relative;
  padding: 54px 100px 54px 60px;
  color: #333;
  background: #fff;
  border-bottom: 1px solid #ebebeb; }
  .category-posts-list .post-item a:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -12px;
    color: #fff; }
  .category-posts-list .post-item a h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 400; }
  .category-posts-list .post-item a p {
    font-size: 16px;
    margin-top: 28px; }
    .category-posts-list .post-item a p.post-meta {
      font-size: 12px;
      color: #848484;
      margin-top: 14px; }
  .category-posts-list .post-item a:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .category-posts-list .post-item a:hover p.post-meta {
      color: #fff; }

.category-load-more {
  padding-bottom: 44px;
  border-bottom: 1px solid #ebebeb; }
  .category-load-more a {
    color: #127ca6; }
    .category-load-more a:hover {
      color: #0d5a78; }

.next-prev-box {
  padding-top: 54px;
  padding-bottom: 54px; }
  .next-prev-box .col-md-6:nth-of-type(1) {
    padding-right: 10px; }
  .next-prev-box .col-md-6:nth-of-type(2) {
    padding-left: 10px; }
  .next-prev-box a {
    color: #fff;
    display: block;
    padding: 24px 30px; }
    .next-prev-box a h4 {
      font-size: 24px;
      font-weight: 400;
      margin: 0; }
    .next-prev-box a p {
      font-size: 14px;
      font-weight: 300;
      margin-top: 14px; }
    .next-prev-box a.prev-cat {
      background: #099; }
      .next-prev-box a.prev-cat:hover {
        background: #007f80; }
    .next-prev-box a.next-cat {
      background: #f6bd24; }
      .next-prev-box a.next-cat:hover {
        background: #dea409; }

@media screen and (max-width: 991px) {
  .cols-sep:before, .cols-sep:after {
    display: none; } }
@media screen and (min-width: 769px) and (max-width: 991px) {
  .home-blog .accordion-body .grid-item {
    float: left;
    width: 48%;
    display: none; }
    .home-blog .accordion-body .grid-item:first-child {
      margin-right: 4%; }
    .home-blog .accordion-body .grid-item:nth-child(1), .home-blog .accordion-body .grid-item:nth-child(2) {
      display: block; }
  .home-blog .accordion-body .mobile-only {
    display: none; }

  .leadership-grid .col-md-4 {
    margin-bottom: 30px; }
    .leadership-grid .col-md-4:last-of-type {
      margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  header .line-2 {
    display: none; }
  header .navbar-toggle {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0; }
    header .navbar-toggle .icon-bar {
      background: #333; }

  .home-blog {
    padding-bottom: 10px; }

  .accordion-header a.accordion-toggle {
    display: block !important;
    overflow: hidden;
    text-indent: -9999em;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    line-height: 24px;
    text-align: center;
    background-size: 24px auto !important; }
    .category-color-one .accordion-header a.accordion-toggle {
      background: url(../img/icon-plus-color-1.png) 0 0 no-repeat; }
    .category-color-two .accordion-header a.accordion-toggle {
      background: url(../img/icon-plus-color-2.png) 0 0 no-repeat; }
    .category-color-three .accordion-header a.accordion-toggle {
      background: url(../img/icon-plus-color-3.png) 0 0 no-repeat; }
    .category-color-four .accordion-header a.accordion-toggle {
      background: url(../img/icon-plus-color-4.png) 0 0 no-repeat; }
  .category-color-one .accordion-header.opened:after {
    background: url(../img/icon-minus-color-1.png) 0 0 no-repeat; }
  .category-color-two .accordion-header.opened:after {
    background: url(../img/icon-minus-color-2.png) 0 0 no-repeat; }
  .category-color-three .accordion-header.opened:after {
    background: url(../img/icon-minus-color-3.png) 0 0 no-repeat; }
  .category-color-four .accordion-header.opened:after {
    background: url(../img/icon-minus-color-4.png) 0 0 no-repeat; }

  .leadership-section {
    min-height: 1px;
    background-image: none; }
    .leadership-section .leadership-info {
      border-left-width: 3px !important;
      padding-right: 40px;
      background-size: 24px auto;
      max-width: 100%;
      position: relative; }
      .leadership-section .leadership-info a.leadership-toggle {
        display: block !important;
        overflow: hidden;
        text-indent: -9999em;
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        right: 0;
        line-height: 24px;
        text-align: center;
        background-size: 24px auto !important;
        background: url(../img/icon-plus-color-4.png) 100% 50% no-repeat; }
      .leadership-section .leadership-info.opened a.leadership-toggle {
        background: url(../img/icon-minus-color-4.png) 100% 50% no-repeat;
        background-size: 24px auto; }
    .leadership-section .leadership-grid {
      padding-top: 30px; }
      .leadership-section .leadership-grid .col-md-4 {
        margin-bottom: 30px; }
        .leadership-section .leadership-grid .col-md-4:last-of-type {
          margin-bottom: 0; } }
@media screen and (min-width: 481px) and (max-width: 991px) {
  .category-image-box h2 {
    font-size: 26px; }

  .next-prev-box .col-md-6:nth-of-type(1) {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px; }
  .next-prev-box .col-md-6:nth-of-type(2) {
    padding-left: 10px;
    padding-right: 10px; }

  .category-posts-list .post-item a {
    padding: 30px 50px 30px 30px; }
    .category-posts-list .post-item a:before {
      font-size: 20px;
      right: 25px; }

  footer .footer-nav ul {
    text-align: center; }
    footer .footer-nav ul li {
      margin: 0 15px 10px 15px; }
  footer .footer-social {
    text-align: center; }

  .post-content img {
    max-width: 100%; }
  .post-content figure,
  .post-content figure.alignleft,
  .post-content figure.aligncenter,
  .post-content figure.alignright {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    max-width: 100% !important; }
    .post-content figure img,
    .post-content figure.alignleft img,
    .post-content figure.aligncenter img,
    .post-content figure.alignright img {
      width: 100% !important; }

  .comments-tab-container img {
    max-width: 100%; }

  .related-posts .grid-item {
    margin-bottom: 20px; }

  .image-box {
    padding-bottom: 120px; }

  .post-author {
    margin-top: -80px; } }
@media screen and (max-width: 480px) {
  .content-section .section-title {
    font-size: 25px;
    padding-bottom: 30px; }
  .content-section .blog-category {
    height: auto;
    border-left-width: 3px !important;
    padding: 12px 40px 12px 12px;
    line-height: 20px;
    font-size: 20px; }
    .content-section .blog-category span {
      font-size: 20px;
      font-weight: 300;
      position: relative;
      top: 0;
      left: 0;
      padding: 0;
      line-height: 20px;
      margin: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    .content-section .blog-category small {
      font-size: 12px;
      position: static;
      display: block;
      padding-top: 4px;
      color: #333; }
  .content-section .cols-sep .grid-item {
    border: 1px solid #e0e0e0; }
    .content-section .cols-sep .grid-item h4 {
      font-weight: 300; }
    .content-section .cols-sep .grid-item p:not(.date) {
      display: none; }
    .content-section .cols-sep .grid-item p.date {
      margin: 10px 20px 0 10px;
      padding-bottom: 20px; }
  .content-section .cols-sep .load-more-link {
    padding: 20px 0 40px 0;
    margin: 0; }

  .leadership-section .leadership-info h3 {
    font-size: 20px;
    font-weight: 300; }
  .leadership-section .leadership-info p {
    font-size: 12px;
    color: #333;
    font-weight: 300;
    margin-top: 6px; }

  .search-line input {
    font-size: 14px; }

  .category-image-box .icon-arrow-left {
    background-position: 50% 50%;
    background-size: 75% auto; }

  .category-posts-list .post-item a:before {
    display: none; }
  .category-posts-list .post-item a h3 {
    font-size: 16px; }
  .category-posts-list .post-item a p {
    font-size: 12px;
    margin-top: 12px; }
    .category-posts-list .post-item a p.post-meta {
      margin-top: 0; }

  .social-section .social-grid .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px; }
  .social-section .social-grid-item-tweet .item-body {
    padding: 12px; }
  .social-section .social-grid-item-tweet .retweet-link {
    top: 7px;
    right: 12px;
    font-size: 14px; }
  .social-section .social-grid-item-tweet h3 {
    font-size: 12px; }
  .social-section .social-grid-item-tweet p {
    font-size: 12px;
    margin-top: 10px; }
    .social-section .social-grid-item-tweet p.details {
      margin-top: 4px; }
  .social-section .social-grid-item-image .item-body {
    padding: 12px; }
    .social-section .social-grid-item-image .item-body h3 {
      font-size: 12px; }
    .social-section .social-grid-item-image .item-body p {
      font-size: 12px;
      margin-top: 0; }
  .social-section .social-grid-item-video .item-body {
    padding: 16px 12px; }
    .social-section .social-grid-item-video .item-body h3 {
      font-size: 14px; }
    .social-section .social-grid-item-video .item-body p {
      font-size: 12px;
      margin-top: 10px; }
  .social-section .social-grid-item-video:before {
    background-size: 40px auto !important;
    background-position: 90% 90% !important; }
  .social-section .social-grid-item-blue {
    padding: 20px 12px 60px 12px; }
    .social-section .social-grid-item-blue .item-body p {
      font-size: 12px; }
    .social-section .social-grid-item-blue .item-info {
      padding: 12px; }
      .social-section .social-grid-item-blue .item-info h3 {
        font-size: 12px; }
      .social-section .social-grid-item-blue .item-info p {
        font-size: 12px;
        margin-top: 0; }

  .social-links-section p {
    font-size: 12px; }

  .social-link {
    width: 24px;
    height: 24px;
    background-size: 24px; }

  .corner-social {
    border-width: 34px 34px 0 0; }
    .corner-social i {
      font-size: 15px;
      left: 4px;
      top: -32px; }
    .corner-social.corner-facebook i {
      left: 6px; }

  .category-image-box h2 {
    font-size: 20px;
    font-weight: 300; }

  .category-posts-list .post-item a {
    padding: 20px 0; }
    .category-posts-list .post-item a:hover {
      background: #fff;
      color: #333; }
      .category-posts-list .post-item a:hover p.post-meta {
        color: #848484; }

  p.category-load-more {
    font-size: 14px; }
    p.category-load-more .icon-repeat {
      background-size: 80% auto;
      background-position: center; }

  .next-prev-box {
    padding: 20px 0; }
    .next-prev-box .row {
      margin: 0; }
    .next-prev-box .col-md-6:nth-of-type(1) {
      padding-right: 0;
      padding-left: 0; }
    .next-prev-box .col-md-6:nth-of-type(2) {
      padding-left: 0;
      padding-right: 0; }
    .next-prev-box a h4 {
      font-size: 18px; }
    .next-prev-box a p {
      font-size: 12px;
      margin-top: 0; }

  .link-back {
    padding: 20px 0; }
    .link-back a {
      font-size: 18px;
      font-weight: 300; }
      .link-back a .icon-arrow-left {
        background-position: center;
        background-size: 75% auto;
        margin-right: 0; }

  .image-box {
    padding: 20px 0 120px 0; }
    .image-box h2 {
      font-size: 24px;
      line-height: 28px; }

  .post-content {
    padding-top: 0; }
    .post-content p {
      font-size: 12px; }
    .post-content img {
      max-width: 100%; }
    .post-content figure,
    .post-content figure.alignleft,
    .post-content figure.aligncenter,
    .post-content figure.alignright {
      margin: 20px 0;
      padding: 0;
      width: 100%;
      max-width: 100% !important; }
      .post-content figure img,
      .post-content figure.alignleft img,
      .post-content figure.aligncenter img,
      .post-content figure.alignright img {
        width: 100%; }

  .comments-tab-container img {
    max-width: 100%; }

  .comments .btn-tab {
    font-size: 14px;
    width: 120px; }
  .comments .comments-counter {
    font-size: 14px; }
    .comments .comments-counter span {
      font-size: 18px; }

  .social-links-in-post p {
    padding: 18px 12px 14px 12px;
    font-size: 14px;
    font-weight: 400; }

  .related-posts {
    padding: 20px 0; }
    .related-posts .grid-item {
      margin-bottom: 20px; }

  .post-author {
    margin-top: -80px; }

  footer .footer-nav {
    border-top: 0;
    padding-bottom: 10px; }
    footer .footer-nav ul li {
      display: block;
      margin-right: 0;
      font-size: 11px;
      border-bottom: 1px solid #f1f1f1;
      padding-top: 2px; }
      footer .footer-nav ul li a {
        line-height: 30px; }
  footer .footer-social {
    text-align: center;
    padding: 10px 0 20px 0; } }
@media screen and (max-width: 767px) {
  header .navbar-collapse.collapse.in .navbar-nav {
    border-top: 1px solid #f9f9f9; }
  header .navbar-nav > li {
    padding-left: 0;
    padding-top: 10px; }
    header .navbar-nav > li.mobile-menu {
      display: block; }

  .accordion-body {
    padding-bottom: 20px; }
    .accordion-body p.text-center.mobile-only {
      margin: 0; } }
.nav-footer-links li a:link,
.nav-footer-links li a:visited,
.nav-footer-links li a:hover,
.nav-footer-links li a:active,
.nav-footer-wrapper a {
  color: #009999; }

.article-tag-list {
  color: #53585E;
  padding: 12px 0;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 0; }
  .article-tag-list a {
    color: #333;
    background: #dedede;
    text-decoration: none;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 1px 6px 0 6px;
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease; }
    .article-tag-list a:hover {
      background: #cdcdcd;
      color: #000; }

/* fix default seagate header */
.gn-container .span12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0; }

@media screen and (max-width: 600px) {
  .nav-footer-top-container {
    width: 100%; }

  .nav-footer-top li {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 7px;
    padding-left: 0;
    padding-top: 7px;
    text-align: left;
    display: block;
    margin: 0;
    width: 100%; } }
@media screen and (max-width: 980px) {
  .global-nav-oz > .container > .row {
    margin-left: 0;
    margin-right: 0; }

  .global-nav-oz > .container > .row > .span12 {
    width: 100%;
    margin-left: 0; } }
/* MASONRY RESPONSIVE GRID */
.social-grid {
  width: 1170px;
  margin: 0 -15px; }

.social-item {
  padding: 0 15px 0 15px !important; }

/* Media Queries */
@media only screen and (max-width: 1199px) {
  .social-grid {
    width: 970px; } }
@media only screen and (max-width: 991px) {
  .social-grid {
    width: 750px; } }
@media only screen and (max-width: 767px) {
  .social-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .social-item {
    padding: 0 !important; } }
.social-item .item-body {
  overflow: hidden; }

/* END MASONRY RESPONSIVE GRID */
