/**
 * @author Design & Accessible Team ( Morgan Baggs )
 * @developer Updated Design ( Van Walker )
 * @package Joomla
 * @subpackage Accessible-Template-v3ccc
 * @copyright Copyright (C) 1991 - 2017 Coconino Community College. All rights reserved.
 */
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*::after, *::before {
	content: '';
}
.clear {
	clear: both;
}
body {
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
	color: #2c343b;
	background-color: #ffffff;
}
body.has-overlay {
	overflow: hidden;
}
img {
	max-width: 100%;
}
.clear-both {
	clear: both;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	font-family: "Open Sans";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px;
}
p>strong {
	color: #0079c1;
}
a {
	text-decoration: none;
}
li {
	line-height: 25px;
}
ol li {
	list-style-type: decimal;
	display: list-item;
	list-style-position: inside;
}
address {
	line-height: 25px;
	font-style: italic;
}
h1 {
	color: #016375;
	margin: 10px 0;
}
h2, h3, h4, h5, h6 {
	color: #0079c1;
	margin: 10px 0;
}
h1 {
	font-family: "Montserrat";
	font-size: 2em !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	/*26.4px*/
}
h2 {
	font-family: "Open Sans";
	font-size: 1.6em !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400 !important;
	line-height: 1;
	/*15.4px*/
}
h3 {
	font-family: "Open Sans";
	font-size: 1.4em !important;
	font-weight: normal;
}
h4, h5, h6 {
	font-family: "Open Sans";
	font-size: 1.2em !important;
	font-weight: normal;
}
.blog {
	margin: 20px 0;
}
.bold-center {
	text-align: center;
	margin: 0 10px;
	font-weight: 400;
	font-size: 1.6em !important;
}
hr {
	width: 100px;
	height: 2px;
	margin-top: 20px !important;
	margin-bottom: 20px;
	border: 1px solid #fdbc5d;
}
ol, ul {
	list-style: initial;
	margin-left: 35px;
}
blockquote {
	font-family: "Open Sans";
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: "Open Sans";
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}
abbr {
	text-decoration: none;
}
a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
/* Breadcrumbs */

#breadcrumbs {
	margin: -10px 0px 10px 5px;
}
ul.breadcrumb {
	list-style-type: none;
	margin-left: 0;
}
ul.breadcrumb li {
	display: inline;
	padding: 0 !important;
}
ul.breadcrumb a {
	color: #016375;
	border-bottom: 1px solid #d3d4ce;
	box-shadow: inset 0 -1px 0 #d3d4ce;
	transition: 400ms;
}
ul.breadcrumb a:hover {
	color: #efefef;
	background-color: #8dd0d6;
	text-decoration: none;
}
#breadcrumbs .divider {
	color: #fdbc5d;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* --------------------------------
   Colors, borders, background images
---------------------------------*/
.icon-teal-filled {
    background: #016375;
    box-shadow: 1px 1px 1px #545454;
}
.top-border {
	border-top: #fdbc5d solid 3px
}
.rightborder {
	border-right: 3px solid rgba(253, 188, 95, 1);
}
.leftborder {
	border-left: 3px solid rgba(253, 188, 95, 1);
}
.bottomborder {
	border-bottom: 3px solid rgba(253, 188, 95, 1);
}
.box-right-border {
	border-right: 2px solid #d0d0d0;
}
.blue-title, .blue-title a {
	color: #0079c1 !important;
}
.white-title, .white-title a {
	color: #ffffff !important;
	font-size: 1.5em;
}
.black-title, .black-title a {
	color: #000000 !important;
	font-size: 1.3em;
}
.yellow-title, .yellow-title a {
	color: #feca7d !important;
}
.large-title {
	font-size: 1.5em;
}
.medium-title {
	font-size: 1.2em;
}
.grey-header {
	background-color: #e5e5e5;
	padding: 10px 0 10px 0;
	margin: auto 0;
}
.lighter-grey {
	background-color: #F8F8F8 !important;
}
.light-grey {
	background-color: #F5F5F5 !important;
}
.bg-grey {
	background-color: #e9e9e9 !important;
}
.mid-grey {
	background-color: #e3e3e3 !important;
}
.dark-grey {
	background-color: #505050 !important;
}
.darker-grey {
	background-color: #292929 !important;
}
.darkest-grey {
	background-color: #191919 !important;
}
.intrinsic-grey {
	background-color: #16161d !important;
}
.cccdark-teal {
	background-color: #016375 !important;
}
.cccteal {
	background-color: #008c99 !important;
}
.cccgold {
	background-color: #fdbc5d !important;
}
.cccblue {
	background-color: #0079c1 !important;
}
.cccbluehover:hover {
	background-color: #0079c1 !important;
	transition-duration: 500ms;
}
.cccpurple {
	background-color: #99089c !important;
}
.cccdark-purple {
	background-color: #6f0073 !important;
}
.cccred {
	background-color: #9e0039 !important;
}
.cccgreen {
	background-color: #a3b237 !important;
}
.cccforest-green {
	background-color: #566629 !important;
}
.ccclight-green {
	background-color: #bec4a6 !important;
}
.cccorange {
	background-color: #f15a22 !important;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-black {
	background-color: #000000 !important;
}
/* alerts */

.alert-danger h1, .alert-danger h2, .alert-danger h3, .alert-danger h4, .alert-danger h5, .alert-danger h6, .alert-danger strong {
	color: #a94442;
}
.alert-warning h1, .alert-warning h2, .alert-warning h3, .alert-warning h4, .alert-warning h5, .alert-warning h6, .alert-warning strong {
	color: #8a6d3b;
}
.alert-info h1, .alert-info h2, .alert-info h3, .alert-info h4, .alert-info h5, .alert-info h6, .alert-info strong {
	color: #31708f;
}
.alert-success h1, .alert-success h2, .alert-success h3, .alert-success h4, .alert-success h5, .alert-success h6, .alert-success strong {
	color: #3c763d;
}
/* -------------------------------- 
Main Components 
-------------------------------- */
.o-wrapper {
	/* is manipulated from the menu.css */
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.container, #AdvisorQuickContact {
	width: 100%;
	margin: 0 auto;
	padding: 0 4px;
	clear: both;
}
@media only screen and (min-width: 1199px) {
	.container, #AdvisorQuickContact {
		width: 1200px;
		padding: 0;
	}
}
.item-page h1 {
    padding: 0 0 7px 0;
    border-bottom: 1px solid #d3d4ce;
    box-shadow: inset 0 -1px 0 #d3d4ce;
}
.learn-more a {
	padding: 10px;
	background-color: #2bbbad;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	color: #ffffff;
	transition: all 0.5s;
}
.learn-more a:hover, .learn-more a:focus {
	background-color: #016375;
}
.unseen, .hidelabeltxt, #line label {
	display: inline;
	height: 0;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0;
}
.medialinks:hover {
	filter: opacity(50%);
	background-color: transparent;
}
ul.skiplinks, ol.skiplinks {
	list-style: none;
	margin: 0;
}
.skiplinks, .skiplinks li {
	display: inline;
	height: 0;
	line-height: 0;
	padding: 0 !important;
}
.skiplinks li a.u2 {
	display: inline;
	height: 0;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0;
}
.skiplinks li a.u2:active, .skiplinks li a.u2:focus {
	position: absolute;
	width: 13em;
	top: -4em;
	left: 10px;
	line-height: 1.5em;
	padding: 5px;
	font-weight: bold;
	height: 3em;
}
.offset-top {
	/* used to provide spacing on top of divs */
	margin-top: 50px;
}
.offset-top-sm {
	/* used to provide spacing on top of divs */
	margin-top: 15px;
}
.offset-bottom {
	/* used to provide spacing under divs */
	margin-bottom: 50px;
}
.offset-bottom-sm {
	/* used to provide spacing under divs */
	margin-bottom: 15px;
}
.count-number {
	font-size: 2em;
}
.vert-align {
	vertical-align: middle;
}
.center-align {
	text-align: center;
}
html *:last-child {
	margin-bottom: 0;
}
html *:first-child {
	margin-top: 0;
}
.icon {
	width: 60px;
	height: 60px;
	padding: 3px;
}
.border {
	border: 5px solid #ffffff;
	box-shadow: 1px 1px 10px #888888;
	margin: 0 10px 0 10px;
}
.img-border-white {
	border: 5px solid #ffffff;
	box-shadow: 1px 1px 2px #888888;
    margin: 5px;
}
.img-border-black {
	border: 5px solid #000000;
	box-shadow: 1px 1px 2px #888888;
    margin: 5px;
}
.img-border-teal {
	border: 5px solid #016375;
	box-shadow: 1px 1px 2px #888888;
    margin: 5px;
}
@media only screen and (max-width: 450px) {
	.img-border-white, .img-border-black, .img-border-teal {
 		 margin: 0;
	}
}
@media only screen and (max-width: 650px) {
	.mobile-image {
 		 width: 100% !important;
         float: none !important;
	}
}
/*** List ***/
.list ul, .list ol {
	list-style: none;
	margin: 0;
}
.list.list-bordered {
	border: 1px solid #dddddd;
	border-radius: 5px;
}
.list.list-bordered li {
	border-bottom: 1px solid #dddddd;
}
.list.list-bordered li:last-child {
	border-bottom: 0;
}
.list li strong {
	display: block;
	color: #ffffff;
	background-color: #0275d8;
	padding: 10px 5px;
	font-size: 1.15em;
}
.list li, .list li a {
	display: block;
	width: 100%;
	transition: all 0.5s;
	text-decoration: none;
	display: block;
	box-shadow: none !important;
	border: 0 !important;
}
.list li a {
	padding: 2px 5px;
}
.list li:hover, .list a:focus, .list li a:hover {
	background-color: #eceeef !important;
	color: #818a91 !important;
}
.list-padding a {
	padding: 0px 4px !important;
}
.list-padding {
	padding: 0px 4px !important;
}
.navigation {
	border-left: 2px solid #c5c5c5;
}
/*** Cells ***/
[class*="cell-"] {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 50px;
	overflow-wrap: break-word;
}
@media only screen and (min-width: 1025px) {
	.range {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-webkit-flex-direction: row;
		flex-direction: row;
		-ms-flex-direction: row;
		flex-wrap: wrap;
	}
	.flex-wrap {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	[class*="cell-"] {
		flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		margin-top: 0;
	}
	.cell-2 {
		max-width: 50%;
		flex-basis: 50%;
	}
	.cell-3 {
		max-width: 33.33%;
		flex-basis: 33.33%;
	}
	.cell-4 {
		max-width: 25%;
		flex-basis: 25%;
		margin-bottom: 2.75%;
	}
	.cell-5 {
		max-width: 20%;
		flex-basis: 20%;
		margin-bottom: 2.75%;
	}
}
.cell-2 a, .cell-3 a, .cell-4 a, .cell-5 a {
	color: #016375;
}
/***Columns***/

.two-col {
	float: left;
	width: 49%;
	padding: 5px;
}
@media only screen and (max-width: 767px) {
	.two-col {
		float: left;
		width: 100% !important;
	}
}
.four-col {
	float: left;
	width: 25%;
	padding: 5px;
	margin-bottom: 15px;
}
@media only screen and (min-width: 377px) and (max-width: 409px) {
	.four-col {
		float: left;
		width: 42% !important;
	}
}
@media only screen and (max-width: 767px) {
	.four-col {
		float: left;
		width: 50%;
		flex: auto;
		box-sizing: border-box;
	}
}
.five-col {
	float: left;
	width: 20%;
	padding: 5px;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
	.five-col {
		float: left;
		width: 50%;
	}
}
@media only screen and (max-width: 450px) {
	.five-col {
		float: left;
		width: 40%;
	}
}
.flex-four {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*** Buttons ***/
.btn-ccc {
	text-shadow: 1px 1px 3px #666666;
	text-decoration: none;
	width: 17%;
	position: static;
	display: inline-block;
	float: none;
	text-align: left;
	white-space: nowrap;
}
.btnmargin {
	margin-top: -20px !important;
	background-color: #016375;
}
.btn-ccc:hover {
    text-decoration: none;
    text-shadow: #1b1b1b 0 1px 0;
    background: #3c3c3c;
    color: #fff;
    transition: all 400ms;
	text-decoration: none;
}
.btn-ccc:hover > .btnfa {
    background: #fcbc5d;
    transition: 400ms all;
}
.btn-ccc a {
	font-size: 20px;
	color: #fff;
}
.btn-ccc a:visted, hover {
	font-size: 20px;
	color: #fff;
}
.btnfa {
	padding: 17px !important;
	background-color: #008c99;
	text-align: center;
	color: #fff;
	min-width: 52px;
	min-height: 50px;
}
@media only screen and (max-width: 1023px) {
	.btn-ccc {
		width: 50%;
		background-color: #016375;
		float: left;
	}
}
@media only screen and (max-width: 350px) {
	.btn-ccc {
		width: 100%;
	}
	.btnmobile {
		border-radius: 7px !important;
	}
}
.buttoncontainer {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #016375;
}
.fabutton {
	display: flex;
	width: 20%;
	flex-direction: column;
	justify-content: center;
}
.cccbutton {
	color: white;
	font-weight: bold;
	display: flex;
	align-items: center;
	height: 100%;
}
.cccbutton:hover {
	background: #008c91;
	text-decoration: none;
	transition: all 400ms;
}
@media only screen and (max-width: 990px) {
	.cccbutton {
		width: 100%;
	}
}
@media only screen and (max-width: 930px) {
	.fabutton {
		width: 50%;
	}
}
@media only screen and (max-width: 460px) {
	.fabutton {
		display: flex;
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.cccbutton {
		width: 100%;
	}
}
.round-button-a {
	border: 0px solid #002f36;
	background: #016475;
	padding: 15px 30px;
	border-radius: 2px;
	text-shadow: #3e3e3e 0 1px 0;
	color: #ffffff;
	font-size: 1.25em;
    width: 350px;
	vertical-align: middle;
    margin-bottom: 5px !important;
    min-width: 150px;
}
.round-button-a:hover, .round-button-b:hover, .round-button-c:hover, .round-button-d:hover, .round-button-e:hover  {
    border-left: 4px solid #fdbc5d;
    border-right: 4px solid #fdbc5d;
  	text-shadow: #1b1b1b 0 1px 0;
    background: #3c3c3c;
    color: #fff;
    transition: all 400ms;
}
.round-button-b {
	border: 0px solid #00507d;
	background: #0079c1;
	padding: 15px 30px;
	border-radius: 2px;
	text-shadow: #3e3e3e 0 1px 0;
	color: #ffffff;
	font-size: 1.25em;
    width: 350px;
	vertical-align: middle;
    margin-bottom: 5px !important;
    min-width: 150px;
}
.round-button-c {
	border: 0px solid #002d47;
	background: #008c99;
	padding: 15px 30px;
	border-radius: 2px;
	text-shadow: #3e3e3e 0 1px 0;
	color: #ffffff;
	font-size: 1.25em;
	text-decoration: none;
    width: 350px;
	vertical-align: middle;
    margin-bottom: 5px !important;
    min-width: 150px;

}
.round-button-d {
	border: 0px solid #6b0027;
	background: #9e0039;
	padding: 15px 30px;
	border-radius: 2px;
	text-shadow: #3e3e3e 0 1px 0;
	color: #ffffff;
	font-size: 1.25em;
	text-decoration: none;
    width: 350px;
	vertical-align: middle;
    margin-bottom: 5px !important;
    min-width: 150px;
}
.round-button-e { 
	border: 0px solid #002f36;
    background: #fff;
    padding: 15px 30px;
    border-radius: 2px;
    text-shadow: #efefef 0 1px 0;
    color: #016375;
    font-size: 1.25em;
    width: 350px;
    vertical-align: middle;
    margin-bottom: 5px !important;
    min-width: 150px;
}
@media only screen and (max-width: 705px) {
	.round-button-a,.round-button-b,.round-button-c,.round-button-d,.round-button-e {
		width:100%;
	}
}
/*** Video iFrame ***/
.video-block {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-block iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*******************************
 * Header and top menu
 *******************************/
header {}
header a {
	color: #ffffff;
	font-size: x-large;
}
header a:hover, header a:focus {
	color: #fdbc5d;
	text-decoration: underline;
	transition: all 500ms;
}
header#page-image-header {
	height: 150px;
	border-bottom: 4px solid #fdbc5d;
	box-shadow: 0px 0px 15px #b9b9b9;
	margin-bottom: 20px;
	background: #016375 url(/./templates/v3ccc/images/page-header.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#top-menu {
	position: fixed;
	border-bottom: 3px solid rgba(253, 188, 95, 0.0);
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	padding: 6px 0;
	transition: all 0.5s;
	background-color: rgb(1, 99, 117);
	background: rgba(1, 99, 117, 0.65);
}
#top-menu.scroll {
	background-color: #016375;
	border-bottom: 3px solid rgba(253, 188, 95, 1);
	-webkit-transition: ease-in-out all 0.5s;
	-moz-transition: ease-in-out all 0.5s;
	-ms-transition: ease-in-out all 0.5s;
	-o-transition: ease-in-out all s;
}
@media only screen and (min-width: 600px) and (max-width:1023px) {
	#logoheader {
		width: 25% !important;
        transition: 400ms all;
	}
}
@media only screen and (min-width: 1025px) {
	header#page-image-header {
		height: 250px;
        transition: 400ms all;
	}
}
@media only screen and (max-width:766px) {
	header#page-image-header {
		background: #016375 !important;
		height: 4em;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 767px) {
	#top-menu {
		background: rgb(1, 99, 117);
	}
}
@media only screen and (max-width: 600px) {
	#logoheader {
		width: 33% !important;
		transition: 400ms ease-in-out all;
	}
}
@media only screen and (max-width: 300px) {
	#logoheader {
		width: 45% !important;
        transition: 400ms all;
	}
}
#logoheader, #phone, #myccclink, #main-menu-btn {
	width: 10%;
	float: left;
    transition: 400ms ease-in-out all;
}
#logoheader img {
	display: block;
	max-width: 250px;
    transition: 400ms ease-in-out all;
}
.page-header img {
    min-height:200px;
    width:auto;
    overflow:hidden;
    object-fit: cover;
    border-bottom: 4px solid #fdbc5d;
    box-shadow: 0px 2px 10px #d1d1d1;
    margin-bottom: 20px;
    display:block;
}
@media only screen and (min-width: 300px) {
    .page-header img {
        min-height:200px;
    }
}
@media only screen and (min-width: 1280px) {
    .page-header img {
        min-height:275px;
    }
}
@media only screen and (min-width: 1400px) {
    .page-header img {
        min-height:275px;
    }
}
@media only screen and (min-width: 2400px) {
    .page-header img {
        min-height:320px;
    }
}
@media only screen and (min-width: 2800px) {
    .page-header, .page-header img {
        background-color:#016375;
        margin-left:auto;
    	margin-right:auto;
    }
}
#search {
	padding-top: 17px;
	display: none;
	float: right;
}
#mobile-search {
	display: block;
	width: 100%;
	margin-bottom: 1px;
	margin-top: 0px;
	height: 21px;
	text-align: center;
}
#search input.inputbox {
	border: none;
	color: #3e3e3e;
	font-size: 15px;
	height: 30px;
	padding: 2px 10px;
	float: left;
	width: 200px;
	border-radius: 35px 0 0 35px;
}
#mobile-search input.inputbox {
	border: none;
	color: #3e3e3e;
	font-size: 15px;
	height: 30px;
	padding: 2px 10px;
	float: left;
	width: 85%;
}
#search input.btn {
	background: transparent no-repeat center;
	display: block;
	height: 30px;
	width: 40px;
	cursor: pointer;
	padding: 0 0 4px 0;
	margin: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	float: left;
	font-family: FontAwesome;
	color: #fff;
	font-size: 23px;
	border: 1px solid #fff;
	border-radius: 0 35px 35px 0;
	transition: all 400ms;
}
#mobile-search input.btn {
	background: #292929;
	display: block;
	height: 30px;
	width: 15%;
	cursor: pointer;
	padding: 0 0 4px 0;
	margin: 0;
	float: left;
	font-family: FontAwesome;
	color: #fff;
	font-size: 23px;
	border: 1px solid #fff;
	transition: all 400ms;
}
#search input.btn:hover {
	color: #016375;
	transition: all 400ms;
	background-color: #fff;
}
#searchbutton {
	font-family: "FontAwesome";
}
#phone {
	display: none;
	padding-top: 14px;
	text-align: center;
	font-weight: 200 !important;
}
#myccclink {
	display: none;
	padding-top: 14px;
	text-align: center;
	font-weight: 200 !important;
}
/*-- Allows Search on Tablets --*/
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#search {
		display: block;
		width: 45% !important;
		padding: 15px 0 0 85px;
		float: left !important;
	}
	#main-menu-btn {
		width: 30%;
	}
	#mobile-search {
		display: none;
	}
}
/*-- Sets Logo smaller for only Tablet resolution --*/
@media only screen and (width: 1024px) {
	#logoheader {
		width: 20%;
        transition: 400ms ease-in-out all;
	}
}
@media only screen and (max-width: 1199px) {
	#main-menu-btn {
		width: 9%;
	}
}
@media only screen and (min-width: 1025px) {
	#logoheader {
		width: 15.5%;
      	transition: 400ms ease-in-out all;
	}
	#search {
		width: 22%;
	}
	#myccclink {
		width: 14%;
	}
	#phone {
		width: 29%;
	}
	#logoheader img {
		width: 85%;
		height: 85%;
		padding-top: 3px;
		padding-bottom: 3px;
        transition: 400ms ease-in-out all;
	}
	#phone {
		display: none;
	}
	#myccclink {
		display: none;
	}
	#search {
		display: block;
	}
	#mobile-search {
		display: none;
	}
	/*#logoheader:hover { 
    width:170px;
    background-image: url("/resources/images/logos/logo-fullwhite.png");
  }*/
}
@media only screen and (min-width: 1200px) {
	#main-menu-btn {
		display: none;
	}
}
/*******************************
 * Article 
 *******************************/
main #content {
	margin-bottom: 20px;
}
article {
	padding: 0 5px 0 10px;
}
@media only screen and (min-width: 1199px) {
	article {
		min-height: 780px;
	}
}
ul.actions {
	list-style: none;
	margin: 0px;
    text-align: right;
	display: block;
	text-decoration: none;
	border: 0;
	padding-right: 5px;
    margin: -35px 0 10px 0;
}
ul.actions a {
	text-decoration: none;
	border: 0;
}
#showcolumns>#content {
	width: 100%;
	float: left;
}
#shownocolumns>#content {
	width: 100%;
}
/*aside menu old location*/
ul.actions {
	display: none;
}
@media only screen and (min-width: 1025px) {
	ul.actions {
		display: block;
	}
	li.print-icon:before {
		content: "\f02f";
		font-family: FontAwesome;
	}
	article p a, article li a, article address a, .cell-2 p a, .cell-2 li a, .cell-3 p a, .cell-3 li a, .cell-4 p a {
		color: #016375;
		border-bottom: 1px solid #d3d4ce;
		box-shadow: inset 0 -1px 0 #d3d4ce;
		transition: 400ms;
	}
	article address a:focus, article address a:hover, article li a:focus, article li a:hover, article p a:focus, article p a:hover, .cell-2 p a:focus, .cell-2 p a:hover, .cell-2 li a:focus, .cell-2 li a:hover, .cell-3 p a:focus, .cell-3 p a:hover, .cell-3 li a:focus, .cell-3 li a:hover, .cell-4 p a:focus, .cell-4 p a:hover {
		color: #efefef;
		background-color: #8dd0d6;
		text-decoration: none;
	}
	.article-info {
		margin-bottom: 10px;
	}
	.underline {
		border-bottom: 1px solid #C5C5C5;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 480px) {
	.full {
		display: block;
		width: 100%;
	}
}
.pbreakline {
	line-height: 0 !important;
	padding: 5px 0 0;
}
.pbreakside {
	line-height: 22px !important;
	padding-bottom: 5px;
}
.pbreakside a {
	color: #016375;
	border-bottom: 1px solid #d3d4ce;
	box-shadow: inset 0 -1px 0 #d3d4ce;
	transition: 400ms;
}
.pbreakside a:hover {
	color: #efefef;
	background-color: #8dd0d6;
	text-decoration: none;
}
.sidelink a {
	color: #016375;
	border-bottom: 1px solid #d3d4ce;
	box-shadow: inset 0 -1px 0 #d3d4ce;
	transition: 400ms;
}
.sidelink a:hover, .sidelink:focus {
	color: #efefef;
	background-color: #8dd0d6;
	text-decoration: none;
}
.quick-glance {
	border: 1px #dbdbdb solid;
	border-radius: 5px;
	padding: 15px 15px;
	min-height: 70px;
	margin: 15px 0;
}
.quick-glance-image {
	margin-right: 10px;
}
.page-topper {
  width:100%;
  max-width:100%;
}
/*******************************
 * footer 
 *******************************/
footer {
	clear: both;
	background-color: #016375;
	padding-top: 10px;
	min-height: 320px;
	border-top: 3px solid #fdbc5f;
	box-shadow: 0px 0px 15px #b9b9b9;
	width: 100%;
}
footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer address {
	color: #ffffff;
}
footer a {
	color: #feca7d;
	text-decoration: none;
	transition: 400ms;
}
footer a:hover, footer a:focus {
	color: #efefef;
	background-color: #9bc9d5;
	text-decoration: none;
}
#sub-footer {
	clear: both;
    width: 100%;
    text-align: center;
    background-color:#232323;
  	color:#fff;
    padding:5px 0;
}