@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500);

* {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
html, body {
	height: 100%;
}
.wrapper.clearfix {
	min-height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}
.footer.wrapper {
	height: 55px; /* '.push' must be the same height as 'footer' */
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

body {
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #242424;
	height: 100%;
}
.header.wrapper, .container  {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}

.header.wrapper {
	height: 100px;
}

.banner.wrapper .logo {
	    position: relative;
    width: auto;
    float: left;
    margin: 18px 0 -18px;
}

a, a:link, a:focus, a:active {
	color: #0d6287;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.logo img {
    max-width: 100%;
    max-height: 60px;
}

.banner.wrapper {
	display: inline-block;
}

.heading {
	position: relative;
    display: block;
    background: #0d6287;
    color: #fff;
    margin: 0 0 45px;
}

.heading h1 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 44px;
    font-weight: 300;
    margin: 0;
    padding: 27px 0;
    line-height: 1.2;
    height: 158px;
    border: none;
   	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.heading .container {
    position: relative;
    display: table;
    max-width: 1008px;
    width: 100%;
}

/*==================================
=            Navigation            =
==================================*/

.nav.wrapper {
	width: 835px;
	float: right;
}
.clientNavigation {
	margin-top: 54px;

	right: 0;
}

.clientNavigation ul {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.clientNavigation ul li {
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	color: #5b5959;
	text-transform: uppercase;
}

.clientNavigation ul li a {
	display: block;
	color: inherit;
	padding: 12px 12px;
	box-sizing: border-box;
	height: 46px;
}

.clientNavigation ul li.register a {
	    background-color: #009999;
    color: #fff;
}

@media (max-width: 1050px) {
	.nav.wrapper {
		width: 600px;
	}

	.clientNavigation ul li {
		font-size: .6em;
	}

}
/*=====  End of Navigation  ======*/


/*=======================================
=            Footer Section             =
=======================================*/

.footer.wrapper {
	background-color: #393939;
}

.copyright {
	height: 50px;
}

.copyright p {
    color: #009999;
    text-align: center;
    vertical-align: middle;
    padding-top: 25px;
}

/*=====  End of Footer Section   ======*/

/*======================================
=            Media Queries             =
======================================*/

@media (max-width: 980px) {
	.clientNavigation {
		display: none;
	}

	.heading h1 {
	height: auto;
	font-size: 1.5em;
	padding-left: 15px;
	}
	.logo img {
	padding-left: 15px;
	}
}

@media (max-width: 740px) {
	.leftAside, .rightAside {
		display: block;
		float: none;
		width: 100%;
	}

	.clientNavigation {
		display: none;
	}

	.heading h1 {
	    height: auto;
	    font-size: 1.5em;
	    padding-left: 15px;
  }
  	.logo img {
  		padding-left: 15px;
  	}

  	.wrapper.clearfix {
  		margin-bottom: 0;
  	}
}




/*=====  End of Media Queries   ======*/


/*====================================
=            Mobile Menu             =
====================================*/


		#nav
		{
			width: 60em; /* 1000 */
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			position: absolute;
			top: 25%;
			left: 90%;
			margin-left: -30em; /* 30 480 */
			display: none;
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
					color: #fff;
					display: block;
				}
				#nav li a:active
				{
					background-color: #c00 !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #efa585;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 3.75em; /* 60 */
				background-color: #3D3D3D;
			}
				#nav > ul > li
				{
					width: 25%;
					height: 100%;
					float: left;
				}
					#nav > ul > li > a
					{
						height: 100%;
						font-size: 1.5em; /* 24 */
						line-height: 2.5em; /* 60 (24) */
						text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #cc470d;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #0d6287;
						}
	@media (max-width: 980px) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
				display: block;
			}
		}

		@media ( max-width: 980px ) /* 640 */
		{
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: fixed;
				top: auto;
				right: auto;
				z-index: 1;
			}
				#nav > a
				{
				    width: 3.125em;
				    height: 3.125em;
				    text-align: left;
				    text-indent: -9999px;
				    background-color: #0d6287;
				    position: relative;
				    margin-top: 10px;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: fixed;
				left: 0;
				right: 0;
				padding: 0;
				margin-top: 25px;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em;
						font-family: "Ubuntu", Helvetica, Arial, sans-serif;
						text-transform: uppercase;
						font-size: 1em;
						font-weight: 500;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #35aadc;
						}

						#nav > ul >li:last-child {
							background-color: #009999;
						}


/*=====  End of Mobile Menu   ======*/
