/*
 Theme Name: BPHM
 Author: the Westerlike team
 Author URI: https://www.westerlike.com/
 Description: BPHM
 Version: 1.3
 */
* html {
  visibility: visible;
}
body {
  font-family: 'Raleway', 'Open Sans', Arial, sans-serif !important;
  color: #272727;
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', 'Open Sans', Arial, sans-serif;
}
h1, h2 {
  font-size: 36px;
}
h3, h4, h5, h6 {
  font-size: 14px;
}
section {
  float: left;
  width: 100%;
  background: #fff;
}
html, body, p {
  margin: 0 !important;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
  display: block;
}
a {
  color: #ff5900;
}
/* Slide Out Menu */
.o-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #ff5900;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.c-menu--slide-left, .c-menu--slide-right, .c-menu--push-left, .c-menu--push-right {
  width: 100%;
  height: 100%;
  /*  overflow-y: scroll;*/
}
@media all and (min-width: 320px) {
  .c-menu--slide-left, .c-menu--slide-right, .c-menu--push-left, .c-menu--push-right {
    width: 300px;
  }
}
.c-menu--slide-left .c-menu__item, .c-menu--slide-right .c-menu__item, .c-menu--push-left .c-menu__item, .c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--slide-left .c-menu__item:first-child, .c-menu--slide-right .c-menu__item:first-child, .c-menu--push-left .c-menu__item:first-child, .c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-left .c-menu__item:last-child, .c-menu--slide-right .c-menu__item:last-child, .c-menu--push-left .c-menu__item:last-child, .c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--slide-left .c-menu__link, .c-menu--slide-right .c-menu__link, .c-menu--push-left .c-menu__link, .c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}
.c-menu--slide-left .c-menu__close, .c-menu--slide-right .c-menu__close, .c-menu--push-left .c-menu__close, .c-menu--push-right .c-menu__close {
  display: block;
  /*  padding: 7px 24px;*/
  width: 100%;
}
.c-menu__close {
  background: none;
  border: none;
  height: 1px;
}
.c-menu--slide-right, .c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-right, .c-menu--push-right {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}
.c-menu--slide-right.is-active, .c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#c-button--push-right {
  display: none;
}
.closeBtn {
  float: right;
  position: absolute;
  top: 0px;
  left: 270px;
}
.closeBtn i {
  color: #fff;
  font-size: 22px;
}
.closeBtn:hover {
  text-decoration: none !important;
}
.closeSection {
  float: left;
  width: 100%;
  position: relative;
}
.navbar-nav {
  flex-direction: unset !important;
}
#header {
  position: fixed;
  background: #fff;
  z-index: 15;
}
#header .navbar {
  height: 91px;
  z-index: 4;
  padding: 0 0 0.5rem 0;
}
#header .navbar.scrolling {
  -webkit-box-shadow: 0 4px 4px -2px #999;
  -moz-box-shadow: 0 4px 4px -2px #999;
  box-shadow: 0 4px 4px -2px #999;
}
#header .navTop {
  float: left;
  width: 100%;
  background: #ff5900;
  color: #fff;
  text-align: right;
}
#header .navTop ul {
  margin-bottom: 0;
  margin-top: 0;
}
#header .navTop ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: none;
}
#header .navBottom .socials {
  border-left: 1px solid #272727;
  float: right;
  width: 145px;
}
#header .navBottom ul {
  float: right;
}
#header .userPanel .second {
  border-left: 1px solid white;
}
#header .logo {
  float: left;
  width: 200px;
  margin-right: 20px;
  margin-top: 7px;
}
#header .logo img {
  width: 100%;
}
#header .navbar-collapse {
  float: right;
  width: 60%;
  text-align: right;
}
#header ul {
  padding-left: 0;
  margin-top: 20px;
  text-align: right !important;
}
#header ul li {
  list-style: none;
  display: inline !important;
  position: relative;
}
#header ul li a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  display: inline-block;
  padding: 6px 15px;
}
#header ul li a:hover {
  background: #ff5900;
  color: #fff;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#header ul li a:focus {
  border: none;
  outline: none;
}
#header ul li ul {
  position: absolute;
  left: -9999em;
  background: #fff;
  top: 0px;
  width: 170px;
  padding-left: 0;
}
#header ul li:hover ul {
  left: 0;
}
#header #c-button--push-right {
  cursor: pointer;
  float: right;
  position: absolute;
  top: 41px;
  right: 24px;
  z-index: 8;
}
#header #c-button--push-right i {
  color: #272727;
  font-size: 20px;
  font-weight: 300;
}
.placeholder {
  float: left;
  width: 100%;
  height: 90px;
  clear: both;
}
.secondarySocials {
  display: none;
  z-index: 100;
  position: relative;
  width: 35px;
  height: 35px;
  padding-left: 0;
}
.secondarySocials li {
  width: 35px;
  background: #272727;
  color: #fff;
  list-style: none;
  text-align: center;
}
.secondarySocials li:hover {
  background: #ff9700;
}
.secondarySocials li.second {
  background: #ff5900;
}
.secondarySocials li.second:hover {
  background: #ff9700;
}
.secondarySocials li a {
  color: #fff;
}
.secondarySocials li a i {
  line-height: 35px;
  color: #fff;
}
#header .logo img.small {
  display: none;
}
#c-menu--push-right {
  padding: 20px 0;
}
#c-menu--push-right ul {
  padding-left: 0;
}
#c-menu--push-right ul li {
  list-style: none;
}
#c-menu--push-right ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 6px 15px;
}
#c-menu--push-right ul li a:hover {
  background: #ff9700;
  color: #fff;
}
#c-menu--push-right ul li ul {
  margin-left: 20px;
  display: none;
}
.prefooter {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background: #ff9700;
  padding-bottom: 80px;
}
.prefooter::before {
  background: url(images/diagonalFooterB.svg) center bottom no-repeat;
  width: 100%;
  float: left;
  height: 434px;
  background-size: 101%;
  position: absolute;
  top: -433px;
  left: 0;
  right: 0;
  content: '';
}
.prefooter .container {
  margin-top: -120px;
}
.prefooter .footerLeft h2 {
  font-size: 30px;
  color: #272727;
  background: url(images/icon-shuttle.svg) top left no-repeat;
  padding-top: 120px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.prefooter .footerLeft p {
  color: #272727;
  width: 573px;
}
.prefooter .footerLeft .contactForm {
  width: 100%;
}
.prefooter .footerLeft .contactForm label {
  display: none;
}
.prefooter .footerLeft .contactForm input[type=email], .prefooter .footerLeft .contactForm input[type=text] {
  background: url(images/form-input.svg) top left no-repeat;
  width: 573px;
  height: 78px;
  color: #272727;
  float: left;
  margin-bottom: 25px;
  border: none;
  background-size: cover;
}
.prefooter .footerLeft .contactForm textarea {
  width: 573px;
  height: 216px;
  background: url(images/form-textarea.svg) top left no-repeat;
  background-size: cover;
  border: none;
}
.prefooter .footerLeft .contactForm input[type=submit] {
  background: #272727;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 14px 45px;
  float: left;
  cursor: pointer;
  /*margin-bottom:120px;*/
}
.prefooter .footerLeft .contactForm input[type=submit]:hover {
  background: #ff5900;
}
.prefooter .footerLeft .contactForm .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .prefooter .footerLeft .contactForm .gform_wrapper li.gfield_error textarea {
  border: 0;
}
.prefooter .footerLeft .contactForm .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  width: 573px !important;
}
.prefooter .footerLeft .contactForm .gform_wrapper li.gfield.gfield_error, .prefooter .footerLeft .contactForm .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
}
.prefooter .footerRight h2 {
  color: #272727;
  font-size: 30px;
  margin-bottom: 0px;
  margin-top: 250px;
  text-transform: uppercase;
}
.prefooter .footerRight .footerLinks {
  width: 100%;
  padding-left: 30px;
}
.prefooter .footerRight .footerLinks li {
  list-style: none;
  position: relative;
}
.prefooter .footerRight .footerLinks li a {
  color: #272727;
  font-size: 16px;
  font-style: italic;
  padding-top: 15px;
  display: inline-block;
}
.prefooter .footerRight .footerLinks li::before {
  position: absolute;
  content: '';
  background: url(images/icon-arrow.svg) top left no-repeat;
  top: 11px;
  left: -33px;
  width: 28px;
  height: 28px;
}
footer {
  background: #272727;
  float: left;
  width: 100%;
  clear: both;
  padding: 20px 0;
}
footer .logo {
  float: left;
  width: 120px;
}
footer .logo img {
  width: 100%;
}
footer .footerRight {
  text-align: right;
}
footer .footerRight ul {
  padding-left: 0;
  text-align: right;
}
footer .footerRight ul li {
  display: inline;
  padding: 0 15px;
}
footer .footerRight ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
footer .footerRight .copyright {
  color: #999;
  font-size: 12px;
}
#excel {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 275px;
  padding-top: 0px;
}
#excel::before {
  background: url(images/delim2b.svg) center bottom no-repeat;
  width: 100%;
  float: left;
  height: 446px;
  background-size: 101%;
  position: absolute;
  top: -446px;
  left: 0;
  right: 0;
  content: '';
}
#excel .excelLeft {
  background: url(images/icon-excell.svg) bottom left no-repeat;
  background-size: contain;
  float: left;
  width: 50%;
  min-height: 700px;
}
#excel .excelLeft h2 {
  text-indent: -9999em;
}
#excel .excelRight {
  float: left;
  width: 50%;
  position: relative;
  z-index: 10;
}
#excel .excelRight .excelTop {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  padding: 80px 15%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: -80px;
}
#excel .excelRight .excelTop h2 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 15px;
}
#excel .excelRight .excelTop p {
  font-size: 16px;
  margin-bottom: 15px;
}
#excel .excelRight .excelTop a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #ff9700;
  color: #fff;
  padding: 10px 25px;
  width: 170px;
  display: block;
  margin: 25px auto;
  text-transform: uppercase;
}
#excel .excelRight .excelTop a:hover {
  background: #ff5900;
}
#excel .excelRight .excelBottom {
  float: left;
  width: 100%;
}
.delim {
  width: 100%;
  float: left;
  clear: both;
  background: url(images/delim.svg) bottom center no-repeat;
  height: 100px;
  background-size: 214px;
  margin-bottom: 100px;
  margin-top: 50px;
}
.testimonials {
  float: left;
  width: 100%;
}
.testimonials .item {
  width: 100%;
}
.testimonials .item .testimonialPhoto {
  width: 170px;
  height: 170px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.testimonials .item .testimonialPhoto img {
  width: 100%;
}
.testimonials .item .testimonialText {
  width: 60%;
  margin-right: 10%;
  float: right;
  text-align: center;
  font-size: 18px;
  padding-top: 40px;
}
.testimonials .item .testimonialText em {
  color: #ff9700;
  text-align: center;
  font-size: 12px;
  float: left;
  width: 100%;
  margin-top: 8px;
}
.owl-theme .owl-controls .owl-page span {
  background: #ff9700 !important;
}
.owl-theme .owl-controls {
  width: 80%;
  margin-left: 20%;
  margin-top: 30px;
  z-index: 10;
}
#videoCarousel {
  float: left;
  width: 100%;
  padding-bottom: 260px;
}
#videoCarousel h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  margin: 80px 0;
}
#videoCarousel .videos {
  position: relative;
  z-index: 10;
}
#videoCarousel .videosLeft {
  float: left;
  width: 50%;
}
#videoCarousel .videosLeft .videoContainer {
  background: url(images/videoBg.png) top left no-repeat;
  float: right;
  width: 525px;
  background-size: contain;
  height: 375px;
  padding: 30px 0px 0 18px;
}
#videoCarousel .videosLeft .videoContainer video {
  float: left;
  width: 500px;
  height: 315px;
}
#videoCarousel .videosRight {
  float: left;
  width: 45%;
  padding-left: 5%;
}
#videoCarousel .videosRight h3 {
  font-size: 38px;
  text-align: left;
  margin-bottom: -5px !important;
  font-weight: bold;
}
#videoCarousel .videosRight h4 {
  font-size: 38px;
  text-align: left;
  margin-bottom: 15px;
}
#videoCarousel .videosRight p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}
#videoCarousel .videosRight a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #ff9700;
  color: #fff;
  padding: 10px 25px;
  width: 170px;
  display: block;
  margin: 25px 0;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
#videoCarousel .videosRight a:hover {
  background: #ff5900;
}
#cta {
  background: #ff5900;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 180px;
  padding-top: 90px;
}
#cta::before {
  background: url(images/diagonalOrangeTop2.svg) center bottom no-repeat;
  width: 100%;
  float: left;
  height: 459px;
  background-size: 101%;
  position: absolute;
  top: -458px;
  left: 0;
  right: 0;
  content: '';
}
#cta::after {
  background: url(images/diagonalOrangeBottom2.svg) center bottom no-repeat;
  width: 100%;
  float: left;
  height: 72%;
  background-size: cover;
  position: absolute;
  bottom: -72%;
  left: 0;
  right: 0;
  content: '';
}
#cta .ctas {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}
#cta .ctas img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 15px;
}
#cta .ctas strong {
  color: #fff;
  font-size: 25px;
  display: block;
  margin: 15px 0;
}
#cta .ctas a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-top: 10px;
  display: block;
  color: #fff;
}
#cta .ctas .ctaItem {
  margin-top: 30px;
}
#mainHeader {
  float: left;
  width: 100%;
  max-height: 600px;
  position: relative;
}
#mainHeader .imageBox {
  width: 100%;
  height: 600px;
  float: left;
}
#mainHeader .imageBox img {
  width: 100%;
}
#mainHeader .mask {
  width: 100%;
  height: 340px;
  background: url(images/whiteTop2.svg) bottom left no-repeat;
  background-size: 101%;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
}
#mainContent {
  padding: 80px 0 0;
  width: 100%;
  float: left;
  clear: both;
}
#mainContent img {
  max-width: 100%;
}
#grayTestimonials {
  background: #f3f3f3;
  position: relative;
  text-align: center;
  color: #272727;
  margin-bottom: 180px;
  margin-top: 300px;
  padding-top: 90px;
}
#grayTestimonials::before {
  background: url(images/diagonalGrayTop2.svg) center bottom no-repeat;
  width: 100%;
  float: left;
  height: 340px;
  background-size: 101%;
  position: absolute;
  top: -340px;
  left: 0;
  right: 0;
  content: '';
}
#grayTestimonials::after {
  background: url(images/diagonalGrayBottom2.svg) center top no-repeat;
  width: 100%;
  float: left;
  height: 340px;
  background-size: 100%;
  position: absolute;
  bottom: -340px;
  left: 0;
  right: 0;
  content: '';
}
#grayTestimonials h2 {
  font-weight: bold;
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 62px;
}
#pageBottom {
  float: left;
  width: 100%;
  min-height: 530px;
  padding-top: 120px;
  margin-bottom: 340px;
  position: relative;
}
#pageBottom::before {
  background: url(images/delim2b.svg) center bottom no-repeat;
  width: 100%;
  float: left;
  height: 446px;
  background-size: 101%;
  position: absolute;
  top: -446px;
  left: 0;
  right: 0;
  content: '';
}
#pageBottom.notabs::before {
  display: none;
}
#pageBottom .rowBox {
  float: left;
  width: 100%;
  padding-left: 15%;
}
#pageBottom img {
  position: absolute;
  top: 0;
  left: -110px;
  width: 100px;
}
#pageBottom a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #ff9700;
  color: #fff;
  padding: 10px 25px;
  width: 170px;
  display: block;
  margin: 25px 0;
  text-align: center;
  float: left;
  text-transform: uppercase;
}
#pageBottom a:hover {
  background: #ff5900;
}
#pageBottom h2 {
  margin-bottom: 12px;
}
#tabsSection {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 120px;
}
#tabsSection .tabber {
  display: none;
}
#tabsSection .tabber#tab-1 {
  display: block;
}
#tabsSection .tabber a {
  position: relative;
  font-size: 20px;
  color: #272727;
  text-decoration: none;
  margin-left: 33px;
  margin-top: 20px;
  display: block;
}
#tabsSection .tabber a::before {
  position: absolute;
  content: '';
  background: url(images/icon-arrow.svg) top left no-repeat;
  top: -1px;
  left: -33px;
  width: 28px;
  height: 28px;
}
#tabsSection .tabber img {
  width: 90%;
  display: block;
}
#tabsSection .tabber .videoContainer {
  background: url(images/videoBg.png) top left no-repeat;
  float: right;
  width: 525px;
  background-size: contain;
  height: 375px;
  padding: 30px 0px 0 18px;
}
#tabsSection .tabber .videoContainer video {
  float: left;
  width: 500px;
  height: 315px;
}
#tabsSection .tabber .tabContent {
  min-height: 730px;
  padding: 50px 5% !important;
}
#tabsSection .tabNavigation {
  float: left;
  width: 100%;
  padding-left: 0;
}
#tabsSection .tabNavigation li {
  list-style: none;
  float: left;
  width: 30%;
  margin-right: 2%;
  padding: 0;
}
#tabsSection .tabNavigation li a {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 22px;
  text-align: center;
  color: #272727;
  padding: 40px 5%;
  min-height: 260px;
  position: relative;
  background: url(images/arrow2.svg) 50% 90% no-repeat;
}
#tabsSection .tabNavigation li a img {
  width: 70px;
  display: block;
  margin: 20px auto;
}
#tabsSection .tabNavigation li a:hover {
  color: #ff9700;
  text-decoration: none;
  border-bottom: 0;
  background-image: url(images/arrow1.svg);
}
#tabsSection .tabNavigation li a.active {
  border-bottom: 0;
  background-image: url(images/arrow1.svg);
  color: #ff9700;
}
#slider {
  float: left;
  width: 100%;
  background: #ebedec url(images/mask.png) bottom center no-repeat;
  background-size: 100%;
}
#slider .mobileHome {
  display: none;
  padding: 0 10% 20% 10%;
}
#slider .mobileHome img {
  width: 100%;
  display: block;
  margin: 50px 0;
}
#slider .mobileHome h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
}
#slider .mobileHome h2 strong {
  color: #ff5900;
}
#slider .mobileHome p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 80px;
}
#slider .master-slider-parent {
  display: block;
}
/*
 <section id="slider">
 <?php echo do_shortcode($shortcode); ?>
 <div class="mobileHome">
 <div class="container-fluid">
 <div class="row">
 <div class="col-xs-12 col-sm-12 col-md-12">  
 <img src="<?php bloginfo('template_directory'); ?>/images/logo-mobile2.svg" alt="BPHM" />
 <h2><?php echo $mobile_title; ?></h2>
 <?php echo $mobile_description; ?>
 </div>
 </div>
 </div>
 </div>
 </section>
 <?php endif; ?>
 */
.container-fluid {
  max-width: 1380px;
  clear: both;
}
.cms-content {
  font-size: 13px;
  clear: both;
}
.cms-content h2 {
  font-size: 18px;
  color: #ff5900;
  margin-top: 22px;
}
.cms-content h3 {
  font-size: 17px;
  color: #ff9700;
  margin-top: 8px;
}
.cms-content h4 {
  font-size: 16px;
  color: #777;
  margin-top: 8px;
}
.cms-content p {
  margin-bottom: 15px !important;
  display: block;
  text-align: justify;
  font-size: 16px;
}
.cms-content .alignleft {
  float: left;
  max-width: 33%;
  margin: 10px 10px 10px 0;
}
.cms-content .alignright {
  float: right;
  max-width: 33%;
  margin: 10px 0px 10px 10px;
}
.cms-content .aligncenter {
  float: left;
  width: 100%;
  margin: 10px 0px 10px 0;
}
.cms-content ul, .cms-content ol {
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: 15px;
}
.contactForm {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.contactForm li {
  background: none !important;
}
.contactForm label {
  display: none !important;
}
.contactForm.loginForm label {
  display: block !important;
}
.contactForm input[type="password"] {
  border: 1px solid #737373;
  padding: 15px 20px !important;
}
.contactForm input[type="text"] {
  border: 1px solid #999;
  padding: 15px 20px !important;
}
.contactForm input[type="email"] {
  border: 1px solid #999;
  padding: 15px 20px !important;
}
.contactForm textarea {
  border: 1px solid #999;
  padding: 15px 20px !important;
}
.contactForm .gform_wrapper label.gfield_label {
  font-weight: normal !important;
}
.contactForm input[type="submit"] {
  border: none;
  background: #ff5900;
  color: #fff;
  text-decoration: none;
  float: right;
  clear: both;
  margin: 15px 0;
  padding: 15px 50px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  width: 300px;
}
.contactForm input[type="submit"]:hover {
  background: #ff9700;
}
.contactForm input[type="submit"]:focus {
  background: #ff9700;
}
.contactForm [type="checkbox"]:not(:checked), .contactForm [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.contactForm [type="checkbox"]:not(:checked) + label, .contactForm [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.contactForm [type="checkbox"]:not(:checked) + label:before, .contactForm [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #737373;
  background: #fff;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
.contactForm [type="checkbox"]:not(:checked) + label:after, .contactForm [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 0.1em;
  left: 0.45em;
  font-size: 14px;
  line-height: 1.3em;
  color: #737373;
  transition: all 0.2s;
}
.contactForm [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.contactForm [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.contactForm [type="checkbox"]:disabled:not(:checked) + label:before, .contactForm [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #737373;
  background-color: #ddd;
}
.contactForm [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.contactForm [type="checkbox"]:disabled + label {
  color: #aaa;
}
.contactForm [type="checkbox"]:checked:focus + label:before, .contactForm [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted #737373;
}
.contactForm label:hover:before {
  border: 2px solid #ff9700 !important;
}
/*.ui-btn,*/
.ui-loader {
  display: none;
}
@media screen and (max-width: 2000px) {
  #cta::before {
    height: 349px;
    top: -348px;
  }
}
@media screen and (max-width: 1230px) {
  #header .navbar-collapse {
    width: 60%;
  }
  #excel .excelLeft {
    width: 40%;
  }
  #excel .excelRight {
    width: 50%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 1130px) {
  .testimonials .item .testimonialText {
    width: 50%;
  }
  #videoCarousel .videosLeft .videoContainer {
    width: 465px;
    height: 332px;
  }
  #videoCarousel .videosLeft .videoContainer video {
    width: 430px;
    height: 280px;
  }
}
@media screen and (max-width: 990px) {
  #menu-primary-menu {
    display: none;
  }
  #header #c-button--push-right {
    display: block;
    top: 14px;
    right: 19px;
  }
  #header .navBottom .socials, #header .navTop {
    display: none;
  }
  .secondarySocials {
    display: block;
    position: fixed;
    top: 140px;
    left: 0;
  }
  #header .navbar {
    height: 44px;
  }
  #header .logo {
    margin-top: -3px;
  }
  #header .logo img.small {
    display: block;
    width: 270px;
    height: 50px;
    margin-top: 0;
  }
  #header .logo img.big {
    display: none;
  }
  #header .container-fluid {
    padding-left: 0 !important;
  }
  .prefooter .footerLeft p {
    width: 400px;
  }
  .prefooter .footerLeft .contactForm input[type=email], .prefooter .footerLeft .contactForm input[type=text] {
    width: 400px;
    height: 54px;
  }
  .prefooter .footerLeft .contactForm textarea {
    width: 400px;
    height: 151px;
  }
  footer .footerRight ul {
    display: none;
  }
  .prefooter .container {
    margin-top: -50px;
  }
  .testimonials .item .testimonialText {
    width: 40%;
  }
  #videoCarousel .videosLeft .videoContainer {
    width: 435px;
    height: 311px;
  }
  #videoCarousel .videosLeft .videoContainer video {
    width: 403px;
    height: 262px;
  }
  .placeholder {
    height: 43px;
  }
  #navbar-collapse-2 .navbar-nav {
    display: block !important;
  }
}
@media screen and (max-width: 900px) {
  #videoCarousel .videosRight h3 {
    font-size: 30px;
  }
  #videoCarousel .videosRight h4 {
    font-size: 30px;
  }
  #videoCarousel .videosLeft .videoContainer {
    width: 375px;
    height: 268px;
  }
  #videoCarousel .videosLeft .videoContainer video {
    width: 343px;
    height: 221px;
  }
  #excel::before {
    height: 207px;
    top: -207px;
  }
}
@media screen and (max-width: 768px) {
  .prefooter .footerRight h2 {
    margin-top: 100px;
  }
  #excel .excelRight {
    width: 80%;
    margin-top: 170px;
  }
  #excel .excelLeft {
    width: 60%;
  }
  .testimonials .item .testimonialText {
    width: 60%;
  }
  #videoCarousel .videosLeft {
    width: 76%;
  }
  #videoCarousel .videosRight {
    width: 95%;
    margin-top: 30px;
  }
  #videoCarousel .videosLeft .videoContainer {
    width: 400px;
    height: 286px;
  }
  #videoCarousel .videosLeft .videoContainer video {
    width: 370px;
    height: 238px;
  }
  #videoCarousel .owl-theme .owl-controls {
    margin-left: 0;
    width: 100%;
  }
  #tabsSection .tabNavigation li {
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
  #tabsSection .tabNavigation li a {
    text-align: left !important;
    min-height: auto !important;
    background-position: 97% 55%;
  }
  #tabsSection .tabNavigation li a img {
    float: left;
    margin: -20px 15px 0 0;
  }
  #tabsSection .tabber .tabContent {
    min-height: auto !important;
  }
  #pageBottom .rowBox {
    padding-left: 25%;
  }
  #pageBottom img {
    margin-left: -30px;
  }
  #pageBottom {
    margin-top: 140px;
  }
  #pageBottom .rowBox .row div {
    margin-bottom: 50px;
  }
  #grayTestimonials h2 {
    margin-top: 0;
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 700px) {
  #cta {
    margin-bottom: 60px;
  }
  #cta::after {
    height: 10%;
    bottom: -10%;
  }
  .gridContainer a.big {
    width: 100%;
    height: 600px;
  }
  .gridContainer a.small {
    width: 50%;
    height: 300px;
  }
  .prefooter .footerLeft .contactForm input[type=submit] {
    width: 170px;
    padding: 9px 25px;
  }
  .testimonials .item .testimonialText {
    width: 50%;
  }
  #cta .ctas .ctaItem {
    padding: 0 15%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 570px) {
  .gridContainer a.big {
    width: 100%;
    height: 400px;
  }
  .gridContainer a.small {
    width: 100%;
    height: 400px;
  }
  .newsItem.featured .content {
    width: 100%;
  }
  .newsItem.featured .maskWhite, .featuredImage .maskWhite {
    display: none;
  }
  .featuredImage .maskWhite {
    height: 250px;
  }
  .testimonials .item .testimonialText {
    width: 40%;
  }
  #videoCarousel .videosLeft {
    width: 86%;
  }
  #videoCarousel .videosLeft .videoContainer {
    width: 350px;
    height: 250px;
  }
  #videoCarousel .videosLeft .videoContainer video {
    width: 320px;
    height: 202px;
  }
  #slider .master-slider-parent {
    display: none;
  }
  #slider .mobileHome {
    display: block;
  }
}
@media screen and (max-width: 470px) {
  #cta {
    margin-bottom: 60px;
  }
  #cta::after {
    height: 10%;
    bottom: -10%;
  }
  #cta .ctas {
    padding-bottom: 0;
  }
  #videoCarousel {
    padding-bottom: 100px;
  }
  #excel::before {
    height: 100px;
    top: -100px;
  }
  .newsItem.standard .content {
    width: 100%;
  }
  .breadBar .archive {
    width: 100%;
    margin-top: 6px;
  }
  .testimonials .item .testimonialText {
    width: 80%;
  }
  .owl-theme .owl-controls {
    width: 60%;
  }
  .testimonials .item .testimonialPhoto {
    margin-left: 30%;
    margin-bottom: 30px;
  }
  #excel .excelLeft {
    width: 90%;
    min-height: 400px;
  }
}
@media screen and (max-width: 440px) {
  .prefooter .footerLeft p {
    width: 300px;
  }
  .prefooter .footerLeft .contactForm input[type=email], .prefooter .footerLeft .contactForm input[type=text] {
    width: 290px;
    height: 39px;
  }
  .prefooter .footerLeft .contactForm textarea {
    width: 290px;
    height: 110px;
  }
  .footerRight {
    padding-bottom: 170px;
  }
  .prefooter .footerLeft .contactForm input[type=submit] {
    width: 170px;
    padding: 7px 13px;
  }
  .prefooter .container {
    margin-top: 0px;
  }
  #videoCarousel .videosLeft {
    width: 86%;
  }
  #videoCarousel .videosLeft .videoContainer {
    width: 300px;
    height: 215px;
  }
  #videoCarousel .videosLeft .videoContainer video {
    width: 268px;
    height: 167px;
  }
}
@media screen and (max-width: 370px) {
  .testimonials .item .testimonialPhoto {
    margin-left: 20%;
    margin-bottom: 30px;
  }
  #videoCarousel .videosLeft {
    width: 95%;
  }
  #videoCarousel .videosLeft .videoContainer {
    width: 270px;
    height: 193px;
  }
  #videoCarousel .videosLeft .videoContainer video {
    width: 240px;
    height: 167px;
  }
}
