/* Start Additional Styles */

#top-bar {
    border-bottom: 1px solid #EEE;
    height: 23px;
    line-height: 22px;
    font-size: 12px;
	background-color:#EFEFEF;
	padding-bottom:5px;
    }
	
	.top-links li > a {
    display: block;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
    height: 21px;
    color: #666;
    }
	
	.top-links ul li { height: auto; }
	
	#logo { height: auto; }
	
	.inv { display: none; }
	
	.a-margin { margin: 0 15px 15px 15px; }
	
	h5, h6 { margin-bottom: 8px; }
	
    /* .accordion.accordion-border .acctitle, .accordion.accordion-border .acctitlec { line-height: 22px; margin-bottom:10px; }	 */
	
	.widget_links { margin-bottom: 5px; }
	
	.footer h4 { margin: 0 0 10px 0; }
	
	.panel .widget_links a { color: #E31936; }
	
	.even-panels [class*="panel"]{ margin-bottom: -99999px; padding-bottom: 99999px; }

    .even-panels { overflow: hidden; }
	
	#footer select { color: #E31936; background-color:#ffffff; }

    .r-margin {  margin-right:20px ; }
    
	.no-gutter > [class*='col-'] { padding-right:0; padding-left:0; }
	
	.red-color { color: #E31936; }
	
	.paragraph-title { color: #E31936; margin: 20px 0 5px 0; }
	
	.flex-main { display: -webkit-flex; /* Safari */ display: flex; }

    .flex-main .test { -webkit-flex: 1;  /* Safari 6.1+ */ -ms-flex: 1;  /* IE 10 */ flex: 1; }
	
	#footer { border-top: none; }
	
	.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: 32px !important;
    right: auto !important;
    margin: -10px 0 0 0 !important;
    }
	
	#page-title {
    position: relative;
    padding: 5px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
    }
	
	.content-wrap {
    position: relative;
    padding: 50px 0;
    }
	
	
	.ask-us img { width: 40px; }
				
	@media screen and (min-width: 768px) {
	.ask-us img { width: 50px;}   
    }
	
	@media (max-width: 767px) {
    #page-title .breadcrumb {
    margin: 5px 0 0 !important;
    }
	}
	
	.fade-a:hover { transition: color 0.75s ease; color: #E31936; }
	
.color-line { height: 4px; width: 100%;


 background: linear-gradient(270deg, #e31936, #ffffff);
background-size: 400% 400%;

-webkit-animation: AnimationName 15s ease infinite;
-moz-animation: AnimationName 15s ease infinite;
animation: AnimationName 15s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


.bold { font-weight: 600; }
                        
@media screen and (max-width: 480px) {
  #top-bar, .ask-us, .more-research {
  display:none;
  }
}
						
@media screen and (min-width: 768px) {
  .equal, .equal > div[class*='col-'] {  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 1 auto;
  }
}




