/*Section1-Remove Browser Formatting*/
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p,caption,th,td {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}
@media (max-width: 900px) {
    .column {
        width: 50%;
    }
}
@media (max-width: 600px) {
    .column {
        width: 100%;
    }
}
/*Section2-Page CSS*/

html, body {
    min-height: 100%;
    height: 100%;
    max-height: 100%
}
body {
	font-size: 62.5%;
	font-family: Calibri;
	line-height: 2.2em;
	color: #444;
	background-color: #444;
}
a:link {color: #4267B2;}
a:visited {color: #3D3DFF;}
a:hover {
	text-decoration: underline;
	color: #3D3DFF;
}
#wrapper{
	padding: 0 20px 10px 20px;
	border-left: 4px solid #444;
	border-right: 4px solid #444;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	display: table;
	background-color: #fff;
	background-image: url("bgfixed.jpg");
	background-position: left bottom; 
	background-repeat: no-repeat;
}
#header {
	padding: 20px 0 0 0;
	border-bottom: 5px solid #838383;
	position: relative;
}
#title {
	height: 165px;
	width: auto;
	overflow: hidden;
	margin: 0;
	font-size: 4.6em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: center;
	vertical-align: middle;
}
#title a:link, #title a:visited {
	display: block;
	height: 100%;
	overflow: auto;
	font-size: 48px;
	text-align: center;
	vertical-align: middle;
}
#title a:hover {
	text-decoration: none;
}
#title span {position:relative; top:25%;}
#title table {margin-left:auto; margin-right:auto;}
#description {
	float: left;
	margin-top: 15px;
}
#description h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #444;
}
#nav {
	float: right;
	font-size: 1.5em;
	font-family: "Roboto", sans-serif;
	margin: 15px 0 10px 0;
}
#menu {padding-bottom: 10px;}
#nav ul {
	padding: 0 0 0 20px;
	position: relative;
}
#nav ul li {
	position: relative;
	float: left;
	margin: 0 0 0 15px;
}
#nav li a {
	padding-top: .1em;
	color: #444;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li:hover > a, #nav ul li.current-menu-item > a {
	text-decoration: none;
	border-top: 4px solid #4267B2;
}
#nav ul ul :hover > a {
	border-top: 0 !important;
	padding-top: 4px;
}
#nav .children li, #nav .sub-menu li {
	background: #fff;
	margin: 0 0 0 11px;
	padding-left: 4px;
}
#nav ul ul {
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	float: left;
	z-index: 99999;
	padding: 0;
}
#nav ul ul li {
	min-width: 85px;
}
#nav ul ul a {
	width: 81px;
	padding-right: 4px;
}
#nav ul li:hover > ul {
	display: block;
}
.fullwidthcontent {
    padding: 60px 20px 20px 0;
	min-height: 55vh;
}
#content {
	float: left;
	width: 65%;
	padding: 20px 20px 20px 0;
	display: table-cell;
}
.content {
    padding: 10px;
    position: relative; 
    width: 100%;
}
.row,
.row > .column {
    padding: 8px;
}
.column {
    float: left;
    width: 45%;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
hr {
    color: #2c3635;
    border-top-style: solid;
    border-bottom: solid;
    border-radius: 6px 6px 0 0;
}
h1 {
    font-size: 50px;
    word-break: break-all;
}
.pgtxt {
	text-align: center;
	color: #444;
	font-size: 1.8em;
}
.pgtxtright {
	text-align: right;
	color: #444;
	font-size: 1.8em;
	padding: 20px 0px 0px 0px; 
}
.row {
    margin: 8px -16px;
}
.info { 
   color: #fff;
   position: absolute; 
   top: 20px; 
   left: 20px;
   opacity: 0;
   transition: .5s ease;
   padding: 1px; 
}
.content:hover .info {
   opacity: 1;
   background: rgb(0, 0, 0);
   background: rgba(0, 0, 0, 0.7);
}
#footer {
	color: #838383;
	font-size: 1.4em;
}
#footer p.right {float: right;}
#footer a:link, #footer a:visited {color: #3D3DFF; text-decoration: underline;}
#footer a:hover {color: #4267B2;}