#hm_slide .slides .slide:first-child .bg {
  background-color: #FFF; }

#hm_slide .slides .slide:first-child h3 {
  visibility: hidden; }

#hm_slide .slides .slide:first-child img {
  visibility: hidden; }

input[type="submit"] {
  cursor: pointer; }

#more_projects div:not(:first-of-type) {
  margin-top: -60px;
  border-top: none 0; }

.positions > .cur {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  line-height: 1.6em; }
  .positions > .cur h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
    line-height: 1.6em; }
  .positions > .cur :after {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: #000; }

*:focus {
  outline: none; }

h3.numbers-title {
  margin: 0 70px -7vw; }

@media all and (max-width: 750px) {
  #numbers > div:first-child > span:nth-child(2) {
    width: 160px; } }

#numbers > div:after {
  bottom: -40px; }

.services-page-content ul,
.positions ul,
#blog_post ul {
  line-height: 2em !important;
  margin: 10px 20px !important; }
  .services-page-content ul li,
  .positions ul li,
  #blog_post ul li {
    margin-bottom: 0 !important;
    line-height: inherit !important; }
    @media all and (max-width: 750px) {
      .services-page-content ul li,
      .positions ul li,
      #blog_post ul li {
        font-size: 14px; } }

.services-page-content p,
.positions p,
.post-content p {
  margin: 0; }

.services-page-content h1, .services-page-content h2, .services-page-content h3, .services-page-content h4, .services-page-content h5, .services-page-content h6,
.positions h1,
.positions h2,
.positions h3,
.positions h4,
.positions h5,
.positions h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  line-height: 2em; }

.post-content {
  margin: 0 70px; }
  .post-content .post-thumbnail img {
    width: 100% !important; }
  .post-content img {
    max-width: 100%;
    height: auto; }
  .post-content .positions > div:first-child {
    padding: 0 0 0 180px; }
  @media (max-width: 721px) {
    .post-content {
      margin: 0; }
      .post-content .positions > div {
        padding: 0 !important; } }

.round {
  border-radius: 100%; }

.services-page-content {
  margin-right: 0;
  margin-left: 0; }

#contact_pop .phone-number {
  margin: 31px -8px 0; }
  @media (max-width: 721px) {
    #contact_pop .phone-number {
      display: none; } }
  #contact_pop .phone-number img {
    width: 16px;
    margin: 0 8px 0;
    position: relative;
    top: 5px; }
  #contact_pop .phone-number a {
    color: #FFF;
    text-decoration: none;
    font-size: 18pt;
    letter-spacing: .1em; }

.single-service #client {
  opacity: 1 !important;
  margin-top: 120px; }

#about p {
  font-size: 18px; }

#about .primary-paragraph p {
  font-size: 120% !important;
  line-height: 190%; }

#about .secondary-paragraph {
  margin-top: 10px; }
  #about .secondary-paragraph p {
    margin-bottom: 18px; }

.services-page-content img, #blog_post img:first-child {
  height: auto; }

.youtube-embed {
  margin: 0 auto;
  text-align: center;
  /*&__fullscreen {
    width: 100%;
    padding-top: 100%;
    position: relative;

    iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      height: 100%;
      width: 100%;
    }
  }*/ }
  .youtube-embed iframe {
    width: 100%;
    height: 100%;
    min-height: 640px; }
  @media all and (max-width: 750px) {
    .youtube-embed iframe {
      min-height: 315px; } }

#ceos .ceo > img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

#ceos .ceo h4 {
  text-align: center; }
  #ceos .ceo h4 span {
    position: initial; }
