/* =================BEGIN CSS FOR FLY-UP FOOTER MODULE================= */
    /* ================================================================
     This copyright notice must be untouched at all times.
     
     The original version of this stylesheet and the associated (x)html
     is available at http://www.cssplay.co.uk/menus/final_pullup.html
     Copyright (c) Stu Nicholls. All rights reserved.
     This stylesheet and the associated (x)html may be modified in any
     way to fit your requirements.
     =================================================================== */
    #info h3 {
        margin-bottom: 200px;
    }
    
    /* style the outer div to give it width */
    .menusn {
        width: 948px;
        height: 35px;
        font-size: 0.85em;
		margin-bottom: 10px;
		box-shadow: 0 0 5px #222222 inset;
		border-top-right-radius: 8px;
		border-top-left-radius: 8px;
    }
    
    /* remove all the bullets, borders and padding from the default list styling */
    .menusn ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    
    .menusn ul ul {
        width: 210px;
    }
    
    /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
    .menusn li {
        float: left;
        width: 189.5px;
        position: relative;
    }
    
    /* style the links for the top level */
    .menusn a, .menusn a:visited {
        display: block;
        font-size: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        text-shadow: 1px 1px 1px #000;
		text-decoration: none;
        color: #000;
        width: 179px;
        height: 30px;
        border-width: 1px 1px 0 0;
        padding-left: 0px;
		padding-top: 4px;
        line-height: 29px;		
    }
    
    /* a hack so that IE5.5 faulty box model is corrected */ * html .menusn a, * html .menusn a:visited {
        width: 150px;
        w\idth:139px;
    }
    
    /* style the second level background */
    .menusn ul ul a.drop, .menusn ul ul a.drop:visited {
    /* background:#3399ff; */
    }
    /* style the second level hover */
    .menusn ul ul a.drop:hover {
    /* background:#c9ba65; */
    }
    .menusn ul ul :hover > a.drop {
    /* background:#c9ba65; */
    }
    /* style the third level background */
    .menusn ul ul ul a, .menu ul ul ul a:visited {
    /* background:#e2dfa8; */
    }
    /* style the third level hover */
    .menusn ul ul ul a:hover{
    /* background:#b2ab9b; */
    }
    .menusn ul ul ul :hover > a {
    /* background:#b2ab9b; */
    }
    
    /* style the table so that it takes no part in the layout - required for IE to work */
    .menusn table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}
    
    /* hide the sub levels and give them a positon absolute so that they take up no room */
    .menusn ul ul {
    visibility:hidden;
    position:absolute;
    bottom:31px;
    left:0; 
    width:160px;
    }
    * html .menusn ul ul {
    bottom:30px;
    }
    /* position the third level flyout menu */
    .menusn ul ul ul{
    left:150px; 
    bottom:0;
    width:150px;
    }
    /* position the third level flyout menu for a left flyout */
    .menusn ul ul ul.left {
    left:-150px;
    }
    
    
    /* style the second level links */
    .menusn ul ul a, .menusn ul ul a:visited {
    background:#000000; 
    color:#fff; 
    height:auto; 
    line-height:1em; 
    padding:5px 10px; 
    width:400px;
	
    /* yet another hack for IE5.5 */
    }
    * html .menusn ul ul a{
    width:450px;
    w\idth:400px;
    }
    
    
    /* style the top level hover */
    .menusn a:hover, .menusn ul ul a:hover{
    color:#fff; 
    /* background:#949e7c; */
    }
    .menusn :hover > a, .menusn ul ul :hover > a {
    color:#35c2d3;
    /* background:#949e7c; */
    }
    
    /* make the second level visible when hover on first level list OR link */
    .menusn ul li:hover ul,
    .menusn ul a:hover ul{
    visibility:visible;
    height:auto;
    }
    /* keep the third level hidden when you hover on first level list OR link */
    .menusn ul :hover ul ul{
    display:none;
    }
    /* keep the fourth level hidden when you hover on second level list OR link */
    .menusn ul :hover ul :hover ul ul{
    display:none;
    }
    /* make the third level visible when you hover over second level list OR link */
    .menusn ul :hover ul :hover ul{ 
    display:block;
    bottom:0;
    }
    /* make the fourth level visible when you hover over third level list OR link */
    .menusn ul :hover ul :hover ul :hover ul { 
    display:block;
    bottom:0;
    }
/* =================END CSS FOR FLY-UP FOOTER MODULE================= */


/* =================BEGIN STYLE FOR FORM REQUIRED ASTRISK============ */

strong.formRequired {
color: #ff0000 !important;
font-weight: normal;
}
/* =================END STYLE FOR FORM REQUIRED ASTRISK============== */


/* =================BEGIN STYLE FOR FLOATING CTA===================== */

#nkfloatfloat_cta {
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	margin-left: 50px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;		
}


/* =================END STYLE FOR FLOATING CTA======================= */

/* =================BEGIN HTML5 VIDEO PLAYER STYLE=================== */

/* video container */
            .videoContainer {
                width: 550px;
                height: 310px;
                position: relative;
                overflow: hidden;
                background: #000;
                color: #ccc;
                border-radius: 6px;
                /*border: 1px solid rgba(0, 0, 0, 0.8);*/
				border:3px solid #A2E5E6;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
                margin: 50px auto 0;
            }
			
/* =================END HTML5 VIDEO PLAYER STYLE=================== */

/* =================BEGIN HTML5 AUDIO PLAYER STYLE==================== */

/* audio container */
			.audioContainer {
				width: 480px;
				height: 32px;
				padding-bottom: 6px;
				position: relative;
				overflow: hidden;
				background: #151515;
				color: #ccc;
				border-radius: 6px;
				border:2px solid #A2E5E6;
		        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		        margin: 50px auto 0;		
			}
			
			
/* =================END HTML5 AUDIO PLAYER STYLE==================== */

/* ==================BEGIN JOMSOCIAL WRAPPER EDITS===================== */

.jomsocial-wrapper .jomsocial {
	background: rgba(236, 240, 241, 0.4);
	border-radius: 10px;
}

/* ================END JOM-SOCIAL WRAPPER EDITS======
 * 
/* ================JOM-SOCIAL STYLE EDITS============================== */

/* ---Changes Text Color in Sent Message Box--- */
.joms-chat__message-item.you .joms-chat__message-body > div {
	color: #000000 !important;
}		