/* Theme Name: Wordfence */
/* Reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a,
a img {
  outline: 0;
  border: 0;
  -webkit-tap-highlight-color: none;
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}

/* Clearfix */
.clear,
.row {
  *zoom: 1;
}

.clear:before,
.clear:after,
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.clear:after,
.row:after {
  clear: both;
}

/* General */
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

body {
  background-color: #ffffff;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  font-size: 14px;
  overflow-y: scroll;
  /*&.logged-in {
		padding-bottom: 0 !important;
	}*/
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: content-box;
}

@media screen and (min-width: 992px) {
  .container {
    padding: 30px 25px;
  }
  .container.tall {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.br {
  display: inline;
}

@media screen and (min-width: 992px) {
  .br {
    display: block;
  }
}

/* Colors */
.bg-blue {
  background-color: #00709e;
}

.bg-lt-blue {
  background-color: #008cc1;
}

.bg-red {
  background-color: #9e0000;
}

.bg-green {
  background-color: #11967a;
}

.bg-yellow {
  background-color: #Fcb214;
}

.bg-lt-gray {
  background-color: #9f9fa0;
}

.bg-black {
  background-color: #2d2d2d;
}

.bg-gray {
  background-color: #363636;
}

.bg-white {
  background-color: #ffffff;
}

.bg-dk-white {
  background-color: #eeeeee;
}

.bg-silver {
  background-color: #dddddd;
}

.txt-blue {
  color: #00709e;
}

.txt-red {
  color: #9e0000;
}

.txt-green {
  color: #11967a;
}

.txt-yellow {
  color: #Fcb214;
}

.txt-lt-gray {
  color: #9f9fa0;
}

.txt-black {
  color: #2d2d2d;
}

.txt-white {
  color: #ffffff;
}

.txt-nowrap {
  white-space: nowrap;
}

/* Alignment and Floats */
.aln-left {
  text-align: left;
}

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

.aln-center {
  text-align: center;
}

.aln-center-mobile {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .aln-center-mobile {
    text-align: inherit;
  }
}

.flt-left {
  float: left;
}

.flt-right {
  float: right;
}

.flt-none {
  float: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RockwellMT", Georgia, serif;
  font-weight: normal;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 480px) {
  h1.narrow,
  h2.narrow,
  h3.narrow,
  h4.narrow,
  h5.narrow,
  h6.narrow {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  h1.narrow,
  h2.narrow,
  h3.narrow,
  h4.narrow,
  h5.narrow,
  h6.narrow {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  h1.narrow,
  h2.narrow,
  h3.narrow,
  h4.narrow,
  h5.narrow,
  h6.narrow {
    max-width: 72.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

h1,
h2 {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  h1,
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

h1.medium,
h2.medium {
  font-size: 24px;
  line-height: 30px;
}

@media screen and (min-width: 992px) {
  h1.medium,
  h2.medium {
    font-size: 31px;
    line-height: 37px;
  }
}

h1.large,
h2.large {
  font-size: 30px;
  line-height: 36px;
}

@media screen and (min-width: 992px) {
  h1.large,
  h2.large {
    font-size: 36px;
    line-height: 42px;
  }
}

h3 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (min-width: 992px) {
  h3 {
    /*font-size: 21px;
		line-height: 27px;*/
    font-size: 18px;
    line-height: 24px;
  }
}

h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (min-width: 992px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

p,
ul,
ol {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  p,
  ul,
  ol {
    font-size: 14px;
    line-height: 22px;
  }
}

p.small,
ul.small,
ol.small {
  font-size: 10px;
  line-height: 16px;
}

@media screen and (min-width: 480px) {
  p.small,
  ul.small,
  ol.small {
    font-size: 12px;
    line-height: 18px;
  }
}

p.large,
ul.large,
ol.large {
  font-size: 16px;
  line-height: 22px;
}

@media screen and (min-width: 480px) {
  p.large,
  ul.large,
  ol.large {
    font-size: 18px;
    line-height: 24px;
  }
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

p a,
ul a,
ol a {
  color: #00709e;
  border-bottom: solid 1px #dddddd;
}

p a:hover,
ul a:hover,
ol a:hover {
  color: #3f596b;
  border-bottom: 0;
}

@media screen and (min-width: 480px) {
  p.narrow {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  p.narrow {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  p.narrow {
    max-width: 72.5%;
    margin-left: auto;
    margin-right: auto;
  }
}

.btn {
  display: block;
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  min-width: 100px;
  padding: 0 30px;
  height: 44px;
  line-height: 44px;
  border: 0;
  vertical-align: middle;
  text-decoration: none !important;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  border-radius: 3px !important;
  text-align: center;
  width: 100%;
  background-color: #00709e;
  color: #ffffff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
  border-bottom: solid 2px rgba(0, 0, 0, 0.25);
}

.btn.btn-white, .btn.btn-no-shadow {
  text-shadow: none !important;
  border-bottom-width: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
}

.btn.btn-no-shadow {
  height: 40px;
  line-height: 40px;
}

.btn:hover {
  background-image: url(img/bg-btn-hover.png);
}

.backgroundsize .btn:hover {
  background-size: 1px 1px;
}

.btn:active {
  border-bottom-width: 0px;
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
  background-image: none;
}

.btn.btn-small {
  height: 34px;
  line-height: 34px;
}

.btn.btn-large {
  padding: 30px;
}

.btn.btn-util {
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  color: #363636 !important;
  padding: 0 9px;
  min-width: 0;
  border: solid 1px #dfdfdf;
  background: transparent url(img/bg-btn-util.png) center center repeat-x;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  border-radius: 3px !important;
  text-shadow: none !important;
  border-bottom: solid 1px #dfdfdf !important;
  box-shadow: none !important;
}

.backgroundsize .btn.btn-util {
  background-image: url(img/bg-btn-util-2x.png);
  background-size: 1px 24px;
}

.btn.btn-util:hover {
  border-bottom: 0;
  line-height: 24px;
  text-shadow: none;
}

@media screen and (min-width: 480px) {
  .btn {
    display: inline-block;
    width: auto;
  }
}

.btn-blue {
  background-color: #00709e;
}

.btn-red {
  background-color: #9e0000;
}

.btn-green {
  background-color: #11967a;
}

.btn-yellow {
  background-color: #Fcb214;
}

.btn-black {
  background-color: #2d2d2d;
}

.btn-lt-gray {
  background-color: #9f9fa0;
}

.btn-white {
  background-color: #ffffff;
  color: #2d2d2d !important;
  text-shadow: none;
}

.btn-txt-black {
  color: #2d2d2d !important;
}

.btns .btn {
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .btns .btn {
    margin-top: 0;
    margin: 0 10px;
  }
}

blockquote {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  font-style: italic;
}

@media screen and (min-width: 992px) {
  blockquote {
    /*font-size: 21px;
		line-height: 27px;*/
    font-size: 18px;
    line-height: 24px;
  }
}

.add-top {
  margin-top: 20px !important;
}

.add-top-small {
  margin-top: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.add-bottom-small {
  margin-bottom: 10px !important;
}

.add-padding-top {
  padding-top: 20px !important;
}

.add-padding-top-small {
  padding-top: 10px !important;
}

.add-padding-bottom {
  padding-bottom: 20px !important;
}

.add-padding-bottom-small {
  padding-bottom: 10px !important;
}

.height-auto {
  height: auto !important;
}

.wf-flex-horizontal {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

.wf-flex-vertical {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.wf-flex-vertical.wf-flex-align-left {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.wf-flex-vertical.wf-flex-align-right {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* Mobile/Desktop Utility */
@media screen and (min-width: 1000px) {
  .mobile-nav {
    display: none;
  }
}

.desktop-nav {
  display: none;
}

@media screen and (min-width: 1000px) {
  .desktop-nav {
    display: block;
  }
}

.overflow-wrap {
  width: 100%;
  overflow-y: auto;
}

/* Maintenance Banner */
#maintenance-banner {
  background-color: #3f596b;
  font-weight: bold;
}

#maintenance-banner .container {
  padding: 20px 10px;
}

#maintenance-banner .container a.btn {
  background-color: #00709E;
}

/* Banner */
#banner {
  background-color: #525355;
}

#banner .container {
  padding: 10px;
  text-transform: uppercase;
}

#banner .container a {
  color: #ffd10A;
  text-decoration: underline;
}

/* Header */
header {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: relative;
  z-index: 998;
}

header .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 992px) {
  header .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

header .logo {
  float: left;
}

header .logo img {
  height: 26px;
  margin-top: 2px;
  width: auto;
}

@media screen and (min-width: 992px) {
  header .logo img {
    margin-top: 0;
    height: 34px;
  }
}

@media screen and (min-width: 1000px) {
  header .logo img {
    margin-top: 10px;
  }
}

header .mobile-nav-toggle {
  float: right;
  height: 32px;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 1000px) {
  header .mobile-nav-toggle {
    display: none;
  }
}

header .mobile-nav-toggle a {
  display: block;
  height: 32px;
  width: 40px;
  padding: 5px 0;
}

@media screen and (min-width: 992px) {
  header .mobile-nav-toggle a {
    padding: 9px 0;
  }
}

header .mobile-nav-toggle a span {
  display: block;
  width: 40px;
  height: 4px;
  margin-top: 5px;
  background-color: #00709e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

header .mobile-nav-toggle a span:first-child {
  margin-top: 0;
}

header nav {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  z-index: 4;
  background-color: #ffffff;
  height: 100%;
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  header nav {
    padding-top: 70px;
  }
}

@media screen and (min-width: 1000px) {
  header nav {
    padding-top: 0;
    float: right;
    position: static;
    width: auto;
    height: auto;
  }
}

header nav ul {
  list-style: none;
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

header nav ul li {
  display: block;
  padding: 10px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  header nav ul li {
    padding: 0;
    text-align: left;
    float: left;
    height: 34px;
    margin: 10px 0 10px 15px;
    line-height: 34px;
  }
}

header nav ul li:first-child {
  margin-left: 0;
}

header nav ul li a {
  color: #2d2d2d;
  border-bottom: 0;
}

header nav ul li a:hover {
  color: #2d2d2d;
}

header nav ul li[class*=bg-] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin: 15px 15px 0 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
  border-bottom: solid 2px rgba(0, 0, 0, 0.25);
}

header nav ul li[class*=bg-]:hover {
  background-image: url(img/bg-btn-hover.png);
}

.backgroundsize header nav ul li[class*=bg-]:hover {
  background-size: 1px 1px;
}

header nav ul li[class*=bg-]:active {
  border-bottom-width: 0px;
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
  background-image: none;
}

@media screen and (min-width: 1000px) {
  header nav ul li[class*=bg-] {
    margin: 10px 0 10px 20px;
  }
}

header nav ul li[class*=bg-] a,
header nav ul li[class*=bg-] input[type=submit] {
  padding: 0 15px;
  color: #ffffff;
  display: block;
  border-bottom: 0;
}

@media screen and (min-width: 1000px) {
  header nav ul li.btn-dashboard {
    width: 34px;
    height: 34px;
    position: relative;
  }
  header nav ul li.btn-dashboard a {
    width: 34px;
    height: 34px;
    font-family: "SSStandard";
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 0;
    line-height: 38px;
  }
  header nav ul li.btn-dashboard > div {
    padding-top: 15px;
    position: absolute;
    right: 0;
    top: 34px;
    width: 164px;
    background: transparent url(img/bg-dashboard-menu-arrow.png) right 5px no-repeat;
    display: none;
  }
  header nav ul li.btn-dashboard > div ul {
    background-color: #2d2d2d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
  }
  header nav ul li.btn-dashboard > div ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    height: auto;
    border-top: solid 1px #333333;
  }
  header nav ul li.btn-dashboard > div ul li:first-child {
    border-top: 0;
  }
  header nav ul li.btn-dashboard > div ul li a {
    font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
    font-weight: normal;
    display: block;
    padding: 9px 15px;
    font-size: 12px;
    text-transform: none;
    line-height: normal;
    width: auto;
    height: auto;
    margin: 0;
    text-align: left;
    color: #9f9fa0;
    border-bottom: 0;
  }
  header nav ul li.btn-dashboard > div ul li a:hover {
    background-color: #333333;
    color: #ffffff;
  }
  header nav ul li.btn-dashboard:hover {
    background-color: #2d2d2d;
  }
  header nav ul li.btn-dashboard:hover > div {
    display: block;
  }
}

.mobile-nav-bg {
  background-color: rgba(0, 140, 193, 0.9);
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

/* Super Footer */
#super-footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

#super-footer span {
  display: block;
  margin-bottom: 10px;
  font-family: "RockwellMT", Georgia, serif;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  #super-footer span {
    display: inline;
    padding-right: 21px;
    position: relative;
    bottom: -2px;
  }
}

@media screen and (min-width: 1200px) {
  #super-footer span {
    font-size: 24px;
    line-height: 0;
    bottom: -3px;
  }
}

/* Footer */
footer {
  text-transform: uppercase;
  color: #9f9fa0;
}

footer .footer-inner {
  padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
  footer .footer-inner {
    position: relative;
    padding-bottom: 0;
  }
}

footer .footer-inner .top {
  display: block;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background-color: #9f9fa0;
  color: #2d2d2d;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  font-family: "SSStandard";
  margin: 15px auto 0 auto;
}

@media screen and (min-width: 992px) {
  footer .footer-inner .top {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px;
  }
}

footer .footer-inner .top:hover {
  background-color: #ffffff;
}

footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
  footer .container {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 38px;
  }
}

footer p,
footer ul {
  font-size: 11px;
}

@media screen and (min-width: 480px) {
  footer p,
  footer ul {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  footer p,
  footer ul {
    display: inline-block;
    margin-bottom: 0;
  }
  footer p.copyright,
  footer ul.copyright {
    margin-right: 10px;
  }
}

footer p span,
footer ul span {
  display: block;
}

@media screen and (min-width: 480px) {
  footer p span,
  footer ul span {
    display: inline;
  }
}

footer #defiant-logo-footer {
  height: 20px;
}

footer .social {
  font-family: "SSSocial";
  margin-bottom: 20px;
  font-size: 24px;
}

@media screen and (min-width: 992px) {
  footer .social {
    display: inline-block;
    margin-bottom: 0;
  }
}

footer .social a {
  margin: 0 10px;
  position: relative;
  bottom: -4px;
  color: #9f9fa0;
  border-bottom: 0;
}

footer .social a:hover {
  color: #ffffff;
}

footer .footer-left {
  padding-right: 10px;
}

@media screen and (min-width: 992px) {
  footer .footer-left {
    padding-right: 30px;
  }
}

footer .footer-center {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 10px;
}

@media screen and (min-width: 992px) {
  footer .footer-center {
    padding: 0 30px;
  }
}

footer .footer-right {
  padding-left: 10px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  footer .footer-right {
    padding-left: 30px;
  }
}

footer .footer-center > ul > li > ul, footer .footer-right > ul > li > ul {
  margin-top: 10px;
}

footer .footer-center > ul > li > ul > li, footer .footer-right > ul > li > ul > li {
  display: inline-block;
}

footer .footer-center > ul > li > ul .menu-item, footer .footer-right > ul > li > ul .menu-item {
  margin-left: 20px;
}

footer .footer-center ul > li > ul .menu-item:first-of-type {
  margin-left: 0px;
}

footer ul {
  list-style: none;
}

footer ul li a {
  color: #9f9fa0;
  border-bottom: 0;
  font-weight: 600;
}

footer ul li a:hover {
  color: #ffffff;
}

/* Signed in Marquee */
#marquee-user {
  background: #008ac3 url(img/bg-marquee-user.png) bottom center no-repeat;
  text-align: center;
  color: #ffffff;
}

.backgroundsize #marquee-user {
  background-image: url(img/bg-marquee-user-2x.png);
  background-size: 808px 360px;
}

#marquee-user .btn {
  color: #00709e !important;
}

/* Home Marquee */
#home-marquee h1 {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

#home-marquee h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 5px;
}

@media screen and (min-width: 480px) {
  #home-marquee .marquee-buttons .container {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  #home-marquee .marquee-buttons .container h2 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  #home-marquee #home-marquee-filler {
    background: url(img/marquee-home-bg.gif?v=1) repeat-x;
    background-size: auto 263px;
    -webkit-background-size: auto 263px;
    -moz-background-size: auto 263px;
    -o-background-size: auto 263px;
    background-position: center 142px;
  }
}

@media screen and (min-width: 992px) {
  #home-marquee #home-marquee-filler {
    background-size: auto 336px;
    -webkit-background-size: auto 336px;
    -moz-background-size: auto 336px;
    -o-background-size: auto 336px;
    background-position: center 183px;
  }
}

@media screen and (min-width: 1200px) {
  #home-marquee #home-marquee-filler {
    background-size: auto 358px;
    -webkit-background-size: auto 358px;
    -moz-background-size: auto 358px;
    -o-background-size: auto 358px;
    background-position: center 185px;
  }
}

#home-marquee .marquee {
  display: none;
  background: url(img/marquee-home.gif) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #home-marquee .marquee {
    background: url(img/marquee-home@2x.gif) no-repeat;
  }
}

@media screen and (min-width: 768px) {
  #home-marquee .marquee {
    display: block;
    background-size: auto 400px;
    -webkit-background-size: auto 400px;
    -moz-background-size: auto 400px;
    -o-background-size: auto 400px;
    background-position: center -165px;
  }
}

@media screen and (min-width: 992px) {
  #home-marquee .marquee {
    background-size: auto 512px;
    -webkit-background-size: auto 512px;
    -moz-background-size: auto 512px;
    -o-background-size: auto 512px;
    background-position: center -210px;
  }
}

@media screen and (min-width: 1200px) {
  #home-marquee .marquee {
    background-size: auto 541px;
    -webkit-background-size: auto 541px;
    -moz-background-size: auto 541px;
    -o-background-size: auto 541px;
    background-position: center -230px;
  }
}

#home-marquee .marquee > .container {
  padding: 20px 20px;
  position: relative;
}

@media (min-width: 992px) {
  #home-marquee .marquee > .container {
    padding: 40px 20px;
  }
}

@media (min-width: 1200px) {
  #home-marquee .marquee > .container {
    /* keep md size */
  }
}

#home-marquee .marquee > .container #tdf-center {
  position: absolute;
  margin-left: -125px;
  width: 250px;
  top: 0px;
  left: 50%;
}

@media screen and (min-width: 992px) {
  #home-marquee .marquee > .container #tdf-center {
    margin-left: -150px;
    width: 300px;
    top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  #home-marquee .marquee > .container #tdf-center {
    /* keep laptop size */
  }
}

#home-marquee .marquee > .container #tdf-center h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}

#home-marquee .marquee > .container #tdf-center .small {
  font-size: 11px;
}

#home-marquee .marquee > .container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#home-marquee .marquee > .container > ul > li {
  float: left;
  width: 33.33333%;
  text-align: center;
}

#home-marquee .marquee > .container > ul > li.lab, #home-marquee .marquee > .container > ul > li.feed, #home-marquee .marquee > .container > ul > li.plugin {
  color: #ffffff;
  padding-top: 180px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px) {
  #home-marquee .marquee > .container > ul > li.lab, #home-marquee .marquee > .container > ul > li.feed, #home-marquee .marquee > .container > ul > li.plugin {
    /* keep xs size */
  }
}

@media (min-width: 992px) {
  #home-marquee .marquee > .container > ul > li.lab, #home-marquee .marquee > .container > ul > li.feed, #home-marquee .marquee > .container > ul > li.plugin {
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  #home-marquee .marquee > .container > ul > li.lab, #home-marquee .marquee > .container > ul > li.feed, #home-marquee .marquee > .container > ul > li.plugin {
    /* keep md size */
  }
}

#home-marquee .marquee > .container > ul > li h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 5px;
}

/* Signup Marquee */
#signup-marquee {
  background: url(img/marquee-signup-bg.png) top center repeat-x;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
}

#signup-marquee > div {
  background: url(img/marquee-signup.png) top center no-repeat;
  background-size: auto 75%;
  -webkit-background-size: auto 75%;
  -moz-background-size: auto 75%;
  -o-background-size: auto 75%;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #signup-marquee > div {
    background: url(img/marquee-signup@2x.png) top center no-repeat;
    background-size: auto 250px;
    -webkit-background-size: auto 250px;
    -moz-background-size: auto 250px;
    -o-background-size: auto 250px;
  }
}

@media screen and (min-width: 480px) {
  #signup-marquee > div {
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    margin-bottom: 75px;
  }
}

#signup-marquee > div .container {
  padding-top: 100px;
}

@media screen and (min-width: 480px) {
  #signup-marquee > div .container {
    padding-top: 140px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 480px) {
  #signup-marquee > div .btns {
    margin-top: 60px;
  }
}

/* Hero */
#hero h1 {
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  #hero h1 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  #hero h1 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1200px) {
  #hero h1 {
    margin-bottom: 100px;
  }
}

/* Map */
#map {
  background-color: #dddddd;
}

#map img {
  margin: 20px auto;
}

@media screen and (min-width: 480px) {
  #map img {
    margin: 30px auto;
  }
}

@media screen and (min-width: 992px) {
  #map img {
    margin: 50px auto;
  }
}

#map .map-legend ul {
  list-style: none;
  margin: 30px 0;
  text-align: center;
}

#map .map-legend ul li {
  display: inline;
  margin: 0 15px;
  font-size: 12px;
}

#map .map-legend ul li span {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  margin-right: 10px;
}

/* Watch Video */
#video {
  text-transform: uppercase;
}

#video > a {
  display: block;
}

#video .container {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 44px;
}

#video .container p {
  margin-bottom: 0;
  line-height: 42px;
  font-size: 20px;
}

#video .container .ico {
  font-family: "SSStandard";
  font-size: 24px;
  position: relative;
  bottom: -5px;
  display: inline-block;
  margin-left: 9px;
}

/* Downloads */
#downloads {
  text-transform: uppercase;
}

#downloads span {
  display: block;
  font-size: 42px;
  line-height: normal;
}

@media screen and (min-width: 480px) {
  #downloads span {
    font-size: 46px;
  }
}

@media screen and (min-width: 992px) {
  #downloads span {
    font-size: 50px;
  }
}

[class*=show-compare-by-] {
  margin-top: 25px;
}

@media screen and (min-width: 992px) {
  [class*=show-compare-by-] {
    margin-top: 50px;
  }
}

[class*=show-compare-by-] span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  [class*=show-compare-by-] span {
    display: inline;
    padding-right: 20px;
  }
}

#compare-by-plan {
  display: none;
}

#compare-by-plan table {
  width: 100% !important;
  border-collapse: collapse;
  text-align: center;
}

#compare-by-plan table th,
#compare-by-plan table td {
  padding: 10px 15px;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  #compare-by-plan table th,
  #compare-by-plan table td {
    width: 33.3333333333%;
  }
}

#compare-by-plan table thead th {
  padding: 20px 15px;
  background-color: #2d2d2d;
  color: #ffffff;
  border-right: solid 1px #2d2d2d;
}

#compare-by-plan table thead th:first-child {
  text-align: left;
  border-right-width: 0;
}

#compare-by-plan table thead th.premium {
  background-color: #00709e;
  border-right-width: 0;
}

#compare-by-plan table thead th span {
  display: none;
}

@media screen and (min-width: 992px) {
  #compare-by-plan table thead th span {
    display: inline;
  }
}

#compare-by-plan table tbody td {
  font-family: "SSStandard";
  font-size: 18px;
  border-bottom: solid 1px #d9d9d9;
  border-right: solid 1px #9f9fa0;
}

#compare-by-plan table tbody td:first-child {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  text-align: left;
  font-size: inherit;
  border-right-width: 0;
  border-left: solid 1px #9f9fa0;
}

#compare-by-plan table tbody td.premium {
  background-color: #cce2ec;
  color: #00709e;
  border-bottom-color: #aec4cd;
  border-right-width: 0;
}

#compare-by-plan table tbody tr:last-child td {
  border-bottom-color: #9f9fa0;
}

/* Features */
#features {
  position: relative;
}

@media screen and (min-width: 992px) {
  #features .container {
    /*padding-top: 80px;
			padding-bottom: 80px;*/
  }
}

#features .features-nav {
  padding: 10px 0;
}

@media screen and (min-width: 992px) {
  #features .features-nav {
    padding-bottom: 30px;
  }
}

#features .features-nav ul {
  list-style: none;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (min-width: 992px) {
  #features .features-nav ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }
}

#features .features-nav ul li {
  display: block;
  float: left;
  width: 25%;
}

@media screen and (min-width: 992px) {
  #features .features-nav ul li {
    width: 22.7%;
    margin-left: 3%;
  }
}

#features .features-nav ul li:first-child {
  margin-left: 0;
}

#features .features-nav ul li a {
  background-color: #9f9fa0;
  color: #ffffff;
  width: 100%;
  padding: 0;
  font-size: 11px;
  min-width: 0;
  height: 44px;
  line-height: 44px;
  display: block;
  text-transform: uppercase;
  border-bottom: 0;
}

@media screen and (min-width: 480px) {
  #features .features-nav ul li a {
    font-weight: bold;
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  #features .features-nav ul li a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
    border-bottom: solid 2px rgba(0, 0, 0, 0.25);
  }
  #features .features-nav ul li a:hover {
    background-image: url(img/bg-btn-hover.png);
  }
  .backgroundsize #features .features-nav ul li a:hover {
    background-size: 1px 1px;
  }
  #features .features-nav ul li a:active {
    border-bottom-width: 0px;
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.25);
    background-image: none;
  }
}

#features .features-nav ul li a.current {
  background-color: #00709e;
}

#features .features {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  #features .features {
    margin: -1.5%;
  }
}

#features .features .feature {
  display: none;
}

#features .features .feature.firewall {
  display: block;
}

@media screen and (min-width: 992px) {
  #features .features .feature {
    width: 33.333333333%;
    padding: 1.5%;
    float: left;
  }
}

#features .features .feature > a {
  display: block;
  position: relative;
}

#features .features .feature > a .icon {
  padding: 30px 0;
  border: solid 1px #9f9fa0;
  border-bottom-width: 0;
  display: none;
}

@media screen and (min-width: 992px) {
  #features .features .feature > a .icon {
    display: block;
  }
}

#features .features .feature > a .icon img {
  height: 100px;
  width: auto;
  margin: 0 auto;
}

#features .features .feature > a .name {
  text-align: left;
  background-color: #00709e;
  color: #ffffff;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  position: relative;
  z-index: 3;
  padding: 0 15px;
  background-image: url(img/bg-plus.png);
  background-position: center right;
  background-repeat: no-repeat;
}

.backgroundsize #features .features .feature > a .name {
  background-image: url(img/bg-plus-2x.png);
  background-size: 25px 10px;
}

#features .features .feature > a .name.open {
  background-image: url(img/bg-minus.png);
}

.backgroundsize #features .features .feature > a .name.open {
  background-image: url(img/bg-minus-2x.png);
  background-size: 25px 2px;
}

@media screen and (min-width: 992px) {
  #features .features .feature > a .name {
    text-align: center;
    background-image: none !important;
  }
}

#features .features .feature > a .feature-type-icons {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  display: none;
}

@media screen and (min-width: 992px) {
  #features .features .feature > a .feature-type-icons {
    display: block;
  }
}

#features .features .feature > a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 140, 193, 0.9);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
}

@media screen and (min-width: 992px) {
  #features .features .feature > a:hover span {
    opacity: 1;
  }
  #features .features .feature > a:hover i {
    color: #ffffff;
  }
}

#features .features .feature .feature-details {
  display: none;
}

.legend {
  display: none;
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .legend {
    display: block;
  }
}

.legend > div {
  display: inline-block;
  line-height: 24px;
  margin: 10px 10px 0 10px;
}

.legend > div:first-child {
  margin-top: 0;
}

@media screen and (min-width: 480px) {
  .legend > div {
    margin-top: 0;
  }
}

.ico-feature-type {
  font-style: normal !important;
  display: inline-block;
  margin-right: 10px;
  font-size: 24px !important;
  font-family: "SSStandard";
  position: relative;
  bottom: -5px;
}

.feature-details {
  text-align: center;
}

.feature-details .icon {
  height: 100px;
  margin-bottom: 20px;
}

.feature-details .icon img {
  width: auto;
  height: 100px;
  margin: 0 auto;
  display: block;
}

/* Get Premium */
#get-premium {
  background-image: url(img/bg-get-premium.png);
  background-position: bottom center;
  background-repeat: repeat-x;
}

.backgroundsize #get-premium {
  background-image: url(img/bg-get-premium-2x.png);
  background-size: 1106px 279px;
}

/* Reviews */
.reviews-nav,
.owl-dots {
  text-align: center;
  padding-top: 30px;
}

.reviews-nav a,
.reviews-nav .owl-dot,
.owl-dots a,
.owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #9f9fa0;
  margin: 0 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
}

.reviews-nav a.current, .reviews-nav a.active,
.reviews-nav .owl-dot.current,
.reviews-nav .owl-dot.active,
.owl-dots a.current,
.owl-dots a.active,
.owl-dots .owl-dot.current,
.owl-dots .owl-dot.active {
  background-color: #00709e;
}

.reviews .review {
  display: none;
}

.reviews .review:first-child {
  display: block;
}

/* GoDaddy Partner Program */
#godaddy-partner .container {
  padding: 25px;
}

#godaddy-partner .container a img {
  display: inline-block;
  vertical-align: middle;
}

#godaddy-partner .container span {
  margin-left: 1em;
}

/* Newsletter */
#newsletter form {
  display: block;
  margin: 0 auto;
  max-width: 650px;
}

#newsletter form .left,
#newsletter form .right {
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  #newsletter form .left,
  #newsletter form .right {
    float: left;
    padding-left: 20px;
    margin-top: 0;
  }
  #newsletter form .left.left,
  #newsletter form .right.left {
    width: 70%;
  }
  #newsletter form .left.right,
  #newsletter form .right.right {
    width: 30%;
  }
  #newsletter form .left.right .btn,
  #newsletter form .right.right .btn {
    width: 100%;
    min-width: 0;
    padding: 0;
  }
}

#newsletter form .left:first-child,
#newsletter form .right:first-child {
  margin-top: 0;
  padding-left: 0;
}

#newsletter form input[type=text] {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 46px;
  border: 0;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-family: inherit;
  color: #2d2d2d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (min-width: 480px) {
  #newsletter form input[type=text] {
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  #newsletter form input[type=text] {
    height: 44px;
    padding: 0 20px;
  }
}

/* Wordfence Team */
#wordfence-team .avatar {
  width: 175px;
  height: auto;
  margin: 20px auto;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  -ms-border-radius: 300px;
  -o-border-radius: 300px;
  -khtml-border-radius: 300px;
  border-radius: 300px;
}

#wordfence-team h3 {
  text-transform: uppercase;
}

#wordfence-team h3 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}

/* Grid */
.row {
  margin-top: 20px;
}

.row:first-child {
  margin-top: 0;
}

.row.row-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .row.row-flex {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.row [class*=col] {
  margin-top: 20px;
}

.row [class*=col]:first-child {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .row [class*=col] {
    float: left;
    margin-left: 3%;
    margin-top: 0;
  }
  .row [class*=col]:first-child {
    margin-left: 0;
  }
  .row [class*=col].col1-2 {
    width: 48.5%;
  }
  .row [class*=col].col1-3 {
    width: 31.3333333%;
  }
  .row [class*=col].col1-4 {
    width: 22.75%;
  }
  .row [class*=col].col2-3 {
    width: 65.666666666%;
  }
  .row [class*=col].col-flex {
    float: none;
    margin: 0;
  }
}

/* Form Elements */
label {
  display: block;
  margin-bottom: 5px;
}

input[type="text"],
input[type="password"],
textarea {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: solid 1px #d9d9d9;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

textarea {
  height: 140px;
}

p.error {
  font-size: 12px;
  color: #9e0000;
  margin-top: 3px;
}

.totals {
  font-weight: bold;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.discount {
  font-weight: bold;
  color: #c10000;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

input[disabled="disabled"],
input[disabled] {
  background-color: #f1f1f1;
}

.otherPaymentMethod {
  position: relative;
  font-size: 14px;
  color: #959595;
  text-align: center;
  line-height: 60px;
  background: #ffffff;
  width: 75%;
  margin: 0 auto;
}

.otherPaymentMethod:before {
  display: inline-block;
  content: "";
  position: absolute;
  height: 1px;
  background: #dbdbdb;
  top: 50%;
  width: 100%;
  left: 0;
  right: 0;
}

.otherPaymentMethod span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background-color: #ffffff;
}

#payPalWrapper[disabled="disabled"],
#payPalWrapper[disabled] {
  opacity: 0.5;
}

#payPalWrapper iframe {
  vertical-align: middle;
}

.customSelect {
  height: 40px;
  background-color: #ffffff;
  border: solid 1px  #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block !important;
  width: 100% !important;
  min-width: 80px;
  font-size: 13px;
  text-align: left;
  background: #ffffff url(img/bg-custom-select-arrow.png) center right no-repeat;
}

.backgroundsize .customSelect {
  background-image: url(img/bg-custom-select-arrow-2x.png);
  background-size: 22px 9px;
}

.customSelect .customSelectInner {
  padding: 11px;
  width: 100% !important;
  display: block !important;
  padding-right: 40px;
}

.customSelect.customSelectFocus {
  background-color: #ffffff;
}

/* Premium Order Form */
#premium-order-form {
  text-align: left;
  padding-top: 30px;
}

#premium-order-form form {
  max-width: 600px;
  margin: 0 auto;
}

#premium-order-form .alert {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.quantities {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  clear: both;
}

.quantities > li {
  float: left;
  position: relative;
  display: block;
  margin: 0px 0px 2px 0px;
}

.quantities > li.disabled > a {
  color: #d9d9d9;
}

.quantities > li.disabled > a:hover, .quantities > li.disabled > a:focus {
  color: #d9d9d9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.quantities > li > a {
  text-decoration: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  position: relative;
  display: block;
  padding: 8px 16px;
}

.quantities > li > a:hover, .quantities > li > a:focus {
  text-decoration: none;
  background-color: #d9d9d9;
}

.quantities > li + li {
  margin-left: 2px;
}

.quantities > li.active > a, .quantities > li.active > a:hover, .quantities > li.active > a:focus {
  color: #ffffff;
  background-color: #00709e;
  border-color: #00709e;
}

.quantities > li.text-only {
  position: relative;
  display: block;
  padding: 8px 16px;
}

.quantities > li input {
  width: 60px;
  text-align: center;
}

.quantities.quantities-connected > li > a {
  border-radius: 0;
  border-right-width: 0px;
}

.quantities.quantities-connected > li + li {
  margin-left: 0;
}

.quantities.quantities-connected > li.active + li > a {
  border-left-width: 0px;
}

.quantities.quantities-connected > li:first-of-type > a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  -khtml-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.quantities.quantities-connected > li:last-of-type > a {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  -khtml-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
}

.quantities > li > a > img {
  max-width: none;
}

.card-state,
.exp-month {
  width: 47%;
  float: left;
}

.card-zip,
.exp-year {
  width: 47%;
  float: right;
}

/* Premium Features */
#premium-features-nav {
  display: none;
}

@media screen and (min-width: 992px) {
  #premium-features-nav {
    display: block;
  }
}

#premium-features-nav a {
  display: inline-block;
  width: 130px;
  padding: 12px;
  vertical-align: top;
  font-size: 13px;
}

@media screen and (min-width: 480px) {
  #premium-features-nav a {
    width: 160px;
  }
}

@media screen and (min-width: 992px) {
  #premium-features-nav a {
    width: 180px;
  }
}

#premium-features-nav a img {
  display: block;
  max-height: 60px;
  margin: 0 auto 15px auto;
}

#premium-features {
  position: relative;
  padding: 0 20px;
}

@media screen and (min-width: 480px) {
  #premium-features {
    padding: 0 35px;
  }
}

@media screen and (min-width: 992px) {
  #premium-features {
    padding: 0 50px;
  }
}

#premium-features .legend .ico-feature-type {
  color: #ffffff !important;
}

#premium-features .owl-nav > div {
  position: absolute;
  font-family: "SSStandard";
  height: 50px;
  margin-top: -25px;
  font-size: 24px;
  line-height: 50px;
}

@media screen and (min-width: 992px) {
  #premium-features .owl-nav > div {
    font-size: 36px;
  }
}

#premium-features .owl-nav > div.owl-prev {
  top: 50%;
  left: -10px;
}

#premium-features .owl-nav > div.owl-next {
  top: 50%;
  right: -10px;
}

.premium-feature,
.feature-details-inner {
  padding: 15px;
}

@media screen and (min-width: 992px) {
  .premium-feature,
  .feature-details-inner {
    padding: 0;
  }
}

.premium-feature ul,
.feature-details-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .premium-feature ul,
  .feature-details-inner ul {
    max-width: 75%;
    margin: 0 auto;
  }
}

.premium-feature ul li,
.feature-details-inner ul li {
  display: block;
}

.premium-feature ul li:before,
.feature-details-inner ul li:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #2d2d2d;
  margin: 10px auto;
  opacity: .35;
}

.premium-feature ul li:first-child:before,
.feature-details-inner ul li:first-child:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .premium-feature p,
  .feature-details-inner p {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.premium-feature blockquote,
.feature-details-inner blockquote {
  max-width: 600px;
  margin: 20px auto 10px auto;
}

.premium-feature ul li:before {
  background-color: #ffffff;
}

.premium-feature-icon img {
  height: 100px;
  width: auto !important;
  margin: 0 auto 20px auto;
}

/* Site Cleanings */
#site-cleaning h1 {
  color: #00709e;
}

#site-cleaning .badge {
  height: 250px;
  margin: -50px 0 0 1em;
  display: none;
}

@media screen and (min-width: 480px) {
  #site-cleaning .badge {
    display: block;
  }
}

#site-cleaning ol {
  clear: both;
  overflow: hidden;
  list-style: none;
  counter-reset: li;
  font-size: 0;
  /* Remove whitespace between li */
}

#site-cleaning ol li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  counter-increment: counter;
  text-align: center;
  font-size: 14px;
  margin-bottom: 3em;
  width: 100%;
}

@media screen and (min-width: 480px) {
  #site-cleaning ol li {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  #site-cleaning ol li {
    width: 33.333333333%;
  }
}

#site-cleaning ol li:before {
  content: counter(counter);
  background: #008cc1;
  font-family: "RockwellMT", Georgia, serif;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#site-cleaning ol li img {
  height: 100px;
  margin: 0 auto 1.5em;
}

#site-cleaning ol li p {
  padding: 0 1em;
}

#site-cleaning-buy-now, #site-audit-buy-now {
  background-color: #eeeeee;
}

#site-cleaning-buy-now .cc-logos, #site-audit-buy-now .cc-logos {
  display: inline-block;
  vertical-align: bottom;
}

.checkout .checkout-user-label, .checkout .checkout-card-label {
  display: block;
  margin-bottom: 5px;
}

.checkout .checkout-user, .checkout .checkout-card {
  font-family: "Gotham SSm A", "Gotham SSm B", Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-color: #f5f5f5;
  padding: 10px;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.checkout .cc-logos {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}

.checkout .card-choice {
  margin-bottom: 20px;
}

.checkout .card-choice label input {
  margin-right: 1em;
}

.checkout .working {
  display: inline-block;
  margin: 0 0 0 1em;
  vertical-align: middle;
}

.wf-site-cleaning-completion, .wf-audit-cleaning-completion {
  font-size: 1rem;
  color: #535353;
}

.wf-site-cleaning-priority, .wf-site-audit-priority {
  font-size: 0.8rem;
  color: #535353;
}

.checkout-form .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkout-form .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.checkout-form .checkbox input[type="checkbox"],
.checkout-form .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.checkout-form .help-block {
  display: block;
  margin-top: 5px;
  /*margin-bottom: 10px;*/
  color: #6d6d6d;
}

#order-summary table {
  width: 100%;
  border-collapse: collapse;
}

#order-summary table td {
  padding-bottom: 0.5em;
}

#order-summary table tfoot tr:first-child td {
  padding-top: 0.5em;
  border-top: solid 1px #9f9fa0;
}

#order-summary table .large {
  font-size: larger;
}

/* Steps */
.steps {
  max-width: 500px;
  margin: 0 auto 20px auto;
  text-align: left;
}

.steps .step {
  min-height: 30px;
  padding: 10px 0;
  margin-top: 20px;
  position: relative;
  padding-left: 40px;
}

.steps .step:first-child {
  margin-top: 0;
}

.steps .step p {
  max-width: none;
}

.steps .step .step-num {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  background-color: #00709e;
  color: #ffffff;
  left: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
}

/* Order */
#order .container {
  max-width: 800px;
  background-color: #ffffff;
}

/* Discounts */
table.discounts {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: #ffffff url(img/bg-table.png) bottom right no-repeat;
}

table.discounts.mobile {
  display: table;
}

@media screen and (min-width: 992px) {
  table.discounts.mobile {
    display: none;
  }
}

table.discounts.desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  table.discounts.desktop {
    display: table;
  }
}

table.discounts th,
table.discounts td {
  text-align: center;
  padding: 10px;
}

table.discounts th {
  background-color: #363636;
  color: #ffffff;
}

table.discounts td {
  border-top-width: 0;
  border-left-width: 0;
}

table.discounts .odd td {
  background-color: #eeeeee;
}

/* Overlays */
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 140, 193, 0.9);
  z-index: 999;
  display: none;
}

.modal > div {
  display: table;
  width: 100%;
  height: 100%;
}

.modal > div > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.modal > div > div .container .modal-content {
  overflow-x: auto;
  padding: 25px;
  background-color: #ffffff;
  border: solid 3px #d9d9d9;
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .modal > div > div .container .modal-content {
    padding: 50px;
  }
}

.modal > div > div .container .modal-content.modal700 {
  max-width: 700px;
}

.modal > div > div .container .modal-content.wide {
  max-width: none;
}

.modal > div > div .container .modal-content .close-modal {
  font-family: "SSStandard";
  position: absolute;
  top: 5px;
  right: 5px;
  color: #9f9fa0;
  font-size: 18px;
  display: block;
}

@media screen and (min-width: 992px) {
  .modal > div > div .container .modal-content .close-modal {
    top: 23px;
    right: 23px;
  }
}

.modal > div > div .container .modal-content .close-modal:hover {
  color: #00709e;
}

.wfkModal #wf-signin .container, .wfkModal #wf-signin .wf-signin-form {
  padding: 0;
  box-sizing: content-box;
}

.wfkModal > div > div .container .modal-content.modal-signin {
  max-width: 500px;
}

.wfkModal > div > div .container .modal-content.modal700 {
  max-width: 700px;
}

/* Blog */
#blog-hero {
  background: transparent url(img/bg-blog-hero.png) top center repeat-y;
}

#blog-hero h1,
#blog-hero h2 {
  margin-bottom: 0;
}

#blog-hero .archive-heading {
  margin: 10px 0 0 0;
}

.backgroundsize #blog-hero {
  /*background-size: 2500px 1px;*/
}

#blog-hero .blog-hero-fence {
  background: transparent url(img/bg-blog-hero-fence.png) bottom center no-repeat;
}

.backgroundsize #blog-hero .blog-hero-fence {
  background-image: url(img/bg-blog-hero-fence-2x.png);
  background-size: 1200px 280px;
}

.post {
  margin-top: 40px;
}

.post:first-child {
  margin-top: 0;
}

.post ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.post ul li {
  margin-top: 10px;
}

.post ul li:first-child {
  margin-top: 0;
}

.post .post-title {
  margin-bottom: 25px;
  padding-bottom: 30px;
  background: #ffffff url(img/bg-post-title.png) bottom center repeat-x;
}

.post .post-title h1,
.post .post-title h2 {
  margin-bottom: 5px;
}

.post .post-title h1 a,
.post .post-title h2 a {
  color: inherit;
  border-bottom: 0;
  text-decoration: none;
}

.post .post-title h1 a:hover,
.post .post-title h2 a:hover {
  color: #00709e;
}

.post .post-title p {
  margin-bottom: 0;
}

.post img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.post img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.post img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post .alignright {
  float: right;
}

.post .alignleft {
  float: left;
}

.post .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-nav {
  padding: 10px;
  background-color: #f1f1f1;
  margin-top: 30px;
}

.blog-nav .blog-nav-prev {
  float: left;
}

.blog-nav .blog-nav-next {
  float: right;
}

.blog-nav a span {
  color: #00709e;
  font-weight: bold;
}

.blog-nav a span:hover {
  color: #00709e;
}

/* Sidebar */
#sidebar .widget {
  margin-top: 30px;
}

#sidebar .widget:first-child {
  margin-top: 0;
}

#sidebar ul {
  list-style: none;
}

#sidebar ul li {
  display: block;
  margin-top: 8px;
}

#sidebar ul li:first-child {
  margin-top: 0;
}

/* Promotions */
.promo {
  height: auto;
  border: solid 1px #c6c6c6;
  float: none;
  margin: 0 auto 20px auto;
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.promo img {
  width: 100%;
  height: auto;
  display: block;
}

.promo .btn {
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .promo {
    position: relative;
    bottom: -5px;
  }
  .promo.flt-left {
    float: left;
    margin: 0 20px 20px 0;
  }
  .promo.flt-right {
    float: right;
    margin: 0 0 20px 20px;
  }
  .promo.flt-none {
    margin: 0 auto 20px auto;
  }
}

@media screen and (min-width: 480px) {
  .post .promo {
    max-width: 50%;
  }
}

/* Comments */
#comments {
  margin-top: 80px;
}

#comments .comments-intro {
  margin-bottom: 25px;
  padding-bottom: 30px;
  background: #ffffff url(img/bg-post-title.png) bottom center repeat-x;
}

#comments .comment {
  margin-top: 30px;
  overflow: hidden;
  min-height: 60px;
}

@media screen and (min-width: 480px) {
  #comments .comment {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  #comments .comment .comment {
    padding-left: 80px;
  }
}

#comments .comment .comment-avatar {
  width: 40px;
  padding: 2px;
  background-color: #ffffff;
  border: solid 1px #9f9fa0;
  float: left;
}

@media screen and (min-width: 992px) {
  #comments .comment .comment-avatar {
    width: 60px;
  }
}

#comments .comment .comment-avatar img {
  display: block;
  width: auto;
  height: auto;
}

#comments .comment .comment-body {
  margin-left: 55px;
}

@media screen and (min-width: 992px) {
  #comments .comment .comment-body {
    margin-left: 80px;
  }
}

#comments .comment .comment-body .comment-date {
  font-weight: bold;
  color: #9f9fa0;
  margin-bottom: 10px;
}

#comments .comment .comment-body .comment-date .comment-author,
#comments .comment .comment-body .comment-date .comment-author-link {
  color: #2d2d2d;
  border-bottom: 0;
}

#comments .comment .comment-body .comment-date .comment-author-link:hover {
  color: #Fcb214;
}

#comments .comment .comment-body .comment-date .comment-reply-link {
  font-weight: normal;
}

#comments > .comment:first-child {
  margin-top: 0;
}

/* Respond */
/* Careers */
.position-filled {
  color: #9f9fa0;
}

.position-filled a {
  color: inherit;
}

.position-filled a:hover {
  color: #9f9fa0;
}

/* WF Signin */
#wf-signin .wf-signin-form {
  padding: 40px;
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 440px;
}

#wf-signin .wf-signin-form > img {
  display: block;
  max-width: 250px;
  margin: 0 auto 20px auto;
}

.wfkModal #wf-signin .wf-signin-form > img {
  max-width: 50%;
}

#wf-signin .wf-signin-form p {
  max-width: none;
  font-size: 13px;
  padding-top: 20px;
}

#wf-signin .wf-signin-form .login-remember {
  float: left;
}

#wf-signin .wf-signin-form .login-submit {
  float: right;
}

#wf-signin .wf-signin-form .remember-btn label {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
  #wf-signin .wf-signin-form .remember-btn label {
    margin-bottom: 0;
    text-align: left;
    float: left;
    line-height: 34px;
  }
}

@media screen and (min-width: 480px) {
  #wf-signin .wf-signin-form .remember-btn .btn {
    float: right;
  }
}

/* Page Title */
#page-title h1 {
  margin-bottom: 0;
}

/* Member Page Title */
#member-page-title {
  background-color: #f1f1f1;
}

#member-page-title .breadcrumbs a {
  font-weight: bold;
}

/* Dashboard */
@media screen and (min-width: 992px) {
  #member-dashboard [class*=col] {
    min-height: 190px;
    position: relative;
    margin-bottom: 30px;
  }
  #member-dashboard [class*=col] .btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 992px) {
  #member-dashboard .row:first-child [class*=col] {
    min-height: 240px;
  }
}

/* Alert */
.alert {
  padding: 15px;
  border: solid 1px #9e0000;
  background-color: #f3a5a5;
  color: #9e0000;
  margin-bottom: 20px;
}

.alert.alert-success {
  border-color: #11967a;
  background-color: #bce8df;
  color: #11967a;
}

/* WF Tables */
.wf-table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 25px;
  font-size: 12px !important;
  line-height: 17px;
  background-color: #ffffff;
}

.wf-table thead {
  border: solid 1px #363636;
}

.wf-table thead th {
  background-color: #363636;
  color: #ffffff;
}

.wf-table thead th a {
  color: #ffffff;
  text-decoration: none;
}

.wf-table thead.bg-dk-white {
  border: solid 1px #eeeeee;
}

.wf-table thead.bg-dk-white th {
  background-color: #eeeeee;
  color: inherit;
}

.wf-table tbody {
  border: solid 1px #eeeeee;
  border-top-width: 0;
}

.wf-table th,
.wf-table td {
  text-align: center;
  padding: 10px;
}

.wf-table th.aln-left,
.wf-table td.aln-left {
  text-align: left;
}

.wf-table th.aln-right,
.wf-table td.aln-right {
  text-align: right;
}

.wf-table th.aln-center,
.wf-table td.aln-center {
  text-align: center;
}

.wf-table td {
  border-top-width: 0;
  border-left-width: 0;
}

.wf-table td a {
  color: #00709e;
  border-bottom: solid 1px #dddddd;
}

.wf-table td a:hover {
  color: #3f596b;
  border-bottom: 0;
}

.wf-table .odd td {
  background-color: #fff;
}

.wf-table .even td {
  background-color: #eeeeee;
}

/* Responsive Embeds */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  margin-bottom: 20px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
}

.embed-container:last-child {
  margin-bottom: 0;
}

.player .video-wrapper {
  background-color: #ffffff !important;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Learning Center */
#learning-center-marquee {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  background-color: #008cc1;
  background-image: url(img/bg-learning-center-marquee.png), url(img/bg-learning-center-marquee-inner.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  text-align: center;
  color: #ffffff;
}

.backgroundsize #learning-center-marquee {
  background-image: url(img/bg-learning-center-marquee-2x.png), url(img/bg-learning-center-marquee-inner-2x.png);
  background-size: 490px 500px, 706px 700px;
}

.topic {
  padding-bottom: 10px;
  background: #ffffff url(img/bg-post-title.png) bottom center repeat-x;
  margin-top: 30px;
}

.topic:first-child {
  margin-top: 0;
}

.topic .topic-name {
  margin-bottom: 10px;
}

.topic .topic-name h3 {
  font-family: "RockwellMT", Georgia, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .topic .topic-name h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

.topic .topic-description {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #dddddd;
}

.topic .topic-articles .topic-article {
  overflow: hidden;
  padding: 20px 0;
  border-top: solid 1px #dddddd;
}

.topic .topic-articles .topic-article:first-child {
  padding-top: 0;
  border-top-width: 0;
}

.topic .topic-articles .topic-article .topic-article-left {
  margin: 0 auto 20px auto;
  text-align: center;
  width: 120px;
}

@media screen and (min-width: 768px) {
  .topic .topic-articles .topic-article .topic-article-left {
    float: left;
    text-align: left;
    margin: 0;
  }
}

.topic .topic-articles .topic-article .topic-article-left img {
  display: block;
  margin-bottom: 10px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .topic .topic-articles .topic-article .topic-article-right {
    margin-left: 150px;
  }
}

.topic .topic-articles .topic-article h2 {
  margin-bottom: 10px;
}

.topic .topic-articles .topic-article h2 a:hover {
  color: #00709e;
}

.non-article-lessons ul {
  list-style: none;
}

.non-article-lessons ul li {
  display: block;
  padding-left: 40px;
  position: relative;
  margin-bottom: 0;
  margin-top: 5px;
}

.non-article-lessons ul li:first-child {
  margin-top: 0;
}

.non-article-lessons ul li a {
  border-bottom: 0;
}

.non-article-lessons ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-image: url(img/ico-non-article-lessons.png);
  background-repeat: no-repeat;
}

.backgroundsize .non-article-lessons ul li a:before {
  background-size: 200px 60px;
}

.non-article-lessons ul li.video a:before {
  background-position: 0 top;
}

.backgroundsize .non-article-lessons ul li.video a:before {
  background-position: 0 bottom;
}

.non-article-lessons ul li.checklist a:before {
  background-position: -40px top;
}

.backgroundsize .non-article-lessons ul li.checklist a:before {
  background-position: -40px bottom;
}

.non-article-lessons ul li.infographic a:before {
  background-position: -80px top;
}

.backgroundsize .non-article-lessons ul li.infographic a:before {
  background-position: -80px bottom;
}

.non-article-lessons ul li.list a:before {
  background-position: -120px top;
}

.backgroundsize .non-article-lessons ul li.list a:before {
  background-position: -120px bottom;
}

.non-article-lessons ul li.survey a:before {
  background-position: -160px top;
}

.backgroundsize .non-article-lessons ul li.survey a:before {
  background-position: -160px bottom;
}

/* Lesson Meta */
.lesson-meta {
  height: 46px;
  line-height: 16px;
  overflow: hidden;
  padding-bottom: 30px;
  background: #ffffff url(img/bg-post-title.png) bottom center repeat-x;
  margin-bottom: 20px;
}

.lesson-meta .lesson-difficulty {
  float: left;
  margin-right: 30px;
}

/* Lesson Anchors */
.lesson-anchors {
  padding: 10px 15px;
  border: solid 1px #dddddd;
  margin: 20px 0;
}

.lesson-anchors p {
  margin-bottom: 10px;
}

.lesson-anchors ul {
  list-style: none;
}

/* Difficulty Levels */
.difficulty-level {
  height: 16px;
  line-height: 16px;
  padding-left: 33px;
  display: inline-block;
  font-size: 13px;
  position: relative;
}

.difficulty-level span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 16px;
  width: 28px;
  background-image: url(img/bg-difficulty-level.png);
  background-repeat: no-repeat;
}

.backgroundsize .difficulty-level span:before {
  background-size: 84px 24px;
}

.difficulty-level.difficulty-level-basics span:before {
  background-position: top left;
}

.backgroundsize .difficulty-level.difficulty-level-basics span:before {
  background-position: bottom left;
}

.difficulty-level.difficulty-level-intermediate span:before {
  background-position: -28px top;
}

.backgroundsize .difficulty-level.difficulty-level-intermediate span:before {
  background-position: -28px bottom;
}

.difficulty-level.difficulty-level-advanced span:before {
  background-position: -56px top;
}

.backgroundsize .difficulty-level.difficulty-level-advanced span:before {
  background-position: -56px bottom;
}

/* Accordions */
.accordions {
  border-top: solid 1px #dddddd;
}

.accordions .accordion {
  border-bottom: solid 1px #dddddd;
}

.accordions .accordion-trigger a {
  display: block;
  padding: 10px 16px 10px 0;
  position: relative;
}

.accordions .accordion-trigger a strong:after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  background-image: url(img/ico-accordion.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.backgroundsize .accordions .accordion-trigger a strong:after {
  background-size: 32px 24px;
  background-position: bottom left;
}

.accordions .accordion-trigger a.open strong:after {
  background-position: -16px top;
}

.backgroundsize .accordions .accordion-trigger a.open strong:after {
  background-position: -16px bottom;
}

.accordions .accordion-content {
  display: none;
}

.accordions .accordion-content ul {
  padding: 20px 10px 10px 10px;
  background: #ffffff url(img/bg-post-title.png) top center repeat-x;
}

.accordions .accordion-content ul .current a {
  color: #2d2d2d;
  border-bottom-width: 0;
  font-weight: bold;
  cursor: default;
}

/* Learning Center Widgets */
.lc-widget-header {
  background: #ffffff url(img/bg-post-title.png) bottom center repeat-x;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.lc-widget-title {
  font-family: "RockwellMT", Georgia, serif;
  font-weight: 400;
  font-size: 18px;
}

.lc-widget-title.lc-widget-title-small {
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .lc-widget-title {
    font-size: 24px;
  }
  .lc-widget-title.lc-widget-title-small {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .lc-widget-title {
    font-size: 30px;
  }
  .lc-widget-title.lc-widget-title-small {
    font-size: 24px;
  }
}

.lc-widget-title a:hover {
  color: #00709e;
}

.lc-widget-image {
  margin-bottom: 15px;
}

.widget_wf_briefs_list ul li {
  display: block;
  margin-top: 0 !important;
  padding: 14px 0 15px 0;
  border-top: solid 1px #dddddd;
}

.widget_wf_briefs_list ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.widget_wf_briefs_list ul li a {
  border-bottom: 0;
  display: block;
  position: relative;
  padding-left: 52px;
  min-height: 40px;
}

.widget_wf_briefs_list ul li img {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2px;
  left: 0;
}

/* Learning Center Single Lesson Header */
.lesson-header {
  text-align: center;
  background: #00709e url(img/bg-lesson-header.png) center center repeat;
}

@media screen and (min-width: 768px) {
  .lesson-header {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .lesson-header .lesson-header-inner {
    padding-left: 200px;
    position: relative;
  }
}

.lesson-header .lesson-header-icon {
  width: 100px;
  margin: 0 auto 20px auto;
}

@media screen and (min-width: 768px) {
  .lesson-header .lesson-header-icon {
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin-bottom: 0;
  }
}

.lesson-header .lesson-header-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
}

.lesson-header .lesson-header-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  font-family: "RockwellMT", Georgia, serif;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .lesson-header .lesson-header-title {
    font-size: 30px;
  }
}

.lesson-header .lesson-header-title span {
  font-size: 24px;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .lesson-header .lesson-header-title span {
    font-size: 48px;
    margin-top: 25px;
    line-height: 52px;
  }
}

/* Vertical Align */
.valign {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.valign .valign-middle {
  display: table-cell;
  vertical-align: middle;
}

/* Next Lesson */
.next-lesson {
  padding-top: 30px;
  margin-top: 15px;
  background: #ffffff url(img/bg-post-title.png) top center repeat-x;
}

.next-lesson a {
  display: block;
  overflow: hidden;
}

.next-lesson a .btn {
  width: 110px;
  display: none;
  position: absolute;
  top: 33px;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 992px) {
  .next-lesson a {
    padding-right: 110px;
    position: relative;
  }
  .next-lesson a .btn {
    display: block;
  }
}

.next-lesson .next-lesson-left {
  width: 100px;
  float: left;
}

.next-lesson .next-lesson-right {
  margin-left: 120px;
}

.next-lesson .next-lesson-right p {
  margin-bottom: 5px;
}

.next-lesson .next-lesson-right h4 {
  font-family: "RockwellMT", Georgia, serif;
  font-weight: normal;
  margin-bottom: 5px;
}

/* Checklists */
.checklist {
  margin-bottom: 25px;
}

.checklist h2 {
  margin-bottom: 10px;
}

.checklist .checkbox {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}

.checklist .checkbox input {
  position: absolute;
  top: 2px;
  left: 0;
}

/* Lessson Content */
.lesson-content ul,
.lesson-content ol {
  padding-left: 20px;
}

.lesson-content ul li,
.lesson-content ol li {
  margin-top: 10px;
}

.lesson-content ul li:first-child,
.lesson-content ol li:first-child {
  margin-top: 0;
}

/* Survey Report */
.survey-report-conclusion {
  padding: 35px 20px 20px 20px;
  background-color: #9f9fa0;
  color: #ffffff;
  background: #9f9fa0 url(img/bg-survey-report-conclusion.png) top left no-repeat;
}

.backgroundsize .survey-report-conclusion {
  background-image: url(img/bg-survey-report-conclusion-2x.png);
  background-size: 50px 15px;
}

/* Back to Top */
.back-to-top {
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: solid 1px #363636;
}

.back-to-top a {
  float: right;
  color: #363636;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  font-size: 12px;
  background: transparent url(img/bg-back-to-top.png) center left no-repeat;
  padding-left: 15px;
}

.backgroundsize .back-to-top a {
  background-image: url(img/bg-back-to-top-2x.png);
  background-size: 10px 5px;
}

/* Social Share */
.fm_social_share {
  overflow: hidden;
}

.fm_social_share_buttons-button--twitter strong {
  display: none;
}

.wf-flex-columns {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .wf-flex-columns {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.wf-flex-columns .wf-flex-column-fixed-1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

/* TDF Counts */
.wf-tdf-status {
  margin: 0 -1rem;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  margin-top: -1px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .wf-tdf-status {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.wf-tdf-status > li {
  display: block;
  min-height: 44px;
  margin: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .wf-tdf-status > li {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}

@media (min-width: 992px) {
  .wf-tdf-status > li {
    /* keep sm size */
  }
}

@media (min-width: 1200px) {
  .wf-tdf-status > li {
    /* keep md size */
  }
}

.wf-tdf-status > li > *:first-child {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
}

.wf-tdf-status > li > .wf-dashboard-item-list > li {
  /*border-top: 0;*/
}

.wf-tdf-status .wf-tdf-status-count {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.wf-tdf-status .wf-tdf-status-count-value {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #ffffff;
  padding: 0.25rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .wf-tdf-status .wf-tdf-status-count-value {
    /* keep xs size */
  }
}

@media (min-width: 992px) {
  .wf-tdf-status .wf-tdf-status-count-value {
    font-size: 2rem;
    line-height: 2rem;
    padding: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .wf-tdf-status .wf-tdf-status-count-value {
    /* keep md size */
  }
}

.wf-tdf-status .wf-tdf-status-count-label {
  font-size: 0.75rem;
  color: #ffffff;
  padding: 0 0.5rem 0.5rem 0.5rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .wf-tdf-status .wf-tdf-status-count-label {
    /* keep xs size */
  }
}

@media (min-width: 992px) {
  .wf-tdf-status .wf-tdf-status-count-label {
    padding: 0 1rem 1rem 1rem;
  }
}

@media (min-width: 1200px) {
  .wf-tdf-status .wf-tdf-status-count-label {
    /* keep md size */
  }
}

/* Repository Stats */
#wf-repository-stats {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#wf-repository-stats .wf-repository-stat-container {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#wf-repository-stats .wf-repository-stat-container:first-of-type {
  background-color: #008cc1;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#wf-repository-stats .wf-repository-stat-container:nth-of-type(n+2) {
  background-color: #00709e;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#wf-repository-stats .wf-repository-stat {
  text-align: center;
  padding: 20px 15px;
  color: #ffffff;
}

@media (min-width: 768px) {
  #wf-repository-stats .wf-repository-stat {
    padding: 30px 50px;
  }
}

@media (min-width: 992px) {
  #wf-repository-stats .wf-repository-stat {
    padding: 30px 65px;
  }
}

@media (min-width: 1200px) {
  #wf-repository-stats .wf-repository-stat {
    /* keep md size */
  }
}

#wf-repository-stats .wf-repository-stat .wf-repository-stat-downloads, #wf-repository-stats .wf-repository-stat .wf-repository-stat-rating, #wf-repository-stats .wf-repository-stat .wf-repository-stat-text-small, #wf-repository-stats .wf-repository-stat .wf-repository-stat-text-large {
  font-size: 20px;
}

@media (min-width: 768px) {
  #wf-repository-stats .wf-repository-stat .wf-repository-stat-downloads, #wf-repository-stats .wf-repository-stat .wf-repository-stat-rating, #wf-repository-stats .wf-repository-stat .wf-repository-stat-text-small, #wf-repository-stats .wf-repository-stat .wf-repository-stat-text-large {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  #wf-repository-stats .wf-repository-stat .wf-repository-stat-downloads, #wf-repository-stats .wf-repository-stat .wf-repository-stat-rating, #wf-repository-stats .wf-repository-stat .wf-repository-stat-text-small, #wf-repository-stats .wf-repository-stat .wf-repository-stat-text-large {
    /* keep sm size */
  }
}

@media (min-width: 1200px) {
  #wf-repository-stats .wf-repository-stat .wf-repository-stat-downloads, #wf-repository-stats .wf-repository-stat .wf-repository-stat-rating, #wf-repository-stats .wf-repository-stat .wf-repository-stat-text-small, #wf-repository-stats .wf-repository-stat .wf-repository-stat-text-large {
    /* keep sm size */
  }
}

#wf-repository-stats .wf-repository-stat .wf-repository-stat-text-small {
  font-weight: 200;
}

#wf-repository-stats .wf-repository-stat .wf-repository-stat-downloads, #wf-repository-stats .wf-repository-stat .wf-repository-stat-rating, #wf-repository-stats .wf-repository-stat .wf-repository-stat-text-large {
  font-weight: bold;
}

#wf-repository-stats .wf-repository-stat .wf-repository-stat-label {
  display: block;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

@media (min-width: 768px) {
  #wf-repository-stats .wf-repository-stat .wf-repository-stat-label {
    font-size: 18px;
    line-ehheight: 24px;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  #wf-repository-stats .wf-repository-stat .wf-repository-stat-label {
    /* keep sm size */
  }
}

@media (min-width: 1200px) {
  #wf-repository-stats .wf-repository-stat .wf-repository-stat-label {
    /* keep sm size */
  }
}

/* Site Audit */
.side-audit-callout {
  position: relative;
  padding-top: 78px;
}

@media screen and (min-width: 768px) {
  .side-audit-callout {
    padding-top: 104px;
  }
}

@media screen and (min-width: 992px) {
  .side-audit-callout {
    padding-top: 130px;
  }
}

@media screen and (min-width: 1200px) {
  .side-audit-callout {
    padding-top: 189.8px;
  }
}

.side-audit-callout .site-audit-banner-image {
  /* Image is 950 x 650 */
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  background: url(img/site-audit-preview.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .side-audit-callout .site-audit-banner-image {
    background: url(img/site-audit-preview@2x.png) no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .side-audit-callout .site-audit-banner-image {
    margin-left: -142.5px;
    width: 285px;
    height: 195px;
    -webkit-background-size: 285px auto;
    -moz-background-size: 285px auto;
    -o-background-size: 285px auto;
    background-size: 285px auto;
  }
}

@media screen and (min-width: 768px) {
  .side-audit-callout .site-audit-banner-image {
    margin-left: -190px;
    width: 380px;
    height: 260px;
    -webkit-background-size: 380px auto;
    -moz-background-size: 380px auto;
    -o-background-size: 380px auto;
    background-size: 380px auto;
  }
}

@media screen and (min-width: 992px) {
  .side-audit-callout .site-audit-banner-image {
    margin-left: -237.5px;
    width: 475px;
    height: 325px;
    -webkit-background-size: 475px auto;
    -moz-background-size: 475px auto;
    -o-background-size: 475px auto;
    background-size: 475px auto;
  }
}

@media screen and (min-width: 1200px) {
  .side-audit-callout .site-audit-banner-image {
    margin-left: -346.75px;
    width: 693.5px;
    height: 474.5px;
    -webkit-background-size: 693.5px auto;
    -moz-background-size: 693.5px auto;
    -o-background-size: 693.5px auto;
    background-size: 693.5px auto;
  }
}

.side-audit-callout > .bg-lt-blue {
  padding-top: 117px;
}

@media screen and (min-width: 768px) {
  .side-audit-callout > .bg-lt-blue {
    padding-top: 156px;
  }
}

@media screen and (min-width: 992px) {
  .side-audit-callout > .bg-lt-blue {
    padding-top: 195px;
  }
}

@media screen and (min-width: 1200px) {
  .side-audit-callout > .bg-lt-blue {
    padding-top: 284.7px;
  }
}

/* Gravity */
.bg-gravity {
  background-image: url(img/gravityscan/bg-space.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .bg-gravity {
    padding: 60px;
  }
}

#gravity {
  max-width: 900px;
  padding: 30px 20px 20px 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
  #gravity {
    padding: 60px 40px 40px 40px;
  }
}

#gravity #gravity-logo {
  display: block;
  margin: 0 auto 40px auto;
  width: 260px;
}

@media screen and (min-width: 768px) {
  #gravity #gravity-logo {
    width: 320px;
  }
}

#gravity a {
  color: #eeeeee;
}

#gravity p {
  margin: 0 auto;
  max-width: 700px;
}

#gravity form {
  margin: 20px 0;
}

#gravity form input[type="text"] {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #gravity form input[type="text"] {
    width: 330px;
  }
}

#gravity form .gravity-url-error {
  display: none;
  color: #ffd1d1;
}

#gravity-details p {
  margin: 0 auto;
  max-width: 700px;
}

#gravity-details .gravity-feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#gravity-details .gravity-feature-list li {
  width: 140px;
  margin-top: 50px;
}

#gravity-details .gravity-feature-list li .gravity-feature-icon {
  margin: 0 auto 35px auto;
  width: 100px;
  height: 118px;
  background-position: center center;
  background-repeat: no-repeat;
}

#gravity-details .gravity-feature-list li #gravity-feature-malware {
  background-image: url(img/gravityscan/feature-malware.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #gravity-details .gravity-feature-list li #gravity-feature-malware {
    background-image: url(img/gravityscan/feature-malware@2x.png);
    background-size: 100px 100px;
  }
}

#gravity-details .gravity-feature-list li #gravity-feature-reputation {
  background-image: url(img/gravityscan/feature-reputation.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #gravity-details .gravity-feature-list li #gravity-feature-reputation {
    background-image: url(img/gravityscan/feature-reputation@2x.png);
    background-size: 100px 90px;
  }
}

#gravity-details .gravity-feature-list li #gravity-feature-contentsafety {
  background-image: url(img/gravityscan/feature-contentsafety.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #gravity-details .gravity-feature-list li #gravity-feature-contentsafety {
    background-image: url(img/gravityscan/feature-contentsafety@2x.png);
    background-size: 100px 95px;
  }
}

#gravity-details .gravity-feature-list li #gravity-feature-vulnerabilities {
  background-image: url(img/gravityscan/feature-vulnerabilities.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #gravity-details .gravity-feature-list li #gravity-feature-vulnerabilities {
    background-image: url(img/gravityscan/feature-vulnerabilities@2x.png);
    background-size: 100px 72px;
  }
}

#gravity-details .gravity-feature-list li #gravity-feature-knownbackdoors {
  background-image: url(img/gravityscan/feature-knownbackdoors.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #gravity-details .gravity-feature-list li #gravity-feature-knownbackdoors {
    background-image: url(img/gravityscan/feature-knownbackdoors@2x.png);
    background-size: 100px 118px;
  }
}

#gravity-details .gravity-feature-list li h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

#success_message {
  border: 1px solid #999999;
  background-color: #f2f2fe;
  padding: 20px;
}

#success_message ul {
  padding-left: 20px;
}

#success_message ul li .false-positive-description {
  margin-left: 30px;
  margin-bottom: 12px;
  margin-top: 8px;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.wf-visible-print-inline-block {
  display: none !important;
}

@media print {
  .wf-visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
