/* moved to style.css @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,300italic,400italic,500italic,700italic|Oswald:400,700,300); */
/* font-family: 'Roboto', sans-serif; */

/* -----------------
--------------------
DASHBOARD STYLES 
--------------------
----------------- */
#content > #dashboard,
#content #dashboard #main > .container {
    background-color: transparent;
}
#content > #dashboard {
	padding: 0 .9375rem;
}
#dashboard .full-width,
#content #dashboard #main > .container {
    padding: 0;
}
#dashboard .clear {
	clear: both;
	margin: 1em 0;
}



/* -----------------
--------------------
PAGE TITLE AND TOP LINK
--------------------
----------------- */
#dashboard .title-wrapper {
	background-color: #ffcb05;
	padding: 3em 2em;
	margin-bottom: 2em;
}
#dashboard .full-year-link {
	margin: 1em 0;
}
#content #dashboard .full-year-link a {
	text-transform: uppercase;
	padding: 5px 10px;
	border: solid 1px #fff;
}
#content #dashboard .full-year-link a:hover {
	background-color: #c2c2c2;
	color: #0d57aa;
}



/* -----------------
--------------------
SECTION TITLES AND GENERAL STYLES
--------------------
----------------- */
#dashboard h1,
#dashboard h2,
#dashboard h3,
#dashboard h4,
#dashboard h5,
#dashboard h6,
#dashboard #main .postTitle {
	font-family: 'Oswald', sans-serif;
	margin: 0;
}
#dashboard #main .postTitle {
	font-size: 30px;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#dashboard .title-wrapper h6 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Roboto', sans-serif;
}
#dashboard h1 {

}
#dashboard h2 {

}
#dashboard h3 {
	font-size: 24px;
	color: #666666;
	text-transform: uppercase;
}
#dashboard h4 {
	font-size: 20px;
}
#dashboard h5 {
	font-size: 16px;
	line-height: 24px;
}
#dashboard h6 {
	font-size: 14px;
}
#dashboard p,
#dashboard li {
	font-family: 'Oswald', sans-serif;
}
#dashboard p.footnote {
	margin: 10px 0 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
#dashboard #social p.footnote,
#dashboard #radio p.footnote {
	margin-bottom: 10px;
}
#dashboard .titleBar {
	background-color: #00274c;
	text-transform: uppercase;
	text-align: center;
	padding: 1em;
	margin-top: 2em;
}
#dashboard #news .titleBar {
	margin-top: 0;
}
#dashboard #news .titleBar,
#dashboard #social .titleBar,
#dashboard #digital .titleBar,
#dashboard #radio .titleBar {
	text-align: inherit;
	width: 100%;
	float: left;
}
#dashboard .titleBar h3,
#dashboard .titleBar h5 {
	color: #ffcb05;
	margin: 0;
	line-height: 1;
}
#dashboard .titleBar h6 {
	color: #fff;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
#dashboard .featured-projects .titleBar h6.link {
	margin-top: 15px;
}
#dashboard #news .titleBar h6 a,
#dashboard #social .titleBar h6 a,
#dashboard #digital .titleBar h6 a,
#dashboard #radio .titleBar h6 a,
#dashboard .featured-projects .titleBar h6 a {
	color: #00a2d7;
}
#dashboard #news .titleBar h6 a:hover,
#dashboard #social .titleBar h6 a:hover,
#dashboard #digital .titleBar h6 a:hover,
#dashboard #radio .titleBar h6 a:hover,
#dashboard .featured-projects .titleBar h6 a:hover  {
	color: #16c5ff;
}
#dashboard #news .titleBar h6 i,
#dashboard #social .titleBar h6 i,
#dashboard #digital .titleBar h6 i,
#dashboard #radio .titleBar h6 i,
#dashboard .featured-projects .titleBar h6 i {
	padding-left: 5px;
}
#dashboard .content-wrapper {
	background-color: #fff;
	float: left;
	width: 100%;
	padding-top: 1em;
}
#dashboard .small-title-wrapper {
	width: 100%;
	margin: 1em 0;
}
#dashboard .small-title {
	background-color: #ffcb05;
	text-align: center;
	padding: 10px;
	width: 250px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#dashboard .small-title h5 {
	font-size: 14px;
}
#dashboard .small-title h6 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
#dashboard .small-title-wrapper .title-line {
	border-bottom: solid 1px #ffcb05;
	display: block;
	position: relative;
	bottom: 18px;
}
#dashboard .small-title-wrapper.tall .title-line {
	bottom: 27px;
}
#dashboard #main ul {
	padding: 0;
	margin: 0;
}
#dashboard #main ul li:before {
	display: none;
}
#dashboard .green,
#dashboard .green a {
	color: #597f2d;
}
#dashboard .green a:hover span,
#dashboard .orange a:hover span {
	border-bottom: none !important;
}
#dashboard .orange,
#dashboard .orange a {
	color: #b75b00;
}
#dashboard .blue {
	color: #575294;
}
#dashboard .darkblue {
	color: #024794;
}
#dashboard #main ul.stories {
	margin: 2em 2em 1em 2em;
}
#dashboard #main ul.stories.numbers {
	margin: 0;
}
#dashboard ul.stories.list-five li {
	width: 20%;
	border-right: solid 1px #c3d1de;
	padding: 10px;
	margin-left: -4px;
}
#dashboard ul.stories.list-five li:first-child {
	border-left: solid 1px #c3d1de;
}
#dashboard ul.stories.list-three li {
	width: 33%;
	border-right: solid 1px #c3d1de;
	padding: 10px;
	margin-left: -4px;
}
#dashboard ul.stories.list-three li:first-child {
	border-left: solid 1px #c3d1de;
}

#dashboard .LrgText {
	font-size: 30px;
	line-height: 1.3;
	margin: 1.5em 0 .5em 0;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
}

#dashboard .LrgText.larger {
	font-size: 48px;
	margin: .5em 0 .25em;
}

#dashboard .MedText {
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

#dashboard p.disclaimer {
		text-align: center;
}

#dashboard ul.stories li .green a span {
	border-bottom: dotted 1px #597f2d;
}
#dashboard ul.stories li .orange a span {
	border-bottom: dotted 1px #b75b00;
}



/* -----------------
--------------------
GRAPHS
--------------------
----------------- */
#dashboard .graph .accordion {
	background-color: #f3f3f3;
}
#dashboard .graph .accordion .accordion-title {
	cursor: pointer;
	padding: .5em 1em;
}
#dashboard .graph .accordion .accordion-title:hover {
	background-color: #c3c3c3;
	transition: background-color .3s ease;
}
#dashboard .graph .accordion.active .accordion-title {
	background-color: #c3c3c3;
}
#dashboard .graph .accordion .accordion-title h5 {
	text-transform: uppercase;
}
#dashboard .graph .accordion .accordion-title .fa {
	padding-left: 10px;
}
#dashboard .graph .accordion .accordion-dropdown {
	display: none;
	padding: 0 1em 1em 1em;
}
#dashboard .graph .accordion:first-child .accordion-dropdown {
	display: block;
}
#dashboard .graph .accordion.active .fa-plus-circle,
#dashboard .graph .accordion .fa-minus-circle {
	display: none;
}
#dashboard .graph .accordion.active .fa-minus-circle {
	display: inline-block;
}





/* -----------------
--------------------
LARGE CIRCLE
--------------------
----------------- */
#dashboard li span.numberLrg {
	font-size: 48px;
	line-height: 48px;
	display: block;
	width: 126px;
	height: 126px;
	margin: 0 auto;
	border-radius: 50%;
	margin-top: 6px;
	padding-top: 40px;
}
#dashboard li span.circle-borderLrg {
	display: block;
	border: solid 1px #757575;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 0 auto;
}



/* -----------------
--------------------
SMALL CIRCLE
--------------------
----------------- */
#dashboard li span.numberSm {
	font-size: 20px;
	line-height: 20px;
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	border-radius: 50%;
	margin-top: 2px;
	padding-top: 7px;
}
#dashboard li span.circle-borderSm {
	display: block;
	border: solid 1px #757575;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: 0 auto 1em auto;
}



/* -----------------
--------------------
GENERAL CIRLE STYLES
--------------------
----------------- */
#dashboard ul.stories li span.orange {
	background-color: #b75b00;
	color: #fff;
}
#dashboard ul.stories li span.green {
	background-color: #597f2d;
	color: #fff;
}
#dashboard ul.stories li {
	display: inline-block;
	vertical-align: top;
}
#dashboard ul.stories.numbers li {
	width: 48%;
	margin: 1.2em 0 .5em;
	text-align: center;
}
#dashboard ul.stories.numbers li h5 {
	color: #757575;
	margin-top: .5em;
}
#dashboard li span.circle {
	text-align: center;
}



/* -----------------
--------------------
STORIES STYLES
--------------------
----------------- */
#dashboard ul.stories li h6 {
	margin: 5px 0 12px 0;
	padding-bottom: 12px;
	border-bottom: dotted 2px #ccc;
}
#dashboard ul.stories li p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}
#dashboard ul.stories li p span {
	display: block;
	text-transform: uppercase;
}
#dashboard .LrgNmbWrapper {
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: solid 1px #ffcb05;
}
#dashboard .LrgNumber {
	font-size: 90px;
	font-family: 'Oswald', sans-serif;
	display: block;
	margin-bottom: 15px;
}
#dashboard .LrgNumber .fa {
	color: #587abc;
	font-size: 65px;
	line-height: 1;
	vertical-align: middle;
	margin-top: -15px;
}
#dashboard ul.SmNumber li:first-child {
	border-right: solid 1px #ffcb05;
}
#dashboard ul.SmNumber li {
	display: inline-block;
	width: 48%;
	text-align: center;
}
#dashboard ul.SmNumber li span {
	font-size: 48px;
}
#dashboard ul.SmNumber li h5 {
	text-transform: uppercase;
	color: #666;
}

.text-center {
	text-align: center;
}



/* -----------------
--------------------
DIGITAL STYLES
--------------------
----------------- */
#dashboard #digital ul#ovpgc {
	text-align: center;
	margin: 1em;
	line-height: 1.3;
}
#dashboard #digital ul#ovpgc li {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
#dashboard #digital ul#ovpgc li:not(:first-of-type):before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #000;
	border-radius: 50%;
	margin-left: 5px;
}






/* -----------------
--------------------
DROPDOWN STYLES
--------------------
----------------- */
.dropdown-title {
	text-transform: uppercase;
	border: solid 1px #c3d1de;
	padding: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1em;
}
.dropdown-title:hover {
	background-color: #ccc;
	transition: background-color 0.5s ease;
}
.dropdown-title .fa {
	padding-left: .5em;
}
.dropdown-wrapper .dropdown {
	display: none;
}
.dropdown-title.active .more,
.dropdown-title .less {
	display: none;
}
.dropdown-title.active .less {
	display: inline-block;
}
#previous-year .dropdown-title {
	margin-bottom: 0;
	margin-top: 0;
}




/* -----------------
--------------------
FLIP CARD STYLES / FEATURED PROJECTS
--------------------
----------------- */
#dashboard .card {
	height: 365px;
	position: relative;
	cursor: pointer;
}
#dashboard .card.card-large {
	/*height: 400px;*/
	height: auto;
	padding-bottom: 56.25%;
}
#dashboard .card.card-large .card-text {
	padding: 1em 3em;
}
#dashboard .card .front,
#dashboard .card .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#dashboard .card .front,
#dashboard .card .back {
	-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
}
#dashboard .card .front {
	background-color: #000;
	overflow: hidden;
}
#dashboard .card .back {
	background-color: #00274c;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
#dashboard .card.effect__click.flipped .front {
	-webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
}
#dashboard .card.effect__click.flipped .back {
	-webkit-transform: rotateY(0);
        transform: rotateY(0);
}
#dashboard .card .flip-arrow {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#dashboard .featured-projects.video .flip-arrow img.small {
		display: none;
	}
	#dashboard .featured-projects.video .flip-arrow img.large {
		display: block;
	}
#dashboard .card-text {
	padding: 1em;
}
#dashboard .card-text p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
#dashboard .card-text a {
	color: #acc7e0;
	padding: .7em;
	border-top: solid 1px #065aa7;
	border-bottom: solid 1px #065aa7;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	display: block;
	letter-spacing: 1px;
	position: relative;
}
#dashboard .card-text a:hover {
	background-color: #004688;
}
#dashboard .card-text a .circle {
	position: absolute;
	right: 8px;
	top: 6px;
	height: 20px;
	width: 20px;
	line-height: 15px;
	text-align: center;
	border: solid 1px;
	border-radius: 50%;
}
#dashboard .card-text a .circle i {
	padding-left: 2px;
}




/* -----------------
--------------------
RADIO STYLES
--------------------
----------------- */
#dashboard #radio .LrgNmbWrapper {
	border-bottom: none;
	margin-bottom: 0;
}
#dashboard #radio .LrgNmbWrapper h3 {
	font-size: 20px;
}
#dashboard #radio h4 {
	text-align: center;
	padding-bottom: 10px;
}






/* -----------------
--------------------
PREVIOUS YEARS LIST
--------------------
----------------- */
#previous-year .content-wrapper {
	padding-bottom: 1em;
}
#previous-year h5 {
	margin: 1em 0 .5em 0;
}
#previous-year ul.previous {
	padding-top: 1em;
}
#previous-year ul.previous.quarter {
	/*-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;*/	
}
#previous-year ul.previous.year {
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
}
#previous-year ul.previous.quarter li {
	float: left;
	width: 24%;
	margin-left: .5em;
}
#previous-year ul.previous.quarter li:first-child {
	margin-left: 0;
}
/*#previous-year ul.previous.quarter li:nth-child(2) {
	margin: 0 .8em .5em .8em;
}*/
#previous-year ul.previous.year li {
	width: 48%;
	vertical-align: top
}
#previous-year ul.previous.year li:nth-child(odd) {
	float: left;
}
#previous-year ul.previous.year li:nth-child(even) {
	float: right;
}
#previous-year .previous li {
	margin: 0 0 .5em 0;
}
#previous-year .previous li a {
	background-color: #f3f3f3;
	border: solid 1px #c3c3c3;
	display: block;
	padding: .5em;
}
#previous-year .previous li a i {
	padding-left: 5px;
}
#previous-year .previous li a:hover {
	background-color: #c3c3c3;
	transition: background-color .3s ease;
	color: #0d57aa;
}


/* REVIEW */
#review {
	margin-top: 2em;
}




/* -----------------
--------------------
MEDIA QUERRIES
--------------------
----------------- */
@media only screen and (max-width: 1025px) {
	/* LARGE STORY NUMBERS */
	#dashboard ul.stories.numbers li {
		width: 25%;
		float: left;
	}
	/* FEATURED PROJECTS */
	.featured-projects:not(.video) {
		display: flex;
		justify-content: space-between;
	}
	.featured-projects .projectWrapper {
		/*width: 50%;
		float: left;*/
		padding-left: 1em;	
		max-width: 360px;
		width: 100%;
	}
	#dashboard .card .front img {
		width: 100%;
	}
	.featured-projects .projectWrapper:first-child {
		padding-left: 0;
	}
	#dashboard .card {
		height: 360px;
	}
}

@media only screen and (max-width: 740px) {
	/* LARGE STORY NUMBERS */
	#dashboard ul.stories.numbers li {
		width: 50%;
		float: left;
	}
	#previous-year ul.previous.quarter li {
		float: none;
		width: 100%;
		margin: 0 0 .5em 0 !important;
	}
}

@media only screen and (max-width: 640px) {
	/* DASHBOARD LINK */
	#dashboard .full-year-link {
		margin: 1rem .9375rem;
	}
	#content #dashboard .full-year-link a {
		display: block;
	}
	/* LARGE STORY NUMBERS */
	#dashboard li span.circle-borderLrg {
		width: 120px;
		height: 120px;
	}
	#dashboard li span.numberLrg {
		width: 106px;
		height: 106px;
		padding-top: 30px;
	}
	/* LARGE NUMBER */
	#dashboard .LrgNumber {
		font-size: 60px;
	}
	#dashboard .LrgNumber .fa {
		font-size: 45px;
	}
	/* SMALL NUMBER */
	#dashboard ul.SmNumber li {
		display: block;
		width: 100%;
	}
	#dashboard ul.SmNumber li:first-child {
		border-right: none;
		border-bottom: solid 1px #ffcb05;
		padding-bottom: 1em;
	}
	#dashboard ul.SmNumber li span {
		font-size: 40px;
	}
	/* STORY LISTS FIVE AND THREE */
	#dashboard ul.stories.list-five li,
	#dashboard ul.stories.list-three li {
		width: 100%;
		margin: 0;
		border: none;
	}
	#dashboard ul.stories.list-five li:first-child,
	#dashboard ul.stories.list-three li:first-child {
		border: none;
	}
	#dashboard #main ul.stories {
		margin: 1em;
	}
	/* FEATURED PROJECTS */
	.featured-projects {
		flex-direction: column;
	}
	.featured-projects .projectWrapper {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	#dashboard .card {
		height: 380px;
	}
	#dashboard .card-text {
		padding: 1em 2em !important;
	}
	#previous-year ul.previous.quarter {
		-webkit-column-count: 1;
    	-moz-column-count: 1;
    	column-count: 1;	
	}
	#previous-year ul.previous.year li {
		width: 100%;
		vertical-align: top;
		margin: 0 0 .5em 0;
		float: none;
	}
}

@media only screen and (max-width: 500px) {
	#dashboard .card.card-large {
		height: 360px;
		padding-bottom: 0;
	}
	#dashboard .featured-projects.video .flip-arrow img.small {
		display: block;
	}
	#dashboard .featured-projects.video .flip-arrow img.large {
		display: none;
	}
}






