@charset "UTF-8";
body, html {
    background-color:#28306e;
    background: url(/images/general/homebk.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fbr-homeback {
    display:none;
    z-index:-1;
    position:fixed;
    width:100%;
    height:100%;
    background: url(/images/general/homebk.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fbr-bdrtop, .fbr-bdrbottom, .fbr-bdrleft, .fbr-bdrright {
	background: #ffffff;
	position: fixed;
	}
	.fbr-bdrleft, .fbr-bdrright {
		top: 0; bottom: 0;
		width: 15px;
		}
		.fbr-bdrleft { left: 0; }
		.fbr-bdrright { right: 0; }
		
	.fbr-bdrtop, .fbr-bdrbottom {
		left: 0; right: 0;
		height: 15px;
		}
		.fbr-bdrtop { top: 0; }
		.fbr-bdrbottom { bottom: 0; }

.fbr-footer {
    background-color:transparent;
    width:100%;
    position:fixed;
    bottom:0;
    padding-bottom:30px;
}

.fbr-footertextitem {color:#f1f1f1;}
.fbr-footertextitem a:link, .fbr-footertextitem a:visited, .fbr-footertextitem a:active, .fbr-footertextitem a:hover {
     color:#f1f1f1;
    font-weight:700;
}
.fbr-footertextitem a:hover {color:#ffffff;}

.fbr-home {
    width:100%;
    position:absolute;
    margin-top:12%;
}
.fbr-hometitle {
    font-family:'Lato', Arial, sans-serif;
    font-weight:300;
    font-size:48px;
    text-align:center;
    line-height:62px;
    width:633px;
    padding-bottom:30px;
    color:#fff;
}
.fbr-hometitle h1 {
    font-family:'Lato', Arial, sans-serif;
    font-weight:300;
    padding:0;margin:0;
}
.fbr-homeblock {width:633px;}
.fbr-homeblockvline {
    width:1px;
    margin-left:auto;
    margin-right:auto;
    height:15px;
    border-left:1px solid #989898;
}
.fbr-homeblockhline {
    width:633px;
    margin-left:auto;
    margin-right:auto;
    height:1px;
    border-top:1px solid #989898;
}
.fbr-homeblocktextlink {
    float:left;
    width: 315px;
    color:#fff;
    font-family:'Lato', Arial, sans-serif;
    font-weight:300;
    font-size:18px;
    line-height:24px;
    text-align:center;
    margin-top:32px;
}
.fbr-homeblocktextlink i {
    font-family:'Lato', Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
}
.fbr-homeblocktextbtn a:link, .fbr-homeblocktextbtn a:active, .fbr-homeblocktextbtn a:visited, .fbr-homeblocktextbtn a:hover {
    width:138px;
    padding-top:8px;
    height:30px;
    font-size:11px;
    letter-spacing: 1px;
    color:#fff;
    border:1px solid #989898;
    margin-top:20px;
    display:inline-block;
    font-family:'Lato', Arial, sans-serif;
    font-weight:700;
}
.fbr-homeblocktextbtn a:hover {
    background-color:#fff;
    color:#293373;
}
.fbr-homeblocktextvline {
    height: 143px;
    width:1px;
    border-right:1px solid #989898;
    float:left;
}

@media screen and (max-width: 1024px) {
   
    .fbr-hometitle {font-weight:400;}
    .fbr-hometitle h1 {font-weight:400;}
    
    .fbr-homeblocktextlink {font-weight:400;}
}

@media screen and (max-width: 767px) {
    .fbr-footer {
        padding-top:30px;
        background-color:transparent;
        position:relative;
        padding-bottom:30px;
    }
    .fbr-home {
        width:100%;
        position:relative;
        margin-top:100px;
    }
    .fbr-homeblock {
        width:84%;
        padding-bottom:40px;
    }
    .fbr-hometitle {
        font-size:32px;
        line-height:48px;
        width:84%;
        font-weight:400;
    }
    .fbr-hometitle h1 {
        font-size:32px;
            line-height:48px;
        font-weight:400;
    }
    
    .fbr-homeblocktextlink {
        font-weight:400;
        padding-top:20px;
        float:none;
        width:100%;
        margin-left:auto;
        margin-right:auto;
        border-top:1px solid #989898;
        
    }
}