/* compiled by scssphp v0.1.1 on Thu, 22 Feb 2024 15:26:14 +0000 (0.066s) */

* {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
}
body, input, textarea, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body, input, textarea {
  font: 300 14px/2.5em 'Open Sans', sans-serif;
  color: #646769;
}
body.mobile.mobile-device {
  font-size: 28px;
  line-height: 2em;
}
.mobile-only {
  display: none;
}
.mobile .mobile-only {
  display: inline;
}
.mobile .mobile-hidden {
  display: none;
}
a {
  color: inherit;
}
body {
  min-width: 680px;
  background: white;
}
strong {
  font-weight: 700;
}
ul {
  list-style: none;
}
.mobile .full-container {
  max-height: 1000000px;
}
.clear {
  clear: both;
}
.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.adaptive .wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.content-with-sidebar {
  float: right;
  width: 59.17%;
}
.mobile .content-with-sidebar {
  width: auto;
  float: none;
}
.btn {
  -moz-transform: skew(-13.2deg);
  -o-transform: skew(-13.2deg);
  -ms-transform: skew(-13.2deg);
  -webkit-transform: skew(-13.2deg);
  transform: skew(-13.2deg);
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
  height: 3.42857em;
  line-height: 3.42857em;
  white-space: nowrap;
  padding: 0 80px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}
.mobile .btn {
  font-size: 0.6em;
}
.btn + .btn {
  margin-left: 15px;
}
.btn span {
  display: inline-block;
  -moz-transform: skew(13.2deg);
  -o-transform: skew(13.2deg);
  -ms-transform: skew(13.2deg);
  -webkit-transform: skew(13.2deg);
  transform: skew(13.2deg);
}
.btn.yellow {
  background: #dfaf27;
  border: solid 1px #dfaf27;
  color: white;
}
.btn.yellow:hover {
  background: #cea01f;
  border-color: #cea01f;
}
.btn.yellow-outline {
  border: solid 1px #dfaf27;
  color: #dfaf27;
}
.btn.yellow-outline:hover {
  background: #dfaf27;
  color: white;
}
.btn.green {
  border: solid 1px #16403c;
  color: #16403c;
}
.btn.green:hover {
  color: white;
  background: #16403c;
}
.btn.solid-green {
  background: #16403c;
  border: solid 1px green;
  color: white;
}
.btn.solid-green:hover {
  background: #0f2d2a;
  border-color: #0f2d2a;
}
.btn.solid-orange {
  background: #f1582d;
  border: solid 1px #f1582d;
  color: white;
}
.btn.solid-orange:hover {
  background: #ef4515;
  border-color: #ef4515;
}
.btn.small {
  padding: 0 35px;
}
.btn.light-blue {
  color: #749da3;
  border: solid 1px #d3e7dd;
  background: #d3e7dd;
}
.btn.light-blue:hover {
  background: #c3ded0;
  border-color: #c3ded0;
}
.btn.white-outline {
  color: white;
  border: solid 1px white;
}
.btn.white-outline:hover {
  background: white;
  color: #749da3;
}
.btn.white-orange {
  color: #f1582d;
  background: white;
  border: solid 1px white;
}
.btn.white-orange:hover {
  background: #f1582d;
  color: white;
}
.btn.gray {
  color: #646769;
  border: solid 1px #646769;
  background: none;
}
.btn.gray:hover {
  background: #646769;
  color: #f1f1f2;
}
.customselect {
  display: inline-block;
  position: relative;
}
.customselect .csbox {
  background: #f1f1f2;
  height: 2.85714em;
  line-height: 2.85714em;
  padding: 0 38px 0 8px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #646769;
  border-radius: 3px;
  cursor: pointer;
}
.customselect .csbox:after {
  position: absolute;
  content: ' ';
  background: url('../images/dropdown-arrow.png');
  width: 21px;
  height: 8px;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.customselect.is-disabled .csbox {
  color: #c3c5c7;
  cursor: default;
}
.customselect.large-list .cslist {
  max-height: 300px;
  overflow-y: scroll;
}
.customselect .cslist {
  list-style: none;
  position: absolute;
  z-index: 100;
  display: none;
  background: #f1f1f2;
  color: #6c6d6f;
  min-width: 100%;
  text-align: left;
  cursor: pointer;
}
.customselect .cslist li {
  padding: 2px 8px;
  white-space: nowrap;
}
.customselect .cslist li:first-child {
  display: none;
}
.customselect .cslist li:hover, .customselect .cslist li.selected {
  color: #f1f1f2;
  background: #6c6d6f;
}
.arrow:after {
  content: ' ';
  background: url('../images/arrow-circle.png') no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.home-icon {
  position: absolute;
  left: 0;
  top: 11px;
  width: 42px;
  height: 42px;
  border: solid 1px #16403c;
  border-radius: 21px;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-icon.home-icon-news {
  background-image: url('../images/icon-news.png');
}
.home-icon.home-icon-customers {
  background-image: url('../images/icon-customers.png');
}
.home-icon.home-icon-segment {
  background-image: url('../images/icon-segment.png');
}
.background-position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.background-position.blue:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(116, 157, 163, 0.85);
}
.single-digital_fortress .background-position.blue:after {
  background: rgba(116, 157, 163, 0.35);
}
.background-position.off-white {
  background: #f1f1f2;
}
.background-position img {
  width: 100%;
  height: 100%;
}
.solution-callout {
  color: white;
  font-size: 1.42857em;
  line-height: 2em;
  padding-top: 75px;
  padding-bottom: 75px;
  min-height: 292px;
}
.solution-callout h2 {
  font-weight: 600;
  font-style: italic;
  font-size: 1.25em;
}
.solution-callout p {
  margin-bottom: 1em;
}
.mobile .solution-callout {
  font-size: 1em;
  text-align: center;
  min-height: 0;
  padding-bottom: 75px;
}
.single-digital_fortress .solution-callout {
  padding-left: 70px;
}
.mobile .section-customers-intro .btn {
  display: none;
}
#mobile-menu {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background: #749da3;
  bottom: 0;
  width: 400px;
  padding: 80px 0 0 40px;
}
#mobile-menu #mobile-menu-close {
  position: absolute;
  top: 20px;
  left: 40px;
  display: block;
  height: 60px;
  line-height: 40px;
  font-size: 40px;
  font-weight: 100;
  color: white;
  cursor: pointer;
}
#mobile-menu #mobile-menu-close:before {
  content: '\f00d';
  font-family: FontAwesome;
}
#mobile-menu .sub-menu {
  display: none;
}
#mobile-menu li {
  line-height: 60px;
}
#mobile-menu a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 22px;
}
#mobile-menu #mm-primary a {
  font-weight: bold;
}
#mobile-menu #mm-secondary {
  position: relative;
  margin-top: 30px;
}
#mobile-menu #mm-secondary:before {
  content: ' ';
  display: block;
  background: #dfaf27;
  height: 1px;
  width: 30px;
  position: absolute;
  top: -10px;
  left: 0;
}
#mobile-menu-button {
  display: none;
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 33px;
  font-size: 50px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  text-align: center;
  color: black;
  cursor: pointer;
}
.mobile #mobile-menu-button {
  display: block;
}
#mobile-menu-button:before {
  content: '\f0c9';
}
.section {
  position: relative;
}
.section.section-gray {
  background: #f1f1f2;
  color: #646769;
}
.section.section-white {
  background: white;
  color: #6c6d6f;
}
.section.section-blue {
  background: #749da3;
  color: white;
}
.section.section-orange {
  background: #f1582d;
  color: white;
}
.section.section-large-text {
  padding: 65px 0 70px;
}
.section.section-large-text p {
  font-size: 1.78571em;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.mobile .section.section-large-text p {
  font-size: 0.9em;
}
.section.section-large-text p a.btn {
  font-size: 14px;
}
.section.section-large-text p:last-child {
  margin-bottom: 0;
}
.section.section-top-divider {
  border-top: solid 1px #e5e5e8;
}
.section.section-icon {
  padding-top: 90px;
}
.mobile .section.section-icon .wrap {
  margin-left: 50px;
}
.section.section-center {
  text-align: center;
}
.section.section-icon.section-white .wrap {
  background: white;
}
.section.section-icon.section-gray .wrap {
  background: #f1f1f2;
}
.section.section-icon:before {
  position: absolute;
  content: ' ';
  left: 0%;
  width: 50%;
  height: 1px;
  background: #16403c;
  top: 123px;
}
.section.section-home-top {
  padding: 70px 0;
}
.section.section-home-top .wrap {
  max-width: 830px;
  text-align: center;
}
.section.section-home-top h2 {
  font-size: 1.78571em;
  font-weight: 300;
}
.section.section-home-top h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #bcbec0;
  margin-bottom: 15px;
}
.section.section-home-two {
  padding-bottom: 60px;
}
.section.section-question {
  padding: 60px 0 30px;
  text-align: center;
}
.section.section-question a.arrow {
  font-style: italic;
  font-size: 2.57143em;
  text-decoration: none;
}
.mobile .section.section-question a.arrow {
  font-size: 1.2em;
}
.section .section-home-title {
  float: left;
  margin-left: 72px;
}
.section .section-home-title .btn {
  float: right;
}
.section .section-home-title h2 {
  font-weight: 300;
  font-size: 1.78571em;
  color: #6c6d6f;
}
.mobile .section .section-home-title h2 {
  font-size: 1.1em;
}
.section .section-home-title h3 {
  font-weight: 700;
  color: #bcbec0;
  font-size: 1em;
  text-transform: uppercase;
}
.mobile .section .section-home-title h3 {
  font-size: 0.7em;
  line-height: 0.9em;
}
.section .section-right {
  float: right;
}
.mobile .section .section-right {
  float: none;
  clear: both;
  padding-bottom: 20px;
}
.section .section-left {
  float: left;
}
.section .section-center {
  text-align: center;
}
.section.section-news-facts .section-left {
  width: 775px;
}
.tablet .section.section-news-facts .section-left {
  width: 505px;
}
.mobile .section.section-news-facts .section-left {
  width: auto;
  float: none;
}
.section.section-news-facts .section-left .section-home-title {
  float: none;
  margin-bottom: 60px;
}
.news-list {
  clear: both;
  list-style: none;
  font-size: 1.14286em;
  line-height: 1.4375em;
}
.mobile .news-list {
  font-size: 0.8em;
  line-height: 1em;
  margin-right: 20px;
}
.news-list li {
  padding-bottom: 25px;
}
.mobile .news-list li {
  padding-bottom: 40px;
}
.news-list li > span {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #16403c;
}
.mobile .news-list li > span {
  float: none;
  margin-bottom: 10px;
  display: block;
}
.news-list li > div {
  margin-left: 190px;
}
.mobile .news-list li > div {
  margin-left: 0;
}
.news-list li > div a {
  text-decoration: none;
}
.mobile .news-list + .mobile-only {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.fact-slider {
  width: 320px;
  position: relative;
  margin-bottom: 40px;
}
.fact-slider ul, .fact-slider li {
  width: 100%;
}
.fact-slider li {
  height: 100%;
}
.fact-slider ul {
  height: 100%;
}
.fact-slider .buttons {
  position: absolute;
  bottom: -40px;
  left: 0;
}
.fact-slider .buttons > div {
  width: 13px;
  height: 13px;
  border-radius: 7px;
  border: solid 1px #c3c5c7;
  display: inline-block;
  margin-right: 9px;
  cursor: pointer;
}
.fact-slider .buttons > div:hover, .fact-slider .buttons > div.active {
  background: #c3c5c7;
}
.fact-slider .fact-title {
  text-transform: uppercase;
  color: #c3c5c7;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}
.fact-slider .fact-number {
  color: #dfaf27;
  font-size: 7.42857em;
  line-height: 0.84615em;
  font-weight: 700;
  padding-bottom: 20px;
}
.fact-slider .fact-text {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.83333em;
  padding-top: 19px;
}
.fact-slider .fact-text:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 1px;
  background: #c3c5c7;
}
#header {
  height: 124px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
}
.admin-bar #header {
  top: 32px;
}
#header .logo {
  position: absolute;
  width: 119px;
  height: 89px;
  left: 0;
  top: 21px;
  background: url('../images/logo.png?v=2') no-repeat;
  background-size: 100% 100%;
}
.adaptive #header .logo {
  left: 20px;
}
#header .top-nav, #header .primary-nav {
  position: absolute;
  right: 0;
  font-size: 1em;
  line-height: 1.14286em;
}
.mobile #header .top-nav, .mobile #header .primary-nav {
  display: none;
}
.adaptive #header .top-nav, .adaptive #header .primary-nav {
  right: 20px;
}
#header .top-nav > ul > li, #header .primary-nav > ul > li {
  float: left;
}
#header .top-nav > ul > li > a, #header .primary-nav > ul > li > a {
  text-transform: uppercase;
}
#header .top-nav a, #header .primary-nav a {
  text-decoration: none;
}
#header .top-nav {
  top: 35px;
  color: #15403c;
}
#header .top-nav > ul > li {
  margin-left: 38px;
}
#header .top-nav a:hover {
  color: #749da3;
}
#header .primary-nav {
  top: 74px;
  font-weight: 700;
  color: #646769;
}
#header .primary-nav > ul > li {
  margin-left: 25px;
  height: 50px;
  position: relative;
}
.tablet #header .primary-nav > ul > li {
  margin-left: 15px;
  font-size: 0.85em;
}
#header .primary-nav > ul > li > a {
  position: relative;
}
#header .primary-nav > ul > li > a:before {
  content: ' ';
  width: 40px;
  height: 2px;
  background: #dfaf27;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  transition: opacity 0.5s;
}
#header .primary-nav > ul > li:hover > a:before, #header .primary-nav > ul > li.current-menu-item > a:before, #header .primary-nav > ul > li.current-menu-parent > a:before {
  opacity: 0.9;
}
#header .primary-nav > ul > li > ul {
  position: absolute;
  display: none;
  top: 50px;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  min-width: 100%;
}
#header .primary-nav > ul > li > ul > li {
  white-space: nowrap;
  font-weight: 400;
  padding: 10px 20px;
}
#header .primary-nav > ul > li > ul > li:hover {
  background: rgba(116, 157, 163, 0.3);
}
#footer {
  padding: 20px 0;
}
#footer .wrap {
  border-top: solid 1px #dbdcdf;
  padding-top: 40px;
}
#footer iframe {
  border: none;
}
#footer iframe.seal-godaddy {
  width: 132px;
  height: 31px;
}
#footer iframe.seal-bbb {
  width: 282px;
  height: 67px;
}
#footer iframe.seal-trustwave {
  width: 105px;
  height: 58px;
}
#footer .footer-section-1 {
  width: 480px;
}
#footer .footer-section-1 li {
  min-height: 60px;
  padding-top: 10px;
}
#footer .footer-section-1 li:nth-child(3) {
  width: 63%;
}
#footer .footer-section-1 li:nth-child(4) {
  width: 37%;
}
#footer .footer-section-2 {
  width: 340px;
}
#footer .footer-section-3 {
  width: 280px;
}
.footer-collapse #footer .footer-section-2, .footer-collapse #footer .footer-section-3 {
  width: auto;
  margin-right: 60px;
}
.footer-collapse #footer .footer-section-2 > ul li, .footer-collapse #footer .footer-section-3 > ul li {
  float: none;
  width: auto;
}
.mobile #footer {
  margin: 0 40px;
}
.mobile #footer .wrap {
  padding-left: 0;
  padding-right: 0;
}
.mobile #footer .footer-section-2, .mobile #footer .footer-section-3 {
  font-size: 0.8em;
}
.mobile #footer .footer-section-1 {
  float: none;
  text-align: center;
  position: absolute;
  bottom: 58px;
  left: 0px;
  right: 0px;
  width: auto;
  padding-top: 20px;
  border-top: solid 1px #dbdcdf;
}
.mobile #footer .footer-section-1 li {
  width: 33%;
}
.mobile #footer .footer-section-1 li:first-child {
  float: none;
  text-align: center;
  width: auto;
}
.mobile #footer .copyright {
  margin-top: 320px;
  font-size: 0.6em;
  border: none;
}
#footer .footer-section-1, #footer .footer-section-2, #footer .footer-section-3 {
  float: left;
}
#footer .footer-section-1 > div:first-child, #footer .footer-section-2 > div:first-child, #footer .footer-section-3 > div:first-child {
  font-weight: 700;
  text-transform: uppercase;
  color: #16403c;
}
#footer .footer-section-1 > ul a, #footer .footer-section-2 > ul a, #footer .footer-section-3 > ul a {
  text-decoration: none;
}
#footer .footer-section-1 > ul li, #footer .footer-section-2 > ul li, #footer .footer-section-3 > ul li {
  float: left;
  width: 50%;
}
#footer .copyright {
  max-width: 1094px;
  border-top: solid 1px #dbdcdf;
  margin-top: 20px;
}
#footer .copyright div {
  background: white;
  display: inline-block;
  position: relative;
  top: -1px;
  padding-right: 40px;
}
#footer .footer-social {
  position: absolute;
  top: 30px;
  right: 10px;
}
#footer .footer-social a {
  color: #749da3;
  text-decoration: none;
  display: block;
  font-size: 1.78571em;
  margin-bottom: 10px;
}
#footer .footer-social a:hover {
  color: #5b8389;
}
.facebook:before {
  content: '\f09a';
  font-family: FontAwesome;
}
.twitter:before {
  content: '\f099';
  font-family: FontAwesome;
}
.youtube:before {
  content: '\f167';
  font-family: FontAwesome;
}
.linkedin:before {
  content: '\f0e1';
  font-family: FontAwesome;
}
.email:before {
  content: '\f0e0';
  font-family: FontAwesome;
}
.print:before {
  content: '\f02f';
  font-family: FontAwesome;
}
#purchase-module, #digital-fortress-module {
  background: white;
  box-sizing: border-box;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  color: #143e3a;
  padding: 27px 0 1px;
  line-height: 1.28571em;
  font-size: 16px;
}
#purchase-module .customselect .csbox, #digital-fortress-module .customselect .csbox {
  color: #103030;
}
#purchase-module .customselect.is-disabled .csbox, #digital-fortress-module .customselect.is-disabled .csbox {
  color: #909090;
}
body.mobile.mobile-device #purchase-module, body.mobile.mobile-device #digital-fortress-module {
  font-size: 28px;
}
#mobile-purchase-module #purchase-module, #mobile-purchase-module #digital-fortress-module {
  border: solid 1px #e7e8ea;
  border-radius: 5px;
  margin-bottom: 40px;
  width: 90%;
}
.tablet #purchase-module, .tablet #digital-fortress-module {
  width: 300px;
}
.mobile #purchase-module, .mobile #digital-fortress-module {
  width: auto;
}
.wide #purchase-module, .wide #digital-fortress-module {
  width: 1000px;
}
.tablet .wide #purchase-module, .tablet .wide #digital-fortress-module {
  width: auto;
}
.wide #purchase-module .pm-step-1, .wide #digital-fortress-module .pm-step-1, .wide #purchase-module .pm-step-2, .wide #digital-fortress-module .pm-step-2 {
  width: 440px;
  min-height: 300px;
}
.tablet .wide #purchase-module .pm-step-1, .tablet .wide #digital-fortress-module .pm-step-1, .tablet .wide #purchase-module .pm-step-2, .tablet .wide #digital-fortress-module .pm-step-2 {
  width: 48%;
}
.mobile .wide #purchase-module .pm-step-1, .mobile .wide #digital-fortress-module .pm-step-1, .mobile .wide #purchase-module .pm-step-2, .mobile .wide #digital-fortress-module .pm-step-2 {
  float: none;
  width: auto;
}
.wide #purchase-module .pm-step-1, .wide #digital-fortress-module .pm-step-1 {
  float: left;
}
.wide #purchase-module .pm-step-2, .wide #digital-fortress-module .pm-step-2 {
  float: right;
}
.wide #purchase-module .pm-footer, .wide #digital-fortress-module .pm-footer {
  clear: both;
}
.with-border #purchase-module, .with-border #digital-fortress-module {
  border: solid 1px #e0e1e4;
  border-radius: 3px;
}
.move-up #purchase-module, .move-up #digital-fortress-module {
  position: relative;
  top: -88px;
  margin-bottom: -88px;
  z-index: 90;
}
.tablet .move-up #purchase-module, .tablet .move-up #digital-fortress-module {
  top: 0;
  margin-bottom: 0;
}
#purchase-module .pm-title, #digital-fortress-module .pm-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
#purchase-module .pm-step-title, #digital-fortress-module .pm-step-title {
  margin-bottom: 20px;
}
#purchase-module .pm-content, #digital-fortress-module .pm-content {
  margin: 0 46px;
}
#purchase-module .pm-step, #digital-fortress-module .pm-step {
  position: relative;
  border-top: solid 1px #15403c;
  padding-bottom: 27px;
  margin-top: 30px;
}
#purchase-module .pm-step span, #digital-fortress-module .pm-step span {
  font-size: 1.21429em;
  line-height: 37px;
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 20px;
  background: #15403c;
  color: white;
  text-align: center;
  top: -18px;
  left: 50%;
  margin-left: -18px;
}
#purchase-module .customselect, #digital-fortress-module .customselect {
  margin-bottom: 20px;
}
#purchase-module .coverage-inst-type, #digital-fortress-module .coverage-inst-type, #purchase-module .coverage-institution, #digital-fortress-module .coverage-institution, #purchase-module .coverage-rating, #digital-fortress-module .coverage-rating {
  display: block;
}
#purchase-module .coverage-state, #digital-fortress-module .coverage-state, #purchase-module .coverage-city, #digital-fortress-module .coverage-city {
  width: 46%;
}
#purchase-module .coverage-state, #digital-fortress-module .coverage-state {
  float: left;
}
#purchase-module .coverage-city, #digital-fortress-module .coverage-city {
  float: right;
}
#purchase-module #coverage_quote, #digital-fortress-module #coverage_quote {
  display: block;
  border-radius: 3px;
  border: solid 1px #15403c;
  text-align: left;
  background: white;
  height: 2.78571em;
  line-height: 2.78571em;
  padding: 0 6px;
  margin-bottom: 18px;
}
#purchase-module #coverage_quote em, #digital-fortress-module #coverage_quote em {
  color: #c3c5c7;
}
#purchase-module .pm-footer, #digital-fortress-module .pm-footer {
  background: #749da3;
  margin: 20px 1px 0 1px;
  color: white;
  padding: 15px 0;
}
#purchase-module .pm-footer strong, #digital-fortress-module .pm-footer strong {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
#purchase-module .pm-footer span, #digital-fortress-module .pm-footer span {
  font-size: 1.57143em;
  line-height: 1.09091em;
  font-weight: 300;
}
#std-hero .digital-fortress-purchase {
  width: 250px;
  padding: 0;
  font-size: 18px;
  display: block;
  margin: 20px auto 0;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
#purchase-module .button, #digital-fortress-module .button {
  background: #16403c;
  display: block;
  border: none;
  cursor: pointer;
  font-weight: 700;
  color: white;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  margin: 0 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 30px);
}
#purchase-module .button:before, #digital-fortress-module .button:before, #purchase-module .button:after, #digital-fortress-module .button:after {
  content: ' ';
  position: absolute;
  width: 15px;
  height: 40px;
  top: 0;
  background: url('../images/quote-button-edges.png') no-repeat left top;
}
#purchase-module .button:before, #digital-fortress-module .button:before {
  left: -13px;
}
#purchase-module .button:after, #digital-fortress-module .button:after {
  right: -13px;
  background-position: right top;
}
#digital-fortress-module .pm-content {
  padding-bottom: 20px;
}
#home-hero {
  position: relative;
  height: 900px;
}
#home-hero .hh-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  font-size: 0;
  line-height: 0;
  height: 900px;
  width: 100%;
  overflow: hidden;
}
#home-hero .hh-image img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#home-hero .hh-image:after {
  z-index: 10;
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(64, 64, 65, 0.35);
}
#home-hero .wrap {
  z-index: 12;
}
#home-hero .wrap a.home-page-tv-button {
  position: absolute;
  bottom: 0px;
  right: 10px;
  z-index: 10;
  background: #f1592a;
  border: none;
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -webkit-transform: skew(0deg);
  transform: skew(0deg);
  border-radius: 20px;
}
#home-hero .hh-content {
  padding-top: 180px;
}
#home-hero .hh-content .hhc-left {
  float: left;
  width: 430px;
}
.footer-collapse #home-hero .hh-content .hhc-left {
  width: 304px;
}
#home-hero .hh-content .hhc-right {
  float: right;
  width: 690px;
}
.footer-collapse #home-hero .hh-content .hhc-right {
  width: 530px;
}
#home-hero #home-slider-container {
  display: table;
  height: 660px;
  width: 100%;
}
#home-hero #home-slider {
  position: relative;
  color: white;
  display: table-cell;
  vertical-align: middle;
}
#home-hero #home-slider .url-button {
  padding-bottom: 30px;
}
#home-hero #home-slider ul, #home-hero #home-slider li {
  width: 100%;
}
#home-hero #home-slider .btn {
  margin-left: 7px;
}
#home-hero #home-slider h2 {
  font-weight: 400;
  font-size: 3.28571em;
  line-height: 1.26087em;
  font-style: italic;
  margin-bottom: 20px;
}
#home-hero #home-slider h2 strong {
  font-weight: 700;
}
#home-hero #home-slider p {
  font-size: 1.42857em;
  line-height: 1.45em;
  margin-bottom: 15px;
}
#home-hero #home-slider .buttons {
  text-align: center;
}
#home-hero #home-slider .buttons div {
  cursor: pointer;
  display: inline-block;
  margin: 0 4px;
  border: solid 1px white;
  transition: background 0.2s;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}
#home-hero #home-slider .buttons div.active, #home-hero #home-slider .buttons div:hover {
  background: white;
}
.mobile #home-hero {
  height: 1890px;
}
.mobile #home-hero .hh-content .hhc-left {
  position: absolute;
  width: 580px;
  left: 50%;
  top: 860px;
  margin-left: -290px;
  border: solid 1px #e7e8ea;
}
.mobile #home-hero .hh-content .hhc-right {
  float: none;
  width: auto;
}
.mobile #home-hero #home-slider {
  text-align: center;
}
.mobile #home-hero #home-slider p {
  font-size: 1.1em;
}
.mobile #home-hero #home-slider h2 {
  font-size: 1.5em;
}
#customers {
  position: relative;
  padding-top: 33.4%;
}
#customers #insurance-label {
  position: absolute;
  z-index: 10;
  background: rgba(223, 175, 39, 0.7);
  color: white;
  font-size: 1.5em;
  font-weight: 600;
  left: 66%;
  top: 44%;
  height: 10%;
  width: 18%;
  text-align: center;
}
.mobile #customers #insurance-label {
  left: 30%;
  width: 40%;
  top: 61.3%;
}
#customers #insurance-label > div {
  display: table;
  width: 100%;
  height: 100%;
}
#customers #insurance-label > div > div {
  display: table-cell;
  vertical-align: middle;
}
#customers.customers-v2 > a > span > span strong {
  background: rgba(223, 175, 39, 0.7);
  display: inline-block;
  width: 78.2%;
  padding: 1.8% 0;
}
#customers.customers-v2 > a > span > span strong:after {
  display: none;
}
.mobile #customers {
  padding-top: 115%;
}
#customers > a {
  position: absolute;
  height: 50%;
  width: 16.7%;
  top: 0%;
  text-decoration: none;
}
.mobile #customers > a {
  height: 33.33%;
  width: 33.33%;
  top: 33.33%;
}
#customers > a > span {
  position: relative;
  z-index: 11;
  display: table;
  height: 100%;
  width: 100%;
}
#customers > a > span > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  color: white;
  font-size: 1.42857em;
  line-height: 1.2em;
  padding: 0 20px;
}
.mobile #customers > a > span > span {
  font-size: 1.1em;
}
#customers > a > span > span strong {
  font-size: 1.25em;
  display: block;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.mobile #customers > a > span > span strong {
  font-size: 0.9em;
}
#customers > a > span > span strong:after {
  content: ' ';
  width: 34px;
  height: 1px;
  background: #dfaf27;
  bottom: 0;
  left: 50%;
  margin-left: -18px;
  position: absolute;
}
#customers > a > span > span .p {
  font-size: 0.8em;
  line-height: 1.875em;
  display: block;
  margin-bottom: 30px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.mobile #customers > a > span > span .p {
  display: none;
}
#customers > a > span > span .btn {
  font-weight: 700;
  font-size: 0.7em;
  line-height: 2.5em;
  height: 2.5em;
}
#customers > a.c1 {
  left: 0%;
  height: 100%;
  width: 50%;
}
.mobile #customers > a.c1 {
  width: 100%;
  height: 33.33%;
  top: 0;
}
#customers > a.c5, #customers > a.c6, #customers > a.c7 {
  top: 50%;
}
.mobile #customers > a.c5, .mobile #customers > a.c6, .mobile #customers > a.c7 {
  top: 66.66%;
}
#customers > a.c2, #customers > a.c5 {
  left: 50%;
}
.mobile #customers > a.c2, .mobile #customers > a.c5 {
  left: 0%;
}
#customers > a.c3, #customers > a.c6 {
  right: 16.7%;
}
.mobile #customers > a.c3, .mobile #customers > a.c6 {
  right: 33.33%;
}
#customers > a.c4, #customers > a.c7 {
  right: 0%;
}
#customers > a img {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#customers > a:after {
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.5s;
}
#customers > a:hover:after {
  background: #dfaf27;
  opacity: 0.8;
}
#customers > a.c1:hover:after {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}
#segment .segments {
  clear: both;
  position: relative;
  padding-top: 35.7%;
  margin-top: 65px;
}
.mobile #segment .segments {
  padding-top: 0;
}
#segment .segments > div {
  position: absolute;
  top: 0;
  height: 100%;
}
#segment .segments > div > ul {
  list-style: none;
  height: 100%;
}
#segment .seg-left {
  z-index: 20;
  box-sizing: border-box;
  left: 0;
  width: 29.3%;
  padding-left: 90px;
}
.tablet #segment .seg-left {
  padding-left: 20px;
}
.mobile #segment .seg-left {
  width: auto;
  position: relative;
  height: 480px;
  overflow: hidden;
  padding-left: 50px;
}
#segment .seg-left li {
  height: 20%;
  width: 100%;
  display: table;
}
#segment .seg-left a {
  display: table-cell;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  position: relative;
}
#segment .seg-left a span {
  position: relative;
  z-index: 25;
}
#segment .seg-left a:after {
  content: ' ';
  display: block;
  z-index: 24;
  position: absolute;
  -moz-transform: skew(-13.2deg);
  -o-transform: skew(-13.2deg);
  -ms-transform: skew(-13.2deg);
  -webkit-transform: skew(-13.2deg);
  transform: skew(-13.2deg);
  background: #dfaf27;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -100%;
  opacity: 0;
}
#segment .seg-left a:hover:after {
  opacity: 1;
}
#segment .seg-left a:hover {
  color: white;
}
#segment .seg-left a:before {
  position: relative;
  z-index: 25;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  background: url('../images/segment-spritesheet.png') no-repeat 0 0;
  height: 40px;
  width: 40px;
  margin-right: 14px;
}
#segment .seg-left a:hover:before {
  background-position: right 0;
}
#segment .seg-left a.metals:before {
  background-position: 0 -49px;
}
#segment .seg-left a.metals:hover:before {
  background-position: right -49px;
}
#segment .seg-left a.vault:before {
  background-position: 0 -114px;
}
#segment .seg-left a.vault:hover:before {
  background-position: right -114px;
}
#segment .seg-left a.agents:before {
  background-position: 0 -172px;
}
#segment .seg-left a.agents:hover:before {
  background-position: right -172px;
}
#segment .seg-left a.advisors:before {
  background: url('../images/advisors.png?v=2') no-repeat left top;
}
#segment .seg-left a.advisors:hover:before {
  background-position: left -43px;
}
#segment .seg-right {
  z-index: 10;
  left: 29.3%;
  width: 70.7%;
}
.mobile #segment .seg-right {
  display: none;
}
#segment .seg-right li {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 12;
}
#segment .seg-right li.fading-out {
  z-index: 13;
}
#segment .seg-right li.focused {
  z-index: 14;
}
#segment .seg-right li > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#segment .seg-right li > div {
  z-index: 11;
  display: table;
  position: absolute;
  background: rgba(64, 64, 65, 0.35);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#segment .seg-right li > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 190px 0 98px;
  font-weight: 600;
  font-style: italic;
  font-size: 2em;
  color: white;
  line-height: 1.86364em;
  text-shadow: 0px 0px 1px black;
}
#segment .seg-right li:first-child {
  display: block;
}
#no-hero {
  background: #16403c;
  margin-top: 124px;
  height: 15px;
}
#std-hero {
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  min-height: 315px;
}
#std-hero > img {
  width: 100%;
  height: auto;
}
.mobile #std-hero > img {
  width: 130%;
  margin-left: -15%;
}
#std-hero > div {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(64, 64, 65, 0.35);
  padding-top: 124px;
}
#std-hero > div > div {
  display: table;
  width: 100%;
  height: 100%;
}
.postid-2854 #std-hero > div > div {
  position: relative;
}
#std-hero > div > div > div {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  font-style: italic;
  color: white;
  font-size: 45px;
  line-height: 1.11111em;
  text-align: center;
  text-shadow: 0px 0px 1px black;
}
.postid-2854 #std-hero > div > div > div {
  display: block;
  width: 100%;
  position: absolute;
  top: 25%;
}
.one-half {
  width: 45.9%;
  padding-right: 8%;
  float: left;
}
.mobile .one-half {
  float: none;
  width: auto;
  padding-bottom: 20px;
  padding-right: 0;
}
.one-half + .one-half {
  padding-right: 0;
}
.one-quarter {
  float: left;
  width: 20.9%;
  padding-right: 8%;
}
.three-quarters {
  float: left;
  width: 70.9%;
}
.std-content {
  padding: 90px 0 75px;
}
.std-content table {
  max-width: 710px;
  box-sizing: border-box;
}
.mobile .std-content table {
  max-width: 640px;
}
.mobile .std-content {
  padding-top: 40px;
}
.std-content.post-detail {
  padding-top: 0;
}
.std-content img {
  max-width: 100%;
  height: auto;
}
.std-content iframe {
  max-width: 100%;
}
.std-content .narrow {
  max-width: 880px;
  position: relative;
  margin: 0 auto;
}
.std-content h1 {
  font-weight: 300;
  font-size: 1.78571em;
  line-height: 1.2em;
  margin-bottom: 40px;
}
.std-content h2 {
  font-weight: 700;
  font-size: 1.14286em;
  line-height: 1.25em;
  margin-top: 40px;
  margin-bottom: 10px;
}
.std-content h2:first-child {
  margin-top: 0;
}
.std-content h3 {
  color: #c3c5c7;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.14286em;
  font-weight: 700;
}
.std-content h1 + h3 {
  margin-top: -30px;
  margin-bottom: 30px;
}
.std-content h1 + p {
  margin-top: -20px;
}
.std-content p {
  margin-bottom: 1em;
}
.std-content ul li {
  position: relative;
  margin-left: 16px;
  padding: 0 0 10px 23px;
}
.std-content ul li:before {
  content: ' ';
  background: #dfaf27;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 16px;
}
#our-mission > h2, #value-to-customer > h2 {
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-size: 1.78571em;
  color: #dfaf27;
  margin-bottom: 20px;
}
.mobile #our-mission > h2, .mobile #value-to-customer > h2 {
  font-size: 1.4em;
}
#our-mission.align-top > div > .m-left, #value-to-customer.align-top > div > .m-left, #our-mission.align-top > div > .m-right, #value-to-customer.align-top > div > .m-right {
  vertical-align: top;
}
#our-mission > div, #value-to-customer > div {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
}
#our-mission > div > img, #value-to-customer > div > img {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
#our-mission > div > .m-left, #value-to-customer > div > .m-left, #our-mission > div > .m-right, #value-to-customer > div > .m-right {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  width: 50%;
  padding: 120px 6% 30px;
  color: white;
  font-size: 25px;
  line-height: 1.6em;
}
.tablet #our-mission > div > .m-left, .tablet #value-to-customer > div > .m-left, .tablet #our-mission > div > .m-right, .tablet #value-to-customer > div > .m-right {
  font-size: 22px;
  line-height: 1.4em;
}
.mobile #our-mission > div > .m-left, .mobile #value-to-customer > div > .m-left, .mobile #our-mission > div > .m-right, .mobile #value-to-customer > div > .m-right {
  font-size: 23px;
}
#our-mission > div > .m-left strong, #value-to-customer > div > .m-left strong, #our-mission > div > .m-right strong, #value-to-customer > div > .m-right strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #dfaf27;
  font-size: 0.56em;
  line-height: 1em;
}
#value-to-customer {
  overflow: hidden;
}
#value-to-customer > div {
  min-height: 390px;
}
.mobile #value-to-customer > div > img {
  width: 140%;
  left: -20%;
}
#value-to-customer > div > .m-left, #value-to-customer > div > .m-right {
  color: #646769;
  font-size: 20px;
  line-height: 2em;
  padding-top: 30px;
}
.tablet #value-to-customer > div > .m-left, .tablet #value-to-customer > div > .m-right {
  font-size: 20px;
  line-height: 1.2em;
}
.mobile #value-to-customer > div > .m-left, .mobile #value-to-customer > div > .m-right {
  line-height: 1.2em;
  font-size: 22px;
}
#value-to-customer > div > .m-left strong, #value-to-customer > div > .m-right strong {
  font-weight: 600;
  text-transform: none;
  font-style: italic;
  color: #646769;
  font-size: 1.25em;
  line-height: 1em;
}
.arrow-orange {
  cursor: pointer;
  width: 50px;
  height: 13px;
  position: absolute;
  background: url('../images/arrow-orange.png') no-repeat left center;
}
.arrow-orange.a-right {
  background-position: right center;
}
.std-content .person-rotator {
  position: relative;
  margin: 50px auto 0;
  height: 333px;
  width: 732px;
}
.std-content .person-rotator .arrow-orange {
  top: 158px;
}
.std-content .person-rotator .arrow-orange.a-left {
  left: -78px;
}
.std-content .person-rotator .arrow-orange.a-right {
  right: -77px;
}
.mobile .std-content .person-rotator .arrow-orange {
  display: none;
}
.mobile .std-content .person-rotator {
  width: 640px;
}
.mobile .std-content .person-rotator li {
  width: 214px;
  height: 214px;
}
.mobile .std-content .person-rotator li img {
  width: 214px;
  height: 214px;
}
.std-content .person-rotator .slider-image-list {
  padding-top: 44px;
}
.std-content .person-rotator li {
  width: 244px;
  height: 244px;
  overflow: visible !important;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
}
.std-content .person-rotator li:before {
  background: rgba(64, 64, 65, 0.35);
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  border-radius: 50%;
  transition: all 0.5s;
  width: auto;
  height: auto;
}
.std-content .person-rotator li img {
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
  width: 244px;
  height: 244px;
  top: 0;
  left: 0;
}
.std-content .person-rotator li.active-slide {
  z-index: 6;
}
.std-content .person-rotator li.active-slide img {
  max-width: 333px;
  width: 333px;
  height: 333px;
  top: -44px;
  left: -44px;
}
.std-content .person-rotator li.active-slide:before {
  opacity: 0;
  top: -44px;
  left: -44px;
  right: -44px;
  bottom: -44px;
}
.std-content .bio-rotator {
  position: relative;
  margin: 30px auto 0;
  width: 588px;
  height: 218px;
}
.mobile .std-content .bio-rotator .bio-name {
  font-size: 0.6em;
}
.mobile .std-content .bio-rotator .bio-title a {
  font-size: 1em;
}
.std-content .bio-rotator ul {
  height: 100%;
}
.std-content .bio-rotator li {
  width: 100%;
  height: 100%;
  background: white;
  margin: 0;
  padding: 0;
}
.std-content .bio-rotator li:before {
  display: none;
}
.std-content .bio-rotator .bio-name {
  color: #bcbec0;
  text-transform: uppercase;
  font-size: 1em;
  display: inline-block;
}
.std-content .bio-rotator .bio-title a {
  display: inline-block;
  font-family: FontAwesome;
  color: #f1582d;
  font-size: 1.57143em;
  line-height: 0.90909em;
  text-decoration: none;
}
.std-content .bio-rotator a.email {
  margin-right: 40px;
}
.std-content .bio-rotator a.linkedin {
  margin-left: 40px;
}
.std-content .advisors {
  list-style: none;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.std-content .advisors li {
  display: inline-block;
  width: 25%;
  font-size: 14px;
  line-height: 2.57143em;
  text-transform: uppercase;
  color: #bcbec0;
  margin: 0;
  padding: 0;
}
.mobile .std-content .advisors li {
  display: block;
  width: auto;
  font-size: 26px;
  padding-bottom: 50px;
}
.std-content .advisors li:before {
  display: none;
}
.std-content .advisors li a {
  text-decoration: none;
  color: #f1582d;
  font-size: 1.57143em;
}
.coverage {
  font-size: 1.42857em;
  line-height: 1.4em;
  padding: 75px 0 65px;
}
.mobile .coverage {
  font-size: 1.1em;
}
.mobile .coverage .coverage-half {
  width: auto;
  float: none;
  padding-bottom: 40px;
}
.coverage .coverage-half {
  width: 45.9%;
  float: left;
}
.coverage .coverage-half:first-child {
  padding-right: 8%;
}
.coverage strong {
  color: #dfaf27;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7em;
}
.coverage ul {
  list-style-type: disc;
  margin-left: 0.7em;
  padding-left: 0.7em;
  margin-top: 20px;
}
.coverage ul li {
  margin-bottom: 10px;
}
.sign-up-box {
  background: white;
}
.postid-2854 .sign-up-box {
  margin-top: 190px;
}
.sign-up-box img {
  max-width: 100%;
}
.sign-up-box .sign-up-content {
  padding: 10px;
}
.sign-up-box .sign-up-button {
  text-align: center;
  padding-bottom: 10px;
}
.downloads ul a, .faqs ul a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 28px;
  font-weight: 700;
  font-size: 1em;
  line-height: 4.28571em;
  height: 4.28571em;
  border-bottom: solid 1px #e7e8ea;
  background: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}
.tablet .downloads ul a, .tablet .faqs ul a {
  padding-left: 14px;
  font-size: 0.9em;
}
.downloads ul a:before, .faqs ul a:before {
  content: ' ';
  background: url('../images/download.png') no-repeat left center;
  width: 29px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.tablet .downloads ul a:before, .tablet .faqs ul a:before {
  margin-right: 15px;
}
.downloads ul a:hover, .faqs ul a:hover, .downloads ul a.active, .faqs ul a.active {
  background: #dfaf27;
  color: white;
}
.downloads ul a:hover:before, .faqs ul a:hover:before, .downloads ul a.active:before, .faqs ul a.active:before {
  background-position: right center;
}
.downloads ul li:last-child a, .faqs ul li:last-child a {
  border-bottom: none;
}
.faqs ul a:before {
  background-image: url('../images/faq.png');
}
.news-section {
  padding-top: 100px;
}
.mobile .news-section {
  width: 85%;
  padding-top: 20px;
}
.mobile .news-section .post-detail h2:first-child {
  display: none;
}
.sidebar {
  width: 400px;
  float: left;
  position: relative;
  top: -61px;
  z-index: 20;
}
.tablet .sidebar {
  width: 300px;
}
.mobile .sidebar {
  float: none;
  width: auto;
  top: 0;
}
.mobile .sidebar .sidebar-menu-button:after {
  content: '\f107';
  font-family: FontAwesome;
}
.mobile .sidebar .sidebar-menu-button.open:after {
  content: '\f106';
}
.news-section .sidebar {
  top: 0;
}
.sidebar .sidebar-section {
  margin-bottom: 60px;
}
.sidebar .sidebar-title {
  text-align: center;
  background: #f1f1f2;
  font-size: 1.42857em;
  height: 3em;
  line-height: 3em;
}
.sidebar .sidebar-title.orange {
  color: white;
  background: #f1582d;
}
.sidebar .sidebar-title.green {
  color: white;
  background: #16403c;
}
.sidebar .sidebar-border {
  border: solid 1px #e7e8ea;
  border-radius: 5px;
  overflow: hidden;
}
.mobile .sidebar .sidebar-menu-items {
  display: none;
}
.sidebar .sidebar-menu {
  background: white;
}
.sidebar .sidebar-menu > li > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  border-bottom: solid 1px #e7e8ea;
  line-height: 1.78571em;
  height: 1.78571em;
  padding: 17px 0 17px 28px;
}
.tablet .sidebar .sidebar-menu > li > a {
  font-size: 0.9em;
}
.mobile .sidebar .sidebar-menu > li > a {
  font-size: 1em;
}
.sidebar .sidebar-menu li.selected a, .sidebar .sidebar-menu a:hover, .sidebar .sidebar-menu li.open a {
  background: #dfaf27;
  color: white;
}
.sidebar .sidebar-menu li:last-child a {
  border-bottom: none;
}
.sidebar .sidebar-menu li.open > a {
  border-bottom: none;
}
.sidebar .sidebar-menu ul {
  display: none;
  background: #dfaf27;
  position: relative;
  top: -10px;
}
.sidebar .sidebar-menu ul li {
  padding-left: 89px;
  line-height: 1.78571em;
}
.sidebar .sidebar-menu ul li:last-child {
  padding-bottom: 10px;
}
.sidebar .sidebar-menu ul a {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
}
.sidebar .sidebar-menu ul li.selected a, .sidebar .sidebar-menu ul a:hover {
  color: #749da3;
  font-weight: 700;
}
.sidebar-segment .sidebar-menu a:before {
  content: ' ';
  background-image: url('../images/segment-menu-spritesheet.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-segment .sidebar-menu .segment-insurance-producers a:before {
  background-position: -5px -5px;
  width: 25px;
  height: 24px;
  margin-right: 33px;
  margin-left: 4px;
  background-image: url('../images/advisors-yellow.png');
  background-size: 24px 52px;
  background-position: 0 0;
}
.sidebar-segment .sidebar-menu .segment-insurance-producers a:hover:before, .sidebar-segment .sidebar-menu .segment-insurance-producers.selected a:before {
  background-position: -41px -5px;
  width: 26px;
  height: 24px;
  margin-right: 32.5px;
  margin-left: 3.5px;
  background-position: 0 -28px;
}
.sidebar-segment .sidebar-menu .segment-professional-advisors a:before {
  background-position: -5px -5px;
  width: 26px;
  height: 24px;
  margin-right: 32.5px;
  margin-left: 3.5px;
}
.sidebar-segment .sidebar-menu .segment-professional-advisors a:hover:before, .sidebar-segment .sidebar-menu .segment-professional-advisors.selected a:before {
  background-position: -41px -5px;
  width: 26px;
  height: 24px;
  margin-right: 32.5px;
  margin-left: 3.5px;
}
.sidebar-segment .sidebar-menu .segment-financial-institutions a:before {
  background-position: -5px -39px;
  width: 25px;
  height: 21px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-segment .sidebar-menu .segment-financial-institutions a:hover:before, .sidebar-segment .sidebar-menu .segment-financial-institutions.selected a:before {
  background-position: -40px -39px;
  width: 25px;
  height: 21px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-segment .sidebar-menu .segment-precious-metals a:before {
  background-position: -77px -5px;
  width: 25px;
  height: 23px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-segment .sidebar-menu .segment-precious-metals a:hover:before, .sidebar-segment .sidebar-menu .segment-precious-metals.selected a:before {
  background-position: -77px -38px;
  width: 25px;
  height: 23px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-segment .sidebar-menu .segment-vault-storage a:before {
  background-position: -5px -71px;
  width: 23px;
  height: 22px;
  margin-right: 34px;
  margin-left: 5px;
}
.sidebar-segment .sidebar-menu .segment-vault-storage a:hover:before, .sidebar-segment .sidebar-menu .segment-vault-storage.selected a:before {
  background-position: -38px -71px;
  width: 23px;
  height: 22px;
  margin-right: 34px;
  margin-left: 5px;
}
.sidebar-news .sidebar-menu > li > a:before, .category-icon:before {
  content: ' ';
  background-image: url('../images/news-spritesheet.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-news .sidebar-menu .news-company a:before, .category-icon .news-company a:before, .sidebar-news .sidebar-menu.news-company:before, .category-icon.news-company:before {
  background-position: -5px -5px;
  width: 24px;
  height: 21px;
  margin-right: 33.5px;
  margin-left: 4.5px;
}
.sidebar-news .sidebar-menu .news-company a:hover:before, .category-icon .news-company a:hover:before, .sidebar-news .sidebar-menu .news-company.selected a:before, .category-icon .news-company.selected a:before {
  background-position: -39px -5px;
  width: 24px;
  height: 21px;
  margin-right: 33.5px;
  margin-left: 4.5px;
}
.sidebar-news .sidebar-menu .news-events a:before, .category-icon .news-events a:before, .sidebar-news .sidebar-menu.news-events:before, .category-icon.news-events:before, .sidebar-news .sidebar-menu .parent-16 a:before, .category-icon .parent-16 a:before, .sidebar-news .sidebar-menu.parent-16:before, .category-icon.parent-16:before {
  background-position: -5px -36px;
  width: 22px;
  height: 19px;
  margin-right: 34.5px;
  margin-left: 5.5px;
}
.sidebar-news .sidebar-menu .news-events a:hover:before, .category-icon .news-events a:hover:before, .sidebar-news .sidebar-menu .news-events.selected a:before, .category-icon .news-events.selected a:before, .sidebar-news .sidebar-menu .news-events.open a:before, .category-icon .news-events.open a:before {
  background-position: -37px -36px;
  width: 22px;
  height: 19px;
  margin-right: 34.5px;
  margin-left: 5.5px;
}
.sidebar-news .sidebar-menu .news-general a:before, .category-icon .news-general a:before, .sidebar-news .sidebar-menu.news-general:before, .category-icon.news-general:before {
  background-position: -5px -65px;
  width: 20px;
  height: 20px;
  margin-right: 35.5px;
  margin-left: 6.5px;
}
.sidebar-news .sidebar-menu .news-general a:hover:before, .category-icon .news-general a:hover:before, .sidebar-news .sidebar-menu .news-general.selected a:before, .category-icon .news-general.selected a:before {
  background-position: -35px -65px;
  width: 20px;
  height: 20px;
  margin-right: 35.5px;
  margin-left: 6.5px;
}
.sidebar-news .sidebar-menu .news-digital-news a:before, .category-icon .news-digital-news a:before, .sidebar-news .sidebar-menu.news-digital-news:before, .category-icon.news-digital-news:before {
  font-family: FontAwesome;
  content: '\f115';
  color: #dfaf27;
  width: 40px;
  height: 25px;
  background: none;
  font-size: 20px;
  font-weight: 100;
  margin-left: 7px;
  margin-right: 14px;
  top: 13px;
  left: 4px;
}
.sidebar-news .sidebar-menu .news-digital-news a:hover:before, .category-icon .news-digital-news a:hover:before, .sidebar-news .sidebar-menu .news-digital-news.selected a:before, .category-icon .news-digital-news.selected a:before {
  color: white;
}
.sidebar-news .sidebar-menu .news-insights a:before, .category-icon .news-insights a:before, .sidebar-news .sidebar-menu.news-insights:before, .category-icon.news-insights:before, .sidebar-news .sidebar-menu .parent-14 a:before, .category-icon .parent-14 a:before, .sidebar-news .sidebar-menu.parent-14:before, .category-icon.parent-14:before {
  background-position: -73px -5px;
  width: 24px;
  height: 23px;
  margin-right: 33.5px;
  margin-left: 4.5px;
}
.sidebar-news .sidebar-menu .news-insights a:hover:before, .category-icon .news-insights a:hover:before, .sidebar-news .sidebar-menu .news-insights.selected a:before, .category-icon .news-insights.selected a:before, .sidebar-news .sidebar-menu .news-insights.open a:before, .category-icon .news-insights.open a:before {
  background-position: -69px -38px;
  width: 24px;
  height: 23px;
  margin-right: 33.5px;
  margin-left: 4.5px;
}
.sidebar-article-summary .category-icon.news-digital-news:before {
  left: -5px;
  top: -2px !important;
}
.sidebar-customer .sidebar-menu a:before {
  content: ' ';
  background-image: url('../images/customer-spritesheet.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.sidebar-customer .sidebar-menu .customer-art a:before {
  background-position: -5px -5px;
  width: 33px;
  height: 23px;
  margin-right: 29px;
  margin-left: 0px;
}
.sidebar-customer .sidebar-menu .customer-art a:hover:before, .sidebar-customer .sidebar-menu .customer-art.selected a:before {
  background-position: -48px -5px;
  width: 33px;
  height: 23px;
  margin-right: 29px;
  margin-left: 0px;
}
.sidebar-customer .sidebar-menu .customer-collectibles a:before {
  background-position: -91px -5px;
  width: 25px;
  height: 25px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-customer .sidebar-menu .customer-collectibles a:hover:before, .sidebar-customer .sidebar-menu .customer-collectibles.selected a:before {
  background-position: -5px -40px;
  width: 25px;
  height: 25px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-customer .sidebar-menu .customer-gem a:before {
  background-position: -40px -40px;
  width: 25px;
  height: 25px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-customer .sidebar-menu .customer-gem a:hover:before, .sidebar-customer .sidebar-menu .customer-gem.selected a:before {
  background-position: -75px -40px;
  width: 25px;
  height: 25px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-customer .sidebar-menu .customer-important-documents a:before {
  background-position: -5px -75px;
  width: 25px;
  height: 21px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-customer .sidebar-menu .customer-important-documents a:hover:before, .sidebar-customer .sidebar-menu .customer-important-documents.selected a:before {
  background-position: -40px -75px;
  width: 25px;
  height: 21px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-customer .sidebar-menu .customer-precious-metals a:before {
  background-position: -75px -75px;
  width: 25px;
  height: 23px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-customer .sidebar-menu .customer-precious-metals a:hover:before, .sidebar-customer .sidebar-menu .customer-precious-metals.selected a:before {
  background-position: -126px -5px;
  width: 25px;
  height: 23px;
  margin-right: 33px;
  margin-left: 4px;
}
.sidebar-customer .sidebar-menu .customer-jewelry a:before {
  background-position: -126px -38px;
  width: 18px;
  height: 26px;
  margin-right: 36.5px;
  margin-left: 7.5px;
}
.sidebar-customer .sidebar-menu .customer-jewelry a:hover:before, .sidebar-customer .sidebar-menu .customer-jewelry.selected a:before {
  background-position: -110px -74px;
  width: 18px;
  height: 26px;
  margin-right: 36.5px;
  margin-left: 7.5px;
}
.sidebar-customer .sidebar-menu .customer-coins a:before {
  background-position: -5px -110px;
  width: 30px;
  height: 27px;
  margin-right: 30.5px;
  margin-left: 1.5px;
}
.sidebar-customer .sidebar-menu .customer-coins a:hover:before, .sidebar-customer .sidebar-menu .customer-coins.selected a:before {
  background-position: -45px -110px;
  width: 30px;
  height: 27px;
  margin-right: 30.5px;
  margin-left: 1.5px;
}
.across h2 {
  clear: both;
}
.across h3, .across p {
  clear: both;
}
.across p + h3 {
  padding-top: 1em;
}
ol.across, div.across ol {
  list-style: none;
  counter-reset: ol_counter;
}
ol.across li, div.across ol li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 7% 50px 40px;
}
.mobile ol.across li, .mobile div.across ol li {
  width: 100%;
  clear: both;
}
ol.across li strong, div.across ol li strong {
  text-transform: uppercase;
}
ol.across li:before, div.across ol li:before {
  content: counter(ol_counter);
  counter-increment: ol_counter;
  color: #dfaf27;
  border: solid 1px #dfaf27;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
}
.mobile ol.across li:before, .mobile div.across ol li:before {
  top: 14px;
}
ol.across li:nth-child(3n+1), div.across ol li:nth-child(3n+1) {
  clear: left;
}
.line-across {
  position: relative;
  display: block;
  overflow: hidden;
}
.section-gray .line-across span {
  background: #f1f1f2;
  position: relative;
  z-index: 2;
  padding-right: 28px;
}
.line-across:after {
  content: ' ';
  width: 50000px;
  height: 1px;
  background: #888a8b;
  position: absolute;
  top: 16px;
}
.mobile .line-across:after {
  display: none;
}
#purchase-steps-controls {
  border-top: solid 1px #dfaf27;
  text-align: center;
}
#purchase-steps-controls > div {
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: solid 1px #dfaf27;
  background: white;
  text-align: center;
  line-height: 35px;
  color: #dfaf27;
  margin: 0 60px;
  position: relative;
  top: -17px;
}
.mobile #purchase-steps-controls > div {
  margin: 0 20px;
  top: -29px;
}
#purchase-steps-controls > div.active, #purchase-steps-controls > div:hover {
  background: #dfaf27;
  color: white;
}
#purchase-steps {
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 123px;
  height: 200px;
}
.mobile #purchase-steps {
  height: 400px;
}
.tablet #purchase-steps {
  margin-left: 20px;
  margin-right: 20px;
}
#purchase-steps li {
  width: 100%;
  height: 200px;
  position: relative;
}
#purchase-steps li .step-title {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #dfaf27;
  position: absolute;
  left: 0;
  top: 33px;
}
#purchase-steps li .step-content {
  border-left: solid 1px #dfaf27;
  margin-left: 106px;
  padding-left: 35px;
  font-size: 1.78571em;
  line-height: 1.6em;
  display: table;
  min-height: 96px;
  color: #bcbec0;
}
.mobile #purchase-steps li .step-content {
  font-size: 1em;
  line-height: 1.2em;
}
#purchase-steps li .step-content > div {
  display: table-cell;
  vertical-align: middle;
}
.contact-information {
  text-align: center;
  font-size: 1.14286em;
  line-height: 2.25em;
  padding: 90px 0 88px;
}
.contact-information h4 {
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #16403c;
  margin-bottom: 35px;
}
.mobile .contact-information h4 {
  margin-bottom: 0px;
}
.contact-information a {
  text-decoration: none;
}
.contact-information a:hover {
  text-decoration: underline;
}
.contact-information > div {
  float: left;
  width: 33%;
}
.mobile .contact-information > div {
  float: none;
  width: auto;
  padding-bottom: 70px;
}
.contact-information > div.clear {
  float: none;
}
.mobile .contact-information > div.clear {
  padding-bottom: 0;
}
.mobile .fields {
  width: 90%;
  margin: 0 auto;
}
.fields input[type="text"], .fields input[type="email"], .fields textarea, .fields .csbox {
  border: none;
  background: white;
  padding-left: 13px;
  padding-right: 13px;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-size: 1em;
}
.fields input[type="text"]::-webkit-input-placeholder, .fields input[type="email"]::-webkit-input-placeholder, .fields textarea::-webkit-input-placeholder {
  color: #6c6d6f;
}
.fields input[type="text"]:-moz-placeholder, .fields input[type="email"]:-moz-placeholder, .fields textarea:-moz-placeholder {
  color: #6c6d6f;
}
.fields input[type="text"]::-moz-placeholder, .fields input[type="email"]::-moz-placeholder, .fields textarea::-moz-placeholder {
  color: #6c6d6f;
}
.fields input[type="text"]:-ms-input-placeholder, .fields input[type="email"]:-ms-input-placeholder, .fields textarea:-ms-input-placeholder {
  color: #6c6d6f;
}
.fields .customselect {
  width: 95.5%;
  margin-right: 3%;
  box-sizing: border-box;
}
.fields .customselect .cslist {
  top: 40px;
}
.fields input[type="text"], .fields input[type="email"] {
  height: 2.85714em;
  line-height: 2.85714em;
  width: 46%;
  margin-right: 3%;
}
.mobile .fields input[type="text"], .mobile .fields input[type="email"] {
  width: 95.5%;
}
.fields textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.28571em;
  height: 140px;
  margin-right: 3%;
  width: 95.5%;
}
.fields .error {
  outline: solid 1px red;
}
#contact-form {
  background: #f1f1f2;
  position: relative;
}
#contact-form #contact-fields {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 66.78%;
  text-align: center;
}
.tablet #contact-form #contact-fields {
  width: 50%;
}
.mobile #contact-form #contact-fields {
  position: relative;
  height: auto;
  width: auto;
  padding-top: 270px;
  padding-bottom: 40px;
}
#contact-form #contact-fields h2 {
  font-weight: 300;
  font-size: 1.78571em;
  margin-bottom: 15px;
}
#contact-form #contact-fields > div {
  display: table;
  width: 730px;
  margin: 0 auto;
  height: 100%;
}
.tablet #contact-form #contact-fields > div {
  width: 100%;
}
#contact-form #contact-fields > div > div {
  display: table-cell;
  vertical-align: middle;
}
#contact-form #contact-image {
  position: relative;
  margin-left: auto;
  font-size: 0;
  line-height: 0;
  width: 33.21%;
}
.tablet #contact-form #contact-image {
  width: 50%;
}
.mobile #contact-form #contact-image {
  width: auto;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#contact-form #contact-image img {
  width: 100%;
  height: auto;
}
#contact-form #contact-image:after {
  content: ' ';
  background: -moz-linear-gradient(top, rgba(101, 103, 105, 0.27) 0%, rgba(101, 103, 105, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(101, 103, 105, 0.27) 0%, rgba(101, 103, 105, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(101, 103, 105, 0.27) 0%, rgba(101, 103, 105, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45656769', endColorstr='#e6656769',GradientType=0);
  /* IE6-9 */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#contact-form #contact-image .address {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: white;
  font-size: 16px;
  line-height: 2.25em;
  font-weight: 700;
}
#contact-form #contact-image .address > div {
  display: table;
  width: 100%;
  height: 100%;
}
#contact-form #contact-image .address > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#contact-form #contact-image .address img {
  width: auto;
}
.category-icon {
  border: solid 1px #dfaf27;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.category-icon:before {
  position: relative;
  top: 8px;
  left: 3px;
}
#article-summary .category-icon:before {
  top: 1px;
}
#mobile-article-summary #article-summary .category-icon:before {
  top: -10px;
}
.post {
  font-size: 14px;
  line-height: 1.14286em;
  position: relative;
}
.post .post-title {
  padding-bottom: 11px;
}
.post .post-title a {
  text-decoration: none;
}
.post .category-icon {
  position: absolute;
  top: 0;
  left: -82px;
}
.post-list .post .post-title {
  font-size: 1.14286em;
  line-height: 2.0625em;
  font-weight: 700;
  color: #646769;
}
.mobile .post-list .post .post-title {
  font-size: 1.4em;
}
.post-list .post {
  margin: 0 0 75px 80px;
}
.post .post-meta {
  border-top: solid 1px #dbdcdf;
  padding-top: 15px;
}
.post .post-meta .read-more {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
}
.post .post-meta .read-more a {
  text-decoration: none;
  color: #dfaf27;
}
.post .post-meta .read-more a:after {
  content: url('../images/arrow-right.png');
  margin-left: 10px;
}
.featured-news .post .post-meta .read-more a {
  color: #16403c;
}
.featured-news .post .post-meta .read-more a:after {
  content: url('../images/featured-arrow-right.png');
}
.post .post-meta .date, .post .post-meta .category, .post .post-meta span {
  color: #bcbec0;
}
.post .post-meta span {
  padding: 0 5px;
}
.post .post-meta .date, .post .post-meta .category {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.post .post-meta .date a, .post .post-meta .category a {
  text-decoration: none;
}
.featured-news .post .post-title {
  color: #16403c;
  font-size: 1.57143em;
  line-height: 1.90909em;
  font-weight: 400;
  font-style: italic;
}
.featured-news {
  position: relative;
  background: #f3f3f4;
  font-size: 0;
  line-height: 0;
}
.tablet .featured-news .post .post-title:before {
  content: 'Featured News';
  color: #dfaf27;
  font-size: 1.4em;
  display: block;
}
.featured-news > div:first-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 54.9%;
  height: 100%;
}
.tablet .featured-news > div:first-child {
  position: relative;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.featured-news > div:first-child > div {
  display: table;
  width: 100%;
  height: 100%;
}
.featured-news > div:first-child > div > div {
  padding-left: 45px;
  padding-right: 90px;
  display: table-cell;
  vertical-align: middle;
}
.featured-news > div:last-child {
  width: 45%;
}
.tablet .featured-news > div:last-child {
  display: none;
}
.featured-news > div:last-child img {
  width: 100%;
  height: 100%;
}
.follow-us {
  background: #749da3;
  color: white;
  padding: 15px 0 15px 54px;
}
.tablet .follow-us {
  padding-left: 15px;
}
.mobile .follow-us {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.follow-us span, .follow-us a {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}
.follow-us span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  margin-right: 20px;
}
.follow-us a {
  text-decoration: none;
  font-size: 1.71429em;
  font-weight: 100;
  margin: 0 10px;
}
.follow-us a:hover {
  color: #dfaf27;
}
.pagination {
  border-top: solid 1px #16403c;
  border-bottom: solid 1px #16403c;
  text-align: center;
  position: relative;
  margin: 0 0 90px 80px;
}
.mobile .pagination {
  margin-left: 0;
}
.pagination a {
  font-weight: 700;
  text-transform: uppercase;
  color: #16403c;
  font-size: 1em;
  line-height: 3.57143em;
  text-decoration: none;
}
.mobile .pagination a {
  font-size: 0.8em;
}
.pagination > a {
  position: absolute;
  top: 0;
}
.pagination a.prev {
  left: 0;
}
.pagination a.next {
  right: 0;
}
.pagination li {
  display: inline-block;
  padding: 0 8px;
}
.sharebox {
  position: relative;
  color: #bcbec0;
  padding-top: 14px;
  margin-top: 10px;
}
.sharebox:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background: #dfaf27;
  height: 1px;
  width: 41px;
}
#article-summary .sharebox {
  text-align: center;
  color: #f1582d;
  padding-bottom: 25px;
}
#article-summary .sharebox:before {
  display: none;
}
.sharebox > span {
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 20px;
  font-size: 1em;
}
.sharebox a {
  font-size: 1.28571em;
  text-decoration: none;
  margin-right: 30px;
}
.sharebox a:hover {
  color: #dfaf27;
}
.tablet .sharebox a {
  margin-right: 20px;
}
.mobile #mobile-article-summary {
  border-bottom: solid 1px #e7e8ea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar-article-summary {
  text-align: center;
  border-bottom: solid 1px #e7e8ea;
  position: relative;
  padding: 96px 0 20px;
}
#mobile-article-summary .sidebar-article-summary {
  border-bottom: none;
}
.sidebar-article-summary h2 {
  font-size: 1.14286em;
  line-height: 2.0625em;
}
.sidebar-article-summary .category-icon {
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: 48px;
}
.sidebar-article-summary .post-date {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #bcbec0;
}
.sidebar .back, #mobile-back-button .back {
  text-align: center;
  text-transform: uppercase;
  border-top: solid 1px #e7e8ea;
  color: #bcbec0;
  font-size: 1em;
  font-weight: 700;
  padding: 45px 0;
}
.sidebar .back a, #mobile-back-button .back a {
  text-decoration: none;
}
.article-extra {
  text-transform: uppercase;
  color: #bcbec0;
  text-align: center;
  font-size: 1em;
  line-height: 1.78571em;
  padding: 20px 0;
}
.article-extra .one-half {
  float: none;
  width: auto;
  margin: 0;
  padding: 10px 0;
}
#mobile-article-source .article-extra .one-half {
  float: left;
  width: 50%;
}
.article-extra a {
  text-decoration: none;
}
.article-extra img {
  max-width: 100%;
  height: auto;
}
#popup-bg {
  background: rgba(64, 64, 65, 0.7);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#popup {
  z-index: 1001;
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 410px;
  box-sizing: border-box;
  margin-left: -205px;
  margin-top: -181px;
  padding: 22px 49px 20px 48px;
  text-align: center;
}
#popup.video-popup {
  background: none;
  padding: 0;
  width: 480px;
  height: 260px;
  margin-left: -240px;
  margin-top: -130px;
}
#popup.video-popup .popup-close {
  top: -50px;
}
#popup a {
  text-decoration: none;
  font-style: italic;
}
#popup .popup-close {
  cursor: pointer;
  background: url('../images/popup-close.png') no-repeat center center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
#popup .popup-title {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  color: #6c6d6f;
  border-bottom: solid 1px #16403c;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#popup .popup-message {
  padding-bottom: 10px;
}
#popup input {
  background: #f1f1f2;
  border: none;
  width: 100%;
  box-sizing: border-box;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 10px;
  margin-bottom: 20px;
}
#popup button {
  width: 100%;
  margin-bottom: 20px;
}
#popup .password-reset {
  display: none;
}
.testimonials.std-content {
  padding-top: 60px;
}
.testimonials.std-content .buttons {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonials.std-content .buttons > div {
  width: 13px;
  height: 13px;
  border-radius: 7px;
  border: solid 1px #c3c5c7;
  display: inline-block;
  margin-right: 9px;
  cursor: pointer;
}
.testimonials.std-content .buttons > div:hover, .testimonials.std-content .buttons > div.active {
  background: #c3c5c7;
}
.testimonials.std-content .testimonial-slider {
  list-style: none;
  height: 110px;
  max-width: 800px;
  margin: 20px auto;
}
.mobile .testimonials.std-content .testimonial-slider {
  height: 350px;
}
.testimonials.std-content .testimonial-slider ul, .testimonials.std-content .testimonial-slider li {
  width: 100%;
  height: 100%;
}
.testimonials.std-content .testimonial-slider li {
  margin-left: 0;
  padding: 0;
}
.testimonials.std-content .testimonial-slider li:before {
  display: none;
}
.section-link {
  opacity: 0;
}
.section-link:first-child {
  opacity: 1;
}
#value-to-customer-headline {
  text-align: center;
  font-size: 1.785em;
  line-height: 1.2em;
  font-weight: 600;
  padding-bottom: 20px;
}
#solution-cost-left {
  position: absolute;
  left: 0;
  margin-top: 90px;
  max-width: 400px;
}
#solution-cost-left img, #solution-cost-left iframe, #solution-cost-left video {
  max-width: 100%;
}
#solution-cost-left img, #solution-cost-left video {
  height: auto;
}
.adaptive #solution-cost-left {
  position: relative;
  margin-top: 0;
  max-width: 100%;
}
#sidebar-footer {
  max-width: 400px;
}
#sidebar-footer img, #sidebar-footer iframe, #sidebar-footer video {
  max-width: 100%;
}
#sidebar-footer img, #sidebar-footer video {
  height: auto;
}
.mobile #sidebar-footer {
  max-width: 100%;
}
.fact-bg-pound:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 90px;
  content: ' ';
  height: 100%;
  width: 140px;
  background: url('../images/fact-background.png') no-repeat 0 center;
}
.fact-slider .fact-bg-pound > div {
  position: relative;
  z-index: 2;
}
.fact-bg-percent:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 45px;
  content: ' ';
  height: 100%;
  width: 230px;
  background: url('../images/fact-background.png') no-repeat -437px center;
}
.fact-slider .fact-bg-percent > div {
  position: relative;
  z-index: 2;
}
.fact-bg-dollar:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 92.5px;
  content: ' ';
  height: 100%;
  width: 135px;
  background: url('../images/fact-background.png') no-repeat -266px center;
}
.fact-slider .fact-bg-dollar > div {
  position: relative;
  z-index: 2;
}
.fact-bg-exclamation:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 132.5px;
  content: ' ';
  height: 100%;
  width: 55px;
  background: url('../images/fact-background.png') no-repeat -171px center;
}
.fact-slider .fact-bg-exclamation > div {
  position: relative;
  z-index: 2;
}
.col-1-3 {
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
  padding: 0 1%;
  vertical-align: middle;
}
.col-1-3 img {
  max-width: 100%;
  width: 300px;
  height: auto;
}
.mobile .col-1-3 {
  display: block;
  width: auto;
  padding: 20px 0;
}
#digital-fortress-section {
  padding: 0;
  border: solid 5px #dfaf27;
}
