/* Helper Classes */

.imageResize {
  width: 100%;
  max-width: 100%;
}
h1.titleimage {
  margin-top: 0px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* Flush */
.flush {
	padding: 0px;
  margin: 0px;
}
.flush-top {
	padding-top: 0px;
  margin-top: 0px;
}
.flush-right {
	padding-right: 0px;
  margin-right: 0px;
}
.flush-bottom {
	padding-bottom: 0px;
  margin-bottom: 0px;
}
.flush-left {
	padding-left: 0px;
  margin-left: 0px;
}
.flush-lr {
  padding-left: 0px;
  padding-right: 0px;
} 

/* Padding */
.padded {
	padding: 15px;
}
.pad-top {
	padding-top: 15px;
}
.pad-right {
	padding-right: 15px;	
}
.pad-bottom {
	padding-bottom: 15px;	
}
.pad-left {
	padding-left: 15px;	
}
.pad-lr {
  padding-right: 10px; 
  padding-left: 10px;  
} 
/* hidden */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/* ---  Unordered Lists --- */ 
ul.nopad {
  margin-left: 0px;
}


/* EndHelper Classes */


/* --- Track Nav --- */ 
#navbar {
    border: 0px;
}
.tracknav {
    display: block !Important;
}
.tracknav a {
  display: block;
  height: 40px;
  float: left;
  text-align: center;
  margin: 5px 3px;
  padding: 10px 10px 10px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  border-radius: 5px;
}
.tracknav a:hover {
   color: #ffffff;
   display: block;
}

@media screen and (min-width: 990px) { 
  .tracknav a {
     min-width: 50px;
  }
	.navbar-btn > i.fa.fa-search {
    display: none;
}
}
@media screen and (min-width: 1200px) { 
  .tracknav a {
     min-width: 122px;
  }
}
@media (max-width: 1090px) {
  .tracknav a {
      width: 100%;
    }
}
/* --- EndTrack Nav --- */

/* ---  Forms --- */ 
.formline {
  margin-bottom: 15px;
}
.design-textfield {
  float:left;
}
ol.design_list_horizontal li {
    display: inline;
}
ol.design_list_vertical {
    list-style-type: none;
}
ol.design_list_vertical li{
    padding: 5px 0px;
}
ol.radio-contact   {
  padding-left: 0px;
}
input[type="radio"], input[type="checkbox"]{
  margin-right: 5px;
} 
.formrow {
  margin-bottom: 10px;
}
.design_content ol {
  padding-left: 7px;
}
label {
  display: inline;
  font-weight: 400;
}
/* --- OVERRIDE OF EKTRON STYLESHEET --- */
#design_content .design_textfield, div.design_content .design_textfield {
    width: 100%;
    height: auto;
}
#design_content, div.design_content {
    overflow: inherit;
}
.design_validation_failed {
    border: 2px solid red !important;
}
span.design_validation_failed {
    border: 0px !important;
}
input.design_validation_failed {
    background: #fee;
    border: 2px solid red;
}
span.design_validation_failed select {
    background: #fee;
    border: 2px solid red;
}

#input_1_16_3_label, #input_1_16_4_label, #input_1_16_6_label {
	font-weight: 700;
    font-size: 16px;
}
/* --- End Forms--- */ 



/* --- OLD FOOTER --- */
/* --- REVISE CODE --- */
#footerContainer {

  clear: both;
  font-family: "Roboto",verdana,sans-serif;
  margin: 0px auto;
  background-color: rgb(54, 54, 54);
}
#footerWrapper {
  background-color: #363636;
  color: #FFF;
  vertical-align: top;
  clear: both;
  height: 330px;
  font-size: 12px;
  line-height: 1.2;
  font-family: "Roboto",verdana,sans-serif;
  padding: 20px 0px;
  margin: 0px auto;
  width: 1006px;
}
#Col1{
  float: left;
  border-right: 1px solid #B7B7B7;
  margin-right: 20px;
  width: 22%;
}
#Col2{
  float: left;
  width: 19%;
  padding-right: 2px;
  height: 300px;
}
#Col3{
  float: left;
  width: 19%;
  border-right: 1px solid #B7B7B7;
  margin-right: 20px;
  height: 274px;
  padding-top: 31px;
}
#Col4{
  float: left;
  border-right: 1px solid #B7B7B7;
  height: 300px;
  width: 18%;
}
#Col5{
  float: left;
  margin-left: 20px;
}

#footerWrapper p {
  color: #FFFFFF;
  text-align:left;

    text-decoration: none;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
}

#footerWrapper a {
  color: #b7b7b7;
  text-decoration:none;
  margin-bottom: 50px;

}
#footerWrapper a:hover {
  color: #ffffff;
  text-decoration:underline;
}
.contact {
  color: #ffffff;
  text-align:left;
  padding: 5px;
}

@media screen and (max-width: 774px) {

  #footerContainer {
    clear: both;
    width: 100%;
    font-family: 'Roboto', verdana, sans-serif;
    margin: 0 auto;
  }
  #footerWrapper{
    width: 100%;
    height:auto;
  }
  #Col1{
    width: 100%;
    float:none;
    clear:both;
  }
  #Col2{
    display: none;
  }
  #Col3{
    display: none;
  }
  #Col4{
    display: none;
  }
  #Col5{
    display: none;
  }
  #footerWrapper hr {
    display: none;
  }
}
/* --- End Footer --- */
/* --- Footer Mobile --- */
@media (max-width: 776px) {
  #footerwrapper p {
    text-align:center;
  }
  .contact {
    width: 60%;
    margin: 0 auto;
    text-align: center !important;
  }
}
/* --- End Footer Mobile --- */

/* New Footer */
.footer {
 background-color: rgb(54, 54, 54);
 color: #fff;
 padding: 20px 0px;
 padding-top: 30px;

    text-decoration: none;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
}
.footer .row {
  background-color: rgb(54, 54, 54);  
}
.footer a {
	color: #b7b7b7;
    text-decoration: none;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
}
.footer a:hover {
    color: #fff;
}
.footer-border {
    border-left: 1px solid #fff;
}
.footer-social-icons {
    padding-right: 10px;
}
.CII-footer {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .footer-small {
         width: 100%;
    }
    .footer-small-inner {
         margin: 0 auto;
         text-align: center;
         display: block;
    }
    .footer-social {
         display: block;
         margin: 0 auto;
         text-align: center;
    }
}
.entry-meta {
    display: none;
}
/* --- Custom Buttons --- */
.pd a {
    width: 100%;
}

.btn-custom-gray {
  background-color: hsl(152, 2%, 37%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999d9b", endColorstr="#5c605e");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#999d9b), to(#5c605e));
  background-image: -moz-linear-gradient(top, #999d9b, #5c605e);
  background-image: -ms-linear-gradient(top, #999d9b, #5c605e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999d9b), color-stop(100%, #5c605e));
  background-image: -webkit-linear-gradient(top, #999d9b, #5c605e);
  background-image: -o-linear-gradient(top, #999d9b, #5c605e);
  background-image: linear-gradient(#999d9b, #5c605e);
  border-color: #5c605e #5c605e hsl(152, 2%, 31%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.39);
  -webkit-font-smoothing: antialiased;
}

/*Sponsor lists*/
.sponsor-list {
    text-align: center;
    padding-top: 1em;
}
.sponsor-list li {
    display: inline-block;
    margin-right: 0;
    text-align: center;
    margin: 0 0.5em 1em;
}
.sponsor-list a {
    display: block;
}
.sponsor-list li img {
}
@media only screen and (min-width: 600px){
  .sponsor-list li {
      margin-right: 18px;
      margin-bottom: 18px;
  }
  .sponsor-list li img {
      max-width: 100%;
  }
}

/*Text Styles*/
.sponsored-by {
  float: right; 
  vertical-align:top;
  margin: 0px 3px 3px 8px;
  font-size: 10px;
  line-height:1.2;
  font-style:italic;
} 

/*CUSTOM CSS*/
h1, h2, h3, h4, h5 {
	margin: 0px !important;
}
.container{
	padding-top: 5px;
}

.entry-header {
    padding-left: 15px;
}
@media  only screen and  (min-width: 992px) {
.conferenceRightMargin{
	    margin-top: -67px;
}
}

/*GV CUSTOM CSS*/
.gv-list-container p {
    font-size: 12px;
}

.gv-large a {
    font-size: 18px;
}

.gv-bold{
	font-weight: 700;
}
.gv-normal{
	font-weight: normal;
}
.gv-float-left {
	float: left;
	max-width: 30%;
	padding-right: 5px;
	min-height: 115px;
}

.gv-list-view-subtitle h4 {
    margin: 0;
    font-size: 12px;
    padding: 2px;
    display: inline-block;
}
.gv-list-view-title p {
    /*margin: 0 0 10px;*/
    text-transform: initial;
}
.gv-list-view-title h3 {
    margin: 0px;
    padding: 0 10px 0 0;
}
.gv-list-view-title h3 a {
    font-size: 14px;
}

.gfield_description {

    line-height: 1.5 !important ;
}
.gv-list-view-title {
	border: 0px !important;
	padding: 0px !important;
}
.gv-list-view:first-of-type{
padding: 0 0 0 0 !important;
}
.gv-list-view {
	border: 0px !important;
	/*padding: 20px 0 0 0 !important;*/
	clear: both; 
}
/*END GV CUSTOM CSS*/

@media only screen and (min-width: 992px){

.rightMargin{
   margin-top: -57px;
}
}
.navbar-brand a img {
    width: 100%;
    max-height: 100%;
	max-width: 450px;
}
#custom_html-4 .textwidget {
    padding: 5px 10px 0 10px;
}
#custom_html-5 .textwidget {
    padding: 5px 10px 0 10px;
}
#custom_html-6 .textwidget {
    padding: 5px 10px 0 10px;
}



.wpp-list li {
    padding-bottom: 10px;
}
.widget a {
    
    color: #337ab7;
}
.navbar-top{
display: none;
}
.tp_header_v2 .inner-header {
    background: #FFFFFF;
}
.inner-header {
  
    padding: 10px 0px 0px 0px;
}

a {
 color: #337ab7;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.0;
}
p a {
 color: #337ab7;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.0;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
li.menu-item.menu-item-home.menu-item-home-icon {
    display: none;
}
.navbar-btn > i.fa.fa-search {
    display: none;
}
.tp_header_v2 .main-navigation {
    background: #414447;
}

.home .entry-title {
    display: none;
}
.tp_header_v2 .main-navigation li a {
    margin: 0px 30px 0px 0px;
	padding: 10px;
    font-weight: 400;
    color: #ffffff;
    text-transform: none;
    font-size: 15px;
}
.tp_header_v2 .main-navigation .sub-menu a:hover {
    color: #FFFFFF;
}
body{
background-color: #0b384c;
}

button{
background-color: #7d8082;
border: 1px solid #7d8082;
}

.main-navigation ul > li:hover > a {
    color: #FFFFFF;
    background: #4f98b3;
}

.navbar-form .form-control {

    width: 50%;
  
    border: 2px solid #7d8082;
}
.rtbs {
    margin: 0px;
}
.entry-content .rtbs .rtbs_menu ul li {

    width: 48%;
}
.entry-content .rtbs .rtbs_menu ul li a {
   
    width: 100%;
}
.rtbs .rtbs_menu li a {

    padding: 10px 30px;
    text-transform: uppercase;
}
.entry-content .rtbs .rtbs_menu ul li {
    margin: 0;
    color: #FFFFFF;
    background-color: #cccccc;
    margin: 0 5px 0 0;
}
.entry-content .rtbs .rtbs_menu ul li a {

    color: #FFFFFF !important;
}


a.title {
    color: #337ab7;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.0;
}

.wpp-post-title{
   color: #337ab7;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.0;
}
span.wpp-views{
   font-size: 12px;
    font-weight: 900;
    color: #000000;
}

a {
    color: #3c9de7;
}

span.date:before {
    content: "\000A";
    white-space: pre;
}
span.date {
    font-size: 12px;
    font-weight: 900;
    color: #000000;
}
span.excerpt {
    font-size: 12px;
	line-height: 1.7;
    float: left;
}
.excerpt-dash{
	display: none;
}
.listing-item {
    padding-bottom: 10px;
}

.rtbs>.rtbs_content {
 
    line-height: 1.2;
}
.rtbs>.rtbs_content{

background-color: #FFFFFF;
padding: 0 10px 0 9px;
}
.rtbs>.rtbs_content ul{
margin-left: 0px !important;
list-style: none;
}

#content .entry-content img{
margin: 0 0 0 0 !important;
}


.entry-content {
    margin: 15px 0 0;
}
.widget {
    margin: 0 0 0 0;
}


.widgettitle {
background: rgb(249, 159, 27);
    padding: 10px;
    margin: 10px 7px 0 7px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;

    margin: 0 auto;
}
@media screen and (max-width: 736px) {

#div-gpt-ad-1500056628790-3 {
    display: none;
}
#div-gpt-ad-1500056628790-0 {
    display: none;
}
	.navbar-brand {
    border: none;
    float: left;
}
.main-navigation li a {
    border: none;
    color: #cccccc !important;
}
}

@media screen and (max-width: 1540px) {
body{
background-image: none !important;
}
	.bfastmag-a-d-v
	{
		
		display: inherit;
	}
	
	.navbar-brand {
    border: none;
    float: left;
}
.widget {
padding: 0px 0 0 0;
}
}
/* Footer */

.entry-footer {

    background-color: #FFFFFF;
    min-height: 0px;
}

footer {

clear: both;
margin: 0px auto;
background-color: #363636;
width: 100%;
min-height: 390px;
}




/*footer section*/
.footerSection
{
	float: left;
	width: 100%;
	height: 21px;
	color: #fff;
	
}
.footerSection a
{
	color: #000;
	font-family: 'Roboto', 'sans-serif';
	font-size: 0.8em;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 700;
	padding: 0 5px;
	vertical-align: middle;
}
.footerSection a:hover
{
	cursor: pointer;
	text-decoration: underline;
	color: #898989;
}


.footerA
{
    width: 280px; 
    border-right: 1px solid #A4A4A4;
   height: 80px;
    float: left;
     margin-top: 36px;
     padding: 0 30px;
     color: #000;
    }
    


.footerB
{
    width: 280px; 
    border-right: 1px solid #A4A4A4;
  height: 80px;
       float: left;
        margin-top: 36px;
         padding: 0 20px 0 30px;
          color: #000;
    }
    
    
    

.footerC
{
    width: 240px; 
    
    height: 80px;
       float: left;
       margin-top: 36px;
        padding: 0 30px;
    }

    

#footerContainer {

  	clear: both;

	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
  }
#footerWrapper {
	background-color: #363636;
	color: #ffffff;
	
	vertical-align:top;
	clear:both;
	height:330px;
	font-size:12px;
	line-height:1.2;
	font-family: 'Roboto', sans-serif;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    width: 986px;

}
#Col1{
	float:left;
	width:25%;
	border-right: 1px solid #b7b7b7;
	margin-right: 20px;
	height:300px;

	}
#Col2{
	float:left;
	width:24%;
	border-right: 1px solid #b7b7b7;
	margin-right: 15px;
	height:300px;
	}

#Col4{
	float:left;
	width:24%;
	border-right: 1px solid #b7b7b7;
	margin-right: 15px;
	height:300px;
			}
#Col5{
	float:left;
	width:20%;
	}
	
#footerWrapper p {
		margin-bottom: 15px;
	color: #FFFFFF;
	text-align:left;
	
}
hr {
    color: #b7b7b7;
    background-color: #b7b7b7;
    border: 1px solid;
    margin: 10px 0 10px 0;
}

#footerWrapper a {
	
	color: #b7b7b7;
	text-decoration:none;
	margin-bottom: 50px;

}
#footerWrapper a:hover {
	
	color: #ffffff;
	text-decoration:underline;
}
.contact {
	color: #ffffff;
	text-align:left !important;
	padding: 5px;
	}
	

 @media screen and (max-width: 736px) {
		
	#footerContainer {

  	clear: both;
	width: 100%;
	font-family: 'Roboto', verdana, sans-serif;
	margin: 0 auto;
  }
  
#footerWrapper{
	width: 100%;
	height:auto;
	margin-right:10px;
	}
#Col1{
	width: 100%;
	float:none;
	clear:both;
	border-right: none;
	}
	#Col2{
	display: none;
	}
		#Col3{
display: none;
	}
		#Col4{
display: none;
	}
		#Col5{
display: none;
		}
	#footerContainer hr {
	display: none;
	}
	
	}
/*End Footer*/

/*Search results edits*/
.search-l-box{
  	float: left;
    width: 25%;

}
.search-r-box{
	float: right;
    width: 75%;
	padding-left: 10px;
}


/*GV Featured Styles*/

.gv-container-11798 p {
    background-color: #FFFFCC;
    padding: 10px 10px 0 10px !important;
    margin: -10px -10px 0 -10px;
}
.gv-container-11798 .gv-list-view-subtitle {
    background-color: #FFFFCC;
    padding: 10px !important;
    margin: -10px;
}
.gv-container-11798 img {
    padding-top: 10px;
}
.gv-list-container, .entry-content {
    /* font-size: 14px; */
    line-height: 1.0 !important;
}