@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

body {
  display: flex;
  flex-direction: column;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  min-height: 100vh;
  padding-top: 70px !important;
}

main {
  display: flex;
  flex: 1;
  flex-direction: column;
}

a {
  text-decoration: none;
}
.landing-container{
    max-width: 1350px;
    margin:  0 auto;
    padding: 0 10px;
}
/*Header*/

.navbar {
    margin-bottom: 0;
    box-shadow: 0px 1px 4px #eee;
}
.navbar-unauth{
    padding: 18px 25px;
}
.navbar-default {
    border: none;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-header:first-child {
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
}
.navbar-default > div > a:not(.Button) {
    text-decoration: none;
    color: #666;
}
.navbar-default > div > a:not(.Button):hover {
    color: #222;
}
.navbar-header .dropdown-toggle {
    font-size: 14px;
}

.navbar-item {
    padding: 0px 14px;
}

/**/
.landing-article {
    margin-bottom:20px;
}
.landing-article p{
    font-size: 22px;
    font-weight: 400;
    color: #777;
    line-height: 1.4;
}


.blue-background {
  background: url(../images/blue_map_texture.png?v=100);
  background-attachment: fixed;
  background-size: cover;
  color: white;
  display: flex;
  height: 100vh;
  min-height: 560px;
  width: 100%;
}
.blue-box {
  box-sizing: border-box;
  margin: auto;
  max-width: 900px;
  padding: 0 15px;
  text-align: center;
}
.blue-landing {
    font-size: 55px;
    font-family: 'Plectica';
    font-weight: bold;
}
.blue-box .marketing-copy {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    margin: 1em auto 1.5em;
}

.blue-btn {
    font-size: 20px;
    padding: 1em 2em;
    background: #0053C3;
    border-radius: 0;
    border:0;

}

a:hover.blue-btn {
    background: #003d8e !important;
}

#second-slide{
    padding-top: 70px;
}

/**/


.section-article{
    width: 30%;
}
.section-article.left{
    padding-right: 3%;
}
.section-article.right{
    padding-left: 3%;
}
.section-article p{
    font-size: 22px;
    font-weight: 400;
    color: #777;
    line-height: 1.4;
}
.article-title{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}
.article-img{
   width: 100%;
   height: auto;
}
.img-column {
  width: 70%;
}

.go-bottom{
    position: absolute;
    left: calc(50% - 75px/2);
    bottom: 30px;
    content: "";
    display: inline-block;
    width: 75px;
    height: 75px;
    z-index: 99999;
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: none;
}
.go-bottom:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 50%;
    background: url(../images/down-arrow.svg) 50% 0 no-repeat;
    background-size: contain;
}
.go-bottom:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 50%;
    background: url(../images/down-arrow.svg) 50% 0 no-repeat;
    background-size: contain;
}
.first-section{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60vh;
    margin-bottom: 0;
}

.title-box {
    text-align: center;
    padding: 60px 80px;
    max-width: 1065px;
    margin: 20px auto;
}
.title-landing {
    font-size: 65px;
    font-family: 'Plectica';
    font-weight: bold;
}
.title-box .marketing-copy {
    color: #777;
    font-size: 26px;
    line-height: 1.3;
    margin: 1em auto 1.5em;
}
.btn-marketing {
    font-size: 20px;
    padding: 1em 2em;
    background: #0077F1;
    border-radius: 0;
    border:0;
}

.btn-secondary {
    font-size: 20px;
    padding: 1em 2em;
    background: #fff;
    color: #0077F1;
    border-color: #0077F1;
    border-radius: 0;
    border:1;
}

a:hover.btn-secondary {
    background:  #0053C3;
    color:white;
    border-color:  #0053C3;
}

.btn-nav {
    color: white !important;
    background: #0077F1;
    border-radius: 0;
    border:0;
}
.btn-nav.btn-tertiary {
    background: transparent;
    color: #666 !important;
    border: 1px solid #ddd;
    margin-right: -22px;
}
.btn-nav.btn-tertiary:hover {
    background: transparent !important;
    color: #222 !important;
    border: 1px solid #999;
}

a:active.btn-nav, a:hover.btn-nav, a:active.btn-marketing, a:hover.btn-marketing  {
    background: #0053C3 !important;
}

a:active.btn-nav, a:hover.btn-nav, a:active.btn-marketing, a:hover.btn-marketing  {
    background: #0053C3 !important;
}




.example-map{
    height: auto;
    width: 100%;
}

.copy{
    font-size: 12px;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .navbar-unauth {
        padding: 18px 20px;
    }
    .blue-landing {
        font-size: 48px;
    }


    .landing-container section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 5vh;
    }
    .title-box{
        padding: 0;
    }
    .title-landing {
        font-size: 48px;
    }

    .blue-btn, .btn-marketing .btn-secondary {
        font-size: 17px;
        padding: 1em 1em;
    }

    .section-article.left{
        padding-right: 0;
    }
    .section-article.right{
        padding-left: 0;
    }
    .section-article{
        width: 100%;
        padding: 0;
        margin-bottom: 5vh;
    }
    .article-img{
        width: 100%;
    }
    .landing-container .breakthrough-section{
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .go-bottom{
        display: none;
    }
}

@media (max-width: 650px) {
  .navbar-item--expendable {
    display: none;
  }
}

@media screen and (max-width: 410px) {
    .navbar-unauth {
        padding: 18px 8px;
    }
}
