/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
 .ws-invalid{
  border-bottom: 2px solid #0A2342 !important;
}
.nav-up, .nav-down{
  -webkit-transit:all 300ms ease-in;
  -moz-transition:all 300ms ease-in;
  -o-transition:all 300ms ease-in;
  transition:all 300ms ease-in;
}
#nav{
  -webkit-transition:all 300ms ease-in;
  -moz-transition:all 300ms ease-in;
  -o-transition:all 300ms ease-in;
  transition:all 300ms ease-in;
}
#login{
  background: #ffffff;
  position: absolute;
  top: -109px;
  padding: 20px 0px 20px 0px;
}
#login ul, #login li{
  list-style: none;
}
#login ul{
  margin: 20px 5px 20px 5px;
  padding-left:0;
}
#login button{
  width: 100%;
  height: 30px;
  border: none;
  color: white;
  -webkit-appearance: none;
  background-color: #0A2342;
}
#login li{
  margin-top: 5px;
}
#login input{
  height: 40px;
  border: 0;
  border-bottom: 1px solid;
}
.mobileHead{
  display: none;
}
#hide {
  display: none;
}
.formcontainer{
    width: 100%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.campaigns,
.campaigns2 {
  border-radius: 4px;
}
header {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 33vh;
  -o-background-size: cover;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
#login.loginShow{
  top: 65px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease;
}
.hoverChange #navItem6 {
  color: black;
  background: white;
}
body {
  width: 1280px;
  overflow-x: hidden;
  font-family: "HelveticaNeue";
  width: 100%;
  margin: auto;
}

.text-muted {
  color: #777777 !important;
}

.text-primary {
  color: #0A2342 !important;
}

p {
  line-height: 1.5;
}

textarea {
  resize: none;
}


/*header video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
    -webkit-filter: opacity(50%); 
    filter: grayscale(200%);
    background-color:#222222;
}*/

.videoContainer {
  align-items: center;
  position: relative;
}

.videoContainer video {
  top: 50%;
  align-self: center;
  bottom: -50%;
  width: 100%;
  z-index: 1;
}

.videoContainer .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .8;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.top {
  width:100%;
}

a {
  color: #0A2342;
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #051A30;
}

.hoverChange:hover,
.hoverChange:active,
.hoverChange.active {
  border-bottom: 2px solid white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  font-weight: 700;
}

.img-centered {
  display: block;
  margin: 0 auto;
}

.bg-light-gray {
  background-color: #EAEFF3;
}

.bg-darkest-gray {
  background-color: #222222;
}

.btn-primary {
  color: white;
  background-color: #0A2342;
  border-color: #0A2342;
  font-family: "HelveticaNeue";
  width: 10% !important;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #0A2342;
  border-color: #0A2342;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0A2342;
  border-color: #0A2342;
}

.btn-primary .badge {
  color: #0A2342;
  background-color: white;
}

.btn-xl {
  color: white;
  background-color: #0A2342;
  border-color: #0A2342;
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 19px;
  margin-top: -3%;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.btn-xl:active:focus,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #051A30;
  border-color: #a11219;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #0A2342;
  border-color: #0A2342;
}

.btn-xl .badge {
  color: #0A2342;
  background-color: white;
}

#mainNav {
  background-color: #0A2342;
  border-color: transparent;
}

#mainNav .container {
  padding: 0;
}

#mainNav .container .navbar-brand {
  color: #0A2342;
  font-family: "HelveticaNeue";
}

#mainNav .container .navbar-brand:hover,
#mainNav .container .navbar-brand:focus,
#mainNav .container .navbar-brand:active,
#mainNav .container .navbar-brand.active {
  color: #051A30;
}


#mainNav .container .btn-toggle {
  padding: .75em;
  margin-left: 50%;
  font-size: 100%;
}

#mainNav .container .navbar-nav .nav-item .nav-link {
  font-size: 1em;
  padding: 0.75em 0;
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}

#mainNav .container .navbar-nav .nav-item .nav-link:hover,
#mainNav .container .navbar-nav .nav-item .nav-link.active {
  color: white;
}

header .intro-text .intro-lead-in {
  z-index: 3;
  top: -15px;
  position: relative;
}

.border {
  width: 150px;
  margin-bottom: 19px;
  border-bottom: solid 3px #0A2342;
  z-index: 3;
}


/* desktop */

@media (min-width: 1024px) {
    header{
    height: 80vh;
    max-height: 1180px;
    height: 80%;
  }
  .nav-up {
    top: -140px !important;
  }
  body {
    margin: auto;
  }
  section {
    padding: 80px 0;
  }
  .navbar-fixed-top {
    position: fixed;
  }
  #mainNav {
    position: fixed;
  }
  .head {
    width: 190px;
    float: left;
  }
  section#campaign {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
    height: 20rem;
  }
  #navbarResponsive {
    display: inline-block;
    width: 100%;
    float: right;
  }
  .col-md-4 {
    float: left;
    margin-left: 6.5%;
  }
  #navbarResponsive .nav-item {
    float: right;
    padding-top: 0%;
    flex-flow: row wrap;
    justify-content: space-around;
    font-weight: 700;
    cursor: pointer;
  }
  #navbarResponsive a {
    font-family: HelveticaNeue;
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #e6e8e6;
    text-transform: uppercase;
  }
  #navbarResponsive .navbar-nav {
    margin: 0 auto;
    width: 100%;
    padding-top: 7px;
    max-width: 1050px;
  }
  #mainNav img {
    background-color: #0A2342;
    padding: 16px;
    top: 0;
    margin-top: -12px;
  }
  #mainNav .container {
    width: 42%;
  }
  #mainNav {
    background-color: transparent;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    z-index: 91;
    padding: 0;
    height: 80px;
    margin-left: 0;
    border: none;
    float: none;
    width: 100%;
  }
  /*Content form overlay*/
  div#content-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
  }
  /*Content form overlay*/

  #nav.container {
    height: 91px;
    position: fixed;
    width: 100%;
    top:0px;
    padding-left: 0px;
    z-index: 91;
  }
  .background {
    background-color: #0A2342 !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 4px 0 rgba(0, 0, 0, 0.12);
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    width: 100%;
    padding: 25px 35px 30px 35px;
    text-align: center;
  }
  #mainNav.navbar-shrink {
    background-color: #222222;
    padding: 5px 0;
  }
  #mainNav.navbar-shrink .navbar-brand {
    padding: 0.65em 0;
    font-size: 1.25em;
  }
  #company .container {
    width: 1024px;
    top: 90px;
    height: 113%;
  }
  header .intro-text {
    padding-top: 370px;
    clear: left;
  }
  header .intro-lead-in {
    font-family: "HelveticaNeue";
    font-style: normal;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    font-size: 55px;
    width: 768px;
    margin: 0 auto;
    line-height: 1.2;
  }
  .rectangle-4 {
    width: 300px;
    margin: 0 auto;
    height: 60px;
    background-color: #0A2342;
    border-color: #0A2342;
  }
  #getCustomers .rectangle-4 {
    width: 300px;
    height: 60px;
    border-radius: 2px;
    background-color: #000000;
  }
  .campaigns {
    text-align: center;
    font-family: HelveticaNeue;
    font-size: 29px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    padding-top: 4px;
  }
  .campaigns2 {
    background-color: #000000;
    text-align: center;
    font-family: HelveticaNeue;
    font-size: 29px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    padding-top: 3%;
  }
  #want {
    font-family: "HelveticaNeue";
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    color: #4a4a4a;
    margin: auto;
    text-align: center;
    margin-bottom: 25px;
    margin-left: auto;
  }
  #or {
    font-family: HelveticaNeue;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #9e9e9e;
  }
  .run {
    float: left;
    margin-left: 9.5%;
  }
  .text-muted {
    margin: 0 auto;
    margin-top: 25px;
    width: 95%;
    font-family: HelveticaNeue;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    text-align: center;
    color: #343434;
  }
  #company {
    z-index: 90;
    position: relative;
    max-width: 960px;
    margin: 0% auto;
    padding: 0;
  }
  .service-heading,
  #hide {
    display: block;
    width: 5%;
    margin-top: 6%;
    margin-left: 4%;
  }
  .map {
    padding-top: 50px;
    margin: 0 auto;
    width: 100%;
  }
  .who.why {
    margin-top: 35px;
  }
  .who {
    font-family: HelveticaNeue;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    color: #4a4a4a;
  }
  .whoText {
    width: 90%;
    float: left;
    font-family: HelveticaNeue;
    font-size: 1.7em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
    margin: 0 auto;
  }
  .whoAre {
    width: 100%;
    margin-left: 60px;
  }
  #whoLeft {
    width: 39%;
    margin-left: 8%;
    float: left;
  }
  #whoRight {
    float: right;
    width: 45%;
    margin-top: -4%;
  }
  .border {
    width: 150px;
    margin-bottom: 19px;
    border-bottom: solid 3px #0A2342;
  }
  .better {
    width: 90%;
    margin: 0 auto;
    margin-top: 55px;
    font-family: HelveticaNeue;
    font-size: 1.4em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    color: #2b2b2b;
  }
  #whoLeft {
    width: 45%;
    margin: 0 auto;
    margin-left: 8%;
  }
  #whoRight {
    float: right;
    width: 45%;
    margin: 0 auto;
  }
  .advertisers {
    padding-bottom: 0;
    width: 100%;
    height: inherit;
  }
  .advertisers .col-lg-12 {
    margin: 0 auto;
    padding: 0;
  }
  #mapcontain {
    margin: 0 auto;
    width: 75%;
  }
  #map {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5%;
  }
  .map {
    max-width: 1024px;
    display: block;
    margin: auto;
  }
  .were124 {
    margin: 5% auto;
    text-align: center;
  }
  .were124 span {
    font-size: 90px;
  }
  .clients .who {
    margin-top: 44px;
  }
  .events {
    background: #f2f2f2;
    display: block;
    padding-bottom: 2%;
  }
  .events .who {
    width: 241px;
    font-family: HelveticaNeue;
    font-size: 32px;
    font-weight: bold;
    margin-top: 42px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    color: #4a4a4a;
  }
  .events .col-md-3 {
    background: white;
    margin-top: 3%;
  }
  .eventsContain {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
#event1 a {
    margin: 0 auto;
    text-decoration: none;
}
  #event,
  #event1,
  #event2,
  #event3 {
    width: 19%;
    display: inline-flex;
    margin: 1%;
    height: 232px;
    /* height: 211px; */
    background-color: #ffffff;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.06), 0 0 16px 0 rgba(0, 0, 0, 0.22);
    border-style: solid;
    border-width: 0.5px;
    border-image-source: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.0));
    border-image-source: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.0));
    border-image-source: -o-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.0));
    border-image-source: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.0));
    border-image-slice: 1;
  }
  #event div,
  #event1 div,
  #event2 div,
  #event3 div {
    margin: auto;
    padding: 5%;
    border-bottom: 1px solid #f2f2f2;
  }
  #day {
    padding-top: 14%;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
  }
  #date {
    font-size: 19px;
    color: #4a4a4a;
    width: 175px;
    margin: 0 auto;
    font-weight: bold;
    margin-top: 23px;
    text-align: center;
  }
  #loc {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #9b9b9b;
    margin-top: 10px;
  }
  #event img,
  #event1 img,
  #event2 img,
  #event3 img {
    object-fit: contain;
    height: 61px;
    margin-top: 10px;
  }
  aside.clients img {
    max-width: 10%;
  }
  aside.clients p {
    text-align: center;
    color: #7f7f7f;
  }
  .col-md-3 .col-sm-6 {
    width: 15%;
  }
  aside.clients {
    display: block;
    padding-bottom: 49px;
  }
  .clients .col-md-3 {
    float: left;
    max-width: 20%;
    max-height: 197px;
  }
  .clients .container {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  #verticals {
    width: 100%;
    display: -webkit-box;
  }
  #verticals a {
    text-decoration: none;
    cursor: default;
  }
  .events .container {
    display: block;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .clients .border {
    margin-left: 6px;
    margin-top: 25px;
    margin-bottom: 27px;
  }
  #contact {
    clear: left;
  }
  .clients .col-md-3 img {
    margin-top: 20px;
  }
  #beauty {
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #deal {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #bussiness {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #gamble {
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #heart {
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #beauty img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #bussiness img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #heart img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #gamble img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #deal img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #bussiness img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #deal p {
    font-size: .8em;
  }
  #beauty p {
    font-size: .8em;
  }
  #gamble p {
    font-size: .8em;
  }
  #bussiness p {
    font-size: .8em;
  }
  #heart p {
    font-size: .8em;
  }
  .teamText {
    font-family: HelveticaNeue;
    font-size: 22px;
    font-weight: normal;
    display: inline-block;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    margin-top: 34px;
    color: #787878;
  }
  .team .container {
    max-width: 735px;
    margin: 0 auto;
  }
  .whoteam {
    margin-top: -36px;
  }
  .teamImg {
    width: 100%;
    margin: 0 auto;
  }
  section#team {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  #team .container {
    width: 1024px;
  }
  section#team {
    height: inherit;
  }
  
 .imageContainer {
  }

  .imageContainer img {
    display: block;
    width: 234px;
    height:229px;
    /* margin-left: 0; */
  }

  .imageContainer .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    width: 227px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(10, 35, 66, 0.8);
}

.imageContainer:hover .overlay {
  height: 100%;
}

.imageContainer:hover .overlay {
  opacity: 1;
}

.imageContainer .textInfo {
  color: white;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}

.imageContainer .menberName {
  font-size: 16px;
  font-family: 'HelveticaNeue';
  font-weight: 700;
  position: relative;
  top: 20px;
  widows: 100%;
  height: 100%;
  line-height: 32px;
  letter-spacing: 0.11em;
}

.infoHover {
    display: block;
    width: 226px;
    height: 229px;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    transition: .5s ease;
}

.infoHover:hover {
  opacity: 1;
  cursor: pointer !important;
}

.imageContainer .menberTitle {
  font-size: 10px;
  font-family: 'HelveticaNeue';
  font-weight: 400;
  letter-spacing: 0.1em;
}

.imageContainer .socialInfo {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 75%;
  left: 50%;
  letter-spacing: .3em;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

.imageContainer .socialInfo a {
  text-decoration: none;
  color: white;
}

  #member,
  #member4 {
  }
  #member,
  #member1,
  #member2,
  #member3 {
    margin-top: -108px;
    width: 52%;
    padding-left: 0;
    display:  inline-block;
    padding-right: 0;
  }
  #member4,
  #member5,
  #member6,
  #member7 {
    margin-top: 10px;
    padding-left: 0;
    width: 37%;
    display:  inline-block;
    margin-left: 1%;
    padding-right: 0;
    margin:  0;
  }
  #member5 {
  }

  #info {
    display: none;
  }
  #contact {
    margin-top: 20%;
  }
  #hero {
    z-index: -1;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 600px;
    overflow: hidden;
    min-width: 1045px;
  }
  #heroBackground {
    background-color: black;
  }
  #contactForm {
    width: 50%;
    height: 408px;
    background: white;
  }
  .form-control {
    width: 150%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
  }
  #contactInfo {
    padding-left: 3%;
    padding-top: 5%;
    float: right;
    width: 28%;
    margin-top: -37.8%;
    height: 408px;
    background-color: #0A2342;
    font-size: 20px;
    color: white;
  }
  #contactInfo img {
    width: 33px;
    height: 33px;
    object-fit: contain;
    float: left;
  }
  #contactInfo p {
    width: 200px;
    margin-bottom: 40px;
  }
  #contactInfo #email,
  #contactInfo #phone {
    margin-left: 0px;
    float: left;
  }
  #contactInfo a,
  #contactInfo a {
    color: white;
    margin-left: 10px;
  }
  #contactInfo img,
  #contactInfo img {
    color: white;
    margin-right: 10px;
  }
  #email {
    margin-top: 20px;
  }
  #contact .container {
    width: 1140px;
    padding-top: 0;
  }
  #contact-lg {
    width: 738px;
    margin: 0 auto;
  }
  #contactForm {
    width: 100%;
    display: inline-block;
    height: 408px;
    background: white;
  }
  #contactInfo {
    padding-left: 3%;
    padding-top: 5%;
    float: right;
    width: 300px;
    margin-top: 0;
    height: 408px;
    background-color: #0A2342;
    font-size: 20px;
    color: white;
  }
  #phoneEmail {
    width: 215px;
  }
  #contactInfo .contactLogo {
    width: 80%;
    margin-bottom: 25px;
    height: initial;
    margin-top: 0px;
  }
   ::-webkit-input-placeholder {
    margin-left: -5px;
  }
  .col-lg-12 {}
  .col-lg-12 .text-xs-center {
    margin-left: 0;
    margin-top: 27px;
  }
  footer .col-md-4 {
    float: none;
    margin: auto;
  }
  #wow {
    position: fixed;
    z-index: 31;
    width: 500px;
    left: 0;
    top: -130px;
    margin: 200px 0 0 -250px;
    opacity: .5;
  }
}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }
  #navbarResponsive .nav-item {}
}

@media (min-width: 767px) {
  header .intro-text .intro-heading {
    font-family: "HelveticaNeue";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

section {
  height: 27.4rem;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-family: "HelveticaNeue";
  text-transform: none;
  font-style: italic;
  font-weight: 400;
}

#company .company-item {
  margin: 0 0 15px;
  right: 0;
}

#company .company-item .company-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

#company .company-item .company-link .company-hover {
  background: rgba(10, 35, 66, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#company .company-item .company-link .company-hover:hover {
  opacity: 1;
}

#company .company-item .company-link .company-hover .company-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}

#company .company-item .company-link .company-hover .company-hover-content i {
  margin-top: -12px;
}

#company .company-item .company-link .company-hover .company-hover-content h3,
#company .company-item .company-link .company-hover .company-hover-content h4 {
  margin-top: 0;
}

#company .company-item .company-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}

#company .company-item .company-caption h4 {
  text-transform: none;
  margin: 0;
}

#company .company-item .company-caption p {
  font-family: "HelveticaNeue";
  font-style: italic;
  font-size: 16px;
  margin: 0;
}

input#name.form-control {
  margin-top: 34px;
}

@media (min-width: 767px) {
  #company .company-item {
    margin: 0 0 30px;
  }
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}

.timeline>li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline>li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #0A2342;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}

.timeline>li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .timeline:before {
    left: 50%;
  }
  .timeline>li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline>li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline>li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline>li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}

.publishers-member {
  text-align: center;
  margin-bottom: 50px;
}

.publishers-member img {
  margin: 0 auto;
  border: 7px solid white;
}

.publishers-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.publishers-member p {
  margin-top: 0;
}

aside.clients img {
  margin: 50px auto;
}

#backgroundContact {
  background-color: #222222;
  /*background-image: url(../img/map-image.png);*/
  background-position: top;
  position: absolute;
  width: 100%;
  background-size: cover;
  height: 42%;
  background-repeat: no-repeat;
  margin-top: -79px;
  background-position: center;
}

section#contact {
  background-color: #222222;
  padding-bottom: 30rem;
  margin-top: 52px;
  width: 100%;
}

section#contact .section-heading {
  color: white;
}

section#contact .form-group {}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
    height: 10px;
    font-size: 12px;
    padding-left: 0px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    width: 100%;
    line-height: 1.5;
    color: #222222;
}

#contactForm .col-md-6 {
    max-width: 100%;
}

section#contact .form-group textarea.form-control {
  height: 175px;
  width: 100%;
  padding-left: 0px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  color: #222222;
}

section#contact .form-control:focus {
  border-color: #0A2342;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  font-weight: 700;
  color: #EAEFF3;
}

section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  font-weight: 700;
  color: #EAEFF3;
}

section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  font-weight: 700;
  color: #EAEFF3;
}

section#contact :-ms-input-placeholder {
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  font-weight: 700;
  color: #EAEFF3;
}

section#contact .text-danger {
  color: #e74c3c;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  text-transform: none;
}

footer ul.quicklinks {
  font-size: 90%;
  margin-bottom: 0;
  line-height: 40px;
  font-family: "HelveticaNeue";
  text-transform: uppercase;
  text-transform: none;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #0A2342;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

.company-modal .modal-dialog {
  margin: 0;
  height: 100%;
  max-width: none;
}

.company-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}

.company-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}

.company-modal .modal-content p {
  margin-bottom: 30px;
}

.company-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "HelveticaNeue";
  font-style: italic;
  font-size: 16px;
}

.company-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}

.company-modal .modal-content img {
  margin-bottom: 30px;
}

.company-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.company-modal .close-modal:hover {
  opacity: 0.3;
}

.company-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}

.company-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}

.company-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

::-moz-selection {
  text-shadow: none;
  background: #0A2342;
}

::selection {
  text-shadow: none;
  background: #0A2342;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  webkit-tap-highlight-color: #0A2342;
}


/*IPHONE MEDIA*/

@media (max-width: 768px) and (min-width: 320px) {
  .btn-xl {
    color: white;
    background-color: #0A2342;
    border-color: #0A2342;
    font-family: "HelveticaNeue";
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 19px;
    width: 100%;
    margin-top: -3%;
  }
  button.rectangle-4 {
    background: none;
}
  footer a {
    color: white;
  }
  #contactInfo a,
  #contactInfo a {
    color: white;
    margin-left: 10px;
  }
  #runCampaign {
    max-width: 100%;
  }
  #getCustomers {
    max-width: 100%;
  }

    /*Content form overlay*/
  div#content-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
  }
  /*Content form overlay*/

  #nav.container {
    position: fixed;
    z-index: 91;
    width: 100%;
    padding: 0;
  }
  #mainNav {
    z-index: 91;
    width: 100%;
    display: inline-block;
  }
  #mobileNav button {
    float: right;
    display: block !important;
  }
  a#navItem5 {
    padding-bottom: 390px;
  }
  #mobileNav a {
    font-size: 22px;
    text-align: left;
    width: 140px;
    color: white;
  }
  #mainNav .container .navbar-nav .nav-item .nav-link:hover,
  #mainNav .container .navbar-nav .nav-item .nav-link.active {
    color: #000000;
  }
  .nav-up {
    margin-top: -70px;
  }
  .navbar-brand img {
    width: 80%;
    display: none;
    margin-left: 0;
  }
  #mainNav .container .navbar-brand {
    color: #0A2342;
    font-family: "HelveticaNeue";
    margin-left: -38px;
    margin-top: -43px;
    float: left;
  }
  #mainNav .container .btn-toggle {
    padding: .75em;
    margin-left: 315px;
    font-size: 100%;
  }
  .intro-lead-in {
    font-family: HelveticaNeue;
    font-size: 22.2px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    text-align: center;
    margin: 0 auto;
    color: #e6e8e6;
  }
  .navbar-brand .navbar-img {
    display: inline-block;
    width: 50%;
    margin-left: 0px;
  }
  .morph-button-fixed, .morph-button-fixed .morph-content {
    margin: 0 auto;
    height: 80px;
}
  .container#home {
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-right: 15px;
    top: 120px;
    padding-left: 15px;
  }
  #contactInfo {
    display: none;
  }
  section#contact {
    padding-bottom: 0px;
  }
  section#contact .form-group {
    margin-bottom: 30px;
  }
  .navbar-brand img {
    width: 80%;
    margin-left: -40%;
  }
  .container {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
  }
  #backgroundContact {
    background: #fff;
    width: 92%;
    text-align: center;
    padding-bottom: 2%;
    height: 30%;
    padding-top: 2%;
    margin: auto;
    font-family: "HelveticaNeue";
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
  }
  .btn-xl {
    padding: 15px 45px;
  }
  #or {
    display: none;
  }
  .mobileHead{
    display: block;
    width: 100%;
    margin-top: 35px;
  }
  header{height: 250px;}
  .videoContainer{display: none;}
  .col-md-4 .campaigns {
    background: #0A2342;
    width: 100%;
    text-align: center;
    padding-bottom: 2%;
    padding-top: 2%;
    margin: auto;
    font-family: HelveticaNeue;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
  }
  [type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    border: none;
    width: 100%;
}
  #getCustomers {
    background-color: #000000;
    padding-top: 1%;
  }
  #getCustomers #want {
    font-family: HelveticaNeue;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    color: #ffffff;
  }
  #textWhite {
    color: white !important;
    font-family: HelveticaNeue;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    text-align: center;
  }
  .col-md-4 .campaigns2 {
    background: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 2%;
    padding-top: 2%;
    margin: auto;
    font-family: "HelveticaNeue";
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #000000;
  }
  .col-md-4 #want {
    text-align: center;
    margin: auto;
    margin-bottom: 7%;
    margin-top: 7%;
    font-family: "HelveticaNeue";
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    color: #343434;
  }
  .col-md-4 #or {
    margin: auto;
    padding-top: 2%;
    margin-bottom: 5%;
  }
  section#campaign {
    height: inherit;
  }
  .col-md-4 .text-muted {
    width: 300px;
    margin: auto;
    font-family: HelveticaNeue;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .col-md-4 {
    padding-bottom: 1%;
    text-align: center;
  }
  #company .container {
    margin: auto;
    margin-top: 0;
    display: inline-block;
  }
  #company .who {
    width: 100%;
  }
  .who {
    width: 70%;
    font-family: "HelveticaNeue";
    font-size: 2em;
    padding-top: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
  }
  .whoAre .who {
    font-family: "HelveticaNeue";
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    padding-top: 35px;
    color: #4a4a4a;
  }
  .border {
    width: 118px;
    height: 2px;
    margin-bottom: 35px;
    background: #0A2342;
  }
  .events .border {
    margin-bottom: 7%;
  }
  .whoText {
    margin-top: 5%;
  }
  .container .whoText {
    text-align: left;
    width: 90%;
    height: 50%;
    font-size: .8em;
    margin: 0 auto;
    line-height: 170%;
    margin-bottom: 10px;
    margin-left: 0px;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    color: #4a4a4a;
  }
  .container .whoAre {
    margin-left: 0;
    text-align: left;
  }
  .container .better {
    margin-left: 0;
    text-align: left;
    width: 100%;
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    padding-bottom: 5%;
    margin-bottom: 0;
    line-height: 1.86;
    color: #3b3b3b;
  }
  .clients .who {
    width: 100%;
    font-family: HelveticaNeue;
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    color: #4a4a4a;
  }
  .clients .col-md-3 {
    display: block;
    width: 50%;
    height: 170px;
    float: left;
    padding: 0;
  }
  .clients .col-md-3 img {
    width: 25%;
    max-width: 100%;
  }
  .advertisers {
    background: #D71D27;
    margin: auto;
    display: block;
    padding-top: 35px;
    position: relative;
    height: inherit;
  }
  #company {
    z-index: 90;
    position: relative;
    width: 100%;
    height: inherit;
    margin: 0 auto;
  }
  .were124 {
    text-align: center;
    width: 100%;
    margin: auto;
    font-family: 'HelveticaNeue';
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 35px;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #EAEFF3;
    font-size: 2.5em;
  }
  #map {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5%;
  }
  .map {
    width: 100%;
    margin: 0 auto;
  }
  aside.clients img {
    max-width: 10%;
  }
  aside.clients p {
    text-align: center;
    color: #7f7f7f;
  }
  .col-md-3 .col-sm-6 {
    width: 15%;
  }
  .clients .border {
    margin-bottom: 35px;
  }
  aside.clients {
    margin-top: 2rem;
  }
  #contact {
    clear: left;
  }
  .clients .col-md-3 img {
    margin-top: 20px;
  }
  #beauty {
    border: 1px solid #dadada;
  }
  #deal {
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #bussiness {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #gamble {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
  }
  #heart {
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    margin-bottom: 20px;
  }
  #beauty img {
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #bussiness img {
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #heart img {
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #gamble img {
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #deal img {
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #bussiness img {
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #deal p {
    font-size: .8em;
  }
  #beauty p {
    font-size: .8em;
  }
  #gamble p {
    font-size: .8em;
  }
  #bussiness p {
    font-size: .8em;
  }
  #heart p {
    font-size: .8em;
  }
  .events .who {
    width: 300px;
  }
  /* Events Section */
  .events {
    clear: left;
    float: left;
    width: 100%;
    padding-bottom: 3rem;
    background-color: #EAEFF3;
    padding-top: 3rem;
  }
  .events #event,
  .events #event1,
  .events #event2,
  .events #event3 {
    background-color: white;
    width: 48%;
    float: left;
    box-shadow: 5px 5px 5px grey;
  }
  .events #event2,
  .events #event3 {
    display: none;
  }
  .events #event {
    margin-right: 5px;
  }
  .events #event1 {
    margin: 3px;
    margin-left: -2px;
    height: 145px;
    width: 100%;
  }
  .events #event1 p{
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 18px;
    text-align: center;
    color: #4a4a4a;
    margin-left: 35%;
  }
  .events #event1 #day {
    font-size: 14px;
    color: #0A2342;
  }
  .events #event1 #date {
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
  }
  .events #event1 #loc {
    font-size: 16px;
    color: #9b9b9b;
  }
  #event1 img {
    display: block;
    float: left;
    margin-top: 35px;
    margin-left: 10px;
    width: 35%;
    min-width: 90px;
}
  .team img {
    width: 0%;
    float: left;
  }
  .teamImg .member {
    max-width: 100%;
  }
  #member {
    min-height: 0px;
  }
  .team .container {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .teamImg {
    width: 100%;
  }

  form#contactForm {
    margin-left: -30px;
    margin-right: 0;
    /*width: 85%;*/
  }


  .imageContainer {
    position: relative;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 50%;
    float: left;
    margin-right: 0;
    overflow: hidden;
  }

  .imageContainer img {
    display: block;
    width: 100%;
    /*height:229px;*/
    /*margin-left: 0;*/
  }

  .imageContainer .overlay {
    display: none;
}

.imageContainer:hover .overlay {
  height: 100%;
}

.imageContainer:hover .overlay {
  opacity: 0;
}

.imageContainer .textInfo {
  color: black;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}

.imageContainer .menberName {
  font-size: 12px;
  font-family: 'HelveticaNeue';
  font-weight: 700;
  position: relative;
  top: 20px;
  widows: 100%;
  height: 100%;
  line-height: 32px;
  letter-spacing: 0.11em;
  /*color: #d81821;*/
}

.infoHover {
    display: block;
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 87%;
    left: 50%;
    z-index: 1;
    margin-top: -20px;
    margin-bottom: 0px;
}

.infoHover:hover {
  opacity: 1;
}

.imageContainer .menberTitle {
  font-size: 8px;
  font-family: 'HelveticaNeue';
  font-weight: 400;
  letter-spacing: 0.1em;
}

.imageContainer .socialInfo {
  color: black;
  font-size: 14px;
  position: absolute;
  padding-bottom: 13px;
  top: 40px;
  left: 0;
  letter-spacing: .3em;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.imageContainer .socialInfo a {
  text-decoration: none;
  color: #0A2342;
}

  .team .container {
    height: 0px;
    width: 100%
  }
  .theTeam .border {
    margin-bottom: 35px;
  }
  #team {
    clear: left;
    float: left;
    margin-top: 1rem;
  }
  section#team {
    height: inherit;
  }
  #team .who {
    width: 255px;
    margin-bottom: 7px;
    font-family: HelveticaNeue;
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    color: #4a4a4a;
  }
  .teamText {
    font-family: HelveticaNeue;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.86;
    color: #787878;
  }
  #member img,
  #member1 img,
  #member2 img,
  #member3 img,
  #member4 img,
  #member5 img,
  #member6 img,
  #member7 img {
    margin-bottom: 65px;
  }
  #desc {
    display: none;
    z-index: 5;
    background: #ccc;
    opacity: .5;
    position: absolute;
    margin-left: 5rem;
    /*padding: 2rem;*/
    width: 173px;
    margin: auto;
    height: 173px;
  }
  .team p {
    opacity: 1;
  }
  #member7 img {
    margin-bottom: 35px;
  }
  .class:click+#desc {
    display: block;
  }
  section#contact {
    margin-top: 0rem;
    background: none;
  }
  .form-control {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
  }
  #info {
    margin-top: 10%;
    height: 15.4rem;
    color: white;
    clear: left;
    background: #0A2342;
  }
  #info h2 {
    padding-top: 35px;
  }
  #info p {
    width: 200px;
  }
  #info img {
    float: left;
  }
  #contactForm .col-lg-12 {
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0;
    margin: 0 auto;
  }
  .input {
    padding-left: 0px;
  }
  #phoneEmail {
    height: 200px;
  }
  #phoneEmail a {
    float: left;
    width: 100%;
    color: white;
  }
  #phoneEmail img {
    margin-right: 10px;
  }
  #phoneEmail #email {
    margin-top: 10px;
  }
  footer {
    padding: 0px 0;
    background: #000000;
    text-align: center;
  }
  ul.social-buttons li a {
    background: #ffffff;
  }
  footer .fa {
    color: #000000;
  }
  footer span.copyright {
    color: #ffffff;
  }
  #contactForm .col-md-6 {
    max-width: 100%;
  }
  footer .col-md-4 {
    max-width: 100%;
  }
  .info .contactLogo {
    width: 200px;
    margin-bottom: 25px;
    height: initial;
    margin-right: 320px;
    margin-top: 20px;
  }
}


/*
  Ipad Media
  */

@media (min-width: 769px) and (max-width: 1024px) {
  header{
    max-height: 920px;
    height: 80%;
  }
  #nav.container {
    max-width: 1024px;
    position: fixed;
    height: 90px;
    z-index: 91;
    padding: 0;
    width: 100%;
  }

  .imageContainer {
    position: relative;
    display:  inline-block;
    margin-bottom: 10px;
    width: 234px;
  }

  .imageContainer img {
    display: block;
    width: 100%;
    /*height:229px;*/
    /*margin-left: 0;*/
  }

  .imageContainer .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    width: 87%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(10, 35, 66, 0.8);
}

.imageContainer:hover .overlay {
  height: 100%;
}

.imageContainer:hover .overlay {
  opacity: 1;
}

.imageContainer .textInfo {
  color: white;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}

.imageContainer .menberName {
  font-size: 16px;
  font-family: 'HelveticaNeue';
  font-weight: 700;
  position: relative;
  top: 20px;
  widows: 100%;
  height: 100%;
  line-height: 32px;
  letter-spacing: 0.11em;
}

.infoHover {
    display: block;
    width: 234px;
    height: 193px;
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 1;
    transition: .5s ease;
}

.infoHover:hover {
  opacity: 1;
}

.imageContainer .menberTitle {
  font-size: 10px;
  font-family: 'HelveticaNeue';
  font-weight: 400;
  letter-spacing: 0.1em;
}

.imageContainer .socialInfo {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 65%;
  left: 50%;
  letter-spacing: .3em;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.imageContainer .socialInfo a {
  text-decoration: none;
  color: white;
}

  #contactInfo .contactLogo {
    width: 80%;
    margin-bottom: 25px;
    height: initial;
  }
  #address {
    margin-bottom: 17%;
  }
  .navbar-brand {
    display: block;
    padding-top: 1px;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  .background {
    background-color: #0A2342 !important;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.24), 0 0 4px 0 rgba(0, 0, 0, 0.12);
  }
  #mainNav {
    position: fixed;
    z-index: 91;
    height: 70px;
    /*padding-left: 50px;*/
    /*padding-right: 160px;*/
  }
  #navbarResponsive .logo {
    margin-top: 0px;
  }
  #navbarResponsive a {
    font-family: 'HelveticaNeue';
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    padding: 30px 10px 30px 10px;
    color: #e6e8e6;
    text-transform: uppercase;
  }
  .nav.navbar-nav {
    margin: 0 auto;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .nav.navbar-nav li {
  }
  .nav-up {
    margin-top: -160px;
  }
  body {
    margin: auto;
  }
  .head {
    width: 190px;
  }
  section {
    padding: 80px 0;
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
  }
  #navbarResponsive {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .col-md-4 {
    float: left;
    margin-left: 6.5%;
  }
  #navbarResponsive .nav-item {
  float: right;
  padding-top: 0%;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
  }
  #mainNav img {
    padding: 13px;
    padding-top: 20px;
    margin-top: -40px;
    background: #0A2342;
  }
  #mainNav .container {
    width: 42%;
  }
  #mainNav {
    background-color: transparent;
    -webkit-transition: top 3.0s ease-in-out;
    -moz-transition: top 3.0s ease-in-out;
    transition: top 3.0s ease-in-out;
    z-index: 91;
    padding: 0;
    height: 80px;
    margin-left: 0;
    border: none;
    float: none;
    width: 100%;
  }
  #mainNav .container .navbar-brand {
    color: #0A2342;
    font-family: "HelveticaNeue";
    padding-top: 0px;
  }
  #mainNav .container .navbar-nav .nav-item .nav-link:hover,
  #mainNav .container .navbar-nav .nav-item .nav-link.active {
    color: white;
    padding-bottom: 26px !important;
  }
  #mainNav.navbar-shrink {
    background-color: #222222;
    padding: 5px 0;
  }
  #mainNav.navbar-shrink .navbar-brand {
    padding: 0.65em 0;
    font-size: 1.25em;
  }
  #company .container {
    width: 1140px;
    float: left;
  }
  header .intro-text {
    padding-top: 290px;
    clear: left;
    padding-bottom: 15%;
  }
  header .intro-text .intro-lead-in {
    font-family: "HelveticaNeue";
    font-style: normal;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    padding-top: 60px;
    font-size: 51px;
    width: 570px;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .rectangle-4 {
    width: 300px;
    margin: 0 auto;
    height: 60px;
    background-color: #0A2342;
    border-color: #0A2342;
  }
  #getCustomers .rectangle-4 {
    width: 100%;
    height: 60px;
    border-radius: 2px;
    background-color: #000000;
  }
  .campaigns {
    text-align: center;
    font-family: HelveticaNeue;
    font-size: 29px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    padding-top: 5px;
  }
  .campaigns2 {
    background-color: #000000;
    text-align: center;
    font-family: HelveticaNeue;
    font-size: 29px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    padding-top: 3%;
  }
  #want {
    font-family: "HelveticaNeue";
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    padding-bottom: 54px;
    line-height: 1.25;
    color: #4a4a4a;
    margin: 0 auto;
    text-align: center;
  }
  #or {
    font-family: HelveticaNeue;
    font-size: 32px;
    position: absolute;
    font-weight: bold;
    top: 42px;
    margin: 0 auto;
    font-style: normal;
    float: none;
    font-stretch: normal;
    color: #9e9e9e;
  }
  .run {
    width: 300px;
    display: table;
    float: left;
    padding: 0;
    margin-left: 0;
  }
  .campDiv {
    max-width: 1024px;
    width: 80%;
    /* padding-top: 105px; */
    margin: 0 auto;
  }
  #home {
    width: 100%;
  }
  .text-muted {
    margin: 0 auto;
    font-family: HelveticaNeue;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    padding-top: 30px;
    line-height: 1.2;
    text-align: center;
  }
  #company {
    z-index: 90;
    top: 80px;
    position: relative;
    max-width: 960px;
    margin: 0% auto;
    margin-top: 3%;
    padding: 0;
    padding-bottom: 500px;
  }
  .service-heading,
  #hide {
    display: none;
    float: none;
    width: 20%;
    float: left;
    text-align: center;
    margin: 0 auto;
  }
  #getCustomers {
    width: 300px;
    display: table;
    float: right;
    margin: 0;
    margin-left: 0;
    padding: 0;
  }
  .map {
    margin: 0 auto;
    padding-top: 230px;
    width: 100%;
    margin-left: 0;
  }
  .who {
    font-family: HelveticaNeue;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    color: #4a4a4a;
  }
  .whoText {
    width: 90%;
    float: left;
    font-family: HelveticaNeue;
    font-size: 1.7em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    color: #4a4a4a;
    margin: 0 auto;
  }
  .whoAre {
    max-width: 1024px;
  }
  .border {
    width: 150px;
    display: inline-block;
    border-bottom: solid 3px #0A2342;
  }
  .better {
    width: 90%;
    margin: 0 auto;
    margin-top: 55px;
    font-family: HelveticaNeue;
    font-size: 1.4em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    color: #2b2b2b;
  }
  #whoLeft {
    width: 45%;
    display: inline-block;
    float: left;
    margin-left: 8%;
    margin-top: 35px;
  }
  #whoRight {
    float: right;
    width: 45%;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .advertisers {
    padding-bottom: 5%;
    width: 100%;
    height: inherit;
  }
  .advertisers .col-lg-12 {
    margin: 0 auto;
    padding: 0;
  }
  .were124 {
    width: 100%;
    top: 30px;
    margin-top: 14px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
  }
  .were124 span {
    font-size: 90px;
  }
  .clients .who {
    margin-top: -16%;
    margin-left: 1%;
    margin-bottom: 1%;
  }
  .events {
    background: #f2f2f2;
    display: block;
    padding-bottom: 2%;
  }
  .events .who {
    width: 241px;
    font-family: HelveticaNeue;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    color: #4a4a4a;
    padding-top: 79px;
  }
  .events .col-md-3 {
    background: white;
    margin-top: 3%;
  }
  events.Contain {
    margin: 0 auto;
    display: inline-block;
    width: 100%;
  }
  #event,
  #event1,
  #event2,
  #event3 {
    width: 19%;
    display: inline-flex;
    height: 207px;
    margin-right: 1%;
    background-color: #ffffff;
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.06), 0 0 16px 0 rgba(0, 0, 0, 0.22);
    border-style: solid;
    border-width: 0.5px;
    border-image-source: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.0));
    border-image-source: -moz-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.0));
    border-image-source: -o-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.0));
    border-image-source: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0.0) 20%, rgba(255, 255, 255, 0.0));
    border-image-slice: 1;
  }
  #event div,
  #event1 div,
  #event2 div,
  #event3 div {
    margin: auto;
    padding: 5%;
    border-bottom: 1px solid #f2f2f2;
  }
  .events .container {
    width: 100%;
  }
  #day {
    padding-top: 4%;
    font-size: 10px;
  }
  #date {
    font-size: 15px;
    color: #000000;
    text-align: center;
  }
  #loc {
    font-size: 14px;
    color: #9b9b9b;
    text-align: center;
  }
  #event img,
  #event1 img {
    object-fit: contain;
  }
  aside.clients img {
    max-width: 10%;
  }
  aside.clients p {
    text-align: center;
    color: #7f7f7f;
  }
  .col-md-3 .col-sm-6 {
    width: 15%;
  }
  aside.clients {
    margin-top: 20%;
  }
  .clients .col-md-3 {
    float: left;
    max-width: 20%;
    height: 197px;
  }
  .clients .container {
    height: 368px;
    background: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin-top: -23%;
    padding-top: 74px;
    padding-bottom: 343px;
    width: 1140px;
  }
  .clients .border {
    margin-bottom: 25px;
    margin-top: 24px;
  }
  #contact {
    clear: left;
  }
  .clients .col-md-3 img {
    margin-top: 20px;
  }
  #beauty {
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #deal {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #bussiness {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
  }
  #gamble {
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #heart {
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
  }
  #beauty img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #bussiness img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #heart img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #gamble img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #deal img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  #bussiness img {
    max-width: 100%;
    width: 71px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
    display: block;
  }
  .teamText {
    font-family: HelveticaNeue;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    margin-top: 34px;
    color: #787878;
  }
  .teamImg {
  margin: 0 auto;
  }

  #member img,
  #member1 img,
  #member2 img,
  #member3 img,
  #member4 img,
  #member5 img,
  #member6 img,
  #member7 img,
  #member8 img {
    width: 100%;
  }

  .team .container {
    max-width: 730px;
    /* width: 100%; */
    padding: 0;
  }
  #info {
    display: none;
  }
  #contact {
    margin-top: 20%;
  }
  #contactForm {
    width: 100%;
    display: inline-block;
    height: 408px;
    background: white;
  }
  .form {
    padding-right: 50px;
  }
  .form-control {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
  }
  #contactInfo {
    padding-left: 3%;
    padding-top: 5%;
    float: right;
    width: 300px;
    margin-top: 0;
    height: 408px;
    background-color: #0A2342;
    font-size: 20px;
    color: white;
  }
  #contact .container {
    width: 1140px;
    padding-top: 0;
  }
   ::-webkit-input-placeholder {
    margin-left: -5px;
  }
  .col-lg-12 {
    margin-left: 0px;
  }
  #contact-lg {
    width: 773px;
    margin: 0 auto;
  }
  #phoneEmail {
    width: 215px;
  }
  #phoneEmail img,
  #phoneEmail p,
  #phoneEmail a {
    float: left;
    padding-right: 10px;
  }
  #phoneEmail p,
  #phoneEmail a {
    color: white;
    width: 220px;
  }
  #email {
    padding-top: 20px;
  }
  #success {
    padding-top: 15px;
  }
  .col-lg-12 .text-xs-center {
    margin-left: 0;
  }
  footer .col-md-4 {
    float: none;
    margin: auto;
  }
  #wow {
    position: fixed;
    z-index: 31;
    width: 500px;
    left: 0;
    top: -130px;
    margin: 200px 0 0 -250px;
    opacity: .5;
  }
}
@media (min-width: 500px) and (max-width: 770px) {
  .events #event1 p {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 18px;
    text-align: justify;
    color: #4a4a4a;
    margin-left: 245px;
}
#member img, #member1 img, #member2 img, #member3 img, #member4 img, #member5 img, #member6 img, #member7 img {
  margin-bottom: 105px;
}
#event1 img{
  margin-top: 16px;
  min-width: 190px;
  max-width: 210px;
}
header{height: 30%;}
}