/* CSS Document */
/* rwd-awards.css*/
/* Created by: Paul */
/* Updated:21-07-2016 10:45 AM */

body {
	background:#EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin:0;
	padding: 0;
}

h1 {line-height:1.2em;}

p  {line-height:18px;}

sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub { 
	top: 0.4em; 
}

#wrapper {max-width:1280px;}

#wrapper_header {float:left;width:100%;overflow:visible;} 

.header_top {float:left;width:100%;overflow:visible;} /* SHOW MENU */

.container_left {display:inline-block;}
.award_inner_content {background:#FFF;border-radius:0.75em;}
.home_left_content_one {background:#FFF;border-radius:0.75em;min-height:300px;}
.home_left_content_two {display:inline-block;float:none;padding:0;text-align:center;}

.sidebox {display:inline-block;margin:0% 0.71% 2% 0.71% !important;text-align:center;min-height:175px;width:224px;}
.sidebox:first-child {margin-left:none !important;}
.sidebox:last-child {margin-right:0 !important;}
.without_padding {margin-right:0 !important;padding:0 none !important;}


/* CALL TO ACTION */
.linkbtn, 
.linkbtn:link, 
.linkbtn:visited {
	background: #777777 none repeat scroll 0 0;
	border: 1px solid #777777;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin:2px auto 5px auto;
	padding: 0.3rem 2.2rem;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	white-space: nowrap;
}
.linkbtn:hover {
	background: #333 none repeat scroll 0 0;
	border: 1px solid #333 !important;
	color: #ffffff !important;
}

@media screen and (max-width: 660px) {
	.linkbtn {
	border-radius: 0.3em;
	padding: 0.5rem 1rem !important;
	width:60%;
	}
}

@media screen and (max-width: 320px) {
	.linkbtn {
	white-space: normal !important;
	width:60%;
	}
}



/* SPONSORS */
.sponsorbox_top, .sponsorbox_bottom {
    display: none;
}
.sponsorbox {
    border: 1px solid #ccc;
    border-radius: 0.7em;
    box-shadow: 1px 1px 2px #ddd;
    margin: 0.8em 0 0.2em 0;
    padding: 0 0 0.8em 0.5em;
    width: 98%;
}
.sleft_center_text {
    display: inline-block;
    float: none;
    margin-left: 10px;
    margin-top: 12px;
    text-align: center;
    width: 190px;
}
.sponsorbox > div {background:#FFF;border:none;display:inline-block;margin:2% 1%;text-align:center;width:190px;}
.sponsorbox > div a {display:block;}


.container_right {display:inline-block;text-align:center;}
.right_common_box {display:inline-block;text-align:center;}


.button_link_bg {
	background: #484848;
	background-image: -webkit-linear-gradient(top, #484848, #161616);
	background-image: -moz-linear-gradient(top, #484848, #161616);
	background-image: -ms-linear-gradient(top, #484848, #161616);
	background-image: -o-linear-gradient(top, #484848, #161616);
	background-image: linear-gradient(to bottom, #484848, #161616);
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	font-family: Arial;
	color: #ffffff;
	padding:10px 0px 12px 0px;
	text-align:center;
	text-decoration: none;
}
.button_link_bg a {
	color: #EEEEEE;
	display: block;
	font-size: 17px !important;
	font-weight:bold;
	line-height:1em;
	height:28px;
	margin: 3% 2% 3.5% 2% !important;
	padding:0;text-transform:uppercase;
}
.button_link_bg:hover {
  text-decoration: none;
}

.small_blog_head {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
}

#footer .accredit {
	border-top: 1px solid #F0F0F0;
	clear: both;
	float: left;
	height: auto;
	padding: 5px 0;
	width: 100%;
}

#footer .accredit .indent {
	padding-left: 12px;
	padding-right: 68px;
}

/* 404 DIALOG */
div.dialog  {background:transparent url(/images/box.gif) repeat scroll 0 0;height:490px;margin-bottom:16px;}
.block_parent {background-color:transparent;font-family:Arial, Helvetica,sans-serif;}
.dialog.block_parent h1 {color:#333;font:normal 22px Arial, Helvetica,sans-serif;padding:18px 7px 5px 12px;}
.dialog.block_parent p {color:#333;font-size:12px;line-height:1.5em;padding:0px 7px 0px 12px;}


/* MOBILE MENU */

.toggleMenu {
	background:#666;
	color: #fff;
	display:none;
	padding: 12px 15px;
	font-size: 140%;
	line-height: 1.4em;
	text-decoration:uppercase;
}
.toggleMenu:hover {
	background:#777;
	color: #fff;
}
.main_menu {
	background:#333;
	height:auto !important;
	list-style: none;
	*zoom: 1;
	width:100%;
}
.main_menu:before,
.main_menu:after {
	content: " ";
	display: table;
}
.main_menu:after {
	clear: both;
}
.main_menu ul {
	list-style: none;
	margin-left:0;
	width: 100%;
}

.main_menu a, .main_menu a:visited {
	display:block;
	font-weight:normal;
	font-size:15px; 
	color:#FFF; 
	width:auto; 
	height:39px; 
	border:1px solid #111; 
	border-width:1px 0px 0px 0px; 
	padding: 0px 15px 0px 12px;; 
	line-height:36px;
	text-decoration:none;
}
.main_menu a:hover {
 	background:#231F20;
	color:#FFF; 
}

ul.show_hide {height:auto;}
ul.show_hide li {display:block;height:36px;}
ul.show_hide li a {border:0 none;display:block !important;height:36px;width:145px;}


.main_menu li {
	position: relative;width:auto;
}
.main_menu > li {
	float: left;
	border-top:none; /* charcoal separator */
}
.main_menu > li > .parent {
	background-image: url("http://images.incisivemedia.com/v9_images/eventive/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.main_menu > li > a {
	display: block !important;
}

.main_menu ul li:last-child a {background:#333;}

.main_menu li ul {
	position: absolute;
	left: -9999px;
}
.main_menu > li.hover > ul {
	left: 0;
}
.main_menu li li.hover ul {
	left: 100%;
	top: 0;
}
.main_menu li li a {
	display: block !important;
	background:#231F20;
	position: relative;
	z-index:100;
	border-top: 1px solid #333333; /* charcoal separator */
}
.main_menu li li li a {
	background:#666;
	z-index:200;
	border-top: 1px solid #333333; /* charcoal separator */
}

@media screen and (max-width: 800px) {
    .active {
        background: #666666;
        display: block;
    }
    .main_menu > li {
        float: none !important;
        border-top: 1px solid #333; /* charcoal separator */
    }

    .main_menu > li > .parent {
        background-position: 95% 50%;
    }
    .main_menu li li .parent {
        background-image: url("http://images.incisivemedia.com/v9_images/eventive/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .main_menu ul {
        display: block;
        width: 100%;
    }
   .main_menu > li.hover > ul , .main_menu li li.hover ul {
        position: static;
    }


ul.show_hide li {display:block;height:36px;}
ul.show_hide li a {display:block !important;height:36px;width:100%;}

}


/* ///////////////// MEDIA QUERIES ////////////////////////// */



/* PORTRAIT */

@media screen and (min-width: 300px) and (max-width:460px)

{

#wrapper { width:100%; height:auto; overflow:hidden; }

.container {width:100%;}

.container_left {max-width: 16.6666rem !important;width:100%;}

.container_right{width:100%;}

/* CONTENT */
h1 {line-height:1.2em;}
p  {line-height:18px;}
.home_left_content_one {
	height: auto !important;
}

/* REMOVING FIXED HEIGHT */

.award_inner_content {
	height:auto;
	margin:0% 0.5% 5% 0%;
	width:100%;
}

.internal_inner_content {
	background:#FFF !important;
	border-radius:0.75em;
	min-height:300px;
	height:auto;
	margin:0% auto 8% auto;
	padding:15px 10px 10px 10px !important;
	width:100%;
}

.internal_left_content_box {
	height: auto;
}

.home_left_content_two {display:inline-block;margin: 0 auto;text-align:center !important;}

.sidebox {
	margin: 0 0% 8% 10%;
	padding: 0;text-align:center;
	width: 224px;

}
.without_padding {margin: 0 0% 5% 10% !important;width: 225px;}




.right_common_box {
	clear:both;
	float:left !important;
	margin:0.2em auto;
	text-align:center;
	width:100%;
}

.button_link_bg, 
.small_blog {
	clear:both;
	float:left;
	margin: 0% 0% 2% 3%;
	width:225px;    
}

.small_blog_head {
	clear:both;
	float:left;
	width: 224px;
}


#footerLine { width:300px; }
#footerLine .footerlinks ul { margin:0; margin-top:30px;padding:0; float:none; width:100%; }
#footerLine .footerlinks li a { margin:0; padding:8px 1.5em; width:100%; float:left;  }
#footerLine .footerlinks li { float:none; }
.footer_logo img { width:84px; height:30.666666666666666666666666666667px; float:none; }
#footerLine .footer_content .footer_content_text { clear:left; width:300px; }
#footer.item .footer_content p { padding:0 8px; width:292px; }
.accredit { display:none; }


}


/* LANDSCAPE */

@media screen and (min-width: 460px) and (max-width:800px)
{
	html { -webkit-text-size-adjust:none; }


#wrapper { width:100%; height:auto; overflow:hidden; }


div.container {width:100% !important;}

.container_right{float:left;width:100% !important;/*margin:0px 0px 0px 18px;*/}

.container_left {
	background:none;margin:0% 15% 2% 0% !important;
	max-width: 40rem !important;width:90%;
}


.internal_left_content_box {
	clear:both;
	width:100%;
}



/* CONTENT */
h1 {line-height:1.2em;}
p  {line-height:18px;}
.home_left_content_one {
	height: auto !important;
}

/* REMOVING FIXED HEIGHT */

.award_inner_content {
	height:auto;
	margin:0% 0.5% 5% 0%;
	width:100%;
}
.internal_inner_content {
	background:#FFF;
	border-radius:1em;
	min-height: 490px;
	height:auto;
	margin:0% 0.5% 5% 0%;
	padding:15px 10px 10px 10px !important;
	width:100%;
}

.home_left_content_two {margin: 0 auto;padding:0;text-align:center;}

.internal_left_content_box {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 1em;
	min-height: 490px;
	height: auto;
	margin: 0 auto;
	text-align:left;
}

/* Static Fragments */

.sidebox {
	float:left;
	margin: 0% 1% 5% auto;
	padding: 0;
	width: 12.5rem;

}
.without_padding {margin: 0% 1% 5% auto !important;width: 12.5rem}

/* Right container boxes */

.right_common_box {margin: 0 0 20px 1.2%;width: 12.8rem;}
,small_blog {width:200px;}

/* FOOTER */
#footer {width:100%;}
#footerLine .footerlinks ul { margin-top:30px;width:99%; }

.footer_logo img { width:84px; height:30.666666666666666666666666666667px; float:none; }
#footerLine .footer_content .footer_content_text { clear:left; width:100%; }
#footer.item .footer_content p { padding:0 8px; width:97%; }

.accredit { display:none; }


}


/* iPad */

@media screen and (min-width: 640px) and (max-width:980px)
{

body {background-image:none !important;}

}