html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased; }

a {
  color: #1D6AD2;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

a:hover, a:focus {
  color: #fcbd20; }

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1); }

.background {
  background: rgba(212, 223, 237, 0.2); }

.img-center {
  text-align: center; }

hr.light {
  border-color: white; }

.background-white {
  background: #fff !important; }

h1,
h2 {
  font-family: 'Vollkorn', serif;
  font-weight: 900; }

h2 {
  font-size: 30px;
  text-align: center; }

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px; }

section {
  padding: 100px 0 80px 0; }

section h2 {
  font-size: 50px; }

header.masthead .banner-gif img {
  max-height: 520px; }

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  letter-spacing: 1px; }

#mainNav .navbar-brand {
  color: #fdcc52;
  font-weight: 200;
  letter-spacing: 1px; }

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20; }

.key-wrapper .col-md-7 img {
  width: 100%; }

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222; }

#mainNav .navbar-nav > li > a {
  font-size: 16px;
  margin-right: 40px;
  color: #fff;
}
a.navbar-brand img {
  height: 45px;
  margin-top: 15px;
  margin-left: 15px;
}
.nav-link{
  font-weight: bold;
  letter-spacing: 0;
}
#mainNav.navbar-shrink .navbar-nav > li > a:hover, #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover{
  color: #1D6AD2;
}
.partners-card {
  background: #fff;
  text-align: center;
  margin:0 0px 40px 0px;
  padding: 15px 0;
  border-radius: 8px;
  box-shadow: 0 0 6px #ccc;
}
.navbar-toggler{
  border-radius: 0px;
}
  #mainNav {
    border-color: transparent;
    background-color: transparent; }
  #mainNav .navbar-brand {
    color: fade(white, 70%); }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white; }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white; }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
    -webkit-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px; }
    #mainNav.navbar-shrink a.navbar-brand img {
      height: 35px;
      margin-top: 0px; }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222; }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222; }

.highlight {
  height: 10px;
  background: #D4DFED;
  padding: 0 4px; }

header.masthead {
  position: relative;
  width: 80%;
  padding-top: 150px;
  padding-bottom: 100px;
  background: #ffffff; }
  header.masthead .banner-gif {
    background: #fff;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header.masthead .banner-gif img {
      -webkit-box-shadow: 0px 0 10px #ccc;
      box-shadow: 0px 0 10px #ccc;
      border-radius: 8px;
      margin-left: -220px; }
  header.masthead .banner-text {
    padding-left: 50px; }
    header.masthead .banner-text h1 {
      line-height: 55px;
      font-size: 36px; }
    header.masthead .banner-text h3 {
      font-size: 24px;
      line-height: 34px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 300;
      margin-top: 40px; }

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center; }

header.masthead .header-content h1 {
  font-size: 30px; }

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto; }

header.masthead .device-container .screen img {
  border-radius: 3px; }

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 640px;
    padding-top: 0;
    padding-bottom: 0; }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left; }
  header.masthead .header-content h1 {
    font-size: 50px; }
  header.masthead .device-container {
    max-width: 325px; }
}

.title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 90px; }

.work-wrapper {
  background: rgba(212, 223, 237, 0.2); }
  .work-wrapper .work-content {
    text-align: center; }
    .work-wrapper .work-content .img-wrapper {
      height: 165px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      text-align: center; }
      .work-wrapper .work-content .img-wrapper img {
        margin: 0px auto; }
    .work-wrapper .work-content h3 {
      font-size: 20px;
      font-weight: 900;
      margin: 40px 0 15px 0; }
    .work-wrapper .work-content p {
      font-size: 14px;
      color: #818497; }

.key-wrapper h2 {
  text-align: left;
  margin-bottom: 10px; }

.key-wrapper p {
  font-size: 16px;
  color: #818497;
  font-weight: 500; }

.key-wrapper .container-fluid {
  padding: 0 100px; }

.key-wrapper ul {
  padding-left: 0px;
  list-style: none;
  margin-top: 40px; }
  .key-wrapper ul li {
    list-style: none;
    margin-top: 10px;
    padding-left: 50px;
    line-height: 32px; }
  .key-wrapper ul li:before {
    content: '';
    position: absolute;
    left: 17px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url(../img/bullet.png); }

.pull-right {
  float: right; }

footer {
  background: #1D6AD2;
  min-height: 100px;
  padding: 40px 0; }
  footer p {
    margin-bottom: 0px;
    margin-left: 50px;
    color: #fff; }
  footer a {
    margin-right: 50px;
    color: #fff; }
  footer a img {
      height: 25px;
      margin-right: 15px;
  }
  footer a:hover {
    color: #fff; }

.hidden-md-up {
  display: none; }

.burger {
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 3px solid #000;
  width: 28px;
  -o-transition: border-bottom 1s ease-in-out;
  transition: border-bottom 1s ease-in-out;
  -webkit-transition: border-bottom 1s ease-in-out; }

.burger::-moz-focus-inner {
  border: 0;
  padding: 0; }

.burger:before {
  content: "";
  display: block;
  border-bottom: 3px solid #000;
  width: 100%;
  margin-bottom: 6px;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out; }

.burger:after {
  content: "";
  display: block;
  border-bottom: 3px solid #000;
  width: 100%;
  margin-bottom: 6px;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out; }

.burger.open {
  border-bottom: 4px solid transparent;
  -o-transition: border-bottom 0.8s ease-in-out;
  transition: border-bottom 0.8s ease-in-out;
  -webkit-transition: border-bottom 0.8s ease-in-out;
  border-color:#fff !important;
}

.burger.open:before {
  -ms-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out; }

.burger.open:after {
  -ms-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out; }

#mainNav .navbar-toggler {
  padding: 0px; }

.navbar-light .navbar-toggler {
  border-color: #000; }

#mainNav .navbar-toggler:focus {
  outline: 0px; }

.img-footer {
  height: 30px;
  margin-left: 20px; }

.powered-footer {
  margin-top: 30px; }

.partners-section {
  margin-top: 5vh;
}
.nav-active{
  color: #1D6AD2 !important;
  font-weight: bold !important;
}
.back-grey{
  background-color: #F6F9FB !important;
}
.partners-card .partner-logo{
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.partners-section hr.divider{
  border-top: 1px solid #9B9B9B;
  max-width: 100%;
  margin: 15px 10px;
}
.partners-card p{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: left;
  margin-left: 10px;
  margin-right: 45px;
  margin-top: 0px;
  line-height: 30px;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partners-card a{
  position: absolute;
  right: 25px;
}
.partners-card p img{
  height: 30px;
}
.partner-logo img{
  max-width:100%;
  max-height: 100px;
}

@media (min-width: 320px) and (max-width: 544px) {
  header.masthead {
    padding-top: 100px; }
  #mainNav {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    z-index: 99;
    background: #fff;
  }
  a.navbar-brand img {
    height: 31px;
    margin-top: 0px;
    margin-left: 0px;
    width: auto; }
  .work-wrapper .work-content .img-wrapper {
    height: 105px; }
  header.masthead .banner-text {
    padding-left: 15px; }
    header.masthead .banner-text h1 {
      font-size: 24px;
      line-height: 38px; }
    header.masthead .banner-text h3 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 50px;
      margin-top: 25px; }
  header.masthead .banner-gif img {
    width: 100%;
    margin-left: 0px; }
  header.masthead .banner-gif {
    height: 70vh; }
  header.masthead {
    padding-bottom: 0px; }
  section {
    padding: 60px 0 40px 0; }
  .title {
    font-size: 24px;
    margin-bottom: 30px; }
  .work-wrapper .work-content h3 {
    font-size: 18px; }
  .work-wrapper .work-content p {
    font-size: 12px; }
  .work-wrapper .work-content .img-wrapper {
    margin-top: 40px; }
  .key-wrapper .container-fluid {
    padding: 0 15px; }
  img {
    width: 100%; }
  .key-wrapper h2 {
    margin-top: 50px;
    margin-bottom: 20px; }
  .key-wrapper p {
    font-size: 12px; }
  .key-wrapper ul li {
    font-size: 14px; }
  .hidden-sm-down {
    display: none; }
  .hidden-md-up {
    display: block; }
  .work-wrapper .work-content img {
    max-height: 120px; }
  footer p {
    font-size: 14px;
    margin-left: 10px; }
  footer a img {
    width: auto; }
  footer a {
    font-size: 14px;
    margin-top: 20px;
    margin-left: 10px; }
  #mainNav .navbar-nav > li > a {
    color: #000;
    margin-left: 0px;
    font-weight: 900; }
  .navbar-nav {
    margin-top: 20px; }
  footer a.pull-right{
   float: left;
  }
  .partner-logo img{
    width:auto !important;
  }
  .partners-card{
    margin-bottom: 20px;
  }
  .partners-section{
    margin-top: 2vh;
  }
}

@media (min-width: 545px) and (max-width: 991px) {
  header.masthead .banner-text h3 {
    margin-bottom: 70px;
    font-size: 18px; }
  header.masthead .banner-gif img {
    max-height: 450px;
    margin: 0 auto; }
  #mainNav {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc; }
  .key-wrapper h2 {
    margin-top: 50px; }
  .hidden-sm-down {
    display: none; }
  .hidden-md-up {
    display: block; }
  .key-wrapper .col-md-7 img {
    width: 100%; }
  header.masthead .banner-text h1 {
    font-size: 30px;
    line-height: 45px; }
}

@media (min-width: 992px) and (max-width: 1240px) {
  header.masthead .banner-text h1 {
    font-size: 32px;
    line-height: 48px; }
  header.masthead .banner-gif img {
    margin-left: -100px; }
  .key-wrapper .col-md-7 img {
    width: 100%; }
}
