﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */

	/* FONT */
	/* body { font-family: 'insert-font-family-name-here', 'Arial', sans-serif; } */

	/* STANDARD LOGO DIMENSIONS */
	.header-branding img { width: 250px; }

	/* LARGE LOGO DIMENSIONS */
	.header-branding.m-large-logo img { width: 250px; }
	/* Scroll down to "MEDIUM DEVICES" to change width of large logo on mobile devices */

	/* your CSS here */
.show-all-btn1{border:0;
margin-left:20px;
margin-right:20px;
margin-top:0px;
margin-bottom:0px;
padding-bottom:10px;
font-weight:bold;

}


.bb{ margin-right:10px;}








.member-description{ font-family:Arial, Helvetica, sans-serif; font-size:15px;}
.show-all-btn2{border:0;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding-bottom:0px;
font-weight:bold;


}

.show-all-btn2 a:link, .show-all-btn2 a:visited{border:0;



}
.show-all-btn2 a:hover, .show-all-btn2 a:active{border:0;



}




#msub{ color:#08376D;line-height:none; padding:6px;}
#msub a:hover, #msub a:active{ color:#08376D;}
#msub a:link, #msub a:visited{ color:#08376D; text-decoration:underline;}


.ddf a:hover, .ddf a:active{ color:#fff;}
.ddf a:link, .ddf a:visited{ color:#fff; text-decoration:none;}




#page-header1{padding-left:20px;padding-right:20px}

#page-header1 {
  color: #FFF;
  background-color: #08376D;
  background-color: rgba(8, 55, 109);
  
}

#page-header1:after {
  border-top-color: #F59F00;
  border-top-color: rgba(0, 0, 0);
}
#page-header1{position:relative;
margin-top:0px;
margin-bottom:10px;
margin-left:0px;
margin-right:0px;



padding:0 5px}#page-header1:after{content:'';display:block;position:absolute;bottom:-10px;left:50%;margin-left:-5px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid transparent}



.page-title1 h1 {
  color: #FFF;
}

.m-has-breadcrumbs1 .page-title1 {
  border-color: #FFF;
  border-color: rgba(255, 255, 255, 0.1);
}

.m-has-breadcrumbs1 .page-title1:after {
  background-color: #FFF;
}

.breadcrumbs1 {
  color: #FFF;
}

.breadcrumbs1 a {
  color: #FFF;
}



.m-has-breadcrumbs1 .page-title1{padding-bottom:12px;border-bottom:1px solid transparent}.m-has-breadcrumbs1 .page-title1:after{content:'';display:block;position:absolute;left:0;bottom:-2px;width:30px;height:3px;line-height:0}.breadcrumbs1{padding:10px 0;font-size:0.875em}.breadcrumbs1>ul{list-style-type:none;margin:0;padding:0}.breadcrumbs1>ul>li{list-style-type:none;margin:0;padding:0;line-height:1.2em}.breadcrumbs1>ul:before,.breadcrumbs>ul:after{display:table;clear:both;height:0;content:''}.breadcrumbs1>ul>li{display:inline;margin-left:5px;padding:3px 0}.breadcrumbs1>ul>li:first-child{margin:0}.breadcrumbs1>ul>li:before{content:'/';display:inline;margin-right:7px;font-size:12px}.breadcrumbs1>ul>li:first-child:before{display:none}

























/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* LARGE LOGO DIMENSIONS */
		.header-branding.m-large-logo img { width: 300px; }

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}