html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #202124;
  background: #F6F8F9;
  line-height: 2em;
  overflow-x: hidden;
}

body {
  padding-top: 150px;
}
body.websiteMsg {
  padding-top: 200px;
}
body.headTypeimage {
  padding-top: 0;
}
body.headTypeimage.websiteMsg {
  padding-top: 50px;
}

h1, h2, h3, h3, h4, h5, h6 {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
}

h1.pageTitle {
  padding-bottom: 50px;
}

h3 {
  margin-bottom: 20px;
}

a {
  color: #202124;
  cursor: pointer;
}
a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.sticky { /* Safari */
  position: sticky;
  top: 50px;
}

input, select, textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #EBEDED;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
input[type=submit], select[type=submit], textarea[type=submit] {
  padding: 15px !important;
  margin-top: 20px;
}
input[type=file], select[type=file], textarea[type=file] {
  border: none;
  padding-left: 0 !important;
}
input:focus, select:focus, textarea:focus {
  border-color: #E0E0E0;
  outline: none;
}
input[type=checkbox].acceptance, select[type=checkbox].acceptance, textarea[type=checkbox].acceptance {
  width: 15px;
}

select {
  height: 62px;
}

.gradBgVert, .gradBgHoz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gradBgVert {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(24, 24, 81, 0) 0%, rgba(24, 24, 81, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
}

.gradBgHoz {
  width: 50%;
  background: linear-gradient(to right, rgba(24, 24, 81, 0.8) 0%, rgba(24, 24, 81, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000",GradientType=1 );
}

.gradBgTop {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(24, 24, 81, 0.5) 0%, rgba(24, 24, 81, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000",GradientType=0 );
}

.purpleBg {
  background: #33327B;
}

.yellowBg {
  background: #F9B002;
}

.pinkBg {
  background: #BF077F;
}

.lpurpleBg {
  background: #4F408B;
}

.blueBg {
  background: #006880;
}

.tealBg {
  background: #3DA1B1;
}

.greyBg {
  background: #445667;
}

.redBg {
  background: #D63526;
}

.greenBg {
  background: #AEBD37;
}

.orangeBg {
  background: #E0822A;
}

.shareCon {
  padding-top: 30px;
  padding-bottom: 30px;
}

.meta {
  color: #A6ADB4;
}
.meta a {
  color: #A6ADB4;
}

.btn {
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  padding: 15px 40px;
  font-weight: bold;
  text-align: center;
}
.btn.white {
  background: #FFFFFF;
  color: #33327B;
}
.btn.white.outline {
  background: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.purple {
  background: #33327B;
  color: #FFFFFF;
}
.btn.purple.outline {
  background: transparent;
  border: 2px solid #33327B;
  color: #33327B;
}
.btn.yellow {
  background: #F9B002;
}
.btn.yellow.outline {
  background: transparent;
  border: 2px solid #F9B002;
  color: #F9B002;
}
.btn.pink {
  background: #BF077F;
  color: #FFFFFF;
}
.btn.pink.outline {
  background: transparent;
  border: 2px solid #BF077F;
  color: #BF077F;
}
.btn.pink {
  background: #BF077F;
  color: #FFFFFF;
}
.btn.pink.outline {
  background: transparent;
  border: 2px solid #BF077F;
  color: #BF077F;
}
.btn.lpurple {
  background: #4F408B;
  color: #FFFFFF;
}
.btn.lpurple.outline {
  background: transparent;
  border: 2px solid #4F408B;
  color: #4F408B;
}
.btn.blue {
  background: #006880;
  color: #FFFFFF;
}
.btn.blue.outline {
  background: transparent;
  border: 2px solid #006880;
  color: #006880;
}
.btn.teal {
  background: #3DA1B1;
  color: #FFFFFF;
}
.btn.teal.outline {
  background: transparent;
  border: 2px solid #3DA1B1;
  color: #3DA1B1;
}
.btn.grey {
  background: #445667;
  color: #FFFFFF;
}
.btn.grey.outline {
  background: transparent;
  border: 2px solid #445667;
  color: #445667;
}
.btn.red {
  background: #D63526;
  color: #FFFFFF;
}
.btn.red.outline {
  background: transparent;
  border: 2px solid #D63526;
  color: #D63526;
}
.btn.green {
  background: #AEBD37;
  color: #FFFFFF;
}
.btn.green.outline {
  background: transparent;
  border: 2px solid #AEBD37;
  color: #AEBD37;
}
.btn.orange {
  background: #E0822A;
  color: #FFFFFF;
}
.btn.orange.outline {
  background: transparent;
  border: 2px solid #E0822A;
  color: #E0822A;
}
.btn.slim {
  padding: 10px 40px;
}

.formCon { /* Safari */
  position: sticky;
  top: 30px;
  background: #FFFFFF;
  padding: 30px 30px 0 30px;
  border-radius: 5px;
}
.formCon h6 {
  margin-top: 20px;
}
.formCon input, .formCon select {
  padding-top: 5px;
  padding-bottom: 5px;
}
.formCon select {
  height: 42px;
}

.homeFeedCon {
  margin-top: 40px;
  min-height: 600px;
}
.homeFeedCon .blogFeed {
  padding-top: 60px;
}
.homeFeedCon .blogFeed .sectionTitle {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.timelineOverlay {
  position: absolute;
  bottom: 9px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(79, 64, 139, 0) 0%, #4f408b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$lpurple, endColorstr=$lpurple,GradientType=0 );
  height: 80px;
}

.brandGraphic {
  position: absolute;
  width: 500px;
  height: 300px;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
.brandGraphic.top {
  right: -200px;
  background-image: url(/wp-content/themes/bell/img/bell-brand-graphic-top.svg);
}
.brandGraphic.inline {
  background-image: url(/wp-content/themes/bell/img/bell-brand-graphic-inline.svg);
}
.brandGraphic.bottom {
  bottom: 0;
  left: -200px;
  background-image: url(/wp-content/themes/bell/img/bell-brand-graphic-bottom.svg);
}

.teamPopUpCon {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  display: none;
}
.teamPopUpCon .teamPopUpConBg {
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 33, 36, 0.7);
  position: fixed;
  cursor: pointer;
}
.teamPopUpCon .teamPopUp {
  width: 90%;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 40px;
  margin: 0 auto 100px auto;
  position: relative;
  z-index: 2;
  display: none;
}
@media (min-width: 992px) {
  .teamPopUpCon .teamPopUp {
    width: 750%;
  }
}
@media (min-width: 992px) {
  .teamPopUpCon .teamPopUp {
    width: 50%;
  }
}
.teamPopUpCon .teamPopUp img {
  border-radius: 5px;
}

.videoHeader {
  height: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
.videoHeader section {
  z-index: 1;
}
.videoHeader .videoHeaderPlayer {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headerVideo, .headerImage {
  position: relative;
  top: -50px;
  z-index: 0;
}
.headerVideo .videoOverlay, .headerImage .videoOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: rgba(24, 24, 81, 0.5);
  top: 0;
  z-index: 999;
}
.headerVideo .videoOverlay .brandGraphic, .headerImage .videoOverlay .brandGraphic {
  opacity: 0.5;
  right: -50px;
}
.headerVideo .videoOverlay .videoOverlayText, .headerImage .videoOverlay .videoOverlayText {
  padding-top: 250px;
  color: #FFFFFF;
}
.headerVideo .videoOverlay .videoOverlayText h1, .headerImage .videoOverlay .videoOverlayText h1 {
  font-size: 70px;
}
.headerVideo .videoOverlay .scrollDown, .headerImage .videoOverlay .scrollDown {
  position: absolute;
  bottom: 60px;
  width: 100%;
}
.headerVideo .videoOverlay .chevronCon, .headerImage .videoOverlay .chevronCon {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.headerVideo .videoOverlay .chevron, .headerImage .videoOverlay .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-in-out infinite;
}
.headerVideo .videoOverlay .chevron:first-child, .headerImage .videoOverlay .chevron:first-child {
  animation: move 3s ease-in-out 1s infinite;
}
.headerVideo .videoOverlay .chevron:nth-child(2), .headerImage .videoOverlay .chevron:nth-child(2) {
  animation: move 3s ease-in-out 2s infinite;
}
.headerVideo .videoOverlay .chevron:before,
.headerVideo .videoOverlay .chevron:after, .headerImage .videoOverlay .chevron:before,
.headerImage .videoOverlay .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 50%;
  width: 51%;
  background: #fff;
}
.headerVideo .videoOverlay .chevron:before, .headerImage .videoOverlay .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.headerVideo .videoOverlay .chevron:after, .headerImage .videoOverlay .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 0.5;
  }
  33% {
    opacity: 0.5;
    transform: translateY(30px);
  }
  67% {
    opacity: 0.5;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.headerVideo .videoOverlay .text, .headerImage .videoOverlay .text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.5;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
.headerVideo .overlayVideo, .headerImage .overlayVideo {
  position: absolute;
  left: -3000px;
  top: 0px;
  z-index: 6;
  visibility: hidden;
}
.headerVideo .backgroundVideo, .headerImage .backgroundVideo {
  z-index: 4;
  visibility: hidden;
}
.headerVideo #video_container, .headerImage #video_container {
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.headerVideo #cover_all, .headerImage #cover_all {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  min-height: 600px;
  width: 100%;
}
.headerVideo #ex, .headerImage #ex {
  position: absolute;
  right: -3000px;
  top: 25px;
  z-index: 7;
  cursor: pointer;
  opacity: 0.8;
}
.headerVideo #ex:hover, .headerImage #ex:hover {
  opacity: 1;
}
.headerVideo #main-image, .headerImage #main-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: url(/wp-content/uploads/2019/03/DSC4365.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.headerImage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  top: 0;
}

.headerCon {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow: scroll;
}
@media (min-width: 768px) {
  .headerCon {
    overflow: visible;
    height: auto;
  }
}

.headerMessage {
  background: #95343C;
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 999;
  min-height: 50px;
}

.headNav {
  padding: 10px 0;
  font-size: 13px;
  background: #FFFFFF;
  width: 100%;
  top: 0;
  z-index: 900;
  box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.1);
}
.headNav.image {
  z-index: 999;
  width: 100%;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.headNav.image a {
  color: #FFFFFF;
}
.headNav.image .salesNumber {
  border-left: 1px solid #FFFFFF !important;
}
.headNav.image .bar1, .headNav.image .bar2, .headNav.image .bar3 {
  background-color: #FFFFFF !important;
}
.headNav.image .navbar-nav .dropdown-menu li a {
  border-left: 1px solid white;
}
.headNav .headNavCon {
  position: relative;
}
.headNav .navbar-brand {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .headNav .navbar-brand {
    padding: 10px 0;
  }
}
.headNav .navbar-brand img {
  max-height: 50px;
  height: auto;
}
.headNav .navbar-nav {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .headNav .navbar-nav {
    padding-top: 30px;
    border: none;
    margin-top: 0;
  }
}
.headNav .navbar-nav li {
  text-align: right;
}
.headNav .navbar-nav li a {
  padding: 7px 15px !important;
}
@media (min-width: 768px) {
  .headNav .navbar-nav li a {
    background: none;
    padding-left: 20px !important;
    padding-right: 0 !important;
    border: none;
  }
}
.headNav .navbar-nav li a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.headNav .navbar-nav .dropdown-menu {
  background: #FFFFFF;
  border: none;
  margin-top: 20px;
  padding: 7px 0;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .headNav .navbar-nav .dropdown-menu {
    box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.1);
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.headNav .navbar-nav .dropdown-menu li {
  text-align: right;
  padding: 7px;
}
@media (min-width: 768px) {
  .headNav .navbar-nav .dropdown-menu li {
    text-align: left;
  }
}
.headNav .navbar-nav .dropdown-menu li a {
  padding: 0 10px !important;
}
.headNav .navbar-nav .dropdown-toggle::after {
  font-size: 12px;
  top: 2px;
  position: relative;
}
.headNav .navbar-toggler {
  outline: none;
  cursor: pointer;
}
.headNav .navbar-toggler .bar1, .headNav .navbar-toggler .bar2, .headNav .navbar-toggler .bar3 {
  width: 35px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}
.headNav .navbar-toggler.change .bar1 {
  transform: rotate(-45deg) translate(-7px, 4px);
}
.headNav .navbar-toggler.change .bar2 {
  opacity: 0;
  transform: translate(10px, 0);
}
.headNav .navbar-toggler.change .bar3 {
  transform: rotate(45deg) translate(-8px, -6px);
}
.headNav .contactBar {
  position: absolute;
  right: 15px;
  top: 10px;
  display: none;
}
@media (min-width: 768px) {
  .headNav .contactBar {
    display: inline;
  }
}
.headNav .contactBar .fab, .headNav .contactBar .fas {
  font-size: 14px;
  padding: 0 7px;
}
.headNav .contactBar .salesNumber {
  font-weight: bold;
  border-left: 1px solid #202124;
  padding-left: 10px;
  margin-left: 5px;
  display: inline;
}

header {
  overflow: hidden;
}
header.headerImg {
  padding-top: 200px;
  padding-bottom: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #FFFFFF;
  margin-bottom: 40px;
}
header.headerImg.noMargin {
  margin-bottom: 0;
  padding-bottom: 60px;
}
header.noHeaderImg .breakLineCon .breakLine {
  background: #202124;
}
header.blogCatHeadNoImage {
  padding-top: 200px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #FFFFFF;
  background-color: #4F408B;
  background-size: 500px auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/bell/img/bell-brand-graphic-bottom.svg);
  background-attachment: fixed;
}
header.blogCatHeadNoImage .breakLineCon .breakLine {
  background: #FFFFFF;
}
header .rtecenter {
  display: none;
}
header p {
  margin-bottom: 0;
}
header .breakLineCon {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .breakLineCon .breakLine {
  background: #FFFFFF;
}
header .btn {
  margin-top: 20px;
}
header.single {
  padding-top: 300px;
  padding-bottom: 50px;
}
header .meta {
  color: #FFFFFF;
  opacity: 0.5;
}
header .meta a {
  color: #FFFFFF;
}

.mobMenuOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #FFFFFF;
  display: none;
}
@media (min-width: 768px) {
  .mobMenuOverlay {
    display: none !important;
  }
}

.ajaxContentCon {
  width: 100%;
}

.postPreCon {
  height: 350px;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.postPreCon .textCon {
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.postPreCon .csCat {
  padding: 30px;
  font-weight: bold;
  position: relative;
}
.postPreCon .postPreBg {
  transition: all 0.5s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.postPreCon .gradBgVert {
  height: 150%;
  top: 0;
  background: transparent;
  background: linear-gradient(to bottom, rgba(32, 33, 36, 0.2) 0%, rgba(32, 33, 36, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  transition: all 0.5s;
}
.postPreCon:hover .postPreBg {
  transform: scale(1.05) rotate(1deg);
}
.postPreCon:hover .gradBgVert {
  top: -50%;
}
.postPreCon.NoPostImg {
  color: #202124;
  height: auto;
  border-left: 1px solid #33327B;
  border-radius: 0;
  transition: all 0.5s;
}
.postPreCon.NoPostImg .csCat {
  padding: 0 0 0 30px;
}
.postPreCon.NoPostImg .textCon {
  position: relative;
  padding: 0 0 0 30px;
}
.postPreCon.NoPostImg .gradBgVert {
  display: none;
}
.postPreCon.NoPostImg:hover {
  border-left: 5px solid #33327B;
}
.postPreCon.homeFeed {
  height: auto;
  border-left: 1px solid #FFFFFF;
  border-radius: 0;
  transition: all 0.5s;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .postPreCon.homeFeed {
    padding-bottom: 0;
  }
}
.postPreCon.homeFeed .csCat {
  padding: 0 0 0 30px;
}
.postPreCon.homeFeed .textCon {
  position: relative;
  padding: 0 0 0 30px;
}
.postPreCon.homeFeed:hover {
  border-left: 5px solid #FFFFFF;
}

.relatedPost {
  margin-bottom: 30px;
}
.relatedPost .postPreCon {
  height: 200px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.relatedPost .textCon {
  padding-top: 15px;
}

.breakLineCon {
  padding-top: 40px;
  padding-bottom: 70px;
}
.breakLineCon .breakLine {
  width: 100%;
  height: 2px;
  background: #202124;
}

.singleCon {
  padding-top: 30px;
  padding-bottom: 30px;
}

.textImageCard {
  margin-bottom: 30px;
}
.textImageCard .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.textImageCard .largeImage .image {
  height: 100%;
}
@media (min-width: 768px) {
  .textImageCard .largeImage .image {
    border-radius: 0 5px 5px 0;
  }
}
@media (min-width: 768px) {
  .textImageCard .largeImage {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .textImageCard .largeText {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .textImageCard .largeText .textCon {
    border-radius: 5px 0 0 5px;
  }
}
.textImageCard .textCon {
  padding: 40px 30px;
  background: #FFFFFF;
  border-radius: 0 0 5px 5px;
}
.textImageCard .textCon .text {
  padding-top: 10px;
  padding-bottom: 15px;
}

.factCon {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3em;
}
.factCon h5 {
  font-style: normal;
}
.factCon strong, .factCon b {
  font-weight: bold;
}
@media (min-width: 768px) {
  .factCon {
    border-left: 1px solid #202124;
    padding: 10px 30px 10px 50px;
  }
}

.downloadFormCon {
  padding: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.fwImage {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.fwImage .sliderCon {
  padding: 0;
}

.pageAddThisCon {
  padding-bottom: 40px;
}

#breadcrumbs {
  opacity: 0.5;
}

.csCon {
  position: relative;
}
.csCon section {
  padding-bottom: 50px;
  padding-top: 50px;
  z-index: 1;
}
.csCon section.noPadTop {
  padding-top: 0;
}
.csCon section.noPadBot {
  padding-bottom: 0;
}

.csSelectCon {
  padding-bottom: 15px;
}
.csSelectCon .filterTitle {
  float: left;
  font-weight: bold;
  padding-top: 16px;
  padding-right: 20px;
}
.csSelectCon .category-select {
  float: left;
  max-width: 400px;
  width: 100%;
}

.sectionTitle {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.csBackLink {
  color: #33327B;
}

.csPostCon {
  padding-top: 15px;
}

.csDetail span {
  font-weight: bold;
}

.clientBio {
  background: #FFFFFF;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
.clientBio .clientLogo {
  background: #202124;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .clientBio .clientLogo {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.clientBio .clientLogo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.clientBio .clientLogo img {
  vertical-align: middle;
  max-width: 60%;
}
.clientBio .clientDescription {
  padding: 30px;
}
.clientBio .clientWebsiteBtn {
  padding-top: 20px;
}

.fwImage {
  min-height: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.slick-list {
  overflow: hidden !important;
}

.quoteText {
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3em;
  padding-right: 20%;
  padding-bottom: 20px;
  position: relative;
}
.quoteText .quoteMarks {
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 70px;
  opacity: 0.1;
}

.quoteAbout {
  font-weight: bold;
}

.youtubePlayerCon {
  width: 100%;
}

.textBtn {
  margin-top: 20px;
}

.tabsCon .tabTitleCon {
  padding: 0;
  list-style: none;
  border-bottom: #A6ADB4 1px solid;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.tabsCon .tabTitleCon .tabTitle {
  display: inline-block;
  font-size: 16px;
}
.tabsCon .tabTitleCon .tabTitle.ui-state-active {
  font-weight: bold;
}
.tabsCon .tabTitleCon .tabTitle a {
  padding: 15px 30px;
}
.tabsCon .wpcf7 {
  padding-top: 15px;
}

.imageGridCon .imageCon {
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  text-align: center;
}
.imageGridCon .imageCon a {
  width: 100%;
}
.imageGridCon .imageCon img {
  width: 80%;
}

.jobPost {
  padding: 30px;
  border-radius: 5px;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.jobPost .apply {
  font-weight: bold;
}
.jobPost .apply .fas {
  font-size: 12px;
}

.jobDescriptionCon {
  padding-bottom: 30px;
}

.categoryChildBar {
  background: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.categoryChildBar .childLink {
  border-right: 1px solid rgba(32, 33, 36, 0.2);
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1em;
  display: none;
}
@media (min-width: 992px) {
  .categoryChildBar .childLink {
    display: inline-flex;
  }
}
.categoryChildBar .childLink:last-of-type {
  border: none;
}
.categoryChildBar .childLink a:hover {
  text-decoration: underline;
}
.categoryChildBar span {
  height: 100%;
  float: left;
}

.categoryChildBarSelect {
  display: block;
}
.categoryChildBarSelect input[type=submit] {
  margin-top: 0;
}
@media (min-width: 992px) {
  .categoryChildBarSelect {
    display: none;
  }
}

.catSidebar {
  border-left: 1px solid rgba(32, 33, 36, 0.5);
}
.catSidebar li {
  padding: 0 0 15px 0;
  list-style: none;
}

.postPagiBtns {
  padding-bottom: 40px;
}
.postPagiBtns .btn {
  width: 100%;
}

.branchNetworkCon .regionRow {
  padding-bottom: 40px;
}
.branchNetworkCon ul {
  padding: 0;
}
.branchNetworkCon .branchRow {
  padding-top: 10px;
  padding-bottom: 30px;
}
.branchNetworkCon .branchRow .branchLink {
  padding-bottom: 15px;
}
.branchNetworkCon .branchRow h5 {
  padding-top: 30px;
}

.branchContacts {
  margin-top: 100px;
  margin-bottom: 60px;
}
.branchContacts .branchContact {
  background: #FFFFFF;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
  min-height: 200px;
}
.branchContacts .branchContact .picture {
  min-height: 300px;
  background: #A6ADB4;
  overflow: hidden;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/placeholder.png);
}
@media (min-width: 768px) {
  .branchContacts .branchContact .picture {
    min-height: auto;
  }
}
.branchContacts .branchContact .details {
  padding: 30px;
}

.mapCon {
  height: 630px;
}
.mapCon.small {
  height: 330px;
}

.getDirections {
  padding-top: 20px;
}

.branchCSCon {
  margin-top: 60px;
}

.cc-revoke, .cc-window {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important;
}

.footerWrap {
  background: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footerWrap .logoConFooter {
  padding: 10px 0 30px 0;
}
@media (min-width: 768px) {
  .footerWrap .logoConFooter {
    padding: 10px 0;
  }
}
.footerWrap .logoConFooter img {
  max-height: 50px;
  height: auto;
}
.footerWrap .footer-nav {
  padding: 0;
  margin: 0;
}
.footerWrap .footer-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 11px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .footerWrap .footer-nav li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footerWrap .footer-nav li {
    width: 30%;
  }
}
.footerWrap .footerStrap {
  padding-top: 20px;
  font-size: 11px;
  color: rgba(32, 33, 36, 0.5);
}
.footerWrap .contactBar {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .footerWrap .contactBar {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.footerWrap .contactBar .fab, .footerWrap .contactBar .fas {
  font-size: 14px;
  padding: 0 7px;
}
.footerWrap .emailSubCon {
  font-size: 11px;
}
.footerWrap .emailSubCon input {
  margin-bottom: 10px;
}/*# sourceMappingURL=master.css.map */