.hero {
  
    background-color: #0072a1;
    background-position: center top;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.hero > h1 {
    font-size: 30px;
    color:white;
}

.wrapper {
    margin-left: 20px;
    margin-right: 20px;
}


.hero > h2 {
    color:white;

}

.topback {
    background: url(/images/process.svg);
     background-position: center top;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0;
        background-size: cover !important;
    background-repeat: no-repeat !important;
}

.greyback {
    background-color: #195C8B;
    /*background: #09b39c;*/
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 10%;
  
}


.dark-blueback {
    background-color: #000000;
    /*background: #09b39c;*/
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 10%;
  
}


.hero h1 {

  
  font-family: Source Sans Pro Light, Helvetica, Arial, sans-serif, sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.42857143;
  color: white;

}

.blue-box {
    background-color:#0072a1 ;
}


h1 {
  font-family: 'Lato', sans-serif; 
  font-size: 2.5em;
    font-weight: 900; 
  margin: 0.67em 0;
}
h3 {
  font-weight: bold;
}

.topsection > h1 {
  font-size: 4em;
  font-weight: bold;
  margin: 0.67em 0;
}

.imgwrap {
    vertical-align: middle;
}







.v-center {
    display:table !important;
    border:2px solid gray;
    height:300px;
}

.children{
	position: relative;
	top: 50%;
	transform: 			translateY(-50%);
}

.hundred {
    height:100%;
    width:100%;
}


.responsive-container {
    position: relative;
    width: 100%;

}

.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    
    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.img-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
    max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
}


body {
  font-family: Source Sans Pro Light, Helvetica, Arial, sans-serif, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #23323a;
  background-color: #fcfcfc;
}

.action {
     background-color:#2c5871;
    color:white;
}

.apply {
    background-color:#d1ecfb;
     
}

.bordermargine {
   border:1px solid black;
   margin: 10px 10px 10px 10px;

}


