@charset "utf-8";
/* CSS Document */

img{border: none;}

form{
    padding: 0px;
    margin: 0px;
}
td{
    padding: 3px;
    margin: 0px;
}
body{
	padding: 0px;
  margin: 0;
	font-family: 'source_sans_proregular', sans-serif;
	font-size:16px;
	line-height:21px;
	color:#666666;
	background:url(../images/headerbg.jpg) center top no-repeat;
	background-size:100% 395px;
}
a {
	color:#bc7d4a;
	text-decoration:none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
	color:#d19e78;
}

a.link{
        text-decoration: underline;
}
a.link:hover{
        text-decoration: none;
}

/*----  font styles ------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'source_sans_proregular', sans-serif;
  font-weight: 500;
  color: inherit;
  line-height:normal;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin: 20px 0px 10px 0px;
  padding: 0px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 50px;
  font-family: 'source_sans_prolight', sans-serif;
	color:#bc7d4a;
}
h2,
.h2 {
  font-size: 29px;
	font-family: 'source_sans_probold', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	color:#bc7d4a;
}
h3,
.h3 {
  font-size: 23px;
	color:#000;
}
h4,
.h4 {
  font-size: 18px;
	color:#000;
}
h5,
.h5 {
  font-size: 14px;
	color:#000;
}
h6,
.h6 {
  font-size: 12px;
	color:#000;
}
p {
  margin: 0 0 10px;
}

.notoppad{
	padding-top:0;
	margin-top:0;
}
.nobotpad{
	padding-bottom:0;
	margin-bottom:0;
}
.lt{
  font-family: 'source_sans_prolight', sans-serif;
}
.blk{
	color:#000;
}

/*----   layout  ----*/

/*generic*/
.clr{
	clear:both;
}
.wrapper{
	width:1020px;
	margin:0 auto;
}
ol li{
	color:#000;
	font-size:14px;
}
ul.pads li{
	padding-bottom:30px;
}
ul.blk li{
	padding-left:10px;
	color:#000;
}
.whitebg{
	background-color:#FFF;
	padding-top:10px;
	line-height:24px;
}
.greybox{
	background-color:#F3F3F3;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:20px;
	width:100%;
	margin:10px;
	float:left;
	width:26%;
	font-size:14px;
}
.shadow{
	width:100%;
	height:60px;
	background:url(../images/shadow.png) center center no-repeat;
}
.fancybox{
	background-color:#EAEAEA;
	border:7px solid #999999;
	padding:20px 30px;
  font-family: 'source_sans_prolight', sans-serif;
	font-size:18px;
}
.alert{
	background-color:#FCCDCD;
	color:#B50000;
	font-size:18px;
	padding:20px;
}
.rightbox{
	width:400px;
	padding: 15px 10px 10px 10px;
	float:right;
	margin-left:30px;
	border:3px solid #dddddd;
}

/*header*/
.logobg{
	background:url(../images/wglogo.svg) 0 10px no-repeat;
	height:230px;
	color:#fff;
	position:relative;

    /*border: 1px solid #FF0000;*/
}
.logowg{
	width:400px;
	height:150px;
	cursor:pointer;
	float:left;
	margin-top:10px;

    /*border: 1px solid #FF0000;*/
}
.support_message{
    /*right:0;*/
    /*top:160px;*/
    /*position:absolute;*/
    text-align: center;
    width: 100%;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
}
.topmenu{
	right:0;
	top:160px;
	position:absolute;
}
.topmenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.topmenu ul li{
	float:left;
	margin:3px 3px;
	padding:0px 3px 0px 3px;
	text-transform:uppercase;
    font-family: 'source_sans_prolight', sans-serif;
}
.topmenu ul li:hover{
	background-color:#FFF;
    transition:all ease 0.5s;
	cursor:pointer;
}
.topmenu ul li:hover a, .topmenu ul li:hover a:visited{
	color:#333;
}
.topmenu ul li.slim:hover{
	background-color:transparent;
	cursor:text;
}
.topmenu ul li a, .topmenu ul li a:visited{
	color:#fff;
	text-decoration:none;
    font-family: 'source_sans_prosemibold', sans-serif;
    font-size: 15px;
}
.topmenu ul li a:hover{
	color:#333;
    transition:all ease 0.5s;
}

/*form*/
.loginform{
    right:20px;
    top: 50px;
    position:absolute;
}
.rightm{
	margin-right:15px;
}
.loggedmsg{
	width:450px;
	height:45px;
	background-color:#FFF;
	color:#333;
	padding-top:25px;
	text-align:center;
	margin-top:-10px;
}

/*home main */
.welcomebox{
	width:710px;
	background-color:#fff;
	margin:0 auto;
	padding:35px 45px 0 45px;
	min-height:200px;
	position:relative;
}
.welcomemsggrey{
	float:right;
	color:#b4bbbf;
	text-transform:uppercase;
	font-size:23px;
	position:absolute;
	top:61px;
	right:45px;
  font-family: 'source_sans_prolight', sans-serif;
}
.welcomemsgblk{
	color:#000;
	text-transform:uppercase;
	font-size:23px;
  font-family: 'source_sans_prolight', sans-serif;
}
.welcomesb1, .welcomesb2, .welcomesb3, .welcomesb4{
	float:left;
  font-family: 'source_sans_prolight', sans-serif;
	min-height:90px;
}
.welcomesb1{
	width:131px;
	padding:0 0px 0 0;
}
.welcomesb2{
	width:176px;
	padding:0 5px 0 20px;
	background:url(../images/vdivider.gif) center left no-repeat;
}
.welcomesb3{
	width:125px;
	padding:0 15px 0 20px;
	background:url(../images/vdivider.gif) center left no-repeat;
}
.welcomesb4{
	width:190px;
	padding:0 0 0 20px;
	background:url(../images/vdivider.gif) center left no-repeat;
}

.homeimg2{
	width: 100%;

	height:90px;
	float:right;
	background:url(../images/homeimg2.jpg) no-repeat;
    background-size: cover;
	padding-top: 170px;
	position:relative;
}
.homeimg1 h2 a, .homeimg1 h2 a:visited, .homeimg2 h2 a, .homeimg2 h2 a:visited, .homeimg1 h4 a, .homeimg1 h4 a:visited, .homeimg2 h4 a, .homeimg2 h4 a:visited{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:0;
	margin-bottom:0;
	line-height:18px;
	z-index:9000;
	display:block;
	position:relative;
	text-decoration:none;
}
.homeimg1 h4, .homeimg2 h4{
	font-size:16px;
}
.trans{
	background:url(../images/trans.png);
	opacity:0.32;
	position:absolute;
	width:100%;
	height:100%;
	transition: opacity 0.5s ease-in-out;
	top:0;
	left:0;
	z-index:1;
	cursor:pointer;
}
.homeimg1:hover .trans, .homeimg2:hover .trans{
	opacity:0;
}

/* home greyarea */
.greybg{
	background-color:#f2f2f2;
	padding:45px;
}
.whywg{
	width:354px;
	height:317px;
	background:url(../images/whywg.jpg) no-repeat;
	float:left;
	padding-right:70px;
}

/* footer */
.footer{
	background-color:#1a1a1a;
	padding:30px;
	color:#808080;
	text-transform:uppercase;
  font-family: 'source_sans_prolight', sans-serif;
}
.footer a, .footer a:visited{
	color:#fff;
}
.footer ul{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}
.footer ul li{
	float:left;
	padding-left:30px;
}
.footer_left{
	float:left;
}
.footer_right{
	width:470px;
	float:right;
}
.footer_phone{
	text-transform:none;
	font-size:14px;
	text-align:center;
	width:300px;
	margin:0 auto;
}
.footer_social{
	text-align:center;
}
.footer_logo{
	width:203px;
	height:76px;
	background:url(../images/footerlogo.svg) no-repeat;
	margin:0 auto;
	cursor:pointer;
}

/*---- forms ----*/
form {
	margin:0;
	padding:0;
}
input, select{
	font-family: 'source_sans_proregular', sans-serif;
	font-size:13px;
	color:#808080;
	/*text-transform:uppercase;*/
	padding:0 10px;
	height:35px;
	background-color:#fff;
	border:1px solid #e6e6e6;
}
textarea{
	font-family: 'source_sans_proregular', sans-serif;
	font-size:13px;
	color:#808080;
	/*text-transform:uppercase;*/
	padding:0 10px;
	height:150px;
	background-color:#fff;
	border:1px solid #e6e6e6;
	padding:10px;
}
input[type=radio]{
	height:15px;
}
input[type=submit].wht, button.wht{
	border:1px solid #fff;
	background-color:transparent;
	color:#fff;
	font-size:15px;
  font-family: 'source_sans_prosemibold', sans-serif;
	cursor:pointer;
	height:37px;
	display:inline-block;
}
input[type=submit].wht:hover, button.wht:hover{
	background-color:#e6e6e6;
	color:#333;
  transition:all ease 0.5s;
	border:1px solid #fff;
}
input[type=submit], button{
	border:1px solid #e6e6e6;
	background-color:#e6e6e6;
	color:#333;
	font-size:15px;
  font-family: 'source_sans_prosemibold', sans-serif;
	cursor:pointer;
	height:37px;
	display:inline-block;
}
input[type=submit]:hover, button:hover{
	border:1px solid #e6e6e6;
	background-color:#fff;
	color:#333;
  transition:all ease 0.5s;
}


a.btn, #wordgigs_application input[type="submit"]{
	border:1px solid #4d4d4d;
	background-color:#4d4d4d;
	color:#fff;
	font-size:16px;
  font-family: 'source_sans_prosemibold', sans-serif;
	cursor:pointer;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:9px 20px;
}
a.btn:hover, #wordgigs_application input[type="submit"]:hover{
	border:1px solid #4d4d4d;
	background-color:#fff;
	color:#333;
  transition:all ease 0.5s;
}

a.btnsm{
	border:1px solid #4d4d4d;
	background-color:#4d4d4d;
	color:#fff;
	font-size:13px;
  font-family: 'source_sans_prosemibold', sans-serif;
	cursor:pointer;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:2px 10px;
}
a.btnsm:hover{
	border:1px solid #4d4d4d;
	background-color:#fff;
	color:#333;
  transition:all ease 0.5s;
}


/* =============================== */
/* 768 and more */
@media screen and (min-width: 768px) and (max-width: 1279px) {
	.wrapper{
		width:900px;
		margin:0 auto;
	}
	.homeimg1{
		width:440px;
		height:90px;
		float:left;
		background:url(../images/homeimg1.jpg) no-repeat;
		padding-top: 170px;
		position:relative;
	}
	.homeimg2{
		width:440px;
		height:90px;
		float:right;
		background:url(../images/homeimg2.jpg) no-repeat;
		padding-top: 170px;
		position:relative;
	}
	.topmenu ul li{
		margin-left:5px;
		margin-right:5px;
	}
	.topmenu ul li a{
		font-size:14px;
	}

}




/* OLD */


.clear{
font-size: 1px;
height: 1px;
clear: both;
}
.site-container{
}
.header{
width: 714px;
margin: 0 auto;
}
.login{
background: url('../images/login-bg.jpg');
padding: 1px 6px 10px 14px;
width: 174px;
height: 81px;
float: right;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
.input-wrapper{
background: url('../images/input-bg.jpg') repeat-x #FFFFFF;
width: 169px;
margin: 2px 0px 2px 0px;
border: 1px solid #00203F;
}
.login-pass, .login-user, .login-btn{
    font-size: 10px;
}
.login-user, .login-pass{
border: none;
padding: 4px 5px 4px 20px;
display: block;
}
.login-user{
width: 144px;
background: url('../images/input-user.jpg') no-repeat 3px 3px;
}
.login-pass{
width: 86px;
background: url('../images/input-pass.jpg') no-repeat 3px 3px;
}
#pass{
width: 111px;
float: left;
}
.login-btn{
background: url('../images/btn-bg.jpg') repeat-x #003466;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
border: 1px solid #00203F;
padding: 4px 5px;
margin: 1px 4px 1px 0px;
cursor: pointer;
float: right;
}
.login a{
color: #CCCCCC;
text-decoration: none;
}
.logo{
height: 91px;
padding-top: 20px;
}
.page{
/*background: url('../images/page-s.jpg');*/
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
.page-inner{
/*background: url('../images/page-t.jpg') no-repeat;*/
}
.fundbox{
background: url('../images/fundbox-s.jpg');
width: 152px;
float: right;
margin: 0px 0px 15px 35px;
}
.fundbox2{
background: url('../images/fundbox-t.jpg') no-repeat;
text-align: center;
padding: 30px 10px 20px 10px;
}
.feat{
float: left;
width: 203px;
padding: 20px;
}
.feat a{
/*margin-bottom: 4px;*/
/*display: block;*/
/*float: left;*/
/*width: 203px; */
}
.right{
/*float: right;      */
padding: 10px;
}
.right2{
    padding: 5px 10px 10px 7px;
}
.right_wide{
/*width: 714px;*/
}
/*.right h2, .right_wide h2{
color: #003466;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 30px;
letter-spacing: -1px;
font-weight: normal;
padding: 20px 30px 0px 0px;
}
.right h3, .right_wide h3, .right2 h3{
color: #003466;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 30px;
letter-spacing: -1px;
font-weight: normal;
padding: 0px 30px 0px 0px;
margin: 0px;
}
.right p, .right_wide p{
padding: 5px 30px 5px 10px;
line-height: 19px;
}
.foot{
color: #999999;
padding: 20px;
text-align: center;
font-size: 10px;
}*/

/* custom classes*/
.message{
    color: #B50000;
    text-align: left;
    padding: 10px;

			background-color:#FCCDCD;
	color:#B50000;
	font-size:18px;
	padding:20px;

}
/*input, textarea{
     font-family: Tahoma, Arial, Verdana;
     font-size: 11px;
     padding: 3px;
     border: none;
     color: #666666;
     font-weight: normal;
     border: 1px solid #003466;
}*/
.textbox{
     width: 90%;
}
.inp{ border: none; }

.l{ float:left;
}
.r{
    float: right;
}
.title{
color: #003466;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 30px;
letter-spacing: -1px;
font-weight: normal;
margin: 10px 0px 10px 0px;
padding: 0px;
}
/*.title,
h4{
color: #003466;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 30px;
letter-spacing: -1px;
font-weight: normal;
margin: 10px 0px 10px 0px;
padding: 0px;
}
h5{
    color: #003466;
    font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: normal;
}*/
.cell_title{ border-bottom:1px solid #CCCCCC;font-weight: bold;}
.border_t{ border-top:1px solid #CCCCCC;}
.border_b{ border-bottom:1px solid #CCCCCC;}
.note{font-size: 9px; color: #808080; font-style: italic;}

.red {color: #B50000;}
.pad_l15{padding-left:  15px; white-space: nowrap;}
.pad_10{padding:  10px;}
#hidden_box{
 position: absolute;
 display: none;
 background-color: #FFFFFF;
 border: 1px solid #CCCCCC;
}

/** project table color */
.pr_custom{ /* custom project  */
    background-color: #DFF7FF;
}
.pr_late{ /* late project */
    background-color: #d7e7f5;
}
.list1 li{
    line-height: 300%;
}
.results{
    border-bottom:  1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 5px;
}
.no_wrap{
    white-space: nowrap;
}
.list_letters{
    list-style-type: upper-alpha;
}
.list_letters li{
    margin-bottom: 10px;
}

#message_area{
    font-size: 11px;
    text-align: left;
    /*z-index:10;*/
    background-color:#FFFFFF;
    border: 1px solid #000000;
    width:100px;
    padding:5px;
    position: absolute;
    color: #000000;
    display:none;
}


#wordgigs_application input[type='text']{

    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    width: 485px;
}
#wordgigs_application select{
    width: 100%;
    margin: 0px;
}
#wordgigs_application textarea{
    width: 990px;
    padding-left: 10px;
    padding-right: 20px;
    margin:0px;
}