﻿@charset "UTF-8";
	#Body {
		background: #fff;
		color:#222;
	}
	
	div {
		word-wrap:break-word;	
	}
    
/*------------------------------------------------*/
/* 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:400;
		font-size:14px;
    }
	
	.Normal {
		font-size: 15px;
		line-height:22px;
	    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;
		padding:0;
    }
	
	.Head {margin:0;}
	
    h1{
	    font-size:24px;
		font-weight:600;

    }
    h2 {
	    font-size:32px;
    }

    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;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:block;
		float:left;
		text-align:center;
	}
	
	#dnn_pnav > li > a {
		display:block;
		position:relative;
		padding:22px 16px;
		margin:0 2px 0 0;
		font-size:34px;
		font-weight:300;
		color:#fff;
		text-decoration:none;	
		transition:50ms ease-out all;
		-webkit-transition:50ms ease-out all;
		font-family:bebas-neue;
		
	}
		
	#dnn_pnav > li > a:hover, #dnn_pnav > li:hover > a, #dnn_pnav > li ul a:hover, #dnn_pnav > li ul span:hover {
		background:#345ca8;
	}
	
	#dnn_pnav > li > a.selected {
		background:#fff;
		color:#1d499e;
	}
	
	
	#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:30px 0 0 0;
	
	}
	
	#dnn_pnav > li > ul { /* styles specific to secondary level */
		top:100%; 
		left:8px; 
		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;background:url(Images/bg-level1.png) top left repeat;}

	#dnn_pnav > li ul a, #dnn_pnav > li ul span {
		display:block;
		padding: 9px 0;
		color:#fff;
		font-size: 14px;
		font-weight: 300;
		text-decoration:none;
		border-bottom:1px solid #2048ff;
		
	}	
	
	#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:99%; 
		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-wrap {position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;display:none;}
	.bg-image {position:absolute;top:0;left:50% !important;margin:0 0 0 -960px !important;height:727px !important;width:1920px !important;}
	
	#level1, #level2, #level3, #level4, #level5, #level6, #level7, #level2c, #level3c {float:left;width:100%;position:relative;z-index:1;}
	.container {width:960px;margin:0 auto;}
	.content {float:left;width:100%;position:relative;}
	
	.button-blue {
		background:#1d499e;
		border-radius:8px;
		padding:7px 13px;
		min-width:75px;
		color:#fff;
		text-align:center;
	}
	
	.button-blue, a.button-blue {
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		color:#fff;
		transition:150ms ease-out all;
		-webkit-transition:150ms ease-out all;
	}
	
	.button-blue:hover, a.button-blue:hover {
		opacity:.9;
	}

	/* Level 1 */
	#level1 {padding:8px 0;z-index:2;}
	#level1 #logo {float:left;}
	#level1 #slogan {position:absolute;top:25px;right:0;}
	#level1 #slogan span:first-child {float:left;color:#1d499e;font-size:32px;}
	#level1 #slogan span:last-child {float:left;color:#525252;font-size:22px;clear:both;margin-top:9px;}
	
		
	/* Level 2 */
	#level2 {background:#1d499e;border-top:5px solid #f0f0f0;}
	#level2 #nav {float:left;margin:0;position:relative;z-index:999;}
		
	#level2 #social {position:absolute;bottom:14px;right:0;}
	#level2 #social a {margin:0 4px;float:left;transition:150ms ease-out all;-webkit-transition:150ms ease-out all;}
	#level2 #social a:hover {transform:translateY(-2px);-webkit-transform:translateY(-2px);box-shadow:0 1px 1px rgba(0,0,0,.3);}
	
	/* Level 3 Content */
	#level3c {background:#fff;padding:35px 0;}
	#level3c h1 .Head {
		width:100%;
		color:#1c1c1c;
		font-size:36px;
		font-family:bebas-neue;
		margin:0 0 8px 0;
		padding:0;
	}
	
	#level3c h2 .Head {
		width:100%;
		color:#1c1c1c;
		font-size:32px;
		font-family:bebas-neue;
		margin:0 0 6px 0;
		padding:0;
		
	}
	
	.ContentPane, .ContentPaneHome {padding:30px 0;float:left;width:100%;}
	.ContentPane {padding:0 0 30px 0;}
	
	.LeftPane {float:left;width:655px;padding:0 0 0 0;}
	.RightPane {float:right;width:260px;padding:0 0 0 0;}
	.RightPane .DnnModule {margin-bottom:20px;}
	.RightPane .DnnModule:last-child {margin-bottom:0;}
	
			
	/* Level 3 */
	#level3 {background:url(Images/bg-clouds.jpg) center center;}
	.RotatorPane {
		width:100%;min-height:311px;clear:both;margin:0;position:relative;z-index:99;
	}
	
	/*move left animation*/
	.load-animation {
		animation:350ms ease-out forwards moveLeft;
		-webkit-animation:350ms ease-out forwards moveLeft;
		-moz-animation:350ms ease-out forwards moveLeft;
		-ms-animation:350ms ease-out forwards moveLeft;
	}
	
	/*move right animation*/
	.RotatorPane {
		animation:350ms ease-out forwards moveRight;
		-webkit-animation:350ms ease-out forwards moveRight;
		-moz-animation:350ms ease-out forwards moveRight;
		-ms-animation:350ms ease-out forwards moveRight;
	}
	

	
	@keyframes moveLeft {
		from {transform:translateX(20px);opacity:0;}
		to {transform:translateX(0px);opacity:1;}
	}
	
	@-webkit-keyframes moveLeft {
		from {-webkit-transform:translateX(20px);opacity:0;}
		to {-webkit-transform:translateX(0px);opacity:1;}
	}

	@-ms-keyframes moveLeft {
		from {-ms-transform:translateX(20px);opacity:0;}
		to {-ms-transform:translateX(0px);opacity:1;}
	}


	@-moz-keyframes moveLeft {
		from {-moz-transform:translateX(20px);opacity:0;}
		to {-moz-transform:translateX(0px);opacity:1;}
	}
	
	@keyframes moveRight {
		from {transform:translateX(-20px);opacity:0;}
		to {transform:translateX(0px);opacity:1;}
	}
	
	@-webkit-keyframes moveRight {
		from {-webkit-transform:translateX(-20px);opacity:0;}
		to {-webkit-transform:translateX(0px);opacity:1;}
	}


	@-ms-keyframes moveRight {
		from {-ms-transform:translateX(-20px);opacity:0;}
		to {-ms-transform:translateX(0px);opacity:1;}
	}

	@-moz-keyframes moveRight {
		from {-moz-transform:translateX(-20px);opacity:0;}
		to {-moz-transform:translateX(0px);opacity:1;}
	}	
	
		
	/* Level 4 */
	#level4 {background:#e4e4e4;border-top:4px solid #fff;padding:8px 0;height:0px;padding:0;transition:400ms ease-out all;-webkit-transition:400ms ease-out all;-ms-transition:400ms ease-out all;}
	#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-family:bebas-neue;font-size:32px;
		text-transform:uppercase;padding:5px 0 12px 0;margin:0 0 10px 0;
	}
	
	
	/* Level 5 */
	#level5, #level3c {background: #fff;}
	#level5 h1 .Head {
		width:100%;color:#000;text-align:center;
		font-family:bebas-neue;font-size:30px;
		text-transform:uppercase;padding:0;margin:0 0 5px 0;
	}
	#level5 .ContentPaneHome {padding:20px 0;}
	#level5 .ContentPaneHome .Normal {font-size:32px;line-height:39px; color: #ccc; font-style: italic; font-weight: 100;}
	
	#level5 .FeaturedPane {float:left;width:84%;margin:0 8%;clear:both;padding:0 0 20px 0;}
	#level5 .FeaturedPane .DnnModule {float:left;margin:0 1% 0 0;position:relative;}
	#level5 .FeaturedPane .DnnModule:last-child {margin:0;}
	#level5 .FeaturedPane .DnnModule  .Normal {float:left;width:90%;padding:0 5%;}
	
	/* Level 6 */
	#level6 {padding:22px 0;background:#1d499e;color:#fff;}
	#level6 {text-align:center;}
	#level6 a {display:inline-block;margin:0 18px;padding:0;opacity:.75;transition:200ms opacity ease-out;-webkit-transition:200ms opacity ease-out;}
	#level6 a:hover {opacity:1;}
	#level6 a img {float:left;}
		
	/* Level 7 */
	#level7 {padding:18px 0;background:#1b1b1b;color:#6b6b6b;}
	
	#level7 a, #level7 a:link, #level7 a:visited, #level7 a:active {color:#6b6b6b;text-decoration:underline;}
	#level7 a:hover {text-decoration:none;}
	
	#level7 #nav-bottom, #level7 #watermark, #level7 #copy {float:left;width:100%;text-align:center;}
	#level7 #copy {margin:15px 0;}
	
	#level7 a, #level7 a:link, #level7 a:visited, #level7 a:active {
		text-decoration:none;
		display:inline-block;
		line-height:13px;
		transition:150ms ease-out color;
		-webkit-transition:150ms ease-out color;
	}
	
	#level7 a:hover {color:#fff;}
	
	#level7 #nav-bottom a {
		border-right:1px solid #6b6b6b;
		margin-right:7px;
		padding-right:12px;
	}
	#level7 #nav-bottom a:last-child {border-right:0;margin:0;padding:0;}
	#level7 a:hover {color:#fff;}
	
	#level7 .LoginLink {border-left:1px solid #6b6b6b;padding:0 0 0 8px;margin:0 0 0 5px;display:inline-block;line-height:14px;}
		
	#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 {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 {display:block;overflow:hidden;}
	#mobile .menu {display:block;position:absolute;z-index:999;top:0;left:0;width:100%;height:65px;background:#7f3e98;box-shadow:0 1px 9px rgba(0,0,0,.07);overflow:hidden;}
	#mobile .logo {position:absolute;top:8px;left:8px;height:50px;padding:0;}
	#mobile .logo img {max-height:100%;}
	
	#mobile .button {position:absolute;top:0;right:0;cursor:pointer;height:65px;width:48px;background-size:60%;transition:all 150ms ease-out;-webkit-transition:all 150ms ease-out;}
	#mobile .button.active > div {left:50%;}
	
	#mobile .button .line1, #mobile .button .line2, #mobile .button .line3 {
		position:absolute;
		height:4px;
		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 .button .line1 {
		margin-top:-10px;
	}
	
	#mobile .button .line3 {
		margin-top:6px;
	}

	#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:85px;bottom:15%;overflow-x:hidden;left:10%;right:10%;
	}
	#mobile .mobileMenuWrapper.show {
		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 .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*/
	/***************/	
	
	
}

@media only screen and (max-width: 930px) {
}

@media only screen and (max-width: 575px) {
}