@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');

html, body{
  height:100%;
  width:100%;
  font-family: 'Raleway', sans-serif;
  background-color:#efefef;
  display: table;
  text-align: center;

}

.toast__container {
    display: table-cell;
    vertical-align: middle;
}

.toast__cell{
  display:inline-block;
}

.add-margin{
  margin-top:20px;
}

.toast__svg{
  fill:#fff;
}

.toast {
  text-align:left;
    padding: 21px 0;
    background-color:#fff;
    border-radius:4px;
    max-width: 500px;
    top: 0px;
    position:relative;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}


.toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
  border-top-left-radius:4px;
  border-bottom-left-radius: 4px;

}

.toast__icon{
  position:absolute;
  top:50%;
  left:22px;
  transform:translateY(-50%);
  width:14px;
  height:14px;
  padding: 7px;
  border-radius:50%;
  display:inline-block;
}

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
  margin-bottom: 0;
    color: #878787;
}

.toast__content{
  padding-left:70px;
  padding-right:60px;
}

.toast__close {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    cursor:pointer;
    height: 14px;
  fill:#878787;
    transform: translateY(-50%);
}

.toast--green .toast__icon{
  background-color:#2BDE3F;
}

.toast--green:before{
  background-color:#2BDE3F;
}

.toast--blue .toast__icon{
  background-color:#1D72F3;
}

.toast--blue:before{
  background-color:#1D72F3;
}

.toast--yellow .toast__icon{
  background-color:#FFC007;
}

.toast--yellow:before{
  background-color:#FFC007;
}

.container-fluid{
  padding: 0 !important;
}

@media only screen and (max-width: 2560px) and (min-width: 769px) {
	.banner-lg {
		height:100px;
		background-color:#333366
	}
	
	.heading-lg {
		color:#ffff;
		font-weight:bold;
		text-align:right;
		padding-top:15px;	
	}
	
	.button-lg {
		text-align: left;
		display:inline-block;
		margin-top:25px;
	}
	
	.ps { 
		text-align: left;
	}
	
	.toast__cell {
    display: none;
  }
	
  .header-image {
      height: 350px;
  }
}


@media only screen and (max-width: 768px) and (min-width: 426px) {
	.row-s {
		margin-top: -20px;
	} 
	
	.banner-sm {
			height:140px;
			background-color:#333366
		}
	
	.heading-s {
		color:#ffff;
		font-weight:bold;
		text-align:center;
		padding-top:15px;	
	}
	
	.button-s {
		 text-align: center;
		 display:inline-block;
		 margin:0 auto;
	}
	
	.ps { 
		text-align: center;
	}
	
	.toast__cell {
    display: none;
  }
	
  .header-image {
      height: 300px;
  }
}

@media only screen and (max-width: 425px) {
    .display-lg {
        display : none;
    }
	
	    .toast__cell {
      display: block;
    }
	
	.header-image {
      height: 150px;
    }
}

.lan-select{
	float:right;
	font-size:11px;
}