.center {
	/*border:2px solid #f00;*/
}
/*----- Toggle Button -----*/
.toggle-nav {
    display:none;
}

.header-top2 {
	display: none;
}

#custServiceHeader {
	display:none;
}

.menu ul {
    display:inline-block;
}
 
.menu li {
    margin:0px 50px 0px 0px;
    float:left;
    list-style:none;
    font-size:14px;
}
 
.menu li:last-child {
    margin-right:0px;
}
 
.menu a {
    /*text-shadow:0px 1px 0px rgba(0,0,0,0.5);*/
    color: #666;
    transition:color linear 0.15s;
}
 
.menu a:hover, .menu .current-item a {
    text-decoration:none;
    color: #999;
    cursor: pointer;
}
a.toggle-nav {
    color: #fff !important;
}
.caret {
    cursor: pointer;
    display: inline-block;
    float: right;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 10px dashed;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.newClass {
    display: block !important;
    /*background: #E7E7E7 !important;*/
}
.active.newClass li a {
    color: #666 !important;
    background: url(../img/gradient.png) left bottom repeat-x #fff;
    display: block;
    color: #666;
    padding: 10px;
    border-bottom: 1px solid #ddd;

}
.dropDownMenu a {
    /*width: 50%;*/
}
.apps {
    text-align:center;
    padding:4px;
    box-shadow: 1px 1px 2px #888888;
    margin:4px;
    border-radius: 5px;
}
.topMenu a {
    color: #666 !important;
}

.topMenuSmall a {
    color: #666 !important;
	font-size:10px;
}


.custService {
    font: 400 16px/20px ;
    color: #ed1c2e;
}



.colorClass {
    color: #f00 !important;
}
#mobileSearch {
    display: none;
}


	
#copyrightlinks {
	display:inline; /*footer links copyright row*/
}

#copyrightlinksBackup {
	display:none; /*footer links copyright row*/
}

#copyrightlinks2 {
	display-dep:inline; /*footer links copyright row*/
	margin-top:6px !important;
}




.video-container-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


	.img-responsive-wide {
       width:100% !important;
	   height:100% !important;
    }
	
	
	.main-carousel h2 {
		font-size:34px;
		line-height:34px;
    }


	.main-carousel h2 span {
		font-size:60px !important;
		line-height:60px !important;
    }
		
	

@media screen and (min-width: 600px) {
   /* .test-list p {
        width: 80% !important;
    }*/
}
@media screen and (min-width: 768px) {
	#mobileMenu {
		display: none;
	}
	#responsive-aux {
		display: none;
	}
    #landingPage {
        width:700px !important;
    }
    .displayNoneDiv {
        display: none;
    }
    #risk-issue-list {
        margin-left: 240px;
    }
}
/*----- Menu -----*/
@media screen and (min-width: 860px) {
    .menu {
        width:100%;
        padding:10px 18px;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#303030;
    }
}

@media screen and (max-width: 767px) {
	
	
.custService {
    font: 400 12px/20px;
    color: #ed1c2e;
}


	.center {
	    width: 100%;
	    position: relative;
	    margin: 0 auto;
	    text-align: left;
	}
	/*.home-masthead, ul.slideshow {
	    width: 100%;
	}*/
	.home-masthead {
		width: 100%;
		/*display: none;*/
	}
	.slideshow {
		width: 100%;
		/*border: 1px solid #f00;*/
		/*display: none;*/
	}
	#aux {
        right: 0px !important;
        padding: 20px 20px;
        /*position: relative !important;*/
    }
    .interiorpage #aux {
	    right: 0px !important;
	    padding: 0px !important;
        position: relative;
        float: none;
        width: 100%;
        /*border: 1px solid #f00;*/
	}
	.home-masthead, ul.slideshow {
		width: 100%;
		height:240px;/*added 9/26/17*/
	}
	
	 ul.slideshow {
		width: 100%;
		display:none; /*added 9/26/17*/
	}
	
	ul.slideshow-nav {
		width: 100%;
		display:none; /*added 9/26/17*/
	}
	
	ul.slideshow li {
		width: 100% !important;
	}
	ul.slideshow li img {
		/*width: 75% !important;*/
	}
	ul.features li {
		width: 100%; 
		margin: auto;
		/*text-align: center;*/
		padding: 10px;
	}
	ul.features li img {
		width: 100%;
		text-align: center;
	}
	ul.features li p {
		width: 90%;
	}
	div#slideshow2 {
		width: 100% !important;
	}
	ul.header-nav {
		display: none;
	}
	
	#main-aux {
		display: none;
	}
	
	#mobileMenu {
		display: block;

	}
	
	#responsive-aux {
		display: inline;
		width:100%;
	}

	.responsive-aux {
		width:100%;

	}
	
	
	
	#custServiceHeader {
		display:inline;
		float:right;
		margin-right:0px;
	}

    #mobileSearch{
        display: block !important;
        bottom: 0px !important;
        top: 0px !important;
        margin: 10px 20px;
        position: relative !important;
    }
    #mobileSearch input[type="text"] {
        width: 160px;
    }
    #mobileSearch input[type="submit"] {
        width: 50px;
    }
    .header-top {
        display: none;
    }
	
	.header-top2 {
        display: block;
		float:right;
		margin-bottom:0px;
		margin-top:2px;
		margin-right:0px;
		margin-left:0px;
    }
	
	#header {
        height: 120px;
    }
	
	
	#header form.header-search {
        display: none;
    }
	
	
    #header input.ss360submit {
        display: none !important;
    }
	
	#header input.ss360 {
        display: none;
    }
	
	
    #header .header-contact {
        display: none;
    }
    #header .header-logo {
        left: 10px;
		padding-top: 5px;
		top: 20px;

		
    }
    #header .header-logo img {
        width: 80%;
    }
	 

    #subfooter {
         background: #eee;
		 height:140px;
    }
    #subfooter p {
        width: 100%;
    }
    #footer {
        display: none;
    }
    .test-list p {
        width: 80% !important;
    }
    #sidebar {
        width: 100%;
        padding: 0px;
        width: 100%;
        margin: auto;
		display:none; /*added 9.26.17*/
    }
    #content {
        width: 100%;
        padding: 0px !important;
        min-height: auto !important;
    }
    .box-left, .box-right {
        display: none;
    }
    #content, #sidebar {
        float: none; 
        position: relative;
        margin-top: 20px;
    }

    #aux {
		display:block;/*added 9.26.17*/
    }
	
	#show {
		display:none;/*added 9.26.17*/

    }
    #aux .login-box {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .bannerImg {
        width: 100%;
    }
    .apps td img {
        width: 50% !important;
        margin: auto;
    }
    #landingPage table {
        width: 100% !important;
        display: block;
        margin: 0px;
        /*border: 1px solid #f00;*/
    }
    #landingPage table tr{
        width: 100% !important;
       display: block;
    }
    #landingPage table tr td{
        width: 100% !important;
       display: block;
    }  
    .displayNoneDiv {
        display: block;
        width: 50%;
        margin: auto;
        padding-top: 10px;
    } 
    #displayDiv {
        display: none !important;
    }
    .apps {
        width: 50%;
        margin: auto;
    }
    table.noborder td {
        text-align: center;
    } 
    #quote-form {
        width: 100% !important;
    }
    table, table.audit {
        width: 95%; 
        display: block;
        /*border: 2px solid #f00;*/
    }
    table tr {
        width: 100%;
        display: block;
    }
    table td {
        width: 100%;
        display: block;
        padding: 6px 2px;
    }
    #aux .features-right .features-rr img.awards {
        position: relative;
        top: 10px;
        right: 0px;
    }
	
	ul.features li.features-right {
		float: left;
	}
	
    #aux .features-right .features-rr {
        text-align: center;
    }
    #aux .login-box img {
        margin-bottom: 10px;
		width-dep:80%;
    }

	
    /*#content img {
        width: 100% !important;
    }*/
	.thumbnail {
		text-align:left;
	}
	
    .video-container iframe {
        width: 100% !important;
    }
    .speaker-copy span {
        display: block;
    }
    .speaker-copy img {
        display: block;
        float: right !important;
    }
    .container.speakers {
        width: 80% !important;
		padding-left:10%;
    }
    #risk-issue-list {
        margin-left: 50px;
    }
    table th {
        display: block;
    }
    .features-rr img {
        width: 100%;
    }
    #landingPage p a img {
        width: 100% !important;
        height: auto !important;
    }
    #landingPage p img {
        width: 100% !important;
        height: auto !important;
    }
    #landingPage table tr td div a img {
       margin: auto;
    }
	
	
	
	ul.landing li a, ul.landing li.nonlink {
    width: 98%;
}



}

@media screen and (max-width: 970px) {
    .search-form input {
        width:120px;
    }
}
 
@media screen and (max-width: 860px) {
    .menu {
        position:relative;
        display:inline-block;
        float: right;
        margin: 40px 10px;
		margin-top:15px;
        width: 100%;
    }
 
    .menu ul.active {
        display:none;
    }
    .menu ul li ul.active {
        /*display: block !important;*/
        position: relative !important;
    }
    .menu ul {
        width:100%;
        position:absolute;
        top:245%;
        left:0px;
        padding:10px 0px;
        /*box-shadow:0px 1px 1px rgba(0,0,0,0.15);*/
        border-radius:0px;
        background:#f4f4f4;
        margin: 0 10px 0px;
    }
 
    /*.menu ul:after {
        width:0px;
        height:0px;
        position:absolute;
        top:0%;
        left:22px;
        content:'';
        transform:translate(0%, -100%);
        border-left:7px solid transparent;
        border-right:7px solid transparent;
        border-bottom:7px solid #303030;
    }*/
 
    .menu li {
        margin:5px 0px 5px 0px;
        float:none;
        display:block;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
 
    .menu a {
        display:block;
    }
 
    .toggle-nav {
        padding:10px;
        float:right;
        display:inline-block;
        box-shadow:0px 1px 1px rgba(0,0,0,0.15);
        border-radius:3px;
        background:#fa2123;
        text-shadow:0px 1px 0px rgba(0,0,0,0.5);
        color:#777;
        font-size:25px;
        transition:color linear 0.15s;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#66a992;
    }
	
	
	
    
}

/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
    .wrap {
        width:90%;
    }
}


@media screen and (max-width: 600px) {
    .show {
        display:none;
    }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
    ul.features li {
        width: 38%;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    ul.features li {
        width: 46%;
    }
}
@media screen and (min-width: 767px) and (max-width: 1278px) {
    ul.features li {
        /*width: 46%;*/
    }
    .center {
        width: 100%; 
    }
    ul.header-nav {
        top: 116px;
        left: 0px;
        width: 100%;
    }
    #header {
        height: 150px;
    }
    .home-masthead, ul.slideshow {
        width: 100%; 
    }
    .home .test-list {
        width: 100% !important;
    }
	

	
    #subfooter p {
        width: 100% !important;
    }
    .interiorpage #aux {
        right: 0px !important;
        width: 28% !important;
    }
    .interiorpage .content {
        width: 292px;
     
    }
    .interiorpage .box-right {
        width: 48%;
        border: 0px solid #ccc;
        
    }
    #content {
        width: 48%;
    }
    #aux .features-right .features-rr img.awards {
        position: relative;
        width: 100%;
        right: 0px;
        top: 10px;
    }
    #aux .login-box {
        width: 100%;
    }
    #quote-form {
        width: 100% !important;
    }
    table, table.audit {
        width: 100%;
    }

	  table.skinny2 {
        width: 95%; 
        display: block;
        /*border: 2px solid #f00;*/
    }
    table.skinny2 tr {
        width: 100%;
        display: block;
    }
    table.skinny2 td {
        width: 100%;
        display: block;
        padding: 6px 2px;
    }
	


    .thumbnail {
        width: 48%;
        height: 277px;
    }

}



@media screen and (max-width: 1278px) {
	
	#content[style] {
        width: 70% !important;
     
    }
	
	ul.features li #desc {
		display:none;
	}
	ul.features li p.show {
		display:block;
	}
	.features-news ul {
		display:none; /*news desc on homepage*/
	}
	.features-news  {
		padding-bottom:10px; /*news desc on homepage*/
	}
	#slideshow2 {
		display:none; /*testimonial slideshow on homepage*/
	}
	
	#firstlinks {
		display:none; /*footer links first row*/
	}


	#copyrightlinks {
		display:none; /*footer links first row*/
	}
		
	#copyrightlinksBackup {
		display:inline; /*footer links first row*/
	}
	
	
	#bbb {
		position:absolute; /*bbb icon*/
		display:inline;
		padding-top:40px;
		padding-left:35px;
	}
	
	#header .header-logo {
        left: 10px;
	}
	
	
	
	/*.test-list {
		width:50%;
		height:470px !important;
	}
	*/
	
	.test-list .info {
		padding: 10px !important;
		width:220px !important;
	}
	

	.test-list .info .n {
		font-size: 16px !important;
	}


	
	.test-list p {
    	width: 230px !important;
		margin:10px !important;
		font-size:10px !important;
	}
	
	
	.videos .list {
		float:left !important;
		padding-top:10px;
		padding-left:40px !important;
	}

	.reviews .list {

    margin-left: 0px !important;
	}

	
	.reviews .info .n {
		font-size: 12px !important;
	}
	.reviews .info .t {
		font-size: 12px !important;
	}
	.reviews .info .l {
		font-size: 12px !important;
	}
		
	.reviews .info {
		border-right: 1px solid #cccccc;
		box-sizing: border-box;
		float: left;
		height: 110px;
		margin: 10px 0 10px -25px;
		padding: 10px !important;
		width: 48% !important;
	}


	.reviews p {
		display: table;
		float: left;
		font-size: 10px  !important;
		font-weight: normal;
		height: 95px;
		letter-spacing: 0.3px;
		line-height: 12px  !important;
		margin: 10px !important;
		overflow: hidden;
		width: 48% !important;
	}
	
}



@media screen and (max-width: 767px) {
	
	
	.table-responsive {
		margin: auto; 
		display:table;
	}
	
	.table-responsive td {
		width:100%;
	}
	
	.main-carousel {
		background-repeat:no-repeat !important;
		background-size-dep:contain !important;
		height:300px !important;
		width:auto;
		background-position:center;

    }
	
	
	.main-carousel h2 {
		font-size:30px !important;
		line-height:30px !important;
		padding-top:40px;
		

    }
	
	.main-carousel h2 span {
		font-size:50px !important;
		line-height:50px !important;
    }
	
	.img-responsive {
       width:30% !important;
	   height:100% !important;
    }
	
	.img-responsive-wide {
       width:100% !important;
	   height:100% !important;
    }
		
		
	#content[style] {
        width: 100% !important;
     
    }

	.test-list p {
    	width: 230px !important;
		margin:10px !important;
		font-size:11px !important;
		line-height:normal !important
		}
	
	.test-list .info .n {
		font-size: 12px !important;
	}




	.float-right {
	 width:100%;
	 float:none !important;
	}
	
	
	#one-line-img {
	 width:100%;
	}
	
		
	#one-line-img img {
	 float:left !important;
	}
	
	#one-line-img:after {
		content: "" !important;
		visibility: hidden !important;
		display: block !important;
		height: 0 !important;
		clear: both !important;

	}

}




@media screen and (max-width: 530px) {
	
	
	
	.header-top2 {
		font-size:9px;
		margin-right:-4px;
    }
	
	
#header .header-logo {
    top: 20px;

}
	  
#slideshow {
    height: 321px !important;
}

	.test-list p {
    	width: 280px !important;
		margin:20px !important;
		font-size:11px !important;
		line-height:normal !important;
		float: left  !important;
		}
	
	.test-list .info .n {
		font-size: 12px !important;
	}



.test-list .info {
    margin: 10px 0 10px 40px !important;
    width: 80% !important;
    border-right: 0px solid #cccccc !important;
    padding: 0px !important;
	padding-top:30px !important;
    float: left !important;
    height: 150px !important;
    box-sizing: border-box !important;
}


	.test-list .info .n {
		text-align:center !important;
	}
	.test-list .info .t {
		text-align:center !important;
	}
	.test-list .info .l {
		text-align:center !important;
	}

	.test-list .info .v {
		text-align:center !important;
	}
	
		
	.videos .list {
		float:left !important;
		padding-top:10px;
		padding-left:20px !important;
	}
	

	.reviews .info  {
		width:48% !important;
	}
	
	
	

	.reviews .info .n {
		font-size: 10px !important;
	}
	
	.reviews .info .t {
		font-size: 10px !important;
	}

}