/*=========General ===============*/

body {
  font: 100% 'source sans pro', sans-serif;
  padding-top: 66px;
}

html {
  font: 100% 'source sans pro', sans-serif;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*========= LoVe HAte ============*/

a:link,
a:visited {
  color: #171717;
  text-decoration: none;
}

/*colors every hover over link with red and focus on it */
a:hover,
a:focus,
a:active {
  color: #F14848;
  outline: none;
}

/*nav settings*/
/**hides checkbox**/
input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*======================== All The Red Buttons On Page ============================*/

.general-btn-red:link,
.general-btn-red:visited {
  background-color: #F14848;
  padding: 12px 16px;
  border-radius: 40px;
  color: white;
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
  transition-property: box-shadow, transform;
  transition-duration: 200ms, 200ms;
}

.general-btn-red:hover,
.general-btn-red:active,
.general-btn-red:focus {
  box-shadow: 0 5px 20px 3px rgba(4, 4, 6, 0.2);
  transform: translateY(-7px);
}

/*===============Intro & Why Comigo sections==========================*/

/*height has view-ports width as value, to keep aspect ratio (745 dvided by 1920 =0.388.
since viewport values are in percentages, the value is 38.8v-width )*/

.intro-section {
  height: 38.88vw;
  background: url(../Media/other/homepage-featured-new-1920x745.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  text-align: center;
  align-items: center;
}

.intro-content {
  padding: 8vw 0;
  margin: auto;
  width: 100%;
}

h1 {
  font-size: 2rem;
  line-height: 2rem;
  color: white;
  font-weight: 300;
  margin: 0;
}

.intro-section h2 {
  font-size: 4.05rem;
  color: white;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 4rem;
}

.why-comigo-section {
  text-align: center;
  padding: 6vw;
}

.why-comigo-section h2 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e2024;
  font-weight: 200;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 3.8rem;
}

.why-comigo-content {
  width: 290px;
  height: 100%;
  text-align: center;
  margin: auto;
}

/*================= Services Section =======================*/

.services-section {
  background-color: rgba(21, 21, 21, 0.9);
  width: 100%;
  overflow: hidden;
  color: #f9f9f9;
  font-weight: 300;
  position: relative;
  padding: 4vw 12vw;
}

.services-figures figure {
  display: none;
}

.services-section .default-play figure {
  display: block;
}

.services-section ul li:hover ~ .default-play > figure {
  display: none;
}

.services-figures ul {
  float: left;
  width: 30%;
  font-size: 1.3rem;
  margin-top: -10px;
  padding-left: 2%;
}

.services-figures figure {
  width: 40%;
  float: left;
  position: absolute;
  top: 4vw;
  height: 100%;
  padding-right: 15vw;
  right: -4vw;
  margin: 0;
}

.services-figures figcaption {
  font-size: 1rem;
  font-weight: 200;
  text-align: center;
  width: 75%;
  margin: auto;
}

.services-figures img {
  position: absolute;
  top: 5rem;
  width: 70%;
  padding: 0 4vw;
}

.services-headers {
  width: 30%;
  text-align: left;
  padding-right: 28vw;
  display: inline-block;
  float: left;
  min-width: 190px;
}

.services-headers h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  line-height: 3rem;
  font-size: 2.1rem;
  color: white;
  font-weight: 300;
}

.services-section p {
  width: 190px;
  margin-top: 3%;
}

.services-section button {
  color: #707070;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 100;
  padding-left: 5%;
  line-height: 2.4rem;
}

.services-section button:active,
.services-section button:focus {
  color: #F14848;
  outline: none;
}

/*colors hover over buttons with red*/
.services-section button:hover {
  color: #F14848;
}

.services-figures li:hover figure {
  display: inline-block;
  position: absolute;
}

.services-section video {
  position: absolute;
  min-height: 160%;
  /*min-width: 300%;*/
  top: -150px;
  bottom: 0;
  right: 0;
  /*left: -75vw;*/
  z-index: -3;
}

/*================== Enhancement & Deploy Section =====================*/

.enhance-deploy ul {
  width: 100%;
}

.enhance-li {
  width: 50%;
  float: left;
  list-style-type: none;
  /*height: 100%;*/
  background: url(../Media/other/home-tv-service-bg1.png) no-repeat center;
  background-size: cover;
  display: block;
}

.deploy-li {
  width: 50%;
  float: left;
  list-style-type: none;
  /*height: 100%;*/
  background-image: url(../Media/other/home-tv-service-bg2.png);
  background-size: cover;
  display: block;
}

.enhance-content {
  /*background-image: url(../Media/other/ic_EI_cloud_2_home_page.png), url(../Media/other/home-tv-service-bg1.png);*/
  /*background-position: center 15%, 0;*/
  /*background-size: 367px 272px, 725px 605px;*/
  /*height: 100%*/
  /*width: 50%;*/
  /*background-repeat: no-repeat, no-repeat;*/
  /*float: left;*/
  /*color: white;*/

  background-image: url(../Media/other/ic_EI_cloud_2_home_page.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50% 15%;
  padding: 25vw 12vw 4vw 12vw;
  /*position: relative;*/
  /*display: block;*/
}

.deploy-content {
  /*background-image: url(../Media/other/ic-stb-screens.png), url(../Media/other/home-tv-service-bg2.png);*/
  /*background-position: 10% 10%, 0;*/
  /*background-size: 43%, 720px 605px;*/
  /*height: 42vw;*/
  /*width: 50%;*  /
  /*background-repeat: no-repeat, no-repeat;*/
  /*float: left;*/
  /*position: relative;*/

  background-image: url(../Media/other/ic-stb-screens.png);
  background-size: 40%;
  background-position: 20% 15%;
  background-repeat: no-repeat;
  padding: 25vw 12vw 4vw 6vw;
  position: relative;
}

.enhance-content h2 {
  /*display: block;*/
  margin: 0;
  /*padding-top: 51%;*/
  /*padding-left: 28%;*/
  /*width: 60%;*/
  /*text-align: left;*/
  /*font-weight: 300;*/
  text-transform: uppercase;
  /*font-size: 2.25rem;*/
  text-align: left;
  line-height: 3rem;
  font-size: 2.3rem;
  color: white;
  font-weight: 300;
  min-width: 220px;
  /*position: absolute;*/
}

.enhance-content p {
  display: block;
  /*padding-left: 28%;*/
  font-weight: 200;
  margin: 0;
  color: white;
  min-width: 230px;
  /*font-size: 1rem;*/
  /*font-weight: 200;*/
  /*margin: 0;*/
  /*position: absolute;*/
}

.deploy-content h2 {
  /*display: block;*/
  margin: 0;
  /*padding-top: 51%;*/
  /*padding-left: 7%;*/
  /*color: black;*/
  /*width: 60%;*/
  /*text-align: left;*/
  /*font-weight: 300;*/
  text-transform: uppercase;
  /*font-size: 2.25rem;*/
  text-align: left;
  line-height: 3rem;
  font-size: 2.3rem;
  font-weight: 300;
  color: black;
  min-width: 300px;
}

.deploy-content p {
  /*display: block;*/
  /*padding-left: 7%;*/
  /*font-weight: 200;*/
  /*color: black;*/
  /*margin: 0;*/
  font-size: 1rem;
  font-weight: 200;
  margin: 0;
  min-width: 260px;
}

.deploy-content .general-btn-red {
  /*position: absolute;*/
  /*left: 12%;*/
  /*margin-top: 12px;*/
  /*padding: 15px;*/
  /*border-radius: 20px;*/
  /*font-size: 12px;*/
  /*line-height: 12px;*/
  /*letter-spacing: 2px;*/
  font-weight: 300;
  font-variant: small-caps;
  color: #ffffff;
  background-color: #f14848;
  font-size: 0.8rem;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  border-radius: 40px;
  text-align: center;
  margin: 1rem auto;
  line-height: 1rem;
  letter-spacing: 0.1em;
  display: inline-block;
  height: 42px;
}

/*==================white button inside enhance section ==========================*/

.general-btn-white:link,
.general-btn-white:visited {
  background-color: white;
  color: red;
  text-transform: uppercase;
  width: 200px;
  font-weight: 300;
  font-size: 0.8rem;
  padding: 0.8rem 1.6rem 0.8rem 1.6rem;
  border-radius: 40px;
  text-align: center;
  margin: 1rem auto;
  line-height: 1rem;
  letter-spacing: 0.1em;
  display: inline-block;
  height: 42px;
  transition-property: box-shadow, transform;
  transition-duration: 200ms, 200ms;
}

.general-btn-white:hover,
.general-btn-white:active,
.general-btn-white:focus {
  box-shadow: 0 5px 20px 3px rgba(4, 4, 6, 0.2);
  transform: translateY(-7px);
}

/*================== Your-Content Section ======================*/

.experience-section {
  clear: both;
}

.experience-section {
  background-image: url(../Media/other/screen_whos_on.jpg);
  background-size: 60% auto;
  background-position: 115%;
  height: 655px;
  background-repeat: no-repeat;
  min-height: 400px;
  padding: 4vw 0;
  position: relative;
}

.experience-section h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #1e2024;
  font-weight: 200;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 3.8rem;
}

.experience-section p {
  width: 100%;
  min-width: 200px;
}

.experience-content {
  width: 45%;
  text-align: left;
  padding-right: 14vw;
  padding-left: 12vw;
  padding-top: 2vw;
  display: inline-block;
  float: left;
  min-width: 190px;
}

/*================learn more section =====================*/

.learn-more-section {
  background-color: #f9f9f9;
  height: 42vw;
  width: 100%;
  position: relative;
}

.learn-more-section h3 {
  color: #1e2024;
  font-size: 3.3rem;
  line-height: 3.3rem;
  letter-spacing: 0.1rem;
}

.learn-left {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.learn-more-section .learn-right-link {
  color: #151515;
  height: 555px;
}

.learn-more-section .footer-main {
  background-color: #1e2024;
  padding-top: 3rem;
}

.learn-right {
  float: right;
  width: 40%;
  height: 100%;
  position: relative;
  background-color: #efefef;
  transition: all 0.2s ease-out;
}

.meeting-box:hover,
.learn-right:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.learn-right img {
  width: 95%;
  background-color: #efefef;
  position: absolute;
  bottom: 0;
  right: 0;
}

.learn-right h3 {
  min-width: 60%;
  padding: 0 30px;
  line-height: 3.3rem;
  margin-top: 20px;
  font-size: 3.3rem;
  letter-spacing: 0.1rem;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
}

a.brochure {
  width: 40%;
  height: 50%;
  float: left;
  position: relative;
  background-color: #f14848;
}

a.brochure::after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 138 138"><defs><style>.cls-1{fill:#fff;}</style></defs><title>Artboard 2</title><path class="cls-1" d="M69,0a69,69,0,1,0,69,69A69,69,0,0,0,69,0Zm0,135a66,66,0,1,1,66-66A66.12,66.12,0,0,1,69,135Z"/><path class="cls-1" d="M80.11,87.26H57.89a1.5,1.5,0,0,0,0,3H80.11a1.5,1.5,0,0,0,0-3Z"/><path class="cls-1" d="M66.84,84.59a1.5,1.5,0,0,0,1.09.55H68a1.5,1.5,0,0,0,1.07-.45L81.18,72.38A1.5,1.5,0,0,0,79,70.28l-9.39,9.54V48.5a1.5,1.5,0,0,0-3,0V79.63l-7.59-9.25a1.5,1.5,0,1,0-2.32,1.9Z"/></svg>') no-repeat;
  position: absolute;
  height: 40%;
  width: 40%;
  top: 20%;
  left: 30%;
}

a.brochure::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 0px solid transparent;
  border-right: 50px solid #ffffff;
  border-bottom: 50px solid #e48383;
  transition: all .1s ease;
}

a.brochure:hover::before {
  border-right: 70px solid #ffffff;
  border-bottom: 70px solid #e48383;
}

.brochure p {
  color: #e8e8e8;
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 80%;
  font-size: 1.4rem;
  margin: 0;
  font-weight: 200;
}

.learn-more-header {
  width: 60%;
  background-color: #f9f9f9;
  height: 50%;
  float: left;
  position: relative;
}

.learn-more-header h3 {
  position: absolute;
  bottom: 20px;
  left: 30px;
  margin: 0;
  letter-spacing: 0.1rem;
  font-weight: 200;
  font-family: 'Source Sans Pro', sans-serif;
}

.social-icon-list {
  background-color: #efefef;
  width: 40%;
  height: 50%;
  float: left;
  padding-left: 4.8vw;
  padding-top: 4vw;
}

.social-icon-list li {
  background-color: #f14848;
  height: 6vw;
  width: 6vw;
  border-radius: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 1vw;
  margin-bottom: 1vw;
  font-size: 2rem;
  transition-property: box-shadow, transform;
  transition-duration: 200ms, 200ms;
}

.social-icon-list li:hover {
  box-shadow: 0px 5px 30px rgba(4, 4, 6, 0.2);
  transform: translateY(-4px);
}

.social-icon-list li a {
  color: white;
}

.meeting-box {
  background-color: #e8e8e8;
  width: 60%;
  height: 50%;
  float: left;
  position: relative;
  transition: all 0.2s ease-out;
}

.meeting-box img {
  position: absolute;
  height: 60%;
  width: 80%;
  bottom: 10%;
  right: 0;
}

.meeting-box p {
  position: absolute;
  width: 70%;
  text-transform: uppercase;
  height: 100%;
  top: 5%;
  left: 5%;
  font-size: 1.1rem;
  color: #1e2024;
}

@media (max-width: 1100px) {
  .learn-more-section h3 {
    line-height: 3rem;
    font-size: 2.3rem;
  }

  .learn-more-section h3 {
    line-height: 2.6rem;
  }

  .meeting-box img {
    position: absolute;
    height: 50%;
    width: 70%;
    bottom: 10%;
    right: 0;
  }

  .meeting-box p {
    width: 80%;
  }

  a.brochure::after {
    height: 30%;
    top: 15%;
    left: 35%;
  }

  a.brochure::before {
    border-right: 40px solid #ffffff;
    border-bottom: 40px solid #e48383;
    transition: all .1s ease;
  }

  a.brochure:hover::before {
    border-right: 60px solid #ffffff;
    border-bottom: 60px solid #e48383;
  }
}

@media (max-width: 900px) {

  a.brochure::after {
    height: 20%;
    top: 15%;
    left: 40%;
  }

  a.brochure::before {

    border-right: 30px solid #ffffff;
    border-bottom: 30px solid #e48383;
    transition: all .1s ease;
  }

  a.brochure:hover::before {
    border-right: 50px solid #ffffff;
    border-bottom: 50px solid #e48383;
  }
}

/*=================== blog ===================*/

.blog-list-section {
  height: 36vw;
  position: relative;
}

.blog-list-section ul {
  height: 100%;
  display: block;
  background-color: #1e2024;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*sets li in section + hides span buttons*/
.blog-list-section li {
  float: left;
  height: 100%;
  width: 16.666%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

/*stretch <a> reach to 100% of li*/
.blog-list-section li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*color <p> with white and positions them at the bottom of each li*/
.blog-list-section .list-content {
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*styling for Read-More buttons on all li*/
.blog-list-section span {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 31px;
  font-size: 0.8rem;
  font-weight: 100;
  text-transform: uppercase;
  background-color: #F14848;
  text-align: center;
  transition: transform 0.5s;
}

/*stylying for <p> on all li*/
.blog-list-section .list-content p {
  margin-bottom: 1%;
  margin-left: 5%;
  width: 80%;
  font-size: 1rem;
  font-weight: 100;
  transition: transform 0.5s;
}

/*scales bigger <li> when hovered*/
.blog-list-section li:hover {
  transform: scale(1.07);
  z-index: 9;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.5);
}

/*brings up span when hovered*/
.blog-list-section li:hover span {
  transform: translateY(-78px);
}

/*brings up <p> to make room for span*/
.blog-list-section li:hover .list-content p {
  transform: translateY(-78px);
}

.blog-header {
  background-color: #F14848;
  color: white;
  text-transform: uppercase;
  font-weight: lighter;
  position: relative;
  padding: 15px;
}

@media (max-width: 1000px) {
  .blog-list-section .blog-header h2 {
    font-size: 2.5rem;
    line-height: 2.3rem;
    bottom: 55px;
  }
}

.blog-list-section li:nth-child(1):hover {
  transform: translateY(0px);
  box-shadow: none;
}

.blog-header h2 {
  color: white;
  position: absolute;
  bottom: 25px;
  left: 20px;
  font-weight: 100;
  font-size: 3.5rem;
  line-height: 3.3rem;
  width: 50%;
}

.blog-header p {
  position: absolute;
  left: 20px;
  bottom: 5px;
  font-size: 1.2rem;
  color: white;
  font-weight: 100;
}

.blog1 {
  background-size: cover;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../Media/blog/ibc_post_EI-750x508.png) no-repeat 50% 0;
}

.blog2 {
  background-size: cover;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../Media/blog/IMG_9294-750x563.jpeg) no-repeat 50% 50%;
}

.blog3 {
  background-size: cover;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../Media/blog/Image-Blog-Yoav_356121362-copy-750x563.jpg) no-repeat 50% 25%;
}

.blog4 {
  background-size: cover;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../Media/blog/post_tv_connect-750x508.jpeg) no-repeat 42% 0;
}

.blog5 {
  background-size: cover;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(../Media/blog/post_quality-750x508.jpeg) no-repeat 55% 0;
}

.blog-list-section li:nth-child(2):hover {
  background: url(../Media/blog/ibc_post_EI-750x508.png) no-repeat 50% 0;
}

.blog-list-section li:nth-child(3):hover {
  background: url(../Media/blog/IMG_9294-750x563.jpeg) no-repeat 50% 50%;
}

.blog-list-section li:nth-child(4):hover {
  background: url(../Media/blog/Image-Blog-Yoav_356121362-copy-750x563.jpg) no-repeat 50% 25%;
}

.blog-list-section li:nth-child(5):hover {
  background: url(../Media/blog/post_tv_connect-750x508.jpeg) no-repeat 42% 0;
}

.blog-list-section li:nth-child(6):hover {
  background: url(../Media/blog/post_quality-750x508.jpeg) no-repeat 55% 0;
}

/*===============site footer======================*/

.nav-second-tier a:link,
.nav-second-tier a:visited,
.copyrights a:link,
.copyrights a:visited {
  color: #7a7a7a;
}

.nav-second-tier a:hover,
.nav-second-tier a:focus,
.nav-second-tier a:active {
  color: #f14848;
}

.footer-nav a,
.copyrights a:hover,
.footer-nav a:focus,
.copyrights a:active {
  color: #ffffff;
}

.footer-main {
  background-color: #1e2024;
  font-size: 0.8rem;
  position: relative;
  font-weight: 100;
}

.footer-main > a {
  position: absolute;
  top: 22%;
  right: 12%;
}

.footer-nav {
  width: 50%;
  margin-left: 12%;
  padding-top: 5%;
  padding-bottom: 3%;
}

.footer-nav > li {
  float: left;
  width: 33.3333333%;
  padding-bottom: 2rem;
}

.footer-nav > li > ul > li:first-child {
  padding-bottom: 2rem;
}

.footer-nav > ul > li {
  text-align: left;
  padding: 0;
}

.nav-second-tier li {
  display: inline-block;
  padding-bottom: 0;
  padding-top: 1rem;
  width: 100%;
}

.footer-end {
  background-color: #151515;
  color: #7a7a7a;
  font-weight: 300;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 12%;
  font-size: 0.8rem;
}

div.footer-end ul {
  padding: 2% 0;
}

div.footer-end ul:nth-of-type(1) {
  float: left;
  width: 65%;
}

div.footer-end ul:nth-of-type(2) {
  float: right;
  width: 15%;
}

div.footer-end ul:nth-of-type(2) li {
  float: right;
}

.copyrights > li {
  float: left;
  padding-right: 1rem;
}

.footer-end .icon-list li:hover {
  color: #ffffff;
}

.footer-end span {
  float: left;
  width: 20%;
  padding-top: 2%;
}

.copyrights:nth-of-type(2) > li:first-child {
  padding-right: 0;
}

.copyrights:nth-child(1) li:before {
  content: "|";
  display: inline-block;
  margin-right: 1em;
}

.copyrights:nth-child(1) li:nth-child(1):before {
  content: "";
  display: inline-block;
  margin-right: 0;
}

@media (max-width: 960px) {

  div.footer-end ul:nth-of-type(1) {
    width: 100%;
  }

  div.footer-end ul:nth-of-type(2) {
    float: right;
    width: 15%;
    position: absolute;
    top: -3px;
    right: 12%;
  }

  .footer-end span {
    width: 100%;
    padding-bottom: 2%;
  }

}

/*====================== Helpers =====================*/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*======================== Media Queries ==========================*/

/*================above 750px =============*/

@media (min-width: 751px) {
  /*hidden Menu button for media query less than 700px*/
  /*hides menu label*/
  .header label {
    display: none;
    float: right;
  }

  .x-close {
    display: none;
  }

  .main-menu {
    background-color: white;
    float: right;
    font-weight: 200;
  }

  .header {
    display: inline-block;
    width: 100%;
    background-color: white;
    line-height: 66px;
    /**makes nav sticky + the first reference point for absolute**/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding-left: 25px;
    padding-right: 20px;
    box-shadow: 0 5px 15px 3px rgba(4, 4, 6, 0.2);
  }

  .logo-wrapper {
    display: inline-block;
    line-height: 66px;
  }

  .logo-wrapper img {
    vertical-align: middle;
  }

  ul ul li a span {
    display: inline-block;
    line-height: 1.1;
    width: 60%;
    vertical-align: middle;
  }

  /*Bold +red home button*/
  .main-menu .home-nav {
    color: #F14848;
    font-weight: bold;
  }

  /*sorts all <li> elements in a row*/
  .main-menu li {
    float: left;
  }

  /*spaces between top nav options*/
  .main-menu li a {
    padding: 0 10px;
  }

  /*hide all sub-menus*/
  .main-menu ul ul {
    overflow: hidden;
    height: 0;
    width: 0;
    opacity: 0;
    transition-property: height, opacity;
    transition-duration: .3s;
  }

  /*sub-menus general setup*/
  .main-menu ul ul li {
    text-align: center;
    font-size: 2.025rem;
    text-transform: uppercase;
  }

  /*hovers ul on each li*/
  .main-menu li:hover > ul {
    position: absolute;
    width: 100%;
    height: 135px;
    left: 0;
    background-color: white;
    opacity: 0.97;
    overflow: visible;
  }

  /**first tier horizontal split to 3 (33%)**/
  .main-menu ul > li > ul > li {
    width: 33.3333%;
  }

  /**second tier horizontal split to 2 (50%)**/
  .main-menu ul > li > ul > li > ul li {
    width: 50%;
  }

  .main-menu ul ul a:hover {
    display: inline-block;
    background-color: #F14848;
    width: 100%;
    height: 100%;
    color: white;
    box-shadow: 0 5px 15px 3px rgba(4, 4, 6, 0.2);
  }

  /**extends reach of hover to 100% <a>**/
  .main-menu ul ul a {
    display: inline-block;
    line-height: 135px;
    width: 100%;
  }
}

/*=============== below 750px ===========*/

@media (max-width: 750px) {

  body {
    padding-top: 0;
  }

  .main-menu {
    display: none;
  }

  .x-close {
    display: none;
    float: right;
    font-size: 35px;
    padding-right: 2%;
    padding-top: 1%;
  }

  .icon-menu {
    display: block;
    float: right;
    font-size: 35px;
    padding-right: 2%;
    padding-top: 1%;
  }

  .logo-wrapper {
    display: block;
    line-height: 66px;
    padding-left: 20px;
  }

  .main-menu ul li ul li:before {
    content: "- ";
  }

  .main-menu ul ul ul:nth-child(2) li:nth-child(2) {
    width: 160%;
  }

  /*Bold +red home button*/
  .main-menu .home-nav {
    color: #F14848;
    font-weight: bold;
  }

  input[type=checkbox]:checked ~ .x-close {
    display: inline-block;
  }

  input[type=checkbox]:checked ~ .menu-icon {
    display: none;
  }

  input[type=checkbox]:checked ~ nav {
    display: inline-block;
  }

  .header {
    box-shadow: 0 5px 15px 3px rgba(4, 4, 6, 0.2);
  }

  .intro-section {
    background-position-x: 40%;
    height: 100%;
  }

  .intro-section h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    padding: 4vw 4vw;
    margin: auto;
  }

  .intro-section h2 {
    font-size: 1.7rem;
    padding: 0 20vw;
    margin: auto;
  }

  .intro-content {
    padding: 8vw 0;
    margin: auto;
    width: 100%;
  }

  .why-comigo-section {
    float: none;
    display: block;
    padding: 10vw;
  }

  .why-comigo-section h2 {
    font-weight: 200;
    margin-top: 10px;
  }

  .services-section {
    height: 200vw;
    padding: 6vw 6vw;
  }

  .services-headers {
    padding: 0;
    width: 100%;
  }

  .services-section p {
    width: 49%;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .services-section h2 {
    width: 300px;
  }

  .services-figures ul {
    padding-left: 0;
    font-size: 1.2rem;
    padding-top: 20px;
  }

  .services-figures button {
    padding-left: 0;
  }

  .main-menu ul {
    padding-left: 13%;
    line-height: 1.7;
    font-weight: 100;
    font-size: 1.4rem;
  }

  .services-section .services-figures li figure {
    width: 80%;
    position: absolute;
    top: 100vw;
    left: 10vw;
    right: 6vw;
    padding: 0;
  }

  .services-figures img {
    position: absolute;
    top: 15vw;
    left: 10vw;
  }

  .services-figures video {
    position: absolute;
    min-height: 40%;
    min-width: 610%;
    top: -840px;
    left: -580px;
    bottom: 0;
    right: 0;
    z-index: -100;
  }

  .services-figures figcaption {
    font-size: 1.3rem;
    width: 90%;
    line-height: 1.6rem;
  }

  .enhance-content {
    background-position: 6vw 6vw;
    padding: 50vw 3vw 8vw 6vw;
  }

  .enhance-li {
    width: 100%;
  }

  .deploy-li {
    width: 100%;
  }

  .deploy-content {
    background-size: 40%;
    background-position: 8vw 8vw;
    padding: 50vw 3vw 8vw 6vw;
    width: 80%;
  }

  .experience-section {
    /*min-height: 820px;*/
    padding: 6vw 6vw;
    position: relative;
    background-size: 76%;
    background-position: 50% 10%;
  }

  .experience-content {
    width: 80%;
    position: absolute;
    bottom: 4vw;
    left: 6vw;
    text-align: left;
    padding: 0;
  }

  .experience-section h2 {
    font-size: 3rem;
    line-height: 3rem;
    text-transform: uppercase;
    margin-bottom: 0;
    bottom: 20vw;
  }

  .experience-section a {
    bottom: 4vw;
  }

  .experience-section p {
    width: 100%;
    min-width: 200px;
    bottom: 11vw;
  }

  .experience-content button {
    height: 52px;
  }

  .footer-nav a img {
    position: absolute;
    left: 50%;
  }

  .learn-more-section {
    height: 300vw;
  }

  .learn-left {
    width: 100%;
    position: static;
  }

  .learn-more-section h3 {
    line-height: 3rem;
    font-size: 3rem;
    width: 460px;
  }

  .learn-more-header {
    width: 100%;
    height: 25vw;
    top: 0;
    left: 0
  }

  .meeting-box,
  .social-icon-list,
  a.brochure {
    width: 100%;
    height: 60vw;
    float: none;
    position: absolute;
  }

  a.brochure {
    top: 25vw;
    left: 0;
    right: 0;
  }

  a.brochure::after {
    height: 50%;
    width: 40%;
    top: 21%;
    left: 35%;
  }

  a.brochure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 0px solid transparent;
    border-right: 70px solid #ffffff;
    border-bottom: 70px solid #e48383;
    transition: all .1s ease;
  }

  a.brochure:hover::before {
    border-right: 90px solid #ffffff;
    border-bottom: 90px solid #e48383;
  }

  .social-icon-list {
    top: 185vw;
  }

  .meeting-box {
    bottom: 0;
    left: 0;
  }

  .meeting-box p {
    font-size: 2.5rem;
  }

  .learn-right {
    width: 100%;
    float: none;
    position: absolute;
    top: 85vw;
    height: 100vw;
  }

  .learn-right img {
    width: 95%;
  }

  .social-icon-list {
    top: 185vw;
    margin: auto;
    padding-left: 35%;
    padding-top: 13%;
    padding-right: 30%;

  }

  .social-icon-list li {
    background-color: #f14848;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .social-icon-list li a {
    color: white;
    justify-content: center;
    display: flex;
    align-content: center;
  }

  .blog-list-section {
    position: relative;
    height: 560vw;
    display: block;
  }

  .blog-list-section ul {
    background-color: white;
    width: 100%;
    height: 100vw;
  }

  .blog-list-section .blog-header {
    height: 26vw;
    width: 100%;
    position: relative;
  }

  .blog-list-section .blog-header h2 {
    position: absolute;
    top: 0;
  }

  .blog-list-section .blog-header p {
    position: absolute;
    top: 9vw;
    padding-left: 5px;
    padding: 0;
  }

  .blog-list-section li {
    width: 85%;
    height: 100%;
    float: none;
    list-style-type: none;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .blog-list-section .list-content p {
    transition: none;
    font-size: 2rem;
    font-weight: normal;
  }

  .blog-list-section li:hover .list-content p {
    transform: translateY(0px);
  }

  .blog-list-section p {
    font-size: 2rem;
    line-height: 2.5rem;
    padding: 3rem;
  }

  .blog-list-section .list-content > span {
    display: none;
  }

  .blog-list-section .blog1 a {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../Media/blog/ibc_post_EI-750x508.png);
    background-position: right center;
    background-size: cover;
  }

  .blog-list-section .blog2 a {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../Media/blog/IMG_9294-750x563.jpeg);
    background-position: right center;
    background-size: cover;
  }

  .blog-list-section .blog3 a {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../Media/blog/Image-Blog-Yoav_356121362-copy-750x563.jpg);
    background-position: right center;
    background-size: cover;
  }

  .blog-list-section .blog4 a {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../Media/blog/post_tv_connect-750x508.jpeg);
    background-position: right center;
    background-size: cover;
  }

  .blog-list-section .blog5 a {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(../Media/blog/post_quality-750x508.jpeg);
    background-position: right center;
    background-size: cover;
  }

  .footer-main {
    background-color: #1e2024;
    padding-top: 70px;
    font-size: 1.5rem;
    position: relative;
    height: 190vw;
  }

  .nav-second-tier li {
    display: inline-block;
    padding-bottom: 1rem;
    padding-top: 2rem;
    width: 100%;
  }

  .footer-nav > li {
    float: none;
    width: 100%;
    padding-bottom: 2rem;
  }

  .footer-nav {
    width: 80%;
    margin-left: 3rem;
  }

  .footer-nav > li > ul > li:first-child {
    padding-bottom: 3rem;
  }

  .footer-main > a {
    position: absolute;
    bottom: 90px;
    width: 30%;
    right: 35%;
    top: initial;
  }

  .footer-main > a > img {
    width: 100%;
  }

  .footer-end {
    padding: 1.5rem 5rem;
    height: 55vw;
    font-size: 1.2rem;
  }

  div.footer-end ul:nth-of-type(1) {
    width: 100%;
    position: relative;
    text-align: right;
    line-height: 50px;
  }

  .copyrights > li {
    float: none;
    padding-right: 0;
  }

  div.footer-end ul:nth-of-type(1) > li:nth-of-type(1) {
    position: absolute;
    bottom: -50px;
    width: 100%;
  }

  div.footer-end ul:nth-of-type(1) > li:nth-of-type(4),
  .copyrights:nth-child(1) li:before {
    display: none;
  }

  div.footer-end ul:nth-of-type(2) {
    width: 100%;
    text-align: center;
    top: 200px;
    left: 0px;

  }

  div.footer-end ul:nth-of-type(2) > li {
    float: none;
    display: inline-block
  }

  div.footer-end ul:nth-of-type(2) > li:nth-of-type(5) {
    width: 100%;
    padding-top: 1vw;
  }

  .footer-end span {
    width: 100%;
    padding-top: 30%;
    padding-bottom: 4%;
    text-align: center;
  }

  .footer-end .icon-list > li {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    /*color: #efefef;*/
    /*background-color: #707070;*/
    color: #7a7a7a;
    margin: .3em .1em;
    line-height: 2em;
    font-size: 2rem;
    text-align: center;
    transition-property: box-shadow, transform;
    transition-duration: 200ms, 200ms;
  }

  .copyrights .icon-list li:hover {
    box-shadow: 0px 5px 30px rgba(4, 4, 6, 0.2);
    transform: translateY(-4px);
  }
}

