@import url('//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

* {
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.header {
	background-color: #FFFFFF;
	min-height: 60px;
	position: relative;
	z-index: 1000;
}

.top-links {
	width: 130px;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	margin-top: 7px;
}

	.top-links a {
		color: #7b7b7b;
	}

		.top-links a:hover {
			color: #000;
		}
/*banner*/
.banner {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 398px;
}

.banner-ul {
	z-index: 200;
	position: relative;
}




.msg_info, .msg_success, .msg_warning, .msg_error {
	margin: 10px 0px;
	padding: 12px;
}

.msg_info {
	color: #00529B;
	background-color: #BDE5F8;
}

.msg_success {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.msg_warning {
	color: #9F6000;
	background-color: #FEEFB3;
}

.msg_error {
	color: #D8000C;
	background-color: #FFBABA;
}

	.msg_error table td {
		color: #D8000C;
		font-size: 14px;
	}

	.msg_info i, .msg_success i, .msg_warning i, .msg_error i {
		margin: 10px 22px;
		font-size: 2em;
		vertical-align: middle;
	}

.sumtable {
	width: 65%;
	max-width: 100%;
	margin: auto auto 20px;
}

	.sumtable th {
		text-align: right;
	}

.formtable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

	.formtable input[type=text], .formtable select {
		font-size: 14px;
		padding: 3px 5px !important;
	}

	.formtable tr > td, .sumtable tr > td, .formtable tr > th, .sumtable tr > th {
		padding: 6px;
		/*line-height: 1.42857143;*/
		vertical-align: top;
	}

	.formtable td, .formtable th {
		white-space: nowrap;
	}

	.formtable td:first-child {
		text-align: right;
	}

.register-btn {
	text-align: center;
}

.banner img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -50;
}

.banner li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -60;
	opacity: 0;
	-webkit-transition: .4s opacity ease-out;
	-moz-transition: .4s opacity ease-out;
	transition: .4s opacity ease-out;
}
/* BANNER HOVERS - these are float right, so the order is reverse */
.banner .banner0 li:nth-child(1) img {
	z-index: -4;
	opacity: 1;
}

.banner .banner1 li:nth-child(2) img {
	z-index: -4;
	opacity: 1;
}

.banner .banner2 li:nth-child(3) img {
	z-index: -4;
	opacity: 1;
}

.banner .banner3 li:nth-child(4) img {
	z-index: -4;
	opacity: 1;
}

.banner .banner3 .register h3 {
	color: #FFFFFF;
}

.banner .banner3 .register ul > li {
	color: #d9e5f2;
}

.banner .banner2 .renew h3 {
	color: #fff;
}

.banner .banner2 .renew p {
	color: #eeeeee;
}

.banner .banner1 .writing h3 {
	color: #fff;
}

.banner .banner0 .contact h3 {
	color: #ffffff;
}

.banner .banner0 .contact p {
	color: #333130;
}

.container {
	background: #fff;
}

/*NAV*/
.banner-nav {
	width: 1020px;
	height: 30px;
}

.top-nav ul {
	list-style: none;
	margin: 0 15px;
	text-align: right;
	width: 100%;
}

	.top-nav ul > li {
		display: inline-block;
		margin-right: 3px;
		padding-top: 5px;
		text-align: left;
	}

		.top-nav ul > li:last-child {
			margin-right: 0;
		}

		.top-nav ul > li a {
			display: block;
			padding-left: 13px;
			width: 158px;
			height: 29px;
			color: #404040;
			text-decoration: none;
			font-size: 14px;
			font-weight: 600;
			text-transform: uppercase;
		}

		.top-nav ul > li:nth-child(1) a {
			border-bottom: solid 1px #e82d48;
		}

		.top-nav ul > li:nth-child(2) a {
			border-bottom: solid 1px #f6c34a;
		}

		.top-nav ul > li:nth-child(3) a {
			border-bottom: solid 1px #1cb665;
		}

		.top-nav ul > li:nth-child(4) a {
			border-bottom: solid 1px #138ac8;
		}



/*UL*/
.banner-ul {
	width: 1020px;
	height: 398px;
	list-style: none;
	text-align: left;
}

	.banner-ul > li {
		display: block;
		padding-top: 5px;
		text-align: left;
		float: right;
	}

	.banner-ul li a {
		z-index: 1;
		display: block;
		padding-left: 20px;
		width: 158px;
		height: 30px;
		color: #404040;
		text-decoration: none;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}

.content {
	background-image: url(../img/cbg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	/*line-height: 20px;*/
	min-height: 100px;
	padding-top: 50px;
	padding-bottom: 30px;
}

	.content ul {
		margin: 20px 50px;
	}

		.content ul li {
			margin: 8px 0;
		}

	.content .box {
		width: 610px;
	}

	.content h4 {
		font-size: 14px;
		font-weight: bold;
		width: 226px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
	}

	.content span a[href="/regdetails.aspx"] {
		padding-left: 50px;
	}

	.content span1 {
		padding-left: 55px;
		color: #4588e2;
		font-size: 14px;
	}

.line {
	display: block;
	border: 0px;
	height: 10px;
	background-image: url(../img/hr.png);
	margin: 5px 0;
}

.content h4 {
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	line-height: 30px;
}

.section h4 {
	background: none !important;
	margin-left: 0 !important;
	margin-top: 6px !important;
	padding-left: 0 !important;
}

h4.simple {
	background: none !important;
	margin-left: 0 !important;
	margin-top: 6px !important;
	padding-left: 0 !important;
	width: auto !important;
}

.formimages img {
	margin-left: 10px;
	width: auto !important;
}

.footer {
	background-color: #a7a7a7;
	padding-left: 35px !important;
	padding-top: 35px;
	padding-bottom: 15px;
	color: #595c5d;
}

.register-now h3 {
	font-size: 24px;
	font-weight: bold;
	color: #2d2d2d;
}

	.register-now h3 > span {
		color: #255b94;
	}

.register-now h4 {
	font-size: 15px;
	font-style: italic;
	margin-top: -10px;
	color: #1e5d9d;
}

.register-now .btn-resigter {
	background: url(../img/btn-register.png);
	background-repeat: no-repeat;
	width: 255px;
	height: 56px;
	margin-top: 12px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	padding: 18px 0px 20px 18px;
	text-transform: uppercase;
	/*line-height: 1;*/
}

.register {
	position: absolute;
	right: 50% !important;
	top: 95px;
	margin: 0 -25px 0 auto !important;
	width: 150px;
	min-height: 1px;
	text-transform: none !important;
}

	.register ul > li {
		color: #63788e;
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 13px;
	}

	.register .more {
		color: #4c4c4c !important;
		cursor: pointer;
	}

	.register h3 {
		font-size: 21px;
		font-weight: 300;
		color: #eb3245;
	}

.renew {
	position: absolute;
	right: 50% !important;
	top: 56px;
	margin: 0 -174px 0 auto !important;
	width: 137px;
	min-height: 1px;
	text-transform: none !important;
}

	.renew h3 {
		color: #f7c43c;
		font-size: 21px;
		font-weight: 300;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.renew p {
		color: #c4c4c4;
		margin-top: 28px;
		padding-left: 3px;
		font-size: 13px;
	}

		.renew p > a {
			color: #4c4c4c;
		}

.writing {
	position: absolute;
	right: 50% !important;
	top: 185px;
	margin: 0 -336px 0 auto !important;
	width: 137px;
	min-height: 1px;
	text-transform: none !important;
}

	.writing h3 {
		font-size: 21px;
		font-weight: 300;
		color: #00b660;
	}

.contact p {
	color: #6e6e6e;
	font-size: 13px;
}

.contact h3 {
	margin-top: 10px;
	color: #008aca;
	font-size: 21px;
	font-weight: 300;
}

	.contact h3 > span {
		margin-top: 6px;
		display: block;
	}

.accordion-group > p {
	color: #337ab7;
	font-size: 10px;
	width: 80px;
	margin: 0 auto;
	position: relative;
	left: -15px;
	top: 6px;
	text-transform: uppercase;
	cursor: pointer;
}

	.accordion-group > p.SeeMore2 {
		left: -18px;
	}

.mbg {
	background-image: url(../img/mbg.jpg);
	background-size: cover;
	min-height: 200px;
}

.footer .credits p {
	margin: 2px 0;
}

.footer img {
	height: auto;
	width: auto;
}

.footer .wga-footer {
	text-align: right;
}

.social-icons {
	text-align: center;
}

	.social-icons img {
		height: 40px;
		width: 40px;
	}

.fa-2x {
	color: #337ab7;
	padding-left: 32px;
	cursor: pointer;
}

	.fa-2x:hover {
		opacity: .8;
	}



@media (max-width: 480px) {
	.logo {
		position: absolute;
		right: 50% !important;
		top: 0px;
		margin: 0 5px 0 auto !important;
		width: 132px;
		height: 80px;
	}
}

@media (max-width: 767px) {
	.content .box {
		width: 100%;
	}

	.header {
		min-height: 80px;
	}
}

@media (max-width: 768px) {
	.banner {
		width: 750px !important;
	}

	.banner-nav {
		width: 750px;
	}

	.banner-ul {
		width: 750px;
	}

	.logo {
		position: absolute;
		left: 0% !important;
		top: 0px;
		margin: 0 25px 0 auto !important;
		width: 132px;
		height: 80px;
	}

	.content .box {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 769px) and (max-width: 991px) {
	.logo {
		width: 132px;
		height: 80px;
		float: left;
	}
}


@media (min-width: 1100px) {
	.container {
		width: 1020px !important;
	}
}

@media (min-width: 992px) {
	.logo {
		position: absolute;
		right: 50% !important;
		top: 15px;
		margin: 0 345px 0 auto !important;
		width: 132px;
		height: 80px;
	}

	.banner {
		width: 970px;
		height: 378px;
	}

	.banner-nav {
		width: 970px;
	}

	.banner-ul {
		width: 970px;
	}

		.banner-ul li {
			margin-left: -10px;
		}

	.register-now {
		position: absolute;
		right: 50% !important;
		top: 214px;
		margin: 0 173px 0 auto !important;
		width: 300px;
		height: 280px;
	}

	.register ul > li {
		margin-left: 5px;
	}

	.contact {
		position: absolute;
		right: 50% !important;
		top: 115px;
		margin: 0 -485px 0 auto !important;
		width: 137px;
		min-height: 1px;
		text-transform: none !important;
	}
}

@media (min-width: 1100px) {
	.banner {
		width: 1020px;
	}

	.banner-nav {
		width: 1020px;
	}

	.banner-ul {
		width: 1020px;
	}

	.content .box {
		width: 610px;
	}

	.register-now {
		position: absolute;
		right: 50% !important;
		top: 214px;
		margin: 0 183px 0 auto !important;
		width: 300px;
		height: 280px;
		z-index: 1000;
	}

	.contact {
		position: absolute;
		right: 50% !important;
		top: 115px;
		margin: 0 -504px 0 auto !important;
		width: 137px;
		min-height: 1px;
		text-transform: none !important;
	}

	.banner-ul li {
		margin-left: 0px;
	}

	.banner-ul > li {
		height: 380px;
		width: 165px;
	}

		.banner-ul > li:last-child {
			width: 161px;
		}
}

@media (max-width: 470px) {
	.wga-logo {
		position: inherit;
		padding-top: 19px;
	}
}

.wga-logo {
	padding-right: 15px;
}


.text-wrap {
    white-space: normal;
}