@font-face {
  font-family: 'tui-light';
  src: url('TUITypeLt_LATN_W_Rg.woff') format('woff');
}

#header #logo {
	width: 150px;
    float: left;
    margin: 0px auto;;
}
#header #logo img {
    width:100%;
    padding-left: 80px;
    margin-top: 30px;
}

#wrapper {
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.35);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.35);
    box-shadow: 0 0 15px rgba(0,0,0,0.35);
}

#header {
    //background: #5f9ac6;
    width: 100%;
    height: 90px;
    z-index: 1000;
    zoom: 1;
}

#content .story h1 {
	color: #fff;
	font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: tui-light,Arial,sans-serif;
	align-items: center;
    text-align: center;
}

#content .story h2 {
    margin:0;
    color:#fff;
    font-size:24px;
    align-items: center;
    text-align: center;
}

#wrapper {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6)), url("desktopBackground.png");
    color: #fff;
    right: 0;
    bottom: 0;
    background-size: cover;
    -webkit-background-size: cover;
    height:600px;
    font-family: tui-light,Arial,sans-serif;
    color:#fff;
    background-position: center;
}

.story .box {
	padding: 222px 7px 0px 1px;
    text-align: center;
    width: 100%;
}
.story .box p {    
    width: 100%;
    line-height: 34px;
    color: #fff;
    font-size: 28px;
    margin: 0px auto;
    font-family: tui-light,Arial,sans-serif;
    align-items: center;
    text-align: center;
    width: 50%;
}

#footer {overflow:hidden;padding: 0 60px;}
#footer p {float:left;margin-top:30px;font-family: tui-light,Arial,sans-serif;display:inline-block;font-size:12px;line-height:20px;}
#footer img {margin: 15px;float: left;width: 72px;}

.Oval {
  width: 110px;
  height: 110px;
  background-color: #092a5e;
  border: solid 5px #ffffff;
  margin: 33px 75px;
  border-radius: 50%;
}
.Oval img
{
	width: 62px;
    padding: 23px;
}
.iconBox
{
	margin: 0px auto;
    display: flex;
    justify-content: center;
    max-width: 1024px;
    min-width: 300px;
	padding-top: 8px;
}

@media only screen and (min-width: 1024px){
	.iconBox
	{
		padding-top: 45px;
	}
}	

.callInfoBox
{
	display: block;
	color:#000;
}

.callInfoBox .callInfo
{
	color: #4555a4;
    margin: 0px auto;
    width: 420px;
    text-align: center;
}

.callInfoBox .callInfo span
{
font-family: tui-light,Arial,sans-serif;
    font-size: 22px;
    font-weight: unset;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #092a5e;
}	

#footer
{
	color: #4555a4;
    margin: 0px auto;
    display: table;
    max-width: 924px;
}
.footerIcons
{
	align-items: center;
    text-align: center;
    display: inline-block;
	margin-top: 40px;
}

