@media only screen and (min-width: 980px) {
    .toggle-menu{
        display: none;
    }
    #nav{
        display: block !important;
    }
    .show-tablet{
        display: none !important;
    }
}
@media only screen and (max-width: 979px) {
     p.slogan{
	     display: none;
	     
	     
     }
     .lhsBar{
	     width: 100%;
     }
     .toggle-menu.active{
	      background-image: url(../images/mobile_menu_black.png);
     }
     .toggle-menu.active:after{
	     color: #000000;
     }
     .toggle-menu:after{
	     content: "MENU";
	     position: absolute;
	     bottom: -24px;
	     width: 100%;
	     text-align: center;
	     font-family: Arial, Helvetica, sans-serif;
	         font-size: 14px;
     }
    p.snlogan.mobile{
	        font-family: 'Montserrat', sans-serif;
	    text-transform: uppercase;
	    font-size: 1.57em;
	    color: #df393d;
	    font-weight: normal;
	    letter-spacing: .17em;
	    padding: 0;
	    line-height: 0.86em;
    
    }
     p.slogan.mobile .sIFR-flash{
	     width: 100% !important;
	     text-align: right; 
     }
    img{
        max-width: 100%;
        height: auto;
    }
    .clearfix{
        clear: both;
        display: block;
    }
    .hide-tablet{
        display: none !important;
    }
    .show-tablet{
        display: block !important;
    }
    #content {
        margin: 20px auto;
        padding: 20px;
        width: 694px;
    }
    #content{
        position: relative;
    }
    .toggle-menu{
        background-image: url(../images/mobile_menu.png);
        width: 48px;
        height: 24px;
        display: block;
        top: 61px;
        right: 28px;
        position: absolute;
    }
    #nav{
        display: none;
        position: absolute;
        width: 676px;
        background-color: rgba(255,255,255,0.9);
        margin-left: 9px;
    }
    #mainContent{
        margin: 0;
        width: 100%;
    }
    .content_block .cb_top{
        background-size: 100% auto;
    }
    .content_block .cb_middle{
        background-size: 100% auto;
    }
    .content_block .cb_bottom{
        background-size: 100% auto;
    }
    .lhsPod{
        margin: 20px 1% 0;
           float: left;
		   width: 43.4%;
		       padding: 2%;
    }
    .rhsBar{
        margin: 0 auto;
        float: left;
        width: 100%;
    }
    .rhsPod{
		margin: 20px auto 0;
		float: left;
		width: 49%;
    }
    .rhsPod .rhs_top  , .rhsPod	.rhs_bottom{
	    background-size: cover !important;
    }
    .rhsPod	.rhs_middle{
	    background-size: contain !important;
    }
    p.slogan{
        margin-top: 20px;
    }
    #footer{
        margin: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        line-height: 14px;
    }
    .sIFR-active #footer{
	    width: 100%;
	    margin: auto;
    }
    
    .icon-mobile{
	    display: inline-block;
	    
    }
    .content_block dl a.icon-mobile img{
	   float: none;
	   margin: 20px 0 0 0;
    }
    .icon-desktop{
	    display: none;
    }
}

@media only screen and (max-width: 767px) {
    
    #content {
        box-sizing: border-box;
        margin: 10px auto;
        width: 100%;
        padding: 10px;position: relative;
    }
    .toggle-menu{
        right: 13px;
    }
    .lhsBar{
        margin-left: 0;
        width: 100%;
    }
    .lhsPod{
	    width: 94%;
	    margin: auto 1% 20px;
    }
    
    
    #nav ul li.navH3 a.on3:hover, #nav ul li.navH3 a.on3.current{
	    background: transparent !important;
	}
    #nav ul li a{
	    background: transparent !important;
	    color: #000000;
    }
    #nav ul li a.current{
	    color: #ed4054;
	    background: transparent !important;
    }
    #nav ul li ul li a.active_{
	    color: #ed4054; 
    }
    #nav ul li a:hover{background: transparent !important;}
    .content_block .cb_top{
        background-size: 100% 100%;
    }
    #nav {
	    background: #fff;
	    height: 576px;
	    padding: 20px;
	    box-sizing: border-box;
    }
    #nav{
        margin-left: 0px;
        width: 100%;
    }
    #nav ul {
	    position: relative;
	    width: 100%;
	}
	#nav ul li {
    color: #000;
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    height: auto !important;
    margin-bottom: 26px !important;
}
	#nav ul ul {
    padding-left: 20px !important;
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
}
	#nav ul li a {
	    position: relative;
	    font-size: 16px;
	}
   #nav ul li a span {
	    display: inline;
	    visibility: visible;
	}
    .rhsPod{
		margin: 20px auto 0;
		float: left;
		width: 100%;
    }
}