@font-face {
    font-family: 'PlayfairDisplayRegular';
    src: url('/fonts/PlayfairDisplayRegular.eot');
    src: url('/fonts/PlayfairDisplayRegular.eot') format('embedded-opentype'),
         url('/fonts/PlayfairDisplayRegular.woff2') format('woff2'),
         url('/fonts/PlayfairDisplayRegular.woff') format('woff'),
         url('/fonts/PlayfairDisplayRegular.ttf') format('truetype'),
         url('/fonts/PlayfairDisplayRegular.svg#PlayfairDisplayRegular') format('svg');
}

@font-face {
    font-family: 'PlayfairDisplayBold';
    src: url('/fonts/PlayfairDisplayBold.eot');
    src: url('/fonts/PlayfairDisplayBold.eot') format('embedded-opentype'),
         url('/fonts/PlayfairDisplayBold.woff2') format('woff2'),
         url('/fonts/PlayfairDisplayBold.woff') format('woff'),
         url('/fonts/PlayfairDisplayBold.ttf') format('truetype'),
         url('/fonts/PlayfairDisplayBold.svg#PlayfairDisplayBold') format('svg');
}

@font-face {
    font-family: 'dinproregularwebfont';
    src: url('/fonts/dinproregularwebfont.eot');
    src: url('/fonts/dinproregularwebfont.eot') format('embedded-opentype'),
         url('/fonts/dinproregularwebfont.woff2') format('woff2'),
         url('/fonts/dinproregularwebfont.woff') format('woff'),
         url('/fonts/dinproregularwebfont.ttf') format('truetype'),
         url('/fonts/dinproregularwebfont.svg#dinproregularwebfont') format('svg');
}




.container {
	padding: 50px 0 0;
	width: 90%;
	margin: 0 auto;
	clear: both;
	display: block;
	overflow: auto;
	position: relative;
}
.clear, * html .clearfix, *:first-child+html .clearfix {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	color: #9ac1dd;
}
img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}




/* General */
body {
	font-family: 'dinproregularwebfont';
	font-size: 15px;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 806px;
	float: none;
}
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
}
p {
	text-align: left;
	margin: 0;
	 margin-bottom: 10px;
}
h1 {
	font-size: 60px;
}
h2 {
	font-family: 'PlayfairDisplayBold';
	font-size: 40px;
	color: #292929;
	padding-bottom: 20px;
}

h3 {
	font-family: 'PlayfairDisplayRegular';
	font-size: 24px;    
	color: #292929;
    padding-bottom: 20px;
	
	
}
h4 {
	font-size: 40px;
	color: #2A3851;
}
 
li {
	margin: 0 0 5px 20px;
}
.underline{
	text-decoration: underline;
}

.mb10 {
	margin-bottom:10px;
}
.mb30 {
	margin-bottom:30px;
}

.mb50 {
	margin-bottom:50px;
}


.pb30 {
	padding-bottom:30px;
}

.pb50 {
	padding-bottom:50px;
}
.pt20{
	padding-top: 20px;
}

/* Navigation */ 
header {
	margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    overflow: auto;
    text-align: center;
    padding: 30px;
}
.logo {
	margin: 0 auto;
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 43px;
}

#nav {
    float:right;
    display:block;
}
#nav li {
	list-style: none;
	display: inline-block;
	padding: 0 25px 0 25px;
	font-size: 14px;
	line-height: 10px;
	position: relative;
    font-family:'dinproregularwebfont';
}
#nav li a {
	color: #000;

}

#page-privacy #nav li a.privacy, #page-terms #nav li a.terms, #nav li a:hover {
    color:#0055a4;
}





*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}

.banner {
    height:240px;
    width:100%;
    background:url('/images/banner.jpg') center no-repeat;
    background-size:cover!important;
    background-attachment:fixed;
}
.copyright {
    width: 100%;
    padding: 80px 5% 40px;
    text-align: right;
    border-top: 1px solid #ccc;
    color: #A9A9A9;
}

@media screen and (max-width : 760px) {

    .copyright {
        padding: 50px 5% 25px;
    }

    .banner {
        height:140px;
        /*background-image:url('/images/mob_banner.jpg')!important;*/
    }
    body {
        font-size:14px;
    }
    h2 {
        font-size:30px;
    }

    h3 {
        font-size:20px;
    }

    header {
        width:90%;
        padding-left:0;
        padding-right:0;
    }

    #nav li {
        margin:0;
        padding:0 2px;
        font-size:12px;
    }
    .logo {
        height:35px;
    }
}

@media screen and (max-width : 768px) {
}
