/*RESET*/
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}
*/

/*= GENERAL STYLING
--------------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Ubuntu";


@font-face {
    font-family: 'Playfair Display';
    src: url('font/PlayfairDisplay-Bold.woff2') format('woff2'), url('font/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('../font/Poppins-Medium.woff2') format('woff2'), url('../font/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('font/playfairdisplay-regular-webfont.woff2') format('woff2'), url('font/playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displayitalic';
    src: url('font/playfairdisplay-italic-webfont.woff2') format('woff2'), url('font/playfairdisplay-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
}

p,
body {
    font-family: 'Poppins Medium';
    font-size: 16px;
    line-height: 18px;
    color: #000;
}

h1 { 

	font-weight:normal;

	text-align: center;
	color: #000;
	//line-height: 150%;
	margin: 0;
	padding: 0;
}
h1.winner {
   font-family:Ubuntu;
   font-weight: bold;
   font-size: 20px;
   text-align: left;
   color: #414141;

   margin: 0;
	padding: 0;
}

h2 {

   font-weight: bold;

   text-align: left;
   color: #414141;

   margin: 20px;
	padding: 0;
}

h3 {

   font-weight: normal;

   text-align: center;
   margin: 5px 0;

	padding: 0;
	z-index: 1;
	position: relative;
}




.center { margin: 0 auto; }
.content{ margin: 0 auto; width: 960px; }
.contenth{ margin: 0 auto ; width: 960px; }
.clear { clear: both; }
a.lpanel { float: left; color: #e1e1e1; font-size: 12px; font-family:'Poppins Medium'; text-decoration: none; margin: 7px 11px; }
a.rpanel { float: right; color: #e1e1e1;  font-size: 12px; font-family:'Poppins Medium'; text-decoration: none; margin: 7px 11px; }

a.lpanel:hover{ color: #fff; }
a.rpanel:hover{ color: #fff; }

p { color: #414141; margin: 20px 20px; font-size: 14px; line-height: 150%; font-family:'Poppins Medium'; text-decoration: none;  }

#pform { position:relative; left: -20px; }

/*
ul { color: #414141; font-family:'Poppins Medium';  font-size: 14px;
}
*/

table { color: #414141; font-family:'Poppins Medium';  font-size: 14px; margin: 20px;
}

a { color:#414141; }

/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header { 
	width: 100%; 
	background: url('../img/header-bg.png'); 
	height: 80px; 	
	position: fixed;
	margin-top: 0px;
	z-index:999;
}

#horizonallinenavT { background: url('../img/horizonalline.png') repeat-x; width: 100%; margin: 10px 0 70px 0; height: 4px; position: relative; float:left; }

#horizonallinenavB { background: url('../img/horizonalline.png') repeat-x; width: 100%; margin: 50px 0 20px 0; height: 4px; position: relative; float:left; }

#navabout {
	float:left;
	//width:100%;
	position:absolute;
	//margin:10px 20px 20px 0;
}
.block {
	float:left;
	list-style-type: none;
	padding:40px 0 20px 0; 
	position:relative;
	z-index:20;
}
.block li:first-child {
	//background:url(../img/aboutcheckedbox.png) center top no-repeat; width: 178px; height: 45px;
	border-left:none;
	width:178px;
	//padding:1px 0 0 0;
	font-family:'Poppins Medium';
	font-weight:bold;
}
.block li {
	float:left; 
	position:relative;
	width:178px;
	text-align:center;
	//padding:12px 0 0 0;
	font-family:'Poppins Medium';
	font-weight:bold;
}
.block li a {
	display:block;
	text-decoration:none;
	color:#7e7e7e;
	text-transform:uppercase; 
	z-index:20;
	padding:14px 0 0 0;
}
.block li.sfHover {
	//background:url(../img/aboutcheckedbox.png) center top no-repeat; width: 178px; height: 45px;
	position:relative;
	z-index:10;
	color: #bbbbbb;
	//padding:12px 0 0 0;
}
.block li a.active {
	background:url(../img/aboutcheckedbox.png) center top no-repeat; width: 178px; height: 45px;	
}
.block > li > a:hover,
.block > li.sfHover > a {
	//background:url(../img/aboutcheckedbox.png) center top no-repeat; width: 178px; height: 45px;
	text-decoration:none;
	color: #bbbbbb;
	//padding:12px 0 0 0;
}

#logo a { background: url('../img/iac14logo.png')no-repeat; width: 147px; height: 59px; color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 10px; color: #fff; font-family:'Poppins Medium'; font-weight: bold; 


}

#wmalogo a { background: url('../img/wmalogo.png')no-repeat; width: 184px; height: 98px; color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 5px; color: #fff; font-family:'Poppins Medium'; font-weight: bold; 
}

/* main nav */

#nav {
	float:left;
	padding:1px 20px 0;
	z-index:49;
}
.menu {
	float:left;
	list-style-type: none;
	padding:0; 
	position:relative;
	z-index:50;
	background:#414141;
}
.menu li:first-child {
	border-left:none;
	width:auto;
	padding:8px 0 9px 12px;
	font-family:Ubuntu;
}
.menu li {
	float:left; 
	position:relative;
	width:auto;
	text-align:center;
	padding:8px 0 9px 10px;
	border-left:1px solid #414141;
	font-family:Ubuntu;
}
.menu li a {
	display:block;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
	line-height:13px;
	color:#fff;
	text-transform:uppercase; 
	z-index:51;
	padding:10px 0 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li.sfHover {
	position:relative;
	z-index:51;
}
.menu li a.active,
.menu > li > a:hover,
.menu > li.sfHover > a {
	background:#414141;
	text-decoration:none;
	border-bottom:2px solid #cfcece;
}

.menu ul {
	z-index:20;
	list-style-type: none;
	letter-spacing:normal;
	font-family:Ubuntu;
	position:		absolute;
	top:			-9999em;
	width:			120px;
	//background: 	#414141;
	border:			none;
	padding:3px;
}
.menu ul li {width:	100% !important;}
.menu li:hover {visibility:	inherit; }
.menu li li:first-child {
	padding:0;
}
.menu li li {
	background:#cfcece;
	margin:0;
	padding:3px 0 0;
	border:none;
	text-align:left;
}

.menu li li a {
	background:#cfcece;
	color:#414141;
	display:		block;
	padding:		8px 0 9px 8px;
}
.menu li li > a:hover, 
.menu li li.sfHover > a {
	background:#cfcece;
	color:#fff;
	text-decoration:none;
}

.menu li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			32px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	//top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			103%;
	top:			0;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}



/* NAV MOBILE */

#nav-mobile {
	display:none;
	float:right;
	padding:1px 60px 0 1px;;
	z-index:49;
}
.menum {
	float:left;
	list-style-type: none;
	padding:0; 
	position:relative;
	z-index:50;
	background:#414141;
}
.menum li:first-child {
	border-left:none;
	width:auto;
	padding:8px 0 9px 18px;
	font-family:Ubuntu;
}
.menum li {
	float:left; 
	position:relative;
	width:auto;
	text-align:center;
	padding:8px 0 9px 18px;
	border-left:1px solid #414141;
	font-family:Ubuntu;
}
.menum li a {
	display:block;
	font-weight: bold;
	text-decoration:none;
	font-size:13px;
	line-height:14px;
	color:#fff;
	text-transform:uppercase; 
	z-index:51;
	padding:10px 0 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menum li.sfHover {
	position:relative;
	z-index:51;
}
.menum li a.active,
.menum > li > a:hover,
.menum > li.sfHover > a {
	background:#414141;
	text-decoration:none;
	border-bottom:2px solid #cfcece;
}

.menum ul {
	z-index:20;
	list-style-type: none;
	letter-spacing:normal;
	font-family:Ubuntu;
	position:		absolute;
	top:			-9999em;
	width:			120px;
	//background: 	#414141;
	border:			none;
	padding:3px;
}
.menum ul li {width:	100% !important;}
.menum li:hover {visibility:	inherit; }
.menum li li:first-child {
	padding:0;
}
.menum li li {
	background:#cfcece;
	margin:0;
	padding:3px 0 0;
	border:none;
	text-align:left;
}

.menum li li a {
	background:#cfcece;
	color:#414141;
	display:		block;
	padding:		8px 0 9px 8px;
}
.menum li li > a:hover, 
.menum li li.sfHover > a {
	background:#cfcece;
	color:#fff;
	text-decoration:none;
}

.menum li:hover ul, .menu li.sfHover ul {
	left:			0px;
	top:			32px;
	z-index:		999;
}
ul.menum li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menum li li:hover ul, ul.menu li li.sfHover ul {
	left:			103%;
	top:			0;
	z-index:		9999;
}
ul.menum li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}



#smallfoot { display:none; }

/*= QUOTES AND SOME ELEMENTS
--------------------------------------------------------*/
.quotes {   
 font-family: Ubuntu;
   font-weight: normal;
   font-size: 18px;
   font-color: #414141;
   line-height: 150%;
  text-align: center;
  margin: 50px auto;
}
   
 .author_name_white { font-family:Ubuntu;  margin: 70px 0 0 75px; color: #fff; font-size: 20px; }  
 .author_name_gray { font-family:Ubuntu;  margin: 70px 0 0 75px; color: #94a4a4; font-size: 20px; }  
 .quotes_container { width: 800px; margin: 0 auto; }
#christmas_tree { background: url('../img/christmas-tree.png')no-repeat; width: 48px; height: 77px; margin: 0 auto; position: relative; bottom: -35px;}
#divider { background: url('../img/divider.png')no-repeat; width: 300px; height: 35px; margin: 0px auto 27px auto; }
#ribbon { background: url('../img/ribbon.png')no-repeat; width: 251px; height: 48px; margin: 0 auto;  display: block; position: relative; top: -38px; }
#snowflakes1 { background: url('../img/snowflakes.png')no-repeat; width: 24px; height: 21px; margin: 0 auto;  display: block; position: relative; bottom: -54px; left: -102px; }
#snowflakes2 { background: url('../img/snowflakes.png')no-repeat; width: 24px; height: 21px; margin: 0 auto;  display: block; position: relative; bottom: -33px;  right: -100px; }

#navdownblack { background: url('../img/HomeNavDownBlack.png')no-repeat; width: 32px; height: 20px; margin: 0 auto;  display: block; position: relative; bottom: -33px; }
#navupblack { background: url('../img/HomeNavupBlack.png')no-repeat; width: 33px; height: 20px; margin: 0 auto;  display: block; position: relative; bottom: 33px; }
#navdownwhite { background: url('../img/HomeNavDownWhite.png')no-repeat; width: 32px; height: 20px; margin: 0 auto;  display: block; position: relative; bottom: -33px; }
#navupwhite { background: url('../img/HomeNavupWhite.png')no-repeat; width: 33px; height: 20px; margin: 0 auto;  display: block; position: relative; bottom: 33px; }

#maythebestworkwin { background: url('../img/HomeSlide1aHeadline.png')no-repeat; width: 474px; height: 551px; margin: 0 auto;  display: block; position: relative;  }
#submityourbestworkbut { background: url('../img/HomeSlide1aButton.png')no-repeat; width: 290px; height: 59px; margin: 0 auto;  display: block; position: relative;  }
#viewwinnersbut { background: url('../img/HomeSlide1cButton.png')no-repeat; width: 290px; height: 59px; margin: 0 auto;  display: block; position: relative;  }

/* adjust height of the bg below if you resize it so the down arrow works */

#submityourbestworkbg { width: 100%; height: 580px; margin: 0 auto;  display: block; position: relative;  }
#submityourbestworkbgwinners { width: 100%; height: 580px; margin: 0 auto;  display: block; position: relative;  }
#downnavbg { width: 100%; height: 100px; margin: 0 auto;  display: block; position: relative;  }

#braggingrights { background: url('../img/HomeSlide2aHeadline.png')no-repeat; width: 881px; height: 199px; margin: 50px auto;  display: block; position: relative;  }
#seeourguidelines { background: url('../img/HomeSlide2aButton.png')no-repeat; width: 235px; height: 52px; margin: 0 auto;  display: block; position: relative;  }
#youknowyouwantit { background: url('../img/HomeSlide3aHeadline.png')no-repeat; width: 537px; height: 157px; margin: 0 auto;  display: block; position: relative;  }
#submityourbestworkbut2 { background: url('../img/HomeSlide3aButton.png')no-repeat; width: 235px; height: 52px; margin: 0 auto;  display: block; position: relative;  }
#slide3trophy { background: url('../img/HomeSlide3aTrophy.png')no-repeat; width: 163px; height: 297px; margin: 0 auto;  display: block; position: relative;  }
#bragcardtxt { background: url('../img/bragcardtxt.png')no-repeat; width: 656px; height: 150px; margin: 0 auto;  display: block; position: relative;  }


#whyiacbanner { background:url(../img/whyiacbanner.jpg) 50% 0 no-repeat fixed;
	color: #fff;
	height: 250px;
	margin: 0;
	padding: 0 0 0 0;
	background-size: 100% 250px;
 }
#whyiactext { background: url(../img/whyiactext.png)no-repeat; width: 620px; height: 44px; margin: 140px 0 0 20px;  display: block; position: relative; float:left;}

#guidelinesbanner { background:url(../img/guidelinesbanner.jpg) 50% 0 no-repeat fixed;
	color: #fff;
	height: 250px;
	//width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	background-size: 100% 250px;
 }
#guidelinestext { background: url(../img/guidelinestext.png)no-repeat; width: 431px; height: 44px; margin: 140px 0 0 20px;  display: block; position: relative; float:left;}

#submitbanner { background:url(../img/submitbanner.jpg) 0 0 no-repeat fixed;
	color: #fff;
	height: 250px;
	//width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	background-size: 100% 250px;
 }
#submittext { background: url(../img/submittext.png)no-repeat; width: 696px; height: 44px; margin: 140px 0 0 20px;  display: block; position: relative; float:left;}

#winnersbanner { background:url(../img/winnersbanner.jpg) 0 0 no-repeat fixed;
	color: #fff;
	height: 250px;
	//width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	background-size: 100% 250px;
 }
#winnerstext { background: url(../img/winnerstext.png)no-repeat; width: 592px; height: 43px; margin: 140px 0 0 20px;  display: block; position: relative; float:left;}

#contact-banner { background:url(../img/contact-banner.jpg) 0 0 no-repeat fixed;
	color: #fff;
	height: 250px;
	//width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	background-size: 100% 250px;
 }
#contact-bannertext { background: url(../img/contact-bannertext.png)no-repeat; width: 696px; height: 47px; margin: 140px 0 0 20px;  display: block; position: relative; float:left;}

#horizonallinet { background: url('../img/horizonalline.png') repeat-x; width: 100%; margin: 10px 0 40px 0; height: 4px; position: relative; float:left; }

#searchboxbg { background: url(../img/searchboxbg.jpg)no-repeat; width: 801px; height: 54px; margin: 20px;  display: block; position: relative; }

/*= BUTTONS
--------------------------------------------------------*/

button.btn-know { 
	padding: 15px 47px; 
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #fff; 
	color: #fff; 
	background: transparent; 
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-know:hover { background: #fff; color: transparent; }
ul.built { list-style: none; margin: 0 auto; width: 730px; }
.built li img{ float: left; padding-right: 34px; }



/*= SLIDES STYLING
--------------------------------------------------------*/

#slide1, #slide1b, #slide1c, #slide2{ width: 100%; }
#slide1d{
	background:url(../img/homeslide1fullbgWINNERS-bak.jpg?2024) 50% 0 no-repeat fixed;
	background-color: #fff;
	color: #333333;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 150px 0;
	
}
#slide1c{
	background:url(../img/homeslide1fullbgCTEclosed-bak.jpg) 50% 0 no-repeat fixed;
	background-color: #fff;
	color: #333333;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 150px 0;
}
#slide1{
	background:url(../img/homeslide1fullbg-bak.jpg) 50% 0 no-repeat fixed;
	background-color: #fff;
	color: #333333;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 150px 0;
}

#slide1b{
	background-color: #fff;
	color: #333333;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 150px 0;
	display: none;
}

#slide2{
	background:url(../img/HomeSlide2aBackground.jpg) 50% 0 no-repeat fixed;
	color: #fff;
	height: 500px;
	margin: 0;
	padding: 50px 0 200px 0;
	background-size: 100% 100%;
}


#slide3{
	background-color: #fff;
	color: #333333;
	height: 800px;
	padding: 50px 0;
}

#slide4{
	background: url(../img/bragcardbg.jpg) 50% 0 no-repeat fixed;
	color: #fff;
	height: 830px;
	padding: 100px 0 0 0;	
	background-size: cover;
}


#slide5{
	background: url(../img/slide5.jpg) 50% 0 no-repeat fixed;
	height: 200px;
	margin: 0 auto;
	padding: 250px 0;
	color: #fff;
	background-size: cover;
}


#bctable2 {
	display: none;	
	
}

/*= FOOTER 
--------------------------------------------------------*/

#copyright  { color: #000; font-family:Ubuntu;  font-size: 14px; margin-top: 100px; text-align: center;  }
#copyright  a { text-decoration: none; color: #000;  }


#footer  { color: #414141; font-family:Ubuntu;  font-size: 13px; margin-top: 0; text-align: left; background-color:#cfcece; }
#footer  a { text-decoration: none; color: #414141;  }
#footer  a:hover { text-decoration: underline; color: #414141;  }
#footer  p { color: #414141; font-family:Ubuntu;  font-size: 13px; text-align: left;  }


/* FORMS */
/*######## Smart Green ########*/
.smart-green {
    margin-left:0;
    margin-right:auto;

    max-width: 500px;
    //background: #F8F8F8;
    padding: 30px 30px 20px 0;
    font: 12px Ubuntu;
    color: #414141;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    font: 24px Ubuntu;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #414141;
    //background: #9DC45F;
    //text-shadow: 1px 1px 1px #949494;
    //border-radius: 5px 5px 0px 0px;
    //-webkit-border-radius: 5px 5px 0px 0px;
    //-moz-border-radius: 5px 5px 0px 0px;
    //border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    //color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
	margin-bottom: 10px;
	font: normal 13px/13px Ubuntu;
    color: #414141;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green input[type="password"], .smart-green textarea {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 5px solid #bbbbbb;
    background: #fff;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Ubuntu;
}

.smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 5px solid #bbbbbb;
    background: #fff;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Ubuntu;
}

.smart-green input[type=checkbox]:not(old),
.smart-green input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}


.smart-green input[type=checkbox]:not(old) + label,
.smart-green input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 28px;
  background   : url('../img/check-radio.png') no-repeat 0 0;
  line-height  : 24px;
}

.smart-green input[type=checkbox]:checked:not(old) + label{
  //background-position : 0 -24px;
  background   : url('../img/check-radioON.png') no-repeat 0 0;
}

.smart-green input[type=radio]:checked:not(old) + label{
  //background-position : 0 -48px;
  background   : url('../img/check-radioON.png') no-repeat 0 0;
}


.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 26px;
   -webkit-appearance: none;
   }
   
.styled-select {
   width: 240px;
   height: 27px;
   margin: 20px;
   overflow: hidden;
   background: url(../img/selectarrow.png) no-repeat right #fff;
   border: 5px solid #bbbbbb;
   }

.styled-selectsearch select {
   background: transparent;
   width: 187px;
   padding: 0px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 26px;
   -webkit-appearance: none;
   }
   
.styled-selectsearch {
   width: 167px;
   height: 27px;
   margin: 0;
   overflow: hidden;
   background: url(../img/selectarrow.png) no-repeat right #fff;
   border: 5px solid #bbbbbb;
   }

#searchbox {
    color: #fff;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 10px 30px 0px 30px;
    margin-top: 2px;
    border: none;
    background: none;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: bold 14px/14px Ubuntu;
	-webkit-input-placeholder: color: #fff;
	-moz-placeholder: color: #fff;  
	-ms-input-placeholder: color: #fff;  
}

.smart-green textarea{
    height:100px;
    padding-top: 10px;
}

.smart-green .button2 {
	background: url('../img/submitbuttonplain.jpg')no-repeat; 
	width: 144px; 
	height: 52px; 
	margin: 0;  
	display: block; 
	position: relative;
	border: none;
	font: bold 13px/13px Ubuntu;
	color: #fff;
}
.smart-green .button {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
    background-color:#80A24A;
}

#menu-icon {

	display: hidden;
	//float:right;
	width: 40px;
	height: 40px;
	background: #414141 url(../img/menu-icon.png) center;

}


/*Responsive Styles*/

@media screen and (max-width : 860px){
	

	nav#nav {
    display: none; }

  nav#nav-mobile {
    display: block; }
	
#logo a { background: url('../img/iac14logo.png')no-repeat; width: 147px; height: 59px; color: #fff; text-decoration: none; float: left; font-size: 30px; margin-top: 10px; margin-left:10px; color: #fff; font-family:Ubuntu; font-weight: bold; 

}
	
	.content{ margin: 0 auto; width: auto; }
	.contenth{ margin: 0 auto ; width: auto; }
	#bigfoot { display: none; }
	#smallfoot { display:block; }
	
	#innav { display:none; }


#slide1{ display: none; }
#slide1c{ display: none; }

#slide1b { display: block; }

#bctable1 {
	display: none;	

}

#bctable2 {
	display: block;	

}


#maythebestworkwin { background: url('../img/HomeSlide1aHeadlinem.png')no-repeat; width: 225px; height: 261px; margin: 0 auto;  display: block; position: relative;  background-size: 100%;}
#braggingrights { background: url('../img/HomeSlide2aHeadlinem.png')no-repeat; width: 186px; height: 111px; margin: 100px auto;  display: block; position: relative;  background-size: 100%; }
#youknowyouwantit { background: url('../img/HomeSlide3aHeadlinem.png')no-repeat; width: 225px; height: 66px; margin: 0 auto;  display: block; position: relative;  background-size: 100%; }
#bragcardtxt { background: url('../img/HomeSlide4aHeadlinem.png')no-repeat; width: 284px; height: 64px; margin: 0 auto;  display: block; position: relative;  }


#whyiactext { background: url(../img/whyiactextm.png)no-repeat; width: 240px; height: 153px; margin: 90px 0 0 20px;  display: block; position: relative; float:left; background-size: 100%;}

#guidelinestext { background: url(../img/guidelinestextm.png)no-repeat; width: 255px; height: 97px; margin: 115px 0 0 20px;  display: block; position: relative; float:left; background-size: 100%;}

#submittext { background: url(../img/submittextm.png)no-repeat; width: 272px; height: 149px; margin: 90px 0 0 20px;  display: block; position: relative; float:left; background-size: 100%;}

#winnerstext { background: url(../img/winnerstextm.png)no-repeat; width: 204px; height: 154px; margin: 85px 0 0 20px;  display: block; position: relative; float:left; background-size: 100%;}

#contact-bannertext { background: url(../img/contact-bannertextm.png)no-repeat; width: 260px; height: 157px; margin: 85px 0 0 20px;  display: block; position: relative; float:left; background-size: 100%;}


