
body {
	font-family: 'Open Sans', sans-serif;
	/* font-family: 'Playfair Display', serif; */
}

html {
	overflow-y: scroll;
	height: 100%;
	
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

button, input, select, textarea, label {
	/*Probably Helvetica for Linux/Mac Systems And Arial for Windows PC*/
	
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after { /* Safari Reset as Safari does not recognise quotes property */
	content: '';
	content: none;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

p {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	padding: 5px 0;
	color: #29383f;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #;
}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

a img {
	border: 0 none;
}

img {
	max-width: 100%;
	border: none;
}

del {
	text-decoration: line-through;
	color: #ed1c24;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.clickable,  input[type=button], input[type=submit], button {
	cursor: pointer; /* hand cursor on clickable elements */
}

button, input, select, textarea {
	margin: 0; /* Webkit browsers add a 2px margin outside the chrome of form elements */
	font-family: 'Open Sans', sans-serif;
}

::placeholder {
    color: #b7b7b7;
}

button { /* make buttons play nice in IE */
	width: auto;
	overflow: visible;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	font-weight: normal;
}

td, td img {
	vertical-align: top;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

dd {
	margin: 0 0 0 40px;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content ul, .content ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.container {
	margin: 0 auto;
	width: 1200px;
}

.avondale-dec {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-size: 100% 100%;
	background-position: center;
    background-repeat: no-repeat;
}

.avondale-cont {
    width: 100%;
    float: left;
}

.login-navbar {
    width: 100%;
    float: left;
	padding: 60px 0 35px;
}

.login-navbar ul {
    width: auto;
    float: right;
}

.login-navbar ul li {
    float: left;
	position: relative;
    padding-left: 40px;
}

.login-navbar ul li:before {
    content: "";
    top: 4px;
    left: 20px;
    height: 18px;
    position: absolute;
    border-left: 2px solid #000;
}

.login-navbar ul li:nth-child(1):before {
    display: none;
}

.login-navbar ul li a {
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
	transition: 0.5s;
	padding-bottom: 2px;
}

/*.login-navbar ul li.active a{
    color: #fff;
    background-color: #174691;
}*/

.login-navbar ul li a:hover{
    color: #174691; 
    /* background-color: #174691; */
	border-bottom: 2px solid #174691;
}

.land-logo{
    width: auto;
    float: left;
}

/**** fancybox-wrap ****/


/* #fancybox-wrap {
    width: 34% !important;
    margin: 0 auto;
    left: 50% !important;
    transform: translate(-50%, -0%);
    box-sizing: border-box !important;
    min-height:270px;
}

#fancybox-content {
    width: 100% !important;
}

#fancybox-close {
    right: -45px !important;
}

#fancybox-content {
    width: 100% !important;
    float: left;
    border-width: 20px !important;
} */



#fancybox-content input[type="submit"] {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.5s;
    padding: 8px 20px;
    border: none;
    background-color: #5c6fb1;
}

#fancybox-content input[type="submit"]:hover {
    background-color: #174691;
}

#fancybox-content input[type="text"], #fancybox-content input[type="password"] {
    width: 100%;
    float: left;
    height: 35px;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 0;
}

#fancybox-content td.lwa-submit-links a {
    color: #174691;
    font-weight: 600;
    transition: 0.5s;
	line-height: 26px;
}