body, html {
    padding:0px;
    margin:0px;
    font-family: "Source Sans Pro";
    height: 100%;
}

header {
    background-image: url("header-bg.jpg");
    background-repeat: no-repeat;
    height: 200px;
}

.hp-gradient {
    height: 200px;
    position: absolute;
    left:0px;
    right:0px;
    top:0px;
    background: linear-gradient(to bottom,rgba(0,48,135,0.55) 0%,rgba(125,185,232,0) 100%);
}

img {
    height: 63px;
    width:auto;
    padding:0px;
    margin: 0px;
    margin-bottom: 20px;
}

.container {
    padding:30px 10px;
    position: relative;
    height:100%;
    z-index: 3;
}

h2 {
    font-size:34px;
    margin: 0;
    color:#003087;
    font-weight: 600;
}

h1 {
    bottom:0px;
    margin: 0;
    color:white;
    font-size: 50px;
}

p {
 font-size: 18px;
    color:#63666a;
}

.blue-box {
    padding:10px;
    background:#f2f4f9;
}

.white-inner {
    background: white;
    padding:25px;
    padding-bottom: 60px;
}

.link {
	font-size: 18px;
	font-weight: bold; 
    color: #5789DA
}

@media (min-width: 768px) {
      .container {
        padding:30px 120px!important;
    }
    .blue-box {
        padding:20px;
        height: 100%;
    }
    .hp-gradient {
        height:250px;
    }
    header {
        height:250px;
    }
    img {
        margin-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .container {
      padding:30px 140px!important;
    }
    .blue-box {
      padding:40px;
    }
}

@media (min-width: 1440px) {
  .container {
    padding:30px 260px!important;
  }

  .blue-box {
    padding:40px;
  }
}