﻿@charset "UTF-8";
	#Body {
		background:#fff url(Images/bg-client.jpg) top center no-repeat;
		color:#222;
	}
	
	div {
		word-wrap:break-word;	
	}
	
	table.dnnGrid {width: 100%;}
    
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
    body,th,td,table,h1,h2,h3,h4,h5,h6, 
    .Head,.SubHead,.SubSubHead, 
    .Normal,.NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, 
    a:link, a:visited, a:hover, input, .CommandButton {
	    font-family: "proxima-nova", helvetica;
		font-weight:300;
		font-size:14px;
    }
	
	.Normal {
		font-size: 16px;
		line-height:26px;
	    color:#222;
	}

    em { 
	    font-style: italic; 
	    letter-spacing: 0; 
    }

    strong { 
	    font-weight:700;
    }
    small { 
	    font-size: 12px; 
	    letter-spacing: 0;
    }

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
    h1, h2, h3, h4, h5, h6 {	
	    line-height: 1;
	    margin: 0 0 5px 0;
    }
	
	.Head {margin:0;}
	
    h1{
	    font-size:24px;
		font-weight:600;

    }
    h2 {
	    font-size:32px;
		border:0;
    }

    h3, h3 .Head{
	    font-size:18px;
    }
    h4, h4 .Head{
	    font-size:16px;

    }
    h5, h5 .Head{
	    font-size:14px;
    }
    h6, h6 .Head{
	    font-size:13px;
    }

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
    a,a:link,a:visited,a:active{
	    color:#0072bc; 
	    text-decoration:underline;  cursor:pointer;
    }
    a:hover{
	    text-decoration:none;
    }
	
	.ModDnnForgeChildLinksC a, .ModDnnForgeChildLinksC a:link, .ModDnnForgeChildLinksC a:visited, .ModDnnForgeChildLinksC a:active{
		font-size:13px;
		text-decoration:underline;	
		float:left;clear:both;
		width:100%;
		padding:7px 0;
		position:relative;
		color:#1a32b1;
	}
	
	.ModDnnForgeChildLinksC a:hover {
		text-decoration:none;
		color:#888;
	}
		
	.ModDnnForgeChildLinksC a:last-child {border-bottom:none;}
	
	.ModDnnForgeChildLinksC a:before {
		content:">";
		position:absolute;left:-12px;top:50%;margin:-9px 0 0 0;
		z-index:99;
		opacity:0;
		transition:50ms ease-in all;
	}
	
	.ModDnnForgeChildLinksC a:hover:before {
		opacity:1;
	}
	
	.ModDnnForgeChildLinksC a.active:after {
		content:"";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 8px 7px 0;
		border-color: transparent #ccc transparent transparent;
		position:absolute;right:0;top:50%;margin:-7px 0 0 0;
		z-index:1;
	}



/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
    p { margin: 0 0 15px 0; }

    hr { 
	    clear: both;
	    height: 1px;
	    border:none; 
	    border-width:0;  
	    margin: 15px 0 15px 0;
		background:#135191; 
    }
	
	ul, ol {margin-top:8px;margin-left:22px;margin-bottom:8px;}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
    img {  border: 0;  }

    /* Image Align Left 
    -------------------------------------*/
    .imgLeft {
	    float: left;
	    margin-right: 30px;
	    margin-bottom: 30px;
    }

    /* Image Align Right 
    -------------------------------------*/
    .imgRight {
	    float: right;
	    margin-left: 30px;
	    margin-bottom: 30px;
    }

    /* Image with border 
    -------------------------------------*/
    .imgBorder {
	    border: solid 3px #fff;
    }

    /* Polaroid Image Style 
    -------------------------------------*/
    .imgPolaroid { 
	    color: #a6a6a6;
	    font-size: 12px;
	    text-align: left;
	    padding: 13px 13px 17px 13px;
	    background-color: #fff;
	    box-shadow: 0 1px 2px #ccc;
    }

    .imgPolaroid  img {
        margin-bottom: 12px;
    }
	
/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


    /* Ordered List */
    ol li {
	    list-style-type: decimal;
	    margin-bottom: 8px;
	    vertical-align: top;
    }

    ol ol {
	    margin-top: 8px;
	    margin-left: 30px;
    }

    ol ol li { list-style-type: lower-roman; }
    ol ol ol li { list-style-type: lower-alpha;  }
    ol ul li { list-style-type: lower-roman; }


/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
    input[type="text"],select,textarea,input[type="email"],input[type="search"], input[type="password"]{
        padding: 6px;
        margin-bottom:5px; 
        background: #f3f3f3;
        border:1px solid #bfbfbf;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color:#333;
        font-size:13px;
	}
	
	.FormTextArea {width:100%;}


/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
    /* Primary Style Button (blue)*/
    button.primaryButton,
    a.primaryButton {
	    display: inline-block;
	    padding: 12px 20px;
	    margin-bottom: 5px;
	    
	    background-color: #3B96B6;
	    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
	    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px solid #ffffff;
	    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0); 
	    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    text-align: center;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    }

    /* Secondary Style Button (darkgray) */
    button.secondaryButton,
    a.secondaryButton {
	    display: inline-block;
	    padding: 12px 20px;
	    margin-bottom: 5px;
	    
	    background-color: #666;
	    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
	    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px solid #ffffff;
	    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    text-align: center;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    }

    /* Alternative Style Button (darkgray with arrow) */
    button.altButton,
    a.altButton {
	    display: inline-block;
	    padding: 9px 32px 9px 22px;
	    margin-bottom: 5px;
	   
	    background: #484848 url('/Images/arrow.png') no-repeat 87% center;
	    background: url('/Images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
	    background: url('/Images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
	    -moz-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    border: 0px solid #ffbf00;
	    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
	    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
	    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 1;
	    color: #ffffff;
	    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
    }

    a.dnnPrimaryAction{ color:#efefef; }
    a.dnnSecondaryAction { color:#555; }

    button.primaryButton:hover,
    button.secondaryButton:hover,
    a.primaryButton:hover,
    a.secondaryButton:hover { 
	    cursor: pointer;
	    cursor: hand;
	    background-image: none; 
	    background-color:#D00; 
    }

    button.altButton:hover,
    a.altButton:hover {
	    cursor: pointer;
	    cursor: hand;
	    background:#D00 url('/Images/arrow.png') no-repeat 87% center;
    }
 

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/
    #userControls { 	height: 32px;}
	
/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
    #login{	float:right; }
	
	#login .registerGroup, 
	#login .registerGroup *, 
	#login .loginGroup, 
	#login .loginGroup * {	display:block; }	

	#login .registerGroup,
	#login .loginGroup {
		float:left;
		padding:0;
		margin:0;
	} 
	
	#login .registerGroup li:first-child:hover {border-left:#222;}
	
	/* Register Group Styles */
	#login .registerGroup li { 	float:left; }
	#login .registerGroup .buttonGroup {margin-right:0;}
	
	#login .registerGroup a,
	#login .loginGroup a{
		display:block;
		position:relative;
		height:25px;
		min-width:12px;
		padding: 7px 15px 0 15px;
		 
		color: #333;
		font-size:11px;
		vertical-align: middle;
	}
	
	#login .registerGroup a:hover,
	#login .loginGroup a:hover {
		background: rgb(45,45,45); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
		
		color:#ddd;
		text-shadow: 0px -1px 0px #333333;
	}
	#login .registerGroup a:active,
	#login .loginGroup a:active {
		color:#fff;
		text-shadow: 0px -1px 0px #333333;
	}
	
	#login .registerGroup a:hover,
	#login .loginGroup a:hover { text-decoration:none; }
	
	#login .registerGroup a strong,
	#login .loginGroup a strong {
		display:block;
		position:absolute;
		left:0; top:0;
		width:100%;
		overflow:hidden;
		
		font-size:11px;
		text-indent:-9999px;
	}
	
	#login .userMessages a,
	#login .userNotifications a { background-color: #333; }	
	
	#login .userMessages strong { 
		height: 100%;

	}
	
	#login .userNotifications { border-right: 1px solid #CCC; }
	
	#login .userNotifications strong { 
		height: 100%;
	}
	
	#login .registerGroup a span {
		display:inline-block;
		position:absolute;
		right:2px; top:-9px;
		min-width:7px;
		margin-right:3px;
		background: rgb(59,150,182); /* Old browsers */
		
		text-align:center;
		font-size:11px;
		color:#fff;
		text-shadow: 0px 1px 0px #333333;
	}
	
	#login .registerGroup .userProfileImg a{
		min-width:25px;
		min-height: 32px;
		padding:0;
		background:none;
		
	}
	
	#login .registerGroup a img{
		height:32px; width:32px;
		background:#333;
		
	}
	
	/* Login Group Styles */
	#login .loginGroup { border-right: 1px solid #CCC;} 
	#login .loginGroup a {color:#333; }
	
	/* Number of message next to the message icon*/
	#login .userMessages  a  span,
	#login .userNotifications   a  span	{ 
		display: inline-block; 
		margin-top: 9px; 
		margin-right: 0px; 
		background-color: transparent;
		
		font-size: 10px;
	}
	
/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

    /* Site Navigation */

	ul#dnn_pnav {display:block;text-align:center;margin:0;padding:0;}	
	
	#dnn_pnav li { 
		position:relative; 
		list-style:none;
		margin: 0;
		z-index:1;
	}
	
	#dnn_pnav li ul {
		margin:0;
	}
	
	#dnn_pnav > li {
		padding:0;
		margin:0;
		cursor:pointer;
		display:inline-block;
		text-align:center;
	}
	
	#dnn_pnav > li > a {
		display:block;
		position:relative;
		padding:13px 5px 11px 5px;
		margin:0 4px;
		font-size:18px;
		font-weight:400;
		color:#fff;
		text-decoration:none;	
		transition:100ms ease-out all;
		-webkit-transition:100ms ease-out all;	
	}
			
	.client #dnn_pnav > li > a:hover, .client #dnn_pnav > li:hover > a, .client #dnn_pnav > li > a.selected {
		color:#0e9b9d;
	}
	
	#dnn_pnav > li > ul > li:hover, #dnn_pnav > li ul a:hover, #dnn_pnav > li ul span:hover {
		text-decoration:underline;	
	}

	
	
	#dnn_pnav > li > span{
		cursor: default;
	}

	/* Secondary level */
	#dnn_pnav > li ul {  /* Styles for all sub levels */
		visibility:hidden;opacity:0;
		position:absolute;
		z-index: 999;
		width:225px;
		padding:3px 0;	
	}
	
	.client #dnn_pnav > li ul {
		background:#0e9b9d;
	}

	#dnn_pnav > li > ul { /* styles specific to secondary level */
		top:100%; 
		left:3px; 
		z-index:1000;
		transition:150ms ease-out all;
		-webkit-transition:150ms ease-out all;
	}
	
	#dnn_pnav > li:hover > ul { 
		visibility:visible;opacity:1;
	}
	
	#dnn_pnav > li > ul > li:last-child {
		border-bottom:none;
	}

	#dnn_pnav > li > ul > li {padding:0 13px;}

	#dnn_pnav > li ul a, #dnn_pnav > li ul span {
		display:block;
		padding: 8px 0;
		color:#fff;
		font-size: 14px;
		font-weight: 300;
		text-decoration:none;
		border-bottom:1px solid #ad7ac1;
		text-align:left;
		
	}	
	
	.client #dnn_pnav > li ul a, .client #dnn_pnav > li ul span{
		border-bottom:1px solid #0d8587;
	}
	
	
	#dnn_pnav > li ul li:last-child a {border-bottom:none;}
	
	#dnn_pnav > li > ul li:hover > ul {
		visibility:visible;opacity:1;
	}
	
	/* Tertiary level */
	#dnn_pnav li ul li ul {
		left:96%; 
		top:2px;
		margin:0 0 0 2px;
		padding:5px 12px;
		box-shadow:-4px -2px 4px rgba(0,0,0,.06);
		z-index:1001;
	}	
	

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
	
	/* Outer Structure */
	#bg {position:fixed;top:0;left:0;height:100%;width:100%;}
	#bg.client {}
	
	#level1, #level2, #level3, #level4, #level5, #level6, #level2c, #level3c {float:left;width:100%;position:relative;}
	.container {width:960px;margin:0 auto;}
	.content {float:left;width:100%;position:relative;}
	
	.button {
		border-radius:8px;
		padding:6px 10px;
		min-width:110px;
		
		color:#fff;
		text-align:center;
		text-decoration:none;
		font-weight:bold;
		transition:100ms ease-out all;
		-webkit-transition:100ms ease-out all;
	}
	a.button {text-decoration:none;font-weight:bold;}
	a.button:link {font-size:16px;}
	
	.button-green {background:#76a942;}
	.button-brown {background:#745a33;}
	.button-teal {background:#0e9b9d;}
	.button-lime {background:#7d9100;}
	.button-pea {background:#c9de55;}
	
	
	a.button {
		color:#fff;	
	}
	
	.button:hover {
		opacity:.85;
	}

	/* Level 1 */
	#level1 {padding:12px 0;background:#fff;z-index:2;}
	#level1 #logo {float:left;}
	#level1.client .button-green {position:absolute;top:2px;right:0;}
	#level1.client .button-brown {position:absolute;top:37px;right:0;}
	#level1.client .button-teal {position:absolute;top:72px;right:0;}
	
	#level1 #slogan {position:absolute;top:50%;right:150px;margin:-22px 0 0 0;}
		
	/* Level 2 */
	#level2.client {background:#98d4bf;}
	#level2 #nav {float:left;margin:0;position:relative;z-index:998;width:100%;}
	
	
	/* Level 3 Content */
	#level3c {background:#fff;padding:20px 0 0 0;box-shadow:inset 0px 10px 25px rgba(0,0,0,.05);}
	#level3c h1 .Head {
		width:100%;color:#1c1c1c;
		font-weight:300;font-size:32px;
		padding:0 0 10px 0;margin:0 0 8px 0;
	}
	
	#level3c .content {background:#fff;width:94%;padding:3%;box-shadow:0 0 20px rgba(0,0,0,.1);}	
	
	.ContentPane {padding:0;float:left;width:100%;}
	.ContentPane .DnnModule {margin-bottom:30px; border-bottom: #efefef solid 1px; padding-bottom: 10px; float:left;width:100%;}
	.ContentPane .DnnModule:last-child {border-bottom:0;padding:0;margin:0;}
	
	.LeftPane {float:left;width:645px;padding:0 0 25px 0;}
	.RightPane {float:right;width:250px;padding:0 0 25px 0;}
	.RightPane h2 {margin:0;font-size:0;}
	.RightPane .Head {font-size:24px;font-weight:900;margin:0 0 10px 0;padding:0 0 10px 0;border-bottom:1px solid #ece7d9;width:100%;}
	.RightPane .DnnModule {margin-bottom:20px;}
	.RightPane .DnnModule:last-child {margin-bottom:0;}
			
	/* Level 3 */
	#level3 {padding:0;}
	#level3 .button-purple {position:absolute;top:12px;left:12px;z-index:997;}
	.RotatorPane {width:100%;min-height:363px;clear:both;margin:0;position:relative;z-index:99;margin-top:15px;}
	
	#social {position:absolute;top:15px;left:100%;margin-left:10px;}
	#social a {padding:0 0 6px 0;float:left;transition:150ms ease-out all;-webkit-transition:150ms ease-out all;clear:both;}
	#social a:hover {transform:translateX(2px);-webkit-transform:translateX(2px);-ms-transform:translateX(2px);}

	
	/* Level 4 */
	#level4 {background:transparent;margin:20px 0;}
	#level4 h1 .Head {
		width:100%;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.5);
		text-align:center;border-bottom:1px solid #425ef0;font-weight:300;font-size:24px;
		text-transform:uppercase;padding:5px 0 12px 0;margin:0 0 10px 0;
	}
	
	#level4 .content {border-radius:10px;padding:16px 0 10px 0;text-align:center;}
	#level4.client .content {background:#745a33;}
		
	/* Level 5 */
	#level5, #level3c {background: transparent;}
	#level5 h1 .Head {
		width:100%;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.5);text-align:center;font-weight:300;font-size:24px;
		text-transform:uppercase;padding:12px 0;margin:0 0 10px 0;
	}
	
	#level5 .content {background:#fff;margin-left:-1px;border-radius:12px;width:96%;padding:2%;}
	#level5.client .content {border:1px solid #745a33;}


	#level5 .FeaturedPane {float:left;width:100%;clear:both;padding:25px 0 0 0;}
	
	#level5 .FeaturedPane .DnnModule {
		float:left;
		border-radius:15px;
		padding:20px 0;
		height:35px;
		font-size:18px;
		line-height:18px;
		margin:0 20px -2px 0;
		position:relative;
		border-bottom:2px solid #fff;
		transition:100ms ease-out all;
		-webkit-transition:100ms ease-out all;
	}
	#level5 .FeaturedPane .DnnModule:hover {border-bottom:2px solid rgba(0,0,0,.25);}
	#level5 .FeaturedPane .DnnModule:last-child {margin:0;}
	
	#level5 .FeaturedPane .DnnModule .fLink {position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
	
	#level5 .FeaturedPane .DnnModule .Normal {
		padding:0 9%;
		font-weight:bold;
		text-align:center;
		text-transform:uppercase;
		text-shadow:1px 1px 0px rgba(0,0,0,.20);
		line-height:20px;
		positioN:absolute;
		top:50%;
		width:82%;
	}
	
	#level5 .FeaturedPane .DnnModule .Normal p {
		margin:0;padding:0;	
	}
	
	#level5.client .FeaturedPane .DnnModule {
		background:#0e9b9d;
	}
	
	#level5.client .FeaturedPane .DnnModule .Normal, #level5.client .FeaturedPane .DnnModule .Normal a, #level5.client .FeaturedPane .DnnModule .Normal a:link, #level5.client .FeaturedPane .DnnModule .Normal a:visited, #level5.client .FeaturedPane .DnnModule .Normal a:active {
		color:#fff;
		text-decoration:none;
		font-weight:bold;
		font-size:18px;
	}
	



	/* Level 6 */
	#level6 {padding:30px 0;}
	#level6 #copy {text-align:left;}
	#level6 .info {float:left;width:100%;text-align:center;font-size:12px;margin-bottom:18px;}
	#level6 a, #level6 a:link, #level6 a:visited, #level6 a:active {color:#222;text-decoration:underline;}
	#level6 a:hover {text-decoration:none;}
	
	#level6 #watermark {float:right;margin:0;text-align:center;}
	
	
	
		
	#jquery-lightbox {max-width:94%;margin:0 3%;}
	#lightbox-container-image-box, #lightbox-container-image-data-box {max-width:100%;height:auto !important;}


    /* Clear-fix for floated elements 
    -------------------------------------*/
    .clear, .clear_float {
	    clear: both;
	    display: block;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    height: 0;
    }
	
	.clear_right {
		clear:right;	
	}
	
    .clearfix:after {
	    clear: both;
	    content: ' ';
	    display: block;
	    font-size: 0;
	    line-height: 0;
	    visibility: hidden;
    }

    .left {	float: left; }
    .right { float: right; }
	
	.DNNEmptyPane {padding:0;margin:0;height:0;border:none;}
	.dnnEditState .DnnModule {opacity:1;}
	.dig_admin_label, .ServiceIcon {width:135px !important;}

	#mobile, #mobile-menu {display:none;}
	

@media only screen and (max-width: 960px) {
	* {-webkit-tap-highlight-color:rgba(0,0,0,0);}
	img {max-width:100%;height:auto !important;}
	body, html {background:#fff;}
	
	#mobile, #mobile-menu {display:block;overflow:hidden;}
	#mobile .menu {display:block;position:absolute;z-index:999;top:0;left:0;width:100%;height:65px;background:#98d4bf;box-shadow:0 1px 9px rgba(0,0,0,.07);overflow:hidden;}
	#mobile-menu {float:left;width:100%;color:#fff;font-size:28px;padding:14px 0;text-align:center;background:#98d4bf;cursor:pointer;}
	#mobile-menu a {float:right;margin:-8px 4px -15px 0px;}
	#mobile-menu a img {width:34px;}
	#mobile .logo {position:absolute;top:8px;left:8px;height:50px;padding:0;}
	#mobile .logo img {max-height:100%;}	
	
	#mobile .menu > .button {position:absolute;top:0;right:0;cursor:pointer;height:65px;width:65px;transition:all 150ms ease-out;-webkit-transition:all 150ms ease-out;min-width:0px;padding:0;}
	#mobile .menu > .button.active > div {left:50%;}
	
	#mobile .menu > .button .line1, #mobile .menu > .button .line2, #mobile .menu > .button .line3 {
		position:absolute;
		height:5px;
		width:60%;
		left:100%;
		margin-left:-30%;
		background:#fff;
		top:50%;
		margin-top:-2px;
		border-radius:2px;
		transition:left 200ms ease-in-out;
		-webkit-transition:left 200ms ease-in-out;
	}
	
	#mobile .menu > .button .line1 {
		margin-top:-13px;
	}
	
	#mobile .menu > .button .line3 {
		margin-top:9px;
	}
	
	#mobile .menu > a.button-teal {position:absolute;top:15px;left:165px;text-decoration:none;font-weight:bold;color:#fff;padding:8px 14px;border-radius:8px;}

	#mobile .mobileMenuWrapper {position:fixed;display:none;z-index:998;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.75);overflow:hidden;}
	#mobile .mobileMenu {position:fixed;z-index:999;width:80%;max-width:500px;margin:0 auto;top:35px;bottom:15%;overflow-x:hidden;left:10%;right:10%;
	}
	#mobile .mobileMenuWrapper.show .mobileMenu {
		animation:ease-out 300ms menuAnim forwards;
		-webkit-animation:ease-out 300ms menuAnim forwards;
		-ms-animation:ease-out 300ms menuAnim forwards;
		-moz-animation:ease-out 300ms menuAnim forwards;
	}
	#mobile .mobileMenu > div > a {display:block;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.2);padding:11px 12px;text-decoration:none;font-size:16px;clear:both;position:relative;box-shadow:inset 0px 1px rgba(255,255,255,.08);-webkit-box-shadow:inset 0px 1px rgba(255,255,255,.07);border-bottom:1px solid #131313;}
	#mobile .mobileMenu > div:last-child {border-bottom:none;}
	#mobile .mobileMenu > div > a:active {background:#222;}
	
	#mobile .mobileMenu div {background:#282828;position:relative;clear:both;}
	#mobile .mobileMenu div.mmclose2, #mobile .mobileMenu div.mmclose2 a:active {background:#76a942;}
	#mobile .mobileMenu div.mmclose2 a {border:none;text-align:center;font-weight:bold;font-size:18px;}
	
	#mobile .mobileMenu .submenu {display:none;float:left;width:100%;clear:both;padding:7px 0 7px 0;background:#282828;}
	#mobile .mobileMenu .submenu a {font-size:15px;color:#fff;display:block;padding:5px 0 5px 20px;clear:both;text-decoration:none;}
	#mobile .mobileMenu .submenu div .submenu {padding:4px 0 7px 0;}
	#mobile .mobileMenu .submenu .submenu a {padding:4px 0 4px 25px;font-size:13px;}
	#mobile .mobileMenu .expand {
		margin:0px 0px 0 0;height:100%;width:38px;background:url(images/button-open.png) center center no-repeat;
		background-size:45%;position:absolute; top:0;right:0px;cursor:pointer;
	}
	
	#mobile .mobileMenu a.haschild:after {content:"";position:absolute;top:50%;right:20px;}
	#mobile .mobileMenu .expand.expanded {background:url(images/button-close.png) center center no-repeat;background-size:45%;}
	
	@keyframes menuAnim {
		from {transform:translateY(30px);opacity:0;}
		to {transform:translateY(0px);opacity:1;}
	}
	
	@-webkit-keyframes menuAnim {
		from {-webkit-transform:translateY(30px);opacity:0;}
		to {-webkit-transform:translateY(0px);opacity:1;}
	}


	@-ms-keyframes menuAnim {
		from {-ms-transform:translateY(30px);opacity:0;}
		to {-ms-transform:translateY(0px);opacity:1;}
	}


	@-moz-keyframes menuAnim {
		from {-moz-transform:translateY(30px);opacity:0;}
		to {-moz-transform:translateY(0px);opacity:1;}
	}
	
	/*Custom Mobile*/
	#level2, #level4, #social, .LoginLink, .dr-pager {display:none;}
	.container {width:100%;}
	
	#level1 {padding:0;}
	#level1 #logo {margin:10px;float:left;max-width:40%;}
	
	
	#level1 #slogan {
		float:left;width:100%;text-align:center;
		clear:both;margin:10px 0;
		position:static;
	}
	
	#level1.client .button-green, #level1.client .button-brown, #level1.client .button-teal {
		position:static;
		float:right;
		clear:right;
		margin-right:12px;
		margin-bottom:7px;
	}
	
	#level1.client .button-green {
		margin-top:12px;
	}
	
	#level3, #level3c {margin-top:0;padding:0;}
	
	#level5.client .content {border:none;width:92%;padding:4%;}
	#level5.client .FeaturedPane .DnnModule {
		width:46% !important;
		margin:0 2% 15px 2%;
		padding:9px 0;
	}
	
	#level6 {width:92%;padding:4%;border-top:3px solid #dedede;}
	
	.RotatorPane {margin:0;min-height:0px;overflow:hidden;}
	#level5 .FeaturedPane {padding:0;}
	.ContentPane img {max-width:55% !Important;height:auto !Important;}
	#level6 #watermark {text-align:center;width:100%;margin-top:18px;float:left;}
	
	
}

@media only screen and (max-width: 930px) {
	#level5.client .FeaturedPane .DnnModule .Normal, #level5.client .FeaturedPane .DnnModule .Normal a, #level5.client .FeaturedPane .DnnModule .Normal a:link, #level5.client .FeaturedPane .DnnModule .Normal a:visited, #level5.client .FeaturedPane .DnnModule .Normal a:active {
		font-size:14px;
	}
	
	#level5 .FeaturedPane .DnnModule {
			height:26px;
		}
	

}

@media only screen and (max-width: 610px) {
	#level5.client .FeaturedPane .DnnModule .Normal, #level5.client .FeaturedPane .DnnModule .Normal a, #level5.client .FeaturedPane .DnnModule .Normal a:link, #level5.client .FeaturedPane .DnnModule .Normal a:visited, #level5.client .FeaturedPane .DnnModule .Normal a:active {
		font-size:16px;
	}
	#level5.client .FeaturedPane .DnnModule {
		width:96% !important;
		margin:0 2% 10px 2%;
		padding:12px 0;
	}
	#level5 .FeaturedPane .DnnModule {
		height:20px;
	}
}

@media only screen and (max-width: 425px) {
	#level1 #logo {margin:33px 10px 10px 10px;}
}