html,body {
  font-family: 'Franklin Gothic';
}

.banner-bg {
  background: url(../images/banner-1.png) center/cover;
  z-index: 9;
  position: relative;
  min-height: 610px;
}

.banner2 {
  background: url(../images/banner-2.png) center/cover;
}

.sec-bg {
  background: url(../images/sec-bg.png) center/cover;
}

.blue-bg {
  background: url(../images/blue-bg.png) #0e4376;
  background-size: cover;
}

.blue-bg, .blue-bg h1 {
  color: #fff;
}

.blue-bg .caption {
  padding: 5em 0;
  text-align: center;
}

.blue-bg .caption p span {
  color: #ffcd12;
}

.blue-bg .caption p {
  margin-bottom: 2em;
}

.theme-card {
  background: #fff;
  padding: 3.5em;
}

.section-box {
  padding: 2.5em 2em;
}

.section-box p {
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
  font-family: 'Franklin Gothic Book';
}

.section-box .box-heading {
  font-weight: 600;
  font-size: 55px;
  margin: 0 0 25px;
  line-height: 1;
  font-family: 'Franklin Gothic Demi';
}

.red-text {
  color: #e34832;
}

.yellow-text {
  color: #f2d305;
}

.green-text {
  color: #067c7c;
}

.bg-c-1 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-c-2 {
  background-color: #def1f1;
}

section {
  margin-bottom: 3.5em;
}

section figure {
  margin-bottom: 15px;
}

section figure img {
  width: 100%;
  overflow: hidden;
}

.gbadge img {
    width: 48px;
}

.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

[class*='col-'] {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

._m-0 {
  margin: 0!important;
}

._mt-0 {
  margin-top: 0!important;
}

._mb-0 {
  margin-bottom: 0!important;
}

._mr-0 {
  margin-right: 0!important;
}

._ml-0 {
  margin-left: 0!important;
}

._p-0 {
  padding: 0!important;
}

._pt-0 {
  padding-top: 0!important;
}

._pb-0 {
  padding-bottom: 0!important;
}

._pr-0 {
  padding-right: 0!important;
}

._pl-0 {
  padding-left: 0!important;
}

.section.sec-bg, .section.sec-bg ._heading {
  color: #fff;
}

ul, ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

header {
  background-color: #a00;
  color: #fff;
  padding: 15px 0;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}

header ul {
  margin: 0;
  padding: 0;
}

header ul li {
  display: inline-block;
  font-size: 13px;
}

header ul.cinfo li {
  margin: 0 25px 0 0;
}

header ul.cinfo li a {
  color: #fff;
  font-weight: normal;
}

header ul.cinfo li a:hover {
  text-decoration: underline;
}

header ul.cinfo li i {
  margin-right: 3px;
  margin-left: 4px;
}

header ul.cinfo li:nth-child(2) {
  float: right;
}

header ul.cinfo li:last-child {
  float: right;
}

header ul.social {
  text-align: right;
}

header ul.social li {
  margin-right: 10px;
}

header ul.social li a {
  color: #fff;
}

header ul.social li:first-child {
  margin-right: 25px;
}

header ul.social li:last-child {
  margin-right: 0;
}

badge:after {
  background: rgba(0,255,0,1);
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: -13px;
  right: -8px;
  padding: 5px;
}

.footer {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.footer h2 {
  color: #000 !important;
  font-size: 30px;
}

.citations {
  font-weight: 700;
  text-decoration: underline;
  text-align: left;
  margin: 0 0 20px auto;
}
/*p.text-left{text-align:left; font-size:12px;}*/
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

footer {
  position: relative;
  background: #465c5c;
  padding: 1.5em 0;
}

footer .list-inline {
  position: relative;
}

footer .list-inline li {
  font-size: 21px;
  margin-bottom: 0;
  padding: 0 20px;
}

footer .list-inline li a {
  font-weight: 600;
  color: #fff;
}

footer .list-inline li a:hover {
  color: #0e4376;
}

footer .list-inline li:after {
  /* content: "|"; */
  position: relative;
  left: 5px;
}

footer .list-inline li:last-child:after {
  content: "";
}

.text-justify {
  text-align: justify;
}

.letter-width h1 {
  margin-top: 20px;
  line-height: 1.2em;
}

html,body {
  margin: 0;
}

a {
  text-decoration: underline;
  font-weight: bold;
}

.container li {
  margin-bottom: 15px;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
}

.container-main {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 926px;
  padding-top: 0px;
  padding-bottom: 15px;
}

.align-right {
  margin-left: 3em;
  margin-right: -10em;
}

.align-left {
  margin-right: 3em;
  margin-left: -10em;
}

.align-right, .align-left {
  -ms-flex-item-align: center!important;
  align-self: center!important;
}

article .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center!important;
  align-self: center!important;
  padding: 0 4em;
}

.image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 30px;
}

.testimonials {
  overflow: hidden;
  position: relative;
}

.testimonials .mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.testimonials .slideset {
  width: 99999px;
  float: left;
}

.testimonials .slide {
  width: 600px;
  float: left;
}

.testimonials .slide.active {
  z-index: 1;
}

.testimonials .pagination {
  margin: 0;
  display: block;
  overflow: hidden;
  text-align: center;
}

.testimonials .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.testimonials blockquote {
  border: 0;
  padding: 0;
  font-size: inherit;
}

.testimonials .pagination ul li {
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
}

.testimonials .pagination ul li a {
  overflow: hidden;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  outline: none;
  display: block;
  border-radius: 50%;
  border: 1px solid #000;
}

.testimonials .pagination ul li.active a, .testimonials .pagination ul li a:hover {
  background: #000;
}

.footer {
  padding: 1em 0;
  font-size: .8em;
}

.citation {
  background: #fafafb;
  margin-top: 2em;
}

.section.citation ol {
  margin-left: 7em;
}

.citation li {
  font-size: 14px;
  margin-bottom: 10px;
  list-style: decimal;
  font-weight: 600;
}

.footer ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.footer ul li {
  vertical-align: top;
  display: inline-block;
}

.footer ul li a {
  color: #000000;
  font-weight: bold;
}

.footer_tag {
  text-align: center;
  font-size: 10px;
  margin-bottom: 10px;
  color: #999;
}
/* CUSTOMIZE MOBILE IMAGES
-------------------------------------------------- */
.media.pull-left, .media.pull-right {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
/* CUSTOMIZE THE ACCORDION
-------------------------------------------------- */
.panel-heading {
  background: #2265b0;
}

.panel-title {
  color: white;
}

.panel-default a {
  text-decoration: none;
}

.panel-default a:hover {
  color: #fff;
  text-decoration: underline;
}

.panel-body a:hover {
  color: #2265b0;
  text-decoration: none;
}
/* CUSTOMIZE THE LETTER ACCORDION
-------------------------------------------------- */
.letter-accordion .panel-heading {
  background: rgb(236, 236, 236);
}

.letter-accordion .panel-title {
  color: #428bca;
  text-decoration: none !important;
}

.letter-accordion .panel-title:hover {
  color: #004383;
  text-decoration: underline !important;
}

.letter-accordion .panel-default a {
  color: #fff;
  text-decoration: none !IMPORTANT;
}

.letter-accordion .panel-body p {
  font-size: 18px !important;
}

.letter-accordion .panel-default .panel-body a {
  color: #428bca;
  text-decoration: underline !important;
}

.panel-body a:hover {
  color: #143b68;
  text-decoration: none;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  height: 110px;
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}

.navbarOto {
  height: 80px !important;
}

.navbar-default .navbar-brand {
  min-height: 80px;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand img {
  max-width: 290px;
}

.navbar-inverse {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
}

.navbar-nav {
  float: none;
  padding-top: 15px;
}

.navbar-nav li:hover {
  background-color: #DDDDDD !important;
}

.navbar-nav li a {
  color: #000 !important;
}

.navbar-nav li a:hover {
  color: #113251 !important;
}

.dropdown-menu > li > a {
  color: #113251 !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #003f9a;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #B6B6B6;
}

.navbar-collapse {
  float: left;
}

.navbar-phone-contain {
  background-color: #B90003;
  height: 65px;
  border-bottom-color: #FFFFFF;
}

.navbar-phone {
  float: right;
  color: #FFFFFF;
  padding: 0px;
  margin-right: 0px;
  font-size: 16px;
  letter-spacing: 1px;
  font-style: italic;
  padding-top: 10px;
}

.navbar-phone-contain .btn {
  font-size: 22px;
}

.navbar-phone-contain .btn a {
  color: #FFFFFF;
  text-decoration: none;
}

.phone-txt-checkout {
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  margin-top: 15px;
}

.phone-txt-checkout a {
  text-decoration: none;
  color: #fff !important;
}

#phone-txt {
  display: none;
}
/* CUSTOMIZE THE BREADCRUMB
-------------------------------------------------- */
.breadcrumb1 {
  text-align: center;
  font-size: 75%;
  width: 100%;
  background-color: #FFFFFF;
}

.breadcrumb1 a {
  padding: 10px 0px 10px;
  background: #f0f4f9;
  position: relative;
  display: inline-block;
  width: 79%;
}

.breadcrumb1 a:before {
  width: 0;
  height: 0;
  border-top: 18px inset transparent;
  border-bottom: 19px inset transparent;
  border-left: 14px solid #FFFFFF;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.breadcrumb1 a:after {
  width: 0;
  height: 0;
  border-top: 18px inset transparent;
  border-bottom: 19px inset transparent;
  border-left: 14px solid #f0f4f9;
  position: absolute;
  content: "";
  top: 0;
  right: -14px;
  z-index: 2;
}

.breadcrumb1 a:first-child:before, .breadcrumb1 a:last-child:after {
  border: none;
}

.breadcrumb1 a:first-child {
	/*-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 4px 4px 4px 3px;*/
  display: none;
}

.breadcrumb1 a:last-child {
	/*-webkit-border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
			border-radius: 0 4px 4px 0;*/
  display: none;
}

.breadcrumb1 .current {
  background: #7AA7C5;
  color: #fff;
}

.breadcrumb1 .current:after {
  border-left-color: #7AA7C5;
}

.breadcrumb1 a:hover {
  text-decoration: none;
}

.breadcrumb2 {
  text-align: center;
  font-size: 75%;
  width: 100%;
  background-color: #FFFFFF;
}

.breadcrumb2 a {
  padding: 10px 0px 10px;
  background: #f0f4f9;
  position: relative;
  display: inline-block;
  width: 79%;
}

.breadcrumb2 a:before {
  width: 0;
  height: 0;
  border-top: 18px inset transparent;
  border-bottom: 19px inset transparent;
  border-left: 14px solid #FFFFFF;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.breadcrumb2 a:after {
  width: 0;
  height: 0;
  border-top: 18px inset transparent;
  border-bottom: 19px inset transparent;
  border-left: 14px solid #f0f4f9;
  position: absolute;
  content: "";
  top: 0;
  right: -14px;
  z-index: 2;
}

.breadcrumb2 a:first-child:before, .breadcrumb2 a:last-child:after {
  border: none;
}

.breadcrumb2 a:first-child {
	/*-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 4px 4px 4px 3px;*/
  display: none;
}

.breadcrumb-center {
  display: none !important;
}

.breadcrumb2 a:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.breadcrumb2 .current {
  background: #7AA7C5;
  color: #fff;
}

.breadcrumb2 .current:after {
  border-left-color: #7AA7C5;
}

.breadcrumb2 a:hover {
  text-decoration: none;
}
/* CUSTOMIZE CHECKOUT FORM
-------------------------------------------------- */
#secure-order-bar {
  height: 30px;
  width: 100%;
  padding-bottom: 5px;
  background-image: -webkit-linear-gradient(270deg, rgba(68,85,111,1.00) 0%, rgba(6,23,49,1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(68,85,111,1.00) 0%, rgba(6,23,49,1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(68,85,111,1.00) 0%, rgba(6,23,49,1.00) 100%);
  background-image: linear-gradient(180deg, rgba(68,85,111,1.00) 0%, rgba(6,23,49,1.00) 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid #0F3A7C;
  font-weight: bold;
  font-size: 18px;
  color: #F2F2F2;
  margin-bottom: 5px;
}

.form-container {
  width: 100%;
  background-color: #FFE;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: 15px;
}

.form-container label {
  display: block;
  margin-right: 10px;
  text-align: left;
  font-size: 14px;
  margin-top: 4px;
  font-weight: bold;
  padding-left: 3%;
}

.form-group {
  margin-bottom: 5px;
}

.form-container input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
  width: 95%;
  margin: auto;
}

.form-container input.error {
  background: #ff9c9c !important;
  border: 1px solid #d71a1f !important;
}

.form-container label.error {
  margin: 0px;
  padding: 0px;
  height: 0px;
  display: none;
  visibility: hidden;
}

.form-container select {
  width: 95%;
  margin: auto;
}

@media (min-width: 768px) {
  .form-container #quantity {
    width: 65px;
  }
}

.sameas-select {
  width: 94% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.cc-align {
  padding-left: 0px;
  padding-bottom: 5px;
  text-align: center;
}

.expiration {
  margin-bottom: 5px;
}

.expiration select {
  margin-left: 3% !important;
  margin-bottom: 10px;
}

.cvv2-field {
  width: 60px !important;
  margin-left: 3% !important;
}

.zip-field {
  width: 100px !important;
  margin-left: 3% !important;
}

.newSec p {
  font-size: 18px;
}

#productInfo {
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
  font-size: 15px;
}

#secure-guarantee {
  background-color: #F5FAF5;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#secure-guarantee-header {
  font-size: 14px;
  font-weight: bold;
  background-color: #CCF8CD;
  color: #4D4D4D;
}

#secure-guarantee-body {
  font-size: 12px;
  width: 90%;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease !important;
  opacity: 0;
}

input::-webkit-input-placeholder {
  font-size: 11pt;
}

input::-moz-placeholder {
  font-size: 11pt;
}

input:-ms-input-placeholder {
  font-size: 11pt;
}

input:-moz-placeholder {
  font-size: 11pt;
}

.ccv-tooltip {
  text-decoration: none;
  background-color: #000;
  color: #FF0;
  padding: 1px;
}

.popover {
  max-width: 900px;
}
/* hides the spin-button for firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* hides the spin-button for chrome*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.guaranteeBox {
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #FFFBEA;
  border-radius: 15px;
}

.certificateBox {
  background-image: url("/media/legacy/cert.jpg");
  background-size: 100% 100%;
  height: 750px;
}

.certificateBox h3 {
  text-align: center;
  padding: 120px 50px 0px 50px;
  color: #0e4376;
  font-weight: bold;
}

.certificateBox p {
  font-size: .75em;
  padding-left: 70px;
  padding-right: 70px;
}

.warning-check {
  background-image: url(/img4/misc/warning-check-left.gif);
  width: 120px;
  height: 52px;
  position: absolute;
  top: -10px;
}
/* CUSTOMIZE THE BUTTONS
-------------------------------------------------- */
.btn-primary {
  background-color: #113251;
}

.checkout-btn-green-01 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 23px;
  text-align: center;
  text-shadow: 2px 2px 5px #121212;
  background-color: #53CB00;
  font-weight: normal;
  height: 70px;
  color: #FFFFFF;
  white-space: normal;
}

.btn:hover, .btn:focus {
  color: #DEDEDE;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-control.right {
  background-image: none;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control {
  color: #7A7A7A;
}

.carousel-indicators {
  bottom: -20px;
}

.carousel-indicators li {
  border-color: #707070;
}

.carousel-indicators .active {
  background-color: #A9A9A9;
}
/* HOME PAGE
-------------------------------------------------- */
.jumbotron {
  padding: 15px;
}

.jumbotron p {
  font-size: 16px;
}

.jumbotron .lead {
  font-size: 21px;
}
/* ARTICLE PAGE
-------------------------------------------------- */
.advertorial {
  text-align: center;
  font-size: 12px;
  color: white;
  margin: 0 0 20px 0;
  padding: 0;
}
/* OTO PAGES
-------------------------------------------------- */
.otoProductList {
  color: #003399;
  padding-top: 0px;
}

.otoProductListSingle {
  color: #003399;
  padding-top: 0px;
}
/* CUSTOMIZE THE BADGES
-------------------------------------------------- */
.badgeHonest {
  margin-top: 15px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 450px) {
/* CUSTOMIZE MOBILE IMAGES
    -------------------------------------------------- */
  .media.pull-left {
    float: left !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: inherit;
  }

  .media.pull-right {
    float: right !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: inherit;
  }
/* CUSTOMIZE CHECKOUT FORM
    -------------------------------------------------- */
  .form-container label {
    padding-left: 6%;
  }

  .form-container input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
    width: 88%;
    margin: auto;
  }

  .form-container select {
    width: 88%;
    margin: auto;
  }

  .expiration select {
    margin-left: 6% !important;
    margin-bottom: 10px;
  }

  .cvv2-field {
    margin-left: 6% !important;
  }

  .zip-field {
    margin-left: 6% !important;
  }

  #secure-guarantee-header {
    font-size: 18px;
  }

  #secure-guarantee-body {
    font-size: 14px;
    width: 80%;
  }

  .guaranteeBox {
    width: 80%;
  }
/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
  .navbar-nav {
    float: right;
    padding-top: 15px;
  }

  .navbar-default .navbar-brand {
    min-height: 80px;
  }

  .navbar-phone {
    text-align: right;
    padding-top: 0px;
  }

  .navbar-phone-contain {
    height: 22px;
  }

  #phone-txt {
    display: block;
  }

  #phone-button {
    display: none;
  }
/* CUSTOMIZE THE BREADCRUMB
    -------------------------------------------------- */
  .breadcrumb1 a {
    width: 49%;
  }

  .breadcrumb1 a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    display: inline-block;
  }

  .breadcrumb2 a {
    width: 49%;
  }

  .breadcrumb2 a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    display: inline-block;
  }

  .breadcrumb-center {
    display: inline-block !important;
  }
/* CUSTOMIZE THE BUTTONS
    -------------------------------------------------- */
  .checkout-btn-green-01 {
    font-size: 33px;
  }
/* CUSTOMIZE THE BADGES
    -------------------------------------------------- */
  .badgeHonest {
    margin-top: 35px;
  }
}

@media (min-width: 650px) {
/* CUSTOMIZE CHECKOUT FORM
    -------------------------------------------------- */
  .form-container {
    width: 100%;
  }

  .form-container label {
  }

  .form-container input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
    margin: auto;
    height: 30px;
  }

  .form-container select {
    margin: auto;
    height: 30px;
  }

  .expiration select {
    margin-bottom: 10px;
  }

  #secure-guarantee-body {
    font-size: 14px;
    width: 70%;
  }
/* CUSTOMIZE THE BREADCRUMB
    -------------------------------------------------- */
  .breadcrumb1 {
    font-size: 12px;
  }

  .breadcrumb1 a {
    display: inline-block;
    width: 32%;
  }

  .breadcrumb1 a:first-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 4px 4px 4px 3px;
    display: inline-block;
  }

  .breadcrumb1 a:before {
    width: 0;
    height: 0;
    border-top: 17px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
  }

  .breadcrumb1 a:after {
    width: 0;
    height: 0;
    border-top: 17px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #f0f4f9;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
  }

  .breadcrumb2 {
    font-size: 12px;
  }

  .breadcrumb2 a {
    display: inline-block;
    width: 32%;
  }

  .breadcrumb2 a:first-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 4px 4px 4px 3px;
    display: inline-block;
  }

  .breadcrumb2 a:before {
    width: 0;
    height: 0;
    border-top: 17px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
  }

  .breadcrumb2 a:after {
    width: 0;
    height: 0;
    border-top: 17px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #f0f4f9;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
  }
/* CUSTOMIZE THE BUTTONS
    -------------------------------------------------- */
  .checkout-btn-green-01 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
/* CUSTOMIZE CHECKOUT FORM
    -------------------------------------------------- */
  .form-container {
    float: right;
    width: 360px;
  }

  .form-container label {
    width: 138px;
    display: block;
    float: left;
    margin-right: 10px;
    text-align: right;
    font-size: 13px;
    margin-top: 4px;
  }

  .form-container input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
    width: 200px;
    margin: 0px;
  }

  .form-container select {
    padding: 2px;
    width: 100%;
    margin: 0 0 0 1px;
  }

  .sameas-select {
    width: 94% !important;
    margin-right: inherit !important;
    margin-left: inherit !important;
    text-align: right !important;
  }

  .cc-align {
    padding-left: 140px;
    padding-bottom: 5px;
    text-align: left;
  }

  .expiration {
    margin-bottom: 5px;
  }

  .expiration select {
    margin-left: auto !important;
  }

  .cvv2-field {
    width: 60px !important;
    margin: 0px !important;
  }

  .zip-field {
    width: 100px !important;
    margin: 0px !important;
  }

  #productInfo {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 50px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  #secure-guarantee {
    background-color: #F5FAF5;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  #secure-guarantee-header {
    font-size: 13px;
    font-weight: bold;
    width: 360px;
    background-color: #CCF8CD;
    color: #4D4D4D;
  }

  #secure-guarantee-body {
    font-size: 12px;
    width: 80%;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .warning-check {
    background-image: url(/img4/misc/warning-check.gif);
    position: absolute;
    left: -120px;
    top: -10px;
  }
/* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px;
 /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    ;
  }
/* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .navbar-collapse {
    float: right;
  }

  .navbar-nav li a {
    color: #ffffff !important;
  }

  .dropdown-menu > li > a {
    color: #113251 !important;
  }
/* CUSTOMIZE THE BREADCRUMB
    -------------------------------------------------- */
  .breadcrumb1 {
    font-size: 14px;
  }

  .breadcrumb1 a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
  }

  .breadcrumb1 a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #f0f4f9;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
  }
/* OTO PAGES
    -------------------------------------------------- */
  .otoProductList {
    padding-top: 50px;
  }

  .otoProductListSingle {
    padding-top: 62px;
  }
}

.letter-width {
  max-width: 750px !important;
}

.letter-width p {
  font-size: 22px;
}

.letter-width ul.list li {
  margin-bottom: 0;
  font-size: 22px;
}

.letter-width h1 {
  font-weight: bold;
  font-size: 35pt;
  text-align: center;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .letter-width h1 {
    font-size: 35px;
  }
}

.letter-width h2 {
  font-weight: bold;
  font-size: 25pt;
}

.letter-width h3 {
  font-weight: bold;
  font-size: 20pt;
  text-align: center;
  color: #0e4376;
  margin: 35px 0;
}

.letter-width .articleLead {
  font-weight: bold;
  font-size: 14pt;
  font-style: italic;
  text-align: center;
  margin-top: 35px;
  color: #111;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .letter-width .articleLead {
    margin-top: 15px;
  }
}

.letter-width .articleSubheading {
  font-weight: bold;
  font-size: 18pt;
  font-style: italic;
  text-align: center;
  margin: 20px 0;
  color: #111;
}

.section ._heading {
  text-align: center;
  color: #0e4376;
  font-size: 46px;
  margin: 0 0 1em;
  text-transform: uppercase;
}

.section .holder p,.blue-bg .caption p {
  margin-bottom: 1.5em;
  font-size: 20px;
}

.blue-bg .caption h1 {
  font-size: 3.2em;
  font-weight: 600;
  margin-top: 0;
}

.popover-header {
  padding: 8px 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-title {
  font-style: normal;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.pad-t-10 {
  padding-top: 10px !important;
}

.pad-t-20 {
  padding-top: 20px !important;
}

.margin-b-0 {
  margin-bottom: 0 !important;
}

.pad-t-10 {
  padding-top: 10px !important;
}

.pad-b-10 {
  padding-bottom: 10px !important;
}

.outLineimgBoxDarkBlue {
  margin-right: auto;
  margin-left: auto;
  border: 0.1rem solid #125597;
}

.popover {
  width: 575px;
}

.testimonial-doc {
  border: #000000 double thin;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px;
}

@media (max-width: 414px) {
  .media {
    padding: 0 0 15px 0;
    margin: auto !important;
  }
}

.testimonial-doc p.testimonial-doc-text {
  font-size: 20px!important;
}

.w-control-bar__region--airplay {
  visibility: hidden;
  display: none;
}
/* guarantee box */
.guarantee-content {
  background-image: url(/img4/guarantee-mid.png);
  background-repeat: repeat;
  background-size: 100%;
  max-width: 607px;
  margin: 0 auto 0px auto;
  padding: 5px 80px;
}

.guarantee-box .guarantee-top {
  max-height: 40px;
  margin: 30px 0;
}

.guarantee-box .guarantee-bottom {
  margin-bottom: 30px;
}

@media (max-width: 414px) {
  .guarantee-box {
    position: relative;
  }

  .guarantee-box:before,  .guarantee-box:after {
    content: "";
    display: block;
    position: absolute;
    height: 75px;
    width: 75px;
    border-color: #C2D1E0;
    border-style: solid;
  }

  .guarantee-box:before {
    border-width: 8px 0 0 8px;
    top: -4px;
    left: -4px;
  }

  .guarantee-box:after {
    border-width: 0 8px 8px 0;
    bottom: -4px;
    right: -4px;
  }

  .guarantee-box .guarantee-content {
    position: relative;
    background-image: none;
    background-size: 100%;
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 1px 10px 20px 10px;
  }

  .guarantee-box .guarantee-content:before,  .guarantee-box .guarantee-content:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    height: calc(100% - 81px);
    width: 100%;
    width: calc(100% - 81px);
    border-color: #C2D1E0;
    border-style: solid;
  }

  .guarantee-box .guarantee-content:after {
    border-width: 0 0 1.14285714px 1.14285714px;
    bottom: -0.57142857px;
    left: -0.57142857px;
  }

  .guarantee-box .guarantee-content:before {
    border-width: 1.14285714px 1.14285714px 0 0;
    top: -0.57142857px;
    right: -0.57142857px;
  }

  .guarantee-box .guarantee-top,  .guarantee-box .guarantee-bottom {
    display: none;
  }
}

a {
  text-decoration: none !important;
}

#wrapper {
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/body-bg.png) center/cover;
}

.banner {
  margin: 0 0 30px;
  position: relative;
}

.banner .btn-1 {
  max-width: 200px;
  padding: 10px 20px;
  font-size: 24px;
  text-align: center;
}

.banner .align-right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  position: absolute;
  background-size: cover;
  background-position: 15% 0;
}

.banner .align-right img {
  width: 100%;
  height: auto;
  display: block;
}

.banner .descp {
  padding: 30px;
  overflow: hidden;
  text-align: left;
}

.banner h1 {
  color: #000;
  margin: 0 0 20px;
  text-align: left;
  text-transform: uppercase;
}

.banner-bg h2 {
  color: #e34832;
  text-transform: uppercase;
  font-size: 37px;
  font-weight: 500;
  margin-bottom: 0;
}

.banner .sub-title {
  color: #000;
  display: block;
  font-size: 26px;
  margin: 0 0 20px;
  font-weight: bold;
  line-height: 32px;
}

.banner-bg .caption .logo {
  margin: 0 0 7em;
}

.banner-bg .caption h1 {
  font-size: 65px;
  color: #17b9ee;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
}

.banner-bg .caption {
  max-width: 700px;
  text-align: left;
  position: relative;
  padding: 3.5em 3.5em 0;
}

.banner-bg .caption .btn {
  margin-top: 0;
}

.banner-bg .caption p {
  font-size: 1.8em;
  font-weight: 600;
  margin: 0;
  color: #444243;
}

.btn {
  border-radius: 50px;
  border-width: 0;
  padding: 14px 1.5em;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2.5em;
  position: relative;
  z-index: 9999;
}

.btn.btn-sm {
  font-size: 2em;
  padding: 10px 1.5em;
}

.btn-pri,
.btn-pri:hover,
.btn-pri:focus,
.btn-pri:active {
  color: #0e4376;
  background: #ffe127;
  background: -moz-linear-gradient(top, #ffe127 0%, #ffb500 50%, #ffe127 100%);
  background: -webkit-linear-gradient(top, #ffe127 0%,#ffb500 50%,#ffe127 100%);
  background: linear-gradient(to bottom, #ffe127 0%,#ffb500 50%,#ffe127 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe127', endColorstr='#ffe127',GradientType=0 );
  -webkit-text-stroke: .2px #0e4376;
  text-shadow: 0 1px 1px #fff;
}

.section article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section article p span {
  color: #cc0202;
}

.section:after, .section article:after {
  clear: both;
  content: '';
  display: block;
}

#footer {
  color: #fff;
  overflow: hidden;
  padding: 15px 20px;
  text-align: center;
  background: #0e4376;
}

#footer a {
  color: #fff;
  font-weight: 400;
}

@media (max-width: 1300px) {
  .banner-bg .caption h1 {
    font-size: 55px;
  }

  .banner-bg h2 {
    font-size: 34px;
  }

  .section-box .box-heading {
    font-weight: 600;
    font-size: 45px;
  }

  .section-box p {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .banner-bg .caption h1 {
    font-size: 55px;
  }

  .banner-bg h2 {
    font-size: 34px;
  }

  .section-box .box-heading {
    font-weight: 600;
    font-size: 36px;
  }

  .section-box p {
    font-size: 16px;
  }

  .gbadge img {
    width: 30px;
  }
}

@media (max-width: 991px) {
  .col-md-push-9 {
    margin-bottom: 2em;
  }

  .circle-img {
    margin: 2em auto;
  }

  .section article {
    display: block;
    width: 100%;
    margin-bottom: 5em;
    padding: 2em;
  }

  .align-right, .align-left {
    margin: 0;
  }

  .section ._heading {
    font-size: 36px;
  }

  .section .holder p {
    font-size: 1.5em;
  }

  .reverse-div {
    display: flex !important;
    flex-direction: column-reverse;
  }

  footer .list-inline li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ander-font,
.bellerose-font,
.bernard-font {
    font-size: 3.5em;
  }

  .bellerose-font {
    margin-top: -28px;
  }
}

@media (max-width: 550px) {
  .banner-bg .caption {
    padding: 2em 2em 0;
  }

  .banner-bg .caption h1 {
    font-size: 34px;
  }

  .banner-bg h2 {
    font-size: 31px;
  }

  .section-box .box-heading {
    font-weight: 600;
    font-size: 24px;
  }

.media-body, .media-left, .media-right {
    display: block;
    vertical-align: top;
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 0;
}

  .section-box p {
    font-size: 14px;
  }

  .theme-card {
    padding: 1em;
  }

  .banner-bg .caption .logo {
    margin-bottom: 5em;
  }

  .banner-bg {
    min-height: 500px;
  }

  .container {
    padding: 0 15px;
  }

  .btn {
    font-size: 2em;
  }

  .ander-font,
.bellerose-font,
.bernard-font {
    font-size: 3em;
  }

  .bellerose-font {
    margin-top: -20px;
  }

  footer .list-inline li {
    padding: 0 5px;
  }

  footer .list-inline li img {
    width: 30px;
  }
}