/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
/* added to unlimited theme */

.foot_bg a {
  color:#e68500;
}

.foot a:hover {
  text-decoration:underline;
  line-height: 14px;
}

/* added from old site to make Google study boxes work */

dl, dt, dd {
	margin: 0;
	padding: 0;
}
#maia-main {
	margin-top: 0;
	max-width: 100%;
	overflow: hidden;
}
.wsc_pi_feed_info {

color: #bebdbd !important;

}


a {
	color: #4a90e2;
	cursor: pointer;
	text-decoration: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
#maia-main {
	margin-top: 0;
	max-width: 100%;
	overflow: hidden;
}
.section {
	background-color: #fff;
	padding: 25px 0;
	position: relative;
	text-align: center;
}
.section-less-spacing {
	padding: 10px 0;
}
.section-transparent {
	background-color: transparent;
	padding: 0;
	z-index: 0;
}
.section-bottom-space {
	padding-bottom: 150px;
}
.section-title {
	color: #353535;
	font-family: Roboto;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 10px;
	text-transform: uppercase;
}
.section-desc {
	color: #666;
	font-size: 16px;
	margin: 0 auto 40px auto;
	max-width: 760px;
	padding: 0 10px;
}
.section-button, .section-button:visited {
	background-color: #3e82f7;
	box-shadow: 0 2px 10px rgba(0,0,0,0.16);
	color: #fff !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}
.section-button-large {
	width: 270px;
}
.section-button:hover {
	text-decoration: none;
}
@media (min-width:768px){
.section-title, .section-desc {
	padding: 0;
}
.section-desc a {
	white-space: nowrap;
}
.section-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-grid-item {
	margin-right: 50px;
	-ms-flex: 0 0 auto;
}
[dir=rtl] .section-grid-item {
	margin-left: 50px;
}
.section-grid-item:last-child {
	margin-right: 0;
}
.section-button {
	padding: 10px 40px;
}
}
@media (max-width:768px){
.section-where-next {
	display: none;
}
.section-bottom-space {
	padding-bottom: 50px;
}
}
.carousel {
	box-sizing: border-box;
	position: relative;
}
.carousel-box {
	background-color: #fff;
	bottom: 50px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	left: 50px;
	position: absolute;
	width: 360px;
	z-index: 10;
}
.carousel-box .carousel-title, .carousel-box .carousel-desc {
	max-width: 210px;
}
.carousel-title, .carousel-desc, .carousel-buttons {
	text-align: left;
}
.carousel-title {
	color: #353535;
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
	text-transform: uppercase;
}
.carousel-desc {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
	max-width: 400px;
}
.carousel-buttons {
	margin-top: 40px;
}
}
.carousel .maia-col-6 {
	margin-bottom: 0;
}
.carousel-large-box {
	background-color: #fff;
	margin: 50px auto;
	max-width: 1200px;
}
.carousel-large-box .gweb-pagination-page {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-ms-flex-negative: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 20px 20px;
}
.carousel-large-box .gweb-pagination-expose {
	overflow: visible;
}
.carousel-large-box .gweb-pagination-nav {
	margin-top: 20px;
}
.carousel-large-box .gweb-pagination-content {
	width: 100%;
}
.carousel-large-box img {
	max-height: 400px;
}
@media (min-width:768px){
.carousel-large-box .gweb-pagination-page {
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	margin: 0 80px;
	padding: 80px 120px;
}
}
@media (max-width:768px){
.carousel .maia-cols {
	display: block;
}
.carousel.carousel-large-box .gweb-pagination-scroll {
	display: block;
	overflow: hidden;
}
.carousel.carousel-large-box .gweb-pagination-page {
	clear: both;
	float: left;
	padding: 20px 40px;
}
.carousel.carousel-large-box .gweb-pagination-nav {
	display: none;
}
.carousel.carousel-box {
	bottom: 20px;
	box-shadow: none;
	left: 0;
	position: relative;
	width: 100%;
}
.carousel.carousel-box .gweb-pagination-content {
	padding: 40px;
}
.carousel.carousel-box .gweb-pagination-content .carousel-desc {
	max-width: none;
}
}
.carousel-large-text .carousel-title {
	font-size: 28px;
}
.carousel-large-text .carousel-desc {
	font-size: 16px;
	line-height: 1.4;
}
@media (min-width:768px){
.carousel-large-text .carousel-title {
	font-size: 38px;
}
.carousel-large-text .carousel-desc {
	font-size: 20px;
}
}
.carousel-full-width .carousel-img img, .carousel-full-width .gweb-pagination-page, .carousel-full-width .gweb-pagination-content {
	width: 100%;
}
[dir=rtl] .styled-select {
	background-position: left top;
}
.styled-select select {
	background: none;
	border: 1px solid #e3e3e3;
	border-right: none;
	border-radius: 0;
	color: #444;
	font-size: 13px;
	height: 31px;
	padding: 5px 38px 5px 5px;
	min-width: 115px;
	max-width: 220px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-font-smoothing: antialiased;
}
.styled-select select::-ms-expand {
	display: none;
}
[dir=rtl] .styled-select select {
	background: none;
	border: 1px solid #e3e3e3;
	border-right: none;
	border-radius: 0;
	color: #444;
	font-size: 13px;
	height: 31px;
	padding: 5px 38px 5px 5px;
	min-width: 115px;
	max-width: 300px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-font-smoothing: antialiased;
}
.styled-select {
	margin-right: 10px;
}
@media all and (max-width:700px){
.styled-select {
	clear: both;
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.styled-select select {
	max-width: none;
	width: 100%;
}
}
.card {
	background-color: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	margin: 0 auto;
	max-width: 370px;
	z-index: 1;
}

.card2 {
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	padding: 20px;
    margin-top: 50px;
    margin-left: 30px;
    margin-right:30px;
    margin-bottom:0px;
}

.card3 {
	padding: 20px;
    margin-top: 50px;
    margin-left: 30px;
    margin-right:30px;
    margin-bottom:0px;
}


.card-hide-on-scroll {
	opacity: 1;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: 500ms opacity,500ms -webkit-transform;
	transition: 500ms opacity,500ms transform;
}
.card-hidden {
	opacity: 0;
	-webkit-transform: translateY(-50px) translateZ(0);
	-ms-transform: translateY(-50px) translateZ(0);
	transform: translateY(-50px) translateZ(0);
}
.card-image {
	height: 208px;
	width: 370px;
}
.card-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 0 auto;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding: 40px 40px 0 40px;
	text-align: left;
}
[dir=rtl] .card-content {
	text-align: right;
}
.card-title {
	color: #353535;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.card-desc {
	color: #666;
	font-size: 16px;
	font-weight: 300;
}
.card-links {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 30px 40px 40px 40px;
	position: relative;
	text-align: left;
}
.card-link {
	color: #3e82f7;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8em;
}
.card-links:before {
	background-color: #3e82f7;
	content: '';
	height: 2px;
	left: 40px;
	position: absolute;
	top: 0;
	width: 37px;
}
[dir=rtl] .card-links {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 30px 40px 40px 40px;
	position: relative;
	text-align: right;
}
[dir=rtl] .card-links:before {
	background-color: #3e82f7;
	content: '';
	height: 2px;
	right: 40px;
	position: absolute;
	top: 0;
	width: 37px;
}
@media (min-width:768px){
.card {
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	margin: 0 25px -95px 25px;
	position: relative;
	top: 30px;
}
}
@media (max-width:370px){
.card-image {
	height: auto;
	width: 100%;
}
}
.map-area, .map-coverage {
	height: 400px;
}
@media (min-width:768px){
.map-area, .map-coverage {
	height: 614px;
}
}
.map-coverage {
	position: absolute;
	left: -99999em;
}
.map-coverage.active {
	position: relative;
	left: 0;
}
.filtered-table-wrapper {
	margin: 20px auto 0 auto;
	max-height: 560px;
	overflow: auto;
	text-align: center;
	max-width: 960px;
}
.filtered-table-data {
	margin: 0;
	text-align: left;
	width: 100%;
}
.filtered-table-data th, .filtered-table-data td {
	border: 1px solid #e6e6e6;
	color: #666;
	font-size: 16px;
}
.next-step {
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 16px;
	padding: 50px 10px;
	text-align: center;
}
.next-step-title {
	font-size: 34px;
	font-weight: 400;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}
.next-step-desc {
	margin: 0;
}
.next-step-desc a {
	color: #fff;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.next-step-links {
	list-style: none;
	margin: 10px auto;
}
.next-step-link, .next-step-link:visited {
	color: #fff;
	font-weight: 400;
	line-height: 2;
	text-transform: uppercase;
}
@media (min-width:768px){
.next-step {
	padding: 200px 0 110px 0;
}
.next-step-links {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.next-step-link {
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
	padding: 0 20px;
}
[dir=rtl] .next-step-link {
	border-width: 0 0 0 1px;
}
.next-step-link-last, [dir=rtl] .next-step-link-last {
	border-width: 0;
}
}
.breaker {
	background-size: cover;
	background-position: 0 70%;
	height: 350px;
	width: 100%;
}
@media (max-width:768px){
.breaker {
	background-position: center center;
	height: 150px;
}
}
.panoramas {
	display: none;
}
@media (min-width:768px){
}
.infographic {
	text-align: left;
}
[dir=rtl] .infographic {
	text-align: right;
}
.infographic svg {
	direction: ltr;
}
.infographic-title {
	color: #353535;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.infographic-desc {
	color: #666;
	font-size: 16px;
	font-weight: 300;
}
.infographic-desc em {
	color: #009e56;
}
.infographic-bullet {
	font-size: 10px;
}



