﻿
@media only screen and (max-width: 1000px) {

	#mainpage{

	}

	.slideshow .views-field-body {

		font-size:10px;

	}

	.slideshow .views-field-title {

		top:50px;
	}

	.header_menu {

		float:left;
	}
}

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

	.slideshow .views-field-body {

		display:none;

	}

}

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

	.slideshow .views-field-body {

		width:90%; /*changed from 80% 7/2020*/
		font-size:14px;

	}

}
@media only screen and (min-width: 1200px) {
	.header_menu {
	  margin-top: -65px; /* AY reduced from -75px on 6/26/21 */
	}
}

@media (max-width: 767px) {
  .navbar_menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 100px;
  }

	.navbar-collapse.collapse {
	  display: block!important;
	}

	.navbar-nav>li, .navbar-nav {
	  float: left !important;
	}

	.navbar-nav.navbar-right:last-child {
	  margin-right: -15px !important;
	}

	.navbar-right {
	  float: right!important;
	}

	  .navbar-toggle{
	  	display:none;
	  }

	  .responsive-menus-simple li a{

	  	background-color: #243f78;
	  }

	  .responsive-menus.responsified span.toggler{

	  	margin:10px;
	  	background-color: #243f78;
	  	padding:10px;
	  	box-shadow:none;
	  }
}

@media (min-width: 767px) {
  .navbar_menu .menu-list .menu-content {
    display: block;
  }

  .col-sm-3 {
	    width: 25%;
	    padding-right: 40px;
	}
}


@media (max-device-width: 767px) {


 .responsive-menus.responsified span.toggler{

	  	margin:10px;
	  	background-color: #243f78;
	  	padding:10px;
	  	box-shadow:none;
	  }

}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  .slideshow{
        max-width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .responsive-menus-simple li a /* .front */
   {
	   background-color: #fff
   }
   .front .panel-2col .panel-col-last,
   .front .panel-2col .panel-col-first,
   .panel-panel,
   .panel-col
   {
	   width: auto;
	   float: none !important;
	   border: 0px #fff;
   }


.minipanel .webinars {
     position: relative;
      text-align: left;
     top:  auto;
    left:  auto;
      width: auto;
}
 .navbar_menu /*.front*/
{
	border: 0px #fff;
}

.front .block-title
{
	font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 1.7em;
    /* margin: 0 0 12px 0;
    padding: 24px 0 0 0;
    color: #474747;
    white-space: nowrap;
    font-style: normal;

   margin: -1px 0 0 0px;
    width: 60px;*/
}

.front .table-responsive > .table > tbody > tr > td
{
	white-space: normal
}

/*removed 7/2020
.logo IMG
{
	width: 80%;
}*/

#block-panels-mini-cfpt-home td, #related_resources td {
    border-bottom: 0px   #fff;
 }

 .graphBox img
 {
	 float: reset;
	 margin-left: auto;
 }
}
