/*
Theme Name: Governor Stirling
Theme URI: http://www.digitalunion.com.au
Description: Custom Wordpress theme by Digital Union
Author: Digital Union
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */

/* =General
-------------------------------------------------------------- */
body {
  margin: 0 auto;
  font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #7e7c8e;
  background: #ffffff url("du-assets/images/body-bg.gif" ) top center no-repeat;
  padding-bottom: 0px;
}

a {
	color: #4764af;
}

p {
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #666375;
	border-bottom: solid 1px #faa634;
}

h2 {
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #4764af;
}

h3 {
	font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #7e7c8e;
}

h5 {
	color: #4764af;
	font-size: 14px;
	padding-bottom: 5px;
}

.internal-content h5 {
	border-bottom: solid 2px #4764AF;
}

.quotes {
	font-style: italic;
	padding-top: 15px;
}

#bird {
	background: transparent url("du-assets/images/bird-s.png") top right no-repeat;
}

/* =Top
-------------------------------------------------------------- */

.sidebar {
	height: 250px;
}

.sidebar ul {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;

}

#internal-bot-links {
	margin-bottom: 100px;
}

#internal-bot-links li {
    border-bottom: 2px solid #868492;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 284px;
}

#internal-bot-links span, #internal-bot-links .current_page_item a {
	color: #d2232a;
}

#internal-top-links {
	margin-bottom: 30px;
}

#internal-top-links a {
    background: url("du-assets/images/quicklinks-bot.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 40px;
    width: 285px;
    color: #dbdcde;
    padding-left: 15px;
    padding-top: 4px;
}

#internal-top-links li {
	height: 25px;
	margin-bottom: 9px;
}

a#first-link, #internal-top-links li.current_page_item a, #internal-top-links li.current_page_ancestor a {
    background: url("du-assets/images/sidebar-red-link.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 40px;
    width: 285px;
    color: #dbdcde;
    padding-left: 15px;
    padding-top: 4px;
}

.sidebar a {
	color: #868492;
}

.navbar-inverse .navbar-inner {
    background: #0f004e !important;
    background-image: none;
    height: 40px;
    border-color: #252525;
}


.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: none;
    color: #faa634;
    text-transform: uppercase;
}


.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #0f004e;
    color: none;
    text-transform: uppercase;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #faa634;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #abadb0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

.navbar-fixed-top {
  /*top: 0;*/
}

.navbar {
	text-align: left;
}

.navbar ul {
	position: relative;
	margin: 0 auto;
	display: block;
}

.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
  background: transparent url("du-assets/images/nav-sep.gif") center right no-repeat;
}

.navbar .nav li:last-child {
	background: none !important;
}

.navbar-inner {
  text-align:center;
}

.navbar a {
	display: inline-block;
	font-size: 12px;
}
/*.navbar a {
	font-weight: 800;
}*/

/*.navbar li a:hover {
	color: #FAA634;
}
*/
	.navbar li.current-page-ancestor a, .navbar li.current_page_item a {
		color: #ffffff !important;
	}

.logo img{
	display: block;
	margin-left: 25px;
	padding-top: 113px;
	width: 145px;
	height: 168px;
}

.banner img {
	display: block;
	margin: 0 auto;
	float: right;

}

header {
	margin-top: 0px;
	margin-bottom: 6px;
}

.navbar-inverse .btn-navbar {
    background-color: #e9af60;

    background-image: linear-gradient(to bottom, #faa634, #ffb654);
    background-image: -webkit-linear-gradient(#faa634, #ffb654);

    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #ffb654;
  *background-color: #000000;
}

/* =Layout
-------------------------------------------------------------- */

.internal-content {
	padding-bottom: 40px;
	/*padding-right: 100px;*/
	z-index: 50;
	position: relative;
	font-size: 12px !important;
	line-height: 16px;
	min-height: 700px;

	width: 610px;
}

	.internal-content ul.member-downloads {
		margin-left: 0;
		list-style: none;
	}
	
		.internal-content ul.member-downloads > li {
			margin-bottom: 10px;
		}
	
		.internal-content ul.member-downloads ul {
			margin-left: 10px;
		}
		
		.internal-content ul.member-downloads ul li {
			list-style: none;
			padding-left: 15px;
			background: transparent url("du-assets/images/member-downloads-li-bg.gif") center left no-repeat;
		}

.content-wrapper{
	background: #e8e7ed url('du-assets/images/swan.png') right bottom no-repeat;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	padding-top: 25px;
	margin-top: -10px;
	z-index: 10;
	clear: both;
}

.content-index {
	width: 350px;
}

.welcome {
	/*border-right: 1px solid #CCC;*/
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	background: url(du-assets/images/welcome-top.png) no-repeat;
	min-height: 633px;
	width: 360px;
}

.welcome h4 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 100;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.welcome h5 {
	padding-bottom: 11px;
	border-bottom: #666375 2px solid;
}

.news {
	z-index: 50;
	position: relative;
	background: url(du-assets/images/news-top.png) no-repeat;
	min-height: 680px;
	width: 360px;
}

.news h4 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 100;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.news span {
	color: #0f004e;
}

.news img {
	float: right;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 5px;
}

.links {
	padding-left: 0px;
	padding-right: 0px;
	z-index: 50;
	position: relative;
	background: url(du-assets/images/quicklinks-top.png) no-repeat;
	min-height: 680px;
	width: 360px;
}

.links h4 {
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 100;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.links span {
	color: #0f004e;
}

.links ul {
	list-style-type: none;

}

#top-links {
	margin-bottom: 45px;
}

#top-links li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #faa634 solid 2px;
	width: 222px;
}

#top-links a {
	color: #666375;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

#bot-links a {
	background: url(du-assets/images/quicklinks-bot.png) no-repeat;
	width: 284px;
	height: 25px;
	display: block;
	
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;

	margin-top: 10px;
	padding-top: 3px;
	padding-left: 15px;

}

.internal-content h5 {
	padding-top: 10px;
}

	.internal-content h5:first-child {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

h5.first-heading {
	padding-top: 0px;
}


/* =Links
-------------------------------------------------------------- */


/* =Images
-------------------------------------------------------------- */


/* =Lists
-------------------------------------------------------------- */



/* =Footer
-------------------------------------------------------------- */

#footer {
	background-color: #0f004e;
	width: 100%;
	height: 40px;
}


	
	#footer-content {
		/*width: 1200px;*/
		margin: 0 auto;
		float: right;
	}
	
	#footer p {
		color: #fff;
		text-align: right;
		padding-top: 12px;
		padding-right: 15px;
	}




/* =Wren design edits done by Mike
-------------------------------------------------------------- */

#footer-new {
	background: #0f004e;
	color: #fff;
	padding: 20px 0;
}
#footer-new p {
	padding: 4px 0 0 0;
	margin-bottom: 0;
}
#footer-new:after {
	float: none;
	clear: both;
	content: "";
	display: block;
}

#footer-social {
	float: left;
}
#footer-social p {
	float: left;
	margin-right: 10px;
	font-size: 15px;
	
}
#footer-social ul {
	list-style-type: none;
	float: left;
	margin: 0;
}
#footer-social ul li {
	text-align: center;
	float: left;
	box-sizing:border-box;
	display: block;
	margin-right: 5px
}
#footer-social a {
	background: #fff;
	color: #0f004e;
	font-size: 14px;
	/*padding: 5px;*/
	width: 24px;
	height: 24px;
	border-radius: 100%;
	box-sizing:border-box;
	display: block;
	padding-top: 6px;
	overflow: hidden;
}
ul:after {
	display: block;
	content: "";
	float: none;
	clear: both;
}
#nav-bar {
	background: #0f004e;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	overflow-y:auto;
	padding: 40px;
	box-sizing:border-box;
}
#menu-main-menu,
#menu-main-menu ul,
#specialist ul {
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box;
}

#menu-main-menu li {
	margin-bottom: 10px;
	font-size: 12px;
	margin-right: 0px;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	text-align: center;
	box-sizing:border-box;
	display: block;
}
#menu-main-menu li a {
	display: block;
	color: #abadb0;	
	padding: 9px 12px;	
	text-decoration: none;
	box-sizing:border-box;
}
.current-menu-item {
	background: #FAA634;
}
#menu-main-menu li.current-menu-item a {
	color: #fff;
}
#menu-main-menu .sub-menu {
	display: block;	
}
#menu-main-menu .sub-menu {
	margin-left: 0;
}
#menu-main-menu li li {
	margin-right: 0;
	float: none;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
}
#menu-main-menu li li  a {
	padding: 0 12px 0 12px;
	margin-bottom: 0px;
	color: #FAA634;	
}
#menu-main-menu li li:hover {
	color: #fff;
}
#menu-main-menu li li:hover a {
	text-decoration: underline;
}
.show {
	display: block;
}
.cliick {
	background: #FAA634;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	padding: 10px;
	z-index: 77;
	position: fixed;
	top: 45px;
	right: 5px;
	cursor: pointer;
	box-sizing:border-box;
}
.cliick .bar {
	width: 100%;
	right: 20px;
	border-bottom: 5px solid #fff;
	margin-bottom: 7px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
.bar.blackout {
	border-bottom: 5px solid #FAA634;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
.clear {
	clear: both;
	float: none;
}
.content-wrapper {}
#welcome h2 {
	font-size: 50px;
	color: #0F004E;
}

#welcome p {
	color: #0F004E;
}
.big-orange,
#welcome p:last-child {
	color: #FAA634;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
}
#specialist,
#news-events,
#quick-links
 {
	padding: 0 20px;
	box-sizing:border-box;
}
#specialist li {
	list-style-type: none;
	width: 100%;
	margin-bottom: 5px;
}
#specialist h3,
#news-events h3,
#quick-links h2 {
	background: #FAA634;
	color: #0F004E;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 10px;
	font-weight: 600;
	position: relative;
	margin: 0 auto;
}
#news-events h4:before {
	content: "";
	display: block;
	width: 0; 
  	height: 0;
  	right: 10px;
  	top: 10px;
  	border-left: 10px solid transparent;
  	border-bottom: 10px solid transparent;
  	border-right: 10px solid #fff;
  	position: absolute;
}
#specialist h3:before,
#news-events h3:before,
#quick-links li:before,
#events h4:before {
	content: "";
	display: block;
	width: 0; 
  	height: 0;
  	right: 10px;
  	top: 10px;
  	border-left: 10px solid transparent;
  	border-bottom: 10px solid transparent;
  	border-right: 10px solid #0F004E;
  	position: absolute;
}
#news-events ul,
#quick-links ul {
	margin: 0 auto;
}
#news-events li {
	list-style-type: none;
	margin-bottom: 5px;
}
#news-events li a {}
#news-events li {
	background: #0F004E;	
	padding: 10px;	
	position: relative;	
}
#news-events h4 {
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0 auto;
}
#events li {
	background: #abadb0
}
#events li a {
	color: #0F004E;
}
#events h4 {
	color: #0F004E;
}
#quick-links h2 {
	margin-bottom: 5px;
}
#quick-links li {
	list-style-type: none;
	
	position: relative;
	margin: 0 auto 5px auto;
}
#quick-links li a {
	color: #0F004E;
	display: block;
	background: #FAA634;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px;
	font-weight: 600;
}
#quick-links li.img-only a {
	color: #0F004E;
	display: block;
	background: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px;
	font-weight: 600;
	border:1px solid #FAA634;
}
#quick-links li.img-only img {
	max-width: 80%;
}
.event-date {
	float: left;
	margin-right: 15px;
	min-height: 45px;
	font-size: 18px;
	width: 33.33%;
	text-align: center;
}
.events-excerpt {
	display: none;
}
#events li:first-child .events-excerpt {
	display: block;
}
#event-date-expanded {
	display: none;
}
#events li:first-child .event-date {
	min-height: 50px;
	font-size: 30px;	
	line-height: 1.5;
}
#event-date-small {
	font-size: 16px;
}
#events li:first-child #event-date-expanded {
	display: block;
}
#events li:first-child #event-date-small {
	display: none;
}
#event-date-expanded .day {
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
}
.flexslider {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 20px !important;
}
#main-slider.flexslider {
	margin-bottom: 0 !important;
}
#welcome-slider .flex-control-nav,
#welcome-slider .flex-direction-nav,
#main-slider .flex-control-nav,
#main-slider .flex-direction-nav {
	display: none !important;
}
.flex-caption {
	position: static;
	top: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.page-content {
	background: url('/du-assets/images/swan.png') right bottom;
}

#menu-main-menu {
	margin-bottom: 4px;
}
#menu-main-menu li {
	line-height: 1.4;
}
#tribe-events-header {
	display: none;
}
.tribe-events-single-event-title {
    font-size: 30px;
}
.tribe-events-meta-group {
    padding-left: 0 !important;
}
.tribe-events-schedule h2 {
    font-size: 20px !important;
}
#tribe-events dd, #tribe-events dt {
	margin-left: 0;
}
#tribe-events dd {
	margin-bottom: 10px;
}
.tribe-events-gcal {
    margin-right: 0 !important;
}
.tribe-events-sub-nav li a {
    background: transparent !important;
    color: #FAA634 !important;
}
@media only screen and (min-width: 980px) {

	#nav-bar {
		display: block;
		position: static;
		padding: 0;
	}
	#menu-main-menu li li  a {
		padding: 0 12px 0 12px;
		margin-bottom: 0px;
		color: #FAA634;	
	}
	#menu-main-menu li {
		float: left;
		margin-bottom: 0px;
		font-size: 12px;
		margin-right: 5px;
		font-size: 12px;
		text-align: left;
	}
	#menu-main-menu li:hover {
		background: #FAA634;
	}
	#menu-main-menu li:hover a {
		color: #fff;
	}
	#menu-main-menu li:last-child {
		margin-right: 0px;
	}
	#menu-main-menu .sub-menu {
		display: none;
	}
	#menu-main-menu li:hover .sub-menu {
		display: block;
		position: absolute;
		min-width: 200px;
		background: #FAA634;
		z-index: 57;
	}
	.cliick {
		display: none;
	}
	#welcome {
		width: 35%;
		float: left;
		padding-right: 20px;
		box-sizing:border-box;
	}
	#specialist,
	#news-events,
	#quick-links {
		padding: 0 20px;
		float: left;
		box-sizing:border-box;
	}
	#specialist,
	#news-events {
		width: 25%;
	}
	#quick-links
	 {
		width: 15%;
	}
}




@media only screen and (min-width: 1100px) {
	.flex-caption {
		position: absolute;
		top: 0;
		margin: 0 auto;
		width: 100%;
		text-align: left;
	}
}
























/* =Media Queries
-------------------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1200px) {
  .nav-collapse.collapse {
    	height: auto !important;
    	overflow: visible !important;
  }

  .welcome {
    	background: url("du-assets/images/welcome-top-tablet.png") no-repeat scroll 0 0 transparent;
    	width: 310px;
	}

	.welcome img {
		width: 95%;
		height: auto;
	}

	.news {
    	background: url("du-assets/images/news-top-tablet.png") no-repeat scroll 0 0 transparent;
    	width: 310px;
	}

	.links {
    	background: url("du-assets/images/quicklinks-top-tablet.png") no-repeat scroll 0 0 transparent;
    	height: 633px;
    	padding-left: 0;
    	padding-right: 0;
    	width: 260px;
	}

	.content-index {
    	width: 285px;
	}

	#bot-links a {
    	background: url("du-assets/images/quicklinks-bot-tablet.png") no-repeat scroll 0 0 transparent;
    	width: 210px;
	}

	.navbar li {
    	font-size: 12px;
	}

	.logo img {
    	padding-top: 57px;
    	margin-left: 0px;
	}

	.navbar a {
		display: inline-block;
		font-size: 11px;
	}


}


@media (min-width: 768px) and (max-width: 979px) { 

	body {
  	background: none;
	}

	header {
		margin-top: -10px;
	}

	.logo img {
    	padding-top: 52px;
    	display: block;
    	height: auto;
    	width: auto;
    	margin-left: 0px;
	}

	.content-index {
    	width: 100%;
	}

	.news p {
		padding-bottom: 30px;
	}

	.welcome {
		background: url("du-assets/images/welcome-top-mobile.png") no-repeat scroll 0 0 transparent;
		width: auto;
		height: auto;
		padding-bottom: 35px;
	}

	.welcome h4 {
		padding-top: 6px;
	}

	.news {
		background: url("du-assets/images/news-top-mobile.png") no-repeat scroll 0 0 transparent;
		width: auto;
		height: auto;
		padding-bottom: 35px;
	}

	.news h4 {
		padding-top: 6px;
	}

	.news img {
    	padding-right: 0px;
	}

	.links {
		background: url("du-assets/images/quicklinks-top-mobile.png") no-repeat scroll 0 0 transparent;
		width: auto;
		height: auto;
		padding-bottom: 35px;
	}

	.links h4 {
		padding-top: 6px;
	}

	#top-links li {
    	border-bottom: 2px solid #FAA634;
    	padding-bottom: 5px;
    	padding-top: 5px;
    	width: 280px;
	}


	#internal-top-links a {
		background: url("du-assets/images/sidebar-grey-link-small.png") no-repeat scroll 0 0 transparent;
		width: 200px;
		font-size: 10px;
		padding-top: 3px;
		padding-left: 8px;
	}

	a#first-link {
    	background: url("du-assets/images/sidebar-red-link-small.png") no-repeat scroll 0 0 transparent;
	}

	.navbar a {
		display: inline-block;
		font-size: 11px;
	}

}


@media (min-width: 480px) and (max-width: 767px) { 

	body {
		background: none;
		padding-left: 0px;
		padding-right: 0px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.welcome h4 {
    	padding-top: 17px;
	}

	.logo img {
    	padding-bottom: 15px;
    	padding-top: 15px;
    	margin: 0 auto;
	}

	.content-index {
    	width: 100%;
	}

	.news p {
		padding-bottom: 30px;
	}

	.welcome {
		background: url("du-assets/images/welcome-top-mobile.png") no-repeat scroll 0 0 transparent;
		width: auto;
		height: auto;
		padding-bottom: 20px;
	}

	.news {
		background: url("du-assets/images/news-top-mobile.png") no-repeat scroll 0 0 transparent;
		width: auto;
		height: auto;
		padding-bottom: 20px;
	}


	.news img {
    	padding-right: 40px;
	}

	.links {
		background: url("du-assets/images/quicklinks-top-mobile.png") no-repeat scroll 0 0 transparent;
		width: auto;
		height: auto;
		padding-bottom: 20px;
	}

	.links h4 {
		padding-top: 17px;
	}

	#top-links li {
    	border-bottom: 2px solid #FAA634;
    	padding-bottom: 5px;
    	padding-top: 5px;
    	width: 280px;
	}

	.internal-content {
		padding-top: 20px;

	}

	.navbar a {
		display: inline-block;
		font-size: 12px;
	}
}


@media (min-width: 320px) and (max-width: 479px) { 
	
	body {
		
		padding-left: 0px;
		padding-right: 0px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.logo img {
    	padding-bottom: 15px;
    	padding-top: 15px;
    	margin: 0 auto;
	}

	.welcome h4 {
    	font-size: 13px;
    	padding-bottom: 20px;
    	padding-left: 7px;
    	padding-top: 4px;
	}

	.content-index {
    	width: 100%;
	}

	.news p {
		padding-bottom: 30px;
	}

	.welcome {
		background: url("du-assets/images/welcome-top-small.png") no-repeat scroll 0 0 transparent;
		width: auto;
		height: auto;
		padding-bottom: 20px;
	}

	.news {
		background: url("du-assets/images/news-top-small.png") no-repeat scroll 0 0 transparent;
		width: auto;
		height: auto;
		padding-bottom: 20px;
	}
	.news h4 {
		font-size: 13px;
    	padding-bottom: 20px;
    	padding-left: 7px;
    	padding-top: 4px;
	}


	.news img {
    	padding-right: 40px;
	}

	.links {
		background: url("du-assets/images/quicklinks-top-small.png") no-repeat scroll 0 0 transparent;
		width: auto;
		height: auto;
		padding-bottom: 20px;
	}

	.links h4 {
		font-size: 13px;
    	padding-bottom: 20px;
    	padding-left: 7px;
    	padding-top: 4px;
	}

	#top-links li {
    	border-bottom: 2px solid #FAA634;
    	padding-bottom: 5px;
    	padding-top: 5px;
    	width: 220px;
	}

	#bot-links a {
    	background: url("du-assets/images/quicklinks-bot-tablet.png") no-repeat scroll 0 0 transparent;
    	width: 205px;
	}

	.content-wrapper {
    	padding-top: 0;

	}

	.internal-content {
		padding-top: 20px;

	}
}

@media (max-width: 320px) { 

	body {
		background: none;
	}

	.logo img {
    	padding-bottom: 15px;
    	padding-top: 15px;
    	margin: 0 auto;
	}

	#internal-top-links a {
    background: #abadb0;
    display: block;
    height: 100%;
    width: 200px;
    color: #dbdcde;
    padding-left: 15px;
    padding-top: 4px;
	}
}

/* =uBillboard
-------------------------------------------------------------- */
.uds-bb-paginator {
	display: none !important;
}

.uds-bb {
	position: relative;
	top: -1px;
}

/* =Gravity Forms (http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples)
-------------------------------------------------------------- */

#gform_submit_button_1 {
	width: 74px;
	height: 27px;
	border: 0;
	font-size: 0;
	text-indent: -9999px;
	background: transparent url("du-assets/images/submit.gif") 0 0 no-repeat;
}

.gform_wrapper .gform_body .gform_fields, .gform_wrapper .gform_body .gform_fields .gfield /*Removes and styling from list wrapper*/
{
	background: none;
	padding: 0;
	margin: 0;	
}

	.gform_wrapper .gform_body .gform_fields .gfield .ginput_container
	{
		margin: 10px 0 10px 0;	
	}
	
		.gform_wrapper .gform_body .gform_fields .gfield .gfield_label, .gform_wrapper label
		{
    	font-family: 'Arial';
			font-size: 12px;
			color: #4764AF;
		}
		
		gform_wrapper .gform_body .gform_fields .gfield input[type=text]
		{
			
		}
		
		.gform_wrapper .gform_body .gform_fields .gfield select
		{
				
		}
		
		.gform_wrapper .gform_body .gform_fields .gfield textarea
		{
				
		}
		
		.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio /*Radio list items*/
		{
			
		}
		
		.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li /*Radio list items*/
		{
			
		}
		
		.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio]
		{
			
		}
		
		.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox /* Checkbox list items*/
		{
			
		}
		
		.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li/* Checkbox list items*/
		{
			
		}
		
		.gform_footer
		{
			margin-top: 0 !important;
			padding-top: 5px !important;
		}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}