/* tables */

table.tablesorter thead tr .header {
	background-image: url(../../../../apps/act/components/rescheduletest/clientlibs/css/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../../../../apps/act/components/rescheduletest/clientlibs/css/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../../../apps/act/components/rescheduletest/clientlibs/css/img/desc.gif);
}

.legislatorLookup .legislatorLookupResults {
    margin-top:1.5em;
}

.legislatorLookup .legislatorLookupSubmit {
    margin-top:0;
}
/*****************************************************
LESS compilation failed due a JavaScript error!

Input: /etc/designs/act/clientlibs/act-commons/less/act-style.less
Error: NameError: variable @light-blue is undefined in /etc/designs/act/clientlibs/act-commons/less/act-generic.less on line 255, column 27:
254         &.light-blue{
255             border-color: @light-blue;
256         }


(uncompiled LESS src is included below)
*****************************************************/
@import "act-generic";

/* Old gradient button restyled */

.gradient-btn {
  color: #333;
  padding: 10px 16px;
  background-color: #fff;
  text-transform:uppercase;
  border-color: #ccc;
}
.gradient-btn:hover,
.gradient-btn:focus,
.gradient-btn:active,
.gradient-btn.active,
.open .dropdown-toggle.gradient-btn {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.gradient-btn:active,
.gradient-btn.active,
.open .dropdown-toggle.gradient-btn {
  background-image: none;
}
.gradient-btn.disabled,
.gradient-btn[disabled],
fieldset[disabled] .gradient-btn,
.gradient-btn.disabled:hover,
.gradient-btn[disabled]:hover,
fieldset[disabled] .gradient-btn:hover,
.gradient-btn.disabled:focus,
.gradient-btn[disabled]:focus,
fieldset[disabled] .gradient-btn:focus,
.gradient-btn.disabled:active,
.gradient-btn[disabled]:active,
fieldset[disabled] .gradient-btn:active,
.gradient-btn.disabled.active,
.gradient-btn[disabled].active,
fieldset[disabled] .gradient-btn.active {
  background-color: #fff;
  border-color: #ccc;
}


/** Contact Us Form Overlay CSS **/
.contact-modal-box, .confirmation-modal-box{
    max-width: 600px;
    height: 350px;
    /*background: #fff;*/
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
        /*-webkit-border-radius: 0px;*/
        /*border-radius: 0px;*/
        border: none;
        .modal-header{
            text-align: center;
            .close {
                margin-right: -10px;
                margin-top: -2px;
            }
        }
        .modal-body{
            text-align: center;
            height: auto;
        }
    }
    a{
        color: @act-links;
        font-size: 13px;
        text-decoration: underline;
    }
    .close{
        position: absolute;
        top: 5%;
        right: 2%;
        opacity:1;
        z-index: 99;
    }
    .modal-header{
        border-bottom:0;
        padding-bottom:0px;
        padding-top:30px;
    }
} 

/*********WorkKeys  CSS************/
.ui-autocomplete {
	max-height: 200px;
	overflow-y: scroll; 
	overflow-x: hidden;
}
.site-search-bar {
    background-color: #012d62;
    min-height: 76px;
    
    .search-title {
	  h1{
	    color: #fff;
	  }
	  h2 {
	  	color: #fff;
	  }
	}
 
	 .search-field {
	  margin: 20px 15px;
	  padding: 0;
	  position: relative;
	  
	  .small-search-icon {
	  position: absolute;
	  z-index: 1;
	  width: 25px;
	  height: 25px;
	  right: 4px;
	  top: 10px;
	  cursor: pointer;
	}
	
	input[type="text"] {
	  background-position: -278px -64px;
	  background-color: #fff;
	  border: 1px solid #c9c9c9;
	  border-radius: 4px;
	  color: #565656;
	  width: 100%;
	  padding-left: 10px;
	  line-height: 30px;
	}
  }
  }

.workkeys-search {
	.ui-btn-icon-left::after, .ui-btn-icon-right::after, .ui-btn-icon-top::after, .ui-btn-icon-bottom::after, .ui-btn-icon-notext::after {
		background: none !important;
	}
	.ui-icon-carat-r::after {
		background-image: none;
	}
	.ui-input-clear {
		display: none;
	}
	.ui-input-search:after {
		background-image: none !important;
	}
	@media screen and (min-width: 768px){
		.ui-input-search {
			display: none !important;		
		}
	}
}
.workkeys-grid{
	margin: 15px 0;
	.footnote-text {
		display: none;
	}
	.result-header{
		display: none;
		margin-top: 25px;
    	margin-bottom: 25px;
		p{
			margin-bottom:0;
            position: relative;	
            padding-right:25px;
		}
		.reset-grid {
			text-transform: uppercase;
			float: right;
            position: absolute;
            right: 0;
            top: 5px;
		}
	}
	.result-grid{
		.center-name a:hover, 
		.center-name a:focus {
			text-decoration: none;
		}
		.pin-icon{
			background:url(act-commons/images/location-icon-red.png) no-repeat 0 3px;
			background-size:100%;
			width:13px;
			height:20px;
			cursor:pointer;
			display:block;
			position:absolute;
			left:0;
		}
		address{
			position: relative;
			padding:0 20px;
		}
		.result-detail{
			position:relative;
            padding-left: 20px !important;
			.web-url {
				word-break: break-all;
			}
		}
	}
}
.site-search-bar.workkeys-search .search-title{
	border-right:0;
	h4{
		line-height: 36px;
		height: 36px;
		overflow:hidden;
	}
}
    
/****** Newsletter Hero Image Component CSS *******/
.newsletter-hero-img{
    position: relative;
    .quote-panel{
        padding: 60px;
        background-size: 100%; 
        h1{
            color: @act-white;
            font-size: 30px;
            line-height: 45px; 
            border-left: 0;
            padding: 0;
            margin: 20px 0 40px;
            max-height: 180px;
            overflow: hidden;
        }
        h5{
            color: @act-white;
        }
        a{
            color: @act-white;
            font-size: 13px;
        }
        hr.seprate{
            border-color: #CCC4B2;
        }
        .quote-open{
            display: inline-block;
            color: @act-white;
            &:before{
                content: open-quote;
                font-size: 4em;
                line-height: 0px;
                position: relative;
                top: 27px;
                font-weight: normal;
            }
        }
    }
    .issue-title-bar{
        background: url("act-commons/images/gradient.jpg") no-repeat left top;
        padding: 20px 0 15px 30px;
        h4{
            color: @act-white;
            max-height: 33px;
            overflow: hidden;
        }       
    }
    .issue-cont-panel{
        padding: 30px;
        h4{
            color: @act-very-dark-gray;
            max-height: 33px;
            overflow: hidden;
        }
        p{
            line-height: 14px;
        }
        a{
            color: @act-links;
            display: inline-block;
            max-height: 28px;
            overflow: hidden;
        }
    }
    .brdr-panel{
        border-bottom: 1px solid @act-light-gray;
    }
}

/******* Dmitry's Section Begin********/

/******* Call to Action link CSS********/

.cta-link{
    text-transform:uppercase;
    white-space: nowrap;
    display: inline-block;
    color:@act-links;
    a{
        color:@act-links;
    }
    &:hover{
        color:@act-links;
    }
    &:focus{
        color: @act-links;
    }
}
@media screen and (max-width: 480px) {
    .nav-button-box{
        .gradient-btn{
            padding:1rem 1rem;
        }
    }
}

/*******Tableau CSS******/
.tableau-continer{
    .mCSB_draggerContainer{
        display:block!important;
    }
}
.table-scroll{
	position:relative;
}

/******* Dmitry's Section END********/

/*******Product Sub Detail CSS*******/
.red-corner{
    background: url(act-commons/images/qa-top.jpg) no-repeat right top;
    background-size:100%;
    padding-bottom: 7.20%; 
    height: 0;
}
.multi-page-nav-comp {
    overflow: hidden;
    .column-counter {
        p {
            display: inline-block;
            font-size: 16px;
            color:#808080;
            vertical-align: top;
        }
        ul {
            display: inline-block;
            margin-left: 10px;            
            li {
                background-color: #e8e8e8;
                border-right: 2px solid @act-white;
                cursor: pointer;
                display: inline-block;
                height: 10px;
                margin: 5px 0 5px 0px;
                position: relative;
                width: 12px;
                float: left;
                &.select {
                    background-color: #d4d1d1;
                    &:before {
                        border-top: 1px solid @act-links;
                        content: "";
                        left: 0;
                        position: absolute;
                        top: -3px;
                        width: 12px;
                    }
                }
                &.active {
                    background: url("act-commons/images/ticker-btn.png") no-repeat 0 0;
                }  
            }
        }
    }
    .multipage-carousel {
        position: relative;
        padding: 0px 40px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        height: 63px;
        margin-bottom:57px;
        .multipage-carousel-container {
            overflow: hidden;
            height: 124px;
        }
        &.hide-controls {
            -webkit-border-radius: 0;
            border-radius: 0;
            padding: 0;
            background-color: transparent;
            border:none;
            .carousel-controls {
                display: none;
            }
            .multipage-carousel-container {
                padding:0 0 0 2px;
            }
            ul {        
                li:first-child {
                    margin-left:-2px;
                }
                li:last-child:after {
                    display:none;
                }
            }
        }
        .carousel-controls {            
            span { 
                cursor: pointer;
                display: block;
                float: left;
                &.prev-multi:after {
                    left: 0;
                    content: "\e257";
                    font-family: 'Glyphicons Halflings';
                    top: 0;
                    width: 40px;
                    position: absolute;
                    line-height: 63px;
                    text-align: center;
                }
                &.next-multi:after{
                    right: 0;
                    content: "\e258";
                    top: 0;
                    width: 40px;
                    font-family: 'Glyphicons Halflings';
                    position: absolute;
                    line-height: 63px;
                    text-align: center;
                }
                &.disabled{
                    cursor: default;
                    filter: alpha(opacity=20);
                    opacity: 0.2;
                }
            }
        }
        ul {
            list-style: none;
            margin: 0;
            padding: 0;
            max-height: 90px;            
            li {
                width: 20%;
                float: left;                
                padding: 8px 0px;
                position: relative;
                overflow: hidden;
                &:before{ 
                    position: absolute;
                    width: 99%;
                    height: 0;
                    border-top: 4px solid @act-dark-blue;
                    top: 0px;
                    left:0;
                    content: '';
                }
                &:after {
                    content: "";
                    display: block;
                    height: 40px;
                    right: 0;
                    position: absolute;
                    top: 10px;
                    width: 0;
                }
                &.active, &:hover {
                    background-color: @act-pastel-dark-blue;
                    color: @act-light-blue;
                    overflow: visible;
                    cursor: pointer;
                    &:before {
                        border-right: 0;
                        border-top-color: @act-light-blue; 
                    }
                    &:after {
                        display: none;
                    }
                }
                &:last-child {
                   .paging { 
                        &.moreThan5 {
                            a:first-child {
                               -webkit-border-radius:0;
                                border-radius: 0; 
                            }
                        }                      
                        a {
                            float: left;
                            &:nth-child(6){
                                -webkit-border-radius: 0 0 0px 5px;
                                border-radius: 0 0 0px 5px;
                            }
                        }                        
                   } 
                   &.last-child {
                     .paging a {
                            border-top: 1px solid #c9c9cb;
                            &:nth-child(6) {
                                -webkit-border-radius: 0;
                                border-radius:0;
                            }
                        }
                   }
                }
                &.radius-none {
                    .paging a:first-child {
                        -webkit-border-radius: 0;
                        border-radius:0;
                    }
               } 
               .title-cat-text {
                    vertical-align: bottom;
                    overflow: hidden;
                }
                small {
                    display: block;
                }
                .passage-column {                    
                    padding: 4px 10px 0;                    
                } 
                .paging {
                    position: absolute;
                    top: 100%;
                    display: inline-block;
                    white-space: nowrap;
                    width: 100%;
                    border-left: 1px solid #c9c9cb;
                    -webkit-border-radius: 0 0 0px 5px;
                    border-radius: 0 0 0px 5px;
                    a {                        
                        padding: 4px 0px;
                        display: inline-block;
                        text-align: center;
                        border: 1px solid #c9c9cb;
                        border-left:0;
                        width: 20%;
                        border-top: 0;
                        &:first-child {
                            -webkit-border-bottom-left-radius: 0 0 0px 5px;
                            border-bottom-left-radius:5px;
                        }
                         &:last-child {
                            -webkit-border-bottom-right-radius:5px;
                            border-bottom-right-radius:5px;
                        }
                    }
                    .active{
                        color:#6fd1ff;
                    }
                }              
            }
        }
    }
}
.practice-test-comp{    
    position:relative;
    .instruction-column{
        padding: 15px 0px;
        margin-bottom: 20px;
    }    
}
.sample-prompt{
    padding: 15px 45px;
    margin-bottom: 20px;
    h4{
        color: @act-medium-blue;
        img{
            display: inline-block;
            margin: 0 8px 0 0;
            vertical-align: bottom;
        }
    }
    .prompt-body{
        padding: 40px;
        border: 1px solid #e7e7e7;
        margin: 20px 0 10px;        
        background: url(act-commons/images/sample-prompt-bg.gif) repeat;
        p{
            font-size: 16px;
        }
    }
}
.passage-row{
    background-color: @act-pastel-black;
    .passage-body{
        padding: 20px 50px;
        hr {
            border: 2px solid @act-gray;
            width: 100px;
        }
        p, .h3, .h4 {
            color: @act-dark-blue;
        }
        img{
            display: block;
            margin: 10px auto;
            max-width:100%;
        }
        .inline-img{
        	display: inline-block;
    		vertical-align: middle;
        }
        table{
            font-size: 14px;
            color: @act-very-dark-gray;
            margin-bottom: 20px;
            max-width: 100%;
            width: 100%;
            border:0;
            tr:hover{
                 background-color: @act-very-light-gray;
            }
            td,th{
                border:0;
                border-top: 1px solid #ddd;
                line-height: 1.42857;
                padding:13px 8px;
                vertical-align: top;
                &[valign=middle]{
                    vertical-align: middle;
                }
                &[valign=top]{
                    vertical-align: top;
                }
                &[valign=bottom]{
                    vertical-align: bottom;
                }
            }
            th{
                vertical-align: bottom;
            }
        }
        .quiz-area-scroll{
            height:700px;
            overflow:auto;
            padding: 0 0px 0px;
            margin: 0 -15px 0 0px;
            position: relative;            
            &:before{
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top,  rgba(233,233,233,1) 2%, rgba(233,233,233,1) 15%, rgba(233,233,233,0) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(233,233,233,1)), color-stop(15%,rgba(233,233,233,1)), color-stop(100%,rgba(233,233,233,0))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top,  rgba(233,233,233,1) 2%,rgba(233,233,233,1) 15%,rgba(233,233,233,0) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top,  rgba(233,233,233,1) 2%,rgba(233,233,233,1) 15%,rgba(233,233,233,0) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top,  rgba(233,233,233,1) 2%,rgba(233,233,233,1) 15%,rgba(233,233,233,0) 100%); /* IE10+ */
                background: linear-gradient(to bottom,  rgba(233,233,233,1) 2%,rgba(233,233,233,1) 15%,rgba(233,233,233,0) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#00e9e9e9',GradientType=0 ); /* IE6-8 */
                position: absolute;
                width: 100%;
                height: 80px;
                content: '';
                z-index: 1;
            }
            &:after{
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top,  rgba(233,233,233,0) 0%, rgba(233,233,233,1) 85%, rgba(233,233,233,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,0)), color-stop(85%,rgba(233,233,233,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top,  rgba(233,233,233,0) 0%,rgba(233,233,233,1) 85%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top,  rgba(233,233,233,0) 0%,rgba(233,233,233,1) 85%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top,  rgba(233,233,233,0) 0%,rgba(233,233,233,1) 85%,rgba(233,233,233,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom,  rgba(233,233,233,0) 0%,rgba(233,233,233,1) 85%,rgba(233,233,233,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e9e9e9', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-8 */
                position: absolute;
                width: 100%;
                height: 80px;
                content: '';
                z-index: 1;
                bottom: 0;
            }
            &.start:before, &.end:after{
                background: none !important;
            }
        }
        .quiz-area{
            p{
                line-height: 40px;
                position: relative;
            }
            &.normal-lineheight{
                p{
                    line-height: 1.6;
                }
            }            
            span[class*=quizno]{
                text-decoration: underline;
                position: relative;
                padding-bottom: 20px;
                background:url(act-commons/images/quiz-no1.png) no-repeat 50% 100%;
            }
            span.quizno2{
                background-image:url(act-commons/images/quiz-no2.png);
            }
            span.quizno3{
                background-image:url(act-commons/images/quiz-no3.png);
            }
            span.quizno4{
                background-image:url(act-commons/images/quiz-no4.png);
            }
            span.quizno5{
                background-image:url(act-commons/images/quiz-no5.png);
            }
            span.quizno6{
                background-image:url(act-commons/images/quiz-no6.png);
            }
            span.quizno7{
                background-image:url(act-commons/images/quiz-no7.png);
            }
            span.quizno8{
                background-image:url(act-commons/images/quiz-no8.png);
            }
            span.quizno9{
                background-image:url(act-commons/images/quiz-no9.png);
            }
            span.quizno10{
                background-image:url(act-commons/images/quiz-no10.png);
            }
            span.quizno11{
                background-image:url(act-commons/images/quiz-no11.png);
            }
            span.quizno12{
                background-image:url(act-commons/images/quiz-no12.png);
            }
            span.quizno13{
                background-image:url(act-commons/images/quiz-no13.png);
            }
            span.quizno14{
                background-image:url(act-commons/images/quiz-no14.png);
            }
            span.quizno15{
                background-image:url(act-commons/images/quiz-no15.png);
            }
            span.quizno16{
                background-image:url(act-commons/images/quiz-no16.png);
            }
            span.quizno17{
                background-image:url(act-commons/images/quiz-no17.png);
            }
            span.quizno18{
                background-image:url(act-commons/images/quiz-no18.png);
            }
            span.quizno19{
                background-image:url(act-commons/images/quiz-no19.png);
            }
            span.quizno20{
                background-image:url(act-commons/images/quiz-no20.png);
            }
            span.quizno21{
                background-image:url(act-commons/images/quiz-no21.png);
            }
            span.quizno22{
                background-image:url(act-commons/images/quiz-no22.png);
            }
            span.quizno23{
                background-image:url(act-commons/images/quiz-no23.png);
            }
            span.quizno24{
                background-image:url(act-commons/images/quiz-no24.png);
            }
            span.quizno25{
                background-image:url(act-commons/images/quiz-no250.png);
            }
            .linenumber {
              position: absolute;
              left: -1.6em;
              font-weight: bold;
            }
            
        }
    }        
}
.question-day{
     .twitter-icon{
                vertical-align: middle;
                margin-right: 10px;
                display: inline-block;
                background-position: -165px -574px;
                width: 20px;
                height: 17px;
                float: left;
                margin-bottom: 20px;
            }
             .facebook-icon{
                vertical-align: middle;
                margin-right: 10px; 
                display: inline-block;
                background-position: -163px -606px;
                width: 22px;
                height: 22px;
                margin-bottom: 20px;
                float: left;
            }
    .ques-area{
	    h3{
		   margin-left: 24px;
		   margin-top: 31px;
		   margin-bottom: 0px;
		   color: @act-medium-blue;
		   img{
		   		margin-right: 5px;
		   }
	    }
	    .social-cta a{
	        display: block;
	    }
    }
}  
.quiz_list{
    padding: 0;
    margin: 0;
    list-style: none;
    p {
        &.quiz-question {
            line-height:21px;
        }
    }
    & > li{
        position: relative;      
        padding:35px 0 35px 0px;        
        border-bottom: 1px solid #ebebeb;
        margin:0 35px;
        .order-list-no{
            position: absolute;
            right: 102%;
        }
         & + li{
            padding-top: 35px;
        }
        .alert{
            display:none;
        }
    }    
    ol{
        padding-left: 25px;
        &.qa-form {
            li {
                .radio {
                    input {
                        &.qod_option {
                            margin-left: 0;
                        }
                    }
                }
            }
        }
         li{
            margin: 5px 0 10px 0;
            label{
                font-weight: normal;
                vertical-align: top;
                position: relative;
                padding-left: 25px;
                line-height: 21px;
                p{
                    
                }
                input{
                    margin: 0px;
                    position: absolute;
                    top: 2px;
                    left: 0;
                }
                img{
                    vertical-align: top;
                    max-width: 100%;
                }
            }
            .radio{ 
                label:before{
                    top: 1px;
                }
            }
        }    
    }
    .quiz-ans{
        .answer{
            background-color: @act-pastel-dark-blue;
            padding: 15px;
            display: none;
            text-decoration: none;
            div{
                text-decoration: underline;
                text-transform: uppercase;
                cursor: pointer;
            }
            p{
                margin: 10px 0;                
            }
            .explaination{
                display:none;
            }
        }
    }
}

.quiz_list input {
  width: unset;
}

.arrow_up:after{ 
    display:inline-block;
    margin-left: 4px;
    cursor: pointer;
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    font-size: 11px;
}
.arrow_up.active:after{ 
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    font-size: 11px;   
}
.arrow_down:after{
    display:inline-block;
    margin-left: 4px;
    font-family: 'Glyphicons Halflings';
    content: "\e113";
    font-size: 11px;
}
.not-correct:after{ 
    display:inline-block;
    margin-right: 6px;
    vertical-align: bottom;
    font-family: 'Glyphicons Halflings';
    content: "\e090";
    font-size: 22px;
    line-height: 22px;
}
.quiz-next{
    text-align: right;
    margin: 30px 15px 0 0;
    .btn-prev, .btn-next{
        display: none; /*inline-block;*/
        margin-top: 20px;
        max-height: 40px;
        overflow: hidden;
        padding: 0px 2rem;
        line-height: 40px;
    }
    @media screen and (max-width: 767px) {
    .btn-prev {
        float: none !important;
    }
}
    
}
.social-cta{
    margin:30px 0;
    a{
        color: @act-links;
        text-transform: uppercase;
        display: inline-block;
        img{
            display: inline-block;
            margin-right: 7px;
            vertical-align: bottom;
        }
    }
}

@media (min-width: 1024px){
    .practice-test-comp{
        .col-md-6{
            &:first-child{
                .quiz_list{
                    padding-left: 30px;
                }
            }   
        }
    }
}
/*******End Product Sub Detail CSS*******/

/****** ACT404 Page CSS *******/
.act_404{
    .error_message{
        padding: 60px 0 80px;
        h1{
            max-height: 100px;
            overflow: hidden;
        }
        h5{
            max-height: 36px;
            overflow: hidden;
        }
        .search-bar{
            background: #FFF;
            border: 1px solid @act-light-gray;
            -webkit-border-radius: 8px; 
            -moz-border-radius: 8px; 
            border-radius: 8px;
            margin: 10px 0 15px;
            padding: 5px 5px 5px 10px;
            input[type="text"]{
                width:95%;
                border: none;
                float:left;
                padding-left: 5px;
                &:focus{
                    outline:none;
                }
            }
            input[type="submit"]{
                width:20px;
                border: none;
                float:right;
                padding-left: 5px;
                &:focus{
                    outline:none;
                }
            }
            .glyphicon-search{ 
                font-weight: 800;
                cursor: pointer;
                padding-right: 6px;
                line-height: 25px;   
            }
        }
        a{
            text-decoration: underline;
        }
    }

}

/*****Question Answer Page CSS*****/
.qa-header{
    padding:0 15px 15px 60px;
    margin-bottom:20px;         
    h4{
        line-height: 45px;
        color: @act-medium-blue;
        margin-bottom:0;
        font-size:45px;
    }
    h5{
        color: @act-links;
        margin-bottom:0;
    }
    span{
        font-size:13px;
    }
    img{
        width: 32px;
    }
}
 
/******* Text Block Component ***********/ 
.text-block {
    background-color:#fff;
    padding:30px 0px;
    .inner-sec{
        overflow:hidden;
        padding: 52px 40px 52px 40px;
        
        @media screen and (max-width:767px){
            padding:52px 30px;
        }
    }
    
    .headline{        
        &.txt-block-icon{
        	position:relative;
        	padding-left:30px;
	        img{
		        width:27px;
		        position:absolute;
		        top:12px;
		        left:0;
		    }
	    }
    }
    .first-body-text{
        padding-right:10px;
    }
    .second-body-text{
        padding-left:30px;
    }
    
    ol{
        margin-left:0;
        padding-left:17px;
    }
    ul{
        margin-left:0;
        padding-left:0;
        list-style:none;
        li{
            padding-left: 20px;
            position: relative;
                &:before{
                    position: absolute;
                    content: "\e074";
                    font-size: 5px;
                    left: 0;
                    top: 6px;
                    font-family: 'Glyphicons Halflings';
                    color:  @act-gold;
                }
         }
    }

    a.red-caret {
        font-size: 12px;
        text-transform:uppercase;
        
        @media screen and (min-width: 768px){
            overflow:hidden;
            white-space: nowrap;
        }
    }
    
    @media screen and (min-width: 979px) {
        .two-columns [class*='col-']:not(:last-child):after {
            background: @act-light-gray;
            width: 1px;
            content: "";
            display:block;
            position: absolute;
            top:0px;
            bottom:15px;
            right: 0;
        }
    }
 }
 
 /*******Newsroom page CSS/ Article-Lookup*******/
 
.lookup-bar{
   background-color: @act-dark-blue;
   min-height: 76px;
  .lookup-headline{
        padding: 25px 15px;
        border-right:solid 1px lighten(@act-dark-blue, 15%);
        h1{
            color: @act-white;
            margin: 0;
        }
        h2{
            color: @act-white;
            margin: 0;
        }
        h4{
            color: @act-white;
        }
    }
    .search-bar{
        padding: 20px 10px;
        input[type="text"]{
            padding-left: 32px;
        }
    }
    .search-label{
        position: relative; 
    }
    input::-moz-placeholder {
        opacity:1;
    }
    input:-ms-input-placeholder {
        opacity:1;
    }
    input::-webkit-input-placeholder {
        color:rgba(51, 51, 51, 0.6);
        opacity:1;
    }
    input[type="text"]{
        background-position: -278px -64px;
        border: 1px solid @act-st-gray;
        border-radius: 4px;
        color: #565656;
        width: 100%;
        padding-left: 32px;
        line-height: 23px;
        height: 34px;
    }
    .submit-button{
        padding-top: 8px;
        padding-bottom: 8px;
        a{
            color: @act-white;
        }
        input[type="submit"]{
            color: @act-white;
            background:none;
            border:none;
            text-transform:uppercase;
        }
    }
    .cat-select:after{ 
        content: "\e114";
        position: absolute;
        right: 10px;
        top: 8px;
        background: none;     
        font-family: 'Glyphicons Halflings';
        font-style: normal; 
        color: #337DAE;
        font-size: 12px;
    }
    .cat-select{
        position: relative;
        select{
            position: absolute;
            width: 99%;
            opacity: 0;
            z-index: 2;
            color: rgba(51, 51, 51, 0.6);
        }
        input[type="text"]{
            padding-left: 15px;
        }
    }
    
}
.reset-bt{  
    display: inline-block;
    font-size: 20px;
    color: #fff;
    cursor:pointer;
}
#news-form .reset-bt{
    margin-top: 26px;
}
.reset-col{
    height: 74px;
    margin-bottom: -20px;
    margin-top: -20px;
    text-align: center;
    position:relative;
    border-right:solid 1px lighten(@act-dark-blue, 15%);
    border-left:solid 1px lighten(@act-dark-blue, 15%);
    &:before,&:after{
        content:'';
        width:5px;
        height:100%;
        position:absolute;
        top:0;
        right:0;
    }
    &:before{
        left:0;
    }
}

/*******Newsroom page CSS/ Featured-Article*******/
.featured-article{
	padding:20px 0;
    .media-overflow-hide{
        height:auto;
    }
}
.article-content {
        padding: 20px 0px;
        ul{
            /*color: @act-very-dark-gray; */
        }
        ul.trail-breadcrumb {
            list-style: none;
            margin-bottom: 12px;
            padding-left: 2px;
            font-weight: normal;
            display:inline-block;
            li {
                display: inline;
                margin-right: 8px;
                color: #6a7180;
                .gray-arrow{
                    display: inline-block; 
                    font-size: 10px;
                }
            }
            a {
                color: #6a7180;
                margin:0;
                font-size:14px;
            }
        }
    }
/*******Newsroom page CSS/ Article-Grid*******/
.article-grid{
    .border-right{
        border-right: 1px solid #ccc;
    }
    .border-left{
        border-left: 1px solid #ccc;
    }

    .article-year{
        text-align: center;
        border-bottom: 1px solid #CCC;
        padding: 10px 0;
        h4{
            color: @act-dark-blue;
        }
    }
    .article-body{
        height: 220px;
        padding: 35px 0;
        overflow: hidden;
        border-bottom: 1px solid #CCC;
        &:last-child{
            border :none;
        }
        .article-date{
            /*color: #6a7180;*/
        }
        h4{
            color: @act-dark-blue;
            a{
                color: @act-dark-blue;
            }
        }
        p{
            a{
                text-transform: uppercase;
            }
        }
        
    }
    .load-label{
        background: @act-pastel-black;
        text-align: center;
        border-top: 1px solid #216be3;
        border-bottom: 1px solid #216be3;
        margin-top: -1px;  
        a{
            display: block;
            padding: 15px 0;
            text-decoration: none;
            color: #565656;
            text-transform: uppercase;
            font-size: 12px;
        }
    }    
}
.mar20{
    margin: 1.25rem;
}
.atm-f{
    height:auto !important; 
}
/*******Newsroom page CSS / Contact-Info*******/
.contact-info{
    .contact-title{
        margin-bottom: 30px;
    }
    .contact-detail{
        p{
            margin-bottom:0;
        }
        .contact-email{
            display: inline-block;
            font-weight: bold;
        }
        
    }
    .social-cta{
            a{
                color: @act-links;
                font-weight:bold;
            }
            .twitter-icon{
                vertical-align: middle;
                margin-right: 10px;
                display: inline-block;
                background-position: -165px -574px;
                width: 20px;
                height: 17px;
            }
        }
    .contact-card{
        overflow: hidden;
        h4{
            margin: 30px 0 10px;
            color: @act-medium-blue;
        }
        p{
            margin: 0;
        }
    }

}
/*******Newsroom page CSS/ Form*******/
.signup-bar{
    background: url('act-commons/images/gradient.jpg');
    background-size: cover;
    padding: 25px 15px 17px 15px;
    h4{
        color: @act-white;
        margin: 0;
        max-height: 66px;
        overflow: hidden;
    }
    h6{
        color: @act-white;
        font-size: 12px;
        max-height: 28px;
        overflow: hidden;
    }
}
.border_left{
    border-left: 1px solid #ccc;
}
.signup-form{
    padding: 50px 30px;
    h6{
        color: @act-very-dark-gray;
        font-size: 17px;
        margin-bottom: 20px;
        max-height: 38px;
        overflow: hidden;
        line-height:19px;
    }
    label{
         color: #9a9a9a;
         font-size: 13px;
         font-weight: normal;
         margin-bottom: 0;

    }
    input[type="checkbox"]
    {
        margin: 8px 5px 8px 0;
    }
    .cat-dropdown + .signup-fields{
        margin-top:0;
    }
    .signup-fields{
        margin-top: 25px;
        .input-box{
            input[type="text"]{
                width: 100%;
                margin: 15px 0;
                height: 30px;
                border: 1px solid @act-st-gray;
                border-radius: 4px; 
                padding-left: 10px;
                color: #565656;
                font-size: 13px;
                &:focus{
                    border: 1px solid @act-dark-gray;
                }
            }
        }
        .gradient-btn{
            margin-top: -3px;
            padding: 10px 15px;
        }
    }
    /** for multi-select options **/
    .cat-dropdown{
        padding: 15px 0;
        .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
            background-color: #fff;
        }
        &.act-custom-form{
            input[type='checkbox'] + span {
                float: right;
                height: 20px;
            }
        }
        .btn-group.open .dropdown-toggle{
            box-shadow: none;
            .caret{
                &:after{
                    content: "\e113";
                }
            }
        }
        .multiselect-container{
            li{
                &.active{
                    label{
                        color:@act-medium-blue;
                    }
                    a{
                        background: none;
                        padding: 0;
                    }
                }
            }
            label{
                margin: 0;
                cursor: pointer;
            }
        }
        .mCSB_inside > .mCSB_container{
            margin: 0;
        }
        
        .mCSB_draggerRail{
            opacity: 0;
        }
        .mCSB_scrollTools{
            right: 5px;
        }
        .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
            width: 5px;
        }
        .btn-group{
            width: 100%;
        }
        .btn-group .multiselect{
            width: 100% ;
            text-align: left;
        }
        ul{ 
            width: 100%;            
            padding:0;
            li{
                cursor: pointer;
                padding: 8px 20px;
                background-color: transparent;                
                border-bottom:#C9C9C9 solid 1px;
                    a:focus, a:hover{
                        background: none;
                        text-decoration: none;
                    }
            }
            li:hover{
                color: @act-medium-blue;
                font-weight: bold;
                background: #e0e0e0;
                label{
                    color: @act-medium-blue;
                    font-weight: bold;  
                }
            }
        }
        label{
            width: 100%;
            color: @act-very-dark-gray;
            padding-left: 0;
            padding-right: 0;
        }            
        .caret{
                background: none; 
                border:none;
                position: absolute;
                right: 25px;
                top: 28%; 
                &:after{
                    content: "\e114";
                    font-family: 'Glyphicons Halflings';
                    font-style: normal;
                    color: #395d8b;
                    font-size: 12px;
               }
         }
        input[type="checkbox"]{
            margin: 0;
            position: inherit;
            float: right;
        }
    }
    form{
        color:@act-very-dark-gray;
        hr{
            margin-top:40px;
            margin-bottom:20px;
        }
        .has-warning{
            .form-control{
                background:@act-beige url('act-commons/images/alert_icon.png') no-repeat 97%;
            }
            select.form-control{
                background-image: none;
            }
        }
    }
}
.sigup-image{
    padding:0;
}
/*******Newsroom Detail page CSS/ Article-Body-Content*******/
.article-body-content{
    ul.article-date{
            margin: 0;
            list-style: none;
            display:inline-block;
            li {
                float: left;
                margin-right: 10px;
                margin-bottom: 0;
                .gray-arrow{
                    display: inline-block;
                    background-position: -294px -52px;
                    width: 6px;
                    height: 9px;
                }
            }
            a {
                margin:0;
            }
    }
}
.note-callout{
    background: #FDF9E8;
    padding: 25px 30px 20px 30px;
    border: 1px solid #e7e3d2;
    margin:25px 0;
    h3{
        font-size: 20px;
        margin-top:0;
        color: #A97;
    }
    p{
        font-size: 13px;
    }
    .alert-icon, .question-icon, .note-icon{
        padding-left:30px;
    }
    .alert-icon{ 
        &:before{
            background:url(act-commons/images/alert_icon.png) left top no-repeat;
            content: '';
            height: 20px;
            width: 20px;
            display: inline-block;
            float: left;
            margin-left: -30px;
        }
    }
    .question-icon{
        &:before{
            background:url(act-commons/images/question_icon.png) left top no-repeat;
            content: '';
            height: 20px;
            width: 20px;
            display: inline-block;
            float: left;
            margin-left: -30px;
        }
    }
    .note-icon{     
        &:before{
            background:url(act-commons/images/note_icon.png) left top no-repeat;
            content: '';
            height: 20px;
            width: 20px;
            display: inline-block;
            float: left;
            margin-left: -30px;
        }
    }
}
.infographic-floor{
     background: @act-pastel-black;
     border-top: 1px solid #e7e3d2;
     border-bottom: 1px solid #e7e3d2;
    .infographic-content{
        padding: 0 30px;
        h5{
            color: #A97;
        }
    }
    .right-rail-pod{
        background:transparent;
        border:none;
        margin-top:40px;
    }
    .right-rail-caption{
        padding-left:30px;
        border:none;
        p:last-child{
            margin-bottom:0;
        }
    }
}
.right-rail-pod{
    padding: 30px 15px;
    margin-top: 0px;
    background: @act-white;
    border: 1px solid @act-very-light-gray;
    color: @act-very-dark-gray;
    h2{
        color: @act-medium-blue;
    }
    h5{
        color: @act-gold;
        font-weight: bold;
    }
    .red-video-btn {
        margin-top: 15px;
        .play-btn {
            background-position:-126px -383px;
            width:22px ;
            height: 22px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }
        h5{
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;            
            color: @act-links;            
        }
    }
    img{
        max-width: 100%;
    }
}
.right-rail-caption{
    font-size: 13px;
    color: @act-very-dark-gray;
    font-style: italic;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
}
span.footnote{
    display: inline-block;
    background: @act-medium-blue;
    border-radius: 50%;
    line-height: 16px;
    height: 16px;
    width: 16px;
    margin: 0 5px;
    color: @act-white;
    text-align: center;
    vertical-align: middle;
    font-style:normal;
    &.clickable{
        cursor:pointer;
    }
}
/*** End css News Room ****/

/*******Event Landing Page CSS/ Event-Lookup*******/
.brdr-lft-rht{
    position:relative;
    &:before,&:after{
        content:'';
        width:5px;
        height:100%;
        position:absolute;
        top:0;
        right:0;
    }
    &:before{
        left:0;
    }
}
.fade-out-img{
    background: url(act-commons/images/bg-grad.png) repeat-x 0 0;
    height: 57px;
    width: 100%;
    position: absolute;
    top: -58px;
}
.event-lookup-bar{
    padding:20px 0 20px 15px;
    .lookup-headline{
        padding-top: 10px;
        border:none;
    }
    .reset-bt{
        position: relative;
        top:5px;
        margin-top: 0; 
    }   
    .search-label{
        &:before{
            display:none;
        }
        input[type="text"]{
            padding-left: 8px;
        }
    }  
    .Zip-label{
        input[type="text"]{
            padding-left: 6px;
            padding-right: 6px;
            font-size:13px;
        }
    }
    input[type="text"]{
        font-size:14px;
        &::-webkit-input-placeholder, &::-moz-placeholder{
            color: #565656;
        }
    }
    .brdr-lft-rht{
        padding:0;
    }
    .submit-button{
        white-space:nowrap;
    } 
}
.date-icon{
    background-position: -128px -506px;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
}
.location-icon{
    background-position: -129px -530px;
    height: 18px;
    width: 13px;
    display: inline-block;
    vertical-align: top;
}
.event-location{
    margin:0;
    padding: 0 0 0 24px;
    li{
        float: left;
        list-style:none;
        color: @act-sidebar;
        font-size: 13px;
        margin-right: 8px;
        font-weight: bold;
            a{
                color:@act-links;
                font-size: 13px;
            }
    }
    .location-icon{
        padding-left: 24px;
        margin-left: -24px;
    }
    .glyphicon-chevron-right{
        font-size: 10px;
    }
}
.event-type{
    margin:15px 0 0 0;
    padding: 0;
    li{
        float: left;
        list-style:none;
        font-size: 12px;
        margin-right: 30px;
    }
}
.event-date{
    margin:0;
    padding: 0 0 4px 24px;
    li{
        float: left;
        list-style:none;
        margin-right: 8px;
        font-weight: bold;
    }
    .glyphicon-chevron-right{
        font-size: 10px;
    }
    .date-icon{
        padding-left: 24px;
        margin-left: -24px;
    }
}
.featured-event .article-content h4  + .event-date{margin-top: 15px;}
.featured-event .article-content h4  + .event-location{margin-top: 15px;}
.featured-event{
    height: auto;
    overflow: hidden;
    .media-overflow-hide{
        height: 300px;
    }
    .article-content{
        max-height:inherit;
        margin-bottom:0;
        h4{
            max-height: initial;
            overflow: initial;
        }
        > a{
            float:right;
        }
    }
}

/******** Event Grid ********/
.event-grid{
    .article-body{
        height: auto;
        padding: 30px 0;
        &:last-child{
            border-bottom:1px solid #ccc;
        }
        h4{
            margin-bottom: 15px;
            margin-top: 0;
        }
        p{
            margin-bottom: 20px;
        }
    }
    .event-type{
        margin-bottom: 15px;
        margin-top: 25px;
         
    }
    .col-sm-6{
        .grid-left-col{
            padding: 0 0 0 3.125rem;
            .article-body{
                padding-right:3.125rem;
            }           
        }
        .grid-right-col{
            padding: 0 3.125rem 0 0;
            .article-body{
                padding-left:3.125rem;
            }
        }
    }
	.more-label {
		span.glyphicon-chevron-down {
			margin-left: 10px;
		}
	}
}
.grid-link{
    text-align: right;
    margin-bottom: 0!important;
     a:first-child{
        margin-left: 0;
     }
     a{
        margin-left: 12px;
     }
}
.fix-brdr{
    margin-top: -1px;
}
.show-results{
     line-height: 16px;
    .col-xs-12{
         padding-bottom: 30px;
    }
}
.more-label{
    text-align: center;
    position: relative;
        .load-caret{
            margin-left: 5px;
        }
}
.expand-icon{
    background-position: -213px -569px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.load-caret{
    background-position:  -133px -448px;
    width: 7px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
}
.submit-event-form{
    padding-bottom: 28px;
    padding-top: 28px;
    padding-left:15px;
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: normal;
        .expand-icon{
            margin-right: 6px;
        }
        a{
            color:@act-very-dark-gray;
            &:hover{
                text-decoration: none;
            }
        }
}

/* Event Modal Pop up */
.event-modal{
    .modal-lg{
        max-width: 800px;
        margin-top: 30px;
    }
    .modal-content{
        padding: 50px;
    }
    button{
        &.close{
            position: absolute;
            right: 20px;
            top: 15px;
        }
    }
}

/*** Home Global Search Bar ***/
.search-wrapper{
    bottom: -95px;
    height: 95px;
    position: absolute;
    right: 25px;
    width: 319px;
    display: none;
    background: url("act-commons/images/search-box-bg.jpg") no-repeat left top;
    background-size: 100% 100%;
}
.search-box{
    position: relative;
    height: 95px;
        .top-triangle{
            position: absolute;
            right: 40px;
            top: -9px;
        }
}
.top-triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #eb7921 transparent;
}


/* Research Page : Infographic Component */
.research-cover-page{
    *:first-child{
        margin-top: 0;
    }
}
.report-cta{
    margin: 30px 35px;
        .gradient-btn{
            margin-top: 0;
        }
}
.icon-3 {
    background-position: -76px -306px;
    width: 23px;
    height: 16px;
    margin: 0 5px 0 0px;
    float: left;
}
.report-table{
    table{
        border-collapse: separate;
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%;
        border:none!important;
        border-color: #ccc !important;
        &[border="0"]{
            border:0!important;
            td,th,tr{
                border:0 !important;
            }
        }
    }
    .icon-3 {
        background-position: -76px -306px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    th,td{
        border-bottom: 1px solid #ccc!important;
        border-top:none!important;
        border-left: 1px solid #ccc;
        line-height: 1.42857;
        padding: 8px;
        vertical-align: top;
        &[valign=middle]{
            vertical-align: middle;
        }
        &[valign=top]{
            vertical-align: top;
        }
        &[valign=bottom]{
            vertical-align: bottom;
        }
    }
    tr{
        td{
            &:first-child{
                border-left: none;
            }
        }
    }
    td{
            a{
                color:@act-links;
            }
    }
}
ul{
    &.list-footnote{
        margin-top:20px;
        li{
            p{
                padding-left: 30px;
            }
        }
        .footnote{
            display: block;
            float:left;
        }
        ul{
            list-style:disc;
            padding:0 0 0 45px;
        }
    }
    
}
.asterisk{
    margin-left: 20px;
    p{
        font-size: 13px;
    }
    .glyphicon-asterisk{
        margin-left: -20px;
        padding-right: 5px;
        color:#a97;
    }
}
.infographic-head{
    small{
        color:@act-very-dark-gray;
        font-style: italic;
        font-size: 11px;
    }
}
.tableau-chart{
    .infographic-content{
        padding-top: 20px 0;
    }
}
.chartWrapper{
    &:first-child{
        margin-left: 0px;
    }
    .select{
        display: none;
    }
    &.bg-white{
        background: @act-white !important;
    }
    &.bg-beige{
        background: @act-beige !important;
    }
    .infographic-content{
     	padding: 20px 0;
    }
}
.infographic-tab{
    color: @act-dark-gray;
    font-size: 12px;
    text-transform: uppercase;
    span{
        display: inline-block;
    }
    .info-one{
        margin-right: 20px;
        color: @act-links;
    }
    .info-two{
        margin-left: 20px;
        color: @act-links;   
    }
    .active{
        cursor: pointer;
        color: #A9A9A8 ;
    }
    .label-cover{
	    border: 1px solid #d5d5d5;
	    padding: 4px;
	    border-radius: 14px;
	    height: 30px;
	    width: 46px;
	    position: relative;
	    top: 15px;
    }
     input.toggle {
      position: absolute;
      max-height: 0;
      max-width: 0;
      opacity: 0;
    }
    input.toggle + span {
      outline-style: none;
      display: block;
      position: relative;
      border: 1px solid #d5d5d5;
      text-indent: -5000px;
      height: 20px;
      width: 38px;
      border-radius: 12px;
      cursor: pointer;
    }
    input.toggle + span:before {
      outline-style: none;
      content: "";
      position: absolute;
      display: block;
      height: 20px;
      width: 20px;
      top: -1px;
      left: 0;
      border-radius: 12px;
      -moz-transition: .25s ease-in-out;
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }

    input.toggle + span:after {
      outline-style: none;
      content: "";
      position: absolute;
      display: block;
      height: 20px;
      width: 20px;
      top: -1px;
      left: 0px;
      border-radius: 12px;
      border: 1px solid @act-links;
      background-color: @act-links;
      -moz-transition: .25s ease-in-out;
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    input.toggle:checked + span:before {
      width: 38px;
    }

    input.toggle:checked + span:after {
      left: 16px;
      background-color: @act-links;
    }
} 

/*******Research Detail Page : Title-Bar-Research Component*****/
.title-bar-research{
    .report-search{
        .search-container{
            #report-search-term {
                height: 38px;
            }
            .up-arrow:before, .down-arrow:before, .close-button:before{ 
                display: inline-block;                    
                content: '';
            }
            .search:before{ 
                content: "\e003";
                font-family: 'Glyphicons Halflings';
            }
            .up-arrow:before{ 
                content: "\e113";
                font-family: 'Glyphicons Halflings';
            }
            .down-arrow:before{ 
                content: "\e114";
                font-family: 'Glyphicons Halflings';
            }
            .close-button:before{
                content: "\e014";
                font-family: 'Glyphicons Halflings';
            }
        }
    }
}
/*** End css Research Detail ****/

/* Event Detail Page Carousal Master Slider starts */
.evt-photo-gallery{
    h4{
        color:@act-medium-blue;
        line-height: 32px;
        img{
            max-width: 27px;
        }
    }
}
.master-slider{ 
    overflow: hidden;
}
.ms-nav-next, .ms-nav-prev{
    opacity: 1!important;
}
.ms-nav-next:before, .ms-nav-prev:before {
    z-index: -1;
    content: '';
    position: absolute;
    opacity: 0.5;
    width: 78px;
    height: 95px;
    background:#000; 
}
.ms-nav-next:after, .ms-nav-prev:after{ 
    display: block;
    font-size: 35px;
    color: #fff;
    font-weight: 200;
    line-height: 95px;
    text-align: center;
    font-family: 'Glyphicons Halflings';
}
.ms-nav-prev:after{ 
    content: "\e257";
}
.ms-nav-next:after{ 
    content: "\e258";
}

/**** Test Center Page Style***/
.test-center{
    .lookup-headline{
        padding: 0 30px;
        h2{
            color:@act-medium-blue;
            margin-bottom: 30px;
        }
    }
    .cat-select{
        position: relative;
        select{
            position: absolute;
            width: 100%;
            opacity: 0;
            z-index: 2;
            color: rgba(51, 51, 51, 0.6);
        }
        input[type="text"]{
            padding-left: 15px;
        }
        &:after{
            content: "";
            width: 20px;
            height: 20px; 
            position: absolute;                    
            top: 8px;
            background: url(act-base/images/act-sprite.png) -130px -412px  no-repeat @act-white;  
            right: 3px;         
        }
    }
}
@media screen and (min-width: 1025px) {
    .test-center{       
        .cat-select{
            input[type="text"]{
                display: none;
            }
            &:after{
                background: none !important;
            }
        }
    }
}
.col-inside{
    display: table-cell;
    float: none;
     >  button{
        margin-bottom: 20px;
     }
}
.lookup-form{
    display: table;
    width: 100%;
    > div{
        position:relative;
    }
    .gradient-btn{
        border-radius: 2px;
    }
    .dropdown-toggle{
        color:#666;
    }
    input{
        color:#666;
    }
    .option-cta{
        text-align:right;
        margin-top: 30px;
        a{
            text-transform: uppercase;
            text-align: left;
            display: inline-block;
        }
    }
}
.row.codelookup{
    margin-bottom:30px;
    .high-school-code {
        p {
            font-size: 14px !important;
        }
    }
    .cat-select{
            position: relative;
            select{
                position: absolute;
                width: 100%;
                opacity: 0;
                z-index: 2;
                color: rgba(51, 51, 51, 0.6);
            }
            input[type="text"]{
                padding-left: 15px;
            }
            &:after{
                content: "";
                width: 20px;
                height: 20px; 
                position: absolute;                    
                top: 8px;
                background: url(act-base/images/act-sprite.png) -130px -412px  no-repeat @act-white;  
                right: 3px;         
            }
     }
     &.section {
        .result-header {
            .glyphicon {
                font-size: 22px;
            }
        }
     }
}
.outer-lookup-panel{
    .lookup-panel-head{
      padding: 30px 30px 10px 30px;
      h2{
		color: @act-medium-blue;
		margin-bottom: 42px;
      }
      h4{
        color:@act-gold;
        margin-bottom: 14px;
        margin-top: 0;
      }
    }
}
.lookup-panel{
    h2{
		color: @act-medium-blue;
		margin-bottom: 42px;
    }
    h4{
        color:@act-gold;
        margin-bottom: 14px;
        margin-top: 0;
    }
    p{
        margin-bottom: 20px!important;
    }
    .newDate-form-group{
	    	div{
		    	p{
		    		padding-top:5px;
		    	}
	    	}	
	    }
	ol,ul{
        margin-bottom: 20px;
    }
    li{
        line-height: 23px;
        color:@act-very-dark-gray;        
    }
}
.border-right{
    border-right:#e0e0e0 solid 1px;
}

ul{
   &.lookup-cta{
    margin: 0 0 20px 0;
    padding: 0;
        li{
            list-style: none;
            margin: 0;
            padding:0;
            font-size: 11px;
            color:@act-very-dark-gray;
                a{
                    color:#e02e26;
                    font-size: 13px;
                    &:focus {
                        text-decoration: none;
                    }
                    &:hover {
                        text-decoration: underline;
                    }
                }
        }
   }
}

.result-header{
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
         button{ 
            font-size: 12px;
            color:#e32b21;
            text-transform: uppercase;
            }
       .bold-result-text{
          font-weight:bold;  
        }
}

.center-city{
    margin-bottom: 12px;
}
.center-name{
    font-size: 24px;
    line-height: 34px;
}
.result-head{
    padding: 30px 30px 28px 30px;
    border:#dcdcdc solid 1px;
    background: #f0f0f0;
}
.result-detail{
    .asterik-sign{
      a{
        color:@act-links;
      }
      &:after{
        content:"**";
        color:@act-links;
      }
    }
    ul{
        margin: 0;
        padding: 0;
        li{
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 16px;
        color:@act-very-dark-gray;
        line-height: 18px;
        padding-bottom: 6px;
            &:last-child{
                padding-bottom: 0;
            }
        }
    }
    .bold-text{
        font-weight:bold;        
    }
}
ul{
    &.center-code{
        margin: 0 0 6px 0;
    }
}
.result-detail{
    padding: 30px;
}
.title-bar-tab{
    background: @act-dark-blue;
    background-size: 100% 100%;
    margin: 0 15px;
    .title{
    display: table;
    height: 80px;
    float: left;
    &:empty{
    	display:none;
    }
        h3{
            color: @act-white;
            margin:0;
            display: table-cell;
            vertical-align: middle;
            padding-left: 30px;
            padding-right:30px;
        }
    } 
    & > div[class*="col-"]{
        padding:0;
    }    
}
/* Tiles grid to list view css Start*/
.list-view-tiles{
  .result-tile{
  	background: #E0E0E0;
  	border: #dcdcdc solid 1px;
  	border-bottom:0;
  	position:relative;
  	&:last-child{
  		border-bottom: #dcdcdc solid 1px;
  		margin-bottom:30px;
  	}
  	&:nth-child(3n -1){
  		background: #f0f0f0;
  	}
  	&:nth-child(3n){
  		background: #fff;
  	}
	.result-head{		
		border: 0;
		padding: 20px 30px 20px 20px;
		background:transparent;
	}
	.result-detail{
		display:none;
		padding:0 30px 20px 20px;	
	    span.glyphicon.glyphicon-map-marker {
		    position: absolute;
		    left: 0px;
		 }	
	}
	.blue-arrow {
	    color: #000;
	    font-size: 0;
	    line-height: 0;
	    margin-left: 10px;
	    &:after {
		    content: "\e258";
		    color: #00418c;
		    font-size: 14px;
		    font-family: 'Glyphicons Halflings';
		}
	}
  }
  .row-clicable{
  	cursor: pointer;
  }
}
/* Tiles grid to list view css End*/
.sub-cat-tabs{
    margin: 0;
    text-align: right;
    height:80px;    
    div{
        display:table;
        width:100%;
        height:80px;
        }
    li{
        padding: 0;
        width: 20%;                        
        border-left: 1px solid @act-medium-blue;
        display: inline-block;
        height: 80px;
        margin-left:-4px;
        overflow:hidden;
        &:last-child{
            box-shadow:none;
        }
        a{
            padding: 0; 
            text-transform: uppercase;
            display: table-cell; 
            color: @act-white;
            text-align: center;
            text-decoration: none;
            word-wrap: break-word;
            vertical-align: middle;
            span{
				display: block;
				max-height: 42px;
				overflow: hidden;
            }
            
        }
        a.active{
            background-color:@act-black;
        }              
    }
}
.text-cta{
    text-align: right;
    .gradient-btn{
        border-radius: 2px;
        margin:30px 30px 0px;
        display:inline-block;
    }
    a{
		color:@act-links;
		font-size: 12px;
		margin:30px 30px 0px;
		text-transform: uppercase;
		text-align: left;
		display: inline-block;
    }
}

.body-content{
    table{
        width: 100%;
        border:none!important;
        tr{
            &:first-child{
                th{
                    padding-top: 0;
                    font-weight: bold;
                }
            }
        }
        tr{
            td,th{
            padding:15px 20px;
            border-left:#d7d7d7 1px solid;
            border-bottom: #d7d7d7 1px solid;
            border-top:none !important;
            border-right:none;
            vertical-align: top;
                &:first-child{
                    border-left:none;
                    padding-left: 0;
                }
                &[valign=middle]{
                    vertical-align: middle;
                }
                &[valign=top]{
                    vertical-align: top;
                }
                &[valign=bottom]{
                    vertical-align: bottom;
                }
           }
            &:first-child{
                td{
                    border-top: none !important;
                }
            }
         }
         .light-grey{
            td{
                color:#b4b6b9!important;
            }
         }
         &[border="0"]{
            border:0!important;
            td,th,tr{
                border:0 !important;
            }
        }
    }
}
#page-content-wrapper{
    .text-block{
        .light-gray-typeface{
            p{
                color: @act-gray;
            }
        }
    }
    .light-gray-typeface{
        table{
            tr{
                td{
                    color: #b4b6b9;
                }
            }
        }
    }
    .golden-typeface{
        table{
            tr{
                td{
                    color: @act-gold;
                }
            }
        }
    }
}   
.results-filter{
    margin-bottom: 50px;
    padding: 0 15px;
    ul{
        padding: 0;
        margin: 0;
            li{
                color:#666;
                font-size: 16px;
                list-style: none;
                padding: 0;
                margin:0 0 18px 0;
                .light-color{
                    color:#808080;
                    display: block;
                }
                p{
                    margin-bottom: 0;
                }
            }
    }
}
 .errorMsg{
        padding:30px;
        margin-top:20px;
        margin-bottom:20px;
        margin-left:15px;
        margin-right:15px;
        background:@act-pastel-black;
        border:#e7e3d2 solid 1px;
            p{
                font-size:14px;
                color:#666;
                margin-bottom:0;
            }
}

.ui-dialog .ui-dialog-titlebar-close span{
      margin:-8px 0 0 -8px !important;
}

@media screen and (max-width:767px){    
    .featured-row.form-headlines .pull-right{
        float:none !important;
    }
    .results-label .no-result p, .results-label p {
        max-height: inherit;
    }
    .sub-cat-tabs{
        height:auto;
        li{
            display: table;
            float: none;
            max-width: 100%;
            width: 100%;
            background-color:@act-dark-blue;
            background-size:140% 100%;
            margin: 0;
       }
    }
    .title-bar-tab{
        margin:0;
        .title{
            text-align:center;
        }
    }
    .act-work-wrapper{
        .small-copytile-link{           
            .twitter-link + .white-caret{ 
                 top:-1px;
            }
        } 
     }
    #wrapper{
        padding: 0;
        width: 100%;
    }    
    #sidebar-wrapper{
        display: none;
        background-color: transparent;
        padding-top: 194px;
        min-height:100%;
        &:before{
            width: 112px;
        }        
        .sidebar-nav{
            margin: 0;
        }
        .fixed-subnav{
            padding-top: 193px;
        }
        &.no-search, &.no-search .fixed-subnav{
            padding-top: 98px;
        }
    }
    #wrapper > .search-wrapper{
        margin: 0 0;
        position: fixed;
        top: 98px;
        left:-100%;
        bottom: initial;
        width: 100%;
        z-index: 99;
        display:block;
        &.active{
            left:0;
        }
    }
    .toggle_mainMenu{        
        #page-content-wrapper{
            margin-left: 0;
        } 
        .fixed-subnav{
            width:100%;
        }      
    }
    .menu-toggle-btn:before{
        background-position: 2px -90px!important;
    }
    .menu-toggle-btn.active:before{
        background-position: 6px -696px !important;
    }
    .subnav li a + span{
        background-color: #5a606e;
        color: @act-white;
    }
    .subnav li.active >a + span:before{
        color: @act-white;
    }
    .fixed-subnav .nav-scroll{
        top: 0;
        padding-left: 112px;
        width: 100%;
        left: 0;       
    }
    .fixed-subnav{
        padding-top: 193px;     
    }
    .evt-photo-gallery{
        h4{
            font-size: 22px;
            padding: 50px 30px;
            line-height: 25px;
        }
    }
    .ms-nav-next:before, .ms-nav-prev:before {
        width: 37px!important;
    }
    .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev{
         width: 37px!important;
    }
    .ms-nav-next:after, .ms-nav-prev:after{ 
        font-size: 16px;
    }
}
/* Event Detail Page Carousal Master Slider ends*/


/*******Research Landing Page CSS/ Keyword-search-bar*******/
.custom-checkbox-class {
    .x-form-check-wrap {
         &.x-item-disabled {
            opacity: 1 !important;
         }
    }
}
.filter-toggle-block{
    padding: 0 15px;
    .filter-toggle{
        position: relative;
        text-align: center;
        &:before{
            border-top: 1px solid #BBBCBF;
            position:absolute;
            left: 0;
            width: 100%;
            top: 10px;
            content: '';
        }
        .up-red-caret:after{ 
            font-family: 'Glyphicons Halflings';
            content: "\e113";
        }
        .down-red-caret:after{
            font-family: 'Glyphicons Halflings';
            content: "\e114";
        }
        a{
            background-color: #ffffff;
            display: inline-block;
            padding: 0 15px;
            position: relative;
            text-transform: uppercase;
            z-index: 1;
            cursor: pointer; 
            span{ 
                margin-left: 10px;
                text-decoration: none;
                display: inline-block;
                vertical-align: middle;
            }
        }
        
    }
}    
.results-block{
    padding: 0 0px;
    .reset-label{
        margin: 25px 0;
        text-align: right;
        a{
            text-decoration: none;
        }
        .red-caret{
            margin-left: 10px;
        }
        .glyphicon-repeat{
            font-size: 22px;
        }
    }
    .results-label{
        padding-top: 0px;
        margin: 25px 0;
        .no-results {
            display: none;
        }
    }
    a{
        text-transform: uppercase;
    }
}
.result-header .glyphicon-repeat {
    font-size: 22px;
}

/******Custom Form Elements*****/

.download-icon{
	position: absolute;
	top: 14px;
	left: 0;
	width: 23px;
	height: 16px;
	margin: 0 5px 0 10px;
}

.research-results{
    padding: 0;    
    .results-label{
        padding: 30px 0;
    }
    .rep-result-tile{
        position: relative;
        box-shadow: inset 0 0 1px #ababab;
        background: @act-very-light-gray;
        .report-head{
            padding: 30px;
            .pb-date{
                    color: #6a7180;
                    font-size: 13px;
            }
            h4{
                color: @act-medium-blue;
                margin-bottom: 0; 
                overflow: hidden;
            }
            a{
                text-decoration:none;
            }
        }
        .rep-detail{
            height: 145px;            
            overflow: hidden;
            position: relative;
            .blue-pg-icon{
                background-position: -272px -498px;
                width: 23px;
                height: 27px;
                display: block;
            }
            .blue-summary-icon{
                background-position: -273px -421px;
                width: 23px;
                height: 27px;
                display: block;
            }
            .blue-report-icon{
                background-position: -273px -455px;
                width: 23px;
                height: 27px;
                display: block;
            }
            .add-button{
                z-index: 99;
            }
            .detail-view{
                padding: 30px 10px;
                position: absolute;
                height: 100%;
                z-index: 1;
                width: 100%;
                display: none;
                background: @act-light-gray;
                bottom: 0;
                h6{
                    display: inline-block;
                    margin: 0;
                    color: #484748;
                    font-size: 13px;
                }
                .cta-label{
                    border-right: 1px solid #afafaf;
                    float: left;
                    padding: 0 18px;
                    &:last-child{
                        border-right: none;
                    }
                }
            }
        }
    }
    .related-reports{
        padding: 30px 30px;             
        h5{
            margin: 0;
            color: #333;
            text-decoration: none;
        }
        .rel-report-cover{
            padding: 0 0;
            margin-left: -15px;
            margin-right: -15px;
            .rel-report-detail{
                border-bottom: 1px solid #d7d7d7;                
                padding: 15px 30px 0;
                .pb-date{
                    color: #6a7180;
                }                
                h6{
                    color: @act-medium-blue;
                    font-size: 14px;
                    margin: 10px 0 20px;
                }
                .gray-report-icon{
                    background-position: -275px -384px;
                    width: 23px;
                    height: 27px;
                    display: inline-block;
                }
                .gray-pg-icon{
                    background-position: -274px -344px;
                    width: 23px;
                    height: 27px;
                    display: inline-block;
                }
                small{
                    color: #484748;
                    font-size: 13px;
                    display: inline-block;
                    vertical-align: top;
                    margin-top: 8px;
                }
                .col-md-4{
                	padding:0;
                }
                .cta-label{
                    margin-bottom: 10px;
                    display: block;
                    white-space: nowrap;
                    overflow:hidden;
                    &:hover{
                        text-decoration: none;
                    }
                }
            }
        }    
    }
} 
/*Research Landing css end*/


/*******Event Detail Page CSS *******/

.white-bg{
    background-color:@act-white;
}
.texture-white-bg{
     background: url(act-commons/images/textured-bg.png) repeat 0 0!important;
}
.beige-bg {
     background-color: @act-beige;
}
.grey-bg{
    background-color:#f0f0f0;
}
.white-bg, .texture-white-bg, .beige-bg {
    .inner-sec {
        padding: 50px 45px 60px 45px;

        .chart-box-inner {
            height: 396px;
            overflow: hidden;

            .chartbox-img-wrapper {
                position: relative;
                overflow: hidden; 
                img {
                    width: 100%;
                }
            }

            .chartbox-content {
                padding-top: 20px;

                h2 {
                    color: @act-medium-blue;
                    margin: 0;
                }

                h4 {
                    margin: 8px 0 0;
                    color: @act-gold;
                }

                .tweet-box {
                    padding-top: 10px;

                    p {
                        margin: 0;
                    }
                    &.twitter-position{
                        position:relative;
                        opacity: .5;
                    }
                }
            }
        }
    }
}
 
 @media screen and (min-width: 768px) and (max-width: 991px) {  
 	.sample-prompt{
 		padding: 15px 28px;
 	}
    .callout-header{
        .inner-sec{
            padding-top:20px;
            padding-left:0;
            padding-right:0;
            padding-bottom:20px;
        }
        
        .callout-panel{
            height:auto;
            min-height:172px;
            h4{
                margin-top:0px;
            }
            li{
                margin-bottom:0.5em;
            }
            hr.seprate{
                width:61px;
                background-color:#918465;
                border:1px solid #918465;
                margin-top:0px;
            }
        }
        
        .copy-panel{
            height:auto;
            
            h1{
                font-size:34px;
            }
            .inner-sec{
                padding-top:20px;
                padding-bottom:20px;
            }
        }
    }
    .title-bar-tab >.hidden-sm + div {
        width:100%;
    }
    .timeline-toggle img{
        margin-left:0 !important;
    }
    .lookup-form{       
        fieldset{
            position:relative;
            .gradient-btn{
                position:absolute;
                left:100%;
                margin-left:30px;
                bottom:0;
                float:left !important;
                &.no-position{
                    margin-left:0px;
                }
            }
        }
    }
    .lookup-form .form-group{
        &:last-of-type{
            margin-bottom:0px;
        }
    }
    .outer-lookup-panel {
        .lookup-panel-head {
            padding-bottom:0px;
            h4{
                margin-bottom: 27px;
            }
        }
        .lookup-panel{
            margin-bottom:30px;
            & + .lookup-panel{
                margin-bottom:0px;
            }
            p,ul,ol{
                margin-bottom: 30px !important;
            }
        }
    }
    .test-center{
    	.int-lookup-panel{
    		margin-top:30px;
    	}
    	.us-lookup-panel{
    		border-right:0;
    	}
    }
 }

/******Custom Media Queries (Still Working) *******/
@media screen and (min-width: 1024px){
    .product-filter {
        .prod-sec {
            h1 {
                margin-top: 20px;
                margin-bottom:10px;
            }
        }
        h5 {
            margin-bottom: 0;
        }
    }
    .contact-info a[href^=tel]{
        color:inherit;
        text-decoration:none;
        cursor:text;
    }
    .event-lookup-bar{      
        .submit-button{
            margin: 0 -5px;
        }
    }
    /*.result-grid{
        .result-tile .result-detail{
           border-bottom: 1px solid #d7d7d7;
           margin-bottom: 30px; 
        }
    }*/
    .event-lookup-bar{
        .Zip-label{
            input[type="text"]{
                font-size: 12px;
            }
        }
    }
    .aboutact{
        .inner-sec{
            .hidden-sm.hidden-xs + div{
                padding-left:30px;
            }
        }
    }
    .heroimgfixedslider.text-img-comp{
         .chart-box-inner{
            height:365px;
        }
    }
    .testcentre #tc-footnote{
        margin:25px 15px;
    }
    
}

@media screen and (max-width: 1024px){
    .nav-inner{
        width:100%;
    }
    .sidebar-nav > li > ul > li:hover:after{        
        background: none;
    }
    .sidebar-nav ul > li > a:hover{
        color: #c9c9c9;
        background: transparent;
    }
}
@media screen and (min-width:970px) and (max-width:1024px){
	.act-work-wrapper{
		padding: 25px 25px 0;
	}
	.second-quote-box-outer, 
	.first-quote-box-outer{
		padding:35px 25px 0;	
	}
	.prepping-box{
		padding:35px 45px 0 45px;
	}
    .footer-top-nav{
        .searchbox{
            width:100px;
        }
    }
    .controls-nav.hidden-sm{
        display: none;
    }
    .feature-carousel{
        .carousel-wrapper{
            margin:0 60px;
        }
        .slide{
            width: 50%;
        }
    } 
}
@media screen and (min-width:768px) and (max-width:1024px){   
    .form-container {
        padding: 60px 55px;
    } 
    .lookup-bar .search-bar {
	    padding: 20px 0 15px;
	}
}
@media screen and (min-width:320px) and (max-width:1023px){ 
	.estslookup .last-updated-text{
    	margin-top:25px;
    }
	.site-search-bar.workkeys-search .search-title{
		h4{
			line-height: normal;
			height: auto;
			overflow:inherit;
		}
	}
    .text-block .second-body-text {
        padding:0 10px 0 0px;
    }   
    .no-result{
        .close-button{
            line-height:21px;
        }
    }
    .mob-tab-absolute-center{
        position: absolute;
        bottom: 40px;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform:translate(-50%,0);
        -o-transform:translate(-50%,0);
        left: 50%;
        margin: 0 auto;
    }
    .twitter-scroll-box{
        max-height:200px;
    }
    .product-filter {
        .prod-sec {
            padding-top: 30px;
        }
    }
    .footer-top-nav{
        ul{
            display:none;
        }
    }
    .ipad-footer{
        display:block !important;
        padding-top:24px;
    }
    .copyright{
        box-sizing:border-box;
        background:@base-blue-bg-color;
        color:@act-white;
        font-size:11px;
        padding:10px 25px;
    }   
    .divider {
        display:block;
    }
    .smallThumb{
        margin:1px;
    }
    .bg-white-sm-md{ 
        background: #fff!important;
    }
    .career-outerbg{ 
        padding: 0px 20px;
    }
    .promo-pod-img-wrapper{
        max-width: 100%;
        position:relative;
    }
    .heroimgfixedslider{
    	.inner-sec{
    		.chartbox-img-wrapper{
    			width:40%;
    			float:left;
    		}
            .chartbox-content{
				width:60%;
            }
        }
    }
    .flex-direction-nav{
        display:none;
    }
    .top-nav ul li .select-wrapper,.select-wrapper select {
        min-width:10px;
        max-width:40px;
    }
    .top-nav {
        ul {
            li {
                .select-wrapper {
                    background-position:20px -41px;
                }
            }
        }
    }
    .content-floor{
        height:auto!important;
        &.content-floor-sec-cta{
            height:auto;
        }
    }
    .graph-box-outer{
        height:auto;
        .graph-box{
            img{
                max-width:100%;
            }
        }
    }
    .flex-col-4{
        float:left;
        width:40%;
    }
    .blockquote {
        h1{
            width:90%;
            max-height:288px!important;
            font-size: 30px !important;
        }
    }
    .first-quote-box-inner{
        height:152px;
        margin-bottom: 62px;
    }
    .quiz_list{
        padding: 0 0 0 30px;
    }
    .quiz-next{
        margin-right: 30px;        
    }
    .question-day{ 
        .quiz_list{
            padding: 0;
        }
        .quiz-next{
            float:right;
        }
        .social-cta{
            float:left;
            width:100%;
        }
    }
    .multi-page-nav-comp{
         margin: 15px;
         .multipage-carousel ul li{
            width: 33.3333%
         }
    }
    .bg-white{
        background: @act-white !important;
    }
    .bg-beige{
        background: @act-beige !important;
    }
    .carousel-wrapper{
        margin:0 30px;
    }
    .featured-article{
        height:auto;
    }
    .featured-article{
        height:auto;
        .article-content{
            max-height:inherit;
            padding: 20px 0px;
        }
    }
    .event-lookup-bar{
        padding:20px 15px;
        input[type="text"]{
            margin-bottom: 20px;
        }
        .Zip-label{
            input[type="text"]{
                padding-left: 12px;
                padding-right: 12px;
            }
        }
    }
    .featured-event{
        height: initial;
        overflow: initial;
    }
    .event-grid{
        .article-body{
            height: initial!important;
            overflow: initial!important;
            p{
                margin-top: 15px;
            }
        }
    }
    .result-grid{
        .result-tile{
            padding-left: 0;
            padding-right: 0;
                &:nth-child(2n+1){
                .result-detail{
                    border-right: 1px solid #d7d7d7;
                }
            }
        }
    }
    .col-inside{
        .gradient-btn{
            margin-left: 30px;
        }
    }
    .cover-page-text{
        padding-left: 30px;
        padding-right: 30px;
    }
    .newsletter-hero-img{
        .col-md-8, .col-md-4, .quote-panel{
            height: auto !important;
        }
    } 
    .cont-flr-fees{
        .fee-section{
            div.fee-amount{
                h4, h6{ 
                    span:first-child{
                        display: inline;
                    }
                }
                &:after{
                    top: inherit;
                    bottom: 15px;
                }
            }
            div.fee-amount.small:after{
                top: initial;
                bottom: 15px;
            }
        }
    } 
    .banner-cover{    
        .banner-text-2 h1{
            max-height:255px;
        }
    }
}

div[class*='leaderShip-block-']{
  height:450px
}


/*Common style for all mobiles and tablets*/

@media screen and (min-width:768px) and (max-width:1023px){
 div[class*='leaderShip-portView-block-']{
        height:815px;
    } 
    .col-inside{
        vertical-align: bottom;
    }
    .callout-promo-pod{
        .callout-promo-inner{
            /*border-top:none;
            border-left:1px solid #ccc;*/
            &.first-child{
                border-left: none;
            }
            .promo-content{
                padding:0;
            }
        }
    }
    .large-img-tile{
        .shadow{
            img{
                width:100%; 
            }
        }
    }
    .product-results {
        .product-column {
            height: 120px;
            .product-title {
                padding-bottom: 25px;
            }
        }
    }
    .product-filter {
        background: @act-white;
        .tablet-nav {
            margin: 0 22px;
        }
        .getting-start-ipad {
            margin-left: -10px;
        }
        h4{
            color: @act-sub-heading;
            font-size: 20px;
            font-weight: 700;
            text-align: left;
            margin: 10px 0;
        }
        .prod-sec-mid{
            width:94%;
            margin: 0 auto;
        }
        .prod-sec{
            text-align: center;
            min-height:250px;
            font-size: 20px;
            background: @act-beige;
            margin-bottom: 20px;
        }
        .all-text{
            position: relative;
            top: 12px;
            text-align: right;
            color:@act-v-dark-gray;
            font-size: 14px;
            font-weight: bold;
            padding-right: 0;
        }
        .button-navigation {
            min-height:246px;
            .btn-group {
                .btn-primary {
                    height:80px;
                        h4{ 
                            max-height: 50px; 
                        }
                }   
            }
        }        
    }
    .prod-result-head{
       padding: 0 0 20px 0;
    }
    hr{
        &.divider{
            margin-top: 35px;
            width: 98%;
            margin-left: auto;
            margin-right: auto;
            border-top-color: #c6c6c6;
        }
    }
    .contact-info{
        .contact-detail{
            margin-bottom: 40px;
        }
        .social-cta{
            margin: 0;
            padding: 0;
        }
        .contact-card{
            overflow: hidden;
            box-sizing: border-box;
        }
    }
    .event-grid{
	    .article-grid{
	        .article-body{
	            height: auto;
	        }
	    }
    }
    .article-grid{
        .article-body{
            height: 256px;
        }
    }
    .signup-form{
        padding: 60px 60px 60px 30px;
    }
    .border_left{
        border-left: none;
    }
    .right-rail-pod{
        margin-top: 0;
    }
    .right-rail-caption{
        padding-left: 30px;
    }
    /*Research landing tablet css*/
    
    .research-results{
        .tiles-item{
            padding: 0;
            &:nth-child(2n+1){
                .related-reports{
                    border-right: 1px solid #d7d7d7;
                    &:empty{
                        padding:0;
                    }
                }
            }
        }
        .rep-result-tile{
            height: 165px;
            overflow: hidden;
            margin: 0;
            .rep-detail{
                position: static;
                height: auto;                
            }
            .add-icon{
                background-position: 0 -652px;
                width: 45px;
                height: 45px;

            }
            .minus-icon{
                background-position: 0 -599px;
                width: 45px;
                height: 45px;
            }
        }
        .related-reports{
            .rel-report-detail{
                .cta-label{
                    border-right: 1px solid #afafaf;
                    float: left;
                    padding-left: 16px;
                    padding-right: 16px;
                    &:first-child{
                        padding-left: 0;
                    }
                    img{
                        opacity: 0.5;
                    }
                    small, a{
                    	display:block;
                    }
                    &:last-child{
                        border-right: none;
                    }
                }
            }
            .rel-report-cover:last-child{
                .rel-report-detail{
                    border-bottom:none !important;
                }
            }
        }        
    }
    .filters{    
        .advanced-filters{
            .state-filter, .edu-cont-filter,.pb-date-filter, .pg-no-filter{
                border: none;
                & > ul label{
                    margin-top: 15px;
                }
            }
            .state-filter{
                padding-left:25px;
            }
            // h5{
            //     padding-top:15px;
            // }
        }
        .highlight-txt{
            height: auto !important;
            &:nth-child(even){
                border-right: none;
            }
        }
        .col-xs-12.bordertop{
            .highlight-txt{
                border:0;   
                & + .highlight-txt{
                    border-top: 1px solid #BBBCBF;             
                }             
            }
        }        
        .highlight-txt.first:first-child{
            width:100%;
        }
        .file-type-filter:first-child{
            border-top:0;
        }
    }
    .event-lookup-bar{
        padding-bottom: 0;
    }
    .cont-flr-event-detail{
        .event-copy-panel{
            h4{
                font-size: 25px;
            }
            p{
                font-size: 13px;
            }
            .two-col-txt{
                ul{
                    li{
                        font-size: 13px;
                    }
                }
            }
        }
        .panel-wrap{
            border-right: 0;
            border-bottom: 1px solid @act-light-gray;
            .reg-panel{
                padding: 60px;
            }
        }
    }    
    .exp-tray-wrapper{
        .tray-content-wrapper{
            .tray-body-content{
                padding: 20px 25px 30px 30px;
            }
        }
    }
    .sessions-tray{
        .session-anchor-links{
            padding: 0 45px;
            .gut-space{
                padding: 30px 0;
                .mar-bot-15{
                    margin-bottom: 15px;
                    margin-left: -15px;
                    &:last-child{
                        margin-bottom: 0;
                    }
                }
            }
        }
        .sessions{
            .sub-section
            {
               margin-left: 0;
               padding-left: 0; 
            }
        } 
    }             
    .presenter-tray{
        .pres-body-content{
            padding: 40px 25px 0 30px;
            h4{
                font-size: 25px;
            }
            .pres-block{
                .presenter{
                    span.bold-txt{
                        display: block;
                    }
                }
            }
        }
        .pres-lookup-bar{
            .lookup-headline{
                padding: 30px 15px;
            }
            .search-bar{
                padding: 0 15px 30px 15px;
                .white-caret{
                    margin-left: 3px;
                }
            }
            .brdr-lft-rht{
                border: 0;
                &:before,&:after{
                    display:none;
                }
            }
            .brdr-rht{
                border-right: 1px solid #d0261e;
                .brdr-lft-rht{
                    border:none;
                    white-space: nowrap;
                    &:before,&:after{
                        display:none;
                    }
                }
            }
        }
    }
    .file-type-filter{
        border-top: 1px solid #bbbcbf;
    }
    .assets-grid{
        .asset-tile{
            width: 188px;
            max-width: inherit;
        }
    }
    .newsletter-hero-img{
        .quote-panel{
            padding: 60px 30px 40px 30px;            
            h1{
                max-height: 225px;
            }
            a{
                max-height: 40px;
                overflow: hidden;
            }
        }        
    } 
    .content-floor-tab .hidden-sm + .sub-titles ul{
        margin-left:-3px;
    }
    .sub-cat-tabs{
        li{
            max-width:auto;
            
            &.two{
                width:50%;
                max-width:auto;
            }
            &.three{
                width:33.33%;
                max-width:auto;
            }
            &.four{
                width:25%;
                max-width:auto;
            }
            &.five{
                width:20%;
                max-width:auto;
            }
            a{
                font-size:14px;
                padding:0;
            }
        }
    }
}

@media screen and (max-width:767px){
	#productData{
		.col-sm-6.marB30{
			margin-bottom:0;
		}
	}
	.result-grid .result-tile:nth-child(2n+1) .result-detail{
		border-right:0;
	}
    .filters.dig-media-search{
        label{
            padding-left:0;         
        }
        input[type='checkbox'] + span{
            position:static;
            left: inherit;
        }
    }
    .lookup-form, .col-inside{
        display:block;
    }
    .product-results{ 
        .result-img{
            img{
                width: 100%;    
            }
        }
     }
    .outer-lookup-panel {
        .lookup-panel-head {
            padding-bottom:0px;
            h2,h4{
                margin-bottom: 27px;
            }
        }
        .lookup-panel{
            margin-bottom:30px;
            & + .lookup-panel{
                margin-bottom:0px;
            }
            p,ul,ol{
                margin-bottom: 30px !important;
            }
        }
    }
    .lookup-form .form-group{
        margin-bottom: 30px;
    }
    .overflowhidden{
        overflow:hidden;
        position:fixed;
        width:100%;
    }
    .blockquote {
        h1, footer{
            padding-left:20px;
        }
        
    }
    .mob-marT20{
        margin-top: 20px;
    }
    
    .multi-page-nav-comp{        
        .multipage-carousel ul li{
            width: 100%
        }
    }
    .act_404{
        background: #fff;
        .error_message{
            h1{
                max-height: 66px;
                overflow: hidden;
            }
            .search-bar{
                input[type="text"]{
                    width:85%;
                }
                input[type="submit"]{
                    width:20px;
                }
            }
        }
    }
    .lookup-bar{
        .search-bar{
            .search-label{
                padding: 10px 0;
                position: relative;
                &:before{
                    top: 18px;
                }
                .glyphicon-search{
                    &:before{
                        display: inline-block;
                        padding-top: 20px;
                    }
                }
            }
            .cat-select{
                select{
                    height: 50px;
                }
                &.arrowToggle.active:after{
                    border-bottom: 8px solid #afa282;
                    border-top: 0 none;
                }
                &:after{
                    background: none;
                    border-left: 8px solid @act-white;
                    border-right: 8px solid @act-white;
                    border-top: 8px solid #afa282;
                    top: 22px !important;
                    right: 12px;
                    width: 0;
                    content:"" !important;
                }
                &:before{
                    position: absolute;
                    content: '';
                    right: 45px;
                    border-left: 1px solid #ccc;
                    height: 100%;
                    width: 0;
                }
            }
            input[type="text"]{
                height: 50px;
                margin-bottom: 20px;
            }
            .submit-button{
                text-align: right;
            }
        }
        .reset-bt{
            margin-top: 5px;
        }   
    }
    .event-lookup-bar{
        .brdr-lft-rht{
            padding:0 15px;
            & + .text-center{
                text-align:left;
            }
        }
    }
    #news-form{
        .lookup-bar{
            .reset-bt{
                 margin-top: 5px;
            }
         }
    }
    .graph-box ul{
        margin-bottom:0;
    }
    .reset-col{
        border-left:none;
        border-right:none;
        height: auto;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left;
        &:before,&:after{
            display:none;
        }
    }
    .article-grid{
        .article-body{
            height: 235px;
        }
    }
    .border_left{
        border-left: none;
    }
    .chartWrapper{
        &:first-child{
            margin-left: 0;
        }
    
    }
    .infographic-head{
        padding: 50px 30px 0 30px;
    }
     .right-rail-caption{
        padding-left: 30px;
    }
    .research-results{
        .rep-result-tile{
            .report-head{
                h4{
                    margin-right: 14px;
                }
            }   
            .rep-detail{
                position: static;                
                height: auto;                
                .detail-view{
                    .cta-label{
                        padding:0 12px;
                    }
                }
            } 
            .add-icon{
                background-position: 0 -652px;
                width: 45px;
                height: 45px;

            }
            .minus-icon{
                background-position: 0 -599px;
                width: 45px;
                height: 45px;
            }
        }    
        .related-reports{
            padding: 0 15px;
            margin-bottom: 30px;   
            h5{
                border: 1px solid #dcdcdc;
                border-top:none;
                text-align: left;
                padding:0 0 0 15px;
                margin: 0 -15px;
                background: @act-very-light-gray;
                cursor: pointer;
                font: normal 13px  @act-base-font;
                line-height: 45px;
                color: #666; 
                .filter-arrow{
                    display: inline-block;
                    border-left: solid 1px #c9c9c9;
                    padding: 20px 14px 0 15px;
                    float: right;
                    height: 45px;
                    vertical-align: middle;
                }
            }
            .rel-report-cover{
                display: none;
                padding: 0px 15px;
            }
        }
    }
    .event-lookup-bar{
        .brdr-lft-rht{
            border:none;
            &:before,&:after{
                display:none;
            }
        }
        .submit-button{
            text-align: right;
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }
    .exp-tray-wrapper{
        padding: 0;
        margin: 0 0 15px 0;
        .exp-tray{
            h4{
                font-size: 22px;
                height: auto;
            }
        }
        .tray-content-wrapper{
            .tray-body-content{
                padding: 20px 25px 30px 30px;
            }
        }    
    }
    .right-rail-pod{
        padding: 50px 30px;
        margin-top: 0;
    }
    .test-center{
        .lookup-headline{
            h4{
                margin-bottom: 24px;
            }
        }
    }
    .lookup-panel h4{
        margin-bottom: 20px;
    }
    .us-lookup-panel{
        .col-inside{
            display:block;    
        }
    }  
    .paging{   
        &.moreThan5{
            a:first-child{
               -webkit-border-radius:0;
                border-radius: 0; 
            }
        }                     
        a{
            float: left;
            &:nth-child(6){
                -webkit-border-radius: 0 0 0px 5px;
                border-radius: 0 0 0px 5px;
            }
        }
    }
    .results-label{
        p{
            max-height: 24px;
            overflow: hidden;
        }
    }
    .assets-grid{
        padding-right: 15px;
        .asset-tile{
            width: 100%;
            height: 95px;
            max-width: inherit;
            border: 1px solid #d7d7d7;
            .asset-image{
                float: left;
                width: 40%;
                height: 100%;
                img{
                    width: 100%;
                    height: 100%;
                }
            }
            .download-sec{
                float:  right;
                width: 60%;
                height: 100%;
                overflow: hidden;
                background: @act-very-light-gray;
                padding: 30px 10px 0 10px;
                max-height: 100%;                
                a{
                    vertical-align: middle;
                }                
            }
        }
    } 
    .qa-header{
        padding:0 15px 15px;
    }
    .question-day .social-cta{
        padding:0 30px;
    }
    .newsletter-hero-img{
        .quote-panel{
            padding: 30px;
            h1{
                max-height: 210px;
                overflow: hidden;
                font-size: 20px;
                line-height: 35px;
            }
        }
    }  
    .report-table{
        table{            
            margin-bottom: 0;
        }
    } 
    .featured-row h4{
        font-size:22px;
        padding-top: 5px;
    }
    .mobile-alert-box{
        padding:20px 10px;
        img{
            float:left;
            max-width:30px;
            & + p{
                padding-left:32px;
            }
        }
        p{
            color:#666;
            color:#222;
            line-height: 1.1;
        }
    }
    .content-table-scroll{
        margin:0 -15px;
    }
}

@media screen and (min-width:320px) and (max-width:480px){
    .banner-text {
        width:316px;
    }
    .act-logo{
        margin-left:150px;
    }    
    .graph-box{
        padding:36px 30px 55px 30px;
    }
    .footer-top-nav{
        padding: 34px 30px;
    }
}
                                         
/****Importing CSS for 1281px ***/ 

/* @media (min-width:1281px){   
     @import "large-screen"; 
 } */

@media screen and (min-width:768px) and (max-width:1024px){
 div[class*='leaderShip-block-']{
        height:520px;
    }
}

/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  background: rgb(250,250,250); /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 51%, rgba(251,251,251,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(100%,rgba(251,251,251,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(255,255,255,1) 51%,rgba(251,251,251,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(255,255,255,1) 51%,rgba(251,251,251,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(255,255,255,1) 51%,rgba(251,251,251,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(255,255,255,1) 51%,rgba(251,251,251,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-8 */
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  /*outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;*/
  border: 1px solid #002551;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
  background-color: transparent;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  color: #666666;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 30%;
  right: 25px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
 /* Old browsers */
  /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 51%, rgba(251,251,251,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,250,250,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(100%,rgba(251,251,251,1)));
  background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(255,255,255,1) 51%,rgba(251,251,251,1) 100%);
  background: -o-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(255,255,255,1) 51%,rgba(251,251,251,1) 100%);
  background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%,rgba(255,255,255,1) 51%,rgba(251,251,251,1) 100%);
  background: linear-gradient(to bottom, rgba(250,250,250,1) 0%,rgba(255,255,255,1) 51%,rgba(251,251,251,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fbfbfb',GradientType=0 ); */
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a, .bootstrap-select.btn-group .dropdown-menu li.disabled a:hover {
  cursor: not-allowed;
  background-color: transparent;
  color: #666666;
  font-weight:400;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 0 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

@media screen and (max-width: 1024px) {
 .cat-select select.selectpicker{
  display: inherit !important;
 }
 .cat-select .bootstrap-select{display: none !important;}  
 .bootstrap-select.btn-group .dropdown-toggle .caret:after{
    background: url('act-commons/images/act-sprite.png') no-repeat -285px -312px #fff;
    width: 10px;
    height: 7px;
    margin-top: 4px;
    content: "";
    display:block;
 }    
}
@media screen and (min-width: 1025px) {
 .custom_select input.form-control{display: none !important;}
 .custom_select:after{display:none !important;}
} 

select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
/*# sourceMappingURL=bootstrap-select.css.map */



/* Custom Style for Select box Starts*/

.bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: 230px !important;	
}
.bootstrap-select .dropdown-menu li > a{
  white-space: inherit;
}


.bootstrap-select .caret{
  background: none;
  top:0px;
  right:15px;
  border:none;
}
.bootstrap-select .caret:after, .multiselect .caret::after{
  font-family: 'Glyphicons Halflings';
    content: "\e114";
    font-size: 12px;
    color:#395d8b;
}
.bootstrap-select.open .caret:after, .open .multiselect .caret::after{
    content: "\e113";
}
.bootstrap-select .dropdown-menu{margin:0; padding: 0; border:#d7d7d7 solid 1px;}
.bootstrap-select .dropdown-menu > .active > a{
  color: gray; 
  background: #fff;
}
.bootstrap-select .dropdown-menu  .active > a:focus, .bootstrap-select .dropdown-menu  .active > a:hover{
  color: #002551;
  font-weight: bold;
  background: #e0e0e0;
}
.bootstrap-select .dropdown-menu li > a:focus, .bootstrap-select .dropdown-menu li > a:hover{
  color: #002551;
  font-weight: bold;
  background: #e0e0e0;
}
.dropdown-menu li > a{max-width: 100%;     text-decoration: none;}
.bootstrap-select .dropdown-menu li.dropdown-header{
  color:#666; padding-top:8px; padding-bottom: 8px; font-weight: bold;
}
.bootstrap-select .dropdown-menu li{font-size: 13px; border-bottom:#d7d7d7 solid 1px; font-family: arial;max-width:100%}
.bootstrap-select .dropdown-menu li:last-child{border-bottom:none;}
.bootstrap-select .dropdown-menu li a{ padding-top: 8px; padding-bottom: 8px;}
.bootstrap-select .dropdown-menu .bs-searchbox .form-control{
    position: relative;
    border: 1px solid #fff;
   /* background: url(act-commons/images/act-sprite.png) -278px -64px;*/
}
.dropdown-filter .bootstrap-select.has-warning.form-control .dropdown-toggle{
    background: #fdf9e8 url(act-commons/images/alert_icon.png) 97%  no-repeat;
}
.bootstrap-select.has-warning .caret:after{
  display: none !important;
}


.bs-searchbox{
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}
.bs-searchbox input.form-control{
  padding: 4px 10px 4px 40px;
}
.bs-searchbox:before {
    background: rgba(0, 0, 0, 0) url("act-commons/images/act-sprite.png") no-repeat scroll -278px -64px;
    content: "";
    height: 25px;
    left: 12px;
    position: absolute;
    top: 1px;
    width: 25px;
    z-index: 1;
}

.bootstrap-select .btn-default:hover, 
.bootstrap-select .btn-default:focus, 
.bootstrap-select .btn-default.focus, 
.bootstrap-select .btn-default:active, 
.bootstrap-select .btn-default.active, 
.bootstrap-select.open 
> .dropdown-toggle.btn-default{
  box-shadow: none;
  background-color: initial;
}
.btn-group.open.bootstrap-select .dropdown-toggle{
  box-shadow: none;
}
.btn-group.open.bootstrap-select{
  box-shadow: none;
}
.bootstrap-select .dropdown-menu .divider{
  display: none;
}
.bootstrap-select .generic-form .has-warning .form-control:focus
{
  border: none;
}

.has-warning .bootstrap-select, .has-warning .bootstrap-select .form-control{
    /*background-image: none !important;*/
    border: none; 
  }
  .form-group.has-warning .bootstrap-select .form-control:focus{
    border: none;
  }
/* Custom Style for Select box Ends*/
