/* 
/*~~~~~~~~~~~~~~~~~~~~~COLORS~~~~~~~~~~~~~~~~~~~~~~\
|blue:_______________________________________41455C;|
|darkish-black:______________________________2F2E2F;|
\~~~~~~~~~~~~~~~~~~~~~endcolors~~~~~~~~~~~~~~~~~~~~*/


@font-face {
	font-family: "Open Sans";
	src: url(/fonts/OpenSans-Variable.ttf);
}

@font-face {
	font-family: "Playfair Display";
	src: url(/fonts/PlayfairDisplay-Variable.ttf);
	font-style:normal;
}

@font-face {
	font-family: "Playfair Display";
	src: url(/fonts/PlayfairDisplay-Italic-Variable.ttf);
	font-style:italic;
}


a, a:focus, a:hover, a:active {
  outline: 0 !important;
}
/* Helpers */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.phone-on, .tablet-on {
  display: none;
}
.full-width-img, .full-width-image {
  width: 100%;
  height: auto;
}
.center-txt, .center-text {
  text-align: center;
}
.text-left, .left-text {
  text-align: left;
}
.center-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bottom-border {
  border: 1px solid #979797;
}
.career-spacer {
  margin-top: 1em;
}
/* BG Colors*/
.blue-bg {
  background-color: #454545; /* #41455C */
}
.grey-bg {
  background-color: #F5F5F5;
}
.dark-bg {
  background-color: #2F2E2F;
}
.green-bg {
  background-color: #018001;
}
/* Text Colors */
body {
  color: #666;
  font-family: 'Playfair Display', serif;
}
.nav, h1, h2, h3 {
  color: #4A4A4A;
}
.dark-bg a.btn, .dark-bg, .dark-bg h1, .dark-bg h2, .dark-bg h3, .blue-bg a.btn, .blue-bg, .blue-bg h1, .blue-bg h2, .blue-bg h3 {
  color: #EBEBEB;
}
/* Text Styling */
*, a {
  outline: 0;
}
a {
  color: #415E87;
}
a:hover {
  text-decoration: none;
  /* color: #25364E; */
	color: #3774CB;
}
a:active, a:focus {
  text-decoration: none;
}
h1 a {
  text-decoration: underline;
}
a.profile-email {
  color: #9B9B9B;
}
html, body {
  font-size: 15px;
  line-height:1.7em;
}

section {
	font-size: 16px;
}
h1 {
  font-weight: 300;
  font-size: 2.3em;
  line-height: 2.8rem;
}

h2 {
  font-size: 2.0em; 
	font-family: 'Open Sans', sans-serif;
   font-weight: 300;	
}

h1, h2, h3, h4, h5, h6 { line-height: 1.4em; }


@media screen and (max-width:767px) {
	h1 {font-size: 2.0em; }
	h2 { font-size: 1.8em; }
}

@media screen and (max-width:480px) {
	h1 {font-size: 1.8em; }
	h2 { font-size: 1.6em; }
}

.blue-box {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 2.067rem;
  color: #EBEBEB;
}
.navbar-toggle-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  color: #41455C;
}
/* Functional Items Styling */
.btn, a.btn {
  display: inline-block;
  color: #4A4A4A;
  border: 1px solid #4A4A4A;
  border-radius: 19px;
  line-height: 40px;
  height: 42px;
  padding: 0 24px;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 15px;
}


.btn.blue {
  border-color:#415E87;
  color: #EBEBEB;
  background-color:#415E87;
}

.btn.blue:hover {
  background-color:#3774CB;
}

.btn.blue-bg {
  border-color: #41455C;
  color: #EBEBEB;
}

.blue-bg a.btn, .dark-bg a.btn {
  border-color: #EBEBEB;
}

.btn.career-cta-btn.right {
  margin-right: 10px;
}

.btn:hover, a.btn:hover {
  background: #41455C;
  color: #EBEBEB;
}

.blue-bg .btn:hover, .blue-bg a.btn:hover, .blue-bg.btn:hover, a.blue-bg.btn:hover {
  border: 1px solid #4A4A4A;
  background: #F5F5F5;
  color: #4A4A4A;
}

a.blue-bg.btn:hover {
	color: #41455C;
}

.blue-header h1 {
  margin-bottom: 0;
  line-height: 2rem;
}
.blue-header h1 + p {
  margin-top: 1em;
}
/* General Padding */
.section-padding {
  padding-top: 45px;
  padding-bottom: 40px;
}
.section-semi-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-full-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-barely-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}
.landing-icons-section.section-barely-padding {
  padding-top: 30px;
}
.centered-content-container {
  max-width: 830px;
  display: block;
  margin: auto;
  overflow: hidden;
}
.centered-content-padding {
  padding-left: 50px;
  padding-right: 50px;
}
.career-text-sizer {
  max-width: 780px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.career-text-sizer ul, .career-text-sizer ol {
  margin-bottom: 0;
}
.career-text-sizer ul ul {
  list-style: disc;
}
.career-opportunity h1, .accounting-services h1 {
  margin-bottom: 40px;
}
.career-opportunity h1:hover {
  text-decoration: underline;
}

.btn.career-cta-btn {
  margin-top: 22px;
  border-color: #415E87!important;
}
.accounting-services {
  margin-bottom: 40px;
}
.nobpad {
  padding-bottom: 0;
}
.nobmar {
  margin-bottom: 0;
}
.notpad {
  padding-top: 0;
}
.notmar {
  margin-top: 0;
}

/* overwrites */

body {
  padding:0;
  margin:0;
}

.container {
	max-width:1200px;
}

a .call-out {
  color: white;
  text-align: center;
  background: tomato;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
a .call-out:hover {
  text-decoration: underline;

}

nav {
  
  z-index: 9100;
  box-shadow: 0 2px 10px -2px #ccc;
}

nav, .navbar {
  /* height: 117px; */
  top:0;
  left:0;
  background-color: #fff;
  margin:0;
  position:sticky;
	border-radius:0;
	border:0;
}

.navbar > .container .navbar-brand {
	margin:0 !important;
}


h1, h2, h3 {
  margin-top: 0;
}

.navbar-brand {
  position: relative;
  z-index: 2;
  /*
  background:url('../img/cpjcpa-navbar-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
	
	*/
  padding: 0;
  /*margin:25px 0;
  color:transparent;
  width:300px;height:39px;*/
  margin: 6px 0;
  width: 300px;
  height: 75px;
}
.navbar-brand img {
  width: 100%;
  height: auto;
}
p {
  margin-bottom: 0;
}
p + p, p + a {
  margin-top: 1em;
}

.member .modal-body {
  padding:30px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  text-align: center;
  line-height:1.7rem;
}
.modal .close {
  float: none;
  position: absolute;
  right: 28px;
  top: 20px;
  font-size: 2.533rem;
  color: #9B9B9B;
  opacity: 1;
  z-index: 10;
}

.new-modal-header {
  margin-bottom:20px;
}
.member .new-modal-header img {
  height: 50px;
  width: auto;
  margin-bottom: 20px;
}
.member  .new-modal-header .headshot img {
  width: 100%;
  height: auto;
}
.member  .new-modal-header .head-container {
  max-width:250px;
  margin: auto;
}
.member .new-modal-header img.sizer {
  width: 100%;
  height: auto;
}
/* Header */
#navbar {
  position: relative;
  float:right;
  padding:0;
  margin-top:20px;
}

ul.nav-links {
 
  list-style: none;
  padding:0px;
  margin-bottom:0px;
  /*
	right: 0;
  top: 50%;
   position: absolute;
  transform: translateY(-50%);
  */
}
ul.nav-links li {
  display: inline-block;
}
ul.nav-links li + li {
  margin-left:40px;
}
ul.nav-links li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  height: 38px;
  line-height: 2.533rem;
  font-size: 1rem;
  color: #415E87;
}
ul.nav-links li a.btn {
  position: relative;
  top: -4px;
  line-height: 36px;
}
ul.nav-links li a.nav-link {
  color: #4A4A4A;
}
.green-bg-btn {
  color: white !important;
  background: #018001;
  border: #018001 1px solid !important;
}
.green-bg-btn:hover {
  color: #018001 !important;
  background: white !important;
}
@media (max-width: 1024px) {
  .green-bg-btn {
    color: #4A4A4A !important;
    border: none !important;
  }
}
/* Footer */
footer, footer a {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 0.8667rem;
  color: #999;
  letter-spacing: 0.04px;
  line-height: 2rem;
}
.footer-images-container a {
  display: inline-block;
  height: 34px;
}
.footer-images-container a img {
  height: 100%;
  width: auto;
}
footer p + p {
  margin-top: 0;
}
footer p.footer-images-container {
  margin-top: 1.2em;
}
/* Landing Page */
/*-blue-box-threeway*/

ul{ padding-left:20px; }

.blue-box-threeway {
  margin-top: 45px;
  margin-bottom: 45px;
  text-align:left;
  padding:0px 20px;
}
.blue-box {
  position: relative;
  background-size: cover;
}
.blue-box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #41455C;
  opacity: .82;
}
.blue-box .sizer {
  width: 100%;
  height: auto;
}
/*.blue-box-text {
  position:absolute;
  top:50%;left:50%;
  width:85%;text-align:center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index:2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}*/
/*.blue-business {background:url('../img/chj-landing-3part-1.jpg');}
.blue-individual {background:url('../img/chj-landing-3part-2.jpg');}
.blue-nonprofit {background:url('../img/chj-landing-3part-3.jpg');}*/
.blue-box figure {
  position: absolute;
  overflow: hidden;
  background: #41455C;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.blue-box figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blue-box figure img {
  position: absolute;
  display: block;
  height: 100%;
  left: 50%;
  width: auto;
  opacity: 0.6;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.blue-box figure figcaption::before, .blue-box figure figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  z-index: 10;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.blue-box figure figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.blue-box figure figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.blue-box figure h2, .blue-box figure p {
  position: relative;
  z-index: 10;
  color: #EBEBEB;
  font-weight: lighter;
}
.blue-box figure h2 {
  padding-top: 50%;
  -webkit-transition: -webkit-transform 0.35s, padding 0.35s;
  transition: transform 0.35s, padding 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.blue-box figure p {
  padding: 20px 2.5em;
  opacity: 0;
  font-size: .5em;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
/*-icon-popups*/
.landing-icon-spacer {
  display: inline-block;
}
.landing-icons-container {
  text-align: center;
}
.landing-icon-popup {
  position: relative;
  display: inline-block;
  line-height: normal;
  min-width: 110px;
  text-align: center;
  /* cursor: hand;
  cursor: pointer; */
}
.landing-icon-popup img {
  display: block;
  margin: 0 auto 10px;
  height: 42px;
  width: auto;
}
.landing-icon-popup .subtext {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 0.8667rem;
  color: #4A4A4A;
  line-height: 1.2rem;
}
.landing-icon-popup img {
  display: block;
  margin: 0 auto 10px;
  height: 42px;
  width: auto;
}

.landing-icon-popup .subtext {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 0.8667rem;
  color: #4A4A4A;
  line-height: 1.2rem;
}

a.landing-icon-popup:hover:after {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18.5px 0 18.5px;
  border-color: #41455C transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#home-pops a.landing-icon-popup:hover:after {
  content: "";
  position: absolute;
  display: block;
  top: 85px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 18.5px 20px 18.5px;
  border-color: #41455C transparent #41455C transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
/*-team-memz*/
.team-popup {
  margin-bottom: 30px;
}
.team-members-row {
  margin-top: 40px;
  margin-bottom: 20px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.team-mem-name, .team-mem-title {
  display: block;
  width: 100%;
  text-align: center;
}
.team-mem-name {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1.067rem;
  color: #666666;
  line-height: 2rem;
}
.team-mem-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.067rem;
  color: #666666;
  line-height: 1.4rem;
}
.team-member .sizer {
  width: 100%;
  height: auto;
}
.head-container {
  position: relative;
  /* perspective: 800px; */
  margin-bottom: 20px;
}
.team-member .headshot {}

.headshot {
  /*
	position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
  
  height: 100%;
  width: 100%;
  top: 0;
*/
}
.headshot figure {
  margin: 0;
  display: block;
 /*/
  width: 100%;
  height: 100%;
	
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	/*/
}
.headshot .team-mem {
  border-radius: 100%; /* this makes the photo round */
}

.headshot .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.white-bg.our-team-section {
  margin-bottom: -40px;
}
/*-quoptes*/
.testimonial-section, .testimonial-slider .owl-nav {
  position: relative;
}
.testimonial-slider.owl-carousel {
  position: static;
}
.testimonial-slider .owl-stage-outer {
  overflow: hidden;
}
.testimonial-slider .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 40px;
}
.owl-next, .owl-prev {
  position: relative;
  color: #ebebeb;
  background-color: #2F2E2F;
  border: 1px solid #ebebeb;
  height: 46px;
  width: 46px;
  padding: 6px;
  border-radius: 100%;
}
.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 0;
}
.landing-slide {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1rem;
  color: #EBEBEB;
  line-height: 2rem;
  padding-left: 70px;
  padding-right: 70px;
}
.owl-next, .owl-prev {
  background-image: url('../img/chj-chevron-left.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 18px center;
}
.owl-next {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* Resources Page */

.resource-section {
	/* max-width:800px; */
	margin: 0 auto;
	text-align: left; 
	
}
.resource-section ul li {
	text-align:left;
}

.resource-section a {
  /*display: block;
  width: 100%;
  text-align: center;
  */
}
.resource-section a + a {
  margin-top: 2px;
}
/* Services Page */
.services-section {
 /* max-width: 680px; */
  margin-left: auto;
  margin-right: auto;
}

.services-section h2 > img {
	height:36px;
	width:auto;
}


.services-section .row.mar-b > div {
	margin-bottom:25px;
}

.services-links {
  margin-top: 20px;
}

.services-links ul li {
  margin-bottom:5px;
}


.services-buttons a {
  display: inline-block;
}
.services-buttons a + a {
  margin-left: 20px;
}
.services-buttons img {
  height: 30px;
  width: auto;
}


.services-popup {
  display: block;
  line-height: 36px;
  color: #666666;
  cursor: pointer;
  cursor: hand;
}
/* Contact Page */
#contactForm input, #contactForm textarea {
  font-family: 'Playfair Display', serif;
  font-size: 1.067rem;
  color: #666;
}
#contactForm input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #979797;
}
#contactForm ::-webkit-input-placeholder {
  color: #4a4a4a;
}
#contactForm :-moz-placeholder {
  color: #4a4a4a;
}
#contactForm ::-moz-placeholder {
  color: #4a4a4a;
}
#contactForm :-ms-input-placeholder {
  color: #4a4a4a;
}
#contactForm textarea {
  padding: 15px 15px;
  width: 100%;
  height: 155px;
  border: 1px solid #979797;
  resize: vertical;
}
#contactForm input + input, #contactForm input + textarea {
  margin-top: 20px;
}
#contactForm button {
  background: #fff;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
}
.contact-map-image {
  margin-top: 10px;
}
.canned-meat {
  display: none;
}

/* Responsive Media Queries */
@media screen and (min-width:1025px) {
  .tablet-only {
    display: none !important;
  }
  /* special hover effects */
  .blue-box:hover figure img {
    opacity: 0.2;
  }
  .blue-box:hover figure figcaption::before, .blue-box:hover figure figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .blue-box:hover figure h2 {
    padding-top: 30%;
  }
  .blue-box:hover figure h2, .blue-box:hover figure p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .head-container.on:hover .headshot {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
@media screen and (min-width:768px) {
  .phone-only {
    display: none !important;
  }
  .services-section .blue-box {
    max-width: 280px;
  }
  .services-section .col-sm-7 .blue-box {
    margin-left: 20px;
  }
}
@media screen and (max-width:1024px) {
  .no-tablet {
    display: none;
  }
  .tablet-only {
    display: inherit;
  }
  .section-full-padding {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .section-semi-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-barely-padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  /*/ turn off interactive hover stuffs 
  .landing-icon-popup:hover:after {
    display: none;
  }
	/*/
  /* navbar things */
  .navbar-toggle {
    position: absolute;
    display: block;
    visibility: visible;
    float: none;
    right: 0;
    /*
	  margin-top: 0;
    margin-bottom: 0;
	  
	top: 50%;
    transform: translateY(-50%);
	  */
  }
  .navbar-toggle-text {
    position: relative;
    top: -1px;
    display: inline-block;
    padding-right: 10px;
  }
  .navbar-toggle .icon-bar {
    background: #41455C;
  }
  #navbar {
    top: 0;
    left: -300px;
    background:#fff;
    z-index: 999;
    position: fixed;
	float:none;
	  margin:0;
    width: 245px;
    height: 100% !important;
    visibility: visible;
    overflow-y: auto !important;
    max-height: none;
    display: block;
    -webkit-box-shadow: 2px 0px 10px -2px #ccc;
    -moz-box-shadow: 2px 0px 10px -2px #ccc;
    box-shadow: 2px 0px 10px -2px #ccc;
  }
  ul.nav-links {
    position: static;
    margin-top: 20px;
	padding-left: 30px;
  }
  ul.nav-links li {
    display: block;
    width: 100%;
  }
  ul.nav-links li + li {
    margin: 0!important;
  }
  ul.nav-links li a, ul.nav-links li a.btn, ul.nav-links li a.btn:hover {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 600;
    font-size: 18px;
    color: #4A4A4A;
    line-height:normal;
    border: 0;
    padding:5px 0px;
    background: transparent;
    text-align: left;
  }
  .nav-underlay {
    display: none;
    /* position: fixed; */
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .centered-content-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
  .head-container {
    margin-bottom: 4px;
  }
  .landing-icons-container .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .landing-icon-spacer {
    padding-left: 8px;
    padding-right: 8px;
  }
  .contact-page .row > div + div {
    margin-top: 40px;
  }
  .tablet-contact {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width:767px) {
  .no-phone {
    display: none;
  }
  .phone-only {
    display: inherit;
  }
  html, body {
    /* font-size: 13px; 
    line-height: 1.8rem;*/
  }
  .modal-body {
    padding: 30px;
  }
  .section-full-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-semi-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-barely-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .de-border {
    margin-left: -20px;
    margin-right: -20px;
  }
  .blue-header p + p {
    margin-top: 0;
  }
  .blue-header.section-semi-padding {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .centered-content-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .full-width-on-mobile {
    padding-left: 0;
    padding-right: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .landing-icons-section.section-barely-padding {
    padding: 0;
  }
  .landing-icons-container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .landing-icon-spacer {
    position: relative;
    padding: 40px;
    height: 176px;
    width: 50%;
  }
  .landing-icon-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .landing-icon-spacer {
    border-bottom: 1px solid #d5d5d5;
  }
  .landing-icon-spacer:nth-child(even) {
    border-left: 1px solid #D5D5D5;
  }
  .landing-icon-spacer:last-of-type {
    border-bottom: 0;
    width: 100%;
  }
  /*.navbar-brand {margin:28px 0;width:250px;height:32px;}*/
  .navbar-brand {
    margin: 12px 0;
    width: 300px;
    height: 75px;
  }
  .landing-icon-popup {
    min-width: 0;
  }
  .blue-box {
    margin-bottom: 20px;
  }
  .blue-box-threeway .col-sm-4:last-child .blue-box {
    margin-bottom: 0;
  }
  .testimonial-slider .owl-controls {
    padding: 0 10px;
  }
  .landing-slide {
    padding: 0 46px;
  }
  .team-members-row {
    text-align: center;
    margin-bottom: 0;
  }
  .team-members-row .team-popup {
    width: 49% !important;
    display: inline-block;
    margin-bottom: 40px;
  }
  /* about */
  .white-bg.our-team-section {
    padding-bottom: 0;
    margin-bottom: 8px;
  }
  /* services */
  .services-buttons {
    margin-top: 30px;
  }
  .tablet-contact {
    padding: 15px;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:430px) {
  .landing-icon-popup .subtext {
    display: inline-block;
    height: 38px;
  }
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}