article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none !important;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bold;
}
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.skip-nav a {
  position: absolute;
  left: -999px;
  top: -999px;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}
.wrap,
.wrap--narrow {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15.75px;
  position: relative;
}
.nowrap-padding section .wrap,
.nowrap-padding section .wrap--narrow {
  padding: 0;
}
.nowrap-padding section .wrap--narrow {
  max-width: 100%;
}
.clearfix,
.wrap,
.wrap--narrow {
  zoom: 1;
}
.clearfix:after,
.wrap:after,
.wrap--narrow:after {
  clear: both;
  content: "";
  display: table;
}
.row,
form .field-group {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin: 50px -15.75px -18.5px;*/
}
.row:first-child,
form .field-group:first-child {
  margin-top: 0;
}
.row:last-child,
form .field-group:last-child {
  margin-bottom: -31.5px;
}
.C900-Layout .row:last-child {
  margin-bottom: 0 !important;
}
.row.stretch,
form .stretch.field-group {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.row.justify--center,
form .justify--center.field-group {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.col,
[class*="col-"],
form .field-group .label,
form .field-group .field {
  box-sizing: border-box;
  padding: 0 15.75px 31.5px;
  position: relative;
}
.col.stretch,
.stretch[class*="col-"],
form .field-group .stretch.label,
form .field-group .stretch.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.col.stretch > *,
.stretch[class*="col-"] > *,
form .field-group .stretch.label > *,
form .field-group .stretch.field > * {
  width: 100%;
}
.col-1 {
  width: 8.33333%;
}
.col-offset-0 {
  margin-left: 0;
}
.col-2,
form .field-group .label {
  width: 16.66667%;
}
.col-offset-1 {
  margin-left: 8.33333%;
}
.col-3 {
  width: 25%;
}
.col-offset-2 {
  margin-left: 16.66667%;
}
.col-4 {
  width: 33.33333%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-5 {
  width: 41.66667%;
}
.col-offset-4 {
  margin-left: 33.33333%;
}
.col-6 {
  width: 50%;
}
.col-offset-5 {
  margin-left: 41.66667%;
}
.col-7 {
  width: 58.33333%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-8 {
  width: 66.66667%;
}
.col-offset-7 {
  margin-left: 58.33333%;
}
.col-9 {
  width: 75%;
}
.col-offset-8 {
  margin-left: 66.66667%;
}
.col-10,
form .field-group .field {
  width: 83.33333%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-11 {
  width: 91.66667%;
}
.col-offset-10 {
  margin-left: 83.33333%;
}
.col-12 {
  width: 100%;
}
.col-offset-11 {
  margin-left: 91.66667%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 75px 0 50px;
  font-weight: inherit;
}
h1 a,
.h1 a,
h1 a:active,
.h1 a:active,
h1 a:hover,
.h1 a:hover,
h2 a,
.h2 a,
h2 a:active,
.h2 a:active,
h2 a:hover,
.h2 a:hover,
h3 a,
.h3 a,
h3 a:active,
.h3 a:active,
h3 a:hover,
.h3 a:hover,
h4 a,
.h4 a,
h4 a:active,
.h4 a:active,
h4 a:hover,
.h4 a:hover,
h5 a,
.h5 a,
h5 a:active,
.h5 a:active,
h5 a:hover,
.h5 a:hover,
h6 a,
.h6 a,
h6 a:active,
.h6 a:active,
h6 a:hover,
.h6 a:hover {
  color: inherit;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 75px 0 25px;
}
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  font-size: 2.25rem;
}
h2,
.h2 {
  font-size: 1.8rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.3rem;
  line-height: normal;
}
h5,
.h5 {
  font-size: 1.2rem;
}
h6,
.h6 {
  font-size: 1.1rem;
}
p,
ul,
ol,
blockquote,
table,
address {
  margin: 25px 0;
}
p.space {
  margin: 0 !important;
  font-size: 10px;
}
p.top-margin {
  margin-top: 1.2rem !important;
}
p.bottom-margin {
  margin-bottom: 1.2rem !important;
}
p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child,
table:first-child,
address:first-child {
  margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
table:last-child,
address:last-child {
  margin-bottom: 0;
}
hr,
form {
  margin: 25px 0;
}
hr:first-child,
form:first-child {
  margin-top: 0;
}
hr:last-child,
form:last-child {
  margin-bottom: 0;
}
a {
  -webkit-transition: 0.4s color;
  transition: 0.4s color;
  /*color: #333;*/
  text-decoration: none;
}
a:active,
a:hover {
  color: #da291c;
  text-decoration: underline;
}
article {
  margin: 80px 0;
}
article:first-child {
  margin-top: 0;
}
article:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: bold;
}
pre {
  white-space: pre-wrap;
}
code {
  white-space: pre;
}
blockquote {
  padding: 0 0 0 40px;
}
img {
  max-width: 100%;
}
table {
  width: 100%;
}
th {
  text-align: left;
}
th,
td {
  padding: 20px 25px;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="url"],
form input[type="tel"],
form input[type="datetime"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form textarea {
  padding: 20px 25px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
form input[type="text"]:hover,
form input[type="email"]:hover,
form input[type="password"]:hover,
form input[type="search"]:hover,
form input[type="number"]:hover,
form input[type="url"]:hover,
form input[type="tel"]:hover,
form input[type="datetime"]:hover,
form input[type="date"]:hover,
form input[type="month"]:hover,
form input[type="week"]:hover,
form textarea:hover {
  border-color: #aaa;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form input[type="datetime"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form textarea:focus {
  border-color: #999;
  outline: 0;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  padding: 20px 25px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
}
form input[type="reset"] {
  color: #fff;
  text-transform: uppercase;
  background: #333;
  font-weight: 600;
  transition: background-color 300ms, color 300ms !important;
}
form input[type="reset"]:hover {
  transition: background-color 300ms, color 300ms !important;
  background: #000;
}
form input[type="submit"]:active,
form input[type="submit"]:focus,
form input[type="submit"]:hover,
form input[type="button"]:active,
form input[type="button"]:focus,
form input[type="button"]:hover,
form input[type="reset"]:active,
form input[type="reset"]:focus,
form input[type="reset"]:hover,
form button:active,
form button:focus,
form button:hover {
  background: #2d7bbc;
  color: #2d7bbc;
  outline: 0;
}
form .field-group .label {
  text-align: right;
}
form .field-group .field input[type="text"],
form .field-group .field input[type="email"],
form .field-group .field input[type="password"],
form .field-group .field input[type="search"],
form .field-group .field input[type="number"],
form .field-group .field input[type="url"],
form .field-group .field input[type="tel"],
form .field-group .field input[type="datetime"],
form .field-group .field input[type="date"],
form .field-group .field input[type="month"],
form .field-group .field input[type="week"],
form .field-group .field textarea {
  width: 100%;
}
form .field-group .field textarea {
  height: 10.5em;
}
form .button-group {
  margin: 40px 0 0;
  text-align: right;
}
form .button-group:first-child {
  margin-top: 0;
}
form .button-group:last-child {
  margin-bottom: 0;
}
body {
  font-weight: 400;
}
:lang(ja) body {
  font-weight: 300;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 300;
}
h3,
.h3,
h4,
/*.h4 {
  color: #323e48;
}*/
h4,
.h4 {
  font-weight: bold;
}
h6,
.h6 {
  font-weight: 500;
  text-transform: uppercase;
}
strong {
  font-weight: 600;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 50px 0 20px;
}
.link-underline,
.trailing-link,
.section--grid .grid--inner-border .col-6 a,
.section--grid .product-list li a,
.valprop--home-ctas .cta-link {
  position: relative;
}
.link-underline:before,
.trailing-link:before,
.section--grid .grid--inner-border .col-6 a:before,
.section--grid .product-list li a:before,
.valprop--home-ctas .cta-link:before {
  -webkit-transition: 0.2s opacity, 0.2s -webkit-transform;
  transition: 0.2s opacity, 0.2s transform;
  background: currentColor;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.link-underline:active,
.trailing-link:active,
.section--grid .grid--inner-border .col-6 a:active,
.section--grid .product-list li a:active,
.valprop--home-ctas .cta-link:active,
.link-underline:hover,
.trailing-link:hover,
.section--grid .grid--inner-border .col-6 a:hover,
.section--grid .product-list li a:hover,
.valprop--home-ctas .cta-link:hover {
  text-decoration: none;
}
.link-underline:active:before,
.trailing-link:active:before,
.section--grid .grid--inner-border .col-6 a:active:before,
.section--grid .product-list li a:active:before,
.valprop--home-ctas .cta-link:active:before,
.link-underline:hover:before,
.trailing-link:hover:before,
.section--grid .grid--inner-border .col-6 a:hover:before,
.section--grid .product-list li a:hover:before,
.valprop--home-ctas .cta-link:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.trailing-link,
.section--grid .grid--inner-border .col-6 a,
.section--grid .product-list li a {
  position: relative;
}
.trailing-link:after,
.section--grid .grid--inner-border .col-6 a:after,
.section--grid .product-list li a:after {
  content: "\00BB";
  display: inline-block;
  text-align: right;
  width: 1em;
}
.trailing-link:before,
.section--grid .grid--inner-border .col-6 a:before,
.section--grid .product-list li a:before {
  background: currentColor;
  right: 1em;
}
/*h2,
.h2 {
  color: #323e48;
  font-weight: bold;
}
h3,
.h3 {
  font-weight: bold;
}*/
.C916-Models-Specs a,
.C912-Products-News a {
  background-position: bottom right;
}
.nav-text-area a:not([class*="button--"]) {
  border-bottom: 0;
}
p a:not([class*="button--"]),
table a:not([class*="button--"]):not([class*="play-overlay"]),
.C32-Text li:not([class]) a:not([class*="button--"]),
.C46-Press-Release li a,
div.image a,
.C57-Customer-Learn-More a,
.C974-FAQ a {
  line-height: 1.1rem;
  background-position: bottom right;
  color: #333;
  border-bottom: 1px dotted #333;
  font-weight: 600;
  letter-spacing: 0.3px;
}
p a:not([class*="button--"]):not(.promo-cta):hover,
table a:not([class*="button--"]):hover,
.C32-Text li:not([class]) a:not([class*="button--"]):hover,
.C46-Press-Release li a:hover,
.C916-Models-Specs a:hover,
.C912-Products-News a:hover,
div.image a:hover,
.C57-Customer-Learn-More a:hover,
.C974-FAQ a:hover {
  background-repeat: no-repeat;
  background-size: 200% 1px;
  display: inline;
  transition: background-position 0.2s linear;
  text-decoration: none;
  background-image: none;
  background-position: bottom left;
  color: #da291c;
  border-bottom: 1px dotted #da291c;
  transition: color 0.4s ease;
}
.C15-Title .subtitle-text a,
.C987-Dynamicreference a {
  color: #333;
  border-bottom: 1px dotted #333;
  font-weight: 600;
  line-height: 1.1rem;
  background-position: bottom right;
}
.C15-Title .subtitle-text a:hover,
.C987-Dynamicreference a:hover {
  color: #da291c;
  border-bottom: 1px dotted #da291c;
  text-decoration: none;
}
.C13-Icon-Asset a.trailing-link,
.C07-Image-Callout-Box a.trailing-link,
.C922-Products-Grid a {
  color: #333;
}
.C13-Icon-Asset a.trailing-link:hover,
.C07-Image-Callout-Box a.trailing-link:hover,
.C922-Products-Grid a:hover,
.press--item a:hover,
.border--bottom a:hover {
  color: #da291c !important;
  text-decoration: none;
}
.C13-Icon-Asset a.trailing-link:before,
.C07-Image-Callout-Box a.trailing-link:before,
.border--bottom a.trailing-link:before {
  height: 0 !important;
}
.row.border--bottom.noline {
  border-bottom: 0;
}
ul:not([class]) {
  padding-left: 20px;
}
ul:not([class]) li {
  margin-bottom: 5px;
}
.font-size--smaller {
  font-size: 1rem;
}
.uppercase {
  text-transform: uppercase;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="url"],
form input[type="tel"],
form input[type="datetime"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form textarea {
  padding: 15px;
  background: #cccfd1;
  border-color: #5a646c;
  color: #5a646c;
  display: block;
  font-size: 1rem;
  width: 100%;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="url"]:focus,
form input[type="tel"]:focus,
form input[type="datetime"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form textarea:focus {
  background: #fff;
  border-color: #236093;
  color: #14191d;
}
form label {
  color: #323e48;
  display: block;
  font-size: 1rem;
}
form textarea {
  height: calc(9em + 32px);
}
form button {
  padding: 15px 80px;
  background: transparent;
  border: 2px solid #4a90e2;
  color: #4a90e2;
  font-weight: bold;
  text-align: center;
}
form button:active,
form button:focus,
form button:hover {
  background: #4a90e2;
  border-color: #4a90e2;
  color: #fff;
}
form .field {
  position: relative;
}
form .error {
  padding: 15px 25px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background: #323e48;
  border-radius: 5px;
  bottom: calc(100% - 21px);
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  position: absolute;
  right: 0;
}
form .error:before {
  content: "";
  border: solid transparent;
  border-width: 6px 6px 0 6px;
  border-top-color: #323e48;
  bottom: -5px;
  display: block;
  position: absolute;
  right: 10px;
}
form .error.hide {
  opacity: 0 !important;
}
/*.button,
[class*="button--"] {
  -webkit-transition: 0.4s background, 0.4s border, 0.4s color;
  transition: 0.4s background, 0.4s border, 0.4s color;
  background: #fff;
  border: 1px solid #cccfd1;
  border-radius: 3px;
  color: #cccfd1;
  font-weight: 500;
  height: 34px;
  line-height: 32px;
  padding: 0 20px;
}
.button:active,
[class*="button--"]:active,
.button:hover,
[class*="button--"]:hover {
  background: #fff;
  border-color: #5a646c;
  color: #5a646c;
}
p .button + .button,
p [class*="button--"] + .button,
p .button + [class*="button--"],
p [class*="button--"] + [class*="button--"] {
  margin-left: 15px;
}*/
body {
  background: #fff;
}
section {
  position: relative;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding-top {
  padding-top: 0;
}
.row.no-gutters,
form .no-gutters.field-group {
  margin-left: 0;
  margin-right: 0;
}
.icon--lock > svg {
  fill: #000;
}
.icon--lock:hover > svg {
  fill: #fff;
}
.C13-Icon-Asset .icon--lock:hover > svg {
  fill: #333;
}
.section--no-padding-top {
  padding-top: 0;
}
.article-list {
  border-top: 1px solid #cccfd1;
}
.article-list .list-item {
  padding: 25px 20px;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  border: solid transparent;
  border-bottom-color: #cccfd1;
  border-width: 0 1px 1px;
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
.article-list .list-item:active,
.article-list .list-item:hover {
  border-left-color: #ffa400;
  border-right-color: #ffa400;
  text-decoration: none;
}
.article-list .list-item h4,
.article-list .list-item .h4 {
  margin: 0 0 12.5px;
  color: #236093;
  font-weight: normal;
}
.article-list .list-item h4:first-child,
.article-list .list-item .h4:first-child {
  margin-top: 0;
}
.article-list .list-item h4:last-child,
.article-list .list-item .h4:last-child {
  margin-bottom: 0;
}
.article-list .list-item strong {
  color: #323e48;
}
.article-list .list-item p {
  margin: 12.5px 0;
}
.article-list .list-item p:first-child {
  margin-top: 0;
}
.article-list .list-item p:last-child {
  margin-bottom: 0;
}
.article-list .list-item p:last-child:after {
  content: "\2026";
}
.article-list .item-logo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}
.article-list .item-logo img {
  display: block;
  height: auto;
  margin-left: auto;
  max-height: 110px;
  max-width: 100%;
  width: auto;
}
.bg--white {
  background: white;
}
.bg--blue {
  background-color: #323e48;
}
.bg--blue,
.bg--blue h1,
.bg--blue .h1,
.bg--blue h2,
.bg--blue .h2,
.bg--blue h3,
.bg--blue .h3,
.bg--blue h4,
.bg--blue .h4,
.bg--blue h5,
.bg--blue .h5,
.bg--blue h6,
.bg--blue .h6 {
  color: #fff;
}
.bg--claret,
.bg--claret h1,
.bg--claret .h1,
.bg--claret h2,
.bg--claret .h2,
.bg--claret h3,
.bg--claret .h3,
.bg--claret h4,
.bg--claret .h4,
.bg--claret h5,
.bg--claret .h5,
.bg--claret h6,
.bg--claret .h6,
.bg--claret .subtitle-text {
  color: #fff !important;
}
.bg--darkTeal,
.bg--darkTeal h1,
.bg--darkTeal .h1,
.bg--darkTeal h2,
.bg--darkTeal .h2,
.bg--darkTeal h3,
.bg--darkTeal .h3,
.bg--darkTeal h4,
.bg--darkTeal .h4,
.bg--darkTeal h5,
.bg--darkTeal .h5,
.bg--darkTeal h6,
.bg--darkTeal .h6 {
  color: #fff;
}
.bg--darkBlue,
.bg--darkBlue h1,
.bg--darkBlue .h1,
.bg--darkBlue h2,
.bg--darkBlue .h2,
.bg--darkBlue h3,
.bg--darkBlue .h3,
.bg--darkBlue h4,
.bg--darkBlue .h4,
.bg--darkBlue h5,
.bg--darkBlue .h5,
.bg--darkBlue h6,
.bg--darkBlue .h6 {
  color: #fff;
}
.bg--darkPurple,
.bg--darkPurple h1,
.bg--darkPurple .h1,
.bg--darkPurple h2,
.bg--darkPurple .h2,
.bg--darkPurple h3,
.bg--darkPurple .h3,
.bg--darkPurple h4,
.bg--darkPurple .h4,
.bg--darkPurple h5,
.bg--darkPurple .h5,
.bg--darkPurple h6,
.bg--darkPurple .h6 {
  color: #fff;
}
.bg--homepage--darkBlue,
.bg--homepage--darkBlue h1,
.bg--homepage--darkBlue .h1,
.bg--homepage--darkBlue h2,
.bg--homepage--darkBlue .h2,
.bg--homepage--darkBlue h3,
.bg--homepage--darkBlue .h3,
.bg--homepage--darkBlue h4,
.bg--homepage--darkBlue .h4,
.bg--homepage--darkBlue h5,
.bg--homepage--darkBlue .h5,
.bg--homepage--darkBlue h6,
.bg--homepage--darkBlue .h6 {
  color: #fff;
}
.bg--light-gray,
.section--table tbody tr:nth-child(even) {
  background-color: #f5f5f6;
}
.bg--dark-gray {
  background-color: #fbfbfb;
}
.bg--lightgray {
  background-color: #fbfbfb;
}
.bg--claret {
  background-color: #691c32;
}
.bg--darkTeal {
  background-color: #003e51;
}
.bg--darkBlue {
  background-color: #002d74;
}
.bg--homepage--darkBlue {
  background-color: #1d384c;
}
.bg--darkPurple {
  background-color: #24135f;
}
.bg--fullwhite {
  background-color: #fff;
}
.bg--teal--secops {
  background-color: #125d62;
}
.bg--blue--sase {
  background-color: #1e4c87;
}
.bg--red--sec {
  background-color: #821912;
}
.bg--black {
  background-color: #1e1e1e;
}
.bg--gray2 {
  background-color: #f4f4f4;
}
.bg--gray3 {
  background-color: #f5f5f5;
}
.bg--teal--secops * {
  color: #fff !important;
}
.bg--blue--sase * {
  color: #fff !important;
}
.bg--red--sec * {
  color: #fff !important;
}
.bg--black * {
  color: #fff !important;
}
.bg--teal--secops .new--design:after {
  background: #fff !important;
}
.bg--blue--sase .new--design:after {
  background: #fff !important;
}
.bg--red--sec .new--design:after {
  background: #fff !important;
}
.bg--black .new--design:after {
  background: #fff !important;
}
.C05-Container [class*="bg--image-"] {
  background-repeat: no-repeat;
}
.C05-Container .bg--image-center {
  background-position: center bottom;
}
.C05-Container .bg--image-left {
  background-position: left bottom;
  background-repeat: no-repeat;
}
.C05-Container .bg--image-right {
  background-position: right bottom;
  background-repeat: no-repeat;
}
.red-circle-text {
  height: 100px;
  width: 100px;
  padding: 21px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}
.bg--claret .red-circle-text {
  background: #da291c;
}
.bg--darkTeal .red-circle-text {
  background: #6ad1e3;
}
.bg--darkBlue .red-circle-text {
  background: #0071ce;
}
.bg--darkPurple .red-circle-text {
  background: #9164cc;
}
.bg--threatmap {
  background-color: #323e48;
  background-position: center;
  background-size: 100%;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-content {
  border: 2px solid #fff;
  opacity: 1;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  background-color: #fff;
  width: 47px;
  height: 47px;
  padding-bottom: 7px;
  right: -47px;
  top: -2px;
  color: #236093;
  text-align: center;
  font-size: 1.5rem;
  padding-left: 8px;
  opacity: 1;
}
.cta--with-text {
  margin: 25px 40px;
  border-left: 8px solid #dc291e;
}
.cta--with-text:first-child {
  margin-top: 0;
}
.cta--with-text:last-child {
  margin-bottom: 0;
}
.cta--with-text .col,
.cta--with-text [class*="col-"],
.cta--with-text form .field-group .label,
form .field-group .cta--with-text .label,
.cta--with-text form .field-group .field,
form .field-group .cta--with-text .field {
  padding: 0 0 0 25px;
}
.cta--with-text .button,
.cta--with-text [class*="button--"] {
  display: block;
}
.accordion {
  display: block;
}
.accordion .clearfix,
.accordion .wrap,
.accordion .wrap--narrow {
  position: relative;
  z-index: 1;
}
.center {
  text-align: center;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section--smaller-padding {
  padding: 40px 0;
}
.col-offset-half {
  margin-left: 4.16667%;
}
.border--top-and-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 40px 25px;
}
.border--bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.border--top {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.border--right {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.border--left {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.border--between {
  padding-bottom: 100px;
}
.border--between > * {
  min-height: 10rem;
  text-align: center;
  padding-top: 1rem;
}
.border--between > * h3,
.border--between > * .h3 {
  color: #236093;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}
.border--between > *:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.button,
[class*="button--"] {
  font-size: 1rem;
  height: auto;
  line-height: 1.2rem;
  font-weight: bold;
  text-transform: initial;
  border-radius: 0;
  display: inline-block;
  padding: 20px 80px 20px 30px;
}
.button:hover,
[class*="button--"]:hover {
  text-decoration: none;
}
.button--transparent,
.button--transparent--home {
  background-color: transparent;
  cursor: pointer;
  border-color: #fff;
  position: relative;
}
.button--transparent:after {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  content: url("media/icons/right-arrow--blue.svg");
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button--transparent:hover a {
  color: #323e48;
  text-decoration: none;
}
.button--transparent:hover:after {
  content: url("media/icons/right-arrow--white.svg");
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
.C10-Footer-Banner .button--transparent:after {
  content: url("media/icons/right-arrow--white.svg") !important;
}
.C10-Footer-Banner .button--transparent:hover:after {
  content: url("media/icons/right-arrow--blue.svg") !important;
}
.button--transparent a {
  color: #fff;
}
.button--white {
  background-color: #fff;
  border-color: #fff;
  color: #404f5a;
  position: relative;
}
.button--white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button--white:after {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  content: url("media/icons/right-arrow--blue.svg");
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button--white:hover:after {
  content: url("media/icons/right-arrow--white.svg");
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}
.button--red {
  background: #dc291e;
  border-color: transparent;
  color: #fff;
  height: inherit;
  padding: 20px 30px;
}
.button--red:active,
.button--red:hover {
  background: #c6251b;
  border-color: transparent;
  color: #fff;
}
button.tab-selector {
  background-color: transparent;
  width: 200px;
  text-align: left;
  padding: 1rem;
  font-weight: 600;
  color: #323e48;
  border: 1px solid #979797;
  border-radius: 5px;
  outline: 0;
  font-size: 16px;
}
button.tab-selector:not(.active) {
  color: #236093;
}
button.tab-selector:not(.active)#category-button {
  margin-left: 2px;
}
button.tab-selector.active {
  border: 3px solid #236093;
}
.italic {
  font-style: italic;
}
.text--small p {
  font-size: 1rem;
  line-height: 30px;
}
.text--small h4,
.text--small .h4 {
  font-size: 0.66667rem;
  font-weight: bold;
  color: #323e48;
}
.text--smaller p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text--smaller ul {
  font-size: 1rem;
  line-height: 1.5rem;
}
p.text--smaller {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text--smallest p {
  font-size: 1rem;
}
.C43-About .text--smallest p {
  font-size: 1rem;
}
p.subhead {
  font-size: 1rem;
  line-height: 35px;
}
p.subhead.border--bottom {
  padding-bottom: 50px;
}
.bold {
  font-weight: bold;
  color: #323e48;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.alternate--elements > [class*="wrap"] > .row:nth-child(2n),
form .alternate--elements > [class*="wrap"] > .field-group:nth-child(2n) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.alternate--elements--2 > [class*="wrap"] > .row:nth-child(2n + 1),
form
  .alternate--elements--2
  > [class*="wrap"]
  > .field-group:nth-child(2n + 1) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.round--images img {
  border-radius: 50%;
  background-color: #d8d8d8;
}
.alternate--elements--2 .screenshot {
  text-align: right;
}
.white {
  color: #fff;
}
.text-align--left {
  text-align: left;
}
.text-align--center {
  text-align: center;
}
.text-align--right {
  text-align: right;
}
.border-left--red {
  border-left: 8px solid #dc291e;
}
.border-right--red {
  border-right: 8px solid #dc291e;
}
.wrap + [class*="wrap"],
.wrap--narrow + [class*="wrap"] {
  margin-top: 40px;
}
blockquote {
  max-width: 375px;
  padding-left: 2rem;
  position: relative;
}
blockquote p.quote {
  font-style: italic;
  color: #323e48 !important;
  font-size: 1rem;
  line-height: 1.6rem;
}
blockquote p.quote:before {
  content: "“";
  color: #236093;
  position: absolute;
  left: 0.25rem;
  line-height: 2.2rem;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
}
blockquote .quote--avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1em;
}
blockquote .quote--text h3,
blockquote .quote--text .h3 {
  font-size: 0.85714rem;
  margin-bottom: 0 !important;
}
blockquote .quote--text p {
  font-size: 0.7619rem;
  color: #323e48 !important;
  margin-top: 0 !important;
}
blockquote .row,
blockquote form .field-group,
form blockquote .field-group {
  margin-left: 0;
}
hr {
  opacity: 0.5;
}
.home .page--container {
  padding-top: 0;
}
.section--centered-content .wrap,
.section--centered-content .wrap--narrow {
  max-width: 940px;
  text-align: center;
}
.customer-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: calc(100% + 1px);
  z-index: 20;
}
.customer-tiles--multirow {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-tile {
  font-size: 0;
  position: relative;
  background: #323e48;
  border-right: 1px solid #fff;
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
}
.customer-tile:before {
  content: "";
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 125%;
  vertical-align: middle;
  width: 1px;
}
.customer-tile > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.customer-tile.ghost-align > :only-child {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: static;
}
.customer-tile > div:only-child {
  padding: 0 25px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
}
.customer-tile:hover > div:only-child {
  background-size: auto 110%;
}
.customer-tile .customer-logo {
  font-size: 0;
  position: relative;
  background: #fff;
  display: inline-block;
  max-height: 250px;
  max-width: 250px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.customer-tile .customer-logo:before {
  content: "";
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 100%;
  vertical-align: middle;
  width: 1px;
}
.customer-tile .customer-logo > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.customer-tile .customer-logo.ghost-align > :only-child {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: static;
}
.customer-tile .customer-logo > img:only-child {
  height: auto;
  left: 50%;
  max-height: calc(100% - 80px);
  max-width: calc(100% - 80px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.customers-pager {
  display: none;
  font-size: 0;
  height: 12px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.customers-pager span {
  -webkit-transition: border 0.4s, background 0.4s;
  transition: border 0.4s, background 0.4s;
  border: 1px solid #cccfd1;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
}
.customers-pager span + span {
  margin-left: 20px;
}
.customers-pager span.cycle-pager-active {
  background: #cccfd1;
  border-color: transparent;
}
.home .section--news-events .row,
.home .section--news-events form .field-group,
form .home .section--news-events .field-group {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 66px;
  position: relative;
}
.home .section--news-events .col,
.home .section--news-events [class*="col-"],
.home .section--news-events form .field-group .label,
form .field-group .home .section--news-events .label,
.home .section--news-events form .field-group .field,
form .field-group .home .section--news-events .field {
  padding-bottom: 0;
}
.home .section--news-events .col:nth-child(2),
.home .section--news-events [class*="col-"]:nth-child(2),
.home .section--news-events form .field-group .label:nth-child(2),
form .field-group .home .section--news-events .label:nth-child(2),
.home .section--news-events form .field-group .field:nth-child(2),
form .field-group .home .section--news-events .field:nth-child(2) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.home .section--news-events footer {
  bottom: -50px;
  left: 15.75px;
  line-height: 1em;
  position: absolute;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.material-block--white {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 7px;
  color: #5a646c;
}
.material-block--white .col,
.material-block--white [class*="col-"],
.material-block--white form .field-group .label,
form .field-group .material-block--white .label,
.material-block--white form .field-group .field,
form .field-group .material-block--white .field {
  padding: 71.5px 31.5px;
}
.material-block--white h1,
.material-block--white .h1,
.material-block--white h2,
.material-block--white .h2,
.material-block--white h3,
.material-block--white .h3,
.material-block--white h4,
.material-block--white .h4,
.material-block--white h5,
.material-block--white .h5,
.material-block--white h6,
.material-block--white .h6 {
  color: #5a646c;
  margin: 0;
}
.section--has-product-image {
  margin-bottom: 80px;
  position: relative;
}
.section--has-product-image .wrap,
.section--has-product-image .wrap--narrow {
  padding-bottom: 120px;
}
.section--product-image {
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: translate(-1%, 50%);
  transform: translate(-1%, 50%);
  width: 500px;
}
.section--product-image img {
  display: block;
  height: auto;
  max-height: 200px;
  width: 100%;
}
.valprop--home {
  background: #000;
  height: calc(100vh - 180px);
  max-height: 795px;
  min-height: 568px;
  overflow: hidden;
  padding: 150px 0 180px;
  position: relative;
  z-index: 30;
}
.valprop--home:before {
  border-top: 3.57143rem solid #000;
  content: "";
  display: block;
  height: 7.14286rem;
  left: 0;
  opacity: 0.85;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColor=#000000,endColorStr=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColor=#000000,endColorStr=0);
  background: -webkit-linear-gradient(top, black, transparent);
  background: linear-gradient(to bottom, black, transparent);
}
.valprop--home-last-slide,
.valprop--home-slides-container,
.valprop--home-slide {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.valprop--home-last-slide {
  z-index: 5;
}
.valprop--home-slides-container {
  z-index: 10;
}
.valprop--home-pager {
  bottom: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 105;
}
.valprop--home-pager span {
  -webkit-transition: border 0.4s, background 0.4s;
  transition: border 0.4s, background 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  cursor: pointer;
  display: block;
  float: left;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
}
.valprop--home-pager span + span {
  margin-left: 20px;
}
.valprop--home-pager span.cycle-pager-active {
  background: rgba(255, 255, 255, 0.75);
  border-color: transparent;
}
.valprop--home-slide > div {
  padding-top: 150px;
  position: relative;
}
.valprop--home-last-slide,
.valprop--home-slide > div {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.valprop--home-title {
  left: 50%;
  padding-top: 100px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100vw - 31.5px);
}
.valprop--home-title .button,
.valprop--home-title [class*="button--"] {
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
}
.valprop--home-head,
.valprop--home-subhead {
  color: #fff;
  line-height: 1em;
  text-transform: capitalize;
}
.valprop--home-head {
  margin: 0 auto;
  font-weight: bold;
  font-size: 70px;
  letter-spacing: 0;
}
.valprop--home-head:first-child {
  margin-top: 0;
}
.valprop--home-head:last-child {
  margin-bottom: 0;
}
.valprop--home-subhead {
  margin: 20px auto;
  font-size: 30px;
  max-width: 740px;
}
.valprop--home-subhead:first-child {
  margin-top: 0;
}
.valprop--home-subhead:last-child {
  margin-bottom: 0;
}
.valprop--home-ctas {
  background: #212a30;
  position: relative;
  z-index: 20;
}
.valprop--home-ctas .row,
.valprop--home-ctas form .field-group,
form .valprop--home-ctas .field-group {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1240px;
}
.valprop--home-ctas .row:after,
.valprop--home-ctas form .field-group:after,
form .valprop--home-ctas .field-group:after,
.valprop--home-ctas .row:before,
.valprop--home-ctas form .field-group:before,
form .valprop--home-ctas .field-group:before {
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 1px;
  z-index: 5;
}
.valprop--home-ctas .row:after,
.valprop--home-ctas form .field-group:after,
form .valprop--home-ctas .field-group:after {
  background: #236093;
  left: 50%;
  width: 50vw;
}
.valprop--home-ctas .row:before,
.valprop--home-ctas form .field-group:before,
form .valprop--home-ctas .field-group:before {
  background: #ffa400;
  right: 50%;
  width: 50vw;
}
.valprop--home-ctas .row.no-border:before,
.valprop--home-ctas .row.no-border:after {
  width: 0;
}
.valprop--home-ctas .col,
.valprop--home-ctas [class*="col-"],
.valprop--home-ctas form .field-group .label,
form .field-group .valprop--home-ctas .label,
.valprop--home-ctas form .field-group .field,
form .field-group .valprop--home-ctas .field {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #212a30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 0;
  position: relative;
  z-index: 10;
}
.valprop--home-ctas .row.no-border .col,
.valprop--home-ctas .row.no-border [class*="col-"],
.valprop--home-ctas .row.no-border form .field-group .label,
.valprop--home-ctas .row.no-border form .field-group .field {
  border-top: 0;
  padding: 0;
}
.valprop--home-ctas .col > a,
.valprop--home-ctas [class*="col-"] > a,
.valprop--home-ctas form .field-group .label > a,
form .field-group .valprop--home-ctas .label > a,
.valprop--home-ctas form .field-group .field > a,
form .field-group .valprop--home-ctas .field > a {
  padding: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
  z-index: 5;
}
.valprop--home-ctas [class*="col-"] > a.effect {
  padding: 0;
  overflow: hidden;
}
.valprop--home-ctas .effect .cta-content {
  padding: 25px;
}
.valprop--home-ctas .col > a:active,
.valprop--home-ctas [class*="col-"] > a:active,
.valprop--home-ctas form .field-group .label > a:active,
form .field-group .valprop--home-ctas .label > a:active,
.valprop--home-ctas form .field-group .field > a:active,
form .field-group .valprop--home-ctas .field > a:active,
.valprop--home-ctas .col > a:hover,
.valprop--home-ctas [class*="col-"] > a:hover,
.valprop--home-ctas form .field-group .label > a:hover,
form .field-group .valprop--home-ctas .label > a:hover,
.valprop--home-ctas form .field-group .field > a:hover,
form .field-group .valprop--home-ctas .field > a:hover {
  text-decoration: none;
}
.valprop--home-ctas .col > a:active .cta-link:before,
.valprop--home-ctas [class*="col-"] > a:active .cta-link:before,
.valprop--home-ctas form .field-group .label > a:active .cta-link:before,
form .field-group .valprop--home-ctas .label > a:active .cta-link:before,
.valprop--home-ctas form .field-group .field > a:active .cta-link:before,
form .field-group .valprop--home-ctas .field > a:active .cta-link:before,
.valprop--home-ctas .col > a:hover .cta-link:before,
.valprop--home-ctas [class*="col-"] > a:hover .cta-link:before,
.valprop--home-ctas form .field-group .label > a:hover .cta-link:before,
form .field-group .valprop--home-ctas .label > a:hover .cta-link:before,
.valprop--home-ctas form .field-group .field > a:hover .cta-link:before,
form .field-group .valprop--home-ctas .field > a:hover .cta-link:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.valprop--home-ctas .col + .col,
.valprop--home-ctas [class*="col-"] + .col,
.valprop--home-ctas form .field-group .label + .col,
form .field-group .valprop--home-ctas .label + .col,
.valprop--home-ctas form .field-group .field + .col,
form .field-group .valprop--home-ctas .field + .col,
.valprop--home-ctas .col + [class*="col-"],
.valprop--home-ctas [class*="col-"] + [class*="col-"],
.valprop--home-ctas form .field-group .label + [class*="col-"],
form .field-group .valprop--home-ctas .label + [class*="col-"],
.valprop--home-ctas form .field-group .field + [class*="col-"],
form .field-group .valprop--home-ctas .field + [class*="col-"],
.valprop--home-ctas form .field-group .col + .label,
form .field-group .valprop--home-ctas .col + .label,
.valprop--home-ctas form .field-group [class*="col-"] + .label,
form .field-group .valprop--home-ctas [class*="col-"] + .label,
.valprop--home-ctas form .field-group .label + .label,
form .field-group .valprop--home-ctas .label + .label,
.valprop--home-ctas form .field-group .field + .label,
form .field-group .valprop--home-ctas .field + .label,
.valprop--home-ctas form .field-group .col + .field,
form .field-group .valprop--home-ctas .col + .field,
.valprop--home-ctas form .field-group [class*="col-"] + .field,
form .field-group .valprop--home-ctas [class*="col-"] + .field,
.valprop--home-ctas form .field-group .label + .field,
form .field-group .valprop--home-ctas .label + .field,
.valprop--home-ctas form .field-group .field + .field,
form .field-group .valprop--home-ctas .field + .field {
  border-left: 1px solid #000;
}
.valprop--home-ctas .no-border [class*="col-"] + [class*="col-"] {
  border-left: 2px solid #fff;
}
.valprop--home-ctas .no-border .data-type {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 70%;
  padding: 25px 25px 0;
}
.valprop--home-ctas .col:before,
.valprop--home-ctas [class*="col-"]:before,
.valprop--home-ctas form .field-group .label:before,
form .field-group .valprop--home-ctas .label:before,
.valprop--home-ctas form .field-group .field:before,
form .field-group .valprop--home-ctas .field:before {
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.valprop--home-ctas .col.cta-orange-border:before,
.valprop--home-ctas .cta-orange-border [class*="col-"]:before,
.valprop--home-ctas form .field-group .cta-orange-border.label:before,
form .field-group .valprop--home-ctas .cta-orange-border.label:before,
.valprop--home-ctas form .field-group .cta-orange-border.field:before,
form .field-group .valprop--home-ctas .cta-orange-border.field:before {
  background: #ffa400;
}
.valprop--home-ctas .col.cta-red-border:before,
.valprop--home-ctas .cta-red-border [class*="col-"]:before,
.valprop--home-ctas form .field-group .cta-red-border.label:before,
form .field-group .valprop--home-ctas .cta-red-border.label:before,
.valprop--home-ctas form .field-group .cta-red-border.field:before,
form .field-group .valprop--home-ctas .cta-red-border.field:before {
  background: #dc291e;
}
.valprop--home-ctas .col.cta-blue-border:before,
.valprop--home-ctas .cta-blue-border [class*="col-"]:before,
.valprop--home-ctas form .field-group .cta-blue-border.label:before,
form .field-group .valprop--home-ctas .cta-blue-border.label:before,
.valprop--home-ctas form .field-group .cta-blue-border.field:before,
form .field-group .valprop--home-ctas .cta-blue-border.field:before {
  background: #236093;
}
.valprop--home-ctas .col.cta-green-border:before,
.valprop--home-ctas .cta-green-border [class*="col-"]:before,
.valprop--home-ctas form .field-group .cta-green-border.label:before,
form .field-group .valprop--home-ctas .cta-green-border.label:before,
.valprop--home-ctas form .field-group .cta-green-border.field:before,
form .field-group .valprop--home-ctas .cta-green-border.field:before {
  background: olive;
}
.valprop--home-ctas .cta-thumb {
  font-size: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  float: left;
  height: 121px;
  margin-right: 25px;
  width: 121px;
}
.valprop--home-ctas .cta-thumb:before {
  content: "";
  display: inline-block;
  margin-left: -1px;
  padding-bottom: 100%;
  vertical-align: middle;
  width: 1px;
}
.valprop--home-ctas .cta-thumb > :only-child {
  display: block;
  font-size: 1rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.valprop--home-ctas .cta-thumb.ghost-align > :only-child {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  position: static;
}
.valprop--home-ctas .effect .cta-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(
    to bottom,
    rgba(250, 250, 250, 0) 0,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0.9) 100%
  );
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.valprop--home-ctas .effect:hover .cta-layer {
  opacity: 0.9;
  transition: all 0.6s ease-in-out;
}
.valprop--home-ctas .cta-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: calc(100% - 146px);
  padding: 5px 0;
}
.valprop--home-ctas .cta-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 22px;
  margin: 0;
  width: 100%;
}
.valprop--home-ctas .effect .cta-title {
  position: relative;
  top: 70px;
  transition: all 0.4s ease-in-out;
}
.valprop--home-ctas .effect:hover .cta-title {
  top: 0;
  transition: all 0.4s ease-in-out;
}
.valprop--home-ctas .cta-desc {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  margin-top: 10px;
}
.valprop--home-ctas .effect .cta-desc {
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  left: -500px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.valprop--home-ctas .effect:hover .cta-desc {
  margin-top: 20px;
  visibility: visible;
  opacity: 1;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.valprop--home-ctas .cta-link {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #ffa400;
  font-size: 14px;
  margin-top: 0.5em;
  position: relative;
}
.valprop--home-ctas .cta-link:after {
  content: "\00BB";
  display: inline-block;
  text-align: right;
  width: 1em;
}
.valprop--home-ctas .cta-link:before {
  right: 1em;
}
@media screen and (max-width: 600px) {
  .security-fabric-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .security-fabric-table td {
    margin-bottom: 20px;
    margin-right: 65px;
    padding: 0;
  }
  .security-fabric-table td:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 350px) {
  .security-fabric-table {
    flex-direction: column;
  }
  .security-fabric-table td {
    margin-right: 0;
  }
}
.C23-Resource-Container .section--tiles,
.C23-Resource-Container .wrap {
  padding: 0 !important;
}
.C23-Resource-Container .C08-Resource-Panel {
  padding: 0 0 31.5px;
}
section {
  padding: 50px 0;
}
section h2,
section .h2 {
  color: #323e48;
  line-height: 1em;
}
.cta h2,
.cta .h2 {
  color: #fff;
}
.cta h2 + p,
.cta .h2 + p {
  color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cta .buttons {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.icon-text,
.icon-wrapper {
  display: inline-block;
  vertical-align: top;
}
.icon-wrapper {
  width: 84px;
}
.icon-wrapper.icon--shadow img {
  box-shadow: 4px 4px rgba(50, 62, 72, 0.25);
}
.icon-text {
  width: calc(100% - 109.2px);
  padding-left: 1em;
}
.icon-text p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-top: -0.2em;
}
.icon-text a {
  font-size: 1rem;
}
.icon--outer {
  border: 1px solid rgba(50, 62, 72, 0.25);
  padding-left: 100px;
  padding-right: 100px;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.icon--outer .col-4 {
  position: relative;
  height: 226px;
  padding-bottom: 0;
}
.icon--outer .col-4 .icon-wrapper {
  max-width: 55px;
}
.icon--outer .col-4 .icon-text {
  width: calc(100% - 76px);
}
.icon--outer .col-4 .icon-text p {
  padding-top: 0.3em;
  font-size: 18px;
}
.icon--outer .col-4 .icon-text,
.icon--outer .col-4 .icon-wrapper {
  vertical-align: middle;
}
.icon--outer .col-4 .icon--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page--container {
  overflow: hidden;
  padding-top: 7.14286rem;
}
.load-more {
  padding: 25px;
  -webkit-transition: border 0.4s, color 0.4s;
  transition: border 0.4s, color 0.4s;
  border: 1px solid #cccfd1;
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.load-more:active,
.load-more:hover {
  border-color: #333;
  color: #da291c !important;
  text-decoration: none;
}
.modal--support-window {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  position: fixed;
  right: -400px;
  top: calc(50% - 200px);
  z-index: 99;
}
#drift-widget-container {
  z-index: 99 !important;
}
.hide-chat {
  right: -1000px !important;
}
.modal--support-window.active {
  -webkit-transform: translate(-400px, 0);
  transform: translate(-400px, 0);
}
.modal--support-window .close-button,
.modal--support-window .minimize-button {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}
.modal--support-window .close-button svg,
.modal--support-window .minimize-button svg {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal--support-window .close-button path,
.modal--support-window .minimize-button path {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  fill: #236093;
}
.modal--support-window .close-button:active path,
.modal--support-window .close-button:hover path,
.modal--support-window .minimize-button:active path,
.modal--support-window .minimize-button:hover path {
  fill: #4894d4;
}
.modal--support-window .close-button {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  z-index: 10;
}
.modal--support-window .minimize-button {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  z-index: 15;
  display: none;
}
.modal--support-window .title-bar {
  background: #f5f5f6;
  border: solid #cccfd1;
  border-width: 1px 0 0 1px;
  font-weight: bold;
  font-size: 16px;
  height: 51px;
  line-height: 50px;
  padding: 0 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}
.modal--support-window .modal-body {
  background: #fff;
  border: solid #cccfd1;
  border-width: 0 0 1px 1px;
  height: 278px;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 51px;
  width: 400px;
}
.modal--support-window .modal-body .button,
.modal--support-window .modal-body [class*="button--"] {
  color: #236093;
  cursor: pointer;
  display: block;
  height: 60px;
  line-height: 30px;
  padding: 14px 0;
  text-align: center;
}
.modal--support-window .modal-body .button + .button,
.modal--support-window .modal-body [class*="button--"] + .button,
.modal--support-window .modal-body .button + [class*="button--"],
.modal--support-window .modal-body [class*="button--"] + [class*="button--"] {
  margin-top: 10px;
}
.modal--support-window .modal-footer {
  background: #fff;
  border: solid #cccfd1;
  border-width: 0 0 1px 1px;
  height: 71px;
  padding: 15px 0;
  position: absolute;
  right: 0;
  top: 329px;
  width: 400px;
}
.modal--support-window .modal-footer a {
  color: #236093;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 50%;
}
.modal--support-window .modal-footer svg {
  display: inline-block;
  margin-right: 10px;
  max-height: 22px;
  max-width: 22px;
  position: relative;
  top: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  vertical-align: top;
}
.modal--support-window .chat-button,
.modal--support-window .demo-button,
.modal--support-window .contact-button,
.modal--support-window .threats-button {
  -webkit-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  height: 80px;
  padding: 20px 0;
  position: absolute;
  right: 400px;
  width: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.chat-button {
  animation: fadein 1s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sidebar-info > a {
  display: flex;
  padding: 16px 10px 16px 16px !important;
  align-items: center;
  border: 1px solid #00000033;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 62px !important;
  width: 160px !important;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar-info > a > span {
  line-height: 11px !important;
  letter-spacing: 0;
  margin: 7px 0 0 !important;
  text-transform: uppercase !important;
  margin: 7px 0 0 !important;
  min-width: 75px;
  max-width: 75px;
}
.sidebar-info > a > svg {
  margin: 0 !important;
  min-width: 24px !important;
  margin-right: 8px !important;
}
.sidebar-info > a::after {
  content: "";
  background: url(../../../content/dam/fortinet/images/general/FrameArrow.png);
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-left: 6px !important;
}
.sidebar-info.minimized > a::after {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.modal--support-window.minimized:hover [class*="-button"] {
  width: 143px !important;
}
.modal--support-window.minimized:hover [class*="-button"]::after {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.modal--support-window .chat-button path,
.modal--support-window .demo-button path,
.modal--support-window .contact-button path,
.modal--support-window .threats-button path {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  fill: #fff;
}
.modal--support-window .chat-button {
  background: #dc291e;
  top: 25px;
}
.modal--support-window .demo-button {
  background: #751510;
  top: 185px;
}
.modal--support-window .contact-button {
  background: #500a0c;
  top: 265px;
}
.modal--support-window .threats-button {
  background: #a81f18;
  top: 105px;
}
.modal--support-window .demo-button:hover,
.modal--support-window .contact-button:hover,
.modal--support-window .threats-button:hover {
  background: #da291c;
  text-decoration: none;
}
.modal--support-window .chat-button span,
.modal--support-window .demo-button span,
.modal--support-window .contact-button span,
.modal--support-window .threats-button span {
  display: block;
  font-size: 11px;
  text-align: center;
}
#livechat-compact-view {
  display: none;
}
.modal--support-window--loaded #livechat-full {
  right: 100px !important;
}
.section--grid hr {
  margin-top: 50px;
}
.section--grid hr + .row,
.section--grid form hr + .field-group,
form .section--grid hr + .field-group {
  margin-top: 30px;
}
.graph--container .border--left {
  margin-left: 1.5rem;
}
.graph--container .graphs {
  text-align: right;
}
.graph--container .graphs .footnote {
  font-size: 0.57143rem;
}
.title--milestones {
  text-align: center;
}
.select-container {
  margin: 0 0 20px;
  background: #fff;
  position: relative;
  overflow-y: hidden;
}
.select-container:first-child {
  margin-top: 0;
}
.select-container:last-child {
  margin-bottom: 0;
}
.select-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(6% + 16px);
  height: 100%;
  border-right: 1px solid #cccfd1;
}
.select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #323e48;
  outline: 0;
  padding: 10px 40px 10px 15px;
  background-color: transparent;
  border: 1px solid #cccfd1;
  width: 100%;
  border-radius: 0;
  background-image: url("media/icons/icon--caret.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  margin-bottom: 0;
}
.C44-Customer-List .select-container select {
  height: 50px;
}
.select-container.large:after {
  right: calc(5% + 16px);
}
.select-container.large select {
  background-position: 97.5% 50%;
  padding: 25px 70px 25px 30px;
}
.contact--form h2 + p.subhead,
.contact--form--small h2 + p.subhead,
.contact--form .h2 + p.subhead,
.contact--form--small .h2 + p.subhead {
  margin-bottom: 50px;
}
.contact--form .row,
.contact--form--small .row,
.contact--form form .field-group,
form .contact--form .field-group,
.contact--form--small form .field-group,
form .contact--form--small .field-group {
  margin: 0 -10px -5px;
}
.contact--form .row + p,
.contact--form--small .row + p,
.contact--form form .field-group + p,
form .contact--form .field-group + p,
.contact--form--small form .field-group + p,
form .contact--form--small .field-group + p {
  margin-bottom: 50px;
}
.contact--form .row > .section {
  width: 50%;
  padding: 0 10px 20px;
}
.contact--form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  color: #323e48;
  border-color: #cccfd1;
  background-position: calc(100% - 9px) 50% !important;
  background-repeat: no-repeat;
  background-image: url("media/icons/icon--caret.svg");
  background-position: calc(100% - 9px) 50%;
}
.contact--form .dropdown .form_rightcol {
  position: relative;
}
.contact--form .contact--form__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: fit-content;
  margin-right: 0;
  max-width: inherit;
  border: 1px solid #333;
  transition: background-color 300ms, color 300ms !important;
  padding: 15px 68px;
  font-size: 16px;
}
.contact--form .contact--form__submit:hover {
  color: white;
  background-color: #000;
}
.contact--form .dropdown .form_rightcol:after {
  content: "";
  position: absolute;
  top: 0;
  right: 36px;
  height: 100%;
  border-right: 1px solid #cccfd1;
}
.contact--form .form_leftcollabel,
.contact--form .form_leftcolmark,
.contact--form label {
  display: inline;
}
.contact--form .form_leftcolmark {
  color: #dc291e;
}
.contact--form label {
  font-size: 16px;
}
.contact--form .col,
.contact--form--small .col,
.contact--form [class*="col-"],
.contact--form--small [class*="col-"],
.contact--form form .field-group .label,
form .field-group .contact--form .label,
.contact--form--small form .field-group .label,
form .field-group .contact--form--small .label,
.contact--form form .field-group .field,
form .field-group .contact--form .field,
.contact--form--small form .field-group .field,
form .field-group .contact--form--small .field {
  padding: 0 10px 20px;
  position: relative;
}
.contact--form input,
.contact--form--small input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  display: block;
  font-size: 18px;
  outline: 0;
  padding: 25px 30px;
  background-color: transparent;
  border: 1px solid #cccfd1;
  width: 100%;
}
.contact--form .form_field {
  background-color: #fff !important;
}
.C51-Eloqua-Form form input,
.C51-Eloqua-Form form select,
.C51-Eloqua-Form form span,
.C51-Eloqua-Form form select option {
  color: #5a646c !important;
}
.contact--form input::-webkit-input-placeholder,
.contact--form--small input::-webkit-input-placeholder {
  color: #5a646c;
}
.contact--form input::-moz-placeholder,
.contact--form--small input::-moz-placeholder {
  color: #5a646c;
}
.contact--form input:-ms-input-placeholder,
.contact--form--small input:-ms-input-placeholder {
  color: #5a646c;
}
.contact--form input::placeholder,
.contact--form--small input::placeholder {
  color: #5a646c;
}
.contact--form input:focus,
.contact--form--small input:focus {
  border-color: #ffa400;
}
.contact--form input[type="submit"],
.contact--form--small input[type="submit"] {
  font-weight: 600;
  color: #236093;
  -webkit-transition: border 300ms;
  transition: border 300ms;
}
.contact--form input[type="submit"]:hover,
.contact--form--small input[type="submit"]:hover {
  background: #000 !important;
}
.contact--form input.hover--blue,
.contact--form--small input.hover--blue {
  -webkit-transition: background-color 300ms, color 300ms;
  transition: background-color 300ms, color 300ms;
}
.contact--form input.hover--blue:hover,
.contact--form--small input.hover--blue:hover {
  color: #fff !important;
}
.contact--form input.error,
.contact--form--small input.error {
  background-position: 95% center;
  background-size: 19px;
  border-color: #dc291e;
}
.contact--form input.error::-webkit-input-placeholder,
.contact--form--small input.error::-webkit-input-placeholder {
  color: #dc291e;
}
.contact--form input.error::-moz-placeholder,
.contact--form--small input.error::-moz-placeholder {
  color: #dc291e;
}
.contact--form input.error:-ms-input-placeholder,
.contact--form--small input.error:-ms-input-placeholder {
  color: #dc291e;
}
.contact--form input.error::placeholder,
.contact--form--small input.error::placeholder {
  color: #dc291e;
}
.contact--form .row + p.text--smaller,
.contact--form--small .row + p.text--smaller,
.contact--form form .field-group + p.text--smaller,
form .contact--form .field-group + p.text--smaller,
.contact--form--small form .field-group + p.text--smaller,
form .contact--form--small .field-group + p.text--smaller {
  margin-top: 0;
}
.contact--form p + input[type="submit"],
.contact--form--small p + input[type="submit"] {
  margin-top: 50px;
}
.contact--form .submit input[type="submit"],
.contact--form--small .submit input[type="submit"] {
  float: left;
  margin-right: 20px;
  width: fit-content;
  background: #333;
  color: #fff !important;
  text-transform: uppercase;
}
.contact--form .submit input[type="submit"]:nth-child(even),
.contact--form--small .submit input[type="submit"]:nth-child(even) {
  margin-right: 0;
}
.contact--numbers p strong {
  font-weight: bold;
}
.contact--numbers .icon--text,
.contact--numbers .icon--wrapper {
  display: inline-block;
}
.contact--numbers .icon--wrapper {
  vertical-align: top;
}
.contact--numbers .icon--text {
  margin-left: 10px;
}
.contact--numbers .col-4:first-child {
  padding-top: 0;
  margin-top: -15px;
}
.contact--form--small input:not([type="submit"]) {
  font-size: 14px;
  padding: 10px 20px;
}
.contact--form--small
  input:not([type="submit"]):required::-webkit-input-placeholder {
  color: #323e48;
}
.contact--form--small input:not([type="submit"]):required::-moz-placeholder {
  color: #323e48;
}
.contact--form--small
  input:not([type="submit"]):required:-ms-input-placeholder {
  color: #323e48;
}
.contact--form--small input:not([type="submit"]):required::placeholder {
  color: #323e48;
}
.contact--form--small
  input:not([type="submit"]):required::-webkit-input-placeholder:after {
  content: " *";
  color: #dc291e;
}
.contact--form--small
  input:not([type="submit"]):required::-moz-placeholder:after {
  content: " *";
  color: #dc291e;
}
.contact--form--small
  input:not([type="submit"]):required:-ms-input-placeholder:after {
  content: " *";
  color: #dc291e;
}
.contact--form--small input:not([type="submit"]):required::placeholder:after {
  content: " *";
  color: #dc291e;
}
.contact--form--small .submit input[type="submit"] {
  width: 200px;
  height: 56px;
  padding: unset !important;
  margin-right: 0;
  max-width: inherit;
  border: 2px solid #333;
  border-radius: unset;
  color: #fff;
  text-transform: uppercase;
}
.contact--form--small select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  color: #323e48;
  border-color: #cccfd1;
}
.contact--form--small select:required::-webkit-input-placeholder {
  color: #323e48;
}
.contact--form--small select:required::-moz-placeholder {
  color: #323e48;
}
.contact--form--small select:required:-ms-input-placeholder {
  color: #323e48;
}
.contact--form--small select:required::placeholder {
  color: #323e48;
}
.contact--form--small select:required::-webkit-input-placeholder:after {
  content: " *";
  color: #dc291e;
}
.contact--form--small select:required::-moz-placeholder:after {
  content: " *";
  color: #dc291e;
}
.contact--form--small select:required:-ms-input-placeholder:after {
  content: " *";
  color: #dc291e;
}
.contact--form--small select:required::placeholder:after {
  content: " *";
  color: #dc291e;
}
.contact--form--small .select-container {
  padding-bottom: 0;
}
.contact--form--small .select-container:last-child {
  margin-bottom: 40px;
}
.contact--form--small .select-container:after {
  height: 100%;
  right: 45px;
}
.contact--form--small .select-container select {
  background-position: calc(100% - 9px) 50%;
}
.contact--form--small .select-container.select-state:before {
  content: "*";
  position: absolute;
  left: 70px;
  font-size: 14px;
  top: 10px;
  color: #dc291e;
}
.contact--form--small .select-container.select-country:before {
  content: "*";
  position: absolute;
  left: 85px;
  font-size: 14px;
  top: 10px;
  color: #dc291e;
}
.contact--form--small img {
  margin-top: 40px;
  margin-bottom: 40px;
}
.border--left-right {
  border-left: 1px solid #cccfd1;
  border-right: 1px solid #cccfd1;
}
.contact--top .cta--item.col-4 {
  position: relative;
}
.contact--top .cta--item.col-4 .icon-text h3,
.contact--top .cta--item.col-4 .icon-text .h3 {
  font-size: 1.14286rem;
  line-height: 24px;
}
.contact--top .cta--item.col-4.border--left-right {
  min-height: 460px;
}
.contact--top .cta--item.col-4 .extra-margin {
  margin-bottom: 30px;
}
.page--container.mobile-nav--toggle .page--body {
  overflow-y: hidden;
}
.bg--alternating .bg--orange {
  background-color: #ffa400;
}
.bg--alternating .bg--red {
  background-color: #dc291e;
}
.bg--alternating .bg--blue {
  background-color: #236093;
}
.bg--alternating .icon--news:after,
.bg--alternating .icon--event:after,
.bg--alternating .icon--press:after {
  position: absolute;
  right: 35px;
  bottom: 35px;
}
.bg--alternating .icon--news:after {
  content: url("media/icons/icon--news-dark.png");
}
.bg--alternating .icon--event:after {
  content: url("media/icons/icon--blog-dark.png");
}
.bg--alternating .icon--press:after {
  content: url("media/icons/icon--press-dark.png");
}
.bg--alternating .cta--item {
  padding: 40px 120px 80px 40px;
  position: relative;
}
.bg--alternating .cta--item h3,
.bg--alternating .cta--item .h3,
.bg--alternating .cta--item p,
.bg--alternating .cta--item a {
  color: #fff;
}
.bg--alternating .cta--item p {
  font-size: 1rem;
}
.bg--alternating .cta--item a {
  font-size: 1rem;
}
.event--item h3,
.event--item .h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.event--item p {
  font-size: 1rem;
  color: #323e48;
}
.event--item .row,
.event--item form .field-group,
form .event--item .field-group {
  border-bottom: 1px solid #cccfd1;
  margin-top: 45px;
}
.event--item .row .col-12:not(.item-logo),
.event--item form .field-group .col-12:not(.item-logo),
form .event--item .field-group .col-12:not(.item-logo) {
  padding-bottom: 50px;
}
.event--item:last-of-type .row,
.event--item:last-of-type form .field-group,
form .event--item:last-of-type .field-group {
  border-bottom: 0;
}
.press--item + .press--item {
  display: block;
  margin-top: 15px;
}
.press--item p {
  margin: 0;
  line-height: 32px;
}
.press--item a {
  font-weight: normal;
}
.press--item .date,
.press--item .citation {
  font-size: 0.8rem;
  color: #5a646c;
}
.press--item:hover {
  text-decoration: none;
}
.press--item:hover .date {
  cursor: default;
}
.section--news-events .wrap--narrow .row--news-events > .col-6 {
  border-bottom: 1px solid #cccfd1;
  padding-bottom: 50px;
  width: calc(50% - 20px);
}
.section--news-events .wrap--narrow .row--news-events > .col-6:first-child {
  margin-right: 20px;
}
.section--news-events .wrap--narrow .row--news-events > .col-6:last-child {
  margin-left: 20px;
}
.section--news-events .border--bottom {
  margin-bottom: 0;
}
.section--news-events .border--bottom .col-12 {
  padding-bottom: 50px;
}
.section--resources.section--webinars .row,
.section--resources.section--webinars form .field-group,
form .section--resources.section--webinars .field-group {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0;
  padding-bottom: 100px;
}
.section--resources.section--webinars .border--bottom {
  border-color: #cccfd1;
}
.section--resources.section--webinars .col-4 {
  padding-left: 30px;
  padding-right: 30px;
}
.section--resources.section--webinars .col-4 img {
  width: 100%;
}
.section--resources.section--webinars .col-4 h3,
.section--resources.section--webinars .col-4 .h3 {
  color: #236093;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.section--resources.section--webinars .col-4 p {
  font-size: 0.7619rem;
  color: #323e48;
}
.section--resources.section--webinars .col-4:nth-child(2) {
  border-left: 1px solid #cccfd1;
  border-right: 1px solid #cccfd1;
}
.section--resources.section--webinars .col-4 .trailing-link,
.section--resources.section--webinars
  .col-4
  .section--grid
  .grid--inner-border
  .col-6
  a,
.section--grid
  .grid--inner-border
  .col-6
  .section--resources.section--webinars
  .col-4
  a,
.section--resources.section--webinars .col-4 .section--grid .product-list li a,
.section--grid .product-list li .section--resources.section--webinars .col-4 a {
  font-size: 0.85714rem;
  margin-top: 50px;
  display: inline-block;
}
.wrap--narrow + .wrap,
.wrap--narrow + .wrap--narrow {
  margin-top: 50px;
}
.section--social-links {
  margin-bottom: -55px;
}
.section--social-links .social--link {
  height: 100px;
  width: 100px;
  display: inline-block;
  margin-bottom: 55px;
  background-repeat: no-repeat;
  background-position: center;
}
.section--social-links .social--link:not(.last-child) {
  margin-right: 55px;
}
.section--social-links .social--link.social--facebook {
  background-color: #3b5998;
  background-image: url("media/icons/icon--facebook.svg");
}
.section--social-links .social--link.social--linkedin {
  background-color: #0077b5;
  background-image: url("media/icons/icon--linkedin.svg");
}
.section--social-links .social--link.social--youtube {
  background-color: #cd201f;
  background-image: url("media/icons/icon--youtube.svg");
}
.section--social-links .social--link.social--twitter {
  background-color: #55acee;
  background-image: url("media/icons/icon--twitter.svg");
}
.section--social-links .social--link.social--instagram {
  background-color: #b52d95;
  background-image: url("media/icons/icon--instagram.svg");
  background-size: 30px 30px;
}
.section--social-links .social--link.social--rss {
  background-color: orange;
  background-image: url("media/icons/icon--rss.svg");
}
.section--grid:not(.bg--light-gray) + .section--resources:not(.bg--light-gray) {
  padding-top: 0;
}
.section--grid {
  padding-top: 84px;
}
.section--grid h2,
.section--grid .h2 {
  margin-bottom: 1rem;
  line-height: 44px;
}
.section--grid h2:not(:first-child),
.section--grid .h2:not(:first-child) {
  margin-top: 40px;
}
.section--grid h2 + p,
.section--grid .h2 + p {
  margin-top: 1rem;
  margin-bottom: 80px;
}
.section--grid .grid--inner-border .col-3 {
  height: 287px;
  text-align: center;
  position: relative;
}
.section--grid .grid--inner-border .col-3 h3,
.section--grid .grid--inner-border .col-3 .h3 {
  color: #333;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 85%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}
.section--grid .grid--inner-border .col-3 img {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.section--grid .grid--inner-border .col-3 a {
  display: block;
  height: 100%;
  width: 100%;
}
.section--grid .grid--inner-border .col-3 a:hover h3,
.section--grid .grid--inner-border .col-3 a:hover .h3 {
  color: #da291c;
  text-decoration: underline;
}
.hide-product,
.hide-block,
.loadmore-disabled {
  display: none;
}
.fourth {
  border-right: 1px solid #cccfd1 !important;
  border-bottom: 1px solid #cccfd1;
}
.noborder {
  border-right: 0 !important;
}
.prdsearch {
  padding: 0 15.75px 17.75px !important;
}
.section--grid .grid--inner-border .col-3:not(:nth-child(4n)) {
  border-right: 1px solid #cccfd1;
}
.section--grid .grid--inner-border .col-3:not(.last-row) {
  border-bottom: 1px solid #cccfd1;
}
.section--grid .row.grid--inner-border .col-3:last-child {
  border-right: 0;
}
.section--grid .grid--inner-border .col-6 {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
.section--grid .grid--inner-border .col-6 .grid-image {
  height: 240px;
}
.section--grid .grid--inner-border .col-6 .grid-image .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.section--grid .grid--inner-border .col-6 .grid-image img {
  vertical-align: middle;
}
.section--grid .grid--inner-border .col-6 .grid-text {
  padding-bottom: 80px;
}
.section--grid .grid--inner-border .col-6 h3,
.section--grid .grid--inner-border .col-6 .h3 {
  color: #236093;
  font-size: 1.14286rem;
  line-height: 24px;
  margin-bottom: 10px;
}
.section--grid .grid--inner-border .col-6 h3 + .subhead,
.section--grid .grid--inner-border .col-6 .h3 + .subhead {
  font-size: 1.14286rem;
  line-height: 24px;
  color: #323e48;
  margin-top: 0;
}
.section--grid .grid--inner-border .col-6 p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
  text-decoration: none;
}
.section--grid .grid--inner-border .col-6 a {
  font-size: 0.85714rem;
}
.section--grid .grid--inner-border .col-6:nth-child(2n-1) {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.section--grid .grid--inner-border .col-6:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.section--grid .grid--inner-border .col-6:nth-last-child(-n + 2) {
  padding-top: 80px;
}
.section--grid #product-list,
.section--grid #category-list {
  margin-left: 0;
  margin-right: 0;
}
.section--grid #product-list:not(.active),
.section--grid #category-list:not(.active) {
  display: none;
}
.section--grid .product-list {
  width: 100%;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  list-style: none;
  -webkit-column-rule: 1px solid rgba(0, 0, 0, 0.25);
  -moz-column-rule: 1px solid rgba(0, 0, 0, 0.25);
  column-rule: 1px solid rgba(0, 0, 0, 0.25);
  padding-left: 0;
}
.section--grid .product-list li {
  padding-left: 25px;
  line-height: 18px;
  margin-bottom: 21px;
}
.section--grid .product-list li a {
  font-size: 18px;
  display: inline-block;
}
.section--grid .row:last-child,
.section--grid form .field-group:last-child,
form .section--grid .field-group:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
button.tab-selector#category-button {
  margin-right: 1rem;
}
button.tab-selector:not(.active) {
  color: #236093;
}
button.tab-selector:not(.active)#category-button {
  margin-left: 2px;
}
button.tab-selector:not(.active)#product-button {
  margin-left: 4px;
}
.section--resource-whitepaper .image-wrap {
  border-top: 11px solid #dc291e;
  background-color: #f5f5f6;
}
.section--resource-whitepaper .image-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.section--resource-whitepaper .image-wrap a img {
  width: 100%;
  display: block;
}
.section--resource-whitepaper h3,
.section--resource-whitepaper .h3 {
  font-size: 1rem;
}
.section--resource-whitepaper p,
.section--resource-whitepaper a {
  font-size: 0.85714rem;
}
.section--quote .quote {
  margin-left: 80px;
  border-left: 11px solid #ffa400;
  padding: 0 40px 0 50px;
}
.section--quote .quote .row,
.section--quote .quote form .field-group,
form .section--quote .quote .field-group {
  margin: 0;
}
.section--quote .quote > p {
  font-size: 1.71429rem;
  font-style: italic;
  color: #323e48;
}
.section--quote .quote > p:before {
  content: "“";
  position: absolute;
  margin-left: -1rem;
}
.section--quote .quote--avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.section--quote .quote--text {
  padding-left: 25px;
}
.section--quote .quote--text h3,
.section--quote .quote--text .h3 {
  font-size: 0.85714rem;
  margin-bottom: 0;
}
.section--quote .quote--text p {
  font-size: 0.85714rem;
  margin-top: 0;
}
.section--team .row.biography,
.section--team form .biography.field-group,
form .section--team .biography.field-group {
  margin: 0;
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #e6e8e9;
}
.section--team .team--avatar {
  width: 20%;
}
.section--team .team--avatar img {
  width: 100%;
  border: 5px solid #f5f5f6;
}
.section--team .team--text {
  width: 80%;
  padding: 0 40px;
}
.section--team .team--text h3,
.section--team .team--text .h3 {
  margin-bottom: 0.5rem;
  line-height: 1em;
  font-size: 1.5rem;
}
.section--team .team--text h3 + .subhead,
.section--team .team--text .h3 + .subhead {
  margin-top: 0;
  font-size: 1rem;
}
.page--body .overflow--hidden {
  overflow-x: hidden;
}
.centered--rule:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15.75px;
  width: 1000%;
  height: 1px;
  z-index: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.centered--rule:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15.75px;
  width: 1000%;
  height: 1px;
  z-index: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.centered--rule > .row,
form .centered--rule > .field-group {
  position: relative;
  z-index: 1;
}
.section--resources + .section--tiles {
  padding-top: 0;
}
.section--tiles {
  z-index: 1;
}
.section--tiles .wrap h2,
.section--tiles .wrap--narrow h2,
.section--tiles .wrap .h2,
.section--tiles .wrap--narrow .h2 {
  padding: 0 40px;
}
.section--tiles .resource a {
  display: block;
}
.section--tiles .resource a:last-child {
  margin-bottom: 0;
}
.section--tiles h3,
.section--tiles .h3 {
  font-size: 1em;
  margin-bottom: 1.5em;
  color: #404f5a;
}
.section--tiles p {
  font-size: 1rem;
  color: #404f5a;
}
.section--tiles a {
  font-size: 1em;
  margin-bottom: 1em;
}
.section--tiles .col-4 {
  padding-bottom: 2em;
}
.section--tiles .col-4:nth-child(3n + 1) {
  padding-right: 1em;
}
.section--tiles .col-4:nth-child(3n + 2) {
  padding-left: 1em;
  padding-right: 1em;
}
.section--tiles .col-4:nth-child(3n + 3) {
  padding-left: 1em;
}
.section--tiles .col-4 .resource {
  position: relative;
  border-top: 11px solid #dc291e;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 2.9em 2em 60px 2em;
  min-height: 460px;
  background-color: white;
}
.section--tiles .col-4 .resource.quote {
  padding: 2.3em 2em 0 2.4em;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(50, 62, 72, 0.05);
  position: relative;
}
.section--tiles .col-4 .resource.quote h3,
.section--tiles .col-4 .resource.quote .h3 {
  font-size: 0.857em;
  margin-bottom: 0.5em;
}
.section--tiles .col-4 .resource.quote p {
  font-size: 1em;
  line-height: 1.6em;
}
.section--tiles .col-4 .resource.quote p:first-child {
  font-style: italic;
}
.section--tiles .col-4 .resource.quote p:first-child:before {
  content: "“";
  color: #236093;
  position: absolute;
  left: 0.45em;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
}
.section--tiles .col-4 .resource.quote .quote--avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1em;
}
.section--tiles .col-4 .resource.quote .quote--text h3,
.section--tiles .col-4 .resource.quote .quote--text .h3 {
  margin: 0;
}
.section--tiles .col-4 .resource.quote .quote--text p {
  margin-top: 0;
  font-size: 16px;
  color: #323e48;
}
.section--tiles .col-4 .resource.quote > div {
  margin: 0 auto 0 auto;
}
.section--tiles .col-4 .resource.tall {
  padding-bottom: 130px;
}
.section--tiles .col-4 .resource.tall .link--more a {
  display: inline;
}
.section--tiles .col-4 .resource.tall.image--bottom {
  padding-bottom: 180px;
  position: relative;
}
.section--tiles .col-4 .resource.tall.image--bottom .image--wrap {
  bottom: 100px;
  position: absolute;
}
.section--tiles .col-4 .resource.tall.image--bottom .image--wrap img {
  vertical-align: middle;
}
.section--tiles .link--more {
  border-top: 1px solid #cccfd1;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.section--tiles.tiles--orange .resource {
  border-top-color: #ffa400;
}
.section--resources {
  position: relative;
  padding-top: 100px;
}
.section--resource.container-rounded {
  border-radius: 10px;
}
.section--resources .resources {
  z-index: 1;
  max-width: 100%;
}
.section--resources .resources:last-child {
  margin-bottom: 0 !important;
}
.section--resources .cta--item,
.section--resource .cta--item {
  padding: 40px 10px;
}
.section--resources .cta--item h3,
.section--resources .cta--item .h3 {
  font-size: 1.35rem;
  margin: 0 0 20px;
}
.section--resources .cta--item h3:first-child,
.section--resources .cta--item .h3:first-child {
  margin-top: 0;
}
.section--resources .cta--item h3:last-child,
.section--resources .cta--item .h3:last-child {
  margin-bottom: 0;
}
.section--resources .cta--item .cta--text {
  font-size: 0.85714rem;
  line-height: 1.3;
}
.section--resources .slides .cta--item.border--left-right {
  border-left: 1px solid #cccfd1;
  border-right: 1px solid #cccfd1;
}
.section--resources .slides .cta--item .icon-text h3,
.section--resources .slides .cta--item .icon-text .h3 {
  margin-bottom: 0.5rem;
}
.section--resources .cta--pager {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 101;
}
.section--resources .cta--pager span {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
}
.section--resources .cta--pager span:before {
  content: "";
  display: inline-block;
  border: 1px solid #236093;
  border-radius: 50%;
  width: 0.38095rem;
  height: 0.38095rem;
  margin: 0 10px;
}
.section--resources .cta--pager span:before:first-child {
  margin-top: 0;
}
.section--resources .cta--pager span:before:last-child {
  margin-bottom: 0;
}
.section--resources .cta--pager .cycle-pager-active:before {
  background-color: #236093;
}
.section--resource .row:last-child,
.section--resource form .field-group:last-child,
form .section--resource .field-group:last-child {
  margin-bottom: 0 !important;
}
.section--resource h3,
.section--resource .h3 {
  color: #323e48;
}
.section--resource .content {
  padding: 0 25px;
}
.product-sass-cloud .section--resource .content {
  padding-top: 0;
}
.section--resource .content.quote {
  padding: 2.3em 2em 1rem 80px;
}
.section--resource .content.quote .quote-text {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}
.section--resource .content.quote .quote-text:before {
  content: "“";
  color: #236093;
  position: absolute;
  left: 45px;
  font-size: 48px;
  line-height: 48px;
  font-style: normal;
  font-weight: bold;
}
.section--resource .content.quote .author {
  font-size: 0.85714rem;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 21px;
  line-height: 18px;
  color: #323e48;
}
.section--resource .content.quote .citation {
  font-size: 0.85714rem;
  margin-top: 10px;
}
.section--resource-video .image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section--resource-video .image-wrap img {
  display: block;
}
.section--resource-video .play-overlay:after,
.section--resource-video .play-overlay-small:after {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.15;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
}
.section--resource-video .play-overlay:hover:after,
.section--resource-video .play-overlay-small:hover:after {
  opacity: 0;
}
.section--resource .no-column-pad {
  position: relative;
  z-index: 1;
}
.section--table {
  padding-top: 0;
  padding-bottom: 0;
}
.section--table .row,
.section--table form .field-group,
form .section--table .field-group {
  margin-bottom: 0;
}
.section--table th,
.section--table td {
  color: #323e48;
  padding-left: 0;
  font-size: 1rem;
}
.section--table tbody tr {
  border-bottom: 1px solid #cccfd1;
}
.section--table thead tr {
  border-bottom: 4px solid #323e48;
}
.section--table .row,
.section--table form .field-group,
form .section--table .field-group {
  margin-left: 0;
  margin-right: 0;
  overflow-x: hidden;
}
.section--table .spec {
  overflow: hidden;
}
.section--table td {
  font-size: 16px;
  padding-left: 10px;
}
.section--table th {
  font-size: 18px;
}
.section--table .table-left {
  width: 27%;
  margin-right: -1px;
}
.section--table .table-right {
  width: 73%;
}
.section--table .title {
  display: inline-block;
  background-color: #323e48;
  font-weight: bold;
  margin: 0 0 40px;
}
.section--table .title:first-child {
  margin-top: 0;
}
.section--table .title:last-child {
  margin-bottom: 0;
}
.section--table .title p {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding: 12px 21px;
}
.section--products {
  padding-top: 0;
}
.section--products .wrap--narrow > .row,
.section--products form .wrap--narrow > .field-group,
form .section--products .wrap--narrow > .field-group {
  margin: 0;
}
.section--products .wrap .row,
.section--products .wrap--narrow .row,
.section--products .wrap form .field-group,
form .section--products .wrap .field-group,
.section--products .wrap--narrow form .field-group,
form .section--products .wrap--narrow .field-group {
  margin-top: 0;
  padding: 80px 0;
}
.section--products .wrap .row:not(.border--bottom),
.section--products .wrap--narrow .row:not(.border--bottom),
.section--products .wrap form .field-group:not(.border--bottom),
form .section--products .wrap .field-group:not(.border--bottom),
.section--products .wrap--narrow form .field-group:not(.border--bottom),
form .section--products .wrap--narrow .field-group:not(.border--bottom) {
  padding: 25px 0;
}
.section--products .wrap .row:not(.border--bottom):last-child,
.section--products .wrap--narrow .row:not(.border--bottom):last-child,
.section--products .wrap form .field-group:not(.border--bottom):last-child,
form .section--products .wrap .field-group:not(.border--bottom):last-child,
.section--products
  .wrap--narrow
  form
  .field-group:not(.border--bottom):last-child,
form
  .section--products
  .wrap--narrow
  .field-group:not(.border--bottom):last-child {
  padding-bottom: 0;
}
.section--products .wrap .row:not(.border--bottom):last-child .col-6,
.section--products .wrap--narrow .row:not(.border--bottom):last-child .col-6,
.section--products
  .wrap
  form
  .field-group:not(.border--bottom):last-child
  .col-6,
form
  .section--products
  .wrap
  .field-group:not(.border--bottom):last-child
  .col-6,
.section--products
  .wrap--narrow
  form
  .field-group:not(.border--bottom):last-child
  .col-6,
form
  .section--products
  .wrap--narrow
  .field-group:not(.border--bottom):last-child
  .col-6 {
  padding-bottom: 0;
}
.section--products .wrap h2,
.section--products .wrap--narrow h2,
.section--products .wrap .h2,
.section--products .wrap--narrow .h2 {
  font-size: 36px;
  margin-bottom: 0 !important;
}
.section--products .wrap h3,
.section--products .wrap--narrow h3,
.section--products .wrap .h3,
.section--products .wrap--narrow .h3 {
  line-height: 1.55rem;
  font-size: 1.5rem;
}
.C15-Title h3 {
  font-size: 1.5rem;
}
.section--products .wrap .screenshot,
.section--products .wrap--narrow .screenshot {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-bottom: 0;
}
.section--products .wrap .screenshot > img,
.section--products .wrap--narrow .screenshot > img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.section--products .wrap .screenshot:nth-child(even) .col-6:nth-child(even),
.section--products
  .wrap--narrow
  .screenshot:nth-child(even)
  .col-6:nth-child(even) {
  text-align: center;
}
.section--products .wrap .screenshot:nth-child(odd) .col-6:nth-child(odd),
.section--products
  .wrap--narrow
  .screenshot:nth-child(odd)
  .col-6:nth-child(odd) {
  text-align: center;
}
.section--products .wrap .col-12 > h2,
.section--products .wrap--narrow .col-12 > h2,
.section--products .wrap .col-12 > .h2,
.section--products .wrap--narrow .col-12 > .h2 {
  padding-bottom: 48.5px;
}
.section--resource .row,
.section--resource form .field-group,
form .section--resource .field-group,
.section--resources .row,
.section--resources form .field-group,
form .section--resources .field-group {
  margin-left: 0;
  margin-right: 0;
}
.section--features {
  line-height: 1.65;
}
.section--features .icon-wrapper img {
  box-shadow: none;
}
.section--features .icon-text {
  padding-left: 0;
}
.section--features .icon-text p {
  margin-bottom: 0;
}
.section--features .row,
.section--features form .field-group,
form .section--features .field-group {
  margin-bottom: 0;
}
.section--features .row:last-child,
.section--features form .field-group:last-child,
form .section--features .field-group:last-child {
  margin-bottom: 0;
}
.wrap--narrow {
  max-width: 1160px;
}
.no-column-pad [class*="col"] {
  padding: 0;
}
.play-overlay,
.play-overlay-small {
  display: block;
  position: relative;
}
.play-overlay:before,
.play-overlay-small:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(media/icons/play-overlay.svg) center no-repeat;
  z-index: 2;
  background-size: 20%;
}
@media (min-width: 1024px) {
  .C985-VerticalTab-Image .play-overlay:before {
    margin-bottom: 6px;
    margin-right: 38px;
  }
  .C06-Video-box .play-overlay:before {
    width: 110%;
    margin-right: -33px;
    margin-top: -10px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .C06-Video-box .play-overlay:before {
    margin-right: 12px;
    margin-bottom: 2px;
  }
}
.play-overlay-small:before {
  top: -7px;
  background-size: 18px;
}
.border--full {
  border: 1px solid #cccfd1;
}
.pull-in {
  padding: 0 40px;
}
.section--accordion {
  padding-top: 0;
}
.section--accordion .wrap .clearfix,
.section--accordion .wrap--narrow .clearfix,
.section--accordion .wrap .wrap,
.section--accordion .wrap--narrow .wrap,
.section--accordion .wrap .wrap--narrow,
.section--accordion .wrap--narrow .wrap--narrow {
  padding: 0 2rem 0 2rem;
  border: 1px solid #cccfd1;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.section--accordion .wrap .clearfix .accordion--headline,
.section--accordion .wrap--narrow .clearfix .accordion--headline,
.section--accordion .wrap .wrap .accordion--headline,
.section--accordion .wrap--narrow .wrap .accordion--headline,
.section--accordion .wrap .wrap--narrow .accordion--headline,
.section--accordion .wrap--narrow .wrap--narrow .accordion--headline {
  height: 100px;
  display: table;
  position: absolute;
  top: 0;
}
.section--accordion .wrap .clearfix h2,
.section--accordion .wrap--narrow .clearfix h2,
.section--accordion .wrap .wrap h2,
.section--accordion .wrap--narrow .wrap h2,
.section--accordion .wrap .wrap--narrow h2,
.section--accordion .wrap--narrow .wrap--narrow h2,
.section--accordion .wrap .clearfix .h2,
.section--accordion .wrap--narrow .clearfix .h2,
.section--accordion .wrap .wrap .h2,
.section--accordion .wrap--narrow .wrap .h2,
.section--accordion .wrap .wrap--narrow .h2,
.section--accordion .wrap--narrow .wrap--narrow .h2 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.section--accordion .wrap .clearfix .accordion--toggle,
.section--accordion .wrap--narrow .clearfix .accordion--toggle,
.section--accordion .wrap .wrap .accordion--toggle,
.section--accordion .wrap--narrow .wrap .accordion--toggle,
.section--accordion .wrap .wrap--narrow .accordion--toggle,
.section--accordion .wrap--narrow .wrap--narrow .accordion--toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100px;
  max-height: 100px;
  cursor: pointer;
  border: 0;
  width: 100%;
  background-color: transparent;
  outline: 0;
}
.section--accordion .wrap .clearfix .accordion--toggle:hover:after,
.section--accordion .wrap--narrow .clearfix .accordion--toggle:hover:after,
.section--accordion .wrap .wrap .accordion--toggle:hover:after,
.section--accordion .wrap--narrow .wrap .accordion--toggle:hover:after,
.section--accordion .wrap .wrap--narrow .accordion--toggle:hover:after,
.section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:hover:after {
  background-color: #1e537e;
}
.section--accordion .wrap .clearfix .accordion--toggle:after,
.section--accordion .wrap--narrow .clearfix .accordion--toggle:after,
.section--accordion .wrap .wrap .accordion--toggle:after,
.section--accordion .wrap--narrow .wrap .accordion--toggle:after,
.section--accordion .wrap .wrap--narrow .accordion--toggle:after,
.section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:after,
.section--accordion .wrap .clearfix .accordion--toggle:before,
.section--accordion .wrap--narrow .clearfix .accordion--toggle:before,
.section--accordion .wrap .wrap .accordion--toggle:before,
.section--accordion .wrap--narrow .wrap .accordion--toggle:before,
.section--accordion .wrap .wrap--narrow .accordion--toggle:before,
.section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:before {
  content: "–";
  max-height: 100px;
  min-height: 100px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  font-size: 3em;
  line-height: 1.95em;
  color: #fff;
  cursor: pointer;
}
.section--accordion .wrap .clearfix .accordion--toggle:before,
.section--accordion .wrap--narrow .clearfix .accordion--toggle:before,
.section--accordion .wrap .wrap .accordion--toggle:before,
.section--accordion .wrap--narrow .wrap .accordion--toggle:before,
.section--accordion .wrap .wrap--narrow .accordion--toggle:before,
.section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:before {
  z-index: 6;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 400ms -webkit-transform;
  transition: 400ms transform;
}
.section--accordion .wrap .clearfix .accordion--toggle:after,
.section--accordion .wrap--narrow .clearfix .accordion--toggle:after,
.section--accordion .wrap .wrap .accordion--toggle:after,
.section--accordion .wrap--narrow .wrap .accordion--toggle:after,
.section--accordion .wrap .wrap--narrow .accordion--toggle:after,
.section--accordion .wrap--narrow .wrap--narrow .accordion--toggle:after {
  background-color: #236093;
  z-index: 5;
}
.section--accordion .wrap .clearfix .accordion--toggle.active:before,
.section--accordion .wrap--narrow .clearfix .accordion--toggle.active:before,
.section--accordion .wrap .wrap .accordion--toggle.active:before,
.section--accordion .wrap--narrow .wrap .accordion--toggle.active:before,
.section--accordion .wrap .wrap--narrow .accordion--toggle.active:before,
.section--accordion
  .wrap--narrow
  .wrap--narrow
  .accordion--toggle.active:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.section--accordion .wrap .clearfix .accordion--inner,
.section--accordion .wrap--narrow .clearfix .accordion--inner,
.section--accordion .wrap .wrap .accordion--inner,
.section--accordion .wrap--narrow .wrap .accordion--inner,
.section--accordion .wrap .wrap--narrow .accordion--inner,
.section--accordion .wrap--narrow .wrap--narrow .accordion--inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section--accordion .wrap .clearfix .accordion--inner > .row,
.section--accordion .wrap--narrow .clearfix .accordion--inner > .row,
.section--accordion .wrap .wrap .accordion--inner > .row,
.section--accordion .wrap--narrow .wrap .accordion--inner > .row,
.section--accordion .wrap .wrap--narrow .accordion--inner > .row,
.section--accordion .wrap--narrow .wrap--narrow .accordion--inner > .row,
.section--accordion .wrap .clearfix form .accordion--inner > .field-group,
form .section--accordion .wrap .clearfix .accordion--inner > .field-group,
.section--accordion
  .wrap--narrow
  .clearfix
  form
  .accordion--inner
  > .field-group,
form
  .section--accordion
  .wrap--narrow
  .clearfix
  .accordion--inner
  > .field-group,
.section--accordion .wrap .wrap form .accordion--inner > .field-group,
form .section--accordion .wrap .wrap .accordion--inner > .field-group,
.section--accordion .wrap--narrow .wrap form .accordion--inner > .field-group,
form .section--accordion .wrap--narrow .wrap .accordion--inner > .field-group,
.section--accordion .wrap .wrap--narrow form .accordion--inner > .field-group,
form .section--accordion .wrap .wrap--narrow .accordion--inner > .field-group,
.section--accordion
  .wrap--narrow
  .wrap--narrow
  form
  .accordion--inner
  > .field-group,
form
  .section--accordion
  .wrap--narrow
  .wrap--narrow
  .accordion--inner
  > .field-group {
  margin-bottom: 0;
}
.section--accordion .wrap .clearfix .accordion--inner > .row > div,
.section--accordion .wrap--narrow .clearfix .accordion--inner > .row > div,
.section--accordion .wrap .wrap .accordion--inner > .row > div,
.section--accordion .wrap--narrow .wrap .accordion--inner > .row > div,
.section--accordion .wrap .wrap--narrow .accordion--inner > .row > div,
.section--accordion .wrap--narrow .wrap--narrow .accordion--inner > .row > div,
.section--accordion .wrap .clearfix form .accordion--inner > .field-group > div,
form .section--accordion .wrap .clearfix .accordion--inner > .field-group > div,
.section--accordion
  .wrap--narrow
  .clearfix
  form
  .accordion--inner
  > .field-group
  > div,
form
  .section--accordion
  .wrap--narrow
  .clearfix
  .accordion--inner
  > .field-group
  > div,
.section--accordion .wrap .wrap form .accordion--inner > .field-group > div,
form .section--accordion .wrap .wrap .accordion--inner > .field-group > div,
.section--accordion
  .wrap--narrow
  .wrap
  form
  .accordion--inner
  > .field-group
  > div,
form
  .section--accordion
  .wrap--narrow
  .wrap
  .accordion--inner
  > .field-group
  > div,
.section--accordion
  .wrap
  .wrap--narrow
  form
  .accordion--inner
  > .field-group
  > div,
form
  .section--accordion
  .wrap
  .wrap--narrow
  .accordion--inner
  > .field-group
  > div,
.section--accordion
  .wrap--narrow
  .wrap--narrow
  form
  .accordion--inner
  > .field-group
  > div,
form
  .section--accordion
  .wrap--narrow
  .wrap--narrow
  .accordion--inner
  > .field-group
  > div {
  padding-bottom: 0;
}
.section--accordion .wrap .clearfix .accordion--inner h3,
.section--accordion .wrap--narrow .clearfix .accordion--inner h3,
.section--accordion .wrap .wrap .accordion--inner h3,
.section--accordion .wrap--narrow .wrap .accordion--inner h3,
.section--accordion .wrap .wrap--narrow .accordion--inner h3,
.section--accordion .wrap--narrow .wrap--narrow .accordion--inner h3,
.section--accordion .wrap .clearfix .accordion--inner .h3,
.section--accordion .wrap--narrow .clearfix .accordion--inner .h3,
.section--accordion .wrap .wrap .accordion--inner .h3,
.section--accordion .wrap--narrow .wrap .accordion--inner .h3,
.section--accordion .wrap .wrap--narrow .accordion--inner .h3,
.section--accordion .wrap--narrow .wrap--narrow .accordion--inner .h3 {
  margin: 0;
}
.section--accordion .wrap .clearfix .accordion--inner .link-list,
.section--accordion .wrap--narrow .clearfix .accordion--inner .link-list,
.section--accordion .wrap .wrap .accordion--inner .link-list,
.section--accordion .wrap--narrow .wrap .accordion--inner .link-list,
.section--accordion .wrap .wrap--narrow .accordion--inner .link-list,
.section--accordion .wrap--narrow .wrap--narrow .accordion--inner .link-list {
  list-style-type: none;
  padding: 0;
}
.section--accordion .wrap .clearfix .accordion--inner .link-list li,
.section--accordion .wrap--narrow .clearfix .accordion--inner .link-list li,
.section--accordion .wrap .wrap .accordion--inner .link-list li,
.section--accordion .wrap--narrow .wrap .accordion--inner .link-list li,
.section--accordion .wrap .wrap--narrow .accordion--inner .link-list li,
.section--accordion
  .wrap--narrow
  .wrap--narrow
  .accordion--inner
  .link-list
  li {
  padding: 20px 0;
  background-image: -webkit-linear-gradient(left, #cccfd1 50%, white 0);
  background-image: linear-gradient(to right, #cccfd1 50%, white 0);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
}
.section--accordion .wrap .clearfix .accordion--inner .link-list li:last-child,
.section--accordion
  .wrap--narrow
  .clearfix
  .accordion--inner
  .link-list
  li:last-child,
.section--accordion .wrap .wrap .accordion--inner .link-list li:last-child,
.section--accordion
  .wrap--narrow
  .wrap
  .accordion--inner
  .link-list
  li:last-child,
.section--accordion
  .wrap
  .wrap--narrow
  .accordion--inner
  .link-list
  li:last-child,
.section--accordion
  .wrap--narrow
  .wrap--narrow
  .accordion--inner
  .link-list
  li:last-child {
  background-image: none;
}
.section--grid + .section--grid,
.section--resources + .section--grid {
  padding-top: 0;
}
.section--resources + .section--products {
  padding-top: 0;
}
ul.page--list {
  padding-left: 30px;
}
ul.page--list li {
  list-style: none;
  padding-bottom: 1rem;
}
ul.page--list li:before {
  content: "•";
  color: #ffa400;
  position: absolute;
  margin-left: -1rem;
}
ul.page--list li:last-child {
  padding-bottom: 0;
}
.press--release p {
  color: #5a646c;
}
.section--additional-resources .bold {
  margin-bottom: 0;
}
.section--additional-resources .bold + a {
  margin-bottom: 40px;
}
.section--additional-resources .resource,
.section--additional-resources .row:last-child,
.section--additional-resources form .field-group:last-child,
form .section--additional-resources .field-group:last-child {
  padding: 45px 15.75px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #cccfd1;
}
.section--additional-resources .resource p,
.section--additional-resources .row:last-child p,
.section--additional-resources form .field-group:last-child p,
form .section--additional-resources .field-group:last-child p {
  width: 100%;
}
.section--additional-resources .resource p.bold,
.section--additional-resources .row:last-child p.bold,
.section--additional-resources form .field-group:last-child p.bold,
form .section--additional-resources .field-group:last-child p.bold {
  font-size: 0.7619rem;
  margin-bottom: 0;
}
.section--additional-resources .resource p.bold + p,
.section--additional-resources .row:last-child p.bold + p,
.section--additional-resources form .field-group:last-child p.bold + p,
form .section--additional-resources .field-group:last-child p.bold + p {
  margin-top: 0;
}
.section--additional-resources .load--more {
  margin-top: 100px;
  margin-left: -15.75px;
  margin-right: -15.75px;
  width: calc(100% + 31.5px);
  padding: 34px 0;
  text-align: center;
  border: 1px solid #cccfd1;
}
.section--additional-resources .load--more p {
  color: #236093;
}
.section--search-filter {
  padding: 40px 0;
  text-align: center;
}
.section--search-filter .filter-label {
  line-height: 45px;
}
.section--search-filter input[type="text"] {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  height: 40px;
  margin-top: 0;
  vertical-align: top;
  width: 100%;
  max-width: 519px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 1rem;
}
.section--search-filter input[type="text"]::-webkit-input-placeholder {
  color: #5a646c;
  line-height: 17px;
}
.section--search-filter input[type="text"]::-moz-placeholder {
  color: #5a646c;
  line-height: 17px;
}
.section--search-filter input[type="text"]:-ms-input-placeholder {
  color: #5a646c;
  line-height: 17px;
}
.section--search-filter input[type="text"]::placeholder {
  color: #5a646c;
  line-height: 17px;
}
.section--search-filter input[type="submit"] {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #236093;
  color: #fff;
  border: 0;
  padding: 10px 60px;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 17px;
  height: 40px;
  margin-top: 0;
  vertical-align: top;
}
.section--search-filter .filter p {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.85714rem;
}
.section--search-filter .filter ul {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-size: 0.7619rem;
}
.section--search-filter .filter ul li {
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-right: 0.7rem;
  margin-right: 1.8rem;
}
.section--search-filter .filter ul li:after {
  content: "\25BC";
  font-size: 0.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}
.trailing--icon {
  margin-top: 20px;
  display: table;
  vertical-align: middle;
  float: left;
  width: 50%;
  position: relative;
}
.trailing--icon img,
.trailing--icon a {
  vertical-align: middle;
  display: inline-block;
}
.trailing--icon img {
  padding-right: 15px;
  width: 69px;
}
.trailing--icon a {
  width: calc(100% - 69px - 15px);
}
.section--products .wrap--narrow .screenshot--border {
  text-align: center;
}
.section--products .wrap--narrow .screenshot--border > div {
  border: 1px solid #cccfd1;
  min-height: 375px;
  margin-bottom: 1rem;
  position: relative;
}
.section--products .wrap--narrow .screenshot--border > div img {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section--products .wrap--narrow .screenshot--border a {
  font-size: 0.7619rem;
}
.customer-tiles .customer-logo > h3:only-child,
.customer-tiles .customer-logo > .h3:only-child {
  font-size: 1.14286rem;
  top: 50%;
  height: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 1rem;
  padding-right: 1rem;
}
.customer-tiles .customer-tile {
  border-bottom: 1px solid #fff;
}
.customer-tiles .customer-tile .link--bottom {
  top: 85%;
  position: absolute;
  left: 0;
  right: 0;
}
.customer-tiles .customer-tile .link--bottom .trailing-link,
.customer-tiles
  .customer-tile
  .link--bottom
  .section--grid
  .grid--inner-border
  .col-6
  a,
.section--grid
  .grid--inner-border
  .col-6
  .customer-tiles
  .customer-tile
  .link--bottom
  a,
.customer-tiles .customer-tile .link--bottom .section--grid .product-list li a,
.section--grid .product-list li .customer-tiles .customer-tile .link--bottom a {
  color: #fff;
  font-size: 0.85714rem;
}
.section--solutions .wrap--narrow .row .screenshot,
.section--solutions .wrap--narrow form .field-group .screenshot,
form .section--solutions .wrap--narrow .field-group .screenshot {
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.section--solutions
  .wrap--narrow
  .row:nth-child(2n + 1)
  .screenshot--border
  > div,
.section--solutions
  .wrap--narrow
  form
  .field-group:nth-child(2n + 1)
  .screenshot--border
  > div,
form
  .section--solutions
  .wrap--narrow
  .field-group:nth-child(2n + 1)
  .screenshot--border
  > div {
  margin-left: 1rem;
}
.section--solutions .wrap--narrow .row:nth-child(2n) .screenshot--border > div,
.section--solutions
  .wrap--narrow
  form
  .field-group:nth-child(2n)
  .screenshot--border
  > div,
form
  .section--solutions
  .wrap--narrow
  .field-group:nth-child(2n)
  .screenshot--border
  > div {
  margin-right: 1rem;
}
.section--solutions-detail {
  padding-bottom: 0;
}
.section--solutions-detail h2 + p,
.section--solutions-detail .h2 + p {
  margin-bottom: 25px;
}
.section--solutions-detail img {
  margin-top: 80px;
}
form.ready {
  margin-top: 80px;
}
form.ready input[type="text"] {
  width: calc(50% - 10px);
  display: inline-block;
  background-color: white;
  margin-bottom: 10px;
  height: 70px;
  padding-left: 30px;
  color: #323e48;
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  border: 1px solid #cccfd1;
  font-size: 0.85714rem;
}
form.ready input[type="text"]:nth-child(2n + 1) {
  margin-right: 5px;
}
form.ready input[type="text"]:nth-child(2n) {
  margin-left: 5px;
}
form.ready input[type="text"]::-webkit-input-placeholder {
  color: #323e48;
  font-size: 0.85714rem;
}
form.ready input[type="text"]::-moz-placeholder {
  color: #323e48;
  font-size: 0.85714rem;
}
form.ready input[type="text"]:-ms-input-placeholder {
  color: #323e48;
  font-size: 0.85714rem;
}
form.ready input[type="text"]::placeholder {
  color: #323e48;
  font-size: 0.85714rem;
}
form.ready input[type="text"]:focus {
  border: 1px solid #ffa400;
}
form.ready input[type="text"]:required::-webkit-input-placeholder:after {
  content: " *";
  color: #dc291e;
}
form.ready input[type="text"]:required::-moz-placeholder:after {
  content: " *";
  color: #dc291e;
}
form.ready input[type="text"]:required:-ms-input-placeholder:after {
  content: " *";
  color: #dc291e;
}
form.ready input[type="text"]:required::placeholder:after {
  content: " *";
  color: #dc291e;
}
form.ready input[type="submit"] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
  max-width: 325px;
  width: 100%;
  margin-top: 60px;
  font-weight: bold;
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  font-size: 0.85714rem;
}
form.ready input[type="submit"]:hover {
  color: #236093;
  background-color: #fff;
}
.cta--ready-form h2,
.cta--ready-form .h2 {
  margin-bottom: 25px;
}
.cta--ready-form h2 + p,
.cta--ready-form .h2 + p {
  margin-top: 25px;
}
.section--grid.grid--no-border h2 + p,
.section--grid.grid--no-border .h2 + p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.section--grid.grid--no-border .row,
.section--grid.grid--no-border form .field-group,
form .section--grid.grid--no-border .field-group {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.section--grid.grid--no-border .col-3,
.section--grid.grid--no-border .col-6 {
  border: none !important;
  height: 200px;
}
.cta--small {
  padding: 40px 0;
}
.breadcrumb {
  font-size: 0;
}
.breadcrumb ul {
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  vertical-align: middle;
  color: #000;
}
.breadcrumb li:last-child {
  color: #8e9091;
}
.breadcrumb li + li:before {
  color: #8e9091;
  content: "›";
  float: left;
  font-size: 15px;
  vertical-align: baseline;
  margin: 0 8px;
}
.breadcrumb li a {
  color: #8e9091;
  font-size: 15px;
}
.resource-filter-list {
  border-top: 1px solid #1e252b;
  padding-top: 25px;
  text-align: left;
}
.resource-filter-list h4,
.resource-filter-list .h4 {
  color: #ffa400;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.resource-filter-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.resource-filter-list li {
  line-height: 20px;
}
.resource-filter-list li + li {
  margin-top: 12.5px;
}
.resource-filter-list input[type="checkbox"] {
  float: left;
  position: relative;
  top: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.resource-filter-list label {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-left: 2em;
}
.table--basic {
  border-bottom: 1px solid #cccfd1;
  border-top: 3px solid #323e48;
  font-size: 14px;
}
.table--basic tr + tr > td {
  border-top: 1px solid #cccfd1;
}
.table--basic td {
  padding: 7.5px 0;
}
.table--basic td:first-child {
  font-weight: bold;
}
.table--basic td:last-child {
  text-align: right;
}
.valprop {
  padding: 80px 80px 55px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.valprop h1,
.valprop .h1 {
  width: 70%;
  line-height: 1.25;
  font-weight: bold;
}
.valprop h1.width--full,
.valprop .width--full.h1 {
  width: 100%;
}
.valprop h1,
.valprop .h1,
.valprop h2,
.valprop .h2,
.valprop h3,
.valprop .h3,
.valprop h4,
.valprop .h4,
.valprop p,
.valprop a {
  color: #fff;
}
.valprop h3,
.valprop .h3 {
  margin: 0 0 10px 0;
}
.valprop h3:first-child,
.valprop .h3:first-child {
  margin-top: 0;
}
.valprop h3:last-child,
.valprop .h3:last-child {
  margin-bottom: 0;
}
.valprop p {
  margin: 0 0 40px 0;
}
.valprop p:first-child {
  margin-top: 0;
}
.valprop p:last-child {
  margin-bottom: 0;
}
.valprop h3 + ul,
.valprop .h3 + ul {
  margin-top: 10px;
  padding-left: 0;
}
.valprop h3 + ul li,
.valprop .h3 + ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  list-style: none;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}
.valprop h3 + ul li:before,
.valprop .h3 + ul li:before {
  content: "•";
  color: #ffa400;
  position: absolute;
  margin-left: -1rem;
}
.valprop--no-button {
  padding-bottom: 100px;
}
.valprop--product .image-wrap {
  margin: auto;
}
.valprop--product .image-wrap .product--image {
  display: block;
  margin: auto;
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
  margin-left: 50%;
  margin-top: -19rem;
}
.valprop--product h1,
.valprop--product .h1 {
  margin-top: 40px;
}
.valprop--team h1,
.valprop--team .h1 {
  margin-bottom: 25px;
}
.valprop--team h1 + .row,
.valprop--team .h1 + .row,
.valprop--team form h1 + .field-group,
form .valprop--team h1 + .field-group,
.valprop--team form .h1 + .field-group,
form .valprop--team .h1 + .field-group {
  margin-top: 0;
}
.valprop--no-subhead h1,
.valprop--no-subhead .h1 {
  margin-top: 20px;
}
.valprop--home-style {
  padding-top: 190px;
  padding-bottom: 100px;
}
.valprop--home-style h1,
.valprop--home-style .h1,
.valprop--home-style p {
  width: inherit;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.valprop--home-style p {
  max-width: 1024px;
}
.valprop--home-style h1,
.valprop--home-style .h1 {
  margin-bottom: 15px;
}
.valprop--home-style a.button--transparent {
  margin: auto;
  display: table;
  margin-top: 40px;
}
.no--nav .nav-wrap {
  margin-top: 62px;
}
.no--nav .valprop.bg--white {
  padding-bottom: 0;
}
.no--nav .valprop.bg--white h1,
.no--nav .valprop.bg--white .h1 {
  color: #323e48;
}
@media (max-height: 850px) {
  .valprop--home-head {
    font-size: 50px;
  }
  .valprop--home-subhead {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .title--milestones {
    text-align: left;
  }
}
@media (min-width: 1025px) and (max-width: 1290px) {
  section .wrap,
  .wrap--narrow,
  section .wrap--narrow {
    padding-right: 35px;
  }
}
@media (max-width: 1279px) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .valprop--home-ctas .cta-title {
    font-size: 17px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  section {
    padding: 40px 0;
  }
  .wrap,
  .wrap--narrow,
  .wrap--narrow {
    padding: 0 40px;
  }
  .valprop--home-ctas .effect .cta-title {
    top: 0;
  }
  .valprop--home-ctas .effect .cta-desc {
    margin-top: 20px;
    visibility: visible;
    opacity: 1;
    left: 0;
    position: relative;
  }
}
@media (max-width: 1023px) {
  .no--nav .page--container {
    padding-top: 72px;
  }
  .no--nav .nav-wrap {
    margin-top: 0;
  }
  .no--nav .valprop {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .no--nav .valprop + .section--grid {
    padding-top: 40px;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-3,
  form .field-group .label {
    width: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-9,
  form .field-group .field {
    width: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  h1,
  .h1 {
    font-size: 1.80952rem;
  }
  .valprop h3 + ul,
  .valprop .h3 + ul {
    margin-bottom: 0;
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin: 75px 0 25px;
  }
  h1:first-child,
  .h1:first-child,
  h2:first-child,
  .h2:first-child,
  h3:first-child,
  .h3:first-child,
  h4:first-child,
  .h4:first-child,
  h5:first-child,
  .h5:first-child,
  h6:first-child,
  .h6:first-child {
    margin-top: 0;
  }
  h1:last-child,
  .h1:last-child,
  h2:last-child,
  .h2:last-child,
  h3:last-child,
  .h3:last-child,
  h4:last-child,
  .h4:last-child,
  h5:last-child,
  .h5:last-child,
  h6:last-child,
  .h6:last-child {
    margin-bottom: 20px;
  }
  h2,
  .h2 {
    font-size: 1.2381rem;
  }
  h3,
  .h3 {
    font-size: 0.95238rem;
  }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    right: -2px;
    top: -48px;
  }
  .border--top-and-bottom {
    padding: 25px 0;
  }
  .border--between > *.col-6 img + h3,
  .border--between > *.col-6 img + .h3 {
    font-size: 18px !important;
  }
  .hide-medium {
    display: none;
  }
  p.text--smaller,
  p.text--smaller a,
  .text--smaller p {
    font-size: 1rem;
  }
  .text--smallest p {
    font-size: 1rem;
  }
  .section--product-image {
    -webkit-transform: translate(8%, 50%);
    transform: translate(8%, 50%);
    width: 300px;
  }
  .section--product-image img {
    max-height: 160px;
  }
  .valprop--home-ctas .effect .cta-title {
    top: 0;
  }
  .valprop--home-ctas .effect .cta-desc {
    margin-top: 20px;
    visibility: visible;
    opacity: 1;
    left: 0;
    position: relative;
  }
  .valprop--home {
    height: calc(100vh - 196px);
  }
  .valprop--home-head {
    font-size: 50px;
  }
  .valprop--home-subhead {
    font-size: 20px;
  }
  .valprop--home-ctas {
    position: relative;
  }
  .valprop--home-ctas .row,
  .valprop--home-ctas form .field-group,
  form .valprop--home-ctas .field-group {
    display: block;
    height: inherit;
    margin-bottom: -48px;
    padding-bottom: 48px;
  }
  .valprop--home-ctas .row.no-border {
    padding-bottom: 0;
  }
  .valprop--home-ctas .row:after,
  .valprop--home-ctas form .field-group:after,
  form .valprop--home-ctas .field-group:after,
  .valprop--home-ctas .row:before,
  .valprop--home-ctas form .field-group:before,
  form .valprop--home-ctas .field-group:before {
    display: none;
  }
  .valprop--home-ctas .col,
  .valprop--home-ctas [class*="col-"],
  .valprop--home-ctas form .field-group .label,
  form .field-group .valprop--home-ctas .label,
  .valprop--home-ctas form .field-group .field,
  form .field-group .valprop--home-ctas .field {
    border-left: 0 !important;
    display: none;
  }
  .valprop--home-ctas .row.no-border {
    background: #fff;
  }
  .valprop--home-ctas .no-border [class*="col-"] {
    display: block;
    margin-bottom: 20px;
  }
  .valprop--home-ctas .col:first-child,
  .valprop--home-ctas [class*="col-"]:first-child,
  .valprop--home-ctas form .field-group .label:first-child,
  form .field-group .valprop--home-ctas .label:first-child,
  .valprop--home-ctas form .field-group .field:first-child,
  form .field-group .valprop--home-ctas .field:first-child {
    display: block;
  }
  .valprop--home-ctas .col > a,
  .valprop--home-ctas [class*="col-"] > a,
  .valprop--home-ctas form .field-group .label > a,
  form .field-group .valprop--home-ctas .label > a,
  .valprop--home-ctas form .field-group .field > a,
  form .field-group .valprop--home-ctas .field > a {
    min-height: 140px;
  }
  .valprop--home-ctas .cta-thumb {
    height: 90px;
    width: 90px;
  }
  .valprop--home-ctas .cta--pager {
    bottom: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .valprop--home-ctas .cta--pager span {
    border: 1px solid #5a646c;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    height: 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 8px;
  }
  .valprop--home-ctas .cta--pager span + span {
    margin-left: 20px;
  }
  .valprop--home-ctas .cta--pager span.cycle-pager-active {
    background: #5a646c;
  }
  .icon--outer .col-4 .icon-text a {
    font-size: 24px;
  }
  .icon--outer {
    margin-left: 0;
    margin-right: 0;
  }
  .graph--container .border--left {
    margin-left: 0;
    border-left: 0;
  }
  .graph--container .graphs {
    text-align: center;
  }
  .graph--container .graphs .footnote {
    text-align: right;
  }
  .select-container select {
    font-size: 0.85714rem;
  }
  .contact--form input::-webkit-input-placeholder,
  .contact--form--small input::-webkit-input-placeholder {
    font-size: 0.85714rem;
  }
  .contact--form input::-moz-placeholder,
  .contact--form--small input::-moz-placeholder {
    font-size: 0.85714rem;
  }
  .contact--form input:-ms-input-placeholder,
  .contact--form--small input:-ms-input-placeholder {
    font-size: 0.85714rem;
  }
  .contact--form input::placeholder,
  .contact--form--small input::placeholder {
    font-size: 0.85714rem;
  }
  .contact--form p.text--smaller,
  .contact--form--small p.text--smaller,
  .contact--form p.text--smaller a,
  .contact--form--small p.text--smaller a,
  .contact--form .text--smaller p,
  .contact--form--small .text--smaller p {
    font-size: 1rem;
  }
  .contact--numbers .icon--wrapper {
    display: none;
  }
  .contact--form--small input:not([type="submit"])::-webkit-input-placeholder,
  .contact--form--small input[type="submit"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact--form--small input:not([type="submit"])::-moz-placeholder,
  .contact--form--small input[type="submit"]::-moz-placeholder {
    font-size: 14px;
  }
  .contact--form--small input:not([type="submit"]):-ms-input-placeholder,
  .contact--form--small input[type="submit"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact--form--small input:not([type="submit"])::placeholder,
  .contact--form--small input[type="submit"]::placeholder {
    font-size: 14px;
  }
  .contact--top .cta--item.col-4.border--left-right {
    border-left: 0;
    border-right: 0;
    min-height: inherit;
  }
  .bg--alternating .cta--item {
    padding-right: 40px;
  }
  .section--news-events .wrap--narrow .row--news-events > .col-6:first-child,
  .section--news-events .wrap--narrow .row--news-events > .col-6:last-child {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .section--resources.section--webinars .row,
  .section--resources.section--webinars form .field-group,
  form .section--resources.section--webinars .field-group {
    padding-bottom: 40px;
  }
  .section--social-links .row > .col-12,
  .section--social-links form .field-group > .col-12,
  form .section--social-links .field-group > .col-12 {
    text-align: center;
  }
  .section--grid .grid--inner-border .col-3.col-md-4.col-sm-6 h3,
  .section--grid .grid--inner-border .col-3.col-md-4.col-sm-6 .h3 {
    font-size: 0.85714rem;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-child(4n)),
  .section--grid .grid--inner-border .col-3:not(.last-row) {
    border: 0;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-child(3n)) {
    border-right: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section--grid .grid--inner-border .col-6 .helper {
    display: none;
  }
  .section--grid .grid--inner-border .col-6 .grid-image {
    height: inherit;
  }
  .section--grid .grid--inner-border .col-6 .grid-image img {
    padding: 80px 0;
  }
  .section--grid .grid--inner-border .col-6:nth-child(2n-1),
  .section--grid .grid--inner-border .col-6:nth-child(-n + 2),
  .section--grid .grid--inner-border .col-6:nth-last-child(-n + 2) {
    border: 0;
    padding-top: 0;
  }
  .section--grid .grid--inner-border .col-6:first-child .grid-image img {
    padding-top: 0;
  }
  .section--grid .grid--inner-border .col-6:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  .section--quote .quote {
    margin-left: 40px;
  }
  .section--quote .quote > p {
    font-size: 1.14286rem;
  }
  .section--team .row.biography:not(:first-child),
  .section--team form .biography.field-group:not(:first-child),
  form .section--team .biography.field-group:not(:first-child) {
    padding-top: 40px;
  }
  .section--team .row.biography:not(:last-child),
  .section--team form .biography.field-group:not(:last-child),
  form .section--team .biography.field-group:not(:last-child) {
    padding-bottom: 40px;
  }
  .section--team .team--avatar {
    width: 30%;
  }
  .section--team .team--text {
    width: 70%;
  }
  .centered--rule:before {
    left: 45px;
  }
  .centered--rule:after {
    right: 45px;
  }
  .section--tiles .col-4 {
    padding-bottom: 1.5em;
  }
  .section--tiles .col-4:nth-child(2n + 1) {
    padding-left: 2em;
    padding-right: 0.75em;
  }
  .section--tiles .col-4:nth-child(2n + 2) {
    padding-left: 0.75em;
    padding-right: 2em;
  }
  .section--tiles .col-4 .resource.quote {
    padding-bottom: 2em;
  }
  .section--tiles .resources--container {
    margin-left: 0;
    margin-right: 0;
  }
  .section--tiles .col-4:nth-child(odd) {
    padding-left: 0;
  }
  .section--tiles .col-4:nth-child(even) {
    padding-right: 0;
  }
  .section--resources .slides .cta--item.border--left-right {
    border-left: 0;
    border-right: 0;
  }
  .section--products .wrap h2,
  .section--products .wrap--narrow h2,
  .section--products .wrap .h2,
  .section--products .wrap--narrow .h2 {
    padding-left: 0;
  }
  .section--products .wrap .border--bottom,
  .section--products .wrap--narrow .border--bottom {
    padding: 40px 0;
  }
  .section--products .wrap .row,
  .section--products .wrap--narrow .row,
  .section--products .wrap form .field-group,
  form .section--products .wrap .field-group,
  .section--products .wrap--narrow form .field-group,
  form .section--products .wrap--narrow .field-group {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .section--products .wrap h3,
  .section--products .wrap--narrow h3,
  .section--products .wrap .h3,
  .section--products .wrap--narrow .h3 {
    margin-bottom: 1rem;
  }
  .section--features .icon-wrapper {
    width: 55px;
  }
  .section--features .pull-in {
    padding: 0;
  }
  .section--features .icon-text {
    padding-left: 0.5em;
    width: calc(100% - 66px);
  }
  .section--features h2,
  .section--features .h2 {
    font-size: 36px;
  }
  .section--resources {
    padding-top: 40px;
  }
  .section--resources .cta--item.col-4 {
    padding: 2rem 2rem 4rem 2rem;
  }
  .section--resource-video .image-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section--resource-video .image-wrap img {
    display: block;
  }
  .section--grid .wrap h2,
  .section--grid .wrap--narrow h2,
  .section--grid .wrap .h2,
  .section--grid .wrap--narrow .h2,
  .section--grid .wrap--narrow h2,
  .section--grid .wrap--narrow .h2 {
    font-size: 1.14286rem;
  }
  .section--grid .wrap .row:not(.resources--container) h3,
  .section--grid .wrap--narrow .row:not(.resources--container) h3,
  .section--grid .wrap form .field-group:not(.resources--container) h3,
  form .section--grid .wrap .field-group:not(.resources--container) h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) h3,
  form .section--grid .wrap--narrow .field-group:not(.resources--container) h3,
  .section--grid .wrap .row:not(.resources--container) .h3,
  .section--grid .wrap--narrow .row:not(.resources--container) .h3,
  .section--grid .wrap form .field-group:not(.resources--container) .h3,
  form .section--grid .wrap .field-group:not(.resources--container) .h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) .h3,
  form .section--grid .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--grid .wrap--narrow .row:not(.resources--container) h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) h3,
  form .section--grid .wrap--narrow .field-group:not(.resources--container) h3,
  .section--grid .wrap--narrow .row:not(.resources--container) .h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) .h3,
  form
    .section--grid
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3 {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .section--grid .wrap p,
  .section--grid .wrap--narrow p,
  .section--grid .wrap a,
  .section--grid .wrap--narrow a,
  .section--grid .wrap .col-4 .resource p,
  .section--grid .wrap--narrow .col-4 .resource p,
  .section--grid .wrap .col-4 .resource a,
  .section--grid .wrap--narrow .col-4 .resource a,
  .section--grid .wrap--narrow p,
  .section--grid .wrap--narrow a,
  .section--grid .wrap--narrow .col-4 .resource p,
  .section--grid .wrap--narrow .col-4 .resource a {
    font-size: 0.85714rem;
  }
  .trailing--icon {
    width: 100%;
  }
  .section--products .wrap--narrow .screenshot--border {
    margin-bottom: 40px;
  }
  .section--products .wrap--narrow .screenshot--border > div {
    min-height: inherit;
  }
  .section--products .wrap--narrow .screenshot--border > div img {
    position: relative;
    top: inherit;
    -webkit-transform: none;
    transform: none;
  }
  .section--solutions
    .wrap--narrow
    .row:nth-child(2n + 1)
    .screenshot--border
    > div,
  .section--solutions
    .wrap--narrow
    form
    .field-group:nth-child(2n + 1)
    .screenshot--border
    > div,
  form
    .section--solutions
    .wrap--narrow
    .field-group:nth-child(2n + 1)
    .screenshot--border
    > div {
    margin-left: 0;
  }
  .section--solutions
    .wrap--narrow
    .row:nth-child(2n)
    .screenshot--border
    > div,
  .section--solutions
    .wrap--narrow
    form
    .field-group:nth-child(2n)
    .screenshot--border
    > div,
  form
    .section--solutions
    .wrap--narrow
    .field-group:nth-child(2n)
    .screenshot--border
    > div {
    margin-right: 0;
  }
  .section--solutions + .section--grid {
    padding-top: 0;
  }
  .section--solutions + .section--grid .customer-tiles .customer-tile h3,
  .section--solutions + .section--grid .customer-tiles .customer-tile .h3 {
    font-size: 0.85714rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  form.ready input[type="text"] {
    width: 100%;
  }
  form.ready input[type="text"]:nth-child(2n + 1),
  form.ready input[type="text"]:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
  form.ready input[type="submit"] {
    margin-top: 25px;
  }
  form.ready {
    margin-top: 25px;
  }
  .cta--ready-form h2 + p,
  .cta--ready-form .h2 + p {
    font-size: 0.85714rem;
  }
  .valprop {
    padding: 20px 0 0 0;
    margin-bottom: 50px;
  }
  .valprop .image-wrap .product--image {
    -webkit-transform: translateY(7.5rem);
    transform: translateY(7.5rem);
    margin-top: -5rem;
    margin-left: 0;
  }
  .valprop--home-style {
    padding-bottom: 100px;
    padding-top: 180px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .valprop h1,
  .valprop .h1 {
    width: 100%;
  }
  .button--transparent:after {
    right: 15px;
  }
  .button,
  [class*="button--"] {
    padding: 15px 50px 15px 15px;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-4,
  form .field-group .label {
    width: 33.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-8,
  form .field-group .field {
    width: 66.66667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  h1 br,
  .h1 br,
  h2 br,
  .h2 br,
  h3 br,
  .h3 br,
  h4 br,
  .h4 br,
  h5 br,
  .h5 br,
  h6 br,
  .h6 br {
    display: none;
  }
  h1,
  .h1 {
    font-size: 1.4rem;
  }
  .val-prop--sass-solutions h1,
  .val-prop--sass-solutions .h1 {
    font-weight: bold;
  }
  h2,
  .h2 {
    font-size: 1.3rem;
  }
  h3,
  .h3 {
    font-size: 1.2rem;
  }
  h5,
  .h5 {
    font-size: 1.05rem;
  }
  .bg--threatmap.col,
  .bg--threatmap [class*="col-"],
  form .field-group .bg--threatmap.label,
  form .field-group .bg--threatmap.field {
    height: 340px;
  }
  .cta--with-text {
    margin-left: 0;
    margin-right: 0;
  }
  .button,
  [class*="button--"] {
    font-size: 1rem;
  }
  .button--transparent:after {
    right: 15px !important;
  }
  .cta--with-text .col,
  .cta--with-text [class*="col-"],
  .cta--with-text form .field-group .label,
  form .field-group .cta--with-text .label,
  .cta--with-text form .field-group .field,
  form .field-group .cta--with-text .field {
    margin: 15px 0;
  }
  .cta--with-text .col:first-child,
  .cta--with-text [class*="col-"]:first-child,
  .cta--with-text form .field-group .label:first-child,
  form .field-group .cta--with-text .label:first-child,
  .cta--with-text form .field-group .field:first-child,
  form .field-group .cta--with-text .field:first-child {
    margin-top: 0;
  }
  .cta--with-text .col:last-child,
  .cta--with-text [class*="col-"]:last-child,
  .cta--with-text form .field-group .label:last-child,
  form .field-group .cta--with-text .label:last-child,
  .cta--with-text form .field-group .field:last-child,
  form .field-group .cta--with-text .field:last-child {
    margin-bottom: 0;
  }
  .cta--with-text .button,
  .cta--with-text [class*="button--"] {
    display: inline-block;
  }
  .C07-Image-Callout-Box .col-sm-12 > h3 {
    margin-top: 20px !important;
  }
  .C07-Image-Callout-Box .section--products {
    padding-bottom: 0 !important;
  }
  .col-offset-half {
    margin-left: 0;
  }
  .button--transparent:after {
    float: right;
  }
  button.tab-selector {
    width: calc(47% - 0.5rem);
  }
  .hide-small {
    display: none;
  }
  .home .section--news-events .row,
  .home .section--news-events form .field-group,
  form .home .section--news-events .field-group {
    margin: 0;
  }
  .home .section--news-events .col,
  .home .section--news-events [class*="col-"],
  .home .section--news-events form .field-group .label,
  form .field-group .home .section--news-events .label,
  .home .section--news-events form .field-group .field,
  form .field-group .home .section--news-events .field {
    padding: 0;
  }
  .home .section--news-events .col + .col,
  .home .section--news-events [class*="col-"] + .col,
  .home .section--news-events form .field-group .label + .col,
  form .field-group .home .section--news-events .label + .col,
  .home .section--news-events form .field-group .field + .col,
  form .field-group .home .section--news-events .field + .col,
  .home .section--news-events .col + [class*="col-"],
  .home .section--news-events [class*="col-"] + [class*="col-"],
  .home .section--news-events form .field-group .label + [class*="col-"],
  form .field-group .home .section--news-events .label + [class*="col-"],
  .home .section--news-events form .field-group .field + [class*="col-"],
  form .field-group .home .section--news-events .field + [class*="col-"],
  .home .section--news-events form .field-group .col + .label,
  form .field-group .home .section--news-events .col + .label,
  .home .section--news-events form .field-group [class*="col-"] + .label,
  form .field-group .home .section--news-events [class*="col-"] + .label,
  .home .section--news-events form .field-group .label + .label,
  form .field-group .home .section--news-events .label + .label,
  .home .section--news-events form .field-group .field + .label,
  form .field-group .home .section--news-events .field + .label,
  .home .section--news-events form .field-group .col + .field,
  form .field-group .home .section--news-events .col + .field,
  .home .section--news-events form .field-group [class*="col-"] + .field,
  form .field-group .home .section--news-events [class*="col-"] + .field,
  .home .section--news-events form .field-group .label + .field,
  form .field-group .home .section--news-events .label + .field,
  .home .section--news-events form .field-group .field + .field,
  form .field-group .home .section--news-events .field + .field {
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
    padding-top: 40px;
  }
  .home .section--news-events .col:nth-child(2),
  .home .section--news-events [class*="col-"]:nth-child(2),
  .home .section--news-events form .field-group .label:nth-child(2),
  form .field-group .home .section--news-events .label:nth-child(2),
  .home .section--news-events form .field-group .field:nth-child(2),
  form .field-group .home .section--news-events .field:nth-child(2) {
    border-left: 0;
    border-right: 0;
  }
  .home .section--news-events footer {
    margin-top: 20px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .material-block--white {
    margin: 40px 0;
  }
  .material-block--white:first-child {
    margin-top: 0;
  }
  .material-block--white:last-child {
    margin-bottom: 0;
  }
  .material-block--white .col,
  .material-block--white [class*="col-"],
  .material-block--white form .field-group .label,
  form .field-group .material-block--white .label,
  .material-block--white form .field-group .field,
  form .field-group .material-block--white .field {
    padding: 56.5px 31.5px;
  }
  .section--product-image {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    width: 100%;
  }
  .section--product-image img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }
  .valprop--home-head {
    letter-spacing: 0 !important;
  }
  .valprop--home-last-slide,
  .valprop--home-slide > div {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100% !important;
    height: 100%;
  }
  .valprop--home {
    max-height: 750px;
    min-height: 410px;
    height: calc(100vh - 230px);
  }
  .valprop--home:before {
    border-top: 0;
  }
  .valprop--home-title {
    top: 40%;
  }
  main .wrap--narrow:first-child,
  header .wrap:first-child,
  footer .wrap:first-child,
  .C05-Container .wrap:first-child,
  .C05-Container .wrap--default:first-child {
    padding: 0 20px;
  }
  .C06-Video-box .wrap,
  .C03-Technical-Documents-List .wrap {
    margin-right: 20px;
    margin-left: 20px;
  }
  .C05-Container .C05-Container .wrap--default,
  .C05-Container .C05-Container .wrap,
  .C04-Asset-row .wrap {
    padding: 0 !important;
  }
  .C26-Large-Detail-Grid .grid-text {
    text-align: left;
  }
  .C26-Large-Detail-Grid [class*="col-"],
  .C07-Image-Callout-Box [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .section--has-product-image .wrap,
  .section--has-product-image .wrap--narrow {
    padding-bottom: 120px !important;
  }
  .C07-Image-Callout-Box .wrap--narrow {
    padding: 0 !important;
  }
  li {
    font-size: 1rem;
  }
  .home .section--news-events .row {
    padding-bottom: 0;
  }
  .valprop--home-title br {
    display: none;
  }
  .valprop--home-head {
    font-size: 36px;
  }
  .valprop--home-subhead {
    font-size: 18px;
  }
  .cta h2,
  .cta .h2 {
    margin-bottom: 40px;
  }
  .cta .buttons {
    width: 100%;
    display: inline-block;
    margin: auto;
    text-align: left;
  }
  .cta .buttons:not(:last-child) {
    margin-bottom: 1rem;
  }
  .cta .buttons .button--transparent,
  .cta .buttons .button--white {
    display: table;
    width: 100%;
  }
  .icon--outer {
    padding-left: 1em;
    padding-right: 1em;
  }
  .icon--outer .col-4 {
    height: 275px;
  }
  .icon-text {
    width: calc(100% - 70px);
  }
  .section--grid h2 + p,
  .section--grid .h2 + p {
    margin-bottom: 40px;
  }
  .section--grid h2,
  .section--grid .h2 {
    line-height: 1.5rem;
  }
  .press--item a {
    font-size: 1rem;
  }
  .press--item + .press--item {
    margin-top: 25px;
  }
  .C34-News-Grid h3 {
    margin-bottom: 20px;
  }
  .C34-News-Grid footer {
    font-size: 1rem;
  }
  .home-topnews {
    margin-bottom: 20px;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-child(4n)),
  .section--grid .grid--inner-border .col-3:not(.last-row),
  .section--grid .grid--inner-border .col-3:not(:nth-child(3n)),
  .section--grid .grid--inner-border .col-3:not(:nth-last-child(-n + 2)) {
    border: 0;
  }
  .section--grid .grid--inner-border .col-3:nth-child(2n-1) {
    border-right: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border#category-list .col-3:not(:last-child) {
    border-bottom: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-3:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-6 .grid-text {
    padding-bottom: 40px;
  }
  .section--grid .grid--inner-border .col-6 h3,
  .section--grid .grid--inner-border .col-6 .h3 {
    margin-bottom: 10px !important;
  }
  .section--grid .grid--inner-border .col-6 h3 + .subhead,
  .section--grid .grid--inner-border .col-6 .h3 + .subhead {
    font-size: 1rem;
  }
  .section--grid .grid--inner-border .col-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section--grid .grid--inner-border .col-6 p:not(.subhead) {
    font-size: 0.85714rem;
  }
  .section--grid .product-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
  .section--grid .product-list li a {
    font-size: 1rem;
  }
  .section--quote .quote > p:before {
    margin-left: -0.6rem;
  }
  .section--quote .quote {
    margin-left: 0;
    padding: 0 20px;
    border-left: 0;
  }
  .section--quote .quote--text {
    padding: 0 0 0 20px;
  }
  .section--quote .quote--text h3,
  .section--quote .quote--text .h3,
  .section--quote .quote--text p {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
  }
  .section--team .team--avatar {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
  }
  .section--team .team--avatar img {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  .section--team .team--text {
    width: 100%;
    padding: 0;
  }
  .section--tiles .col-4 .resource {
    padding-bottom: 60px;
  }
  .section--tiles .col-4:nth-child(2n + 1),
  .section--tiles .col-4:nth-child(2n + 2) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section--tiles .col-4.accordion--container .accordion-small {
    margin-top: 1rem;
    padding-bottom: 25px;
  }
  .section--tiles .col-4.accordion--container .resource {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 1rem 0;
    min-height: 100px;
  }
  .section--tiles .col-4.accordion--container .resource h3,
  .section--tiles .col-4.accordion--container .resource .h3 {
    margin-bottom: 0;
    padding-right: calc(100px + 1.5rem);
    padding-right: -webkit-calc(100px + 1.5rem);
    height: 100px;
    display: table-cell;
    vertical-align: middle;
  }
  .section--tiles .col-4.accordion--container .resource:after,
  .section--tiles .col-4.accordion--container .resource:before {
    content: "–";
    max-height: 100px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    font-size: 3em;
    line-height: 1.4em;
    color: #fff;
    cursor: pointer;
  }
  .section--tiles .col-4.accordion--container .resource:before {
    z-index: 6;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 400ms -webkit-transform;
    transition: 400ms transform;
  }
  .section--tiles .col-4.accordion--container .resource:after {
    background-color: #236093;
    z-index: 5;
  }
  .section--tiles .col-4.accordion--container .resource.active:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .section--tiles .col-4.col-md-6.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .section--resource .content {
    padding: 25px 25px 40px;
  }
  .section--resource .content p {
    font-size: 1rem;
  }
  .section--resource .content.quote {
    padding-left: 60px;
  }
  .section--resource .content.quote .quote-text:before {
    left: 25px;
  }
  .section--table .table-left {
    width: 45%;
  }
  .section--table .table-right {
    width: 55%;
  }
  .section--products .wrap .alternate--elements .row,
  .section--products .wrap--narrow .alternate--elements .row,
  .section--products .wrap .alternate--elements form .field-group,
  form .section--products .wrap .alternate--elements .field-group,
  .section--products .wrap--narrow .alternate--elements form .field-group,
  form .section--products .wrap--narrow .alternate--elements .field-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section--features h2,
  .section--features .h2 {
    font-size: 1.3rem;
  }
  .section--features .row:last-child,
  .section--features form .field-group:last-child,
  form .section--features .field-group:last-child {
    margin-top: 1rem;
  }
  .section--features .row,
  .section--features form .field-group,
  form .section--features .field-group {
    margin-top: 1rem;
  }
  .section--features .row .col-6,
  .section--features form .field-group .col-6,
  form .section--features .field-group .col-6 {
    margin-bottom: 1rem;
  }
  .section--accordion .wrap .clearfix,
  .section--accordion .wrap--narrow .clearfix,
  .section--accordion .wrap .wrap,
  .section--accordion .wrap--narrow .wrap,
  .section--accordion .wrap .wrap--narrow,
  .section--accordion .wrap--narrow .wrap--narrow {
    padding: 20px 1rem 0 1rem;
  }
  .section--accordion .wrap .clearfix .accordion--inner,
  .section--accordion .wrap--narrow .clearfix .accordion--inner,
  .section--accordion .wrap .wrap .accordion--inner,
  .section--accordion .wrap--narrow .wrap .accordion--inner,
  .section--accordion .wrap .wrap--narrow .accordion--inner,
  .section--accordion .wrap--narrow .wrap--narrow .accordion--inner {
    padding-bottom: 40px;
  }
  .section--accordion .wrap .clearfix h2,
  .section--accordion .wrap--narrow .clearfix h2,
  .section--accordion .wrap .wrap h2,
  .section--accordion .wrap--narrow .wrap h2,
  .section--accordion .wrap .wrap--narrow h2,
  .section--accordion .wrap--narrow .wrap--narrow h2,
  .section--accordion .wrap .clearfix .h2,
  .section--accordion .wrap--narrow .clearfix .h2,
  .section--accordion .wrap .wrap .h2,
  .section--accordion .wrap--narrow .wrap .h2,
  .section--accordion .wrap .wrap--narrow .h2,
  .section--accordion .wrap--narrow .wrap--narrow .h2 {
    padding-right: calc(100px + 1.5rem);
    font-size: 1.3rem;
  }
  .section--solutions + .section--grid .customer-tiles .customer-tile {
    display: block;
  }
  .section--solutions + .section--grid .customer-tiles .customer-tile h3,
  .section--solutions + .section--grid .customer-tiles .customer-tile .h3 {
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .breadcrumb .valprop li,
  .breadcrumb li a {
    font-size: 15px !important;
  }
  .valprop h3 + ul li,
  .valprop .h3 + ul li {
    font-size: 1rem;
  }
  .valprop--product .image-wrap .product--image {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    margin-top: -2rem;
    margin-left: 0;
  }
  .valprop--product h1,
  .valprop--product .h1 {
    margin: 20px 0 50px 0;
    width: 100%;
    font-size: 1.57143rem;
  }
  .valprop {
    margin-bottom: 0;
  }
  .no--nav .valprop {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .no--nav .valprop + .section--grid {
    padding-top: 40px;
  }
  .contact--form .row > .section {
    width: 100%;
  }
  .language--open .select-language ul {
    display: block !important;
    opacity: 1 !important;
  }
  .select-language ul {
    display: none;
    top: calc(100% + 20px);
  }
  p.subhead {
    line-height: 1.5rem !important;
  }
}
@media (max-width: 660px) {
  .page--container {
    padding-top: 72px;
  }
}
@media (max-width: 639px) {
  .customer-tiles {
    display: block;
  }
  .customer-tiles .customer-tile {
    display: none;
  }
  .customer-tiles .customer-tile:first-child {
    display: block;
  }
  .customer-tiles .customers-pager {
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-12,
  form .field-group .label,
  form .field-group .field {
    width: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  form .field-group .label {
    text-align: left;
  }
  form button {
    display: block;
    width: 100%;
  }
  .article-list .item-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  button.tab-selector {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .customer-tile > div:only-child {
    padding: 0 15px;
  }
  .customer-tile .customer-logo > img:only-child {
    max-height: calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .valprop--home-head {
    font-size: 28px;
  }
  .valprop--home-subhead {
    font-size: 18px;
  }
  .valprop--home-title .button,
  .valprop--home-title [class*="button--"] {
    display: inline-block;
  }
  .select-container select {
    font-size: 0.7619rem;
  }
  .contact--form input::-webkit-input-placeholder,
  .contact--form--small input::-webkit-input-placeholder {
    font-size: 0.7619rem;
  }
  .contact--form input::-moz-placeholder,
  .contact--form--small input::-moz-placeholder {
    font-size: 0.7619rem;
  }
  .contact--form input:-ms-input-placeholder,
  .contact--form--small input:-ms-input-placeholder {
    font-size: 0.7619rem;
  }
  .contact--form input::placeholder,
  .contact--form--small input::placeholder {
    font-size: 0.7619rem;
  }
  .section--grid .grid--inner-border .col-3.col-md-4.col-sm-6 h3,
  .section--grid .grid--inner-border .col-3.col-md-4.col-sm-6 .h3 {
    font-size: 0.7619rem;
  }
  .section--products .wrap h2,
  .section--products .wrap--narrow h2,
  .section--products .wrap .h2,
  .section--products .wrap--narrow .h2 {
    font-size: 24px;
  }
  .section--products .wrap h3,
  .section--products .wrap--narrow h3,
  .section--products .wrap .h3,
  .section--products .wrap--narrow .h3 {
    font-size: 18px;
  }
  .section--features h2,
  .section--features .h2 {
    font-size: 24px;
  }
  .section--accordion .wrap .clearfix,
  .section--accordion .wrap--narrow .clearfix,
  .section--accordion .wrap .wrap,
  .section--accordion .wrap--narrow .wrap,
  .section--accordion .wrap .wrap--narrow,
  .section--accordion .wrap--narrow .wrap--narrow {
    padding: 20px 1rem 0 1rem;
  }
  .section--accordion .wrap .clearfix h2,
  .section--accordion .wrap--narrow .clearfix h2,
  .section--accordion .wrap .wrap h2,
  .section--accordion .wrap--narrow .wrap h2,
  .section--accordion .wrap .wrap--narrow h2,
  .section--accordion .wrap--narrow .wrap--narrow h2,
  .section--accordion .wrap .clearfix .h2,
  .section--accordion .wrap--narrow .clearfix .h2,
  .section--accordion .wrap .wrap .h2,
  .section--accordion .wrap--narrow .wrap .h2,
  .section--accordion .wrap .wrap--narrow .h2,
  .section--accordion .wrap--narrow .wrap--narrow .h2 {
    padding-right: calc(100px + 1.5rem);
    font-size: 1.2rem;
  }
  .section--resources .cta--item.col-4 {
    padding: 1rem 1rem 3rem 1rem;
  }
  .section--resources .cta--item.col-4 .icon-wrapper {
    width: 55px;
  }
  .section--resources .cta--item.col-4 .icon-text {
    padding-left: 0.5rem;
    width: calc(100% - 55px - 0.5rem);
    width: -webkit-calc(100% - 55px - 0.5rem);
  }
  .section--resources .cta--item.col-4 .icon-text h3,
  .section--resources .cta--item.col-4 .icon-text .h3,
  .section--resources .cta--item.col-4 .icon-text .trailing-link,
  .section--resources
    .cta--item.col-4
    .icon-text
    .section--grid
    .grid--inner-border
    .col-6
    a,
  .section--grid
    .grid--inner-border
    .col-6
    .section--resources
    .cta--item.col-4
    .icon-text
    a,
  .section--resources
    .cta--item.col-4
    .icon-text
    .section--grid
    .product-list
    li
    a,
  .section--grid
    .product-list
    li
    .section--resources
    .cta--item.col-4
    .icon-text
    a {
    font-size: 0.75rem;
  }
  .section--features .wrap h2,
  .section--features .wrap--narrow h2,
  .section--features .wrap .h2,
  .section--features .wrap--narrow .h2,
  .section--features .wrap--narrow h2,
  .section--features .wrap--narrow .h2,
  .section--resource .wrap h2,
  .section--resource .wrap--narrow h2,
  .section--resource .wrap .h2,
  .section--resource .wrap--narrow .h2,
  .section--resource .wrap--narrow h2,
  .section--resource .wrap--narrow .h2,
  .section--products .wrap h2,
  .section--products .wrap--narrow h2,
  .section--products .wrap .h2,
  .section--products .wrap--narrow .h2,
  .section--products .wrap--narrow h2,
  .section--products .wrap--narrow .h2,
  .section--learning-center .wrap h2,
  .section--learning-center .wrap--narrow h2,
  .section--learning-center .wrap .h2,
  .section--learning-center .wrap--narrow .h2,
  .section--learning-center .wrap--narrow h2,
  .section--learning-center .wrap--narrow .h2,
  .valprop--product .wrap h2,
  .valprop--product .wrap--narrow h2,
  .valprop--product .wrap .h2,
  .valprop--product .wrap--narrow .h2,
  .valprop--product .wrap--narrow h2,
  .valprop--product .wrap--narrow .h2,
  .section--grid .wrap h2,
  .section--grid .wrap--narrow h2,
  .section--grid .wrap .h2,
  .section--grid .wrap--narrow .h2,
  .section--grid .wrap--narrow h2,
  .section--grid .wrap--narrow .h2,
  .section--quote .wrap h2,
  .section--quote .wrap--narrow h2,
  .section--quote .wrap .h2,
  .section--quote .wrap--narrow .h2,
  .section--quote .wrap--narrow h2,
  .section--quote .wrap--narrow .h2 {
    font-size: 1.14286rem;
  }
  .section--features .wrap .row:not(.resources--container) h3,
  .section--features .wrap--narrow .row:not(.resources--container) h3,
  .section--features .wrap form .field-group:not(.resources--container) h3,
  form .section--features .wrap .field-group:not(.resources--container) h3,
  .section--features
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .section--features
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .section--features .wrap .row:not(.resources--container) .h3,
  .section--features .wrap--narrow .row:not(.resources--container) .h3,
  .section--features .wrap form .field-group:not(.resources--container) .h3,
  form .section--features .wrap .field-group:not(.resources--container) .h3,
  .section--features
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--features
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .section--features .wrap--narrow .row:not(.resources--container) h3,
  .section--features
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .section--features
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .section--features .wrap--narrow .row:not(.resources--container) .h3,
  .section--features
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--features
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .section--resource .wrap .row:not(.resources--container) h3,
  .section--resource .wrap--narrow .row:not(.resources--container) h3,
  .section--resource .wrap form .field-group:not(.resources--container) h3,
  form .section--resource .wrap .field-group:not(.resources--container) h3,
  .section--resource
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .section--resource
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .section--resource .wrap .row:not(.resources--container) .h3,
  .section--resource .wrap--narrow .row:not(.resources--container) .h3,
  .section--resource .wrap form .field-group:not(.resources--container) .h3,
  form .section--resource .wrap .field-group:not(.resources--container) .h3,
  .section--resource
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--resource
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .section--resource .wrap--narrow .row:not(.resources--container) h3,
  .section--resource
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .section--resource
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .section--resource .wrap--narrow .row:not(.resources--container) .h3,
  .section--resource
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--resource
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .section--products .wrap .row:not(.resources--container) h3,
  .section--products .wrap--narrow .row:not(.resources--container) h3,
  .section--products .wrap form .field-group:not(.resources--container) h3,
  form .section--products .wrap .field-group:not(.resources--container) h3,
  .section--products
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .section--products
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .section--products .wrap .row:not(.resources--container) .h3,
  .section--products .wrap--narrow .row:not(.resources--container) .h3,
  .section--products .wrap form .field-group:not(.resources--container) .h3,
  form .section--products .wrap .field-group:not(.resources--container) .h3,
  .section--products
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--products
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .section--products .wrap--narrow .row:not(.resources--container) h3,
  .section--products
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .section--products
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .section--products .wrap--narrow .row:not(.resources--container) .h3,
  .section--products
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--products
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .section--learning-center .wrap .row:not(.resources--container) h3,
  .section--learning-center .wrap--narrow .row:not(.resources--container) h3,
  .section--learning-center
    .wrap
    form
    .field-group:not(.resources--container)
    h3,
  form
    .section--learning-center
    .wrap
    .field-group:not(.resources--container)
    h3,
  .section--learning-center
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .section--learning-center
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .section--learning-center .wrap .row:not(.resources--container) .h3,
  .section--learning-center .wrap--narrow .row:not(.resources--container) .h3,
  .section--learning-center
    .wrap
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--learning-center
    .wrap
    .field-group:not(.resources--container)
    .h3,
  .section--learning-center
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--learning-center
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .section--learning-center .wrap--narrow .row:not(.resources--container) h3,
  .section--learning-center
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .section--learning-center
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .section--learning-center .wrap--narrow .row:not(.resources--container) .h3,
  .section--learning-center
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--learning-center
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .valprop--product .wrap .row:not(.resources--container) h3,
  .valprop--product .wrap--narrow .row:not(.resources--container) h3,
  .valprop--product .wrap form .field-group:not(.resources--container) h3,
  form .valprop--product .wrap .field-group:not(.resources--container) h3,
  .valprop--product
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .valprop--product
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .valprop--product .wrap .row:not(.resources--container) .h3,
  .valprop--product .wrap--narrow .row:not(.resources--container) .h3,
  .valprop--product .wrap form .field-group:not(.resources--container) .h3,
  form .valprop--product .wrap .field-group:not(.resources--container) .h3,
  .valprop--product
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .valprop--product
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .valprop--product .wrap--narrow .row:not(.resources--container) h3,
  .valprop--product
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    h3,
  form
    .valprop--product
    .wrap--narrow
    .field-group:not(.resources--container)
    h3,
  .valprop--product .wrap--narrow .row:not(.resources--container) .h3,
  .valprop--product
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .valprop--product
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .section--grid .wrap .row:not(.resources--container) h3,
  .section--grid .wrap--narrow .row:not(.resources--container) h3,
  .section--grid .wrap form .field-group:not(.resources--container) h3,
  form .section--grid .wrap .field-group:not(.resources--container) h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) h3,
  form .section--grid .wrap--narrow .field-group:not(.resources--container) h3,
  .section--grid .wrap .row:not(.resources--container) .h3,
  .section--grid .wrap--narrow .row:not(.resources--container) .h3,
  .section--grid .wrap form .field-group:not(.resources--container) .h3,
  form .section--grid .wrap .field-group:not(.resources--container) .h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) .h3,
  form .section--grid .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--grid .wrap--narrow .row:not(.resources--container) h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) h3,
  form .section--grid .wrap--narrow .field-group:not(.resources--container) h3,
  .section--grid .wrap--narrow .row:not(.resources--container) .h3,
  .section--grid .wrap--narrow form .field-group:not(.resources--container) .h3,
  form .section--grid .wrap--narrow .field-group:not(.resources--container) .h3,
  .section--quote .wrap .row:not(.resources--container) h3,
  .section--quote .wrap--narrow .row:not(.resources--container) h3,
  .section--quote .wrap form .field-group:not(.resources--container) h3,
  form .section--quote .wrap .field-group:not(.resources--container) h3,
  .section--quote .wrap--narrow form .field-group:not(.resources--container) h3,
  form .section--quote .wrap--narrow .field-group:not(.resources--container) h3,
  .section--quote .wrap .row:not(.resources--container) .h3,
  .section--quote .wrap--narrow .row:not(.resources--container) .h3,
  .section--quote .wrap form .field-group:not(.resources--container) .h3,
  form .section--quote .wrap .field-group:not(.resources--container) .h3,
  .section--quote
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--quote
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3,
  .section--quote .wrap--narrow .row:not(.resources--container) h3,
  .section--quote .wrap--narrow form .field-group:not(.resources--container) h3,
  form .section--quote .wrap--narrow .field-group:not(.resources--container) h3,
  .section--quote .wrap--narrow .row:not(.resources--container) .h3,
  .section--quote
    .wrap--narrow
    form
    .field-group:not(.resources--container)
    .h3,
  form
    .section--quote
    .wrap--narrow
    .field-group:not(.resources--container)
    .h3 {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .section--features .wrap p,
  .section--features .wrap--narrow p,
  .section--features .wrap a,
  .section--features .wrap--narrow a,
  .section--features .wrap .col-4 .resource p,
  .section--features .wrap--narrow .col-4 .resource p,
  .section--features .wrap .col-4 .resource a,
  .section--features .wrap--narrow .col-4 .resource a,
  .section--features .wrap--narrow p,
  .section--features .wrap--narrow a,
  .section--features .wrap--narrow .col-4 .resource p,
  .section--features .wrap--narrow .col-4 .resource a,
  .section--resource .wrap p,
  .section--resource .wrap--narrow p,
  .section--resource .wrap a,
  .section--resource .wrap--narrow a,
  .section--resource .wrap .col-4 .resource p,
  .section--resource .wrap--narrow .col-4 .resource p,
  .section--resource .wrap .col-4 .resource a,
  .section--resource .wrap--narrow .col-4 .resource a,
  .section--resource .wrap--narrow p,
  .section--resource .wrap--narrow a,
  .section--resource .wrap--narrow .col-4 .resource p,
  .section--resource .wrap--narrow .col-4 .resource a,
  .section--products .wrap p,
  .section--products .wrap--narrow p,
  .section--products .wrap a,
  .section--products .wrap--narrow a,
  .section--products .wrap .col-4 .resource p,
  .section--products .wrap--narrow .col-4 .resource p,
  .section--products .wrap .col-4 .resource a,
  .section--products .wrap--narrow .col-4 .resource a,
  .section--products .wrap--narrow p,
  .section--products .wrap--narrow a,
  .section--products .wrap--narrow .col-4 .resource p,
  .section--products .wrap--narrow .col-4 .resource a,
  .section--learning-center .wrap p,
  .section--learning-center .wrap--narrow p,
  .section--learning-center .wrap a,
  .section--learning-center .wrap--narrow a,
  .section--learning-center .wrap .col-4 .resource p,
  .section--learning-center .wrap--narrow .col-4 .resource p,
  .section--learning-center .wrap .col-4 .resource a,
  .section--learning-center .wrap--narrow .col-4 .resource a,
  .section--learning-center .wrap--narrow p,
  .section--learning-center .wrap--narrow a,
  .section--learning-center .wrap--narrow .col-4 .resource p,
  .section--learning-center .wrap--narrow .col-4 .resource a,
  .valprop--product .wrap p,
  .valprop--product .wrap--narrow p,
  .valprop--product .wrap a,
  .valprop--product .wrap--narrow a,
  .valprop--product .wrap .col-4 .resource p,
  .valprop--product .wrap--narrow .col-4 .resource p,
  .valprop--product .wrap .col-4 .resource a,
  .valprop--product .wrap--narrow .col-4 .resource a,
  .valprop--product .wrap--narrow p,
  .valprop--product .wrap--narrow a,
  .valprop--product .wrap--narrow .col-4 .resource p,
  .valprop--product .wrap--narrow .col-4 .resource a,
  .section--grid .wrap p,
  .section--grid .wrap--narrow p,
  .section--grid .wrap a,
  .section--grid .wrap--narrow a,
  .section--grid .wrap .col-4 .resource p,
  .section--grid .wrap--narrow .col-4 .resource p,
  .section--grid .wrap .col-4 .resource a,
  .section--grid .wrap--narrow .col-4 .resource a,
  .section--grid .wrap--narrow p,
  .section--grid .wrap--narrow a,
  .section--grid .wrap--narrow .col-4 .resource p,
  .section--grid .wrap--narrow .col-4 .resource a,
  .section--quote .wrap p,
  .section--quote .wrap--narrow p,
  .section--quote .wrap a,
  .section--quote .wrap--narrow a,
  .section--quote .wrap .col-4 .resource p,
  .section--quote .wrap--narrow .col-4 .resource p,
  .section--quote .wrap .col-4 .resource a,
  .section--quote .wrap--narrow .col-4 .resource a,
  .section--quote .wrap--narrow p,
  .section--quote .wrap--narrow a,
  .section--quote .wrap--narrow .col-4 .resource p,
  .section--quote .wrap--narrow .col-4 .resource a {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .section--grid .product-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .section--grid .product-list li {
    padding-left: 0;
  }
}
@media (min-width: 769px) {
  .section--tiles .col-4.accordion--container .accordion-small {
    display: block !important;
  }
  .show-small {
    display: none;
  }
}
@media (min-width: 1025px) {
  .show-medium {
    display: none;
  }
  .section--products {
    padding-bottom: 0;
  }
  sub,
  sup {
    font-size: 11px !important;
  }
  *:focus-visible {
    outline: #000 solid 2px;
  }
  li.no-children a:focus-visible,
  .nav-promo-wrapper a:focus-visible,
  .prod-a-z a:focus-visible {
    outline: #da291c solid 2px;
  }
  .valprop--home-pager span.cycle-pager-active {
    background: rgba(255, 255, 255, 1);
  }
  .valprop--home-pager span {
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.5);
    width: 20px;
    height: 20px;
    border-radius: 10px;
  }
  .allproducts-az a {
    color: #000;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .section--grid .grid--inner-border .col-4:not(:nth-child(3n)) {
    border-right: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-4:not(.last-row) {
    border-bottom: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-4 {
    height: 287px;
    text-align: center;
    position: relative;
  }
  .section--grid .grid--inner-border .col-4 h3,
  .section--grid .grid--inner-border .col-4 .h3 {
    color: #236093;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 85%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }
  .section--grid .grid--inner-border .col-4 img {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
  }
  .section--grid .grid--inner-border .col-4 a {
    display: block;
  }
  .section--grid .grid--inner-border .col-4 a:hover h3,
  .section--grid .grid--inner-border .col-4 a:hover .h3 {
    text-decoration: underline;
  }
  .section--grid .grid--inner-border .col-4:not(:nth-child(3n)) {
    border-right: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-4:not(.last-row) {
    border-bottom: 1px solid #cccfd1;
  }
}
@media (max-width: 767px) {
  .stats-banner-padding .subtitle-text.ngfw-ad {
    margin-bottom: 48px;
  }
  .stats-banner-padding .cta--item:last-of-type .subtitle-text.ngfw-ad {
    margin-bottom: 0;
  }
  .section--grid .grid--inner-border .col-4:not(:nth-child(4n)),
  .section--grid .grid--inner-border .col-4:not(.last-row),
  .section--grid .grid--inner-border .col-4:not(:nth-child(2n)),
  .section--grid .grid--inner-border .col-4:not(:nth-last-child(-n + 2)) {
    border: 0;
  }
  .section--grid .grid--inner-border .col-4:nth-child(2n-1) {
    border-right: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border#category-list .col-4:not(:last-child) {
    border-bottom: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-4:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid #cccfd1;
  }
  .section--grid .grid--inner-border .col-4 {
    height: 350px;
    text-align: center;
    position: relative;
  }
  .certtext {
    top: 25% !important;
    padding-top: 10px;
  }
  .view-all {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cert img {
    padding-top: 10px;
  }
  .demo-anchor {
    left: 40% !important;
  }
}
.certtext {
  color: black;
  position: absolute;
  font-size: 0.9rem;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translateX(-50%);
}
.demo-anchor {
  color: #236093;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 20px;
}
button.mfp-close:focus-visible {
  outline: 1px dotted black;
}
.no--paddding [class*="col-"] {
  padding: 0;
}
.no--padding--bottom [class*="col-"] {
  padding-bottom: 0;
}
.stats-banner-padding {
  padding: 64px 0;
}
.stats-banner-padding h2:after {
  margin-top: 21px !important;
}
.C967-Product-Tabs a.trailing-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  border-bottom: 0;
}
.C967-Product-Tabs .C915-Features-Benefits a,
.C967-Product-Tabs .C915-Features-Benefits a:hover {
  border-bottom: 1px dotted #b3b3b3 !important;
}
.C967-Product-Tabs a.trailing-link:hover,
.C967-Product-Tabs .C915-Features-Benefits a:hover {
  color: #da291c !important;
  transition: color 0.4s ease !important;
  cursor: pointer;
  text-decoration: none !important;
  background-image: none !important;
}
.C967-Product-Tabs a.trailing-link:before {
  opacity: 0;
}
form.contact--form .submit.buttons-centered {
  justify-content: flex-start !important;
}
form.contact--form .submit.buttons-centered .contact--form__submit {
  background: #333;
  border: 2px solid #333;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  width: 199px;
  padding: unset !important;
  border-radius: 0;
  margin-right: 0;
  max-width: inherit;
  height: 56px;
}
form.contact--form .submit.buttons-centered .contact--form__submit:hover {
  background-color: #000;
  border-color: #000 !important;
}
.security-anchor {
  color: #333;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}
.security-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #333;
  min-width: 200px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  padding: 19px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  background-color: transparent;
  white-space: nowrap;
}
.security-button a {
  color: #333;
}
.security-anchor:hover,
.security-button:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background-color: #da291c;
  border-color: #da291c;
}
.support-service-padding-bottom {
  padding-bottom: 30px;
}
.cta-wrapper {
  /*display: flex;*/
  row-gap: 5px;
  column-gap: 5px;
  margin-top: 27px;
  justify-content: center;
}
.cta-button-wrapper.security-button {
  display: inline-block;
}
.reducemargin-ontop {
  padding-top: 3rem !important;
}
section.products-list .product-info-panel .product-resources .cta:after {
  content: "\00BB";
}
.products-list .actions .cta {
  color: #fff;
}
.products-list .actions .cta:after {
  content: "\00BB";
  margin-left: 3px;
  font-size: 15px;
  color: #fff;
}
.products-list .actions .cta {
  border-bottom: 0;
}
.gartner-new-design .C32-Text p {
  color: #6c6c6c;
  font-size: 12px;
  line-height: 1.5;
}
.press-quote {
  border-left: 4px solid #333;
  background: #fbfbfb;
  padding: 32px 24px;
  margin-bottom: 40px;
}
.press-title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
}
.press-overview {
  background: #f5f5f6;
  padding: 50px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.press-footer {
  background: #f5f5f6;
  padding: 10px 0;
}
.press-quote:first-of-type {
  margin-top: 6px;
}
.press-quote:not(:first-of-type) {
  flex: 2;
}
.press-overview p {
  margin: 0;
}
.press-stretch-height {
  height: 100%;
}
.press-layout .col-4 .C32-Text {
  height: 100%;
}
.press-layout .col-4 {
  padding: 0 !important;
}
.press-layout .col-8 {
  padding: 32px 0 40px 26px !important;
}
.press-flex {
  display: flex;
}
.press-flex img {
  margin-top: 25px;
  margin-right: 24px;
}
.press-contact {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 40px;
  width: fit-content;
}
.press-socials ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.press-learnmore {
  padding-left: 24px !important;
}
.press-socials ul li:not(:last-child) {
  margin-right: 17px;
}
.press-socials a {
  border-bottom: none !important;
}
.press-overview b {
  display: block;
  margin-bottom: 16px;
  width: fit-content;
}
.press-overview p:nth-child(2) {
  margin-bottom: 40px;
}
.press-overview ul {
  margin: 0 0 40px 0;
  padding-left: 0;
}
.press-socials {
  padding-top: 16px;
  border-top: 1px solid #b3b3b3;
}
.press-flex h3 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
}
.press-quote ul li:not(:last-child) {
  margin-bottom: 24px;
}
.press-title + p:first-of-type {
  margin: 24px 0 36px 0 !important;
}
.press-bottom {
  margin-bottom: 40px !important;
}
.press-contact:hover {
  color: #da291c;
  text-decoration: none;
}
.press-quote ul {
  list-style-type: none;
  padding: 0;
}
.press-quote ul li {
  background-image: url("../../../content/dam/fortinet/images/icons/arrow-right.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 20px;
  display: inline-block;
}
.press-contact b:hover {
  color: #da291c;
  transition: color 0.4s ease;
  cursor: pointer;
  text-decoration: none;
}
.press-sticky {
  position: fixed;
  top: 0;
  width: 414px;
  z-index: 68;
}
@media screen and (max-width: 1300px) {
  .press-layout .col-8,
  .press-layout .col-4 {
    width: 100%;
  }
  .press-layout .row {
    flex-direction: column-reverse;
  }
  .press-quote {
    padding: 16px 16px 24px 16px;
  }
  .press-layout .col-4 {
    padding: 0 15px 40px !important;
  }
  .press-layout .col-8 {
    padding: 32px 15px 40px !important;
  }
  .press-overview {
    padding: 24px 32px;
    flex-direction: row;
  }
  .press-overview div {
    flex: 1;
  }
  .press-footer {
    margin: 0 -10px;
  }
  .C941-Product-Hero-Banner .new-announcement .announcement.pr {
    margin-top: 32px !important;
  }
  .quote-image {
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .press-flex img {
    margin: 0;
  }
  .press-title {
    line-height: 29px;
  }
}
@media screen and (max-width: 767px) {
  .press-overview {
    padding: 24px 16px 16px 16px;
    flex-direction: column;
  }
  .press-overview p:nth-child(2) {
    margin-bottom: 32px;
  }
  .press-overview ul {
    margin: 0 0 32px 0;
  }
  .press-contact {
    margin-bottom: 32px;
  }
  .press-socials ul {
    margin: 0 0 16px 0;
  }
}
#main-nav .nav-vertical-content:not(.has-sub-nav) {
  flex-wrap: wrap;
}
.megamenu .col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.vtab-learnmore {
  display: flex;
  align-items: center;
}
.vtab-learnmore .learnmore {
  position: absolute;
  bottom: -10px;
  left: -15px;
  padding: 15px;
  width: 100vw;
  border-top: 1px solid #f3f3f3;
  background: url(../../../content/dam/fortinet/images/dot-matrix-left.svg) left
      center no-repeat,
    url(../../../content/dam/fortinet/images/dot-matrix-right.svg) 70% top
      no-repeat,
    linear-gradient(
      90deg,
      rgba(238, 238, 238, 0.75) 0,
      rgba(238, 238, 238, 0.33) 20.31%,
      rgba(238, 238, 238, 0.8) 100%
    );
}
.vtab-learnmore a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding-left: 28px;
}
#main-nav .nav-vertical-content.nav-red .vtab-learnmore .learnmore:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../../../content/dam/fortinet/images/icons/nav-cta-icon.svg");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: -4px;
}
#main-nav .nav-vertical-content.nav-ftntred .vtab-learnmore .learnmore:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../../../content/dam/fortinet/images/icons/icon-fortiai-nav.svg");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: -4px;
}
#main-nav .nav-vertical-content.nav-teal .vtab-learnmore .learnmore:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../../content/dam/fortinet/images/icons/icon-secop.svg");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: -4px;
  background-size: cover;
}
#main-nav .nav-vertical-content.nav-blue .vtab-learnmore .learnmore:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../../content/dam/fortinet/images/icons/icon-sase.svg");
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: -4px;
  background-size: cover;
}
#main-nav .nav-vertical-content.nav-red .vtab-learnmore .cat {
  color: #da291c;
}
#main-nav .nav-vertical-content.nav-ftntred .vtab-learnmore .cat {
  color: #da291c;
}
#main-nav .nav-vertical-content.nav-teal .vtab-learnmore .cat {
  color: #2bccd4;
}
#main-nav .nav-vertical-content.nav-blue .vtab-learnmore .cat {
  color: #3080e3;
}
#main-nav .nav-active .megamenu {
  overflow: hidden;
}
@media (max-width: 991px) {
  .vtab-learnmore {
    display: none;
  }
}
.cyberglossary-link:hover,
.press-learnmore a:hover {
  color: #da291c;
  text-decoration: none;
}
.cg-sticky {
  position: fixed;
  top: 0;
  z-index: 68;
  width: 393px;
}
@media (max-width: 767px) {
  .C941-Product-Hero-Banner .section.product-hero #main-image-icon {
    top: 28%;
    transform: scale(1.6);
    left: 30%;
  }
}
@media (min-width: 1024px) {
  .C941-Product-Hero-Banner .section.product-hero #main-image-icon {
    top: 40%;
    transform: scale(1.5);
    left: 0 !important;
    width: unset !important;
    height: unset !important;
  }
}
.imgmoveleft {
  margin-left: 0 !important;
}
.large-text {
  line-height: normal;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .nav-top .container {
    margin-top: 20px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1240px;
  }
}
@media (min-width: 1240px) and (max-width: 1254px) {
  .container {
    width: 100%;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
header .row,
footer .row {
  margin-right: -15px;
  margin-left: -15px;
}
header .row-no-gutters,
footer .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
header .row-no-gutters [class*="col-"],
footer .row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
header .col-md-3,
footer .col-md-3,
header .col-md-6,
footer .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  header .col-md-3,
  footer .col-md-3 {
    float: left;
    width: 25%;
  }
  header .col-md-6,
  footer .col-md-6 {
    float: left;
    width: 50%;
  }
}
.header {
  width: 100%;
}
.skip-nav {
  background: #000;
  color: #fff;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translateY(-100%);
}
.skip-nav:focus {
  transform: translateY(0);
}
.mobile-logo {
  display: none;
  margin: 31px auto;
  max-width: 194px;
}
.nav-top *:focus,
.section-logos *:focus,
footer *:focus {
  outline: #fff dotted 1px;
}
.nav-top .menu-item button:hover {
  color: #000;
}
.nav-top .menu-item.fortinet-one {
  position: relative;
}
.nav-top .notloggedin-demo {
  background-color: #da291c;
}
.nav-top .notloggedin-demo:hover {
  background-color: #da291c !important;
}
.nav-top .notloggedin-demo a,
.nav-top .notloggedin-demo button {
  color: #fff !important;
}
.nav-top .menu-item:hover {
  background-color: #ddd;
  color: #000;
}
.nav-top .megamenu {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 9999;
  width: 100%;
  width: fit-content;
  min-width: 700px;
  top: 35px;
  right: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  text-align: left;
}
.nav-top .megamenu .container {
  background: #fff;
  margin-top: 0;
  padding-top: 20px;
  border: 1px solid;
}
.nav-top .megamenu .mega-menu-nav {
  margin-bottom: 15px;
}
.nav-top .megamenu .mega-menu-nav h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.nav-top .megamenu .mega-menu-nav ul {
  display: block;
  min-height: unset;
}
.nav-top .megamenu .mega-menu-nav ul li {
  margin-bottom: 15px;
  text-transform: none;
}
.nav-top .megamenu .mega-menu-nav ul li a {
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  padding-left: 0;
}
.header .menu-item button {
  font: initial;
}
.nav-mobile > ul > li .sub-menu .menu-item > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-top: 0;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  min-height: 20px;
}
.nav-mobile > ul > li .sub-menu .menu-item.nosublabel > a {
  display: none;
}
.nav-mobile > ul > li .sub-menu .menu-item.has-children > a:after {
  content: "";
}
.nav-mobile > ul > li .sub-menu .menu-item > a:after {
  width: 26px;
  height: 14px;
  display: block;
  position: absolute;
  right: 5%;
  transition: transform 0.5s ease;
  background-image: url("../../../etc.clientlibs/fortinet/clientLibs/ftnt-site/resources/img/mobile-arrow-down.jpg");
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-mobile > ul > li .sub-menu .menu-item.active > a:after {
  transform: rotate(180deg);
}
.nav-mobile > ul > li .sub-menu .menu-item > ul {
  display: none;
}
.nav-mobile > ul > li .sub-menu .menu-item.active > ul {
  display: block;
}
.nav-mobile > ul > li .sub-menu .menu-item > ul .has-children h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 8px 30px;
  font-size: 14px;
}
.nav-mobile > ul > li .sub-menu .menu-item > ul .has-children li {
  padding: 10px 30px;
}
.nav-mobile > ul > li .sub-menu .menu-item > ul .has-children li a {
  color: #000;
}
.nav-mobile .column-divider .C812-Header-Links-List:nth-child(3) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 8px;
  margin-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.mobile-logo img {
  width: 100%;
  height: auto;
}
.nav-top {
  height: 36px;
  line-height: 0;
  width: 100%;
}
.nav-top .logo {
  width: 194px;
}
.nav-top .logo img {
  width: 100%;
  height: auto;
}
.nav-bar-desktop .nav-bar {
  background-color: #444;
  text-transform: uppercase;
}
.nav-bar-desktop .nav-bar.alert-bar {
  background-color: #da291c;
  text-transform: uppercase;
}
.nav-bar.alert-bar {
  background-color: #da291c;
}
.nav-bar {
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.nav-bar p {
  font-size: 15px;
  font-weight: normal;
}
.nav-top ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
.nav-top .nav-row {
  width: 100%;
  justify-content: space-between;
}
.nav-top .nav-trigger {
  display: none;
  padding: 5px 0 0 20px;
}
.nav-top .menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 8px;
  height: 36px;
}
.nav-top .menu-item button {
  display: block;
  color: #5c5c5c;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-top .menu-item button:hover,
.nav-top .menu-item:hover button {
  color: #000;
}
.nav-top .menu-item a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.nav-top .menu-item.fortinet-one,
.nav-top .menu-item.select-language {
  position: relative;
}
.nav-top .megamenu .mega-menu-nav ul li a:hover {
  text-decoration: underline;
}
.nav-top .menu-item.search-toggle,
.nav-top .menu-item.search-toggle form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.nav-top .menu-item.search-toggle label,
.nav-top .menu-item.search-toggle form label {
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.nav-top .menu-item.search-toggle input,
.nav-top .menu-item.search-toggle form input {
  border: 0;
  padding: 6px;
  display: inline;
  border-bottom: 2px solid #da291c;
}
.nav-top .menu-item.search-toggle input.hidden,
.nav-top .menu-item.search-toggle form input.hidden {
  display: none;
}
.nav-top .menu-item.search-toggle form input[type="text"] {
  width: unset;
  background: #fff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #000;
  margin-left: 5px;
}
.nav-bar .container p a {
  color: #fff;
  border-bottom: 0;
}
.nav-bar .container p a:hover {
  color: #fff;
  text-decoration: underline;
  background-image: linear-gradient(
    to right,
    transparent 100%,
    transparent 100%
  ) !important;
}
.nav-top .menu-item a {
  color: #000;
  text-decoration: none;
}
.nav-primary {
  border-bottom: 1px solid #d9e1e2;
  padding-bottom: 10px;
}
.arrow-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #da291c;
  border: 1px solid #da291c;
  padding: 10px 30px;
  margin-top: 30px;
  font-size: 15px;
  transition: background-color 0.5s ease;
}
.arrow-link:hover {
  color: #000 !important;
  background-color: transparent;
  border: 1px solid #000;
  transition: background-color 0.5s ease;
  text-decoration: none;
}
.header {
  width: 100%;
}
.skip-nav {
  background: #000;
  color: #fff;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  top: -50px;
  transform: translateY(-100%);
}
.skip-nav:focus {
  transform: translateY(0);
}
.nav-primary ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  min-height: 40px;
  padding-left: 0;
}
.nav-primary .menu-item {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0;
  margin: auto 25px;
  height: 100%;
  min-height: 40px;
  display: flex;
}
.nav-primary .menu-item:first-child {
  margin-left: 0;
}
.nav-primary .menu-item > button {
  margin: auto 0;
}
.nav-primary .menu-item.active:after,
.nav-primary .menu-item:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: table;
  line-height: 0;
  background-color: #da291c;
  width: 25px;
  height: 3px;
}
.nav-primary .menu-item button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  color: inherit;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
.nav-primary .menu-item a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
.nav-primary .nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}
.nav-primary .logo {
  width: 194px;
}
.nav-primary .logo img {
  width: 100%;
  height: auto;
}
.nav-primary .sub-menu {
  display: none;
}
.nav-mobile {
  display: none;
}
.nav-mobile > ul > li {
  width: 100%;
}
.nav-mobile > ul > li > a {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  border-top: 0;
  padding: 15px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.nav-mobile > ul > li > a:after {
  content: "";
  position: absolute;
  right: 5%;
  top: 18px;
  width: 26px;
  height: 14px;
  display: block;
  transition: transform 0.5s ease;
  background-image: url(../../../etc.clientlibs/fortinet/clientLibs/ftnt-site/resources/img/mobile-arrow-down.jpg);
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-mobile > ul > li.active > a:after {
  transform: rotate(180deg);
}
.nav-mobile > ul > li.active > ul {
  display: block;
}
.nav-mobile > ul > li > ul {
  display: none;
}
.nav-mobile > ul > li .sub-menu > li > a {
  width: 100%;
  display: block;
  position: relative;
  background-color: #e6e6e6;
  border: 2px solid #000;
  border-top: 0;
  padding: 19px 43px;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-mobile > ul > li .sub-menu > li > a:after {
  position: absolute;
  right: 10%;
  top: 0;
  width: 50px;
  height: 50px;
  display: block;
  transition: transform 0.5s ease;
  background-image: url("media/icons/arrow-black.svg");
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-mobile > ul > li .sub-menu > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 14px;
  background-color: transparent;
}
.nav-mobile > ul > li .sub-menu > li.has-children > a:after {
  content: "";
}
.nav-mobile > ul > li .sub-menu > li.menu-item--red > a:before {
  background-color: #da291c;
}
.nav-mobile > ul > li .sub-menu > li.menu-item--red .article {
  border-color: #da291c;
}
.nav-mobile > ul > li .sub-menu > li.menu-item--blue > a:before {
  background-color: #307fe2;
}
.nav-mobile > ul > li .sub-menu > li.menu-item--blue .article {
  border-color: #307fe2;
}
.nav-mobile > ul > li .sub-menu > li.menu-item--lightblue > a:before {
  background-color: #2cccd3;
}
.nav-mobile > ul > li .sub-menu > li.menu-item--lightblue .article {
  border-color: #2cccd3;
}
.nav-mobile > ul > li .sub-menu > li.menu-item--purple > a:before {
  background-color: #9164cc;
}
.nav-mobile > ul > li .sub-menu > li.menu-item--purple .article {
  border-color: #9164cc;
}
.nav-mobile > ul > li .sub-menu > li.menu-item--black > a:before {
  background-color: #000;
}
.nav-mobile > ul > li .sub-menu > li.menu-item--black .article {
  border-color: #000;
}
.nav-mobile > ul > li .sub-menu > li.active > a:after {
  transform: rotate(90deg);
}
.C812-Header-Links-List h3.redHeadline {
  color: #d9291c;
}
.C812-Header-Links-List h3.tealHeadline {
  color: #2bccd4;
}
.C812-Header-Links-List h3.blueHeadline {
  color: #3080e3;
}
.C812-Header-Links-List h3.purpleHeadline {
  color: #8f63cc;
}
.C812-Header-Links-List h3.greenHeadline {
  color: #47d696;
}
.nav-mobile > ul > li .sub-menu > li.active > ul {
  display: block;
}
.nav-mobile > ul > li .sub-menu > li > ul {
  display: none;
}
.nav-mobile > ul > li .sub-menu > li > ul > li h3 {
  text-transform: uppercase;
  background-color: #e6e6e6;
  padding: 8px 43px;
  font-size: 15px;
}
.nav-mobile > ul > li .sub-menu > li > ul > li li {
  padding: 18px 48px;
  border-bottom: 1px solid #e6e6e6;
}
.nav-mobile > ul > li .sub-menu > li > ul > li li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
.nav-mobile > ul > li .article {
  position: relative;
  padding: 20px 43px;
  border-bottom: 8px solid #da291c;
}
.nav-mobile > ul > li .article h3 {
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 15px;
}
.nav-mobile > ul > li .article a {
  color: inherit;
}
.nav-mobile > ul > li .article .icon {
  position: absolute;
  top: 19px;
  right: 33px;
}
.nav-mobile > ul > li .article .article-content {
  max-width: 70%;
}
.nav-mobile > ul > li .article.article--no-line {
  border-bottom: 0;
}
.nav-mobile > ul > li .separator {
  border-bottom: 2px solid #e6e6e6;
  display: block;
}
.nav-mobile .menu-item-black a {
  text-align: center;
  color: #fff;
  background-color: #000;
}
.nav-mobile .menu-item-black a:after {
  content: none;
}
.nav-submenu {
  border-bottom: 1px solid #d9e1e2;
  position: relative;
  background: #f0f0f0;
}
.nav-submenu ul {
  display: flex;
  align-items: center;
  justify-content: left;
  list-style: none;
}
nav.nav-submenu > .container > ul {
  padding-left: 0;
}
.nav-submenu .menu-item {
  display: flex;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 0 10px;
  margin: 0 20px;
  height: 100%;
}
.nav-submenu .menu-item.nosublabel button {
  display: none;
}
.nav-submenu .menu-item.nosublabel .megamenu.active {
  top: 135px;
}
.nav-submenu .menu-item.nosublabel .megamenu [class*="col"]:first-child {
  background: #f5f5f5;
}
.nav-submenu .menu-item.nosublabel .megamenu {
  background: #f5f5f5;
}
.nav-submenu .menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.nav-submenu ul > div:last-child .menu-item {
  margin-right: 0;
  padding-right: 0;
}
.nav-submenu .menu-item button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  color: inherit;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  min-height: 63px;
}
:lang(ja) .nav-submenu .menu-item {
  margin: 0 10px;
  width: 100%;
}
:lang(ja) .nav-submenu .container > ul > div:nth-last-child(5) .menu-item {
  max-width: 155px;
}
.nav-submenu .menu-item > a {
  text-decoration: none;
  color: #000;
  position: relative;
  margin: auto 0;
  min-height: 63px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.nav-submenu .menu-item button:hover,
.nav-submenu .menu-item.active button {
  color: #da291c;
}
.nav-submenu .megamenu {
  display: none;
  padding: 0;
  position: fixed;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  top: 198px;
  left: 0;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  background: #f5f5f5;
}
.nav-submenu .megamenu.active {
  display: block;
}
.nav-submenu .megamenu.active > .container > .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-submenu .megamenu h4 {
  font-size: 12px;
  margin-bottom: 7px;
}
.nav-submenu .megamenu p {
  font-weight: 300;
}
.nav-submenu .megamenu a {
  color: inherit;
}
.nav-submenu .megamenu .line {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.nav-submenu .megamenu.active .column-divider.row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-submenu .megamenu.active .column-divider [class*="col-"]:nth-child(3) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.nav-submenu .megamenu .nav-bar {
  margin-top: 40px;
}
.nav-submenu .megamenu .box {
  position: relative;
  height: 100%;
  padding: 73px 26px 0 0;
}
.nav-submenu .megamenu .box .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.nav-submenu .megamenu .box .box-title {
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
}
.nav-submenu .megamenu .mega-menu-nav {
  margin-bottom: 30px;
}
.nav-submenu .megamenu .mega-menu-nav h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.nav-submenu .megamenu .mega-menu-nav ul {
  display: block;
  min-height: unset;
}
.nav-submenu .megamenu .mega-menu-nav ul li {
  margin-bottom: 20px;
}
.nav-submenu .megamenu .mega-menu-nav ul li a {
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-weight: normal;
}
.nav-submenu .megamenu .mega-menu-nav ul li a:hover {
  text-decoration: underline;
}
.nav-submenu .megamenu .article {
  margin-bottom: 40px;
}
.nav-submenu .megamenu .article h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.nav-submenu .megamenu .article p {
  font-weight: 300;
}
.nav-bar {
  background-color: #444;
  color: #fff;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  height: 100%;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bottom-nav {
  margin-bottom: 40px;
  font-weight: normal;
}
.bottom-nav ul {
  list-style-type: none;
  font-size: 15px;
}
.bottom-nav ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.bottom-nav ul li:not(:last-child):after {
  content: " | ";
  color: #000;
}
.bottom-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.bottom-nav ul li a:hover {
  text-decoration: underline;
}
.footer {
  color: #fff;
  background-color: #000;
  padding-top: 37px;
}
.footer .footer-nav .footer-col-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer .footer-row.copyrights {
  background: #e6e6e6;
  padding-top: 30px;
}
.footer .footer-nav > ul {
  margin-top: 25px;
}
.footer .footer-nav h3 {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 30px;
  font-size: 15px !important;
}
.footer .footer-nav ul {
  list-style: none;
  font-size: 15px;
}
.footer .footer-nav ul li {
  margin-bottom: 20px;
  font-weight: 300;
}
.footer .footer-nav ul li.has-children {
  font-weight: 700;
  margin-bottom: 30px;
}
.footer .footer-nav ul li.has-children h3 {
  margin-bottom: 30px;
}
.footer .footer-row.copyrights a,
.footer .footer-row.copyrights p {
  color: #000;
}
.footer .footer-nav ul a {
  text-decoration: none;
  color: #fff;
}
.footer .footer-nav ul a:hover {
  text-decoration: underline;
}
.footer
  .footer-nav.footer-nav--mobile.active
  .footer-links-list[data-first-in-column]
  .has-children {
  margin-top: 25px;
}
.footer
  .footer-nav.footer-nav--mobile.active
  .footer-links-list[data-last-in-column] {
  border-bottom: 2px solid #fff;
}
.footer .footer-nav.footer-nav--mobile.active .footer-col-title:after {
  transform: rotate(270deg);
}
.footer .footer-nav.footer-nav--mobile.active ul,
.footer .footer-nav.footer-nav--mobile.active .has-children {
  display: block;
}
.footer .footer-nav.footer-nav--mobile.active > ul {
  border-bottom: 2px solid #fff;
}
.footer .footer-nav.footer-nav--mobile.active > ul,
.footer .footer-nav.footer-nav--mobile.active .has-children {
  padding: 0 51px 0;
}
.footer .footer-nav.footer-nav--mobile .footer-col-title {
  padding: 19px 51px 18px;
  border-bottom: 2px solid #fff;
  font-size: 15px;
  position: relative;
}
.footer .footer-nav.footer-nav--mobile .footer-col-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 50px;
  display: block;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
  background-image: url("../../../etc.clientlibs/fortinet/clientLibs/ftnt-site/resources/img/arrow.svg");
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .contact-form input[type="email"] {
  padding: 9px;
  border: 0;
  display: inline;
  background-color: #fff;
  width: 100%;
}
.footer .contact-form input[type="email"]::-moz-placeholder {
  color: #b3b3b3;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.footer .contact-form input[type="email"]:-ms-input-placeholder {
  color: #b3b3b3;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.footer .contact-form input[type="email"]::placeholder {
  color: #b3b3b3;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.footer .contact-form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.footer .contact-form input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}
.footer .contact-form .checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 4px;
  background-color: #fff;
}
.footer .contact-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 11px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer .contact-form button {
  background-color: #da291c;
  border: 0;
  width: 33px;
}
.footer .contact-form .form-control {
  position: relative;
  display: flex;
  margin-bottom: 17px;
}
.footer .contact-form .form-control label[for="email"] {
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.footer .contact-form .form-checkbox {
  display: flex;
  font-size: 15px;
  position: relative;
  margin-bottom: 50px;
}
.footer .contact-form .form-checkbox a {
  color: #fff;
}
.footer .mobile .contact-form {
  margin: 39px 42px;
}
.footer .line-bottom {
  border-bottom: 1px solid #fff;
  margin-bottom: 39px;
}
.footer .partner-logo {
  text-align: right;
  margin-bottom: 18px;
}
.footer .copyright {
  width: 100%;
  margin-bottom: 25px;
}
.footer .disclaimer {
  font-style: italic;
  margin-bottom: 40px;
}
footer .footer-row.copyrights .disclaimer p {
  color: #676767;
  font-size: 13px;
}
.footer .mobile {
  display: none;
}
.footer .mobile .row {
  margin: 0;
}
.footer .mobile .col-12 {
  padding: 0;
}
.socials ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.socials ul li a {
  display: block;
  border: solid 2px #000;
}
.socials ul li:not(:last-child) {
  margin-right: 17px;
}
.socials ul li:hover a {
  border-color: #fff;
}
.socials ul img {
  width: 24px;
  height: 24px;
}
.footer .logo-section__partner {
  width: calc(100% - 270px);
}
.footer .logo-section__official,
.footer .logo-section__partner {
  padding: 0 15px;
}
.footer .partner-logo {
  float: right;
  text-align: right;
  margin-bottom: 18px;
  padding-left: 15px;
}
.nav-bar a {
  color: #fff !important;
  text-decoration: none;
}
header.header a.nav-bar-link:hover {
  text-decoration: none;
}
.brightedge-wrapper {
  background: #e6e6e6;
}
.brightedge-wrapper .be-ix-link-block .be-related-link-container .be-label {
  color: #000 !important;
}
.brightedge-wrapper
  .be-ix-link-block
  .be-related-link-container
  .be-list
  .be-list-item
  a {
  color: #000 !important;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.nav-submenu .menu-item > a {
  transition: unset;
}
.nav-submenu .menu-item > a:hover {
  color: #da291c;
  transition: unset;
}
@media (max-width: 767px) {
  .nav-primary ul {
    flex-wrap: wrap;
  }
  .bottom-nav {
    text-align: center;
    margin-bottom: 25px;
  }
  .bottom-nav ul {
    font-size: 12px;
  }
  .footer .footer-nav .footer-col-title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .socials {
    display: none;
  }
  .footer .mobile {
    display: block;
  }
  .footer .desktop {
    display: none;
  }
  .footer .reverse-on-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .disclaimer {
    text-align: center;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer .partner-logo {
    display: none;
  }
  .footer .contact-form .form-checkbox {
    font-size: 12px;
  }
  .footer .footer-nav ul.submenu {
    padding: 0;
    margin-top: 0;
  }
  .footer .footer-nav ul.submenu li {
    margin-bottom: 18px;
  }
  .footer .footer-nav ul li.has-children h3 {
    margin-bottom: 20px;
  }
  .footer .footer-nav ul li.has-children {
    margin-bottom: 0;
  }
  .footer .footer-nav ul li.has-children > a {
    margin-bottom: 20px;
    display: inline-block;
  }
  .footer .footer-nav ul li {
    border-bottom: 1px solid #000;
  }
  .footer .footer-nav ul {
    display: none;
    font-size: 15px;
  }
  .footer {
    padding-top: 0;
  }
  .footer p {
    font-size: 12px;
  }
  .footer .footer-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .nav-submenu ul {
    flex-wrap: wrap;
  }
  .footer .footer-nav h3 {
    margin-bottom: 20px;
  }
  .footer .footer-nav div.has-children {
    display: none;
    font-weight: 700;
    font-size: 15px;
  }
  .footer .footer-nav div.has-children > a {
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
  }
  .nav-top .menu-item.hidden-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mobile-logo {
    display: block;
  }
  .nav-top {
    height: 46px;
    border-bottom: 1px solid #b7b7b7;
  }
  .nav-top .nav-row {
    margin-top: 10px;
    padding-top: 5px;
  }
  .nav-top .logo {
    width: 160px;
    display: flex;
    align-items: center;
    height: 30px;
  }
  .nav-top .logo + ul {
    padding-left: 0 !important;
  }
  .nav-top .desktop {
    display: none !important;
  }
  .nav-top .nav-trigger {
    display: inline-block;
    background: transparent;
    border: 0;
    padding: 0 0 0 5px;
  }
  .nav-bar-desktop {
    display: none;
  }
  .nav-primary {
    display: none;
  }
  .nav-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .nav-mobile > ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #fc-menu-user .fc-menu-hide-after-loggedin svg path,
  #fc-menu-user .fc-menu-shot-after-loggedin svg path,
  .search-toggle form svg path,
  .select-language svg path {
    fill: #616161;
  }
  .nav-top .nav-trigger {
    display: inline-block;
  }
  .nav-top .nav-trigger span {
    width: 30px;
    height: 2px;
    background-color: #616161;
    display: block;
    margin: 5px auto;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }
  .nav-top .menu-item:not(.search-toggle) {
    display: none !important;
  }
  .nav-top .nav-trigger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .nav-top .nav-trigger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav-top .nav-trigger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav-mobile.active {
    display: block;
  }
  .nav-submenu {
    display: none;
  }
  .nav-top .menu-item.sitesearch-on {
    min-width: 21px;
  }
  .nav-top .menu-item.sitesearch-on #sitesearch {
    position: absolute;
    top: 56px;
    z-index: 9;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    background: #ddd;
    justify-content: flex-end !important;
  }
  .nav-top .menu-item.sitesearch-on #sitesearch #search {
    width: 100%;
    margin-right: 5px;
    border-bottom: 0 !important;
  }
  .nav-top .menu-item #sitesearch button {
    width: 21px;
  }
  .nav-top .menu-item:hover {
    background-color: unset;
  }
  .nav-mobile > ul {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .nav-mobile > ul > li {
    width: 100%;
  }
  .mobile-top-items {
    border-top: 1px solid #ddd;
  }
  .mobile-top-items > li button {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 0;
    padding: 10px 20px;
    font-size: 16px !important;
    text-decoration: none;
    color: #000;
    font-weight: 400 !important;
    min-height: 20px;
    border: 0;
    background-color: #fff;
    position: relative;
    font-family: "Inter", sans-serif !important;
  }
  .mobile-top-items > li button:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 13px;
    width: 26px;
    height: 14px;
    display: block;
    transition: transform 0.5s ease;
    background-image: url(../../../etc.clientlibs/fortinet/clientLibs/ftnt-site/resources/img/mobile-arrow-down.jpg);
    z-index: 9999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mobile-top-items > li button[aria-expanded="true"]:after {
    transform: rotate(180deg);
  }
  .mobile-top-items .fortinet-one-dropdown.dropdown-open {
    display: block;
    position: unset;
    padding: 0 20px;
    border: 0;
  }
  .mobile-top-items .fortinet-one-dropdown.dropdown-open a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
  }
  .mobile-top-items .fc-menu .login-tooltip svg {
    display: none;
  }
  .mobile-top-items #fc-menu-user .fc-menu-hide-after-loggedin,
  .mobile-top-items #fc-menu-user .fc-menu-show-after-loggedin {
    padding: 0;
  }
  .mobile-top-items .fc-menu .tooltiptext {
    visibility: visible;
    border: 0;
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
  }
  .login-tooltip .tooltiptext::after {
    content: unset;
    display: none;
  }
  .mobile-top-items .select-language ul {
    position: relative;
    -moz-columns: 1 !important;
    columns: 1 !important;
    transform: translateX(0) translateY(0);
    top: 0;
    width: 100%;
    border: 0 !important;
    display: none;
  }
  .mobile-top-items .select-language ul.dropdown-open {
    display: block !important;
    visibility: visible;
    position: unset;
    padding: 0;
  }
  .mobile-top-items .select-language ul.dropdown-open a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 20px;
    color: #000;
  }
  .menu-item.select-language ul li a span {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
  }
  .mobile-top-items .select-language ul br {
    display: none;
  }
  .mobile-top-items .megamenu {
    display: none;
  }
  .mobile-top-items .megamenu.dropdown-open {
    display: block;
    padding-top: 10px;
  }
  .mobile-top-items .megamenu.dropdown-open .container .row [class*="col-"] {
    padding: 0;
  }
  .mobile-top-items .megamenu.dropdown-open .mega-menu-nav {
    padding: 0;
  }
  .mobile-top-items .megamenu.dropdown-open .mega-menu-nav h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 10px;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .mobile-top-items .megamenu.dropdown-open .mega-menu-nav ul li {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  .mobile-top-items .megamenu.dropdown-open .mega-menu-nav ul a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  .mobile-top-items .notloggedin-demo {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 10px;
  }
  .mobile-top-items .notloggedin-demo a:after,
  .mobile-top-items .notloggedin-demo button:after {
    display: none;
  }
  .mobile-top-items .notloggedin-demo button {
    background: #da291c;
    display: inline-block;
    width: initial;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 14px !important;
  }
}
@media (max-width: 1200px) {
  .nav-bar p {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .nav-bar p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  .nav-bar-mobile {
    display: none;
  }
  .nav-primary .logo {
    display: none;
  }
  .nav-top .container {
    position: relative;
  }
  #fc-menu-user .fc-menu-hide-after-loggedin svg path,
  #fc-menu-user .fc-menu-shot-after-loggedin svg path,
  .search-toggle form svg path,
  .select-language svg path {
    fill: #545454;
  }
  #fc-menu-user:hover .fc-menu-hide-after-loggedin svg path,
  #fc-menu-user:hover .fc-menu-hide-after-loggedin svg path,
  .search-toggle:hover form svg path,
  .select-language:hover svg path {
    fill: #000;
  }
  .nav-top .menu-item:hover .megamenu {
    display: block;
  }
  .nav-top .megamenu .mega-menu-nav {
    margin-bottom: 15px;
  }
  .nav-top .megamenu .mega-menu-nav h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .nav-top .megamenu .mega-menu-nav ul {
    display: block;
    min-height: unset;
    padding: 0;
  }
  .nav-top .megamenu .container {
    max-width: 700px;
  }
  .nav-top .megamenu a,
  .nav-top .megamenu li {
    font-size: 12px;
  }
  .select-language:hover ul {
    visibility: visible;
    display: block;
  }
  nav .C834-Top-Dropdown .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
#elq-FormLastRow {
  position: absolute;
  left: -80%;
  top: -80%;
}
.fc-menu {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  margin-top: -2px;
  z-index: 100;
}
.fc-menu #fc-menu-loggedin-user {
  position: relative;
  top: 11px;
  font-weight: normal;
  text-transform: initial;
  color: #545454;
  padding-left: 28px;
}
#fc-menu-user .login-icon svg path {
  fill: #545454 !important;
}
#fc-menu-user:hover .login-icon svg path {
  fill: #000 !important;
}
.fc-menu .fc-menu-wrap {
  width: 100%;
  visibility: hidden;
  top: calc(100% + 0px);
  opacity: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid #000;
}
@media (min-width: 991px) {
  .fc-menu:hover .fc-menu-wrap {
    visibility: visible;
    opacity: 1;
  }
}
.fc-menu .fc-menu-content {
  column-count: 2;
  padding: 10px 0 10px 0;
}
.fc-menu .fc-menu-group {
  break-inside: avoid;
  margin: 0;
  border: 1px solid #fff;
  padding-right: 10px;
}
.fc-menu .fc-menu-group-title {
  font-size: 110%;
  line-height: 1;
  padding: 4px 10px 4px 8px;
  margin: 10px 0 10px 8px;
}
.fc-menu .fc-menu-group-body {
  margin: 8px 12px 12px 28px;
  margin-left: 8px;
  margin-right: 8px;
}
.fc-menu .fc-menu-group-body ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 50% 50%;
}
.fc-menu .fc-menu-item {
  list-style: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
  margin-bottom: 8px;
}
.fc-menu .fc-menu-item a {
  color: #444;
  text-transform: initial;
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  padding: 0 2px;
  vertical-align: middle;
}
.fc-menu .fc-menu-item a.fc-menu-link {
  padding-right: 32px;
  white-space: normal;
  line-height: 1.05;
}
.fc-menu a:hover {
  text-decoration: none;
}
.fc-menu .fc-menu-item img,
.fc-menu .fc-menu-item span.img-placeholder {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 4px;
}
.fc-menu .fc-menu-item span.img-placeholder {
  margin-right: 8px;
}
.fc-menu .fc-menu-item span.img-placeholder:before {
  content: "\2022";
  font-size: 18px;
  line-height: 24px;
  color: #4460b0;
  margin-left: 15px;
}
.fc-menu .fc-menu-item a:hover {
  color: #000;
  text-decoration: underline;
}
#fc-menu-user .fc-menu-content {
  column-count: 1;
  padding: 10px 5px;
}
#fc-menu-user .fc-menu-group {
  padding-right: 0;
}
#fc-menu-user .fc-menu-group-body {
  margin: 0;
}
#fc-menu-user .fc-menu-group-body ul {
  display: block;
}
#fc-menu-support-wrap,
#fc-menu-services-wrap {
  width: auto;
}
@media (max-width: 991px) {
  .fc-menu-show-after-loggedin .fc-menu-label {
    padding: 0;
  }
  .fc-menu-wrap.dropdown-open {
    visibility: visible !important;
    opacity: 1 !important;
    border: 0 !important;
  }
  .fc-menu .fc-menu-wrap.dropdown-open {
    position: relative !important;
  }
  #fc-menu-services-wrap,
  #fc-menu-support-wrap,
  #fc-menu-user-wrap {
    min-width: unset !important;
    width: unset !important;
    transform: translateX(0) translateY(0) !important;
  }
  #fc-menu-services-wrap .fc-menu-content {
    height: unset !important;
    column-count: unset !important;
  }
  .fc-menu .fc-menu-group-body {
    margin: 0 !important;
  }
  .fc-menu .fc-menu-group {
    border: 0 !important;
    padding-right: 0 !important;
  }
  .fc-menu .fc-menu-group-title {
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #000;
    font-weight: 600 !important;
    padding: 15px 30px !important;
  }
  .fc-menu .fc-menu-group-body ul {
    grid-gap: 5px;
    padding-left: 25px !important;
    padding-right: 20px !important;
  }
  .fc-menu-item span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  .fc-menu .fc-menu-content {
    column-count: unset !important;
  }
  #fc-menu-user-wrap {
    width: 100%;
    transform: translateX(0) translateY(0) !important;
  }
  #fc-menu-user-wrap .fc-menu-group-body ul {
    grid-template-columns: 100% !important;
  }
  #fc-menu-user .fc-menu-content {
    padding: 10px 0 !important;
  }
}
@media (min-width: 992px) {
  .fc-menu-show-after-loggedin .fc-menu-label {
    padding: 0 10px;
  }
}
#fc-menu-user .fc-menu-hide-after-loggedin {
  padding: 0;
}
#fc-menu-user .fc-menu-show-after-loggedin {
  padding: 0 20px;
}
#fc-menu-services-wrap,
#fc-menu-support-wrap {
  min-width: 730px;
  transform: translateX(-50%) translateY(0);
  border: 1px solid #000;
}
#fc-menu-services-wrap .fc-menu-content {
  min-height: 480px;
}
#fc-menu-services-wrap .fc-menu .fc-menu-group-body ul {
  grid-template-columns: 55% 45%;
}
#fc-menu-services-wrap .fc-menu-content .fc-menu-group:nth-child(3) ul {
  grid-template-columns: 50% 50%;
}
#fc-menu-support-wrap .fc-menu-content .fc-menu-group:nth-child(1) ul {
  grid-template-columns: 65% 35%;
}
.fc-menu-item div {
  display: flex;
}
.fc-menu-group-body .fc-menu-item:hover {
  text-decoration: un;
}
.fc-menu-item span {
  line-height: initial;
  font-weight: normal;
  text-transform: initial;
}
.fc-menu-item div span:nth-child(2) {
  display: inline-block;
  padding-top: 5px;
}
#forticloud_one_form {
  position: absolute;
  transform: translateY(-100%);
}
@media (max-width: 991px) {
  #fc-menu-user-wrap {
    width: 170px;
    transform: translateX(-40px) translateY(0);
  }
  #fc-menu-user .fc-menu-show-after-loggedin {
    position: relative;
  }
  #fc-menu-user .fc-menu-hide-after-loggedin,
  #fc-menu-user .fc-menu-show-after-loggedin {
    padding: 0 10px;
  }
  .mobile-top-items #fc-menu-user .fc-menu-show-after-loggedin {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 10px 20px;
  }
  .mobile-top-items #fc-menu-user .fc-menu-show-after-loggedin:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 13px;
    width: 26px;
    height: 14px;
    display: block;
    transition: transform 0.5s ease;
    background-image: url(../../../etc.clientlibs/fortinet/clientLibs/ftnt-site/resources/img/mobile-arrow-down.jpg);
    z-index: 9999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fc-menu #fc-menu-loggedin-user {
    top: 0;
    padding-left: 5px;
    font-size: 14px;
    color: #000;
  }
  #fc-menu-user .fc-menu-show-after-loggedin .login-icon {
    width: 21px;
  }
}
.page--container {
  padding-top: 0;
}
header .container ul {
  margin-top: 0 !important;
}
header .nav-mobile ul {
  padding-left: 0 !important;
  margin-top: 0 !important;
  list-style-type: none !important;
}
.nav-submenu .megamenu .mega-menu-nav ul {
  margin-left: 0;
  padding-left: 0;
}
header .nav-mobile ul li {
  margin-bottom: 0 !important;
}
.nav-primary .menu-item button,
.nav-submenu .menu-item button {
  color: #000;
}
.nav-top .menu-item.search-toggle input {
  font-weight: normal;
}
.megamenu h3,
.megamenu .h3 {
  font-size: 1em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
header button:focus {
  outline: #000 dotted 1px;
}
header .container h4.box-title {
  margin-top: 0;
}
header .megamenu [class*="col-"] {
  padding-bottom: 0 !important;
}
header .megamenu p,
footer p {
  margin: 0;
  line-height: normal;
}
header .megamenu .container .row {
  align-items: initial;
  -webkit-align-items: initial;
}
.nav-submenu .megamenu a {
  color: #000;
}
header .megamenu .container .row:last-child {
  margin-bottom: 0;
}
footer form button {
  padding: 0 !important;
}
footer form input[type="text"] {
  background: #fff;
  font-size: 14px;
  color: #000;
}
footer .footer-nav .footer-col-title {
  padding: 0;
  margin: 0;
  line-height: normal;
}
footer .footer-nav h3 {
  font-size: 1em;
  font-weight: 600;
}
.footer .footer-nav ul li {
  line-height: initial;
}
.footer .socials ul,
.bottom-nav ul {
  padding-left: 0;
}
.footer-row .row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.footer-row .row [class*="col-"] {
  padding-bottom: 0;
}
.footer .partner-logo {
  margin-bottom: 16px;
}
.megamenu.active .nav-bar p {
  padding: 4px 0;
}
@media (max-width: 767px) {
  .select-language ul {
    display: none;
  }
  .nav-bar .container p {
    line-height: normal;
  }
}
@media (min-width: 768px) {
  footer nav.footer-nav ul {
    padding-left: 0 !important;
    list-style-type: none !important;
  }
}
.megamenu .col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.easy-autocomplete-container .empty-value {
  display: none !important;
}
.breadcrumb li a {
  color: #000;
}
.products-services {
  line-height: 1.6em;
}
.products-services-row {
  border-bottom: 1px solid #e6e8e9;
  padding-bottom: 20px;
  padding-top: 10px;
}
.products-services-row:first-child {
  padding-top: 0;
}
.products-services-row:last-child {
  border-bottom: 0;
}
.products-services h4 {
  margin-bottom: 15px;
  color: #323e48;
  font-weight: bold;
}
.C54-Unaltered-Image {
  font-size: 11px;
}
.content-list li {
  margin-bottom: 15px;
}
.models-specs-icon {
  float: right;
}
.models-specs-icon img {
  width: 15px;
  height: 15px;
}
.form_row.comments .form_leftcol {
  display: none;
}
.asset-description {
  margin-top: 10px;
}
.asset-date {
  margin-top: 10px;
  font-size: 0.8em;
  color: #515964;
}
.colorbox--video {
  height: 100%;
}
.resource-feature-box {
  padding: 20px 20px 80px 20px !important;
}
.resource-feature-box p {
  font-size: 1em;
}
.C08-Resource-Panel {
  text-align: left;
}
.C08-Resource-Panel .id-accordion-small a:after {
  content: "\00bb";
}
.C09-Hero-Banner .play-overlay:before,
.C09-Hero-Banner .play-overlay-small:before {
  background: transparent;
}
img.lozad[data-loaded="true"] {
  animation-name: lozadFadeIn;
  animation-duration: 1.1s;
}
@keyframes lozadFadeIn {
  0 {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.resp-interactive-diagram {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.C44-Customer-List .cust-box .image--wrap img {
  width: 100%;
  margin-top: 20px;
}
.section--search-filter input[type="text"] {
  color: #000;
}
#services-content {
  min-height: 50px;
}
#services-content div {
  display: none;
}
#services-content div.on {
  display: block !important;
}
.no-left-right-padding [class*="col-"] {
  padding: 0 0 31.5px;
}
.no-left-right-padding .wrap,
.no-left-right-padding .wrap--narrow {
  padding: 0;
}
.no-left-right-padding .id-image-callout-box .col-7 {
  padding-left: 30px;
  padding-right: 0;
}
.no-left-right-padding .alternate--elements--2 .id-image-callout-box .col-7 {
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .C18-Tabs button.tab-selector {
    display: block;
    width: 100%;
  }
  .C04-Asset-row .cycle-slide-active {
    position: relative !important;
  }
  .industries .cta--item {
    padding: 20px !important;
  }
}
.centered--rule:after {
  left: calc(100% - 15.75px);
  right: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
table.models-specs-table,
.table-responsive-container table.models-specs-table {
  border: 1px solid #ddd;
  font-size: 16px;
}
.models-specs-table caption {
  font-size: 1.3em;
  margin-bottom: 5px;
}
.models-specs-table th {
  padding: 10px 10px;
  background: #eee;
  text-align: center;
}
.models-specs-table th.nowrap-text {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .models-specs-table td.nowrap-text {
    white-space: nowrap;
  }
  .models-specs-table td {
    padding: 10px;
  }
}
.centered--rule:before,
.centered--rule:after {
  display: block;
  height: 1px;
}
.c30-round-image {
  border-radius: 50%;
  width: 375px;
  border: 0 !important;
}
.contact--numbers .cta--item:nth-child(n + 2) {
  border-left: 1px solid #cccfd1;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .centered--rule:before {
    left: 40px;
  }
  .centered--rule:after {
    left: calc(100% - 40px);
  }
}
@media (max-width: 599px) {
  .centered--rule:after {
    left: 100%;
  }
}
.pager {
  display: none;
  font-size: 0;
  height: 12px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.pager span {
  -webkit-transition: border 0.4s, background 0.4s;
  transition: border 0.4s, background 0.4s;
  border: 1px solid #cccfd1;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 12px;
}
.pager span + span {
  margin-left: 20px;
}
.pager span.cycle-pager-active {
  background: #cccfd1;
  border-color: transparent;
}
.breadcrumb li + li:before {
  color: #000 !important;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
.button--blue {
  background: #236194;
  border-color: transparent;
  color: #fff;
  height: inherit;
  padding: 20px 30px;
}
.button--blue:active,
.button--blue:hover {
  background: #125084;
  border-color: transparent;
  color: #fff;
}
.sub-menu-column-mobile {
  display: none;
}
@media (max-width: 599px) {
  .centered--rule,
  .wrap--narrow .wrap--narrow {
    padding-left: 0;
    padding-right: 0;
  }
  .centered--rule:before {
    left: 0;
  }
  .centered--rule:after {
    right: 0;
  }
  .breadcrumb {
    display: none;
  }
  .C51-Eloqua-Form .submit input[type="submit"] {
    width: 100% !important;
  }
}
@media (max-width: 634px) {
  .sub-menu-column-mobile {
    display: block;
  }
  .sub-menu-column-desktop {
    display: none;
  }
}
@media (max-width: 1023px) {
  .u-headline-onlyBottom {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .industries .cta--item .C54-Unaltered-Image img {
    width: 100%;
    margin-top: 8px;
  }
  .industries-intro .col-4.cta--item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .industries-intro .col-4.cta--item .C32-Text {
    text-align: center;
  }
  .industries-intro .col-4.cta--item p:not(blue) {
    display: none;
  }
  .industries-intro .col-4.cta--item p.blue {
    text-align: left;
    border: 1px solid #ccc;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .industries-intro .col-4.cta--item p.blue a {
    text-decoration: none;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .C41-Contact .icon-wrapper {
    display: none;
  }
  .C41-Contact .icon-text {
    width: 100% !important;
  }
  .contact--numbers .cta--item:nth-child(n + 2) {
    border-left: 0 solid #cccfd1;
    margin-top: 0;
  }
  .contact--numbers .contact-icon {
    display: none;
  }
  .contact--numbers [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .contact--numbers [class*="col-"] .icon--text {
    margin-left: 0;
  }
  .page--body > .C04-Asset-row > .section--resources > .wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.section--resources .cta--item .icon--lock path,
.resources--container .icon--lock path {
  fill: #000;
}
.id-bullet-columns .icon-wrapper {
  width: 60px;
}
.id-bullet-columns .icon-wrapper img {
  width: 60px;
}
.trailing-link2 {
  position: relative;
  padding-top: 35px;
  display: inline-block !important;
}
.C36-Featured-Publications .bg--alternating .cta--item {
  padding-right: 50px;
}
.C03-Technical-Documents-List .icon--lock svg {
  fill: #000 !important;
}
.promo-diagram img {
  max-height: 100% !important;
  max-width: 100% !important;
}
.event-dates,
.event-location {
  font-weight: bold;
  color: #323e48;
}
.events-webinars {
  border-top: 0;
}
.events-webinars .events-month {
  font-size: 28px;
  padding: 40px 0;
  border-bottom: 1px solid #cccfd1;
}
.events-webinars .sty-January ~ .sty-January,
.events-webinars .sty-February ~ .sty-February,
.events-webinars .sty-March ~ .sty-March,
.events-webinars .sty-April ~ .sty-April,
.events-webinars .sty-May ~ .sty-May,
.events-webinars .sty-June ~ .sty-June,
.events-webinars .sty-July ~ .sty-July,
.events-webinars .sty-August ~ .sty-August,
.events-webinars .sty-September ~ .sty-September,
.events-webinars .sty-October ~ .sty-October,
.events-webinars .sty-November ~ .sty-November,
.events-webinars .sty-December ~ .sty-December {
  display: none;
}
.events-webinars .events-month:first-child {
  padding-top: 0;
}
.events-webinars .button--transparent:after {
  content: url(media/icons/right-arrow--blue.svg);
}
.events-webinars .button--transparent {
  border-color: #236093;
  color: #236093;
}
.events-webinars .button--transparent:hover,
.events-webinars .button--transparent:active {
  border-color: #2d7bbc;
  color: #2d7bbc;
}
.events-webinars .list-item:active,
.events-webinars .list-item:hover {
  border-left-color: transparent;
  border-right-color: transparent;
}
.events-webinars .list-item h4 {
  color: #394752;
}
.events-webinars .list-item {
  padding: 40px 0 10px 0;
}
.C905-featured-events .event {
  background: url(../../../content/dam/fortinet/images/icons/assets/icon-events.svg)
    top left no-repeat;
  height: 60px;
}
.C905-featured-events .webinar {
  background: url(../../../content/dam/fortinet/images/icons/assets/icon-assets-contact-webinar.svg)
    top left no-repeat;
  height: 60px;
}
.C905-featured-events .event-cta {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .events-webinars .desktop-reg {
    display: none;
  }
  .events-webinars .events-month {
    padding: 20px 0;
  }
  .events-webinars .wrap {
    padding: 0 20px;
  }
  .events-webinars .events-month {
    font-size: 25px;
  }
  .events-webinars .list-item {
    padding: 20px 0 20px 0;
  }
  .events-webinars .row {
    display: flex;
    flex-direction: column;
  }
  .events-webinars .event-info {
    order: 2;
  }
  .events-webinars .item-logo {
    order: 1;
  }
  .events-webinars [class*="col-"] {
    width: 100% !important;
    margin-left: 0;
  }
  .events-webinars .item-logo img {
    margin-left: 0;
  }
  .events-webinars .no-logo {
    padding: 0;
  }
  .C905-featured-events .event {
    background-size: 65px 35px;
  }
  .C905-featured-events .webinar {
    background-size: 65px 35px;
  }
}
@media (min-width: 767px) {
  .events-webinars .mobile-reg {
    display: none;
  }
  .events-webinars .row {
    display: table;
    width: 100%;
    margin: 0;
  }
  .events-webinars .row [class*="col-"] {
    display: table-cell;
    vertical-align: top;
  }
  .events-webinars .event-right {
    position: relative;
  }
  .events-webinars :not(.no-description) .event-register {
    position: absolute;
    bottom: 40px;
    right: 20px;
  }
  .events-webinars .no-description .event-register {
    position: relative;
    bottom: 0;
    right: 0;
    top: 0;
  }
  .events-webinars .no-description img + .event-register {
    top: 20px;
    margin-bottom: 20px;
  }
  .events-webinars .event,
  .events-webinars .webinar {
    background-size: 80px 60px;
    padding-left: 80px;
  }
  .events-webinars .event {
    background: url(../../../content/dam/fortinet/images/icons/assets/icon-events.svg)
      top left no-repeat;
    background-size: 80px 60px;
    padding-left: 80px;
  }
  .events-webinars .webinar {
    background: url(../../../content/dam/fortinet/images/icons/assets/icon-assets-contact-webinar.svg)
      top left no-repeat;
    background-size: 80px 60px;
    padding-left: 80px;
  }
  .events-webinars-filters .section--smaller-padding {
    padding: 20px 0;
  }
  .C905-featured-events .event {
    background-size: 84px 60px;
  }
  .C905-featured-events .webinar {
    background-size: 84px 60px;
  }
}
table.sass-solutions-offerings {
  border-collapse: collapse;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
table.sass-solutions-offerings th {
  background-color: #253746;
  color: #fff;
}
table.sass-solutions-offerings th,
table.sass-solutions-offerings td {
  padding: 10px 15px;
}
table.sass-solutions-offerings th.center,
table.sass-solutions-offerings td.center {
  text-align: center;
}
table.sass-solutions-offerings th,
table.sass-solutions-offerings td {
  border: 1px solid #768692;
  font-size: 0.8rem;
}
table.sass-solutions-offerings tr:nth-child(even) td {
  background: #e8edee;
}
table.sass-solutions-offerings td.sass-solutions {
  background: #fff !important;
}
span.checkmark-green {
  background: #00bf65;
  width: 30px;
  height: 30px;
  padding-left: 5px;
  padding-top: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  color: #fff;
}
span.checkmark-green:before {
  content: "\2713";
}
td.sass-solutions {
  text-align: right;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}
td.sass-solutions div {
  padding-top: 20px;
}
.sass-solutions a {
  width: 28%;
  padding-right: 60px;
  padding-left: 15px;
  text-align: center;
}
.sass-solutions div a.btn1 {
  margin-left: 25px;
}
.sass-solutions .button--transparent {
  border-color: #236093;
  color: #236093;
  margin-bottom: 10px;
}
.sass-solutions .button--transparent:after {
  right: 20px;
}
.sass-solutions .button--transparent:hover {
  background: #236093;
  color: #fff;
}
.sass-solutions .button--transparent:hover:after {
  content: url(media/icons/right-arrow--white.svg);
}
.sass-solutions .button--transparent:after {
  content: url(media/icons/right-arrow--blue.svg);
}
.image-enlarge {
  cursor: pointer;
}
.image-enlarge-indicator {
  font-size: 14px;
}
body.product-sass-cloud div.submit {
  text-align: left;
}
form.contact--form .submit.buttons-centered {
  text-align: center;
  display: flex;
  justify-content: center;
}
body.product-sass-cloud .contact--form .submit input[type="submit"] {
  clear: both !important;
  float: none;
}
@media (max-width: 767px) {
  .C15-Title h2 {
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.3em;
  }
  .sass-solutions .button--transparent {
    width: 100%;
  }
  .C07-Image-Callout-Box .id-image-callout-box,
  .C07-Image-Callout-Box
    .alternate--elements--2
    > [class*="wrap"]
    > .row:nth-child(2n + 1) {
    flex-direction: column-reverse;
  }
  .C07-Image-Callout-Box .id-image-callout-box.icon--text {
    flex-direction: column;
  }
  .image.img-thumbnail {
    margin-top: 30px;
  }
  .nowrap-padding .id-image-callout-box {
    padding: 0 !important;
  }
  .nowrap-padding .C07-Image-Callout-Box .col-sm-12 > h3 {
    margin-top: 0 !important;
  }
  .nowrap-padding .c-06-video-bottom-padding-25 {
    padding-bottom: 0 !important;
  }
  .image-enlarge-indicator {
    width: 100%;
    text-align: center;
  }
  .nowrap-padding .cta--item.col-4 {
    padding-bottom: 1rem;
  }
  .nowrap-padding .C900-Layout .col-md-12:last-child {
    padding-bottom: 0;
  }
  .sass-solutions div a.btn1 {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  table.sass-solutions-offerings {
    width: 100%;
  }
  table.sass-solutions-offerings {
    font-size: 0.85714rem;
  }
  span.checkmark-green {
    font-size: 1rem;
  }
  table.sass-solutions-offerings th,
  table.sass-solutions-offerings td {
    padding: 10px;
  }
}
.C06-Video-box .row .col-6:nth-child(2).image-wrap td {
  text-align: right;
}
.C06-Video-box .row .col-6:nth-child(2).image-wrap td a {
  display: inline-block;
}
.product-sass-cloud .C07-Image-Callout-Box .image.parbase img {
  max-width: 445px;
  width: 100%;
}
.nowrap-padding .C06-Video-box .bg--white,
.nowrap-padding .C06-Video-box .c-06-image-white-bg-color {
  background-color: transparent !important;
}
section.section-nopadding {
  padding-top: 0;
  padding-bottom: 0;
}
.c06-video-wrapper {
  display: inline-block;
}
.c06-video-wrapper h3 {
  text-align: center;
}
.C07-Image-Callout-Box .id-image-callout-box.row {
  align-items: center;
}
.row.border--box:last-child {
  margin-bottom: 0 !important;
}
.ent-solutions-buttons-wrapper {
  padding-top: 60px;
  text-align: center;
  padding-bottom: 30px;
}
.ent-solutions-buttons-wrapper a,
.ent-solutions-buttons-wrapper a:active {
  border: 1px solid #d9e1e2;
  padding: 15px 40px;
  text-transform: uppercase;
  color: #515964;
  font-size: 0.9em;
}
.ent-solutions-buttons-wrapper a:hover {
  text-decoration: none;
  color: #fff;
  background: #236093;
}
.ftnt-homepage .C15-Title .u-headline-onlyTop {
  margin-top: 20px !important;
}
.c908-image-link img {
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition-duration: 2s;
}
.cmp-image--title {
  font-size: 13px;
  color: #535353;
  display: block;
  line-height: 1.2em;
  padding-top: 0.8rem;
  text-align: center;
}
.c908-image-link img:hover {
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  transition-duration: 2s;
}
.C923-CTA-Button .cta-button-wrapper {
  padding: 10px;
}
.C923-CTA-Button .cta-button-wrapper.u-headline-onlyTop {
  margin-top: 25px;
}
.C923-CTA-Button .cta-button-wrapper.u-headline-topBottom {
  margin-bottom: 25px;
}
.C923-CTA-Button .cta-button-wrapper.u-headline-topBottom {
  margin-top: 25px;
  margin-bottom: 25px;
}
.cta-button {
  transition: all 0.5s ease-in-out;
}
.cta-button:hover {
  transition: all 0.5s ease-in-out;
}
#static-thankyou {
  display: none;
}
@media screen and (max-width: 845px) {
  @keyframes covidZoom {
    100% {
      height: auto;
      font-size: inherit;
      padding: 10px;
      opacity: 1;
    }
  }
  @keyframes covidSlideUp {
    from {
      transform: translate(0, 40px);
      opacity: 0;
    }
    to {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
@media screen and (min-width: 846px) {
  @keyframes covidZoom {
    100% {
      height: auto;
      font-size: inherit;
      padding: 10px;
      opacity: 1;
    }
  }
  @keyframes covidSlideUp {
    from {
      transform: translate(0, 40px);
      opacity: 0;
    }
    to {
      transform: translate(0, 0);
      opacity: 1;
    }
  }
}
.browser-message {
  text-align: center;
  padding: 10px;
  background: #da291c;
  position: relative;
  color: #fff;
  z-index: 9999;
}
header.ieMessage {
  height: 10.5rem !important;
}
.browser-message #ieClose {
  display: inline-block;
  position: absolute;
  right: 0;
  border: 1px solid #fff;
  padding: 0 10px;
  cursor: pointer;
  color: #fff;
}
.browser-message #ieClose:hover {
  background: #fff;
  color: #da291c;
}
@media (max-width: 1210px) {
  .modal--support-window.sidebar-info,
  #cta-mobile-btn {
    display: none !important;
  }
}
.ngfw-ad.new--design {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 55px !important;
  line-height: 65px;
  color: #323e48;
}
.ngfw-ad.new--design:after {
  width: 72px;
}
.ngfw-ad.subtitle-text {
  color: #333;
  margin-top: 0.5em;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
}
.ngfw-ad.new--design:after {
  margin: 5px 0 16px;
}
.widget-blue-color {
  border-top: 11px solid #236093;
}
.footer-persistent-links {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
}
.footer-persistent-links ul {
  list-style: none;
  display: inline;
}
.footer-persistent-links ul li {
  display: inline;
  font-weight: normal;
  font-size: 12px;
  margin-right: 20px;
}
.gsa .row {
  margin: 0;
}
.gsa .row.tb-head {
  background: #eee;
  font-weight: bold;
  font-size: 0.9rem;
}
.gsa [class*="col-"] {
  padding: 5px 5px 5px 10px;
}
.gsa .cta--item .row [class*="col-"]:nth-child(n + 2) {
  text-align: center;
}
.gsa [class*="status-"] span:first-of-type {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 10px;
}
.gsa [class*="status-"] span:nth-child(2) {
  position: absolute;
}
.gsa .status-1 span:first-of-type {
  background-color: #3cb17e;
}
.gsa .status-1 span:nth-child(2) {
  color: #3cb17e;
  font-size: 0.9rem;
}
.gsa .status-2 span:first-of-type {
  background-color: #307fe2;
}
.gsa .status-2 span:nth-child(2) {
  color: #307fe2;
  font-size: 0.9rem;
}
.gsa .status-3 span:first-of-type {
  background-color: #da291c;
}
.gsa .status-3 span:nth-child(2) {
  color: #da291c;
  font-size: 0.9rem;
}
.gsa .cta--item .C978-GSA {
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
}
.gsa .cta--item .C978-GSA:last-of-type {
  border-bottom: 0;
}
.gsa .information .row [class*="col-"]:nth-child(n + 2) {
  text-align: left;
}
.gsa .col-7 {
  width: 25%;
}
.gsa .col-1 {
  width: 15%;
}
.gsa-terms .row {
  border-bottom: 1px solid #ddd;
}
.information [class*="status-"]:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "";
  background: red;
  border-radius: 10px;
  position: absolute;
  margin-top: 0;
  left: 0;
}
.information [class*="status-"] {
  padding-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.information .status-1-term:before {
  background: #3cb17e;
}
.information .status-2-term:before {
  background: #307fe2;
}
.information .status-3-term:before {
  background: #da291c;
}
.gsa-terms {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  margin-bottom: 20px;
  padding: 8px;
  justify-content: space-evenly;
}
.gsa .status-3 span:first-of-type {
  background-color: #eee;
}
.information .status-3-term:before {
  background: #eee;
}
.information [class*="col-"] div {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 667px) {
  .gsa .cta--item {
    padding-left: 0;
    padding-right: 0;
  }
  .gsa-terms {
    flex-flow: column;
  }
  .gsa-terms .term-item {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
  }
  .gsa-terms .term-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .gsa {
    font-size: 0.9rem;
  }
  .gsa .cta--item:nth-child(2) .row.tb-head {
    display: none;
  }
  .C978-GSA .col-2:first-child {
    text-align: left;
  }
  .gsa .cta--item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .gsa .cta--item .C978-GSA:last-of-type {
    border-bottom: 1px solid #ddd;
  }
}
.easy-autocomplete-container .empty-value {
  display: none;
}
.product-comparison-tbl table tr {
  border-bottom: 1px solid;
}
.product-comparison-tbl table td:first-child {
  width: unset !important;
}
.product-comparison-tbl th:not(:first-child),
.product-comparison-tbl td:not(:first-child) {
  text-align: unset !important;
}
.product-comparison-tbl table tr:first-of-type {
  border-bottom: 2px solid;
}
.product-comparison-tbl table tr td {
  vertical-align: top;
}
.product-comparison-tbl table tr td:first-of-type {
  font-weight: bold;
}
.product-comparison-tbl table th:nth-child(2),
.product-comparison-tbl table th:nth-child(3) {
  width: 40%;
}
.ftnt-arrow-resources,
.ftnt-arrow-reviews {
  justify-content: center;
}
.ftnt-product-page-template .ftnt-progress,
.ftnt-solutions-page-template-new .ftnt-progress {
  display: none;
}
.headline-description {
  font-size: 24px;
  line-height: 40px;
}
@media (max-width: 1023px) {
  .headline-description {
    font-size: 1.15rem;
    line-height: 1.8rem;
  }
}
.free-demo section.background:first-of-type {
  background-color: #a2b2c8;
}
.form-shapes {
  position: absolute;
}
#form-shape1 {
  width: 100%;
  height: calc(100%);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
#form-shape2 {
  width: 63%;
  height: calc(95%);
  background: linear-gradient(
    180deg,
    rgba(63, 69, 78, 0.15) 0,
    rgba(45, 49, 54, 0.15) 100%
  );
}
#form-shape3 {
  width: 68%;
  height: calc(70%);
  background: linear-gradient(
    270deg,
    rgba(9, 10, 12, 0.15) 0,
    rgba(13, 14, 16, 0.15) 100%
  );
}
#form-shape2,
#form-shape3 {
  border-bottom-right-radius: 130px;
}
#form-shape4 {
  width: 43%;
  bottom: 0;
  right: 0;
  height: calc(60%);
  background: linear-gradient(
    90deg,
    rgba(162, 178, 200, 0.25) 0,
    rgba(162, 178, 200, 0) 50%,
    rgba(162, 178, 200, 0) 100%
  );
  border-top-left-radius: 130px;
}
@media (max-width: 1023px) {
  #form-shape4 {
    width: 30%;
  }
  #form-shape2 {
    width: 80%;
  }
  #form-shape3 {
    width: 90%;
  }
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive-container {
  position: relative;
}
.table-responsive-container table {
  border-right: 15px solid #fff;
}
.table-responsive-container .table-responsive-helper {
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.6) 35%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.6) 35%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.6) 35%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
#top-nav {
  background-color: #222;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  position: relative;
  z-index: 99;
}
.disable-background {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 91;
  overflow: hidden;
  height: 100%;
}
header.ftnt-navigation #threat-alert {
  display: none;
}
#top-nav .top-toolbar {
  display: flex;
  justify-content: right;
  height: 48px;
}
#top-nav .top-toolbar li {
  padding: 1px 8px;
}
#top-nav button,
#top-nav a {
  font-size: 12px;
  font-family: Inter;
  text-decoration: none;
  line-height: normal;
  color: #e3e3e3;
  font-weight: 400;
}
.login-tooltip {
  background: 0;
  border: 0;
  position: relative;
  font-weight: 500 !important;
}
.fc-menu {
  margin-top: 0;
}
a.login-tooltip:hover {
  text-decoration: underline !important;
}
#top-nav button:hover,
#top-nav .fortinet-one:hover button {
  text-decoration: underline;
}
#top-nav .top-toolbar button {
  background: 0;
  border: 0;
  position: relative;
  padding: 0;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  color: #e3e3e3;
  margin-left: 5px;
}
#top-nav .top-toolbar .notloggedin-demo button:after,
.menu-item.download-top button:after {
  content: "|";
  position: absolute;
  right: -10px;
}
#top-nav .top-toolbar li {
  display: flex;
  align-items: center;
}
#top-nav .top-toolbar li:first-child,
#top-nav .top-toolbar li:last-child {
  border-right: 0;
}
#top-nav .threat-alert a {
  padding: 5px 14px 5px;
  border-radius: 15px;
  transition: all 0.2s;
  margin-right: 6px;
}
#top-nav .threat-alert a:hover {
  transition: all 0.2s;
}
#top-nav .threat-alert p {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
}
#top-nav .threat-alert a {
  padding: 5px 14px 5px;
  border-radius: 15px;
  transition: all 0.2s;
  margin-right: 6px;
}
#top-nav .threat-alert a:hover {
  transition: all 0.2s;
}
#top-nav .threat-alert.critical a {
  background: #da291c;
}
#top-nav .threat-alert.critical a:hover {
  background: #c11009;
}
#top-nav .threat-alert.high a {
  background: #ff8100;
}
#top-nav .threat-alert.high a:hover {
  background: #ea7103;
}
#top-nav .threat-alert.normal a {
  background: #ffd602;
}
#top-nav .threat-alert.normal a:hover {
  background: #efc203;
}
#top-nav .threat-alert.normal p {
  color: #000;
}
#top-nav .fortinet-one-dropdown a {
  color: #000;
  text-transform: none;
  display: block;
}
#top-nav .fortinet-one .fortinet-one-dropdown {
  top: 47px;
  transform: translateX(-10px) translateY(0);
}
#top-nav #fc-menu-user svg path,
#top-nav #sitesearch svg path,
#top-nav .select-language svg path {
  fill: #fff;
}
#top-nav #fc-menu-user.fc-menu {
  line-height: normal;
}
#top-nav #fc-menu-user .tooltiptext {
  margin-top: 2px;
  width: 130px;
  margin-left: -48px;
  top: 32px;
  padding: 10px 5px;
  text-transform: initial;
}
#top-nav #fc-menu-user .tooltiptext:after {
  border-color: transparent transparent #fff transparent;
}
#top-nav .search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  line-height: normal;
}
#top-nav .search-toggle #sitesearch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
#top-nav .search-toggle label {
  width: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  display: none;
}
#top-nav .search-toggle input.hidden {
  display: none;
}
#top-nav .search-toggle input {
  border: 0;
  padding: 3px 6px;
  display: inline;
  border-bottom: 2px solid #da291c;
  margin-right: 5px;
  background: #fff;
  font-size: 12px;
}
#top-nav .select-language ul {
  top: 47px;
  transform: translateX(-90%) translateY(0);
  width: 320px;
}
#top-nav .select-language a {
  color: #000;
  text-transform: none;
  padding: 3px 0;
  font-weight: normal;
}
#top-nav .select-language a:hover,
#top-nav .fortinet-one-dropdown a:hover {
  text-decoration: underline;
}
#main-nav .megamenu > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.fortinet-one.notloggedin-support > a,
.fortinet-one.notloggedin-demo > a {
  margin-top: 1px;
}
#top-nav .fc-menu #fc-menu-loggedin-user {
  color: #fff;
  top: 3px;
}
#top-nav .fc-menu #fc-menu-loggedin-user:hover {
  cursor: pointer;
  text-decoration: underline;
}
#top-nav #fc-menu-user svg path {
  fill: #fff !important;
}
#top-nav .fc-menu-show-after-loggedin .login-icon {
  margin-top: -15px;
}
#top-nav .fc-menu .fc-menu-wrap {
  border: 0 solid #000 !important;
  padding-top: 0;
  padding-left: 0;
  width: fit-content;
}
#top-nav #fc-menu-user-wrap .fc-menu-content {
  min-width: 185px;
}
#top-nav #fc-menu-user .fc-menu-wrap {
  padding-left: 0 !important;
}
.fc-menu-content {
  padding-left: 15px !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 1);
}
#top-nav li .fc-menu-wrap {
  color: #000;
  font-size: 12px;
}
#top-nav li .fc-menu-wrap .fc-menu-item span:nth-child(2):hover {
  text-decoration: underline;
}
#top-nav #fc-menu-user .fc-menu-show-after-loggedin {
  padding: 0 10px 0 0;
}
#top-nav .menu-item:hover button {
  text-decoration: underline;
}
#top-nav .fc-menu .fc-menu-group-title {
  font-size: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
}
#top-nav #fc-menu-services-wrap,
#top-nav #fc-menu-services-wrap .fc-menu-content {
  min-height: 375px !important;
}
#main-nav {
  font-size: 14px;
  margin-bottom: 1px;
  border-bottom: 1px solid #f3f3f3;
  min-height: 52px;
  background: linear-gradient(90deg, #fff 50%, #fff 50%);
  box-shadow: 0 1px 8px 1px rgba(168, 168, 168, 0.15);
  position: relative;
  z-index: 98;
}
#main-nav div.m-logo {
  display: none;
}
#main-nav li.logo {
  width: 160px;
  margin-right: 16px;
}
#main-nav li.logo > a {
  font-size: 0;
  display: flex;
}
#main-nav .mobile-nav {
  display: none;
}
#main-nav .all-products,
#main-nav .main-nav-item.menu-link,
#main-nav .main-nav-item.fortiguard {
  display: none;
}
#main-nav .nav-left button {
  background: 0;
  border: 0;
  font-weight: bold;
  padding: 17px 20px 17px 18px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  display: flex;
  font-size: 14px;
  color: #333;
  line-height: normal;
}
#main-nav .nav-left .sv-active button {
  color: #333;
}
#main-nav .nav-left button:focus {
  outline: 1px dotted #333 !important;
}
#main-nav .nav-left li.main-nav-item .nav-vertical button:focus {
  outline: 1px dotted #333 !important;
}
#main-nav .nav-left li.main-nav-item:hover {
  background: #f3f3f3;
}
#main-nav .nav-left li.main-nav-item.nav-active > button {
  position: relative;
}
#main-nav .nav-left li.main-nav-item.nav-active > button {
  background: #f3f3f3;
  color: #242424;
}
#main-nav .nav-left li.main-nav-item.nav-active > button:after {
  content: " ";
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main-nav .nav-left {
  list-style: none;
  display: flex;
  height: 50px;
  align-items: center;
  padding: 0;
  margin: 0;
}
#main-nav .main-nav-item .megamenu {
  padding: 0;
  position: absolute;
  background: linear-gradient(90deg, #fbfbfb 50%, #fff 50%);
  z-index: 999;
  width: 100%;
  left: 0;
  font-weight: 300;
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
  margin-top: 1px;
  display: none;
  z-index: 98;
}
#main-nav .nav-active .megamenu {
  display: block;
}
#main-nav .megamenu .v-container {
  display: none;
}
#main-nav .megamenu .nav-vertical li:first-child {
  margin-top: 20px;
}
#main-nav .megamenu > .container {
  display: flex;
}
#main-nav .nav-vertical {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #f3f3f3;
  width: 24%;
  padding-left: 0;
  margin-bottom: 0;
}
#main-nav .nav-vertical li {
  margin: 0;
  padding: 0;
}
#main-nav .nav-vertical li button {
  padding: 15px 10px;
  border-bottom: 1px solid #f3f3f3;
}
#main-nav .megamenu .nav-vertical button,
#main-nav .megamenu .sub-vertical-tab button {
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  text-align: left;
}
#main-nav .megamenu .nav-vertical button:hover,
#main-nav .megamenu .nav-vertical li.v-active button,
#main-nav .megamenu .sub-vertical-tab button:hover,
#main-nav .megamenu .sub-vertical-tab li.sv-active button {
  background: #f3f3f3;
}
#main-nav .nav-vertical-content {
  background: #fff;
  width: 76%;
  padding: 35px 15px 10px 14px;
  display: flex;
  min-height: 650px;
}
#main-nav .nav-vertical-content .nav-label {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 4px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #333;
}
#main-nav .nav-vertical-content .nav-label {
  border-left: 2px solid #da291c;
}
#main-nav .nav-vertical-content.nav-red .nav-label {
  border-left: 2px solid #da291c;
}
#main-nav .nav-vertical-content.nav-ftntred .nav-label {
  border-left: 2px solid #da291c;
}
#main-nav .nav-vertical-content.nav-purple .nav-label {
  border-left: 2px solid #9747ff;
}
#main-nav .nav-vertical-content.nav-blue .nav-label {
  border-left: 2px solid #3080e3;
}
#main-nav .nav-vertical-content.nav-teal .nav-label {
  border-left: 2px solid #2bccd4;
}
#main-nav .nav-vertical-content.nav-green .nav-label {
  border-left: 2px solid #3cb17e;
}
#main-nav .nav-vertical-content ul {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
#main-nav .nav-vertical-content li {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
#main-nav .nav-vertical-content li a {
  font-size: 13px;
  font-weight: 400;
  display: block;
  padding: 8px 0 8px 18px;
  text-decoration: none;
  color: #333;
  line-height: 1.33;
}
#main-nav .nav-vertical-content li a:hover {
  background: #fbfbfb;
}
#main-nav .theats-intelligence .fortiguard-labs-anchor {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  position: relative;
  border-bottom: 3px solid #fff;
  padding-top: 3px;
  padding-right: 20px;
  padding-left: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #333;
}
#main-nav .theats-intelligence:hover a {
  border-bottom: 3px solid #2d855f;
  background-color: #f3f3f3;
}
#main-nav .theats-intelligence .fortiguard-labs-anchor:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 17px;
  width: 12px;
  height: 16px;
  background: url("../../../content/dam/fortinet/assets/css/icon-fgl-nav.svg");
  background-repeat: no-repeat;
}
#main-nav .theats-intelligence .fortiguard-labs-anchor:after {
  content: "\00BB";
  position: absolute;
  right: 9px;
  font-size: 13px;
  color: #2d855f;
  margin-top: -2px;
  font-weight: 700;
}
#main-nav .theats-intelligence span {
  color: #2d855f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-right: 3px;
}
#main-nav .theats-intelligence span:lang(pt) {
  margin-left: 3px !important;
}
#main-nav .theats-intelligence .fortiguard-labs-anchor:lang(es) {
  letter-spacing: -0.06em !important;
}
#main-nav .theats-intelligence span:lang(es) {
  margin-left: 3px;
}
#main-nav .megamenu .nav-vertical li button {
  position: relative;
  border-left: 3px solid transparent;
  font-size: 14px;
  color: #515b65;
  line-height: 17px;
}
#main-nav .megamenu .nav-vertical li.v-active button {
  border-left: 3px solid #da291c;
  color: #333;
}
#main-nav .nav-vertical li.nav-red.v-active button {
  border-left: 3px solid #da291c;
}
#main-nav .nav-vertical li.nav-ftntred.v-active button {
  border-left: 3px solid #da291c;
}
#main-nav .nav-vertical li.nav-purple.v-active button {
  border-left: 3px solid #9747ff;
}
#main-nav .nav-vertical li.nav-blue.v-active button {
  border-left: 3px solid #3080e3;
}
#main-nav .nav-vertical li.nav-teal.v-active button {
  border-left: 3px solid #2bccd4;
}
#main-nav .nav-vertical li.nav-green.v-active button {
  border-left: 3px solid #3cb17e;
}
#main-nav > .container {
  display: flex;
  justify-content: space-between;
}
#main-nav li.nav-all-products {
  padding-left: 13px;
  padding-top: 30px;
  padding-bottom: 20px;
}
#main-nav li.nav-all-products a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #939393;
  position: relative;
  letter-spacing: 0.25px;
}
#main-nav li.nav-all-products a:after {
  content: "\00BB";
  position: absolute;
  right: -12px;
  font-size: 14px;
}
#main-nav li.nav-all-products a:hover {
  color: #000;
}
#main-nav .nav-vertical-content.has-sub-nav {
  padding: 0;
}
#main-nav .megamenu .sub-vertical-tab {
  margin-top: 20px !important;
}
#main-nav .nav-vertical-content.has-sub-nav .col-md-4 {
  padding-left: 0;
  padding-right: 0;
  background: #fbfbfb;
  border-right: 1px solid #f3f3f3;
}
#main-nav .sub-vertical-tab button:after {
  content: "\203A";
  font-size: 20px;
  position: absolute;
  right: 20px;
  color: #a5aaaf;
  font-weight: normal;
  margin-top: -2px;
}
#main-nav .sub-vertical-tab li.sv-active button:after {
  color: #000;
}
#main-nav .subnav-vertical-content {
  display: flex;
  width: 100%;
  padding: 35px 15px 10px;
}
#main-nav .mobile-search {
  display: none;
}
.megamenu .nav-promo {
  min-height: 210px;
  border-left: 1px solid #f3f3f3;
  padding-left: 30px;
  padding-bottom: 20px;
}
.megamenu .nav-promo.large {
  min-height: unset;
}
.megamenu .nav-promo .nav-promo-header {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #515b65;
}
.megamenu .nav-promo figure {
  margin: 0;
}
.megamenu .nav-promo figure img {
  width: 243px;
}
.megamenu .nav-promo-content {
  position: relative;
  padding: 0;
  font-size: 13px;
}
.megamenu .nav-promo-content + .nav-promo-content {
  margin-top: 20px;
}
.megamenu .nav-promo-content .title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.5;
  color: #515b65;
}
.megamenu .nav-promo-content p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  color: #515b65;
}
.megamenu .nav-promo-content a.cta {
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
  line-height: 1.5;
  color: #515b65 !important;
}
.megamenu .nav-promo-content a.cta:hover {
  color: #333 !important;
}
.megamenu .nav-promo-content a.cta span:hover {
  text-decoration: underline;
}
.megamenu .nav-promo-content .cta:after {
  content: "\00BB";
  margin-left: 3px;
  font-size: 13px;
  color: #7b8797;
}
.megamenu .nav-promo.large .nav-promo-content {
  display: flex;
  padding-top: 0;
}
.megamenu .nav-promo.large figure img {
  min-width: 243px;
}
.megamenu .nav-promo.large .text-area {
  margin-left: 20px;
}
#fc-menu-services-wrap,
#fc-menu-support-wrap {
  min-width: 900px !important;
  transform: translateX(-65%) translateY(0);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #main-nav {
    font-size: 12px;
  }
  #fc-menu-support-wrap {
    min-width: 750px !important;
    transform: translateX(-60%) translateY(0);
  }
  #fc-menu-services-wrap {
    min-width: 750px !important;
    transform: translateX(-46%) translateY(0);
  }
  #top-nav .threat-alert a {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #main-nav .nav-left button {
    font-size: 14px;
    padding: 13px;
  }
  #main-nav .megamenu .nav-vertical button,
  #main-nav .megamenu .sub-vertical-tab button {
    font-size: 13px;
  }
  #main-nav .nav-vertical-content li a {
    font-size: 13px;
    padding: 4px 0 4px 18px;
  }
  #main-nav li.nav-all-products a {
    font-size: 11px;
  }
  #main-nav .theats-intelligence .fortiguard-labs-anchor {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  #top-nav {
    display: none;
  }
  header.ftnt-navigation #threat-alert {
    display: block;
  }
  #top-nav > .container,
  #main-nav > .container,
  #main-nav .megamenu > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .login-tooltip {
    font-weight: 400 !important;
    color: #333 !important;
  }
  .fc-menu-content {
    box-shadow: unset;
    -webkit-box-shadow: unset;
  }
  #top-nav > .container,
  #main-nav > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #main-nav .main-nav-item.menu-link,
  #main-nav .main-nav-item.fortiguard {
    display: block;
  }
  #main-nav .col-md-4 {
    width: 100%;
    max-width: 100%;
  }
  #main-nav .mobile-nav {
    display: flex;
  }
  #main-nav .nav-trigger23 {
    display: inline-block !important;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: 0;
  }
  #main-nav .nav-trigger23 {
    padding: 0;
  }
  #main-nav .nav-trigger23 span {
    width: 30px;
    height: 2px;
    background-color: #616161;
    display: block;
    margin: 5px auto;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }
  #main-nav .nav-trigger23[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  #main-nav .nav-trigger23[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  #main-nav .nav-trigger23[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  #main-nav .theats-intelligence,
  #main-nav .nav-left {
    display: none;
  }
  #main-nav div.m-logo {
    width: 160px;
    margin-right: 25px;
    height: 50px;
    display: flex;
  }
  #main-nav div.m-logo img {
    width: 300px;
    height: 50px;
  }
  #main-nav .mobile-search {
    display: flex;
    width: 38px;
  }
  #main-nav .mobile-search #sitesearch {
    display: flex;
  }
  #main-nav .mobile-search button {
    display: block;
    color: #545454;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    padding: 0;
    width: auto;
  }
  #main-nav .mobile-search label {
    width: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    display: none;
  }
  #main-nav .mobile-search #search {
    display: none;
  }
  #main-nav .mobile-search button {
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 1px;
  }
  #main-nav .mobile-search.sitesearch-on #sitesearch {
    position: absolute;
    top: 50px;
    z-index: 9;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    background: #ddd;
    justify-content: center;
    flex-direction: row-reverse;
  }
  #main-nav .megamenu > .container {
    width: auto;
  }
  #main-nav .mobile-search.sitesearch-on #sitesearch #search {
    margin-right: 5px;
    border-bottom: 0;
    display: block;
    border: 0;
    padding: 6px;
    display: inline;
    border-bottom: 2px solid #da291c;
    margin-left: 5px;
    max-width: 80%;
    width: 100%;
    font-size: 13px;
    background: #fff;
  }
  #main-nav .mobile-search.sitesearch-on .m-search-close-btn {
    position: relative;
    width: 38px;
    height: 38px;
  }
  #main-nav .mobile-search.sitesearch-on .m-search-close-btn:before,
  #main-nav .mobile-search.sitesearch-on .m-search-close-btn:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 30px;
    width: 2px;
    background-color: #616161;
    top: 10px;
  }
  #main-nav .mobile-search.sitesearch-on .m-search-close-btn:before {
    transform: rotate(45deg);
  }
  #main-nav .mobile-search.sitesearch-on .m-search-close-btn:after {
    transform: rotate(-45deg);
  }
  #main-nav .nav-left .logo {
    display: none;
  }
  #main-nav.mobile-nav-open,
  #main-nav.mobile-nav-open .nav-left {
    display: block;
  }
  #main-nav.mobile-nav-open .nav-left {
    position: absolute;
    top: 50px;
    z-index: 999;
    background: #fff;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: max-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 32px 36px -30px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0 32px 36px -30px rgba(0, 0, 0, 0.59);
    box-shadow: 0 32px 36px -30px rgba(0, 0, 0, 0.59);
  }
  #main-nav.mobile-nav-open .nav-left li.main-nav-item {
    background: #fff;
    position: relative;
  }
  #main-nav.mobile-nav-open .nav-left li.main-nav-item > button:after {
    content: " ";
    box-sizing: border-box;
    height: 2vw;
    width: 2vw;
    display: block;
    border-style: solid;
    border-color: #616161;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
  }
  #main-nav.mobile-nav-open .nav-left button {
    width: 100%;
    padding: 15px 35px 15px 0;
  }
  #main-nav.mobile-nav-open .nav-left li.main-nav-item.fortiguard {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 15px;
  }
  #main-nav.mobile-nav-open .nav-left li.main-nav-item.fortiguard span {
    color: #2d855f;
  }
  #main-nav.mobile-nav-open .fortinet-one.notloggedin-support > a button:after,
  #main-nav.mobile-nav-open
    .fc-menu-show-after-loggedin
    .fc-menu-label
    button:after,
  #main-nav.mobile-nav-open .fc-menu-show-after-loggedin:after,
  #main-nav.mobile-nav-open .nav-left .nav-vertical li > button:after {
    content: " ";
    box-sizing: border-box;
    height: 2vw;
    width: 2vw;
    display: block;
    border-style: solid;
    border-color: #616161;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s;
  }
  #main-nav.mobile-nav-open
    .notloggedin-support
    .fortinet-one-dropdown.dropdown {
    display: block !important;
    position: relative;
    border: 0 !important;
    top: 0;
    padding-top: 0;
  }
  #main-nav.mobile-nav-open
    .notloggedin-support
    .fortinet-one-dropdown.dropdown
    a {
    padding: 10px;
    font-size: 14px;
  }
  #main-nav.mobile-nav-open .nav-left li.main-nav-item:nth-child(2) {
    margin-top: 20px;
  }
  #main-nav.mobile-nav-open .nav-left li.main-nav-item a,
  #main-nav.mobile-nav-open .fc-menu-label {
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 0;
  }
  nav#threat-alert {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 10px 0;
  }
  nav#threat-alert a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
  }
  nav#threat-alert.critical {
    background: #da291c;
  }
  nav#threat-alert.high {
    background: #ff8100;
  }
  nav#threat-alert.normal {
    background: #ffd700;
  }
  nav#threat-alert.normal p {
    color: #000;
  }
  #main-nav.mobile-nav-open .menu-link button {
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    color: #333;
  }
  #main-nav.mobile-nav-open .fortinet-one:hover .fortinet-one-dropdown {
    display: none;
  }
  #main-nav.mobile-nav-open .nav-left li.main-nav-item a.login-tooltip {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #main-nav.mobile-nav-open #fc-menu-user .fc-menu-hide-after-loggedin {
    padding-left: 0;
  }
  #main-nav.mobile-nav-open
    #fc-menu-user
    .fc-menu-hide-after-loggedin
    a.login-tooltip {
    padding-top: 0;
    padding-bottom: 0;
  }
  #main-nav.mobile-nav-open
    .nav-left
    li.main-nav-item
    a.login-tooltip
    .tooltiptext {
    visibility: visible;
    border: 0;
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    margin-left: 5px;
  }
  #main-nav.mobile-nav-open
    .nav-left
    li.main-nav-item
    a.login-tooltip
    .tooltiptext:after {
    content: none;
  }
  #main-nav.mobile-nav-open .nav-left li.select-language button {
    text-transform: uppercase;
    width: 100%;
    padding: 10px 35px 10px 0;
  }
  #main-nav.mobile-nav-open .nav-left li.select-language button + button,
  #main-nav.mobile-nav-open .nav-left li.select-language ul {
    display: none;
  }
  #main-nav.mobile-nav-open .nav-left li.select-language ul.dropdown {
    display: block;
    width: 100%;
    position: relative;
    border: 0 !important;
    transform: none;
    top: 0;
    padding-top: 0;
  }
  #main-nav.mobile-nav-open .nav-left li.select-language ul.dropdown a {
    font-size: 14px;
    padding: 10px;
  }
  #main-nav.mobile-nav-open
    .nav-left
    li.select-language
    button[aria-expanded="true"]:after,
  #main-nav.mobile-nav-open
    .fortinet-one.notloggedin-support
    > a
    button[aria-expanded="true"]:after,
  #main-nav.mobile-nav-open
    .fc-menu-show-after-loggedin
    .fc-menu-label
    button[aria-expanded="true"]:after,
  #main-nav.mobile-nav-open
    .fc-menu-show-after-loggedin
    .fc-menu-label
    button[aria-expanded="true"]:after,
  #main-nav.mobile-nav-open
    .fc-menu-show-after-loggedin[aria-expanded="true"]:after,
  #main-nav.mobile-nav-open
    .nav-left
    .main-nav-item
    button[aria-expanded="true"]:after {
    transform: rotate(225deg);
    transition: all 0.5s;
  }
  #main-nav.mobile-nav-open .fc-menu-wrap {
    padding-left: 15px;
  }
  #main-nav.mobile-nav-open .fc-menu-group-body .fc-menu-item span > img {
    min-width: 15px;
    margin-right: 6px;
  }
  #main-nav.mobile-nav-open .fc-menu-group-body ul {
    list-style: none;
  }
  #main-nav.mobile-nav-open .fc-menu-group-body .fc-menu-item div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main-nav.mobile-nav-open .fc-menu-content .fc-menu-group {
    margin-bottom: 20px;
  }
  #main-nav.mobile-nav-open .fc-menu-content .fc-menu-group-title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  #main-nav.mobile-nav-open .fc-menu-item div span:nth-child(2) {
    padding-top: 0;
  }
  #main-nav.mobile-nav-open #fc-menu-user .fc-menu-show-after-loggedin {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #main-nav.mobile-nav-open #fc-menu-loggedin-user {
    font-weight: normal;
    margin-left: 5px;
  }
  #main-nav.mobile-nav-open #fc-menu-user {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #main-nav.mobile-nav-open
    #fc-menu-user
    .fc-menu-show-after-loggedin
    .login-icon {
    margin-left: -10px;
  }
  #main-nav.mobile-nav-open .fc-menu-wrap.dropdown,
  #main-nav.mobile-nav-open .megamenu.dropdown {
    display: block !important;
    position: relative;
    background: 0;
    margin-top: 0;
    border: 0;
  }
  #main-nav.mobile-nav-open .nav-vertical {
    display: block;
    width: 100%;
    border: 0;
    margin: 0;
    padding-inline-start: 0;
  }
  #main-nav.mobile-nav-open ul:not([class]) {
    padding-left: 0;
  }
  #main-nav.mobile-nav-open .megamenu .nav-vertical li:first-child {
    margin-top: 0;
  }
  #main-nav.mobile-nav-open form {
    margin: 0;
  }
  #main-nav.mobile-nav-open .nav-left .nav-vertical button {
    border: 0;
    font-weight: normal;
    padding: 14px 6px;
  }
  #main-nav.mobile-nav-open li.nav-all-products {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
  }
  #main-nav.mobile-nav-open li.nav-all-products a {
    color: #939393;
    font-size: 12px;
  }
  #main-nav.mobile-nav-open li.nav-all-products a:after {
    right: unset;
    margin-top: 0;
    top: unset;
    margin-left: 4px;
  }
  #main-nav.mobile-nav-open .megamenu .v-container.dropdown {
    display: block;
    margin-bottom: 5px;
  }
  #main-nav.mobile-nav-open .fc-menu-show-after-loggedin .fc-menu-wrap,
  #main-nav.mobile-nav-open .fc-menu-show-after-loggedin + .fc-menu-wrap,
  #main-nav.mobile-nav-open .nav-vertical-content,
  #main-nav.mobile-nav-open .megamenu .v-container.dropdown .nav-promo,
  #main-nav.mobile-nav-open .subnav-vertical-content {
    display: none;
  }
  #main-nav.mobile-nav-open .megamenu .v-container.dropdown ul {
    list-style: none;
  }
  #main-nav.mobile-nav-open .nav-left .v-container.dropdown a {
    font-size: 14px;
    line-height: normal;
    color: #333;
  }
  #main-nav.mobile-nav-open .megamenu .nav-vertical button:hover {
    background: #fff !important;
  }
  #main-nav.mobile-nav-open .megamenu .sub-vertical-tab {
    margin-top: 0 !important;
    margin-left: 10px;
    padding-left: 0;
  }
  #main-nav.mobile-nav-open
    .has-sub-nav
    .v-container.dropdown
    > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  #main-nav.mobile-nav-open
    .has-sub-nav
    .sub-vertical-tab
    .v-container.dropdown
    > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-nav.mobile-nav-open
    .has-sub-nav
    .sub-vertical-tab
    .v-container.dropdown {
    margin-left: 10px;
  }
  #main-nav.mobile-nav-open .nav-red > button[aria-expanded="true"] {
    border-left: 3px solid #da291c !important;
  }
  #main-nav.mobile-nav-open .nav-ftntred > button[aria-expanded="true"] {
    border-left: 3px solid #da291c !important;
  }
  #main-nav.mobile-nav-open .nav-purple > button[aria-expanded="true"] {
    border-left: 3px solid #9747ff !important;
  }
  #main-nav.mobile-nav-open .nav-blue > button[aria-expanded="true"] {
    border-left: 3px solid #3080e3 !important;
  }
  #main-nav.mobile-nav-open .nav-teal > button[aria-expanded="true"] {
    border-left: 3px solid #2bccd4 !important;
  }
  #main-nav.mobile-nav-open .nav-green > button[aria-expanded="true"] {
    border-left: 3px solid #3cb17e !important;
  }
  #main-nav.mobile-nav-open .megamenu .v-container.dropdown .nav-label {
    font-weight: normal;
    padding-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #main-nav.mobile-nav-open .nav-red .nav-label {
    border-left: 2px solid #da291c;
  }
  #main-nav.mobile-nav-open .nav-ftntred .nav-label {
    border-left: 2px solid #da291c;
  }
  #main-nav.mobile-nav-open .nav-purple .nav-label {
    border-left: 2px solid #9747ff;
  }
  #main-nav.mobile-nav-open .nav-blue .nav-label {
    border-left: 2px solid #3080e3;
  }
  #main-nav.mobile-nav-open .nav-teal .nav-label {
    border-left: 2px solid #2bccd4;
  }
  #main-nav.mobile-nav-open .nav-green .nav-label {
    border-left: 2px solid #3cb17e;
  }
  #main-nav.mobile-nav-open .megamenu .v-container.dropdown .nav-label + ul {
    padding-left: 8px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  #main-nav .main-nav-item {
    max-width: 540px;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #main-nav .nav-left .main-nav-item {
    max-width: 720px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  #main-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-nav .nav-left {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tab--closed {
  display: none;
}
.C18-Tabs .id-tab-container {
  margin-top: 25px;
}
.tab-arrow {
  display: none;
}
@media (max-width: 767px) {
  .tab-arrow {
    display: inline-block;
    z-index: 3;
    background: #236093;
    position: absolute;
    right: 7px;
    top: 7px;
    padding-left: 10px;
    border: 0;
    color: #fff;
  }
  .C18-Tabs button.tab-selector {
    border-radius: 0;
    padding: 0.5rem;
  }
  button.tab-selector {
    border: 1px solid #236093;
  }
  button.tab-selector.active {
    border: 1px solid #236093;
    color: #236093;
  }
  .fortinet-tab {
    position: relative;
    height: 50px;
    background: #236093;
    color: #fff;
  }
  .tab-wrapper {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #fff;
    display: none;
    top: 49px;
  }
  .responsive .tab-wrapper {
    display: block;
  }
  button.tab-arrow:active,
  button.tab-arrow:visited {
    border: 0;
  }
  .tab-wrapper button.tab-selector:not(:first-child) {
    border-top: 0 !important;
  }
  .C18-Tabs .section--grid {
    padding-top: 0;
  }
  .C18-Tabs .wrap--narrow {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .C18-Tabs .wrap--narrow .row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fortinet-tab .label {
    display: inline-block;
    padding: 10px 10px;
  }
}
.id-grid > div {
  width: 33.33333%;
  padding: 0 15.75px 31.5px;
  padding-bottom: 2em;
}
.id-grid > div .resource,
.id-grid > div .quote {
  border-top: 11px solid #dc291e;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 2.9em 2em 60px 2em;
  min-height: 440px;
}
.C45-Resource-Asset-List .section--search-filter input[type="text"] {
  padding: 10px 60px 10px 20px;
}
.C45-Resource-Asset-List .section--search-filter input[type="submit"],
.C906-Resource-Asset-List-Specific
  .section--search-filter
  input[type="submit"] {
  top: 5px;
}
.C45-Resource-Asset-List .section--search-filter input[type="submit"],
.C906-Resource-Asset-List-Specific
  .section--search-filter
  input[type="submit"] {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #236093 !important;
  background: #236093 !important;
  position: relative;
  color: #fff;
  border: 0;
  padding: 10px 60px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 17px;
  height: 40px;
  margin-top: -5px;
  vertical-align: top;
}
.C45-Resource-Asset-List .resource-filter-wrap,
.C906-Resource-Asset-List-Specific .resource-filter-wrap {
  margin-bottom: 30px;
}
.C45-Resource-Asset-List #search,
.C906-Resource-Asset-List-Specific #search {
  max-width: 80%;
}
.C45-Resource-Asset-List .resource-filter-list,
.C906-Resource-Asset-List-Specific .resource-filter-list {
  border-top: 0 !important;
}
.C45-Resource-Asset-List .refine-close-btn {
  display: inline;
  position: absolute;
  right: -30px;
  cursor: pointer;
}
.C45-Resource-Asset-List .resource-filter {
  position: absolute;
  right: 20px;
  padding: 5px 20px;
  color: #fff;
  font-size: 0.8em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #323e48;
  background: -moz-linear-gradient(top, #323e48 0, #1e252b 100%);
  background: -webkit-linear-gradient(top, #323e48 0, #1e252b 100%);
  background: linear-gradient(to bottom, #323e48 0, #1e252b 100%);
}
.C45-Resource-Asset-List a .resource-filter {
  color: #fff;
  font-size: 0.8em;
}
.C45-Resource-Asset-List .resource-filter span {
  margin-right: 3px;
}
.C45-Resource-Asset-List .resource-tabs {
  position: absolute;
  top: -35px;
  z-index: 20;
  display: none;
}
.C45-Resource-Asset-List .resource-tabs li {
  display: inline-block;
}
.C45-Resource-Asset-List .resource-tabs a,
.C45-Resource-Asset-List .resource-tabs a:hover,
.C45-Resource-Asset-List .resource-tabs a:active {
  color: #fff;
  font-size: 16px;
  background: #3c4c59;
  padding: 12px 15px 10px;
}
.C45-Resource-Asset-List .resource-tabs a.rtab-active,
.C45-Resource-Asset-List .resource-tabs a.rtab-active:active {
  background: #323e48;
}
.resource-filter .filter-toggle {
  color: #fff !important;
}
.resource-filter .arrow-up {
  transform: rotate(180deg);
}
.results-possible-display {
  margin-top: 45px;
  background: #eee;
  position: relative;
}
.results-possible-display .search-options {
  font-size: 16px;
}
.search-options span:after {
  content: ", ";
}
.search-options span:first-child:before {
  content: "in: ";
}
.search-options span:last-child:after {
  content: "";
}
.C906-Resource-Asset-List-Specific .article-list .list-item p:last-child {
  display: none !important;
}
@media (min-width: 1024px) {
  .id-grid > div:nth-child(3n + 1) {
    padding-right: 1em;
  }
  .id-grid > div:nth-child(3n + 2) {
    padding-left: 1em;
    padding-right: 1em;
  }
  .id-grid > div:nth-child(3n + 3) {
    padding-left: 1em;
  }
  .sorted-by {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .id-grid > div {
    width: 50%;
  }
  .id-grid > div {
    padding-bottom: 1.5em;
  }
  .id-grid > div:nth-child(2n + 1) {
    padding-left: 2em;
    padding-right: 0.75em;
  }
  .id-grid > div:nth-child(2n + 2) {
    padding-left: 0.75em;
    padding-right: 2em;
  }
  .id-grid > div .quote {
    padding-bottom: 2em;
  }
  .id-grid > div:nth-child(odd) {
    padding-left: 0;
  }
  .id-grid > div:nth-child(even) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .id-grid > div {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .C45-Resource-Asset-List .refine-close-btn {
    right: 10px !important;
  }
  .sorted-by {
    display: none;
  }
}
@media (max-width: 767px) {
  .id-grid > div:not(:first-child) .resource {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0 1rem 0;
    min-height: 100px;
  }
  .id-grid > div:not(:first-child) .resource h3,
  .id-grid > div:not(:first-child) .resource .h3 {
    margin-bottom: 0;
    padding-right: calc(100px + 1.5rem);
    padding-right: -webkit-calc(100px + 1.5rem);
    height: 100px;
    display: table-cell;
    vertical-align: middle;
  }
  .id-grid > div:not(:first-child) .resource:after,
  .id-grid > div:not(:first-child) .resource:before {
    content: "–";
    max-height: 100px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    font-size: 3.25em;
    line-height: 1.4em;
    color: #fff;
    cursor: pointer;
  }
  .id-grid > div:not(:first-child) .resource:before {
    z-index: 6;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 400ms -webkit-transform;
    transition: 400ms transform;
  }
  .id-grid > div:not(:first-child) .resource:after {
    background-color: #236093;
    z-index: 5;
  }
  .id-grid > div:not(:first-child) .resource.active:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .id-grid > div:not(:first-child) .id-accordion-small {
    margin-top: 1rem;
    padding-bottom: 25px;
    display: none;
  }
  .id-grid > div:not(:first-child) .active .id-accordion-small {
    display: block;
  }
}
.id-grid > div .quote {
  padding: 2.3em 2em 0 2.4em;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(50, 62, 72, 0.05);
  position: relative;
}
.id-grid > div .quote h3,
.id-grid > div .quote .h3 {
  font-size: 0.857em;
  margin-bottom: 0.5em;
}
.id-grid > div .quote p {
  font-size: 1em;
  line-height: 1.6em;
}
.id-grid > div .quote p:first-child {
  font-style: italic;
}
.id-grid > div .quote p:first-child:before {
  content: "“";
  color: #236093;
  position: absolute;
  left: 0.45em;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
}
.id-grid > div .quote p:first-child:after {
  content: "”";
}
.id-grid > div .quote .quote--avatar {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1em;
}
.id-grid > div .quote .quote--text h3,
.id-grid > div .quote .quote--text .h3 {
  margin: 0;
}
.id-grid > div .quote .quote--text p {
  margin-top: 0;
  font-size: 16px;
  color: #323e48;
}
.id-grid > div .quote > div {
  margin: 0 auto 0 auto;
}
.C45-Resource-Asset-List ul.topnav {
  list-style-type: none;
  position: absolute;
  margin-top: 0;
  top: -35px;
  z-index: 20;
}
.C45-Resource-Asset-List ul.topnav li {
  float: left;
  margin-right: 5px;
}
.C45-Resource-Asset-List ul.topnav li a,
ul.topnav li a:hover {
  color: #fff;
  font-size: 16px;
  background: #3c4c59;
  padding: 12px 15px 10px;
}
.C45-Resource-Asset-List ul.topnav a.active,
.C45-Resource-Asset-List ul.topnav a.active:active {
  background: #323e48;
}
@media (min-width: 766px) {
  .C45-Resource-Asset-List ul.topnav li.icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .C45-Resource-Asset-List .resource-filter {
    padding: 2px 10px;
    font-size: 14px;
  }
  .C45-Resource-Asset-List #search {
    width: 60%;
  }
  .C45-Resource-Asset-List .section--search-filter input[type="submit"] {
    padding: 10px 20px;
  }
  .C45-Resource-Asset-List ul.topnav li {
    margin-right: 0;
  }
  .C45-Resource-Asset-List ul.topnav {
    right: 20px;
    top: -30px;
    width: 100%;
  }
  ul.topnav li:not(:first-child) {
    display: none;
  }
  ul.topnav li.icon {
    float: right;
    display: inline-block;
    background: #323e48;
  }
  ul.topnav li.icon div {
    margin: 0;
    padding-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
  }
  .C45-Resource-Asset-List ul.topnav,
  ul.topnav.responsive {
    position: absolute;
    z-index: 23;
    margin-top: -7px;
    background: #323e48;
    margin-left: 0;
    padding-left: 0;
    width: 90%;
    left: 20px;
  }
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li.icon {
    margin-top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    padding-right: 40px;
  }
  ul.topnav li a.active {
    display: block;
    padding-top: 7px;
    padding-bottom: 0;
  }
  ul.topnav.responsive li a.active {
    display: inline-block;
    margin-top: 0;
  }
  ul.topnav.responsive li:first-child {
    position: relative;
    display: block;
    height: 37px;
  }
  .C45-Resource-Asset-List ul.topnav.responsive li:first-child a {
    right: 8px;
  }
  .C45-Resource-Asset-List ul.topnav.responsive li a {
    padding-bottom: 1px;
    padding-left: 15px;
    padding-top: 0;
  }
  .C45-Resource-Asset-List ul.topnav.responsive li:first-child a,
  .C45-Resource-Asset-List ul.topnav.responsive li:nth-child(2) a {
    padding-top: 7px;
  }
  .C45-Resource-Asset-List .article-list .list-item {
    padding: 20px 5px;
  }
}
.cs--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.cs--padding-top {
  padding-bottom: 0;
  padding-top: 50px;
}
.cs--small-padding-top {
  padding-bottom: 0;
  padding-top: 50px;
}
.cs--padding-bottom {
  padding-top: 0;
  padding-bottom: 50px;
}
.cs--small-padding-bottom {
  padding-top: 0;
  padding-bottom: 50px;
}
.cs--small--padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cs--no-padding .C814-Event-News-Slider {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cs--medium--padding-top {
  padding: 40px 0;
}
.cs--padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .cs--padding-top {
    padding-bottom: 0;
    padding-top: 40px;
  }
  .cs--padding-bottom {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .cs--padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section--features .C12-Bullet-Columns .row .col-6:first-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
.C46-Press-Release ul li,
.C46-Press-Release ol li {
  font-size: 1rem;
  line-height: 1.3333rem;
}
.prr p:first-child {
  display: inline;
}
@media (min-width: 768px) {
  .id-image-callout-box {
    padding: 30px 0 !important;
  }
  .id-image-callout-box p {
    word-break: break-word;
  }
}
@media (max-width: 767px) {
  .id-image-callout-box {
    padding: 30px 0 !important;
  }
  .C07-Image-Callout-Box a.trailing-link {
    display: inline-block;
    margin-bottom: 30px;
  }
}
.section--products.round--images
  .wrap--narrow
  .row:not(.border--bottom):last-child {
  padding: 25px 0 !important;
}
.id-no-border.grid--inner-border > div {
  border: none !important;
}
.button--transparent:after {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  content: url("media/icons/right-arrow--blue.svg");
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.button--transparent.button--video:after {
  content: url("media/icons/icon--video-blue.svg") !important;
}
a.button--transparent.button--video:hover:after {
  content: url("media/icons/icon--video-white.svg") !important;
}
.image.parbase img {
  display: block;
  margin: 0 auto;
}
.u-headline-onlyTop {
  margin-top: 50px;
  margin-bottom: 0;
}
.u-headline-onlyBottom {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.u-headline-noMargin {
  margin-top: 0;
  margin-bottom: 0;
}
.u-headline-topBottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.C15-Title .subtitle-text {
  color: #323e48;
  margin-top: 0.5em;
}
.cta-button-wrapper a.cta-button {
  color: #5a646c;
  border: 1px solid #d9e1e2;
  padding: 10px 50px;
}
.cta-button-wrapper a.cta-button.cta--white {
  color: #fff;
}
.cta-button-wrapper a.cta-button.cta--blue {
  color: #236093;
}
.cta-button-wrapper a.cta-button:hover {
  text-decoration: none;
  color: #fff;
  background: #236093;
}
.cta-button-wrapper a.cta-button.cta--white:hover {
  color: #5a646c;
  background: #fff;
}
#site-search {
  padding-top: 0;
}
#site-search h1 {
  width: 100%;
  margin-bottom: 0;
}
#id-search-box input {
  display: inline-block;
}
#site-search .article-list {
  margin-top: 0;
  padding: 0;
}
.inner_search_form.section--search-filter {
  padding: 10px 0;
}
#id-search-box .search-query {
  border: 1px solid #cccfd1;
  background: #fff;
  padding-right: 50px;
}
h5.search-results-count {
  margin: 0;
}
.search-pagination ul {
  text-align: center;
}
.search-pagination ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}
#site-search form input[type="submit"]:hover {
  color: #fff;
}
#site-search li.list-item p br {
  display: none;
}
.inner_search_form section--search-filter {
  position: relative;
}
.section--search-filter input[type="submit"] {
  position: absolute;
  right: 0;
  top: 15px;
  background: url("../../../content/dam/fortinet/images/icons/search-icon.svg")
    no-repeat top left !important;
  font-size: 0;
  height: 30px;
  padding: 5px 30px;
}
.section--search-filter input[type="text"] {
  max-width: none;
}
@media (max-width: 767px) {
  .path a,
  .search-results .list-item a.search-result-title,
  .search-results .list-item p {
    word-break: break-word;
  }
  .search-pagination ul {
    padding-left: 0;
  }
  .search-pagination ul li {
    padding: 0 8px;
  }
  #site-search li.list-item {
    padding: 15px 0;
  }
  #id-search-box {
    margin-bottom: 20px;
  }
  #id-search-box form input[type="text"],
  .section--search-filter input[type="text"] {
    padding: 0 10px;
    width: auto;
    margin-right: 0;
  }
  .section--search-filter input[type="submit"] {
    padding: 10px 30px !important;
  }
  #id-search-box .search-query {
    width: 100%;
    border-radius: 0;
  }
  #site-search .col-sm-12:first-child {
    padding-bottom: 0;
  }
  #site-search .wrap--narrow {
    padding: 0 20px;
  }
}
.search-results {
  margin-top: 30px;
}
.search-results-count {
  background: #eee;
  padding: 10px;
  margin: 0;
}
h3.search-results-title {
  margin-bottom: 20px;
}
.path a {
  font-size: 16px;
}
.search-results .list-item a.search-result-title {
  font-size: 16px;
}
form.resources-form .icon--lock svg,
.resources-form .icon--lock svg path {
  fill: #000;
}
form.resources-form input {
  display: inline-block;
}
form.resources-form input[type="text"] {
  background: #fff;
  font-family: inherit;
}
form.resources-form #asset-filters {
  margin-bottom: 3em;
}
form.resources-form .filter-controls {
  margin: 40px 0 20px;
}
form.resources-form .filter-controls .align-right {
  text-align: right;
}
form.resources-form .filter-toggle img {
  width: 20px;
  position: relative;
  top: 6px;
}
form.resources-form .filter-controls h2 {
  margin: 0;
  padding: 0;
}
form.resources-form .filter-toggle {
  color: #1bacde;
  font-size: 0.9em;
  font-weight: normal;
}
form.resources-form .white-toggle-filter {
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
}
.results-possible-display {
  padding: 0.55em;
}
.row.block-button {
  margin: 0 !important;
}
.row.block-button.top {
  margin: 0 !important;
  padding-top: 15px;
}
.ltx-go-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
}

.ltx-go-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.publication-list .article-list .list-item p:last-child:after {
  content: none;
}
.article-list .list-item h5 {
  margin: 0;
}
form.resources-form input[type="submit"]:hover {
  color: #fff;
}
svg.link-video-play-button {
  margin-right: 4px;
  width: 16px;
  display: inline;
}
@media (max-width: 767px) {
  form.resources-form .filter-controls .align-right {
    text-align: inherit;
  }
  form.resources-form .filter-controls {
    margin: 20px 0 10px;
  }
}
.parsys {
  width: 100%;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  background: transparent;
}
.contact--form input,
.contact--form input[type="text"],
.contact--form input[type="email"],
form.ready input,
form.ready input[type="text"],
form.ready input[type="email"] {
  background-color: transparent;
  border: 1px solid #cccfd1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5a646c;
  line-height: 21px;
  font-weight: normal;
}
.contact--form input[type="password"],
form.ready input[type="password"] {
  background-color: transparent;
  border: 1px solid #cccfd1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #5a646c;
  line-height: 21px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 100%;
}
.contact--form input,
.contact--form input[type="text"],
.contact--form input[type="email"],
.contact--form input:focus,
.contact--form input[type="text"]:focus,
.contact--form input[type="email"]:focus,
form.ready input,
form.ready input[type="text"],
form.ready input[type="email"],
form.ready input:focus,
form.ready input[type="text"]:focus,
form.ready input[type="email"]:focus {
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 100%;
}
.contact--form--small input,
.contact--form--small input[type="text"],
.contact--form--small input[type="email"],
.contact--form--small input:focus,
.contact--form--small input[type="text"]:focus,
.contact--form--small input[type="email"]:focus {
  background-position: right 10px center;
}
.select-container select,
.contact--form select,
form.ready select {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjE2cHgiIGhlaWdodD0iN3B4IiB2aWV3Qm94PSIwIDAgMTYgNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNS4yICgyNTIzNSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+4oC6PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9IkNvbnRhY3QtVXMtQ29weS0yIiBza2V0Y2g6dHlwZT0iTVNBcnRib2FyZEdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI1MC4wMDAwMDAsIC0xNDE1LjAwMDAwMCkiIGZpbGw9IiMyMzYwOTMiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTI1NSwxNDEyLjE4OCBMMTI1Ni42OTIsMTQxMSBMMTI2MS43MzIsMTQxOC41MjQgTDEyNTYuNjkyLDE0MjYuMDQ4IEwxMjU1LDE0MjQuODYgTDEyNTkuMTQsMTQxOC41MjQgTDEyNTUsMTQxMi4xODggWiIgaWQ9IuKAuiIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI1OC4zNjYwMDAsIDE0MTguNTI0MDAwKSBzY2FsZSgtMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTEyNTguMzY2MDAwLCAtMTQxOC41MjQwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-position: right 9px center !important;
  border-width: 1px;
}
.contact--form select option,
form.ready select option {
  color: #323e48;
}
.contact--form select option[disabled],
form.ready select option[disabled] {
  color: #5a646c;
}
.contact--form select + span,
form.ready select + span {
  cursor: pointer;
}
.contact--form input[required] + span:after,
.contact--form select[required] + span:after,
form.ready input[required] + span:after,
form.ready select[required] + span:after {
  color: #dc291e;
  content: " *";
}
.contact--form input:focus + span,
.contact--form select:focus + span,
form.ready input:focus + span,
form.ready select:focus + span {
  opacity: 0.5;
}
.contact--form .populated + span,
form.ready .populated + span {
  display: none;
}
.contact--form .row > .text,
.contact--form .row > .password,
.contact--form .row > .dropdown,
.contact--form .row .parsys > .text,
.contact--form .row .parsys > .password,
.contact--form .row .parsys > .dropdown,
form.ready .row .parsys > .text,
form.ready .row .parsys > .password,
form.ready .row .parsys > .dropdown,
form.ready .row .parsys > .text,
form.ready .row .parsys > .password,
form.ready .row .parsys > .dropdown {
  float: left;
  padding: 0 10px 20px;
  width: 50%;
}
.contact--form .row > .texts[disabled],
.contact--form .row > .dropdown[disabled],
.contact--form .row .parsys > .text[disabled],
.contact--form .row .parsys > .dropdown[disabled],
form.ready .row .parsys > .text[disabled],
form.ready .row .parsys > .dropdown[disabled],
form.ready .row .parsys > .text[disabled],
form.ready .row .parsys > .dropdown[disabled] {
  opacity: 1;
}
form.ready .form_row .selected {
  color: #5a646c;
}
form.ready .form_row .selected + span {
  display: none;
}
.contact--form input:focus,
.contact--form input[type="text"]:focus,
.contact--form input[type="email"]:focus,
.contact--form input[type="password"]:focus,
.contact--form select:focus,
form.ready input:focus,
form.ready input[type="text"]:focus,
form.ready input[type="email"]:focus,
form.ready input[type="password"]:focus,
form.ready select:focus {
  border-color: #ffa400;
}
.contact--form input.error,
.contact--form input[type="text"].error,
.contact--form input[type="email"].error,
.contact--form input[type="password"].error,
form.ready input.error,
.contact--form.submitted input:invalid,
form.ready input[type="text"].error,
form.ready input[type="password"].error,
form.ready input[type="email"].error,
form.ready.submitted input:invalid {
  border-color: #dc291e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  padding-right: 48px;
  position: inherit;
}
.contact--form--small input.error,
.contact--form--small input[type="text"].error,
.contact--form--small input[type="email"].error,
.contact--form--small.submitted input:invalid {
  padding-right: 38px;
}
.contact--form.submitted select:invalid,
.contact--form input.error:focus,
.contact--form input.error[type="text"]:focus,
.contact--form input.error[type="email"]:focus,
.contact--form input.error[type="password"]:focus,
form.ready.submitted select:invalid,
form.ready input.error:focus,
form.ready input.error[type="text"]:focus,
form.ready input.error[type="password"]:focus,
form.ready input.error[type="email"]:focus {
  border-color: #dc291e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contact--form.submitted input:invalid + span,
.contact--form.submitted select:invalid + span,
.contact--form input.error + span,
.contact--form input.error[type="text"] + span,
.contact--form input.error[type="email"] + span,
.contact--form input.error[type="password"] + span,
form.ready.submitted input:invalid + span,
form.ready.submitted select:invalid + span,
form.ready input.error + span,
form.ready input.error[type="text"] + span,
form.ready input.error[type="password"] + span,
form.ready input.error[type="email"] + span {
  color: #dc291e;
}
.contact--form input,
.contact--form--small input {
  font-weight: bold;
}
.contact--form .submit input.contact--form__submit[type="button"],
.contact--form--small .submit input.contact--form__submit[type="button"],
.contact--form .submit input.contact--form__submit[type="reset"],
.contact--form--small .submit input.contact--form__submit[type="reset"] {
  border: 1px solid #333;
  transition: border-color 300ms;
}
.contact--form .submit input.contact--form__submit[type="button"]:hover,
.contact--form--small .submit input.contact--form__submit[type="button"]:hover,
.contact--form .submit input.contact--form__submit[type="reset"]:hover,
.contact--form--small .submit input.contact--form__submit[type="reset"]:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin-top: 0;
}
.contact--form input.contact--form__submit:focus {
  background-color: #f9f9f9;
}
.contact--form input.contact--form__submit[type="button"]:focus,
.contact--form--small input.contact--form__submit[type="button"]:focus,
.contact--form input.contact--form__submit[type="reset"]:focus,
.contact--form--small input.contact--form__submit[type="reset"]:focus {
  color: #236093;
  -webkit-animation: formResetButton 0.3s 1;
  -moz-animation: formResetButton 0.3s 1;
  -o-animation: formResetButton 0.3s 1;
  animation: formResetButton 0.3s 1;
}
@-webkit-keyframes formResetButton {
  0 {
    font-size: 18px;
  }
  20% {
    font-size: 16px;
  }
  100% {
    font-size: 18px;
  }
}
@-moz-keyframes formResetButton {
  0 {
    font-size: 18px;
  }
  30% {
    font-size: 16px;
  }
  100% {
    font-size: 18px;
  }
}
@-o-keyframes formResetButton {
  0 {
    font-size: 18px;
  }
  30% {
    font-size: 16px;
  }
  100% {
    font-size: 18px;
  }
}
@keyframes formResetButton {
  0 {
    font-size: 18px;
  }
  30% {
    font-size: 16px;
  }
  100% {
    font-size: 18px;
  }
}
.contact--form--small select {
  padding-right: 43px;
}
@media (max-width: 768px) {
  .contact--form .row > .password,
  .contact--form .row .parsys > .password,
  .contact--form .row > .text,
  .contact--form .row .parsys > .text,
  .contact--form .row > .dropdown,
  .contact--form .row .parsys > .dropdown {
    width: 100%;
  }
  section.free-demo .row {
    margin: 30px 0 0 -8px !important;
  }
}
.form_row .form_rightcol select:valid {
  color: #5a646c;
}
.form_row .form_rightcol select:valid + span {
  display: none;
}
.form_row .form_rightcol select:invalid {
  color: #fff !important;
}
.ps-left-shape {
  width: 75%;
  height: 500px;
  position: absolute;
  background: linear-gradient(0, transparent 0, #ebf0f4 100%);
  border-top-right-radius: 150px;
}
.ps-right-shape {
  width: 75%;
  height: 40%;
  position: absolute;
  background: linear-gradient(145deg, transparent 55%, #ebf0f4 100%);
  border-bottom-right-radius: 150px;
  bottom: 0;
  right: -5%;
}
.sp-left-dots {
  transform: rotate(90deg);
  display: inline;
  width: 500px;
  position: absolute;
  top: calc(50%);
}
.sp-right-dots {
  transform: rotate(90deg);
  display: inline;
  width: 500px;
  position: absolute;
  top: 10%;
}
.sp-left-dots svg rect,
.sp-right-dots svg rect {
  fill: #e8e8e8;
}
.bg--bottom-curve {
  padding-bottom: 80px;
}
.bg--bottom-curve .bottom-curve-bg {
  position: absolute;
  bottom: -80px;
  width: 100%;
}
@media (min-width: 1540px) {
  .sp-left-dots {
    left: -23%;
  }
  .sp-right-dots {
    right: -20%;
  }
}
@media (min-width: 1400px) and (max-width: 1539px) {
  .sp-left-dots {
    left: -28%;
  }
  .sp-right-dots {
    right: -25%;
  }
}
@media (max-width: 1023px) {
  .ps-left-shape {
    width: 100%;
  }
}
@media (max-width: 1390px) {
  .sp-left-dots,
  .sp-right-dots {
    display: none;
  }
  .ps-right-shape {
    background: linear-gradient(145deg, transparent 55%, #ecf0f4 100%);
    right: 0;
  }
}
@media (max-width: 890px) {
  .ps-right-shape {
    width: 100%;
    background: linear-gradient(145deg, transparent 0, #ecf0f4 100%);
    bottom: -30px;
  }
  .cs--padding.bg--products-solutions-shapes {
    padding-bottom: 50px;
  }
  .bg--bottom-curve {
    padding-bottom: 30px;
  }
  .bg--bottom-curve .bottom-curve-bg {
    bottom: 0;
  }
}
.expandable > div.bullet-items {
  display: none;
  opacity: 0;
  transition: all 1s linear;
}
.expandable > div.more-items {
  display: inline-block;
  float: right;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 30px;
}
.expandable > div.more-items.down:after {
  content: "\25BC";
  margin-left: 5px;
}
.expandable > div.more-items.up:after {
  content: "\25B2";
  margin-left: 5px;
}
.expandable > div.show {
  display: block;
  opacity: 1;
  transition: all 1s linear;
}
.C18-Tabs .section--grid {
  padding-top: 20px;
}
.C18-Tabs .fortinet-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.tab-wrapper {
  background: #fff;
  border-radius: 30px;
  padding: 3px 3px;
  border: 2px solid #c8c8c8;
}
.tab-wrapper {
  background: #fff;
  border-radius: 50vh;
  padding: 3px 3px;
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
button.tab-selector {
  min-width: 200px;
  max-width: 350px;
  width: unset !important;
  font-weight: 600;
}
button.tab-selector:not(.active) {
  color: #323e48;
  text-align: center;
  border-radius: 50vh;
  border: 0;
  font-weight: 600;
}
button.tab-selector:not(.active):hover {
  background: #f0f0f0;
}
button.tab-selector.active {
  border: 0;
  background: #a2b2c8;
  border-radius: 50vh;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .tab-wrapper {
    display: inline-block;
  }
  .tab-wrapper {
    display: flex;
  }
  button.tab-selector {
    flex: 1;
  }
  .mobile .label {
    display: none;
  }
}
@media (max-width: 767px) {
  .fortinet-tab {
    background: #ecf0f4;
    box-shadow: 0 0 0 1px #eee inset;
    color: #323e48;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 50vh;
    height: 60px;
  }
  .fortinet-tab.mobile .tab-wrapper {
    margin-top: 10px;
    width: 98.5%;
    border-radius: 10px;
  }
  .tab-arrow {
    background: #ecf0f4;
    right: 20px;
    top: 16px;
    color: #323e48;
    transform: scaleX(1.5);
  }
  .fortinet-tab .label {
    padding: 17px 15px 17px 15px;
  }
  .tab-wrapper {
    border-radius: 0;
    display: none;
    padding: 0;
    border: solid 1px #ecf0f4;
    background: #fff;
  }
  button.tab-selector.active {
    border-radius: 0;
    color: #323e48;
    font-weight: 500;
    background: rgba(236, 240, 244, 0.8);
  }
  button.tab-selector.active:after {
    content: "\2713";
    position: absolute;
    right: 10px;
    color: #a2b2c8;
  }
  button.tab-selector:not(.active) {
    border-radius: 0;
  }
  button.tab-selector:not(.active):hover {
    background: 0;
  }
  .C18-Tabs button.tab-selector {
    width: 100% !important;
    max-width: unset !important;
    font-weight: 400;
  }
  .tab-wrapper > button:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .tab-wrapper > button:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.C24-Hero-Slider .banner--label {
  color: #fff;
  margin-bottom: 20px;
}
.C24-Hero-Slider .button--red {
  margin-top: 20px;
  background: transparent;
  border: 1px solid #fff;
  padding: 15px 30px;
  text-transform: unset;
}
.C24-Hero-Slider .button--red:hover {
  background: #fff;
  color: #5a646c;
}
@media screen and (max-width: 767px) {
  .C24-Hero-Slider .valprop--home-slide > div {
    background-size: cover !important;
  }
}
@media (min-width: 1120px) {
  .C24-Hero-Slider header {
    width: 100% !important;
    max-width: 1200px !important;
    text-align: left !important;
  }
  .C24-Hero-Slider .valprop--home {
    height: calc(100vh - 300px) !important;
  }
  .C24-Hero-Slider .valprop--home-head {
    text-transform: unset !important;
    font-size: 40px !important;
  }
  .C24-Hero-Slider .valprop--home-subhead {
    max-width: 100% !important;
    font-size: 26px;
  }
}
.C25-CTA-Row .valprop--home-ctas {
  background: transparent;
}
.C25-CTA-Row .valprop--home-ctas .no-border [class*="col-"] + [class*="col-"] {
  border-left: 0;
}
.C25-CTA-Row .valprop--home-ctas [class*="col-"] > a.effect {
  border: 3px solid #fff;
}
.C25-CTA-Row .valprop--home-ctas [class*="col-"] {
  height: 250px;
}
.C25-CTA-Row .row.no-border {
  justify-content: center;
}
.C25-CTA-Row .effect .cta-content {
  flex-direction: column;
  justify-content: center;
  max-height: 200px;
  height: 200px;
  overflow: hidden;
  padding: 10px 25px 10px 25px;
}
.C25-CTA-Row .valprop--home-ctas .effect .cta-desc {
  min-height: 40px;
}
.C25-CTA-Row .valprop--home-ctas .effect .cta-title,
.C25-CTA-Row .valprop--home-ctas .effect .cta-desc {
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-inline-box;
}
.C26-Large-Detail-Grid h3 a {
  color: #236093;
}
.C31-Footer-Banner-Form section {
  background-repeat: no-repeat;
  background-size: cover;
}
.C31-Footer-Banner-Form .ready .parsys {
  width: 100%;
}
.C31-Footer-Banner-Form .ready input,
.C31-Footer-Banner-Form .ready input[type="text"],
.C31-Footer-Banner-Form .ready input[type="email"],
.C31-Footer-Banner-Form .ready input:focus,
.C31-Footer-Banner-Form .ready input[type="text"]:focus,
.C31-Footer-Banner-Form .ready input[type="email"]:focus {
  background-color: white;
  width: 100%;
}
.C31-Footer-Banner-Form .ready input[type="email"] {
  -webkit-appearance: none;
  background-color: white;
  border-color: 1px solid #cccfd1;
  border-radius: 0;
  color: #323e48;
  display: inline-block;
  font-size: 0.85714rem;
  height: 70px;
  margin-bottom: 10px;
  outline: 0;
  padding-left: 30px;
}
.C31-Footer-Banner-Form .submitted select:invalid,
form input.error:focus,
form input.error[type="text"]:focus,
form input.error[type="email"]:focus {
  border-color: #dc291e;
}
.C31-Footer-Banner-Form .ready input:nth-child(2n + 1),
.C31-Footer-Banner-Form .ready input[type="text"]:nth-child(2n + 1),
.C31-Footer-Banner-Form .ready input[type="email"]:nth-child(2n + 1) {
  margin-right: 0;
}
.C31-Footer-Banner-Form .ready input:nth-child(2n),
.C31-Footer-Banner-Form .ready input[type="text"]:nth-child(2n),
.C31-Footer-Banner-Form .ready input[type="email"]:nth-child(2n) {
  margin-left: 0;
}
.C31-Footer-Banner-Form .row > .text,
.C31-Footer-Banner-Form .row .parsys > .text {
  float: left;
  width: calc(50% - 10px);
}
.C31-Footer-Banner-Form .row > .text:nth-child(2n + 1),
.C31-Footer-Banner-Form .row .parsys > .text:nth-child(2n + 1) {
  margin-right: 5px;
}
.C31-Footer-Banner-Form .row > .text:nth-child(2n),
.C31-Footer-Banner-Form .row .parsys > .text:nth-child(2n) {
  margin-left: 5px;
}
.C31-Footer-Banner-Form label {
  position: relative;
}
.C31-Footer-Banner-Form label span {
  cursor: text;
  font-size: 0.85714rem;
  left: 0;
  line-height: normal;
  padding: 15px 15px 15px 30px;
  position: absolute;
  top: 9px;
}
@media (max-width: 479px) {
  .C31-Footer-Banner-Form .row > .text,
  .C31-Footer-Banner-Form .row .parsys > .text {
    width: 100%;
  }
  .C31-Footer-Banner-Form .row > .text:nth-child(2n + 1),
  .C31-Footer-Banner-Form .row .parsys > .text:nth-child(2n + 1) {
    margin-right: 0;
  }
  .C31-Footer-Banner-Form .row > .text:nth-child(2n),
  .C31-Footer-Banner-Form .row .parsys > .text:nth-child(2n) {
    margin-left: 0;
  }
}
.C33-Image-with-HTML-Box .bg--threatmap {
  background-size: cover;
  background-position: left;
}
.C38-News-Events-Feed .row--news-events {
  -webkit-align-content: inherit;
  -ms-flex-line-pack: inherit;
  align-content: inherit;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}
.C38-News-Events-Feed .row--news-events > div {
  position: relative;
}
.C38-News-Events-Feed .row--news-events > div .press--item + p,
.C38-News-Events-Feed .row--news-events > div .event--item + p {
  position: relative;
  top: 20px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.C38-News-Events-Feed .border--bottom {
  margin-bottom: 50px;
  margin-top: 20px;
}
.C38-News-Events-Feed .newsroom-blogs {
  margin-bottom: 50px;
}
.C38-News-Events-Feed .border--bottom .col-12,
.C38-News-Events-Feed .event--item .col-12 {
  padding-left: 0;
}
.C38-News-Events-Feed h3 {
  margin-bottom: 20px;
}
.section--grid .C43-About h2 + p,
.section--grid .C43-About .h2 + p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section--grid .C43-About h2 + p,
  .section--grid .C43-About .h2 + p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .C47-Featured-Resources .pager {
    display: block;
  }
}
.C49-Eloqua-Gated-Form label {
  display: block;
  position: relative;
}
.C49-Eloqua-Gated-Form select {
  color: white;
  font-size: 14px;
}
.C49-Eloqua-Gated-Form label span,
.C49-Eloqua-Gated-Form select + span {
  cursor: text;
  font-size: 14px;
  left: 0;
  line-height: normal;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  top: 3px;
}
.C49-Eloqua-Gated-Form select + span {
  color: #323e48;
}
.C49-Eloqua-Gated-Form .checkbox-label {
  position: relative;
  top: -25px;
  margin-left: 30px;
}
.C49-Eloqua-Gated-Form input[type="checkbox"]:checked:after {
  content: "✔";
  position: absolute;
  top: -3px;
  color: #2b74a4;
}
.C49-Eloqua-Gated-Form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  position: relative;
  display: inline;
  padding: 0 15px 0 5px !important;
}
.C51-Eloqua-Form .contact--form .row > .full-width-text,
.C51-Eloqua-Form .contact--form .row .parsys > .full-width-text,
.C51-Eloqua-Form .contact--form .row > .full-width-dropdown,
.C51-Eloqua-Form .contact--form .row .parsys > .full-width-dropdown {
  width: 100%;
}
.C51-Eloqua-Form form input,
.C51-Eloqua-Form form input[type="text"],
.C51-Eloqua-Form form input[type="password"],
.C51-Eloqua-Form form input[type="email"],
.C51-Eloqua-Form select {
  line-height: 22px;
}
.C51-Eloqua-Form form input,
.C51-Eloqua-Form form input[type="text"],
.C51-Eloqua-Form form input[type="password"],
.C51-Eloqua-Form form input[type="email"] {
  padding: 15px 20px 15px 20px;
}
.C51-Eloqua-Form form .error {
  border-color: #dc291e;
  opacity: 1;
  position: inherit;
}
.C51-Eloqua-Form label {
  display: block;
  position: relative;
}
.C51-Eloqua-Form select {
  color: white;
  font-size: 1rem;
  padding: 15px 50px 15px 20px;
}
.C51-Eloqua-Form select[disabled] {
  border: 1px solid rgba(204, 207, 209, 0.4);
  color: #fff !important;
}
.contact--form .dropdown[disabled] .form_rightcol:after {
  border-right: 1px solid rgba(204, 207, 209, 0.4);
}
.C51-Eloqua-Form label span,
.C51-Eloqua-Form select + span {
  color: #5a646c;
  cursor: text;
  font-size: 1rem;
  left: 0;
  line-height: normal;
  padding: 7px 15px 15px 20px;
  pointer-events: none;
  position: absolute;
  top: 11px;
}
.C51-Eloqua-Form select + span {
  left: 1px;
  top: 11px;
}
.C51-Eloqua-Form .dropdown .form_rightcol {
  background: #fff;
  margin: 0 0 20px;
  overflow-y: hidden;
  position: relative;
}
.C51-Eloqua-Form .dropdown .form_rightcol:last-child {
  margin-bottom: 0;
}
.C51-Eloqua-Form .checkbox-label {
  position: relative;
  top: -25px;
  margin-left: 30px;
}
.C51-Eloqua-Form input[type="checkbox"]:checked:after {
  content: "✔";
  position: absolute;
  top: -3px;
  color: #2b74a4;
}
.C51-Eloqua-Form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  position: relative;
  display: inline;
  padding: 0 15px 0 5px !important;
}
.C53-Asset-Header-Columns .valprop {
  padding-left: 0;
  padding-right: 0;
}
.C53-Asset-Header-Columns .wrap .row > div:first-of-type .C52-Asset-Link {
  margin-top: -70px;
  margin-bottom: 40px;
  margin-left: 10px;
}
.C53-Asset-Header-Columns .optional {
  padding-bottom: 0;
}
.C53-Asset-Header-Columns .optional > div:last-of-type {
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .C53-Asset-Header-Columns .wrap .row > div:first-of-type .C52-Asset-Link {
    margin-top: -45px;
    margin-bottom: 20px;
  }
}
.C55-Customer-Hero-Banner .valprop h1,
.C55-Customer-Hero-Banner .valprop .h1,
.C55-Customer-Hero-Banner .valprop h2,
.C55-Customer-Hero-Banner .valprop .h2,
.C55-Customer-Hero-Banner .valprop h3,
.C55-Customer-Hero-Banner .valprop .h3,
.C55-Customer-Hero-Banner .valprop h4,
.C55-Customer-Hero-Banner .valprop .h4,
.C55-Customer-Hero-Banner .valprop p,
.C55-Customer-Hero-Banner .valprop a {
  color: #000;
}
@media screen and (min-width: 1024px) {
  .C55-Customer-Hero-Banner .customers-banner-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .C55-Customer-Hero-Banner .customers-banner-row .customer--image--front {
    bottom: -50px;
  }
}
.C900-Layout {
  display: block;
  width: 100%;
}
.submit {
  width: 100%;
  display: flex;
  justify-content: center;
}
.C900-Layout textarea {
  background: inherit;
  border-color: #ccc;
  color: #5a646c;
}
.C900-Layout label {
  font-size: 16px;
  color: #5a646c;
}
.layout-border .border--full .cta--item:nth-child(2),
.layout-border .border--full .cta--item:nth-child(3),
.layout-border .border--full .cta--item:nth-child(4) {
  border-left: 1px solid #cccfd1;
}
.layout-border .border--full .cta--item {
  padding: 15px;
}
.C900-Layout .col-2 {
  width: 20%;
}
@media (max-width: 1023px) {
  .C900-Layout .col-2 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .layout-border .border--full .cta--item:nth-child(2),
  .layout-border .border--full .cta--item:nth-child(3) {
    border-left: 0 solid #fff;
    border-top: 1px solid #cccfd1;
  }
  .layout-border .border--full .cycle-slide:nth-child(2),
  .layout-border .border--full .cycle-slide:nth-child(3) {
    border-top: 0 solid #cccfd1 !important;
  }
  .C900-Layout .slides .cta--pager {
    position: relative;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101;
  }
  .C900-Layout .slides .cta--pager span {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
  }
  .C900-Layout .slides .cta--pager span:before {
    content: "";
    display: inline-block;
    border: 1px solid #236093;
    border-radius: 50%;
    width: 0.38095rem;
    height: 0.38095rem;
    margin: 0 10px;
  }
  .C900-Layout .slides .cta--pager .cycle-pager-active:before {
    background-color: #236093;
  }
  .C900-Layout .col-2 {
    width: 100%;
  }
}
@media print {
  .page--container {
    padding-top: 0;
  }
  .col-8 {
    width: 66.66667%;
  }
  .col-4 {
    width: 33.33333%;
  }
  .nav-dropdown {
    display: none;
  }
}
.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: 0;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: none;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 23px;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 35px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url("../../../content/dam/fortinet/images/icons/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../../../content/dam/fortinet/images/icons/flags@2x.png");
  }
}
.iti-flag.np {
  background-color: transparent;
}
.contact--form #new_form_BusPhone + span {
  left: 35px;
}
.contact--form .intl-tel-input #new_form_BusPhone {
  padding-left: 50px;
}
.contact--form .intl-tel-input.allow-dropdown .flag-container,
.contact--form .intl-tel-input.separate-dial-code .flag-container {
  left: 0;
}
.C49-Eloqua-Gated-Form .contact--form--small label span,
.C49-Eloqua-Gated-Form .contact--form--small span {
  font-size: 12px;
}
.contact--form--small #new_form_BusPhone + span {
  left: 25px;
  font-size: 11px;
}
.contact--form--small .intl-tel-input #new_form_BusPhone {
  padding-left: 43px;
}
.contact--form--small .intl-tel-input.allow-dropdown .flag-container,
.contact--form--small .intl-tel-input.separate-dial-code .flag-container {
  left: 0;
}
.press-video-wrapper {
  text-align: center;
}
.press-video {
  position: relative;
  display: inline-block;
}
.press-video a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: url(media/icons/play-overlay.svg) center no-repeat;
  z-index: 2;
  background-size: 20% 20%;
}
.press-video a:hover {
  opacity: 0.95;
}
.press-video-wrapper .caption {
  opacity: 0;
  font-size: 16px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  background: #eee;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.press--release p {
  color: #000;
}
.big-box-img,
.small-box-img {
  overflow: hidden;
}
.small-box-img .wn-block-image {
  min-height: 175px;
}
.big-box-img .wn-block-image,
.small-box-img .wn-block-image {
  height: 100%;
  transition: all 1s ease;
  transform: scale(1);
}
.big-box-img.on .wn-block-image,
.small-box-img.on .wn-block-image {
  transition: all 1s ease;
  transform: scale(1.2);
}
.wn-block .resource:hover {
  border-color: #ffa400 !important;
}
@media (max-width: 767px) {
  .big-box-img.on .wn-block-image,
  .small-box-img.on .wn-block-image {
    transition: all 1s ease;
    transform: scale(1) !important;
  }
  .wn-space {
    display: none;
  }
  .section--tiles .col-4.col-md-6.col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .C909-WhatsNew .small-box-img {
    position: relative;
  }
  .C909-WhatsNew .big-box-img img {
    height: 100%;
  }
  .C909-WhatsNew .section--tiles .wn-content .wn-header {
    margin-bottom: 30px;
    font-size: 0.8rem;
  }
  .C909-WhatsNew .wn-c-header .c-header {
    font-size: 1.14286rem;
  }
  .C909-WhatsNew .wn-c-header .c-desc {
    font-size: 0.85714rem;
  }
  .C909-WhatsNew .wn-content .wn-title {
    font-weight: bold;
  }
  .C909-WhatsNew .section--tiles .wn-content p {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .C909-WhatsNew .small-box-img {
    position: absolute;
  }
  .C909-WhatsNew .wn-c-header .c-header {
    font-size: 1.71429rem;
  }
  .C909-WhatsNew section {
    padding: 50px;
  }
  .C909-WhatsNew .section--tiles .wn-content .wn-header {
    margin-bottom: 55px;
  }
}
.shadow-effect {
  position: relative;
}
.shadow-effect:before,
.shadow-effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 200px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-effect:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.come-in {
  transform: translateY(160px);
  animation: come-in 1s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.8s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}
.come-in .wn-header {
  transform: translateX(40px);
  animation: header-come-in 0.5s ease forwards;
}
.come-in .wn-title {
  transform: translateX(60px);
  animation: title-come-in 0.8s ease forwards;
}
.come-in .wn-content p {
  transform: translateX(20px);
  animation: desc-come-in 0.7s ease forwards;
}
@keyframes come-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes header-come-in {
  to {
    transform: translateX(0);
  }
}
@keyframes title-come-in {
  to {
    transform: translateX(0);
  }
}
@keyframes desc-come-in {
  to {
    transform: translateX(0);
  }
}
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-box {
  flex: 1 1 auto;
}
.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
@keyframes tooltipster-fading {
  0 {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 0.4s;
}
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 0.6s;
}
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 0.6s;
}
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.tooltip_templates {
  display: none;
}
.tooltip {
  cursor: pointer;
}
.tooltipster-box {
  width: 500px;
  background: #ffa52a !important;
  opacity: 0.98;
  border-color: transparent !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fea934 !important;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: transparent !important;
}
.tooltipster-sidetip .tooltipster-content {
  color: #000;
}
@media (max-width: 767px) {
  .tooltipster-sidetip .tooltipster-content {
    padding: 15px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 768px) {
  .tooltipster-sidetip .tooltipster-content {
    padding: 20px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 845px) {
  .cta-mobile-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10170px;
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
    cursor: pointer;
  }
  #cta-mobile-btn {
    background: url("media/icons/mobile-chat-btn.png") no-repeat;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 1041;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  }
  .sidebar-info {
    right: -2000px;
  }
  .cta-mobile-on .sidebar-info {
    right: -385px;
    z-index: 1043;
  }
  .cta-mobile-on .modal--support-window {
    top: calc(50% - 50px);
  }
  .cta-mobile-on .modal-body,
  .minimize-button,
  .modal-footer,
  .title-bar {
    display: none;
  }
  .cta-mobile-on .sidebar-info [class$="-button"],
  .cta-mobile-on .sidebar-info [class$="offline"] {
    background: #fff;
    color: #953530;
    width: 150px;
    padding: 18px 0;
    height: 60px;
  }
  .cta-mobile-on .sidebar-info [class$="-button"]:last-child {
    border-bottom: 0;
  }
  .cta-mobile-on .sidebar-info [class$="-button"] svg,
  .cta-mobile-on .sidebar-info [class$="offline"] svg,
  .cta-mobile-on .sidebar-info [class$="-button"] span,
  .cta-mobile-on .sidebar-info [class$="offline"] span {
    display: inline-block;
  }
  .cta-mobile-on .sidebar-info [class$="-button"] svg,
  .cta-mobile-on .sidebar-info [class$="offline"] svg {
    margin: 0 13px;
  }
  .cta-mobile-on .sidebar-info [class$="-button"] span,
  .cta-mobile-on .sidebar-info [class$="offline"] span {
    position: absolute;
    top: 0;
    left: 15px;
    border-bottom: 1px solid #959595;
    padding: 20px 15px 20px 35px;
    width: 120px;
    text-align: left;
  }
  .cta-mobile-on .sidebar-info .offline span {
    padding-top: 10px;
  }
  .cta-mobile-on .sidebar-info .social-button span {
    padding-top: 17px;
    padding-bottom: 19px;
    border-bottom: 0;
  }
  .cta-mobile-on .sidebar-info .threats-button span {
    padding-top: 11px;
    padding-bottom: 19px;
  }
  .cta-mobile-on .sidebar-info [class$="-button"] svg path,
  .cta-mobile-on .sidebar-info [class$="offline"] svg path,
  .cta-mobile-on .sidebar-info [class$="-button"] svg .st0,
  .cta-mobile-on .sidebar-info [class$="offline"] svg .st0 {
    fill: #953530 !important;
  }
  .cta-mobile-on .modal--support-window .demo-button {
    top: 85px;
  }
  .cta-mobile-on .modal--support-window .contact-button {
    top: 145px;
  }
  .cta-mobile-on .modal--support-window .threats-button {
    top: 205px;
  }
  .cta-mobile-on .modal--support-window .social-button {
    top: 265px;
  }
}
.section--tiles .col-4 .resource.tall.image--bottom .image--wrap {
  position: static;
}
.section--tiles .col-4 .resource.tall.image--bottom {
  padding-bottom: 0;
}
.image--bottom p {
  margin-bottom: 70px;
}
.cust-box a:hover {
  text-decoration: none;
}
.section--tiles .col-4 a .resource {
  position: relative;
  border-top: 11px solid #ffa400;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0 20px 60px 20px;
  min-height: 200px;
  background-color: white;
}
.section--tiles .col-4 a .resource:hover {
  border-left: 1px solid #ffa400;
  border-right: 1px solid #ffa400;
  border-bottom: 1px solid #ffa400;
}
.section--tiles .col-4 a .resource:hover p {
  color: #da291c !important;
}
.customer--image--front {
  background-color: #f5f5f6;
  z-index: 2;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  left: 25%;
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  background-position: center;
}
.customers-benefits {
  padding: 40px 0;
}
.customers-benefits .icon-text p {
  margin-top: 0;
}
.customers-benefits .customers-benefits-header {
  margin-bottom: 30px;
}
.customers-benefits [class*="col-"] {
  padding-bottom: 0;
}
.customers-related-stories [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.customers-related-stories .cs-story {
  margin-bottom: 20px;
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-left: 8px solid #ffa400;
  display: block;
  font-weight: normal;
  color: #5a646c;
}
.customers-related-stories .cs-story:hover {
  color: #2d7bbc;
  text-decoration: none;
  border-top: 1px solid #ffa400;
  border-right: 1px solid #ffa400;
  border-bottom: 1px solid #ffa400;
}
.customers-quote,
.customers-logos-carousel {
  padding: 50px 0 30px 0;
  margin-top: 30px;
}
.customers-quote .customers-quote-author {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .customer--image--front {
    float: right;
    margin-top: 0 !important;
  }
  .customers-benefits > .row > div:nth-child(2) {
    margin-top: 40px;
  }
  .customers-related-stories .icon-wrapper {
    width: 80px;
  }
  .customers-related-stories .icon-text {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1023px) and (min-width: 769px) {
  .customer--image--front {
    margin-bottom: 30px;
    margin-top: 0 !important;
  }
  .customers-related-stories .icon-wrapper {
    width: 130px;
  }
  .customers-related-stories .icon-text {
    width: calc(100% - 150px);
  }
}
@media (min-width: 1024px) {
  .customer--image--front {
    position: absolute;
  }
  .customers-related-stories .icon-wrapper {
    width: 130px;
  }
  .customers-related-stories .icon-text {
    width: calc(100% - 150px);
  }
}
.customers-quote,
.customers-logos-carousel {
  margin-bottom: 40px;
}
.customers-logos-carousel .list-item {
  display: block;
  text-align: center;
}
.customers-logos-carousel .cust-box {
  display: block;
}
.customers-logos-carousel .row,
.customers-quote .row {
  align-items: center;
}
.customers-related-stories .icon-wrapper,
.customers-related-stories .icon-text,
.C12-Bullet-Columns .icon-text,
.C12-Bullet-Columns .icon-wrapper,
.C109-ProductORSolutions-List .icon-text,
.C109-ProductORSolutions-List .icon-wrapper {
  vertical-align: middle !important;
}
.C08-Resource-Panel h3 {
  font-size: 1.14286rem;
}
.C911-Vertical-Tabs .custom-select {
  position: relative;
  max-width: 300px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}
.C911-Vertical-Tabs .dropdown-tab {
  text-align: center;
  margin-bottom: 40px;
}
.C911-Vertical-Tabs .custom-select .trigger {
  padding: 20px 60px 20px 20px;
  border: 2px solid #000;
  color: #000;
  background-color: white;
  text-transform: uppercase;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.C911-Vertical-Tabs .custom-select .trigger:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 2px;
  width: 50px;
  height: 50px;
  display: block;
  transition: transform 0.5s ease;
  background-image: url(media/icons/arrow-black.svg);
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.C911-Vertical-Tabs .custom-select .trigger[aria-expanded="true"]:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.C911-Vertical-Tabs .section.section-accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.C911-Vertical-Tabs .custom-select .options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 2px solid #000;
  border-top: 0;
  background-color: #fff;
  max-height: 320px;
}
.C911-Vertical-Tabs .custom-select .options::-webkit-scrollbar {
  width: 15px;
}
.C911-Vertical-Tabs .custom-select .options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #eee;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}
.C911-Vertical-Tabs .custom-select .options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  border-radius: 10px;
}
.C911-Vertical-Tabs .custom-select .options li {
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0;
  cursor: pointer;
  border-bottom: 2px solid #e6e6e6;
  color: #000;
  text-transform: uppercase;
}
.C911-Vertical-Tabs .custom-select .options li:hover {
  background: #fafafa;
}
.slider.slider--logos .slick-track {
  display: flex;
}
.slider.slider--logos .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.slider.slider--logos .slick-arrow {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slider.slider--logos .slick-next {
  content: "";
  top: 50%;
  right: 0;
}
.slider.slider--logos .slick-prev {
  content: "";
  top: 50%;
  left: 0;
}
.slider.slider--logos .slick-next:before {
  content: "";
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
  background: url("media/icons/arrow.svg");
  display: block;
}
.slider.slider--logos .slick-prev:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("media/icons/arrow.svg");
  display: block;
}
.slider.slider--news .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .slider.slider--news .slick-list {
    overflow: hidden;
  }
}
.slider.slider--news .slick-prev {
  display: none !important;
}
.slider.slider--news .slick-next {
  display: none !important;
}
.slider.slider-categories {
  margin-bottom: 40px;
}
.slider.slider-categories .slick-list {
  z-index: 10;
}
.slider.slider-categories .slick-slide {
  color: #b3b3b3;
  transition: width 0.3s;
}
.slider.slider-categories .slick-current {
  opacity: 1;
}
.slider.slider-categories .slick-arrow {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slider.slider-categories .slick-next {
  content: "";
  top: 50%;
  right: 33%;
  z-index: 99;
}
@media (max-width: 767px) {
  .slider.slider-categories .slick-next {
    right: 0;
  }
}
.slider.slider-categories .slick-prev {
  content: "";
  top: 50%;
  left: 33%;
  z-index: 99;
}
@media (max-width: 767px) {
  .slider.slider-categories .slick-prev {
    left: 0;
  }
}
.slider.slider-categories .slick-next:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("media/icons/arrow-black.svg");
  background-position: center;
  display: block;
  z-index: 99;
}
.slider.slider-categories .slick-prev:before {
  content: "";
  width: 60px;
  height: 60px;
  transform: rotate(180deg);
  background-position: center;
  background: url("media/icons/arrow-black.svg");
  display: block;
  z-index: 99;
}
@media (max-width: 767px) {
  .slider.slider-testimonials .slide {
    padding: 0 24px;
  }
}
.section-news {
  position: relative;
  overflow: hidden;
  color: #000;
  padding: 49px 0;
  z-index: 0;
}
.section-news.border-bottom {
  border-bottom: 2px solid #000;
}
.section-news.border-top {
  border-top: 2px solid #000;
}
.section-news.border-top-bottom {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}
.section-news.section--white {
  background-color: #fff;
}
.section-news:after {
  content: "";
  height: 7px;
  width: 100%;
  position: absolute;
  background-color: #e6e6e6;
  top: 147.5px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-news:after {
    top: 140px;
  }
}
.section-news .slider-container {
  max-width: 1140px;
  overflow: visible;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-news .slider-container {
    overflow: hidden;
  }
}
.section-news .section__head {
  text-align: center;
}
.section-news .section__head h2 {
  font-size: 32px;
  font-weight: 700;
}
.section-news .section__head h2:after {
  content: "";
  width: 118px;
  height: 7px;
  background: #da291c;
  display: block;
  text-align: center;
  margin: 10px auto 37px;
}
.section-news .section__body .slider {
  z-index: 10;
  margin-bottom: 44px;
}
.section-news .section__body .slide {
  max-width: 452px;
  margin: 0 15px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .section-news .section__body .slide {
    margin: 0 39px;
  }
}
.section-news .section__body .slide .slide__head {
  max-width: 452px;
  box-sizing: border-box;
  border: 3px solid #e6e6e6;
  margin-bottom: 22px;
  text-align: center;
}
.section-news .section__body .slide .slide__head a {
  text-decoration: none;
  color: inherit;
}
.section-news .section__body .slide .slide__head.type-logo .logo {
  min-height: 110px;
  display: flex;
  align-items: center;
}
.section-news .section__body .slide .slide__head.type-logo h3 {
  background: #b3b3b3;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 0;
}
.section-news .section__body .slide .slide__head.type-logo h3.red {
  background-color: #da291c;
  color: #fff;
}
.section-news .section__body .slide .slide__head.type-category {
  height: 242px;
}
@media (max-width: 767px) {
  .section-news .section__body .slide .slide__head.type-category {
    height: 206px;
  }
}
.section-news .section__body .slide .slide__head.type-category h3 {
  font-size: 18px;
  color: #fff;
  padding: 18px 0;
  background-color: #000;
}
.section-news .section__body .slide .slide__head.type-category .content {
  min-height: 182px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section-news .section__body .slide .slide__head.type-category .content p {
  font-size: 18px;
  font-weight: bold;
}
.section-news .section__body .slide .slide__head.type-background-image {
  height: 242px;
}
@media (max-width: 767px) {
  .section-news .section__body .slide .slide__head.type-background-image {
    height: 206px;
  }
}
.section-news
  .section__body
  .slide
  .slide__head.type-background-image
  .slide-image {
  height: 148px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .section-news
    .section__body
    .slide
    .slide__head.type-background-image
    .slide-image {
    height: 118px;
  }
}
.section-news
  .section__body
  .slide
  .slide__head.type-background-image
  .slide-content {
  padding-top: 20px;
}
.section-news
  .section__body
  .slide
  .slide__head.type-background-image
  .slide-content
  h3 {
  font-size: 18px;
}
.section-news .section__body .slide .slide__body {
  text-align: center;
}
.section-news .section__body .slide .slide__body:before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: #000;
  display: block;
  margin: 0 auto 18px;
}
.section-news .section__body .slide .slide__body a {
  text-decoration: none;
  color: inherit;
}
.section-news .section__body .slide .slide__body a:hover {
  text-decoration: underline;
}
.section-news .section__body .slide .slide__body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #131e29;
  margin-bottom: 18px;
}
.section-news .section__body .slide .slide__body p {
  font-size: 15px;
}
.section-news .section__body .slide .slide__body .register-link {
  margin-top: 20px;
}
.section-news .section__body .slide .slide__body .register-link a {
  text-decoration: underline;
}
.section-news .section__body .slide .image-wrapper {
  width: 100%;
  height: 236px;
  border-bottom: 12px solid #000;
}
@media (max-width: 767px) {
  .section-news .section__body .slide .image-wrapper {
    height: 200px;
  }
}
.section-news .section__body .slide img {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 224px;
  margin: auto;
}
@media (max-width: 767px) {
  .section-news .section__body .slide img {
    position: relative;
    display: block;
    max-height: 100%;
  }
}
.section-news .section__foot {
  padding: 0 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section-news .section__foot .slide-next {
  width: 50px;
  height: 50px;
  border: 0;
  background-image: url("media/icons/arrow-black.svg");
  background-position: center;
  background-color: transparent;
}
.section-news .section__foot .slide-next.disabled {
  opacity: 0.12;
}
.section-news .section__foot .slide-prev {
  width: 50px;
  height: 50px;
  background-position: center;
  border: 0;
  transform: rotate(180deg);
  background-color: transparent;
  background-image: url("media/icons/arrow-black.svg");
}
.section-news .section__foot .slide-prev.disabled {
  opacity: 0.12;
}
.section-news .section__body .slide .slide__body a {
  text-transform: uppercase;
  font-weight: 700;
}
.section-news .section__body .slide .slide__body a:hover {
  background-image: none;
}
.C916-Models-Specs .models--specs--title,
.C913-Models-Specs .models--specs--title {
  background: #000;
  color: #fff;
  padding: 22px;
}
.C916-Models-Specs .models--specs--title a,
.C913-Models-Specs .models--specs--title a {
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.1rem;
  background-position: bottom right;
}
.C916-Models-Specs th,
.C916-Models-Specs td,
.C913-Models-Specs th,
.C913-Models-Specs td {
  padding: 15px 15px;
  border-bottom: 1px solid #000;
}
.C916-Models-Specs .models--specs--tools,
.C913-Models-Specs .models--specs--tools {
  padding: 15px 15px;
}
.C916-Models-Specs .models--specs--tools a,
.C913-Models-Specs .models--specs--tools a {
  color: #000;
  text-decoration: underline;
}
.C916-Models-Specs .models--specs--tools a:hover,
.C913-Models-Specs .models--specs--tools a:hover {
  background-image: unset !important;
}
.C916-Models-Specs .models--specs--tools a:after,
.C913-Models-Specs .models--specs--tools a:after {
  content: ">";
}
@media (max-width: 767px) {
  .C916-Models-Specs .col-sm-12,
  .C913-Models-Specs .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.C59-Products-Resources-Container {
  min-height: 200px;
}
@media (max-width: 1023px) and (min-width: 667px) {
  .resources-dropdown.mobile {
    width: 50%;
  }
  .resources-dropdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .resources-dropdown.mobile {
    height: 45px;
    border-radius: 5px;
    position: relative;
    background: #236093;
    box-shadow: 0 0 0 1px #236093 inset;
    color: #fff;
    margin-bottom: 30px;
  }
  .resources-dropdown.mobile .label {
    display: inline-block;
    padding: 10px 10px;
    font-size: 16px !important;
    font-weight: bold;
  }
  .resources-dropdown .resources-wrapper {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    display: none;
    top: 43px;
    padding: 8px 10px;
    border: 1px solid #236093;
  }
  .product-resources-container > div:not(.resources-dropdown-wrapper) {
    display: none;
  }
  .resources-dropdown.mobile .resources-wrapper .p-item {
    font-size: 16px;
    color: #323e48;
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .resources-dropdown.mobile .resources-wrapper .p-item.active {
    color: #236093;
  }
  .resources-dropdown.responsive .resources-wrapper {
    display: block;
  }
  .resources-dropdown.mobile .d-arrow {
    display: inline-block;
    z-index: 3;
    background: #236093;
    position: absolute;
    right: 7px;
    top: 7px;
    padding-left: 10px;
    border: 0;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .C59-Products-Resources-Container .resources-dropdown {
    display: none;
  }
}
.product-demos-list {
  margin-top: 50px;
}
.product-demos-list .row {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.product-demos-list .row:last-child {
  border-bottom: 0;
}
.product-demos-list h4 {
  font-weight: bold;
  color: #323e48;
  margin-bottom: 0;
  margin-bottom: 0;
}
.product-demos-list p.desc {
  margin-top: 5px;
  margin-bottom: 10px;
}
.products-features-benefits {
  text-align: center;
}
.products-features-benefits .products-features-benefits-icon {
  width: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.products-features-benefits.benefits {
  margin-top: 15px;
}
.products-features-benefits-desc h5 {
  font-size: 1rem;
  font-weight: normal;
}
.products-resources {
  margin-bottom: 30px;
}
.products-resources .col-4 .resource {
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  min-height: 400px;
  background-color: white;
}
.products-resources .products-resources-item a:hover {
  text-decoration: none;
}
.products-resources .products-resources-item p {
  color: #404f5a;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 65px;
}
.products-resources .products-resources-item h4 {
  font-weight: bold;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 65px;
}
.products-resources .resource-feature-box {
  padding: 20px 40px 40px 40px !important;
}
.products-resources .resource-feature-box:hover {
  -webkit-box-shadow: 0 14px 26px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 14px 26px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0 14px 26px -14px rgba(0, 0, 0, 0.75);
}
h4.ds {
  margin: 0 !important;
}
.id-tab-container .products-resources .resource-feature-box {
  padding: 10px 20px 20px 20px !important;
}
.id-tab-container .products-resources .products-resources-item h4 {
  margin-bottom: 20px !important;
}
.id-tab-container .products-resources .col-4 .resource {
  height: 100%;
}
.resource-thumbnail {
  width: 100%;
  height: 150px;
}
.resource-thumbnail.not-custom {
  background-repeat: no-repeat;
  background-size: cover;
}
.resource-thumbnail.custom {
  background-repeat: no-repeat;
  background-position: center;
}
.C58-Product-Resources .products-resources-item h4 {
  font-size: 1rem;
}
.video-thumbnail {
  position: relative;
}
.video-thumbnail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(media/icons/play-overlay.svg) center no-repeat;
  z-index: 2;
  background-size: 20%;
  opacity: 0.7;
  transition: all 0.5s;
}
.video-thumbnail:hover:before {
  opacity: 1;
  transition: all 0.5s;
}
.resource-thumbnail {
  visibility: hidden;
  opacity: 0;
}
.resource-thumbnail[data-loaded="true"] {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
.C916-SlideShare .slideshare {
  text-align: center;
}
.C916-SlideShare .slideshare iframe {
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .C916-SlideShare .slideshare iframe {
    width: 100% !important;
    height: 500px !important;
  }
}
.accordion_container {
  width: 100%;
}
.accordion_head {
  color: white;
  cursor: pointer;
  margin: 0 0 4px 0;
  padding: 15px;
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
}
.accordion_head:hover {
  background-color: #e6e6e6;
}
.accordion_body {
  background: #fafafa;
  padding: 20px;
  font-size: 16px;
}
.accordion_body + p {
  padding: 0;
  margin: 0;
}
.acc-body-off {
  display: none;
}
.accordion_body th,
.accordion_body td {
  padding: 10px 10px;
}
.acc-arrows {
  width: 32px;
  float: right;
}
.acc-arrows div {
  width: 10px;
  height: 2px;
  background-color: #000;
  position: relative;
  top: 10px;
  transition: all 0.4s ease-in-out;
}
.acc-arrows div.left {
  transform: rotate(45deg);
  float: left;
  right: -8px;
}
.acc-arrows div.right {
  transform: rotate(-45deg);
  float: right;
  left: -8px;
}
.acc-arrows div.left.open {
  transform: rotate(-45deg);
  right: -8px;
}
.acc-arrows div.right.open {
  transform: rotate(45deg);
  left: -8px;
}
@media (max-width: 767px) {
  .accordion_head {
    font-size: 16px;
    position: relative;
    padding-right: 25px;
  }
  .acc-arrows {
    position: absolute;
    top: 30%;
    right: 0;
  }
  .C917-Accordion > .wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .accordion_body {
    padding: 0;
  }
}
.C918-FeaturedVideos .video-title {
  color: #111;
  padding-top: 15px;
  font-weight: bold;
}
.C918-FeaturedVideos .video-description {
  margin-top: 10px;
}
.C918-FeaturedVideos .play-overlay:before,
.C918-FeaturedVideos .play-overlay-small:before {
  background-size: 80px 80px;
}
.C918-FeaturedVideos .section--resource-video .play-overlay:after,
.C918-FeaturedVideos .section--resource-video .play-overlay-small:after {
  top: 0;
}
.C918-FeaturedVideos .section--resource-video {
  margin-bottom: 20px;
  margin-top: 10px;
}
.C918-FeaturedVideos div.video--thumb {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .C918-FeaturedVideos .section--resource-video .play-overlay:after,
  .C918-FeaturedVideos .section--resource-video .play-overlay-small:after {
    height: calc(100% - 10px);
    height: -webkit-calc(100% - 7px);
    top: -7px;
  }
}
.alliance-partners-listing .row {
  border-bottom: 1px solid #eee;
}
.alliance-partners-listing .row:last-child {
  border-bottom: 0;
}
.alliance-partners-listing .alliance-partners-listing-icons img {
  max-height: 50px;
}
.alliancethumb {
  text-align: center;
}
.alliancethumb img {
  max-height: 144px;
  max-width: 100%;
}
.partners-viewmore {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.partners-viewmore a {
  border: 1px solid #000;
  color: #000;
}
.partners-viewmore .button--transparent:hover:after {
  content: url("media/icons/right-arrow--blue.svg") !important;
}
.gartnerwidget {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 15px;
  padding-top: 30px;
}
.gartnerwidget .button--transparent {
  border-color: #236093;
  color: #236093;
  margin-top: 10px;
  font-size: 15px;
}
.gartnerwidget h3 {
  font-size: 20px;
  padding-left: 10px;
  width: 100%;
}
.gartnerwidget .button--transparent:after {
  content: url("media/icons/right-arrow--blue.svg");
}
.gartner-feature-box {
  padding: 10px 10px 20px 10px !important;
}
.wn-block .gartnerwidget {
  min-height: 405px !important;
}
.C910-Dynamic-Tabs .tabs--content--accordion .section__head h2 {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.C910-Dynamic-Tabs .tabs--content--accordion .section__head h2:after {
  content: "";
  width: 118px;
  height: 7px;
  background: #da291c;
  display: block;
  margin: 10px 0 37px;
}
.C910-Dynamic-Tabs .tabs--content--accordion .accordion-tab .header-h2 {
  background: #e6e6e6;
  margin-bottom: 5px;
}
.C910-Dynamic-Tabs .tabs--content--accordion .accordion-tab button.forti--tab {
  background: #e6e6e6;
  padding: 10px 0;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 100%;
  border: 0;
  line-height: 48px;
  color: #000;
  font-weight: bold;
}
.C910-Dynamic-Tabs
  .tabs--content--accordion
  .accordion-tab
  button.forti--tab:after {
  content: "";
  background-image: url(../../../content/dam/fortinet/images/general/accordion-icon-collapsed.svg);
  color: #777;
  font-weight: bold;
  float: right;
  width: 48px;
  height: 48px;
  display: block;
  margin: auto;
  background-size: contain;
  transition: 0.6s;
}
.C910-Dynamic-Tabs
  .tabs--content--accordion
  .accordion-tab
  button.forti--tab[aria-expanded="true"]:after {
  background-image: url(../../../content/dam/fortinet/images/general/accordion-icon-expanded.svg);
}
.C910-Dynamic-Tabs .tabs--content--accordion .accordion-tab .panel {
  background-color: white;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .C910-Dynamic-Tabs
    .tabs--content--accordion
    .accordion-tab
    button.forti--tab {
    font-size: 22px;
  }
  .C910-Dynamic-Tabs .tabs--content--accordion .section__head h2:after {
    margin: 10px 0 30px !important;
  }
  .C910-Dynamic-Tabs
    .tabs--content--accordion
    .accordion-tab
    button.forti--tab {
    position: relative;
    padding-right: 45px;
  }
  .C910-Dynamic-Tabs
    .tabs--content--accordion
    .accordion-tab
    button.forti--tab:after {
    right: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .accordion .header button {
    max-width: 720px;
  }
  .C910-Dynamic-Tabs
    .tabs--content--accordion
    .accordion-tab
    button.forti--tab {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .accordion .header button {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .accordion .header button {
    max-width: 1140px;
  }
}
.C910-Dynamic-Tabs .tabs--content--accordion .bg--dark-gray {
  background: #fff !important;
}
.C05-Container .C61-Service [class*="col-"] {
  padding-bottom: 20px;
}
.C05-Container .C61-Service {
  margin-top: 40px;
  border-bottom: 1px solid #e6e8e9;
}
.products-services-row {
  padding-bottom: 20px;
}
.C05-Container .C61-Service:first-child {
  margin-top: 0;
}
.C05-Container .C61-Service:last-child {
  border-bottom: 0;
}
.icon-wrapper svg {
  height: 100px;
}
.icon-wrapper svg path {
  fill: #425152;
}
@media screen and (min-width: 1024px) {
  .products-services-row .icon-wrapper {
    width: 120px;
  }
  .products-services-row .icon-wrapper img {
    height: 100px;
    width: auto;
  }
  .products-services-row .icon-text {
    width: calc(100% - 220.2px);
  }
}
.C62-ServicesContainer .C20-Content-Reference {
  padding-bottom: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #e6e8e9;
}
.C62-ServicesContainer .C20-Content-Reference:first-child {
  margin-top: 0;
}
.C62-ServicesContainer .C20-Content-Reference:last-child {
  border-bottom: 0;
}
.c-06-image-wrap td,
.c06-section-padding {
  padding: 0 !important;
}
.c-06-image-white-bg-color {
  background-color: #fff !important;
}
.c-06-content-left-padding-none {
  padding-left: 0 !important;
}
.c-06-content-right-padding-none {
  padding-right: 0 !important;
}
.c06-section-padding .c-06-wrap-margin div.row {
  align-items: center;
  flex-wrap: unset;
  column-gap: 50px;
}
.c06-section-padding .c-06-wrap-margin .col-6 article {
  padding-bottom: 0;
}
.C06-Video-box .video-eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #646464;
  letter-spacing: 0.1rem;
}
.section--resource-video .image-wrap img {
  border-radius: 20px;
}
.section--resource-video .play-overlay:after,
.section--resource-video .play-overlay-small:after {
  border-radius: 20px;
}
.C06-Video-box .cmp-marginTop {
  margin-top: 40px;
}
.C06-Video-box .section--resource .content {
  padding: 0;
}
.C06-Video-box .col-lg-6,
.C06-Video-box .col-6 {
  flex: unset;
}
@media (max-width: 767px) {
  .c-06-wrap-margin {
    padding: 0 !important;
  }
  .Custom-Overlay-3D-Model .overlay-form-container {
    width: 95%;
    height: 85%;
  }
  .Custom-Overlay-3D-Model .overlay-cls-btn {
    right: 0;
    top: -30px;
  }
  .C06-Video-box .imgLeft {
    margin-top: 20px !important;
  }
  .C06-Video-box .wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .c-06-content-padding-25 {
    padding: 25px 0 !important;
  }
  .c-06-video-top-padding-25 {
    padding: 25px 0 0 !important;
  }
  .c-06-video-bottom-padding-25 {
    padding: 0 0 25px !important;
  }
  .c-06-content-padding-25 {
    padding: 25px 0 !important;
  }
  .c-06-video-top-padding-25 {
    padding: 25px 0 0 !important;
  }
  .c-06-video-bottom-padding-25 {
    padding: 0 0 25px !important;
  }
}
@media (min-width: 1024px) {
  .product-sass-cloud .C06-Video-box section {
    padding: 0 0 5px !important;
  }
  .C06-Video-box .row.no-column-pad {
    align-items: center;
  }
  .Custom-Overlay-3D-Model .overlay-form-container {
    width: 87%;
    height: 87%;
  }
  .product-sass-cloud .C06-Video-box section {
    padding: 0 0 5px !important;
  }
}
.c-06-image-wrap td,
.c06-section-padding {
  padding: 0 !important;
}
.c-06-image-white-bg-color {
  background-color: #fff !important;
}
.c-06-content-left-padding-none {
  padding-left: 0 !important;
}
.c-06-content-right-padding-none {
  padding-right: 0 !important;
}
.c06-section-padding .c-06-wrap-margin div.row {
  align-items: center;
}
.c06-section-padding .c-06-wrap-margin .col-6 article {
  padding-bottom: 0;
}
.Custom-Overlay-3D-Model .modal-off {
  display: none;
}
.Custom-Overlay-3D-Model .overlay-form-container {
  margin-top: 30px;
  position: fixed;
  z-index: 9999999999;
  background: #fff;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
.Custom-Overlay-3D-Model .overlay-form-container {
  text-align: left;
}
.Custom-Overlay-3D-Model .main_checkbox {
  padding: 0 20px;
}
.Custom-Overlay-3D-Model .text--smaller {
  color: #323e48;
  margin-top: 0;
  padding: 0 20px;
}
.Custom-Overlay-3D-Model
  .overlay-form-container
  .C51-Eloqua-Form
  .contact--form
  .submit
  input[type="submit"] {
  float: none;
}
.Custom-Overlay-3D-Model .overlay-form-header {
  background: #ddd;
  padding: 10px 40px;
  color: #000;
  font-size: 1.5rem;
}
.Custom-Overlay-3D-Model .c51_eloqua_form {
  padding: 30px;
}
.Custom-Overlay-3D-Model .overlay-form-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
.Custom-Overlay-3D-Model
  .overlay-form-container
  .intl-tel-input.allow-dropdown
  .flag-container {
  left: 5px;
}
.Custom-Overlay-3D-Model .overlay-form-container .C51-Eloqua-Form form input {
  padding: 15px 15px;
}
.Custom-Overlay-3D-Model .overlay-form-container .C51-Eloqua-Form select {
  padding: 15px 50px 15px 15px;
}
.Custom-Overlay-3D-Model .C51-Eloqua-Form label span,
.Custom-Overlay-3D-Model .C51-Eloqua-Form select + span {
  padding: 5px 15px 15px 15px;
}
.Custom-Overlay-3D-Model input[type="reset"] {
  position: absolute;
  top: -999999px;
}
.Custom-Overlay-3D-Model .submit {
  padding: 10px;
}
.Custom-Overlay-3D-Model #static-thankyou {
  color: #5a646c !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Custom-Overlay-3D-Model .overlay-form-container {
    width: 80%;
    height: 70%;
  }
  .C06-Video-box .imgRight {
    padding-right: 0;
  }
  .section--resource .content {
    padding: 0;
  }
}
.Custom-Overlay-3D-Model .overlay-form-container {
  overflow: visible;
}
.Custom-Overlay-3D-Model .overlay-cls-btn {
  position: absolute;
  right: -30px;
  width: 30px;
  color: black;
  height: 30px;
  overflow: visible;
  cursor: pointer;
  border: 0;
  background: #fff;
}
@media (max-width: 1023px) {
  .section--resource-video .image-wrap img {
    width: 100%;
  }
  .C06-Video-box .section--resource.featured h2 {
    margin-top: 20px;
    font-size: 32px !important;
    font-weight: 600;
  }
  .featured article p {
    font-size: 20px !important;
    line-height: 28px;
  }
  .C06-Video-box .imgLeft {
    margin-top: 50px;
  }
  .C06-Video-box .video-eyebrow + h3 {
    margin-top: 20px;
  }
  .C06-Video-box .video-eyebrow + h2 {
    margin-top: 20px;
  }
  .c06-section-padding .c-06-wrap-margin div.row {
    flex-wrap: wrap;
  }
}
@media (min-width: 1540px) {
  .C06-Video-box .section--resource.featured h2 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 20px;
    line-height: normal;
  }
  .C06-Video-box .video-eyebrow + h3 {
    margin-top: 20px;
  }
  .featured article p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1539px) {
  .C06-Video-box .section--resource.featured h3 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
  }
  .featured article p {
    font-size: 20px;
    line-height: 26px;
  }
}
.C07-Image-Callout-Box .icon--text h3 + p {
  margin-top: 10px;
}
.C07-Image-Callout-Box .title-eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #646464;
  letter-spacing: 0.1rem;
}
.C07-Image-Callout-Box .title-eyebrow + h3 {
  margin-top: 20px;
}
.id-image-callout-box img {
  border-radius: 20px;
}
.id-image-callout-box {
  flex-wrap: unset;
  column-gap: 50px;
}
.C07-Image-Callout-Box .cmp-marginTop {
  margin-top: 30px;
}
.C07-Image-Callout-Box .col-lg-6,
.C07-Image-Callout-Box .col-6 {
  flex: unset;
}
@media (max-width: 890px) {
  .C07-Image-Callout-Box .image {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .id-image-callout-box {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .C07-Image-Callout-Box .featured h2 {
    margin-top: 20px;
    font-size: 32px !important;
    font-weight: 600;
  }
  .featured p {
    font-size: 20px !important;
    line-height: 28px;
  }
}
@media (min-width: 1540px) {
  .C07-Image-Callout-Box .featured h2 {
    font-size: 38px;
    font-weight: 600;
    margin-top: 20px;
    line-height: normal;
  }
  .C07-Image-Callout-Box .title-eyebrow + h3 {
    margin-top: 20px;
  }
  .featured p {
    font-size: 24px;
    line-height: 40px;
  }
}
.C11-Text-Columns .border--box [class*="col-"] {
  border: 1px solid #d9e1e2;
  padding: 45px 30px;
}
.C11-Text-Columns .border--box [class*="col-"].centered--text {
  text-align: center;
}
.C11-Text-Columns .border--box .col-6 {
  width: 45%;
  margin-right: 10%;
}
.C11-Text-Columns .border--box .col-6:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .C11-Text-Columns .border--box .col-6 {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .C11-Text-Columns p {
    font-size: 1rem;
  }
}
.C922-Products-Grid [class*="col-"] {
  text-align: center;
}
.C922-Products-Grid h4 {
  margin: 0 !important;
  font-weight: bold;
  color: #323e48;
}
.C922-Products-Grid a:hover h4 {
  text-decoration: none;
  color: #da291c;
}
table.jp-threats {
  border-collapse: separate;
  padding: 4px;
  border: 1px solid #455560;
}
table.jp-threats thead th,
table.jp-threats thead td {
  background-color: #455560;
  color: white;
  font-weight: bold;
}
table.jp-threats th {
  border: 0 none transparent;
  font-weight: normal;
}
table.jp-threats td {
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-right: 0 none transparent;
  border-left: 1px solid white;
}
table.jp-threats td,
table.jp-threats th {
  border-left: 1px solid #ccc;
}
table.jp-threats th {
  text-align: center !important;
}
table.jp-threats .odd th {
  background-color: #eee;
}
table.jp-threats .odd td {
  border-left: 1px solid white;
  background-color: #eee;
}
table.jp-threats tbody .bgdark {
  background-color: #455560;
  color: white;
  font-weight: bold;
}
table.jp-threats tbody th.bgdark {
  background-color: #999;
  color: white;
  font-weight: bold;
}
.events-webinars .sty-1月 ~ .sty-1月,
.events-webinars .sty-2月 ~ .sty-2月,
.events-webinars .sty-3月 ~ .sty-3月,
.events-webinars .sty-4月 ~ .sty-4月,
.events-webinars .sty-5月 ~ .sty-5月,
.events-webinars .sty-6月 ~ .sty-6月,
.events-webinars .sty-7月 ~ .sty-7月,
.events-webinars .sty-8月 ~ .sty-8月,
.events-webinars .sty-9月 ~ .sty-9月,
.events-webinars .sty-10月 ~ .sty-10月,
.events-webinars .sty-11月 ~ .sty-11月,
.events-webinars .sty-12月 ~ .sty-12月 {
  display: none;
}
.homepage-featured--customers .featured--customer img {
  padding: 5px 20px;
}
.homepage-featured--customers {
  margin-top: 40px !important;
}
.homepage-featured--customers .featured--customer {
  padding-bottom: 20px;
}
.homepage-featured--customers .featured--customer img {
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition-duration: 1s;
}
.homepage-featured--customers .featured--customer img:hover {
  transform: matrix(1.5, 0, 0, 1.5, 0, 0);
  transition-duration: 1s;
}
.homepage-featured--customers .featured--customer:nth-last-child(-n + 2) {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .homepage-col-5 {
    width: 50%;
  }
  .homepage-featured--customers .featured--customer img {
    padding: 5px 0;
  }
}
@media screen and (min-width: 768px) {
  .homepage-col-5 {
    width: 33.33%;
  }
  .homepage-featured--customers .featured--customer img {
    width: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .homepage-col-5 {
    width: 25%;
  }
}
@media screen and (min-width: 1120px) {
  .homepage-col-5 {
    width: 20%;
  }
}
.row.homepage-featured--news-blocks {
  margin-bottom: 20px;
}
.homepage-featured--news-blocks .news--block {
  padding: 0;
  border: 1px solid #ccc;
  margin: 15px;
  box-shadow: 0 15px 10px -14px rgba(0, 0, 0, 0.31);
}
.homepage-featured--news-blocks .news--block:last-child {
  margin-right: 0;
}
.news-block-content h3 {
  line-height: 1.65rem;
}
.news--block img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news-block-content p,
  .news-block-content a,
  .news-block-content a:hover,
  .news-block-content a:active {
    font-size: 1rem;
  }
  .homepage-featured--news-blocks .news--block .news-block-content {
    padding: 15px;
  }
  .homepage-featured--news-blocks .news--block {
    margin-left: 0;
    margin-right: 0;
  }
  .row.homepage-featured--news-blocks,
  .homepage-featured--news-blocks .news--block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .homepage-featured--news-blocks .news--block.col-4 {
    width: 29%;
  }
  .homepage-featured--news-blocks .news--block .news-block-content {
    padding: 20px;
  }
  .homepage-featured--news-blocks .news--block.col-4 {
    width: 30%;
  }
  .homepage-featured--news-blocks .news--block {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .homepage-featured--news-blocks .news--block.col-4 {
    width: 29%;
  }
  .row.homepage-featured--news-blocks {
    margin-top: 0;
  }
}
@media screen and (min-width: 1120px) {
  .homepage-featured--news-blocks .news--block.col-4 {
    width: 31.5%;
  }
  .homepage-featured--news-blocks .news--block:nth-child(2) {
    margin-left: 30px;
    margin-right: 30px;
  }
  .homepage-featured--news-blocks .news--block .news-block-content {
    padding: 20px;
  }
}
.icon-listing-row {
  border-bottom: 1px solid #d9e1e2;
  padding: 10px 0 30px;
}
.icon-listing-row.no--border {
  border: 0;
}
.icon-listing-row .icon-listing-link a {
  font-size: 1.0115rem;
}
@media screen and (min-width: 1024px) {
  .icon-listing-row .icon-wrapper {
    width: 120px;
  }
  .icon-listing-row .icon-wrapper img {
    height: 100px;
    width: auto;
  }
  .C927-Icon-Listing .icon-listing-row .icon-text {
    width: calc(100% - 130px);
  }
  .icon-listing-row p {
    font-size: 16px;
  }
}
.ftnt-homepage.security .row div.col-4:first-child {
  padding-right: 30px;
}
.ftnt-homepage.security .row div.col-4:nth-child(2) {
  padding-right: 25px;
  padding-left: 25px;
}
.ftnt-homepage.security .row div.col-4:last-child {
  padding-left: 30px;
}
.ftnt-homepage.get-hands-on {
  margin-top: 50px;
}
.ftnt-homepage.the-latest .cta--item {
  padding-left: 0;
  padding-right: 0;
}
.ftnt-homepage.the-latest .id-image-callout-box .image img {
  margin-left: 0;
  width: 100%;
}
.ftnt-homepage.the-latest
  .section--products.alternate--elements--2
  .id-image-callout-box
  .col-6:first-child {
  padding-right: 0;
}
.ftnt-homepage.the-latest
  .section--products
  .id-image-callout-box
  .col-6:first-child {
  padding-left: 0;
}
.ftnt-homepage .cta--item {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.ftnt-homepage.video .bg--white {
  background: transparent !important;
}
.ftnt-homepage.the-latest .id-image-callout-box {
  box-shadow: 0 15px 10px -14px rgba(0, 0, 0, 0.31);
}
.ftnt-homepage.video .section--resource-video .image-wrap {
  background-color: transparent !important;
}
.homepage-content-flyin .col-6 {
  transform: translateX(50px);
  animation: homepage-side-flyin 2.2s ease forwards;
}
.homepage-content-flyin .col-6:nth-child(odd) {
  transform: translateX(-50px);
  animation-duration: 1s;
}
.homepage-content-flyin .col-4 {
  transform: translateY(150px);
  animation: homepage-side-flyin 1s ease forwards;
}
.homepage-content-flyin .col-4:nth-child(odd) {
  animation-duration: 0.8s;
}
.homepage-content-flyin .featured--customer.col-3 {
  animation: homepage-zoomIn 1s ease forwards;
}
.homepage-content-flyin .featured--customer.col-3:nth-child(odd) {
  animation: homepage-zoomIn 0.8s ease forwards;
}
.homepage-content-flyin .featured--customer.homepage-col-5 {
  animation: homepage-zoomIn 1s ease forwards;
}
.homepage-content-flyin .featured--customer.homepage-col-5:nth-child(odd) {
  animation: homepage-zoomIn 0.8s ease forwards;
}
.cycle-slide-active h1.valprop--home-head {
  transform: translateX(50px);
  opacity: 0;
  animation: homepage-side-flyin 0.7s ease forwards;
}
.cycle-slide-active p.valprop--home-subhead {
  transform: translateX(50px);
  opacity: 0;
  animation: homepage-side-flyin 1s ease forwards;
}
.cycle-slide-active span.button--transparent--home {
  transform: translateX(50px);
  opacity: 0;
  animation: homepage-side-flyin 1.2s ease forwards;
}
@keyframes homepage-side-flyin {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes homepage-riseup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes homepage-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
#ftntStats {
  min-height: 284px;
  top: -25px;
}
#ftntStats .home-stats-slide {
  text-align: center;
  width: 100%;
}
.homepage-stats a,
.homepage-stats a:hover,
.homepage-stats a:visited {
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ftnt-homepage.fabric .id-image-callout-box .image {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .nowrap-padding .h2 {
    font-size: 1.2rem !important;
  }
  .ftnt-homepage.video .row {
    margin-top: 0 !important;
  }
  .ftnt-homepage.video .c-06-video-bottom-padding-25 {
    padding-bottom: 0 !important;
  }
  .ftnt-homepage.video .c-06-content-padding-25 {
    padding: 0 !important;
  }
  .ftnt-homepage.video .bg--white {
    background: transparent !important;
  }
  .ftnt-homepage.video .col-6:nth-child(2) {
    margin-bottom: 0 !important;
    margin-top: 20px;
  }
  .ftnt-homepage.video .C06-Video-box .wrap {
    margin-right: 0;
    margin-left: 0;
  }
  .ftnt-homepage p {
    font-size: 1rem;
  }
  .ftnt-homepage.top-recognition .recognition {
    margin-top: 10px;
  }
  .ftnt-homepage.top-recognition .row .col-6 {
    padding-top: 0;
  }
  .nowrap-padding .C15-Title h2 {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .C15-Title .subtitle-text {
    line-height: 1.3em;
    margin-bottom: 30px;
  }
  .C15-Title .subtitle-text:nth-child(3) {
    margin-bottom: 0;
  }
  .C926-Billboard-Sliders + .C05-Container h2.u-headline-onlyTop {
    margin-top: 30px !important;
  }
  .ftnt-homepage.the-latest .id-image-callout-box {
    border: 1px solid #ccc;
    padding: 0 !important;
  }
  .ftnt-homepage.the-latest .id-image-callout-box .col-6:nth-child(2) {
    padding: 20px !important;
  }
  .ftnt-homepage.the-latest .id-image-callout-box {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .ftnt-homepage.the-latest .section--products {
    padding-bottom: 0;
  }
  .ftnt-homepage.top-recognition .row .col-6:first-child {
    padding-right: 50px;
  }
  .ftnt-homepage.top-recognition .row .col-6:nth-child(2) {
    padding-left: 50px;
  }
  .ftnt-homepage.top-recognition .recognition {
    margin-top: 10px;
  }
  .ftnt-homepage.the-latest .id-image-callout-box h3 {
    line-height: 1.3em;
    font-size: 0.95238rem;
  }
  .ftnt-homepage.the-latest .id-image-callout-box .col-6:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 30px !important;
    padding-right: 30px;
  }
  .ftnt-homepage.the-latest .id-image-callout-box {
    padding: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1023px) {
  .ftnt-homepage.the-latest .id-image-callout-box {
    border: 1px solid #ccc;
  }
}
@media screen and (min-width: 1120px) {
  .ftnt-homepage.fabric .id-image-callout-box .col-6:nth-child(2) {
    padding-left: 50px;
  }
  .ftnt-homepage.fabric .id-image-callout-box .col-6:nth-child(2) h3 {
    margin-bottom: 0;
  }
  .ftnt-homepage.the-latest .id-image-callout-box .col-6:nth-child(2) {
    padding-right: 50px;
  }
  .ftnt-homepage.the-latest .id-image-callout-box {
    border: 1px solid #ccc;
    padding: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  .ftnt-homepage.the-latest .id-image-callout-box .col-6:nth-child(2) {
    padding-right: 50px;
  }
  .ftnt-homepage.the-latest .id-image-callout-box h3 {
    line-height: 1.5rem;
    font-size: 1.5rem;
  }
  .ftnt-homepage.security h3 {
    font-size: 1.14286rem;
  }
  .nowrap-padding div.C15-Title h3,
  .cs--small-padding-top div.C15-Title h3,
  .bg--claret > div.wrap > div.C15-Title h3 {
    font-size: 1.5rem;
  }
  div.recognition {
    padding: 0 50px;
  }
  .ftnt-homepage.fabric .id-image-callout-box {
    padding: 0 !important;
  }
  .ftnt-homepage.fabric .cta--item {
    padding-top: 0 !important;
    padding-bottom: 30px;
  }
  .ftnt-homepage.top-recognition .cta--item:nth-child(2) .recognition p {
    padding: 0 10px;
  }
}
.nav-social img {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.nav-social img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}
.row.ibmi [class*="col-"] {
  text-align: right;
}
.row.social {
  margin-top: 20px !important;
}
.C04-Asset-row .cycle-slide-active {
  position: relative !important;
}
.C931-ServicesListing {
  margin-top: 30px;
}
.service-cat.no-display {
  display: none;
}
.ftnt-col-6,
.ftnt-col-7,
.service-cat,
.service-list {
  box-sizing: border-box;
  padding: 10px !important;
  position: relative;
}
.service-list .ftnt-col-6 a {
  display: block;
}
.services-list {
  background: #f6f6f8;
  margin-bottom: 20px;
}
.service-list .service-optional {
  text-align: center;
  padding: 0 20px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.service-list .service-optional div {
  border-bottom: 1px solid #959595;
  padding-bottom: 5px;
}
.ftnt-col-6.center,
.ftnt-col-7.center {
  text-align: center;
}
.ftnt-col-6 a .product-service,
.ftnt-col-7 a .product-service,
.product-service-icon .product-service {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}
.ftnt-col-6 a:hover,
.ftnt-col-7 a:hover,
.service-cat a:hover {
  text-decoration: none !important;
}
.ftnt-col-6 a:hover .product-service,
.ftnt-col-7 a:hover .product-service {
  text-decoration: underline;
}
.ftnt-col-6 a img,
.ftnt-col-7 a img {
  width: 50%;
}
.services-cat-fortiops img,
.services-cat-forticare img {
  width: 60%;
}
.services-cat-fortiguard img {
  width: 50%;
}
.svg-icon svg {
  width: 50%;
  height: 55px;
}
.svg-icon svg path,
.svg-icon svg polygon,
.svg-icon svg ellipse,
.svg-icon svg rect {
  fill: #425152;
}
.red .svg-icon svg path,
.red .svg-icon svg polygon,
.red .svg-icon svg ellipse,
.red .svg-icon svg rect {
  fill: #da291c;
  transition: fill 0.5s;
}
.red a:hover .svg-icon svg path,
.red a:hover .svg-icon svg polygon,
.red a:hover .svg-icon svg ellipse,
.red a:hover .svg-icon svg rect {
  fill: #651d32;
  transition: fill 0.5s;
}
.teal .svg-icon svg path,
.teal .svg-icon svg polygon,
.teal .svg-icon svg ellipse,
.teal .svg-icon svg rect {
  fill: #6ad1e3;
  transition: fill 0.5s;
}
.teal a:hover .svg-icon svg path,
.teal a:hover .svg-icon svg polygon,
.teal a:hover .svg-icon svg ellipse,
.teal a:hover .svg-icon svg rect {
  fill: #003e51;
  transition: fill 0.5s;
}
.blue .svg-icon svg path,
.blue .svg-icon svg polygon,
.blue .svg-icon svg ellipse,
.blue .svg-icon svg rect {
  fill: #0071ce;
  transition: fill 0.5s;
}
.blue a:hover .svg-icon svg path,
.blue a:hover .svg-icon svg polygon,
.blue a:hover .svg-icon svg ellipse,
.blue a:hover .svg-icon svg rect {
  fill: #002d74;
  transition: fill 0.5s;
}
.purple .svg-icon svg path,
.purple .svg-icon svg polygon,
.purple .svg-icon svg ellipse,
.purple .svg-icon svg rect {
  fill: #9164cc;
  transition: fill 0.5s;
}
.purple a:hover .svg-icon svg path,
.purple a:hover .svg-icon svg polygon,
.purple a:hover .svg-icon svg ellipse,
.purple a:hover .svg-icon svg rect {
  fill: #24135f;
  transition: fill 0.5s;
}
@media screen and (max-width: 666px) {
  .service-cat {
    width: 100%;
  }
  .service-list {
    width: 100%;
  }
  .service-list.full-display {
    width: 100%;
  }
  .ftnt-col-6,
  .ftnt-col-7 {
    width: 33.333%;
  }
  .C931-ServicesListing .row:not(.border--bottom):last-child {
    padding-bottom: 5px !important;
  }
  .mobile-column-reverse .row.stretch {
    display: flex;
    flex-direction: column-reverse;
  }
  div.mobile-column-reverse .cta--item {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}
@media screen and (min-width: 667px) and (max-width: 1119px) {
  .service-cat {
    width: 100%;
  }
  .service-list {
    width: 100%;
  }
  .service-list.full-display {
    width: 100%;
  }
  .ftnt-col-6 {
    width: 20%;
  }
  .ftnt-col-7 {
    width: 25%;
  }
  .C931-ServicesListing .row:not(.border--bottom):last-child {
    padding-bottom: 5px !important;
  }
  .mobile-column-reverse .row.stretch {
    display: flex;
    flex-direction: column-reverse;
  }
  div.mobile-column-reverse .cta--item {
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1119px) {
  .C931-ServicesListing .row:not(.border--bottom):last-child {
    padding-bottom: 25px !important;
  }
}
@media screen and (min-width: 1120px) {
  .service-cat {
    width: 18%;
  }
  .service-list {
    width: 82%;
  }
  .service-list.full-display {
    width: 100%;
  }
  div.service-list .row {
    padding-top: 0 !important;
  }
  .ftnt-col-6 {
    width: 16.666%;
  }
  .ftnt-col-7 {
    width: 14.285%;
  }
  .C931-ServicesListing > .row:not(.border--bottom) {
    padding-bottom: 5px !important;
    padding-top: 10px !important;
  }
  .service-cat.services-optional a {
    display: block;
    margin-top: 30px;
  }
  .service-list .row:last-child {
    margin-bottom: 0 !important;
  }
}
.ftnt-fuse .hl-widget.latest-discussion {
  padding: 1px;
}
.ftnt-fuse .hl-widget.latest-discussion,
.ftnt-fuse .hl-widget.latest-discussion #login-information-container {
  background-color: #ddd;
}
.ftnt-fuse .hl-widget.latest-discussion #login-information-container {
  float: right;
  padding: 5px 10px;
  margin-right: -5px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ftnt-fuse .hl-widget.latest-discussion #login-information-container a {
  color: #ddd;
}
.ftnt-fuse
  .hl-widget.latest-discussion
  #login-information-container
  .error-message {
  color: #c00;
}
.ftnt-fuse .hl-widget.latest-discussion .container {
  background-color: white;
  overflow: auto;
}
.ftnt-fuse .hl-widget.latest-discussion ul {
  padding-left: 0;
}
.ftnt-fuse .hl-widget.latest-discussion li {
  list-style-type: none;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: dotted 1px #afb1b3;
  padding: 10px;
}
.ftnt-fuse .hl-widget.latest-discussion .item-image-container {
  float: left;
  width: 60px;
  height: 60px;
  padding-top: 2px;
}
.ftnt-fuse .hl-widget.latest-discussion .item-title-container {
  margin-top: 2px;
}
.ftnt-fuse .hl-widget.latest-discussion .item-title-container a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}
.ftnt-fuse .hl-widget.latest-discussion .item-by-line-container {
  color: gray;
  font-style: italic;
  margin-top: 2px;
}
.ftnt-fuse .hl-widget.latest-discussion .item-by-line-container span {
  font-size: 0.85em;
}
.ftnt-fuse .hl-widget.latest-discussion .item-posted-in-container {
  color: gray;
  margin-top: 2px;
  display: none;
}
.ftnt-fuse .hl-widget.latest-discussion .item-posted-in-container span {
  font-size: 0.85em;
}
.ftnt-fuse .hl-widget.latest-discussion .item-body-container {
  margin-top: 15px;
}
.ftnt-fuse .hl-widget.latest-discussion .footer-container {
  margin: 0 10px;
}
.ftnt-fuse .hl-widget.latest-discussion .footer-item-more {
  float: left;
}
.ftnt-fuse .hl-widget.latest-discussion .footer-item-post {
  float: right;
}
.ftnt-fuse .hl-widget.latest-discussion .footer-item-more,
.ftnt-fuse .hl-widget.latest-discussion .footer-item-post {
  padding-bottom: 10px;
}
.ftnt-fuse .hl-widget .error-message {
  color: #c00;
  padding: 10px;
}
.C932-Overlay-Form-Button .modal-off {
  display: none;
}
.C932-Overlay-Form-Button .overlay-form-container {
  margin-top: 30px;
  position: fixed;
  z-index: 9999999999;
  background: #fff;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
.C932-Overlay-Form-Button .overlay-form-container {
  text-align: left;
}
.C932-Overlay-Form-Button .main_checkbox {
  padding: 0 20px;
}
.C932-Overlay-Form-Button .text--smaller {
  color: #323e48;
  margin-top: 0;
  padding: 0 20px;
}
.C932-Overlay-Form-Button
  .overlay-form-container
  .C51-Eloqua-Form
  .contact--form
  .submit
  input[type="submit"] {
  float: none;
}
.C932-Overlay-Form-Button .overlay-form-header {
  background: #ddd;
  padding: 10px 40px;
  color: #000;
  font-size: 1.5rem;
}
.C932-Overlay-Form-Button .c51_eloqua_form {
  padding: 30px;
}
.C932-Overlay-Form-Button .overlay-form-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
.C932-Overlay-Form-Button
  .overlay-form-container
  .intl-tel-input.allow-dropdown
  .flag-container {
  left: 5px;
}
.C932-Overlay-Form-Button .overlay-form-container .C51-Eloqua-Form form input {
  padding: 15px 15px;
}
.C932-Overlay-Form-Button .overlay-form-container .C51-Eloqua-Form select {
  padding: 15px 50px 15px 15px;
}
.overlay-close-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}
.C932-Overlay-Form-Button .C51-Eloqua-Form label span,
.C932-Overlay-Form-Button .C51-Eloqua-Form select + span {
  padding: 5px 15px 15px 15px;
}
.overlay-close-btn:hover {
  opacity: 1;
}
.overlay-close-btn:before,
.overlay-close-btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}
.overlay-close-btn:before {
  transform: rotate(45deg);
}
.overlay-close-btn:after {
  transform: rotate(-45deg);
}
.C932-Overlay-Form-Button input[type="reset"] {
  position: absolute;
  top: -999999px;
}
.C932-Overlay-Form-Button .submit {
  padding: 10px;
}
.C932-Overlay-Form-Button #static-thankyou {
  color: #5a646c !important;
}
@media (max-width: 767px) {
  .C932-Overlay-Form-Button .overlay-form-container {
    width: 95%;
    height: 85%;
  }
}
@media (min-width: 768px) and (max-width: 1022px) {
  .C932-Overlay-Form-Button .overlay-form-container {
    width: 80%;
    height: 70%;
  }
}
@media (min-width: 1023px) {
  .C932-Overlay-Form-Button .overlay-form-container {
    width: 50%;
    height: 70%;
  }
}
@media (max-width: 767px) {
  .ftnt-quote {
    margin: 20px 0;
  }
  .ftnt-quote .team--avatar,
  .ftnt-quote .team--text {
    width: 100%;
    padding: 0;
  }
  .ftnt-quote .team--avatar {
    text-align: center;
  }
  .ftnt-quote blockquote {
    padding: 0;
    font-style: italic;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .ftnt-quote {
    margin: 40px 0;
  }
  .ftnt-quote .row {
    align-items: center;
  }
  .ftnt-quote .team--avatar {
    width: 20%;
  }
  .ftnt-quote .team--text {
    width: 80%;
    padding: 0 40px;
  }
  .ftnt-quote blockquote {
    max-width: 100%;
  }
  .ftnt-quote blockquote {
    font-size: 1.1em;
    margin: 0 auto;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #ffa400;
    line-height: 1.6;
    position: relative;
    background: #eee;
    max-width: 100% !important;
  }
  .ftnt-quote blockquote::before {
    content: "\201C";
    color: #ffa400;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
  }
}
.section--resources .cta--item .cta--white.icon--lock path {
  fill: #fff;
}
@media screen and (max-width: 845px) {
  .C923-CTA-Button .cta-button-wrapper a.cta-button {
    display: block;
    padding: 10px 20px !important;
    text-align: center;
  }
  .C923-CTA-Button .security-button a.cta-button {
    padding: 0 !important;
  }
}
.security-button a.cta-button {
  border: 0;
  padding: 0;
  color: #333;
  transition: none;
}
.cta-button-wrapper.security-button {
  padding: 18px 30px;
}
.cta-button-wrapper.security-button:hover,
.cta-button-wrapper.security-button a.cta-button:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background-color: #da291c;
  border-color: #da291c;
  transition: none !important;
  background: #da291c !important;
}
.cta-button-wrapper.security-button:hover a.cta-button {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background-color: #da291c;
  border-color: #da291c;
  transition: none;
}
.security-button:hover a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  background-color: #da291c;
  border-color: #da291c;
  transition: none;
}
.news-in-tabs a:hover {
  text-decoration: none;
}
.news-in-tabs:hover a {
  color: #2d7bbc;
}
.articles-in-tab .btn-loadmore {
  text-align: center;
  width: 100%;
  margin: 2em 0;
}
.articles-in-tab button.intab-loadmore {
  padding: 10px 40px;
  transition: background-color 0.5s ease;
  border: 0;
}
.articles-in-tab button.intab-loadmore[data-hasmore="true"] {
  background-color: #da291c;
  color: #fff;
}
.articles-in-tab button.intab-loadmore[data-hasmore="false"] {
  display: none;
}
.articles-in-tab button.intab-loadmore:hover {
  background-color: #2d7bbc;
  transition: background-color 0.5s ease;
}
.homepage-featured--news-blocks .news--block.news-in-tabs {
  min-height: 150px !important;
}
.homepage-featured--news-blocks .news--block.news-in-tabs a:first-child {
  display: block;
  overflow: hidden;
}
.homepage-featured--news-blocks .news--block.news-in-tabs img {
  transform: scale(1) translateY(0);
  transition: transform 1s ease-in-out;
  height: 200px;
}
.homepage-featured--news-blocks .news--block.news-in-tabs:hover img {
  transform: scale(1.1) translateY(-8px);
  transition: transform 1s ease-in-out;
}
@media screen and (min-width: 1120px) {
  .homepage-featured--news-blocks .news-in-tabs:nth-child(3n + 2) {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.C937-Article-Related-Resource > a:first-child,
.C937-Article-Related-Resource .image > a:first-child {
  height: 200px;
  display: block;
  overflow: hidden;
}
.C937-Article-Related-Resource img {
  transform: scale(1) translateX(0);
  transition: transform 2s ease-in-out;
}
.C937-Article-Related-Resource:hover img {
  transform: scale(1.05) translateX(10px);
  transition: transform 2s ease-in-out;
}
.fortinetone-menu-bar-loggedin {
  color: #fff !important;
}
.fortinetone-menu-bar-loggedin .login-icon path,
.fortinetone-menu-bar-notloggedin path {
  fill: #fff !important;
}
.login-tooltip {
  position: relative;
  display: inline-block;
}
.login-tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 0;
  padding: 7px 5px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 28px;
  margin-left: -120px;
}
.login-tooltip:hover .tooltiptext {
  visibility: visible;
}
.login-tooltip .tooltiptext::after {
  content: none;
  position: absolute;
  bottom: 100%;
  right: 15px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}
.fortinetone-menu {
  position: relative;
}
.fortinetone-menu .fortinetone-menu-bar-notloggedin svg {
  position: relative;
}
body.home .fortinetone-menu-bar-loggedin .login-icon path,
body.home .fortinetone-menu-bar-notloggedin path {
  fill: #fff;
}
body.sticky-header .fortinetone-menu-bar-loggedin .login-icon path,
body.sticky-header .fortinetone-menu-bar-notloggedin path,
body:not(.home) .fortinetone-menu-bar-loggedin .login-icon path,
body:not(.home) .fortinetone-menu-bar-notloggedin path,
header.language--open .fortinetone-menu-bar-loggedin .login-icon path,
header.language--open .fortinetone-menu-bar-notloggedin path,
header.nav--open .fortinetone-menu-bar-loggedin .login-icon path,
header.nav--open .fortinetone-menu-bar-notloggedin path,
header.search--open .fortinetone-menu-bar-loggedin .login-icon path,
header.search--open .fortinetone-menu-bar-notloggedin path {
  fill: #236093;
}
.fortinetone-menu-bar-loggedin,
.fortinetone-menu-bar-notloggedin {
  cursor: pointer;
}
body.home .fortinetone-menu-bar-loggedin {
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
}
body:not(.home) .fortinetone-menu-bar-loggedin {
  font-size: 16px;
  color: #236093;
}
.fortinetone-menu {
  display: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
  margin-top: -2px;
  z-index: 100;
}
.fortinetone-menu .fortinetone-menu-wrap {
  visibility: hidden;
  top: calc(100% + 0);
  padding: 20px 0 0 0;
  opacity: 0;
  position: absolute;
  right: 0;
}
.fortinetone-menu:hover .fortinetone-menu-wrap {
  visibility: visible;
  opacity: 1;
}
.fortinetone-menu .fortinetone-menu-panel {
  padding: 0 0 12px 0;
  background-color: #fff;
  border: 1px solid #cccfd1;
  -webkit-transform: translateX(0) translateY(-20px);
  transform: translateX(0) translateY(-20px);
}
.fortinetone-menu .fortinetone-menu-panel .fortinetone-menu-block {
  width: 352px;
  padding: 10px 16px;
  display: flex;
  flex-wrap: wrap;
}
.fortinetone-menu .fortinetone-menu-panel hr {
  color: #d0d0d0;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: -8px 20px 0 20px;
}
.fortinetone-menu .fortinetone-menu-panel div.group-banner {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: -4px;
  padding: 8px 0;
  background: #f0f0f0;
  padding: 10px 0;
}
.fortinetone-menu .fortinetone-menu-item {
  width: 80px;
  height: 70px;
  padding: 6px;
  text-align: center;
  cursor: pointer;
}
.fortinetone-menu a:hover {
  text-decoration: none;
}
.fortinetone-menu .fortinetone-menu-item .fortinetone-menu-icon {
  height: 42px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 46px;
  margin-bottom: 5px;
}
.fortinetone-menu .fortinetone-menu-item .fortinetone-menu-icon img {
  width: 40px;
  height: 40px;
}
.fortinetone-menu .fortinetone-menu-item .fortinetone-menu-icon:hover {
  border: 1px solid #cdf;
}
.fortinetone-menu .fortinetone-menu-item .fortinetone-menu-text {
  width: 100%;
  text-align: center;
  padding: 0 0 8px 0;
  font-size: 11px;
  line-height: 110%;
}
.fortinetone-menu .fortinetone-menu-item .fortinetone-menu-text a {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 11px;
  text-transform: initial;
  font-weight: normal;
  text-align: center;
  padding: 0;
  color: #000 !important;
}
[class*=" fortinetone-icon-"],
[class^="fortinetone-icon-"] {
  font-family: fortinetone, Helvetica, Arial, sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fortinetone-icon-home:before {
  content: "\e906";
  color: #5f8cca;
}
.fortinetone-icon-help:before {
  content: "\e954";
  color: #8ad219;
}
.fortinetone-icon-settings:before {
  content: "\e957";
  color: #9a94e3;
}
.fortinetone-icon-menu:before {
  content: "\e922";
  color: #323e58;
}
.fortinetone-icon-login:before {
  content: "\e920";
  color: #323e58;
}
.fortinetone-icon-logout:before {
  content: "\e921";
  color: #ff5f60;
}
.fortinetone-icon-username:before {
  content: "\e924";
  color: #aabdc5;
}
.fortinetone-icon-admin:before {
  content: "\e956";
  color: #bcb5af;
}
.fortinetone-icon-register:before {
  content: "\e955";
  color: #d0d0d0;
}
.fortinetone-icon-changepassword:before {
  content: "\e900";
  color: #fec006;
}
.fortinetone-icon-fortiap:before {
  content: "\e901";
  color: #37bfba;
}
.fortinetone-icon-forticare:before {
  content: "\e902";
  color: #5a6fe3;
}
.fortinetone-icon-forticasb:before {
  content: "\e903";
  color: #02a8f3;
}
.fortinetone-icon-forticloud:before {
  content: "\e904";
  color: #f36092;
}
.fortinetone-icon-fortiextender:before {
  content: "\e905";
  color: #fe5621;
}
.fortinetone-icon-fortimail:before {
  content: "\e907";
  color: #4bae4f;
}
.fortinetone-icon-fortisec:before {
  content: "\e91b";
  color: #a57462;
}
.fortinetone-icon-fortiswitch:before {
  content: "\e91c";
  color: #fe9700;
}
.fortinetone-icon-fortitoken:before {
  content: "\e91d";
  color: #875bd4;
}
.fortinetone-icon-fortiweb:before {
  content: "\e91e";
  color: #8ac249;
}
.fortinetone-icon-whatis:before {
  content: "\e925";
  color: #fdbc21;
}
.fortinetone-icon-info:before {
  content: "\e91f";
  color: #666;
}
.fortinetone-icon-password:before {
  content: "\e923";
  color: #aabdc5;
}
@media screen and (max-width: 845px) {
  .fortinetone-menu-bar-loggedin span {
    display: none;
  }
  .login-tooltip .tooltiptext {
    display: none;
  }
}
@media screen and (min-width: 846px) {
  .fortinetone-menu-bar-loggedin span {
    position: relative;
    top: -2px;
    font-weight: normal;
    text-transform: initial;
  }
  .fortinetone-menu-bar-loggedin .login-icon {
    display: inline-block;
  }
}
.fortinetone-menu .fortinetone-menu-item:hover {
  color: #000 !important;
  text-decoration: underline;
}
#fc-menu-user:hover .login-tooltip .tooltiptext {
  display: block;
  visibility: visible;
}
.updated-contactus {
  margin-top: 25px;
}
.updated-contactus .row > .col-6:first-child {
  padding: 0;
}
.updated-contactus .row > .col-6:first-child .C51-Eloqua-Form {
  padding: 25px;
  background: #eee;
}
.updated-contactus .centered--rule:after {
  background: transparent;
}
.updated-contactus .centered--rule:before {
  background: transparent;
}
.updated-contactus .C51-Eloqua-Form form input,
.updated-contactus .C51-Eloqua-Form form input[type="text"] {
  background-position: right 10px center;
  padding: 10px 20px;
  background: #fff;
}
.updated-contactus .C51-Eloqua-Form select {
  padding: 10px 20px;
}
.updated-contactus .C51-Eloqua-Form select[disabled] {
  color: #fff !important;
}
.updated-contactus
  .contact--form
  .intl-tel-input.allow-dropdown
  .flag-container {
  left: 0;
}
.updated-contactus .contact--form .intl-tel-input #new_form_BusPhone {
  padding-left: 50px;
}
.updated-contactus .contact--form .row > .text {
  width: 100%;
}
.updated-contactus .C51-Eloqua-Form label span,
.updated-contactus .C51-Eloqua-Form select + span {
  padding: 2px 15px 15px 15px;
}
.updated-contactus .contact--form .submit input[type="submit"] {
  margin: 0;
  max-width: 100%;
  float: unset;
  padding: 15px;
  background-color: #333;
  color: #fff;
}
.updated-contactus .contact--form input[type="submit"]:hover {
  background-color: #2d7bbc;
}
.C900-Layout textarea {
  background-color: #fff !important;
  background: #fff !important;
}
.updated-contactus .form_row.comments .form_leftcol {
  display: none;
}
.updated-contactus form p {
  margin-top: 0;
}
.updated-contactus .C41-Contact {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.updated-contactus h3 {
  margin-bottom: 20px !important;
}
.updated-contactus ul {
  padding-left: 15px;
}
.updated-contactus .customer-support {
  padding: 10px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .updated-contactus .contact--form .row > .dropdown {
    width: 100%;
  }
}
@media screen and (max-width: 845px) {
  .updated-contactus .row .cta--item:nth-child(2) {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .updated-contactus .contact--form .row > .dropdown {
    width: 50%;
  }
}
h3,
.h3 {
  line-height: initial;
}
.C915-Features-Benefits a:link,
.C915-Features-Benefits a:visited {
  color: #fff;
}
:not(:lang(en)) .Cover-overlay {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .C09-Hero-Banner .val-prop--sass-solutions h1 {
    margin-bottom: 2rem;
    font-size: 45px;
  }
  .cta .buttons {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .id-grid > div:not(:first-child) .resource:after,
  .id-grid > div:not(:first-child) .resource:before {
    line-height: 1.95em !important;
  }
}
.xf-content-height {
  margin: 0 !important;
}
html {
  color: #000;
  line-height: 1.4rem;
}
h2,
.h2,
h3,
.h3 {
  font-weight: bold;
}
a.trailing-link {
  font-weight: bold;
}
.select-language ul {
  position: absolute;
  background-color: white;
  display: none;
  width: 280px;
  columns: 2 !important;
  top: 0;
  background: #fff;
  top: 36px;
  z-index: 99999;
  transform: translateX(-80%) translateY(0);
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
  padding-left: 0;
}
.select-language ul li {
  display: block;
  line-height: normal;
  margin: 0;
}
.menu-item.select-language ul li a {
  text-transform: none;
  font-weight: normal;
  padding-right: 0;
  padding-left: 0;
}
.menu-item.select-language ul li a span {
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
}
.menu-item.select-language ul li a:hover span {
  text-decoration: underline;
}
.menu-item.select-language ul li a:hover {
  color: #000 !important;
}
.section--accordion .wrap .clearfix .accordion--toggle:before {
  color: #000;
  font-size: 3.2rem;
}
.section--accordion .wrap .clearfix .accordion--toggle:after {
  color: #000;
  background-color: #e6e6e6;
  font-size: 3.2rem;
}
.section--accordion .wrap .clearfix .accordion--toggle:hover:after {
  background-color: #ddd;
}
button.tab-selector {
  font-weight: bold;
}
.C07-Image-Callout-Box .products-template .wrap--narrow {
  padding: 0;
}
.C07-Image-Callout-Box .products-template [class*="col-"] {
  padding: 0;
}
.C07-Image-Callout-Box .products-template .col-7 {
  padding-left: 25px;
  padding-right: 0;
}
.C07-Image-Callout-Box .products-template.alternate--elements--2 .col-7 {
  padding-right: 25px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .menu-item.select-language ul li a {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .C926-Billboard-Sliders .billboard .valprop--home-subhead {
    width: 60%;
    line-height: normal;
  }
}
.login-tooltip .tooltiptext {
  padding: 15px 25px;
  width: 200px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
.login-tooltip .tooltiptext::after {
  right: 65px;
  border-color: transparent transparent #000 transparent;
}
#fortinetone-menu:hover .tooltiptext {
  visibility: visible;
}
.fortinet-one .fortinet-one-dropdown a:hover {
  background: transparent !important;
  color: #000 !important;
  text-decoration: underline;
}
.wrap,
.wrap--narrow {
  max-width: 1240px;
  padding: 0 15px;
}
.valprop--home-head,
.valprop--home-subhead {
  text-transform: initial;
}
@media screen and (max-width: 767px) {
  .valprop--home.ftnt--billboard {
    min-height: 330px !important;
    max-height: 330px;
  }
  .valprop--home-slide > div {
    padding-top: 0;
  }
}
@media screen and (min-width: 1120px) {
  .valprop--home-slide > div {
    padding-top: 50px;
  }
  .valprop--home.ftnt--billboard {
    min-height: 483px !important;
    max-height: 483px;
  }
  .C926-Billboard-Sliders .billboard {
    top: 10%;
  }
  .C926-Billboard-Sliders .billboard h1.valprop--home-head,
  .C926-Billboard-Sliders .billboard h2.valprop--home-head {
    font-size: 50px;
    font-weight: 700;
    width: 60%;
    margin: 0;
    color: #131e29;
    line-height: auto;
    margin-bottom: 20px;
  }
  .C926-Billboard-Sliders .billboard .valprop--home-subhead {
    font-size: 18px;
  }
  .button--transparent--home {
    display: block;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 18px 0;
    border: 2px solid #000;
    max-width: 195px;
    transition: background-color 0.3s;
  }
}
.featured-usecases.margin-top {
  margin-top: 30px;
}
.featured-usecases > .row > [class*="col-"].cta--item {
  background: #fff;
  border: 3px solid #dedede;
  text-align: center;
}
.featured-usecases > .row > .col-4 {
  margin-bottom: 20px;
  width: 385px;
  margin-left: auto;
  margin-right: auto;
}
.featured-usecases.center-tile > .row {
  justify-content: center;
}
.featured-usecases > .row > .col-6 {
  margin-bottom: 20px;
  width: 385px;
  margin-left: 10px;
  margin-right: 10px;
}
.featured-usecases .id-image-callout-box .col-4,
.featured-usecases .id-image-callout-box .col-8 {
  width: 100%;
}
.featured-usecases .C07-Image-Callout-Box [class*="col-"] {
  padding: 0;
  margin: 0;
}
.featured-usecases .C07-Image-Callout-Box h3 {
  font-size: 15px;
  text-transform: uppercase;
}
.featured-usecases .C07-Image-Callout-Box .id-image-callout-box .image {
  width: 150px;
  height: 150px;
  stroke-width: 3;
  border: 3px solid #b3b3b3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
}
.featured-usecases .C07-Image-Callout-Box .id-image-callout-box .image img {
  width: 107px;
  height: 84px;
}
@media (max-width: 991px) {
  .C804-Footer-Logo .col-md-6 {
    width: 100%;
  }
  .featured-usecases .C07-Image-Callout-Box .id-image-callout-box {
    flex-direction: column;
  }
}
.features--benefits.center-tile > .row {
  justify-content: center;
}
.features--benefits > .row > .col-4 {
  position: relative;
  text-align: center;
}
.features--benefits > .row > .col-4:nth-child(2) .C915-Features-Benefits {
  padding-left: 20px;
  padding-right: 20px;
}
.features--benefits > .row > .col-6 {
  margin-bottom: 0;
  width: 385px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.features--benefits.margin-top {
  margin-top: 30px;
}
.features--benefits
  .products-features-benefits
  .products-features-benefits-icon {
  width: 80px;
}
.features--benefits
  > .row
  > .col-4
  .C915-Features-Benefits:first-child
  .products-features-benefits,
.features--benefits
  > .row
  > .col-6
  .C915-Features-Benefits:first-child
  .products-features-benefits {
  padding-top: 25px;
}
.features--benefits
  > .row
  > .col-4
  .C915-Features-Benefits:first-child
  .products-features-benefits-icon,
.features--benefits
  > .row
  > .col-6
  .C915-Features-Benefits:first-child
  .products-features-benefits-icon {
  padding-bottom: 25px;
}
.features--benefits .products-features-benefits-desc p b {
  text-transform: uppercase;
}
.features--benefits .products-features-benefits-desc a {
  color: #000;
  text-transform: uppercase;
}
.C900-Layout .features--benefits .products-features-benefits-desc {
  margin-bottom: 10px;
}
h2.new--design {
  font-size: 2.2rem;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2em;
}
h2.new--design:after {
  content: "";
  width: 118px;
  height: 7px;
  background: #da291c;
  display: block;
  margin: 10px 0 37px;
}
h2.text-align--center.new--design:after {
  content: "";
  width: 118px;
  height: 7px;
  background: #da291c;
  display: block;
  margin: 10px auto 37px;
}
@media (max-width: 767px) {
  .val-prop--sass-solutions {
    padding-top: 30px;
  }
  .C09-Hero-Banner .valprop h1 {
    font-size: 2.5rem;
  }
  .C09-Hero-Banner p .button--transparent {
    width: 100%;
  }
  .C09-Hero-Banner p .button--transparent:nth-child(2) {
    margin-top: 10px;
  }
  .features--benefits > .row > .col-4:before {
    content: "";
    width: 100%;
    height: 16px;
    background-position-x: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 10px;
    display: block;
    border-bottom: dotted 2px silver;
  }
  .features--benefits > .row > .col-4 {
    padding-bottom: 0;
    width: 100%;
  }
  .C15-Title h2.new--design {
    padding-bottom: 0;
    font-size: 2.2rem;
    color: #000;
  }
}
@media (min-width: 768px) {
  .features--benefits > .row > .col-4:before {
    content: "";
    background: url(../../../content/dam/fortinet/images/icons/ngfw/dot-grey.png);
    background-position: center;
    background-size: 10px;
    background-repeat: round no-repeat;
    opacity: 1;
    width: 100%;
    height: 12px;
    background-position-x: center;
    display: block;
    position: absolute;
    top: 100%;
  }
  .features--benefits
    > .row
    > .col-4:not(:nth-child(3n + 3)):not(:last-child):after,
  .features--benefits
    > .row
    > .col-6:not(:nth-child(3n + 3)):not(:last-child):after {
    content: "";
    background-image: url(../../../content/dam/fortinet/images/icons/ngfw/dot-grey.png);
    background-position: center -6px;
    background-size: 10px;
    background-repeat: no-repeat round;
    display: block;
    opacity: 1;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 1px;
    right: -9px;
  }
  .features--benefits.border-bottom > .row > .col-6:before {
    content: "";
    background: url(../../../content/dam/fortinet/images/icons/ngfw/dot-grey.png);
    background-position: center;
    background-size: 10px;
    background-repeat: round no-repeat;
    opacity: 1;
    width: 100%;
    height: 12px;
    background-position-x: center;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
  }
  .features--benefits.no-border-bottom > .row > .col-4:before {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .val-prop--sass-solutions {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .C09-Hero-Banner .val-prop--sass-solutions .row .col-7 {
    min-height: 250px;
  }
}
#nav-top .container .nav-row {
  margin-left: 0 !important;
}
.fortinet-one .fortinet-one-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  top: 0;
  background: #fff;
  top: 36px;
  z-index: 1000;
  transform: translateX(0) translateY(0);
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.fortinet-one .fortinet-one-dropdown {
  line-height: initial;
  color: #000;
  text-transform: initial;
  font-weight: normal;
  font-size: 12px;
}
.fortinet-one .fortinet-one-dropdown a {
  line-height: initial;
  color: #000;
  text-transform: initial;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 10px;
}
.fortinet-one .fortinet-one-dropdown a:hover {
  background: #da291c;
  color: #fff;
}
.fortinet-one:hover .fortinet-one-dropdown {
  display: block;
  white-space: nowrap;
}
.nav-top .menu-item {
  margin: 0 3px;
}
@media (max-width: 812px) {
  .menu-item form button {
    padding: 0 80px;
  }
  .nav-top .menu-item #sitesearch button {
    padding: 0;
  }
}
.section-links {
  background: #f0f0f0;
  padding: 46px 0;
}
.section-links .section__head {
  text-align: left;
}
.section-links .section__head h2 {
  font-size: 32px;
}
.section-links .section__head h2:after {
  content: "";
  width: 118px;
  height: 7px;
  background: #da291c;
  display: block;
  text-align: left;
  margin: 10px auto 37px 0;
}
.section.section-links .section__body.background-dot {
  position: relative;
}
.section-links .background-dot:before {
  content: "";
  background: url(media/icons/dots.png) no-repeat;
  opacity: 0.5;
  width: 211px;
  height: 181px;
  display: block;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: -100px;
  z-index: 0;
}
.section-links .box .box-link {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  text-decoration: none;
  color: inherit;
  min-height: 200px;
  border: 3px solid #e6e6e6;
  background-color: #fff;
  position: relative;
  flex-wrap: nowrap;
}
.section-links .box .box-image img {
  width: 100%;
  height: auto;
}
.section-links a p {
  font-weight: normal;
}
.section-links [class*="col-"] {
  padding: 0 15px 31.5px 15px;
}
.section-links [class*="col-"] [class*="col-"] {
  padding: 0;
}
.section-links .box a {
  padding: 15px;
}
.section-links .box a:hover {
  border-color: #000;
}
.section-links .box a .box-content {
  padding: 15px 0 15px 30px;
}
.section-links .box a .box-content h3 {
  margin-bottom: 0;
}
.section-links .box a .box-content p {
  margin-top: 0;
}
.alert-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.alert-medium {
  color: #ffbd33;
}
.alert-high {
  color: #ff5733;
}
.alert-critical {
  color: #dc3545;
}
.alert-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding-right: 37px;
}
.alert-link a:hover {
  color: #1e593f;
  text-decoration: none !important;
}
.alert-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  row-gap: 26px;
}
.alert-title {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 22.5px;
  line-height: 27px;
  overflow: auto;
}
.alert-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding-bottom: 10px;
}
.alert-data {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
.alert-level {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}
.alert-date {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  margin-right: 16px;
  color: #fff;
  text-transform: uppercase;
}
.alert-img {
  width: 100px;
  height: 100px;
  margin-right: 60px;
  margin-left: 50px;
  border-radius: 7px;
}
.alert-nav {
  margin-top: 32px;
}
.wrap.alert-wrap {
  margin-top: 40px;
  padding: 0;
}
.alert-cell {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 32px;
  padding-bottom: 46px;
  width: 100%;
  text-align: left;
  line-height: 15px;
  font-size: 10px;
  flex: 0 0 100%;
  border-bottom: 4px solid #656565;
  margin-top: 32px;
}
.alert-cell:last-of-type {
  margin-bottom: 32px;
}
.alert-subheader {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 32px;
}
.alert-desc.advanced p:last-of-type {
  margin-bottom: 0 !important;
}
.alert-desc.advanced a[href*="#"] {
  color: #63c198 !important;
  border-bottom: 0 !important;
}
.alert-desc.advanced a[href*="#"]:after {
  content: " ...";
}
.alert-desc.expand-info a[href*="#"] {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}
.alert-desc.expand-info .more-info a[href*="#"] {
  display: inline-block;
  opacity: 1;
}
.alert-desc .more-info {
  display: none;
  padding-top: 20px;
}
.alert-cell {
  align-items: initial !important;
}
.alert-cell img.alert-img {
  margin-top: 20px;
}
.more-info h3 {
  font-weight: normal;
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.more-info h3 + p,
.more-info h3 + ul {
  margin-top: 0;
}
@media (max-width: 900px) {
  .alert-date {
    margin-right: 24px;
  }
  .alert-cell {
    padding-right: 0;
    margin-bottom: 45px;
  }
  .alert-img {
    margin-left: 0;
    margin-right: 35px;
  }
  .alert-title {
    margin-bottom: 16px;
  }
  .alert-link a {
    padding-right: 24px;
  }
}
@media (max-width: 500px) {
  .alert-container {
    flex-direction: column;
    margin-bottom: 14px;
  }
  .alert-cell {
    width: 100%;
    flex-direction: column;
  }
  .alert-subheader {
    margin-bottom: 19px;
  }
  .alert-title {
    margin-top: 8px;
  }
  .alert-img {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .alert-date {
    margin-right: 16px;
  }
  .alert-desc {
    padding-bottom: 8px;
  }
  .alert-cell {
    padding-bottom: 53px;
    margin-bottom: 40px;
  }
}
.resources {
  background-color: #fbfbfb;
}
.resources_dropdown {
  position: relative;
  display: inline-block;
  margin-left: 16px;
}
.resources_dropbtn {
  background-color: #fff;
  color: #333;
  padding: 12px 32px 12px 16px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  border-radius: 5px;
  width: 330px;
  height: 45px;
  text-align: left;
  overflow: auto;
}
.resources_dropdown_content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 330px;
  z-index: 1;
  border: 1px solid #d4d4d4;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 8px 0;
}
.resources_dropdown_content div {
  color: #333;
  padding: 8px 20px;
  text-decoration: none;
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
.resources_dropdown_content div:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.resources-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 6px solid #171616;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 52%;
  right: 15px;
  transform: translateY(-50%);
}
.resources-caret:hover {
  cursor: pointer;
}
.resources-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1px;
}
.resources-label.dropdown--center {
  justify-content: center;
}
.ftnt-progress::-moz-range-thumb {
  width: 34.57%;
  height: 4px;
  background: #da291c;
}
.ftnt-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30%;
  height: 4px;
  background: #da291c;
}
.ftnt-progress {
  width: 100%;
  height: 4px;
  border-radius: 3px;
  overflow: hidden;
  margin: auto;
  background-color: #dcdcdc;
  background-image: linear-gradient(to right, #da291c, #da291c);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-appearance: none;
  outline: 0;
  opacity: 1;
  -webkit-transition: 1s;
  transition: opacity 1s;
}
.ftnt-slide-prev {
  background-position: center;
  transform: rotate(0);
  background-repeat: no-repeat;
  background-image: url(../../../content/dam/fortinet/images/ngfw/slider-arrow.svg);
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-left: -12px;
}
.ftnt-slide-next {
  background-position: center;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-image: url(../../../content/dam/fortinet/images/ngfw/slider-arrow.svg);
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-right: -8px;
}
.ftnt-arrow-resources {
  display: flex;
  flex-direction: row;
}
.resources-filter {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.resources-icon + span {
  font-size: 14px !important;
}
.resources-icon {
  margin-right: 8px;
}
.resources-image {
  width: 100%;
  height: 208px;
  display: block;
  margin: 0 auto 32px;
  object-fit: cover;
  object-position: top;
  padding: 20px 20px 0;
}
.resources-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-transform: capitalize;
  color: #333;
  margin: 0 32px;
}
.resources-title span {
  border-bottom: 1px dotted #b3b3b3;
}
.resources-desc {
  display: -webkit-inline-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  margin: 16px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  color: #323e48;
  padding: 0 32px;
}
.resources-container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.resources-container [class*="col-"] {
  padding: 0 !important;
}
.resources-row {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start;
  flex-flow: nowrap;
  overflow-x: hidden;
}
.resources-card {
  margin: 24px 22px 25px 2px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  border-radius: 0;
  flex: 0 0 385px;
  position: relative;
  left: 0;
  transition: 0.5s;
}
.resources-card:hover {
  text-decoration: none;
}
.resources-card:hover .resources-title {
  color: #da291c;
  transition: color 0.4s ease;
}
.resources-card-body {
  padding-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 1240px) {
  .resources-card {
    width: 40%;
  }
  .resources-container {
    width: 825px;
  }
  .resources-label {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 825px) {
  .resources-label {
    margin: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .resources-container {
    width: 100%;
  }
  .resources-container .col-12.col-md-12 {
    padding: 0;
  }
  .resources-card {
    flex: 0 0 100%;
    margin: 25px auto;
  }
  .resources_dropdown {
    width: 100%;
    margin: 8px auto;
  }
  .resources_dropbtn {
    width: 100%;
  }
  .resources_dropdown_content {
    min-width: 100%;
  }
}
.hidedropdown {
  display: none;
}
.C814-Event-News-Slider .section__head h2 {
  font-size: 2.2rem !important;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold !important;
}
.C814-Event-News-Slider .section__head h2:after {
  content: "";
  width: 118px;
  height: 7px;
  background: #da291c;
  display: block;
  margin: 10px 0 37px;
}
.ftnt-main .section__head {
  padding-bottom: 0;
}
.C814-Event-News-Slider section {
  padding-top: 0;
}
.C814-Event-News-Slider .col {
  padding: 0;
}
.C814-Event-News-Slider .ftnt-section {
  width: 100%;
}
.C814-Event-News-Slider .container {
  padding-left: 0;
  padding-right: 0;
}
.C814-Event-News-Slider .ftnt-picture {
  display: block;
  margin-bottom: 15px;
}
.C814-Event-News-Slider .ftnt-detail {
  font-size: 15px;
}
.C814-Event-News-Slider .ftnt-download-anchor,
.C814-Event-News-Slider .ftnt-download-anchor:hover {
  border-bottom: 0 !important;
}
.C814-Event-News-Slider .ftnt-progress {
  width: 90%;
  left: 5%;
}
.C814-Event-News-Slider .ftnt-slide-next {
  margin-right: -240px;
  margin-top: 2px;
}
.C814-Event-News-Slider .ftnt-slide-prev {
  margin-left: -240px;
}
.C814-Event-News-Slider .ftnt-main .section__head {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .C814-Event-News-Slider .ftnt-progress {
    bottom: 5.8%;
    width: 60%;
    left: 20%;
  }
  .C814-Event-News-Slider .ftnt-slide-next {
    margin-right: 0;
  }
  .C814-Event-News-Slider .ftnt-slide-prev {
    margin-left: 0;
  }
}
#search-return .article-list {
  border-top: 0;
}
.search-info-hidden {
  display: none;
}
.search-results-count {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  background: #eee;
}
.full-width {
  width: 100%;
}
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.section--search-filter input[type="text"] {
  color: #5a646c;
}
#search-options-bar label {
  margin-right: 10px;
  cursor: pointer;
  line-height: 30px;
  margin-bottom: 0;
}
#search-options-bar label:not(.active):hover {
  text-decoration: underline;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-option.active {
  box-shadow: none;
  border-bottom: 3px solid #dc291e;
  z-index: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-option {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding-bottom: 3px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
}
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/*input[type="radio"] {
  margin: 4px 4px 0 0;
}*/
input[type="radio"] {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
#btn_goto_top {
  position: absolute;
  top: -50px;
  right: -70px;
  z-index: 99;
  border: 0;
  outline: 0;
  background-color: #236093;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  transform: rotate(90deg);
  padding: 0 15px 5px 15px;
}
#btn_goto_top:hover {
  background-color: #be231b;
}
#btn_goto_top:before {
  content: "\00ab";
  font-size: 30px;
}
#button-bar {
  position: relative;
  min-height: 50px;
}
#btn_load_more {
  border: 1px solid #cccfd1;
  background-color: #fff;
  width: 100%;
  font-weight: bold;
  color: #236093;
  padding: 25px 30px;
  font-size: 18px;
}
#btn_load_more:hover {
  border: 1px solid #236093;
}
.search-results .highlight {
  font-weight: bold;
}
.easy-autocomplete-container {
  position: absolute;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #fff;
  border-top: 1px dotted #ccc;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #f0f0f0;
  border-left-color: #ffa400;
  border-right-color: #ffa400;
  cursor: pointer;
}
.easy-autocomplete-container ul li {
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 12px;
  text-align: left;
  color: #5a646c;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
#no-keyword {
  display: none;
}
#no-keyword .call-out-note {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  #search-options-bar {
    display: none;
  }
  #search-return .search-results .list-item {
    padding: 15px 5px;
  }
  .S03-Fortinet-Search .easy-autocomplete {
    width: 100% !important;
  }
  #id-search-box .search-query {
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  #search-options-bar {
    padding: 6px 0 0 0;
    border-bottom: 1px solid #e0e0e0;
  }
  #btn_goto_top:focus-visible {
    outline: #000 solid 2px !important;
  }
}
#site-search > .search-results,
#resource-search > .search-results {
  margin-top: 50px;
}
#search-options-panel {
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-bottom: 0;
  box-shadow: 0 2px 10px #ddd;
}
.search-options-panel-header {
  background: #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 24px 9px 24px;
  font-size: 20px;
}
.search-options-panel-title {
  padding: 20px 24px 9px 24px;
  font-size: 16px;
  font-weight: bold;
}
.search-refinement-col:last-child {
  margin-bottom: 30px;
}
#div-search-fortiguard {
  display: none;
}
#search-modal li {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #236093;
}
#search-options-panel .btn-option {
  text-align: left;
}
#search-options-panel .btn-option {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  color: #236093;
}
#search-options-panel .btn-option:hover {
  color: #2d7bbc;
}
#search-options-panel .btn-option .search-count {
  color: #5a646c;
}
#site-search #search-options-panel li {
  display: block;
  list-style-type: disc;
}
#site-search #search-options-panel li li {
  display: list-item;
}
#resource-search #search-options-panel li {
  display: none;
  list-style-type: none;
}
#search-options-panel-body li ul li,
#search-modal li ul li {
  list-style-type: disc;
  display: list-item;
  margin-left: 25px;
  padding: 3px 0 3px 0;
}
#search-options-panel-body li ul li.active {
  list-style-type: none !important;
  margin-left: 5px;
}
#search-options-panel li input[type="radio"],
#search-modal li input[type="radio"] {
  visibility: hidden;
  margin: 0;
  width: 0;
  line-height: normal;
  box-sizing: border-box;
  padding: 0;
}
#search-options-panel-body {
  width: 100%;
}
#search-options-panel-body li ul {
  padding-left: 10px;
}
#search-options-panel-body ul {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#search-options-panel-body li.active {
  margin-left: -20px;
}
#search-options-panel-body li.active:before {
  content: "\279D";
}
.article-list [id*="sr-return-"] .list-item {
  padding: 25px;
}
#btn_goto_top {
  padding: 0;
  min-height: 50px;
  min-width: 50px;
}
.search-results-count {
  padding: 13px;
}
.search-results .list-item a.search-result-title {
  font-size: 18px;
}
.sr-item .sr-url {
  margin-top: 5px;
}
.search-results-count #keywords {
  font-weight: bold;
}
.sr-title {
  margin-bottom: 10px;
}
.sr-url a {
  word-wrap: break-word;
  font-size: 14px;
}
.debug-info {
  display: block;
}
#button-bar {
  margin-top: -2px;
}
#div_search_info.off,
#search-options-panel.off {
  display: none;
}
#div-search-fortiguard {
  text-align: right;
}
#div-search-fortiguard div {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.easy-autocomplete-container {
  border-bottom: 1px solid #ddd;
  width: calc(100% - 31px);
}
@media (max-width: 1024px) {
  .S03-Fortinet-Search h1 {
    font-size: 30px;
    line-height: 63px;
  }
}
@media (min-width: 700px) and (max-width: 768px) {
  #search-options-panel-body .search-refinement-col {
    width: 50%;
    float: left;
  }
  #search-options-panel-body .search-refinement-col:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .row:last-child {
    margin-bottom: 0;
  }
  #search-options-panel-body {
    display: none;
    background: #fff;
    position: absolute;
  }
  #search-options-panel {
    border: 0;
    box-shadow: none;
    display: inline-block;
    padding-bottom: 0;
    width: 100%;
  }
  .search-options-panel-header {
    background: 0;
    border-bottom: 0;
    padding: 0;
    font-size: 18px;
    color: #236093;
    cursor: pointer;
    font-size: 16px;
  }
  .search-options-panel-header:before {
    content: "\2699";
  }
  .S03-Fortinet-Search .search-results .col-md-12.refine-search,
  .S03-Fortinet-Search .search-results .col-sm-12.refine-search {
    padding-bottom: 15px !important;
    text-align: right;
  }
  .search-options-panel-title {
    text-align: left;
  }
  .S03-Fortinet-Search .valprop {
    margin-bottom: 20px !important;
  }
  .search-results {
    margin-top: 20px;
  }
  #search-modal #search-options-panel-body {
    display: block !important;
    top: 70px;
    left: 10px;
    right: 10px;
    z-index: 2;
    width: auto !important;
  }
  #search-modal #search-options-panel-body {
    transform: translateY(50px);
    animation: come-in 1s ease forwards;
  }
  #search-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9170px;
    z-index: 1042;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  #btn_goto_top {
    top: 80px;
    right: 0;
  }
}
.search-results {
  margin-top: 0;
}
#resource-search {
  margin-top: 0;
}
#resource-search li.no-result,
#resource-search li.btn-option.no-result :hover,
#resource-search li.no-result .search-count {
  color: #236093 !important;
}
#resource-search li.no-result label {
  cursor: default;
  background: #eee;
  border-color: #e0e0e0;
}
#resource-search li.no-result .checkboxFive label:after {
  width: 0;
  height: 0;
  border: 0;
}
#site-search.no-padding-bottom {
  padding-bottom: 0 !important;
}
#site-search .valprop {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sr-title.icon-lock {
  background: url("media/icons/lock-icon.jpg");
  background-repeat: no-repeat;
  background-position-y: 4px;
  padding-left: 15px;
}
.resources-facet {
  margin: 10px 0;
}
.resources-facet .show {
  padding: 10px 25px 0 25px;
  text-align: right;
  font-size: 12px;
  color: #236093;
  cursor: pointer;
}
.resources-facet .show-more:after {
  content: "\25BC";
}
.resources-facet .show-less:after {
  content: "\25B2";
}
.resources-facet .off {
  display: none;
}
.resources-facet .show:hover {
  color: #2d7bbc;
}
.resources-facet ul li {
  display: none;
}
#resource-search .btn {
  cursor: default !important;
}
#resource-search #search-options-panel .btn-option:hover {
  color: #236093;
}
#resource-search #search-options-panel-body li.active:before {
  content: none !important;
}
#resource-search .search-options-panel-title {
  font-size: 14px !important;
  padding-top: 0 !important;
}
#resource-search .filter-wrap,
#resource-search-modal .filter-wrap {
  padding: 20px 50px;
  font-size: 16px;
}
#resource-search .resource-apply,
#resource-search-modal .resource-apply {
  background: #236093;
  border: 0;
  color: #fff;
  padding: 5px 20px;
  width: 100%;
}
#resource-search .resource-apply:hover {
  background: #2d7bbc;
}
#resource-search #search-options-panel .btn-option {
  white-space: normal !important;
  margin-left: 0;
  padding-left: 35px;
  font-size: 15px;
}
#resource-search #search-options-panel .btn-option input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  margin-right: 7px;
}
.checkboxFive {
  position: relative;
}
.checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: -23px;
  background: #fcfcfc;
  border: 1px solid #ddd;
}
.checkboxFive label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 2px solid #236093;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
.checkboxFive label:hover::after {
  opacity: 0.2;
}
.checkboxFive input[type="checkbox"] {
  visibility: hidden;
}
.checkboxFive input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.featured-resources,
#no-keyword {
  display: none;
}
.resource-tag .highlight {
  font-weight: normal !important;
}
@media (min-width: 769px) {
  .r-tags {
    margin-top: 10px;
  }
  .r-tags .resource-tag {
    position: relative;
    background: #f1f1f1;
    display: inline-block;
    font-size: 11px;
    padding: 2px 7px;
    margin-left: 5px;
    margin-right: 10px;
    color: #666;
  }
  .r-tags .resource-tag:after {
    content: "\2022";
    position: absolute;
    left: -3px;
    top: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 10px;
  }
  .r-tags .resource-tag:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 0;
    border-right: 9px solid #f1f1f1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  #resource-search .search-options-panel-header {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  #resource-facets-close-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    float: right;
    top: 10px;
    right: 10px;
    text-align: center;
    color: #236093;
  }
  #resource-facets-close-btn:before {
    content: "\2A2F";
    font-size: 40px;
    line-height: 30px;
    text-align: center;
  }
  #resource-search .search-options-panel-header {
    margin-bottom: 0 !important;
    text-align: right;
  }
  .r-tags {
    display: none;
  }
  #resource-search-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9170px;
    z-index: 1042;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  #resource-search-modal #search-options-panel-body {
    display: block !important;
    top: 70px;
    left: 10px;
    right: 10px;
    z-index: 2;
    width: auto !important;
  }
  #resource-search-modal #search-options-panel-body {
    transform: translateY(50px);
    animation: come-in 1s ease forwards;
  }
  #resource-search-modal ul {
    list-style-type: none;
  }
  #resource-search-modal #search-options-panel-body li.active {
    margin-left: 35px;
    padding-left: 0;
  }
  #resource-search-modal #search-options-panel-body li.active:before {
    content: none;
  }
  #resource-search-modal li input[type="checkbox"] {
    display: none;
  }
  #resource-search-modal .resources-facet ul li {
    text-align: left;
    margin-left: 35px;
    font-size: 14px;
    padding-left: 0;
  }
}
.C983-Ribbon-Promo .banner-padding {
  padding: 24px 56px;
}
.C983-Ribbon-Promo a.full-banner {
  width: 100%;
  height: 150px;
}
.C983-Ribbon-Promo a.medium-banner,
.C983-Ribbon-Promo a.short-banner {
  margin: 55px auto;
}
.C983-Ribbon-Promo a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  text-decoration: none;
}
.C983-Ribbon-Promo .banner-dots {
  margin-right: 6px !important;
  opacity: 0.33;
}
.C983-Ribbon-Promo a.full-banner button {
  margin-right: 56px;
}
.C983-Ribbon-Promo a.full-banner .banner-image {
  margin-left: 56px;
}
.C983-Ribbon-Promo img {
  max-height: 100%;
  max-width: 100%;
  margin-right: 32px;
}
.C983-Ribbon-Promo .banner-text {
  flex-grow: 1;
}
.C983-Ribbon-Promo .banner-title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.C983-Ribbon-Promo .banner-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.C983-Ribbon-Promo button {
  padding: 24px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(12, 52, 54, 0.5);
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
}
.bg--ftnt-red {
  background-color: #da291c;
}
.bg--ftnt-green {
  background-color: #2d855f;
}
.bg--ftnt-teal {
  background-color: #16666a;
}
.bg--ftnt-blue {
  background-color: #245faa;
}
.bg--ftnt-purple {
  background-color: #6c4a9a;
}
.bg--ftnt-silver {
  background-color: #515964;
}
.font-ftnt-white {
  color: #fff;
}
.font-ftnt-black {
  color: #323e48;
}
.C983-Ribbon-Promo .banner-dots {
  padding: 0;
}
.ribbon-container,
.ribbon-content {
  display: flex !important;
  align-items: center;
  width: 100%;
}
.ribbon-content {
  margin: 20px 10px 23px 10px;
}
.ribbon-left-image,
.ribbon-right-image {
  width: 15%;
  align-self: stretch;
  opacity: 0.3;
}
.ribbon-content button {
  margin-left: 20px;
  border-radius: 10px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .C983-Ribbon-Promo a.full-banner,
  .C983-Ribbon-Promo a.medium-banner {
    position: relative;
  }
  .C983-Ribbon-Promo a.medium-banner {
    padding: 24px 56px !important;
  }
  .C983-Ribbon-Promo .banner-dots {
    position: absolute;
  }
  .C983-Ribbon-Promo .banner-dots:last-child {
    right: 0;
  }
  .C983-Ribbon-Promo .banner-dots:first-child {
    left: 0;
  }
  .C983-Ribbon-Promo .banner-dots:nth-child(2),
  .C983-Ribbon-Promo .banner-dots:nth-last-child(2) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .C983-Ribbon-Promo a.short-banner {
    width: 1050px;
  }
}
@media (max-width: 1050px) {
  .C983-Ribbon-Promo .banner-title {
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .ribbon-content {
    flex-direction: column;
  }
  .C983-Ribbon-Promo a.full-banner,
  .C983-Ribbon-Promo a.medium-banner,
  .C983-Ribbon-Promo a.short-banner {
    flex-direction: column;
    padding: 24px 30px !important;
  }
  .C983-Ribbon-Promo img {
    margin-bottom: 24px;
  }
  .C983-Ribbon-Promo .banner-title {
    margin-bottom: 20px;
    line-height: 28px;
  }
  .C983-Ribbon-Promo .banner-desc {
    margin-bottom: 24px;
  }
  .C983-Ribbon-Promo .banner-text {
    margin-right: 0;
    text-align: center;
  }
  .C983-Ribbon-Promo button {
    width: 100%;
  }
  .C983-Ribbon-Promo .banner-dots {
    display: none;
  }
  .C983-Ribbon-Promo a.full-banner button {
    margin-right: 0;
  }
  .C983-Ribbon-Promo a.full-banner {
    height: auto;
  }
}
.row.tabs-content {
  flex-wrap: unset;
  column-gap: 50px;
  align-items: stretch;
}
.tabs-content ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.tabs-content.no-arrow ul {
  margin-top: 0 !important;
}
.tabs-content ul li {
  cursor: pointer;
  padding: 20px 35px 20px 20px;
  border-bottom: 1px solid #c8c8c8;
  border-left: 5px solid transparent;
  margin-bottom: 0;
  position: relative;
}
.tabs-content ul li.icon-tab {
  position: relative;
}
.tabs-content ul li.icon-tab .tab-name .tab-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  margin-left: -45px;
  margin-top: -7px;
}
.tabs-content ul li.icon-tab .tab-name {
  padding-left: 45px;
  color: #646464;
  font-weight: 400;
}
.tabs-content ul li.icon-tab.active .tab-name {
  color: #323e48;
  font-weight: 700;
}
.tabs-content ul li:hover {
  border-left: 5px solid #c8c8c8;
}
.no-arrow .cta-link {
  margin-bottom: 20px;
}
.tabs-content ul li:after {
  content: "";
  font-size: 24px;
  position: absolute;
  right: 10px;
  top: 20px;
  background: url("../../../content/dam/fortinet/images/icons/tab-arrow.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  transition: 0.5s transform;
  background-repeat: no-repeat;
}
.tabs-content.no-arrow ul li:after {
  background: transparent;
}
.tabs-content ul li.active {
  cursor: default;
  border-right: 1px solid #c8c8c8;
  border-left: 5px solid #464646;
  background: #fff;
}
.tabs-content ul li.active .tab-desc {
  padding-top: 15px;
}
.tabs-content.no-arrow ul li.active .tab-desc {
  padding-top: 0;
}
.tabs-content ul li.active:after {
  transform: rotate(90deg);
}
.tabs-content ul li:first-of-type {
  border-top: 1px solid #c8c8c8;
}
.tabs-content ul .tab-name {
  font-weight: 700;
  font-size: 15px;
  color: #323f48;
  line-height: normal;
}
.tabs-content ul .tab-name.largeFontTab {
  font-size: 24px;
  font-weight: 600;
}
.tabs-content ul .tab-name .tab-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.tabs-content ul .active .tab-name {
  color: #000;
  font-weight: 600;
}
.tabs-content ul .tab-desc {
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: all 0.15s ease-in-out;
}
.tabs-content ul .active .tab-desc {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.15s ease-in-out;
}
.tabs-content ul .active .tab-desc p:first-of-type {
  margin-top: 15px;
}
.tabs-content ul .active .tab-desc p:last-of-type {
  margin-bottom: 0;
}
.tab-image {
  display: none;
}
.tab-image.active {
  display: block;
}
.tabs-content.left {
  flex-direction: row-reverse;
}
.image-mobile {
  display: none;
}
.tabs-content > div:first-of-type {
  padding-left: 0;
}
.tabs-content.left > div:nth-child(2) {
  padding-left: 0;
}
.tabs-content.left > div:first-of-type {
  padding-right: 0;
}
.tabs-content .image-content-desktop[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.tabs-content.left .image-content-desktop[class*="col-"] {
  padding-right: 20px;
}
.tab-image img {
  border-radius: 10px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.23);
  width: 695px;
  max-width: 100%;
}
.no-arrow .tab-image img {
  min-width: 100% !important;
}
.disableshadow {
  box-shadow: none !important;
}
.C985-VerticalTab-Image .vt-eyebrow {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #646464;
  letter-spacing: 0.1rem;
}
.C985-VerticalTab-Image h3 {
  margin-top: 20px;
}
.C985-VerticalTab-Image .col-lg-6,
.C985-VerticalTab-Image .col-6 {
  flex: unset;
}
.C985-VerticalTab-Image a.trailing-link,
.C998-VerticalTab-Image-Video a.trailing-link {
  font-size: 15px;
}
.C985-VerticalTab-Image .tab-desc a.trailing-link {
  display: inline-block;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .row.tabs-content {
    flex-wrap: wrap;
  }
  .image-content-desktop {
    display: none !important;
  }
  .image-mobile {
    display: block;
    width: 100%;
  }
  .image-mobile img {
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
  }
  .col-md-12 {
    padding-right: 0;
  }
  .no-arrow .cta-link {
    margin-top: 20px;
  }
  .no-arrow .image-mobile img {
    margin-top: 20px;
  }
  .no-arrow .image-mobile h4 {
    font-size: 1.2rem;
  }
  .no-arrow .active .image-mobile h4 {
    margin-top: 20px;
  }
}
.C974-FAQ {
  margin-bottom: 4rem;
}
.faq-card-body .faq-desc {
  display: none;
}
.faq-card-body.open .faq-desc {
  display: block;
}
.faq-list {
  width: 100%;
}
.faq-container {
  margin: 0 auto;
  padding: 20px 0;
}
.faq-row {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  flex-flow: nowrap;
  overflow-x: hidden;
}
.faq-card {
  margin: 8px 0 0;
  background: #fff;
  flex: 0 0 100%;
  position: relative;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  overflow: hidden;
}
.faq-card-body {
  padding: 0;
}
.answer {
  padding: 0 32px 10px 32px;
}
.answer p {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 15px;
}
.faq-card-body h3:after {
  content: "";
  background: url("../../../content/dam/fortinet/images/icons/tab-arrow.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  font-size: 10px;
  transition: transform 0.5s;
  background-repeat: no-repeat;
}
.faq-card-body.open h3:after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.faq-card-body h3 {
  line-height: 30px;
  padding: 20px 38px 20px 32px;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: #323e48;
  cursor: pointer;
  display: flex;
  align-items: center;
  letter-spacing: 0;
}
.faq-container .subheader {
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .faq-card {
    width: 100%;
  }
}
@media screen and (max-width: 825px) {
  .faq-container {
    width: 100%;
  }
  .faq-card {
    flex: 0 0 100%;
    margin: 4px auto;
  }
  .faq-container .security-subheader {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .faq-container.container {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-container {
    flex-direction: column;
  }
  .faq-list {
    width: 100%;
  }
}
.C868-Header-Fabric-Links-List .nav-icon {
  height: 40px;
  margin-bottom: 15px;
  margin-left: 12px;
}
.C868-Header-Fabric-Links-List .nav-icon img {
  height: 100%;
}
.C868-Header-Fabric-Links-List .nav-description {
  font-weight: 400;
  font-size: 13px;
  color: #8f8f8f;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
}
.C868-Header-Fabric-Links-List ul {
  margin-bottom: 0 !important;
}
#main-nav .nav-left button.nav-more {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
#main-nav .nav-left button.nav-more:after {
  content: "\00BB";
  margin-left: 3px;
}
#main-nav .nav-left button.redHeadline {
  color: #da291c;
}
#main-nav .nav-left button.blueHeadline {
  color: #3080e3;
}
#main-nav .nav-left button.tealHeadline {
  color: #2bccd4;
}
#main-nav .nav-left button.grayHeadline {
  color: #9eb5cb;
}
#main-nav
  .nav-vertical-content.nav-red
  .C868-Header-Fabric-Links-List
  .nav-label.redHeadline {
  border-left: 2px solid #da291c;
}
#main-nav
  .nav-vertical-content.nav-red
  .C868-Header-Fabric-Links-List
  .nav-label.blueHeadline {
  border-left: 2px solid #3080e3;
}
#main-nav
  .nav-vertical-content.nav-red
  .C868-Header-Fabric-Links-List
  .nav-label.tealHeadline {
  border-left: 2px solid #2bccd4;
}
#main-nav
  .nav-vertical-content.nav-red
  .C868-Header-Fabric-Links-List
  .nav-label.grayHeadline {
  border-left: 2px solid #9eb5cb;
}
#main-nav
  .nav-vertical-content.nav-ftntred
  .C868-Header-Fabric-Links-List
  .nav-label.redHeadline {
  border-left: 2px solid #da291c;
}
#main-nav
  .nav-vertical-content.nav-ftntred
  .C868-Header-Fabric-Links-List
  .nav-label.blueHeadline {
  border-left: 2px solid #3080e3;
}
#main-nav
  .nav-vertical-content.nav-ftntred
  .C868-Header-Fabric-Links-List
  .nav-label.tealHeadline {
  border-left: 2px solid #2bccd4;
}
#main-nav
  .nav-vertical-content.nav-ftntred
  .C868-Header-Fabric-Links-List
  .nav-label.grayHeadline {
  border-left: 2px solid #9eb5cb;
}
.nav-label.nav-noicon {
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  button.nav-more {
    display: none !important;
  }
  .nav-label.nav-noicon {
    margin-top: 15px !important;
  }
  .C868-Header-Fabric-Links-List .nav-icon {
    display: none;
  }
  .C868-Header-Fabric-Links-List .nav-description {
    font-size: 14px;
    padding-left: 7px;
  }
  .C868-Header-Fabric-Links-List .nav-description {
    font-size: 14px;
  }
  #main-nav.mobile-nav-open
    .megamenu
    .v-container.dropdown
    .nav-description
    + ul {
    padding-left: 8px;
    margin-bottom: 20px;
  }
}
.customline {
  border-bottom: 1px #c8c8c8;
  margin: 20px 0;
  width: 90%;
}
.customspace {
  margin: 20px 0;
  width: 90%;
  opacity: 0 !important;
}
.promo-item {
  margin-top: 15px;
}
.promo-item a {
  font-weight: 500;
  font-size: 13px;
}
.promo-item a:hover {
  color: #da291c;
}
.promo-item .promotitle {
  font-weight: 500 !important;
  font-size: 13px !important;
  color: #333 !important;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slide img {
  transform: scale(1);
  transition: 0.5s;
}
.slide img:hover {
  transform: scale(1.05);
  transition: 0.5s;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.section-logos {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #fff;
  background: #fff;
  padding: 43px 0;
}
.section-logos .section__head {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.section-logos .section__head h2 {
  font-size: 32px;
  font-weight: 700;
}
.section-logos .section__head h2.text-align--center:after {
  margin: 10px auto 37px;
}
.section-logos .section__head h2:after {
  content: "";
  width: 118px;
  height: 7px;
  background: #da291c;
  display: block;
  text-align: center;
  margin: 10px auto 37px;
}
.section-logos .section__body .slider {
  padding: 0 43px;
  margin-bottom: 44px;
}
a.customer-cta {
  border: 2px solid #333;
  padding: 19px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}
.section-logos .section__foot a.customer-cta:hover {
  background: #da291c;
  color: #fff;
  text-decoration: none;
  border: 2px solid #da291c;
}
@media (max-width: 767px) {
  .section-logos .section__body .slider {
    display: flex;
    flex-wrap: wrap;
  }
}
.section-logos .section__body .slide {
  padding: 0 20px;
}
.section-logos .section__body .slide img {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .section-logos .section__body .slide {
    width: 50%;
    padding: 20px 5px;
  }
}
.section-logos .section__foot {
  text-align: center;
  font-size: 15px;
}
.section-logos .section__foot a {
  color: #000;
}
.C820-Customer-Logo-Slider .section-logos img {
  color: #000;
}
.C820-Customer-Logo-Slider .section-logos .text-align--center {
  text-align: center;
}
.slider.slider--logos .slick-track {
  display: flex;
}
.slider.slider--logos .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.slider.slider--logos .slick-arrow {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slider.slider--logos .slick-next {
  content: "";
  top: 50%;
  right: 0;
}
.slider.slider--logos .slick-prev {
  content: "";
  top: 50%;
  left: 0;
}
.slider.slider--logos .slick-next:before {
  content: "";
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
  background: url("../../../content/dam/fortinet/images/icons/arrow.svg");
  display: block;
}
.slider.slider--logos .slick-prev:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../../../content/dam/fortinet/images/icons/arrow.svg");
  display: block;
}
.slider.slider--news .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .slider.slider--news .slick-list {
    overflow: hidden;
  }
}
.slider.slider--news .slick-prev {
  display: none !important;
}
.slider.slider--news .slick-next {
  display: none !important;
}
.slider.slider-categories {
  margin-bottom: 40px;
}
.slider.slider-categories .slick-list {
  z-index: 10;
}
.slider.slider-categories .slick-slide {
  color: #b3b3b3;
  transition: width 0.3s;
}
.slider.slider-categories .slick-current {
  opacity: 1;
}
.slider.slider-categories .slick-arrow {
  position: absolute;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 60px;
  height: 60px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slider.slider-categories .slick-next {
  content: "";
  top: 50%;
  right: 33%;
  z-index: 99;
}
@media (max-width: 767px) {
  .slider.slider-categories .slick-next {
    right: 0;
  }
}
.slider.slider-categories .slick-next:focus-visible {
  outline: 1px dotted black;
}
.slider.slider-categories .slick-prev {
  content: "";
  top: 50%;
  left: 33%;
  z-index: 99;
}
@media (max-width: 767px) {
  .slider.slider-categories .slick-prev {
    left: 0;
  }
}
.slider.slider-categories .slick-prev:focus-visible {
  outline: 1px dotted black;
}
.slider.slider-categories .slick-next:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("clientlib-extensions/resources/img/arrow-black.svg");
  background-position: center;
  display: block;
  z-index: 99;
}
.slider.slider-categories .slick-prev:before {
  content: "";
  width: 60px;
  height: 60px;
  transform: rotate(180deg);
  background-position: center;
  background: url("clientlib-extensions/resources/img/arrow-black.svg");
  display: block;
  z-index: 99;
}
@media (max-width: 767px) {
  .slider.slider-testimonials .slide {
    padding: 0 24px;
  }
}
.event-speakers-list {
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.event-speakers-list .event-speaker {
  display: flex;
  padding: 0;
  margin: 0 50px 0 0;
}
.event-speakers-list .event-speaker:last-child {
  margin-right: 0;
}
.agenda-speaker-info .speaker-profile {
  display: none;
}
.agenda-thumb img {
  transition: all 0.3s;
}
#speaker-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9170px;
  z-index: 1042;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
#speaker-modal .speaker-modal-body {
  position: fixed;
  width: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
  background: #fff;
  padding: 40px 60px 40px 40px;
  z-index: 1000;
  border-radius: 10px;
  display: flex;
  overflow-x: hidden;
  cursor: default !important;
}
#speaker-modal .agenda-thumb {
  margin-right: 20px;
  width: 20%;
}
#speaker-modal .agenda-speaker-info {
  width: 80%;
}
#speaker-modal .agenda-speaker-info .speaker-profile {
  display: block;
}
#speaker-modal .speaker-name {
  font-size: 20px;
  color: #da291c;
  font-weight: bold;
}
#speaker-modal .speaker-title {
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #speaker-modal .speaker-modal-body {
    width: 90%;
  }
}
@media (max-width: 991px) {
  #speaker-modal .speaker-modal-body {
    padding: 20px;
  }
  #speaker-modal .agenda-thumb {
    width: 10%;
  }
  #speaker-modal .agenda-speaker-info {
    width: 90%;
  }
  #speaker-modal .agenda-speaker-info .speaker-profile {
    font-size: 14px;
    line-height: normal;
  }
}
@media (max-width: 667px) {
  .event-speakers-list .event-speaker {
    margin: 0;
  }
}
.C944-Event-Agenda {
  margin-bottom: 4rem;
}
.event-section-body .event-desc {
  display: none;
}
.event-section-body.open .event-desc {
  display: block;
}
.event-agenda-list {
  width: 100%;
}
.faq-container {
  margin: 0 auto;
  padding: 20px 0;
}
.faq-row {
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  flex-flow: nowrap;
  overflow-x: hidden;
}
.event-section {
  margin: 8px 0 0;
  background: #fff;
  flex: 0 0 100%;
  position: relative;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  overflow: hidden;
}
.event-section-body {
  padding: 0;
}
.event-desc-body {
  padding: 0 32px 10px 32px;
}
.event-desc-body p {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 15px;
}
.event-section-body h3:after {
  content: "";
  position: absolute;
  right: 20px;
  font-size: 10px;
  border-top: 6px solid #171616;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  color: #323e48;
  transform: rotate(-90deg);
  transition: transform 0.5s;
  top: 28px;
}
.event-section-body.open h3:after {
  transform: rotate(0);
  transition: transform 0.5s;
}
.event-section-body h3 {
  line-height: 30px;
  padding: 20px 38px 20px 32px;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #323e48;
  cursor: pointer;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  flex-direction: column;
}
.event-section-body h3 .section-title-time {
  width: 100%;
  display: flex;
}
.section-title-time .section-title {
  width: 80%;
}
.section-title-time .section-time {
  width: 20%;
  text-align: right;
  font-weight: normal;
  padding-right: 10px;
}
.event-section-body h3 .section-desc {
  width: 100%;
  font-weight: normal;
}
.C944-Event-Agenda .event-speakers-list {
  margin-top: 30px;
  margin-bottom: 25px;
}
.C944-Event-Agenda .event-speaker {
  cursor: pointer;
  margin-bottom: 20px;
}
.C944-Event-Agenda .event-speaker .agenda-thumb {
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.C944-Event-Agenda .agenda-speaker-info {
  font-size: 14px;
  max-width: 200px;
  line-height: normal;
}
.C944-Event-Agenda .speaker-name {
  font-weight: bold;
  color: #da291c;
  margin-bottom: 5px;
}
.C944-Event-Agenda .wrap {
  padding: 0;
}
.C944-Event-Agenda .event-speaker:hover .speaker-name {
  color: #000;
  text-decoration: underline;
}
.C944-Event-Agenda .event-speaker:hover .agenda-thumb img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .C944-Event-Agenda .wrap,
  .C944-Event-Agenda .wrap--default {
    padding: 0 !important;
  }
  .section-title-time .section-title {
    width: 70%;
  }
  .section-title-time .section-time {
    width: 30%;
  }
  .event-section-body h3 .section-desc {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1240px) {
  .event-section {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .event-agenda-list {
    width: 100%;
  }
}
.C107-Speakers-List .event-speaker .agenda-thumb {
  border-radius: 50%;
  margin-right: 10px;
}
.C107-Speakers-List .agenda-thumb img {
  max-width: 226px;
}
.C107-Speakers-List .event-speakers-list {
  justify-content: center;
}
.C107-Speakers-List .event-speaker {
  flex-direction: column;
  width: 310px;
  cursor: pointer;
  margin-bottom: 60px;
}
.C107-Speakers-List .agenda-speaker-info {
  margin-top: 10px;
}
.C107-Speakers-List .speaker-name {
  font-size: 21px;
  font-weight: bold;
  color: #da291c;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.C107-Speakers-List .event-speaker:hover .speaker-name {
  color: #fff;
  text-decoration: underline;
}
.C107-Speakers-List .event-speaker:hover .agenda-thumb img {
  transform: scale(1.02);
}
.C107-Speakers-List .speaker-title {
  color: #fff;
}
.security-report-banner {
  position: relative;
  background: linear-gradient(111.93deg, #1c1c1c 20%, #0a0a0a 100%);
  color: white;
  padding: 0;
}
.curve {
  position: absolute;
  z-index: 0;
}
.curve-1 {
  bottom: 0;
  left: 0;
  width: 52%;
  height: 80%;
  border-top-right-radius: 68px;
}
.curve-2 {
  top: 0;
  left: 0;
  width: 796px;
  height: 84%;
  border-bottom-left-radius: 45px;
  opacity: 0;
  transform: translateX(-1000px);
}
.curve-3 {
  top: 0;
  right: 0;
  width: 48%;
  height: 315px;
  border-bottom-left-radius: 45px;
  opacity: 0;
  transform: translateX(1000px);
}
.curve-bg1-blue {
  background: linear-gradient(
    to bottom,
    rgba(48, 127, 226, 0.45) 0,
    rgba(48, 127, 226, 0) 81.64%
  );
}
.curve-bg1-purple {
  background: linear-gradient(
    to bottom,
    rgba(144, 99, 205, 0.45) 0,
    rgba(144, 99, 205, 0) 81.64%
  );
}
.curve-bg1-grey {
  background: linear-gradient(
    to bottom,
    rgba(162, 178, 200, 0.45) 0,
    rgba(162, 178, 200, 0) 81.64%
  );
}
.curve-bg1-green {
  background: linear-gradient(
    to bottom,
    rgba(60, 177, 126, 0.45) 0,
    rgba(60, 177, 126, 0) 81.64%
  );
}
.curve-bg1-red {
  background: linear-gradient(
    to bottom,
    rgba(218, 41, 28, 0.45) 0,
    rgba(218, 41, 28, 0) 81.64%
  );
}
.curve-bg2-blue {
  background: linear-gradient(
    90deg,
    rgba(48, 127, 226, 0.35) 0.2%,
    rgba(48, 127, 226, 0.1) 93.56%
  );
}
.curve-bg2-purple {
  background: linear-gradient(
    90deg,
    rgba(144, 99, 205, 0.35) 0.2%,
    rgba(144, 99, 205, 0.1) 93.56%
  );
}
.curve-bg2-grey {
  background: linear-gradient(
    90deg,
    rgba(162, 178, 200, 0.35) 0.2%,
    rgba(162, 178, 200, 0) 93.56%
  );
}
.curve-bg2-green {
  background: linear-gradient(
    90deg,
    rgba(60, 177, 126, 0.35) 0.2%,
    rgba(60, 177, 126, 0.1) 93.56%
  );
}
.curve-bg2-red {
  background: linear-gradient(
    to bottom,
    rgba(218, 41, 28, 0.45) 0,
    rgba(218, 41, 28, 0.1) 81.64%
  );
}
.curve-bg3-blue {
  background: linear-gradient(
    270deg,
    rgba(48, 127, 226, 0.2),
    rgba(48, 127, 226, 0.4)
  );
}
.curve-bg3-purple {
  background: linear-gradient(
    270deg,
    rgba(144, 99, 205, 0.2),
    rgba(144, 99, 205, 0.4)
  );
}
.curve-bg3-grey {
  background: linear-gradient(
    270deg,
    rgba(162, 178, 200, 0.2),
    rgba(162, 178, 200, 0.4)
  );
}
.curve-bg3-green {
  background: linear-gradient(
    270deg,
    rgba(60, 177, 126, 0.2),
    rgba(60, 177, 126, 0.4)
  );
}
.curve-bg3-red {
  background: linear-gradient(
    to bottom,
    rgba(218, 41, 28, 0.45) 0,
    rgba(218, 41, 28, 0) 81.64%
  );
}
.security-report-banner::before,
.security-report-banner::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  background: url("../../../content/dam/fortinet/images/general/ribbon-dots.png")
    no-repeat center;
  background-size: contain;
  opacity: 0;
  transform: translateY(200px);
  z-index: 5;
  pointer-events: none;
}
.security-report-banner::before {
  top: 0;
  left: 4%;
}
.security-report-banner::after {
  bottom: 20%;
  right: 0;
}
.banner-container {
  padding: 60px 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 80px;
  position: relative;
  margin: 0 auto;
  max-width: 1240px;
}
.C987-Dynamicreference .banner-content {
  max-width: 820px;
  padding-right: 40px;
  opacity: 0;
  padding-top: 30px;
  transform: translateX(-1000px);
  z-index: 20;
  pointer-events: none;
}
.C987-Dynamicreference .banner-content h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
  line-height: 1.3;
  color: white;
}
.banner-subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
.banner-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #fff;
  padding-bottom: 15px;
}
.cta-ribbon-button {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  z-index: 20;
  pointer-events: auto;
}
.cta-ribbon-button:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  z-index: 20;
}
.banner-device {
  width: 420px;
  max-width: 100%;
  opacity: 0;
  transform: translateY(600px);
}
.report-tablet {
  width: 550px;
  height: auto;
}
.banner-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
}
@keyframes slideLeftToRight {
  from {
    transform: translateX(-1000px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRightToLeft {
  from {
    transform: translateX(1000px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(150px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.security-report-banner.animate .banner-content {
  animation: slideLeftToRight 1.2s ease-out forwards;
  animation-delay: 0.2s;
}
.security-report-banner.animate .curve-2 {
  animation: slideLeftToRight 1.2s ease-out forwards;
  animation-delay: 0.2s;
}
.security-report-banner.animate .curve-3 {
  animation: slideRightToLeft 1.2s ease-out forwards;
  animation-delay: 0.3s;
}
.security-report-banner.animate .banner-device {
  animation: slideUp 1.2s ease-out forwards;
  animation-delay: 0.4s;
}
.security-report-banner.animate::before {
  animation: slideUp 1.2s ease-out forwards;
  animation-delay: 0.5s;
}
.security-report-banner.animate::after {
  animation: slideUp 1.2s ease-out forwards;
  animation-delay: 0.6s;
}
@media (min-width: 1540px) {
  .banner-container {
    max-width: 1500px;
  }
}
@media (max-width: 1539px) {
  .C987-Dynamicreference .banner-content {
    max-width: 600px;
  }
  .banner-content h2 {
    font-size: 24px;
  }
  .banner-subtitle {
    font-size: 20px;
  }
  .banner-description {
    font-size: 15px;
  }
}
@media (max-width: 1025px) {
  .curve-1,
  .curve-2,
  .security-report-banner::before {
    display: none;
  }
  .curve-3 {
    top: 50%;
    width: 90%;
    height: 75%;
    transform: translateY(-30%) !important;
    height: 300px;
  }
  .banner-container {
    flex-direction: column;
    text-align: left;
    gap: 40px;
    padding: 40px 20px;
  }
  .banner-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .banner-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .banner-description {
    font-size: 15px;
    line-height: 23px;
  }
  .cta-ribbon-button {
    font-size: 14px;
  }
  .banner-device {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .report-tablet {
    max-width: 320px;
  }
  .security-report-banner::before {
    z-index: 0;
  }
}
@media (min-width: 1540px) {
  /*.container,
  .main-nav,
  .demos-container {
    width: 1500px !important;
    max-width: 1500px !important;
  }*/
  .wrap,
  .wrap--narrow,
  .centered-container,
  .valprop--home-ctas .row {
    max-width: 1500px;
  }
  .be-ix-link-block .be-related-link-container {
    max-width: 1500px !important;
  }
  .ftnt-cyberglossary-template .C814-Event-News-Slider .container {
    width: 100% !important;
  }
  .page
    .be-ix-link-block
    .be-related-link-container
    .be-list
    .be-list-item
    .be-related-link {
    font-weight: 300;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
  }
  .page
    .be-ix-link-block
    .be-related-link-container
    .be-list
    .be-list-item
    .be-related-link:hover {
    text-decoration: underline;
    color: #000 !important;
    opacity: 1 !important;
  }
  .be-ix-link-block .be-related-link-container .be-label {
    flex-basis: auto !important;
  }
  .page .be-ix-link-block .be-related-link-container .be-label {
    font-size: 13px !important;
  }
  .section--grid .view-all {
    padding-right: 30px;
  }
  .featured-usecases > .row > [class*="col-"].cta--item {
    width: 460px !important;
  }
  .ftnt-progress {
    width: 60% !important;
    left: 20% !important;
    bottom: 6.5% !important;
  }
  .ftnt-arrow-experiences,
  .ftnt-arrow-news,
  .ftnt-arrow-events {
    margin: 0 15% !important;
  }
  .C51-Eloqua-Form .checkbox-label {
    font-weight: 400;
  }
  section.products-list .product-info-panel .product-info-inner {
    max-width: 100% !important;
  }
  .C44-Customer-List .cust-box .image--wrap img {
    width: unset !important;
  }
  .C44-Customer-List
    .section--tiles
    .col-4
    .resource.tall.image--bottom
    .image--wrap {
    text-align: center !important;
  }
  .events--block img {
    height: 225px;
  }
  .C965-Product-Gartner-Review .gartner-reviews-card {
    margin: 25px 38px 25px 2px;
  }
  .C963-Security-Services .security-service-card,
  .C968-Resources-Tiles .resources-card,
  .C975-Blogs-Resources .resources-card {
    flex: 0 0 480px;
  }
  .section--resource-video .image-wrap img {
    width: 100%;
  }
  .C968-Resources-Tiles .ftnt-progress,
  .C965-Product-Gartner-Review .ftnt-progress {
    width: 100%;
  }
}
