/* ------------- LOGO / BRAND ------------- */

@font-face {
    font-family: 'ArcherBook';
    src: url('../fonts/archer-book-pro.eot');
    src: url('../fonts/archer-book-pro.eot') format('embedded-opentype'),
         url('../fonts/archer-book-pro.woff') format('woff'),
         url('../fonts/archer-book-pro.ttf') format('truetype'),
         url('../fonts/archer-book-pro.svg#ArcherBook') format('svg');
}

@font-face {
    font-family: 'ScoutRegular';
    src: url('../fonts/scout-regular-webfont.eot');
    src: url('../fonts/scout-regular-webfont.eot') format('embedded-opentype'),
         url('../fonts/scout-regular-webfont.woff') format('woff'),
         url('../fonts/scout-regular-webfont.ttf') format('truetype'),
         url('../fonts/scout-regular-webfont.svg#ScoutRegular') format('svg');
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/proximanova-regular.eot');
    src: url('../fonts/proximanova-regular.eot') format('embedded-opentype'),
         url('../fonts/proximanova-regular.woff') format('woff'),
         url('../fonts/proximanova-regular.ttf') format('truetype'),
         url('../fonts/proximanova-regular.svg#ProximaNovaRegular') format('svg');
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_nova_ltlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.proxima-nova-thin {
	font-family: 'ProximaNovaLight';
}

.proxima-nova-thin-italic {
	font-family: 'ProximaNovaLight';
	font-weight: 100;
	font-style: italic;
}

.proxima-nova-light-italic {
	font-family: "proxima-nova",sans-serif;
	font-style: italic;
	font-weight: 300;
}

.proxima-nova-regular {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.proxima-nova-semibold {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

.proxima-nova-bold {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
}

.archer-thin-italic {
	font-family: 'Archer A', 'Archer B';
	font-weight: 200;
	font-style: italic;
}

.archer-extra-light {
	font-family: 'Archer A', 'Archer B';
	font-weight: 300;
	font-style: normal;
}

.archer-book {
	font-family: 'Archer A', 'Archer B';
	font-weight: 500;
	font-style: normal;
}

.archer-medium {
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	font-style: normal;
}

.archer-medium-italic {
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	font-style: italic;
}

.scout-regular {
  font-family: Scout;
  font-style: normal;
  font-weight: normal;
}

/* ------------- OVERALL ------------- */

h1 {
	font-family: 'ArcherBook';
	margin-top: 0;
}

h3 {
	font-size: 20px;
    font-family: 'ProximaNovaRegular';	
}

a {
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

a:hover {
	text-decoration: none;
}

.main-container {
	margin-bottom: 30px;
}

.main-container.container-fluid {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.white-BG {
	background-color: #FFF;
}

.no-padding-left {
	padding-left: 0;
}

.read-more-content {
	display: none;
}

.read-more-container.opened .read-more-symbol {
	display: none;
}

.read-more-title, .read-more-content {
	display: inline;
}

.no-margin {
	margin: 0;
}

.uppercase {
	text-transform: uppercase;
}

/* ------------- COLORS ------------- */

.blue {
	color: #005E74;
}

.purple {
	color: #6F3A77;
}

.gold {
	color: #C9BF44;
}

.gray {
	color: #8C8C8B;
}

/* ------------- HEADER ------------- */

.navbar-foundation-link {
	float: right;
	color: #D6D7D9;
	font-size: 14px;
	letter-spacing: 2px;
}

.navbar-foundation-link:hover {
	color: #626363;
	cursor: pointer;
}

.navbar-default {
	background-color: #FFF;
	border-color: #FFF;
	font-family: 'ScoutRegular';
	font-weight: normal;
}

.navbar-collapse {
	padding-right: 0;
}


	.navbar.container {
		max-width: 1170px;
	}



	.navbar-nav {
		float: right;
		padding-top: 12px;
	}
	
	.navbar-nav li {
		border-top: 2px solid #DCDCDC;
		border-bottom: 2px solid #DCDCDC;
		width: 168px;
		text-align: center;
		margin-left: 33px;
		height: 35px;
		line-height: 30px;
		text-transform: uppercase;
		
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		-o-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		
	}
	
	.navbar-nav li:hover {
		cursor: pointer;
	}
	
	.navbar-default .navbar-nav>.active {
		border-color: #BCB120;
		color: #BCB120;
	}
	
	.navbar-nav li:hover {
		border-color: #000;
		color: #000;
	}
	
	.navbar-default .navbar-nav>li>a {
		padding: 0;
		padding-top: 7px;
		font-size: 17px;
		color: #8C8C8B;
		letter-spacing: 2.5px;
	}
	
	.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:focus {
		background: #FFF;
		color: #000;
	}
	
	.navbar-default .navbar-nav>.active>a {
		background: #FFF;
		color: #BCB120;
	}
	
	.navbar-default .navbar-nav li:hover a {
		color: #000;
	}
	
	.navbar-default .navbar-nav li.active-trail:hover a,
	.navbar-default .navbar-nav li.active:hover a,
	.navbar-default .navbar-nav li.active-trail .dropdown-menu li.active a,
	.navbar-default .navbar-nav li.active-trail .dropdown-menu li.active a:hover {
		color: #BCB120;
	}
	
	.navbar-default .navbar-nav li.active .dropdown-menu li a,
	.navbar-default .navbar-nav li.active-trail .dropdown-menu li a {
		color: #8C8C8B;
	}
	
	.navbar-default .navbar-nav li.active .dropdown-menu li:hover a,
	.navbar-default .navbar-nav li.active-trail .dropdown-menu li:hover a {
		color: #000;
	}
	
	.navbar .logo {
		margin-top: 0px;
		display: block;
	}
	
	.navbar-nav .dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.navbar-nav .dropdown-menu {
		position: absolute;
		top: 105%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		list-style: none;
		background-color: #fff;
		border-radius: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		background-clip: padding-box;
		border: none;
		border-bottom: 2px solid #000;
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		-o-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;	
		text-align: left;
	}
	
	.navbar-nav li.active-trail .dropdown-menu,
	.navbar-nav li.active .dropdown-menu {
		border-bottom: 2px solid #BCB120;
	}
	
	.navbar-nav .dropdown-menu li {
		border-top: none;
		border-bottom: none;
		width: 168px;
		text-align: center;
		margin-left: 0px;
		height: 30px;
		line-height: 28px;
		text-transform: uppercase;
		
		-webkit-transition:all .2s ease-in-out;
		-moz-transition:all .2s ease-in-out;
		-o-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;	
		text-align: left;
	}
	
	.navbar-default .navbar-nav .dropdown-menu li a:hover, .navbar-default .navbar-nav .dropdown-menu li.active-trail a {
		color: #000;
		background: none;
	}
	
	.navbar-default .navbar-nav .dropdown-menu li a {
		color: #8C8C8B;
		font-size: 17px;
		font-family: 'ScoutRegular';
		padding-top: 7px;
		padding-bottom: 7px;
		background: none;
	}


.navbar-default .navbar-nav>.dropdown>a .caret {
	display: none;
}

.navbar-nav li:nth-child(2) {
	border-color: #BCB120;
}

.navbar-nav li:nth-child(2) a {
	color: #BCB120;
}

.navbar-nav .dropdown-menu li:nth-child(2) {
	color: #8C8C8B;
}

/* ------------- AWARDS MENU ------------- */

#page-header {
	background: #f3f3f3;
}

.awards-menu {
	font-family: 'ScoutRegular';
	font-style: normal;
	font-size: 17px;
}

.awards-menu li {
	float: right;
	margin-right: 0;
}

.awards-menu li a {
	color: #8C8C8B;
	text-transform: uppercase;
	padding-right: 0;
	padding-left: 35px;
	padding-top: 7px;
	padding-bottom: 7px;	
	letter-spacing: 2px;
}

.awards-menu li.active a, .awards-menu li a:hover, .awards-menu li.active-trail a {
	color: #BCB120;
	background: none;
}

.awards-menu li.active a, .awards-menu li.active a:hover {
	color: #BCB120;
	background: none;
}

.awards-menu li a:hover {
	color: #000;
	background: none;
}

/* ------------- AWARDS MENU / WINNERS MENU ------------- */

.awards-menu ul li.dropdown:hover .dropdown-menu {
	display: block;
}

.awards-menu ul li .dropdown-menu {
	position: absolute;
	top: 95%;
	left: 15px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	background-clip: padding-box;
	border: none;
}

.awards-menu ul li .dropdown-menu li {
	border-top: none;
	border-bottom: none;
	width: 100%;
	text-align: center;
	margin-left: 0px;
	height: 30px;
	line-height: 28px;
	text-transform: uppercase;
	
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;	
	text-align: left;
	
	background: none;
}

.awards-menu ul li .dropdown-menu li a {
	font-size: 12px;
	padding-left: 20px;
	color: #8C8C8B;
}

.awards-menu .dropdown a .caret {
	display: none;
}

#page-header-sub {
	border-bottom: 2px solid #DADADA;
}

.awards-menu ul li .dropdown-menu li:hover a, .awards-menu ul li .dropdown-menu li.active a {
	background: none;
	color: #BCB120;
}

/* ------------- LOGO / BRAND ------------- */

.pnglogo {display:none;}
.no-svg .svglogo {display:none;}
.no-svg .pnglogo {display:block;}

a.logo img {
	width: 178px;
	height: 62px;
}

a.logo span {
	display: none;
}

a.logo:hover {
	zoom: 1;
	filter: alpha(opacity=0.5);
	opacity: 0.5;
	cursor: pointer;
}

/* ------------- ICONS ------------- */

.double-quote-beginning {
	display: block;
	width: 40px;
	height: 30px;
	background: url('../images/doublequotes.png') no-repeat;
	margin: 25px auto;
}

.double-quote-end {
	display: block;
	width: 40px;
	height: 30px;
	background: url('../images/doublequotes.png') -40px 0 no-repeat;
	margin: 25px auto;
}

.double-quote-beginning.purple {
	display: block;
	width: 32px;
	height: 24px;
	background: url('../images/doublequotes-purple.png') no-repeat;
	margin: 15px auto;
}

.double-quote-end.purple {
	display: block;
	width: 32px;
	height: 24px;
	background: url('../images/doublequotes-purple.png') -32px 0 no-repeat;
	margin: 15px auto;
}

.double-quote-beginning.green {
	display: block;
	width: 32px;
	height: 24px;
	background: url('../images/doublequotes-green.png') no-repeat;
	margin: 15px auto;
}

.double-quote-end.green {
	display: block;
	width: 32px;
	height: 24px;
	background: url('../images/doublequotes-green.png') -32px 0 no-repeat;
	margin: 15px auto;
}


.arrow-right {
	display: block;
	width: 19px;
	height: 16px;
	background: url('../images/arrows-right.png') no-repeat;
}

.arrow-right.gold {
	background: url('../images/arrows-right.png') -19px 0 no-repeat;
}

.submit-arrow {
	display: block;
	background: url('../images/submit-arrow.png') 0 3px no-repeat;
	height: 20px;
	width: 7px;
}

/* ------------- HOMEPAGE ------------- */

.home-content {
	min-height: 400px;
	background: #f1f2f2;
}

.home-bottom-header {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Archer A', 'Archer B';
	font-weight: 600;
	font-style: normal;
	border-top: 3px solid #BE6B6A;
	border-bottom: 1px solid #BE6B6A;
	font-size: 28px;
	line-height: 30px;
}

.home-bottom {
	margin-top: 30px;
}

.home-bottom {
	font-size: 13px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #7E7E7E;
}

.home-bottom h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
}

.home-excerpts {
	margin-top: 40px;
	margin-bottom: 40px;
}

.carousel-control {
	background: #FFF;
	background-image: none !important;
}

.carousel-indicators li {
	background-color: #DCDCDC;
}

.carousel-indicators li.active, .carousel-indicators li:hover {
	background-color: #555555;
	width: 10px;
	height: 10px;
	margin: 1px;
}

#carousel-excerpts .carousel-indicators {
	width: auto;
	right: 0px;
	left: 100%;
}

.award-landing #carousel-excerpts .item {
	padding: 0;
	padding-top: 30px;
	padding-left: 15px;
}

.award-landing #carousel-excerpts .item img {
	width: 100%;
	border: 1px solid #8C8C8B;
}

.buy-button-row {
	margin-top: 25px;
}

.publication-history-container .buy-button-row {
	margin-top: 10px;
}

.publication-history-container .buy-button {
	background-color: #EFEFEF;
}

.buy-button {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	border-radius: 0;
	color: #8C8C8B;
	border-color: #8C8C8B;
}

.buy-button:hover, .dropdown.open .buy-button {
	color: #8C8C8B;
}

.buy-button .caret {
	border-top: 4px solid #A9A9A9;
}

.dropdown-menu li ul li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu li ul li a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
	

.home-excerpts h2.author, .home-excerpts h2.author a {
	font-family: 'Archer A', 'Archer B';
	font-weight: 400;
	font-style: normal;
	color: #626363;
	font-size: 29px;
	margin-top: 0;
	margin-bottom: 5px;
}

.home-excerpts .excerpt {
	font-family: 'ProximaNovaLight';
	font-size: 18px;
	color: #626363;
	height: 390px;
	padding-right: 20px;
}

.home-excerpts .excerpt p {
	display: block;
	margin: 0;
	text-align: justify;
}

.home-excerpts .from {
	font-family: 'Archer A', 'Archer B';
	font-weight: 500;
	font-style: italic;	
	font-size: 15px;
}

#carousel-excerpts .excerpt-name {
	font-family: 'Archer A', 'Archer B';
	font-weight: 300;
	font-style: normal;
	float: left;
	font-size: 32px;
	color: #626363;
}

#carousel-excerpts .excerpt-genre {
	font-family: 'ArcherBook';
	float: right;
	font-size: 15px;
	color: #231F20;
	padding-top: 17px;

}

.home-excerpts .field-name-field-aw-e-source-title {
	font-size: 49px;
	color: #6F3A77;
	font-family: 'Archer A', 'Archer B';
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.home-excerpts .field-name-field-aw-excerpt {
	font-size: 18px;
	line-height: 1.2;
	color: #626363;
	font-family: 'ProximaNovaLight';
}

.home-winners .view-footer {
	margin-top: 40px;
}

.home-news-reviews h2.news-title, .home-publications-productions h2.news-title,
.home-news-reviews h2.news-title p, .home-publications-productions h2.news-title p {
	color: #626363;
	font-size: 20px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	display: inline;
}

.home-news-reviews h3.news-award-winner, .home-publications-productions h3.news-award-winner,
.home-news-reviews h3.news-award-winner a, .home-publications-productions h3.news-award-winner a {
	color: #626363;
	font-family: 'Archer A', 'Archer B';
	font-weight: 500;
	font-style: italic;
	font-size: 15px;
	margin-top: 0;
	padding-top: 0;
}

.home-news-reviews h3.news-award-winner a:hover, .home-publications-productions h3.news-award-winner a:hover {
	color: #000;
	text-decoration: underline;
}

.home-news-reviews p, .home-publications-productions p {
	margin-top: 5px;
	display: block;
	font-size: 15px;
	color: #626363;
	font-family: 'ProximaNovaLight';
}

.home-news-reviews .view-content, .home-publications-productions .view-content {
	padding-top: 20px;
}

.home-news-reviews .news-item, .home-publications-productions .news-item {
	height: 180px;
}

/* ------------- INDIVIDUAL WINNERS ------------- */

.winner-content {
	min-height: 400px;
}

.winner-submenu-container {
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.winner-overview-middle-container {
	background: #EFEFEF;
	padding-top: 35px;
	padding-bottom: 35px;
}

.winner-overview-top-container {
	border-top: 2px solid #E4E4E9;
	/* border-bottom: 2px solid #E4E4E9; */
	padding-top: 30px;
	padding-bottom: 30px;
}

.winner-submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.winner-submenu li {
		float: right;
		margin-left: 15px;
	}
	
	.winner-submenu li.active span {
		color: #BCB120;
	}
	
	.winner-submenu .winner-name span {
		color: #BCB120;
	}

	.winner-submenu li span, a.winners-login {
		font-family: 'ScoutRegular';
		font-style: normal;
		font-weight: normal;
		color: #878686;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.winner-submenu li span:hover {
		color: #BCB120;
		cursor: pointer;
	}
	
a.winners-login {
	float: right;
	margin-right: 0px;
	letter-spacing: 2px;
}

a.winners-login:hover {
	color: #BCB120;
}

/* ------------- BROWSE ALL WINNERS ------------- */	

.browse-all-winners .table>tbody>tr>td, .browse-all-winners .table>tfoot>tr>td {
	padding: 0 0 0 15px;
	line-height: 1;
	vertical-align: middle;
	border-top: none;
	font-family: 'ProximaNovaLight';
	color: #626363;
	font-size: 15px;
	line-height: 2;	
}

.browse-all-winners .table>tbody>tr>td.active, .browse-all-winners .table>thead>tr>th.active {
	background: none;
}

.browse-all-winners .table>thead>tr>th, .browse-all-winners .table>thead>tr>th a {
	font-family: 'ProximaNovaBold', 'ProximaNovaRegular';
	color: #626363;
	font-size: 18px;
}

.browse-all-winners .table>thead>tr th a:hover {
	color: #000;
}

.browse-all-winners .views-field-field-aw-lastname {
	padding-left: 20px;
}

.browse-all-winners .view-filters {
	background: #F1F3F3;
	padding-top: 40px;
	padding-bottom: 30px;
}

.browse-all-winners .view-all-winners .view-content {
	padding-top: 40px;
	padding-left: 0;
}

.browse-all-winners .view-featured-winners .view-content {
	padding-top: 0;
}

.browse-all-winners .page-header {
	display: none;
}

.browse-all-winners .browse-winners-right img {
	width: 100%;
	height: auto;
}

.featured-winners-row {
	padding-top: 15px;
	margin-left: 0;
	min-height: 195px;
	border-bottom: 1px solid #8C8C8B;
}

.pane-featured-winners .pane-title {
	margin-top: 40px;
	padding-top: 15px;
	border-top: 3px solid #8C8C8B;
	border-bottom: 1px solid #8C8C8B;
	font-family: 'ArcherSemiBold', 'ArcherBook';
	height: 62px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #7B9CAA;
}

h2.featured-winner-name {
	font-family: 'Archer A', 'Archer B';
	font-weight: 300;
	font-style: normal;
	color: #969229;
	font-size: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.featured-winner-info {
	color: #626363;
	font-family: 'Archer A', 'Archer B';
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.featured-winner-read-more {
	font-size: 13px;
	font-style: normal;
}

.no-before:before {
	display: none;
	content: "";
}

/* ------------- RECENT WINNERS ------------- */

.col-md-recent-winner {
	width: calc(20% - 3px);
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 3px;
}

/* ------------- FOOTER ------------- */

.footer {
	margin-top: 0;
	background: #BFBFBF;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #FFF;
}

.social {
	float: right;
}

	.social a {
		margin-left: 15px;
		font-size: 15px;
		color: #FFF;
	}
	
	.social a:hover {
		color: #000;
	}

.footer-links {
	margin-top: 70px;
	font-size: 11px;
	font-family: 'ProximaNovaRegular';
	float: right;
}

	.footer-links ul {
		list-style: none;
	}
	
	.footer-links ul li {
		float: left;
		margin-left: 25px;
	}

	.footer-links ul li a {
		color: #FFF;
	}
	
	.footer-links ul li a:hover {
		color: #000;
	}


/* ------------- SITEMAP ------------- */	

#sitemap-wrapper {
	min-height: 100px;
}

#sitemap {
	position: relative;	
}

.sitemap ul {
		float: left;
		position: relative;
		width: auto;
		text-transform: uppercase;
		font-family: 'ProximaNovaRegular';
	}
	
		.sitemap ul li {
			position: relative;
			margin: 0;
			padding: 0 35px 0 0;
			float: left;
			list-style: none;
			font-size: 13px;
			color: #FFF;
			font-weight: bold;
		}
		
		.sitemap ul li.active-trail, .sitemap ul li a.active, .sitemap ul li:hover>a {
			color: #000;
		}		
				
		.sitemap ul li a {
			-webkit-transition:all .2s ease-in-out;
			-moz-transition:all .2s ease-in-out;
			-o-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
			width: auto;
		}
		
			/* Second Menu Level */
			.sitemap ul ul {
				position: relative;
				visibility: visible;
				margin: 0;
				clear: both;
				width: auto;
				-webkit-padding-start: 0;
				z-index: 100;
				overflow: visible;
			}
			
			.sitemap ul ul li {
				margin: 0;
				padding: 0;
				float: none;
				list-style: none;
				color: #FFF;				
				width: auto;
				height: auto;
				font-weight: normal;
			}
						
			.sitemap ul ul li a {
				width: auto;
			}

			/* to set menu width properly */
			.sitemap .dropdown-menu {
				position: relative;
				width: auto;
				top: 0;
				left: 0;
				border: none;
				background: #BFBFBF;
				display: block;
				min-width: 0;
				box-shadow: none;
			}
			
			.sitemap .dropdown-menu li a {
				background: #BFBFBF;
				color: #FFF;
				padding: 0;
				font-size: 12px;
			}
			
			.sitemap .dropdown-menu li a:hover {
				background: #BFBFBF;
				color: #000;
			}
			
			.sitemap .nav>li>a {
				background: #BFBFBF;
				color: #FFF; 
				padding: 0;
			}
			
			.sitemap .nav .caret {
				display: none;
			}

/* ------------- SITEMAP ------------- */	

.animate-tabs {
}

.animate-tabs.ng-enter, .animate-tabs.ng-leave {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.animate-tabs.ng-enter,
.animate-tabs.ng-leave.ng-leave-active {
  opacity:0;
}

.animate-tabs.ng-leave,
.animate-tabs.ng-enter.ng-enter-active {
  opacity:1;
}	


/* ------------- OTHER ------------- */	

body .ui-widget-content {
	zoom: 1;
	filter: alpha(opacity=0.8);
	opacity: 0.8;
}

.browse-all-winners .ui-widget-content {
	zoom: 1;
	filter: alpha(opacity=1);
	opacity: 1;
}

/* ------------- NON-RESPONSIVE GRID ------------- */

.container-fluid {
	min-width: 1170px;
}

#page-header {
	min-width: 1170px;
}

@media (min-width: 992px) {
	.container {
		width: 1170px;
	}
	
	.navbar.container {
	max-width: 1170px;
}
	
	.col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 768px) {
	.container {
		width: 1170px;
	}
	
	.navbar.container {
	max-width: 1170px;
}
	
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
float: left;
}
	
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (max-width: 768px) {
	.container {
		width: 1170px;
	}
	
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
	float: left;
	}
	
	.navbar-nav {
		margin: 0;
	}
	
	.navbar-header {
		float: left;
		margin-right: 0;
		margin-left: 0;
	}
	
	.navbar-nav>li {
	float: left;
	}
	
	.navbar.container {
		max-width: 1170px;
	}
	
	.col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }

}

/* ADDITIONAL UPDATES */	

.node-type-home-page .button-winners {
	width: auto;
}

.excerptSmallestFont {
	font-size: 16px;
}


