﻿@charset "utf-8";
/* CSS Document */

.at-cv-lightbox{
	display:none !important;

}
.top-bar-right, .top-bar-title{
    width: auto !important;
}
.vfnavholder{
	position: relative;
	margin-left: 360px;
}


#headerDiv .rwdburger{
		display: none;
}

#headerDiv  .topnav{
	margin: .5em 1em 0 0;
}
.topnav a {
    color: #dbe9e2;
	padding: 8px;
}

a.logo{
	line-height: normal !important;
}

#headerDiv header .menu.small {
margin-top: 1em !important;
}

#headerDiv header  .sfNavWrp{
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 1.3em;
}

.top-bar ul {
	background-color: transparent;
}

.top-bar ul.sfNavHorizontalDropDown {
	background-color: transparent;
	background-image: none;
}

.sfNavHorizontalDropDown .k-item.k-state-hover, .sfNavHorizontalDropDown .k-item.k-state-hover:hover{
	background-image:none;
	background-color: transparent;

}

.k-menu .k-link.k-state-active{
	background-color: transparent;
	
}
.sfNavHorizontalDropDown .k-item>a.k-link{
font-size: 18px;
	color: #dbe9e2;
	padding: 0  1.3em;
	height: 48px;
	line-height: 48px;

}

.sfNavHorizontalDropDown .k-popup a.k-link{
font-size: 18px;
	color:#DBE9E2;
	padding: 0  1em !important;
	height: 48px;
	line-height: 48px;

}

.sfNavHorizontalDropDown .k-item>a.k-link:hover {

    color: #fff;

}

.sfNavHorizontalDropDown  .k-popup a.k-link:hover {
    color: #fff;

}

.sfNavHorizontalDropDown .k-item>a.k-link:hover, .sfNavHorizontalDropDown .k-item>a.k-link.sfSel, .sfNavHorizontalDropDown .k-item>a.k-link.sfSel:hover {
	color: #fff;
        background:transparent url(images/leveloneindicator.png) center bottom no-repeat;

}


.sfNavHorizontalDropDown .k-popup a.k-link:hover, .sfNavHorizontalDropDown .k-popup a.k-link.sfSel, .sfNavHorizontalDropDown .k-popup a.k-link.sfSel:hover {
        background:#004d80 url(images/leveltwoindicator.png) center bottom no-repeat;
}

.k-widget.k-menu-horizontal>.k-item {
    border-style: none;
}


.sfNavHorizontalDropDown>.k-item>a.k-link.sfSel, .sfNavHorizontalDropDown>.k-item>a.k-link.sfSel:hover {
    margin-top: 0;
		padding: 0  1em;
	height: 48px;
	line-height: 48px;

}

.k-menu .k-animation-container, .k-popup .k-animation-container {
    margin-top: -1px;
}

.sfNavHorizontalDropDown .k-popup li {
    border-top:none !important;
}

.sfNavHorizontalDropDown .k-popup {
            background-color: #004d80;
	border-style:solid;
    border-width: 0 0 6px 0;
	border-color: #29835C;
    margin-left: 0!important;
	padding: 0 1.3em;
}

.k-menu .k-menu-group>.k-item {
    display: inline-block;
    border-width: 0;
}

.sfNavHorizontalDropDown .k-i-arrow-s, .sfNavHorizontalDropDown .k-i-arrow-e {
	background: none;
}




/** rwd Nav  **/
.sidr {
	background: #09835e;
	border-right: 1px solid #054330;
	box-sizing: border-box;
	
}
.rwdSchWrap .menu a{
	color: #d9e3ef !important;
}
/*********************** Mobile Nav ***********************/

a.closeSide {
    display: block;
    margin: .5em;
    background: #0ecf95;
    height: 2.4em;
    line-height: 2.4em;
    font-size: 1.3em;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.rwdNavWrap .k-treeview {
	white-space: normal;
}
.rwdNavWrap .k-treeview .k-item {
	padding: 0;
}
.rwdNavWrap .k-treeview a.k-in {
    font-size: 1.3em;
	color: #dbe9e2;
	display: block;
	margin: 0;
	padding-left: 40px;
	border: none;
	border-bottom: 1px solid #054330;
	line-height: 40px;
}
.rwdNavWrap .k-treeview .k-item>.k-group a.k-in {
	color: #dbe9e2;
	padding-left:55px;

}
.rwdNavWrap .k-treeview .k-item>.k-group .k-item>.k-group a.k-in {
	/*background: #FFF;*/
	padding: 10px 10px 10px 55px;
    border-bottom: 1px solid #FFF;
}
.rwdNavWrap a.sfSel.k-in {
	color: #dbe9e2;
	background-color: #07694c;
}
.rwdNavWrap .k-treeview .k-item>.k-group .k-item>.k-group .k-item>.k-group a.k-in {
	/*background: #FFF;
*/    color: #FFF;
	padding: 10px 10px 10px 55px;
    border-bottom: 1px solid #FFF;
}
.rwdNavWrap .k-treeview .k-item>.k-group .k-item>.k-group .k-item>.k-group .k-item>.k-group a.k-in {
	background: #FFF;
    color: #000;
	padding: 10px 10px 10px 55px;
    border-bottom: 1px solid #FFF;
}
.rwdNavWrap .k-plus, .rwdNavWrap .k-minus {
    position: absolute;
    width: 30px;
    height: 40px;
    margin: 0 0 0 4px !important;
	background-image: none;
}
.rwdNavWrap .k-plus:before, .rwdNavWrap .k-minus:before {
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
	line-height: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.rwdNavWrap .k-plus:before {
    content: '\f105';
}
.rwdNavWrap .k-minus:before {
    content: '\f107';
   /* color: #3ea6a9;*/
}
.rwdTNavWrap{
	margin-top: 1em;
}
.rwdTNavWrap a{
	display: inline-block;
	color: #dbe9e2;
	padding: 12px 0 12px 40px;
	font-size: 1.2em;
	
}

.navoverlay{position:absolute;
top:0;
bottom:0;
left:0;
right:0;

background: rgba(0,0,0,.60);
display:none;}

	.row.content {
        padding-top: 2em;
    }

.taxa-list a{
font-size: .8rem;	

}

.taxa-list {

	font-size: .8rem;

}

main h1{

    font-size: 4rem;
    line-height: 1;
    margin-top: .2em;
	font-weight: 900;

}
.hero h1 {
    font-size: 3rem;
/*    line-height: 1em;*/
    max-height:none;
	font-weight: 900;
}


article h1 {
    margin-bottom: .6em;
}

article .newsarticlebody p {
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-size: 1em;
	font-weight: 300;
}

article .newsarticlebody li {
    font-family: 'Roboto Slab', serif;
    color: #58585a;
    font-size: 1em;
}

article .newsarticlebody .AddGCMLogo {
    margin-bottom: 2px;
}

h4, h5, h6 {
    font-weight:bold;
}

article h1.title {
    font-size: 3rem;
    color: #004d80;
    font-weight: bold;
}

.row.topad, .row.bottomad{
	text-align: center;
}

.row.bottomad{
	margin:2em 0;
}

@media only screen and (max-width : 980px)	
{
.top-bar .top-bar-right,#headerDiv .sfNavWrp  {
    display:none !important;
}

	#headerDiv .rwdburger{
		display: block;
	}

}

@media screen and (min-width: 40em){
.column, .columns {

    padding-right: 70px;
}
}
