@charset "UTF-8";
/* CSS Document */

/*
@font-face {
    font-family: 'MyFontNavFoot';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
         url('../fonts/Montserrat-Medium.woff') format('woff'),
         url('../fonts/Montserrat-Medium.ttf') format('truetype');      
    font-weight: 300;
    font-style: normal;
}
*/


@font-face {
    font-family: 'MyFontNavFoot';
    src: url('../fonts/AcuminProWide-Medium.woff2') format('woff2'),
         url('../fonts/AcuminProWide-Medium.woff') format('woff'),
         url('../fonts/AcuminProWide-Medium.ttf') format('truetype');      
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MyFontBrand';
    src: url('../fonts/Cyberdyne.woff2') format('woff2'),
         url('../fonts/Cyberdyne.woff') format('woff'),
         url('../fonts/Cyberdyne.ttf') format('truetype');      
    font-weight: 400;
    font-style: normal;

}

/* ------------------------------------------------------------------ NAV BAR -----------------------------------*/
#logo
{
height: 40px;
width: 260px;	
margin-top: -15px;
margin-right: 2px;
}
/* Fixes dropdown menus placed on the right side */
.ml-auto .dropdown-menu
{
left: auto !important;
right: 0px;
}

.navbar-brand small
{
display:block;
color:#2B547E;
font-family: 'MyFontBrand';
font-size: 14px;
font-weight: 400;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
padding-left:2px;
padding-bottom: 0px;
padding-top: 0px;
}

.navbar-custom {
    background-color: #ffffff;
	border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-custom .navbar-brand
 {
   background-color: #ffffff;
}
.navbar-custom .navbar-nav .nav-link {
   background-color: #ffffff;
   font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
   color:#0077C0 !important;
   margin-top: -30px;
	
   border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;	
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link 
{
   background-color: #ffffff;
   font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
   color:#f46100 !important;
}
.navbar-custom .nav-item:visited .nav-link, 
.navbar-custom .nav-item:focus .nav-link 
{
   background-color: #ffffff;
   font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
   color:#0077C0 !important;
}

.dropdown {
	list-style: none; 
	background-color: #ffffff;
	display: inline-block;
	border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown .nav-link {
   background-color: #ffffff;
   font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
   color:#0077C0 !important;
}


.dropdown .dropdown-menu a{
   color:#0077C0 !important;
   background-color: #ffffff;
   font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
}

.dropdown-menu .dropdown-item {
	display: inline-block; 
	width: 100%; 
    border-color: #fff;
}
.container .dropdown .dropdown-menu a:hover
{
  color:#f46100;
  background-color: #fff;
  font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
  border-color: #fff;
}

.container .dropdown .dropdown-menu a:visited,
.container .dropdown .dropdown-menu a:focus
{
   color:#0077C0 !important;
  background-color: #fff;
  font-family: 'MyFontNavFoot';
  font-size: 16px;
  font-weight: 500;
  border-color: #fff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
   color:#0077C0 !important;
   background-color: #ffffff;
   font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
	/*border-color: #f46100;*/
	border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-custom .dropdown-item {
color:#f46100 !important;
   background-color: #ffffff;
   font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
   color:#f46100 !important;
   background-color: #ffffff;
   font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
}

.navbar-toggler-icon.icon-bar
{ 
	background-color: white !important; 
    color:#0077C0 !important;
}
.navbar-toggler.navbar-toggler {

    border-color: #f46100;
	color:#0077C0 !important;
}
.navbar-toggler .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,119,192, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* -------------------------------------------------------------------- END NAV BAR -----------------------------------------------*/

.colorOrange {
  background-color: #f45809;
}
.containerMF {
    padding: 20px 20px 30px 20px;
	background-color: #FFFFFF;	
}
/* --------------------------- FOOTER ------------------------------*/
.footer1 {
    background: #fff repeat scroll left top;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.title-widget {
	color: #898989;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	font-family: 'MyFontNavFoot';
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 28px;
}

.title-widget::before {
    background-color: #f46100;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}
.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}
.widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}
.widget_nav_menu ul li {
    font-family: 'MyFontNavFoot';
	font-size: 13px;
    font-weight: 400;
    line-height: 20px;
	color:#0077C0 !important;
	position: relative;
    text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 7px;
    padding-bottom: 7px;
	width:95%;
}
.title-median {
    color: #636363;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
	font-family: 'MyFontNavFoot';
}
.footerp p {font-family: 'MyFontNavFoot';	font-size: 14px;
    font-weight: 400; }

.footer-bottom {
    background-color: #0077C0;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
	font-family: 'MyFontNavFoot';
	font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    min-height: 18px;
    padding: 7px 0;
}

/* --------------------------- END FOOTER ------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 1007px)
{
.navbar-custom .navbar-nav .nav-link {
   background-color: #ffffff;
   font-family: 'MyFontNavFoot';
   font-size: 14px;
   font-weight: 400;
   color:#0077C0 !important;
   margin-top: 0px;
}	
}
@media only screen and (min-width: 1007px)
{
	 	 	 
.navbar-expand-ec 
{
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-ec .navbar-nav 
{
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand-ec .navbar-nav .dropdown-menu
{
    position: absolute;
}
.navbar-expand-ec .navbar-nav .nav-link
{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
	
}
.navbar-expand-ec > .container,
.navbar-expand-ec > .container-fluid 
{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand-ec .navbar-collapse
{
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand-ec .navbar-toggler
{
    display: none;
}
	 
} 





