body,
p,
a,
blockquote {
  font-family: "Gotham A", "Gotham B", sans-serif;
  color: #000000;
}
body {
  font-size: 1rem;
  font-weight: 400;
}
strong {
  font-weight: 600;
}
.navbar-nav li a.nav-link,
.dropdown-menu li a,
#footer-menu li a {
  font-size: 0.9rem;
}
#footer-menu li a {
  font-size: 0.9rem;
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 2rem;
}
body,
html {
  height: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .modal-lg {
    /*  iPad Portrait  */
    max-width: 700px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal-lg {
    /*  iPad Landscape  */
    max-width: 800px;
  }
}
@media only screen and (min-width: 1440px) {
  .container-fluid,
  .container-xxl {
    /*  Desktop  */
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1024px) {
  .w-80 {
    /* UP TO iPad Landscape  */
    width: 100% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .w-80 {
    /*  13" laptop  */
    width: 100% !important;
  }
}
@media only screen and (min-width: 1800px) {
  .w-80 {
    /*  Desktop  */
    width: 80% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .w-20 {
    /* UP TO iPad Landscape  */
    width: 0% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .w-20 {
    /*  13" laptop  */
    width: 0% !important;
  }
}
@media only screen and (min-width: 1800px) {
  .w-20 {
    /*  Desktop  */
    width: 20% !important;
  }
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn {
  padding: 0.8rem 2rem 0.7rem;
  border-radius: 0;
  font-weight: 600;
}
.more-btn {
  background-color: #9D9D9C;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #FFFFFF;
  width: 145px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.more-btn:hover {
  background-color: #C10230;
  color: #FFFFFF;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
.sub-section-title a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.sub-section-title a:hover {
  color: #FFFFFF;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote {
  padding-left: 2.5rem;
  border-left: 3px solid #9D9D9C;
}
.offset:before {
  display: block;
  content: " ";
  visibility: hidden;
}
@media (max-width: 767px) {
  .offset:before {
    /*  All phone devices */
  }
}
@media only screen and (min-width: 768px) {
  .offset:before {
    /*  iPad Portrait  */
    height: 120px;
    margin-top: -120px;
  }
}
@media only screen and (min-width: 1024px) {
  .offset:before {
    /*  iPad Landscape  */
  }
}
@media only screen and (min-width: 1200px) {
  .offset:before {
    /*  Desktop  */
    height: 120px;
  }
}
.gform_anchor {
  position: absolute;
  top: -305px;
}
a,
a* {
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.center {
  text-align: center;
}
.carousel-control {
  text-shadow: none;
  background-color: transparent;
  background-image: none !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
#breadcrumb {
  height: 45px;
}
#breadcrumb a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
  position: relative;
  overflow: hidden;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
  width: 20000em;
  position: relative;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
  /* Required only for block elements like <li>'s */
  float: left;
}
#pagination .page-numbers {
  padding: 5px 7px;
  font-size: 1rem;
}
#pagination a.page-numbers {
  -webkit-transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -ms-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
#pagination a.page-numbers:hover {
  color: #FFFFFF;
}
#pagination .current {
  color: #FFFFFF;
}
#pagination .dots {
  background-color: transparent;
}
#pagination .dots {
  padding: 0 0 5px 0;
}
#pagination a.next,
#pagination a.prev {
  display: none;
}
@media (max-width: 767px) {
  img.alignright {
    /*  All phone devices */
    margin: 0 0 1em 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  img.alignright {
    /*  iPad Portrait  */
    margin: 0 0 1em 1em;
    float: right;
  }
}
img.alignleft {
  margin: 0 2.5rem 1rem 0;
}
@media (max-width: 767px) {
  img.alignleft {
    /*  All phone devices */
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  img.alignleft {
    /*  iPad Portrait  */
    float: left;
  }
}
img.aligncenter {
  display: block;
  margin: 1em auto;
}
@media (max-width: 767px) {
  a img.alignright {
    /*  All phone devices */
    margin: 0 0 1em 0;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  a img.alignright {
    /*  iPad Portrait  */
    margin: 0 0 1em 1em;
    float: right;
  }
}
a img.alignleft {
  margin: 0 1em 1em 0;
}
@media (max-width: 767px) {
  a img.alignleft {
    /*  All phone devices */
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  a img.alignleft {
    /*  iPad Portrait  */
    float: left;
  }
}
a img.aligncenter {
  display: block;
  margin: 1em auto;
}
#page-builder .cta-btn {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 1rem 0.5rem;
  min-width: 150px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#page-builder .cta-btn:hover {
  color: #FFFFFF !important;
  background-color: #C10230 !important;
}
#page-builder .modal .modal-content {
  border-radius: 0;
}
#page-builder .modal .modal-header {
  border: none;
  padding: 0;
}
#page-builder .modal .modal-header .btn-close {
  position: absolute;
  z-index: 99999;
  top: 0.5rem;
  right: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent url(../img/Close-cross-grey.png) center / 3rem auto no-repeat;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  outline: none;
  box-shadow: none;
}
#page-builder .modal .modal-body {
  padding: 3rem;
}
#page-builder .modal .modal-body h2 {
  margin-bottom: 2rem;
}
#page-builder .modal .modal-body .post-content {
  margin-bottom: 3rem;
}
#page-builder .modal .modal-body .post-content a {
  text-decoration: underline;
}
#page-builder .modal .modal-body .post-content a:hover {
  text-decoration: none;
}
#page-builder .modal .modal-body .btn-next {
  float: right;
}
#page-builder .modal p.modal-footer {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
#certs {
  position: relative;
  z-index: 15;
  margin-bottom: 4rem;
}
#certs .side-widge {
  background: linear-gradient(-45deg, #FFFFFF 26%, transparent 26%);
  height: 590px;
  position: relative;
  right: -0.75rem;
}
@media only screen and (min-width: 1200px) {
  #certs .side-widge {
    /*  13" laptop  */
    margin-top: -32rem;
  }
}
@media only screen and (min-width: 1440px) {
  #certs .side-widge {
    /*  Desktop  */
    margin-top: -29rem;
  }
}
@media only screen and (min-width: 1800px) {
  #certs .side-widge {
    /*  Desktop  */
    margin-top: -33rem;
  }
}
#certs .straplines-block {
  position: relative;
}
#certs .straplines-pos {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#certs .text-block h4,
#certs .text-block h5 {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0.5rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 820px) {
  #certs .text-block h4,
  #certs .text-block h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  #certs .text-block h4,
  #certs .text-block h5 {
    /*  13" laptop  */
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  #certs .text-block h4,
  #certs .text-block h5 {
    /*  15" Laptop and new 13"  */
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
#certs .text-block p {
  display: none;
}
#certs .text-block a {
  font-weight: 700;
}
#certs .spacer {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1180px) {
  #certs .spacer {
    margin-bottom: 1rem;
  }
}
#certs .spacer:last-child {
  margin-bottom: -2rem;
}
@media only screen and (min-width: 768px) {
  #certs .cert-logo {
    /*  iPad Portrait  */
    margin-bottom: 4rem;
  }
}
/*# sourceMappingURL=pb-certs.css.map */