/*Strip the ul of padding and list styling*/
 
 a:hover, a:focus {
     
     #ff5b4d;
 }
 
.subtitle_form {
    color : #fff;   
    text-align : center;
}
}
ul {
    list-style-type:none;
    margin:-5px;
    padding:0;
    position: absolute;
   
}
/*Create a horizontal list with spacing*/
li {
    display:inline-block;
    float : left;
}
/*Style for menu links*/
li a {
    display:block;
    min-width:140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'Montserrat',sans-serif;
    /*background: #2f3036;*/
    text-decoration: none;
    font-weight : 600;
    color: #0e1e06;

}
/*Hover state for top level links*/
li:hover span {
	padding-bottom : 5px;
	border-bottom: 4px solid #ff5b4d;
 }
.active {border-bottom: 4px solid #ff5b4d;padding-bottom : 5px;}  

.active span:hover {border-bottom: 0px solid #ff5b4d; padding-bottom : 5px;}  

.active {border-bottom: 4px solid #ff5b4d;}  
/*Style for dropdown links*/
li:hover ul a {
    /*background: #f3f3f3;*/
    color: #ff5b4d;
    height: 40px;
    line-height: 40px;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
    /*background: #19c589;*/
    color: #ff5b4d;
}
/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}
/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: 'Montserrat',sans-serif;
    text-decoration: none;
    color: #0e1e06;
    background: transparent;
    display: none;
    text-align: right;
    padding-top: 10px;
	padding-right : 9px;
	padding-bottom: 40px;
    display: none;
    width : 55px;
	height :45px;
	float: right;
	margin-top : -120px;
	
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/* ############################################################### 1199 checkbox /* ############################################################### */

@media all and (min-width: 945px) and (max-width: 1300px)
{ 

.subtitle_form {
    color : #fff;   
    text-align : center;
}
}
ul {
    list-style-type:none;
    /*margin:-5px;*/
    padding:0;
    position: absolute;
    /*margin-left:-190px;*/
}
/*Create a horizontal list with spacing*/
li {
    display:inline-block;
    float : left;
    /*width : 130px ;*/
}
/*Style for menu links*/
li a {
    display:block;
    min-width:125px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #0e1e06;
    font-family: 'Montserrat',sans-serif;
    /*background: #2f3036;*/
    text-decoration: none;
    font-weight : 600;
}
/*Hover state for top level links*/
li:hover span {
	padding-bottom : 5px;
	border-bottom: 4px solid #ff5b4d;
 }
.active {border-bottom: 4px solid #ff5b4d;padding-bottom : 5px;}  

.active span:hover {border-bottom: 0px solid #ff5b4d; padding-bottom : 5px;}  

.active {border-bottom: 4px solid #ff5b4d;}  
/*Style for dropdown links*/
li:hover ul a {
    /*background: #f3f3f3;*/
    color: #ff5b4d;
    height: 40px;
    line-height: 40px;
}
/*Hover state for dropdown links*/
li:hover ul a:hover {
    /*background: #19c589;*/
    color: #ff5b4d;
}
/*Hide dropdown links until they are needed*/
li ul {
    display: none;
}
/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: 'Montserrat',sans-serif;
    text-decoration: none;
    color: #ff5b4d;
    background: transparent;
    display: none;
    text-align: right;
    padding-top: 10px;
	padding-right : 9px;
	padding-bottom: 40px;
    display: none;
    width : 55px;
	height :45px;
	float: right;
	margin-top : -85px;
	
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
	padding-bottom : 5px;

} 
/* ############################################################### 1199 checkbox /* ############################################################### */


/* ############################################################### 991 checkbox /* ############################################################### */
@media all and (max-width: 940px) 
{
    ul {
        position: static;
        display: none;
        margin-left : -200px;
      }
    /*Create vertical spacing*/
    li {
       margin-right: -10px;
	   
      }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
      }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
       
    }
	h4 
	{
		margin-top: -35px;
		font-size: 28px;
	}
   /*Style for menu links*/
	li a {
    display:block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: 'Montserrat',sans-serif;
    background: #fff;
    text-decoration: none;
    font-weight : 600;
}
   .active {border-bottom: none;}  

    li:hover span {
	border-bottom: none;
 }
 	padding-bottom : 5px;

 
}
/* ############################################################### 991 checkbox /* ############################################################### */


/* ############################################################### 768 checkbox /* ############################################################### */

@media all and (max-width: 768px) 
{

} 
/* ############################################################### 768 checkbox /* ############################################################### */

/* ############################################################### 575 checkbox /* ############################################################### */

@media all and (max-width: 730px) 
{  
 /*Make dropdown links appear inline*/
    ul {
        position: static;
        display: none;
        margin : -5px;
      }
    /*Create vertical spacing*/
    li {
       margin-bottom: -1px;
      }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
      }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
       
    }
   /*Style for menu links*/
    li a {
    display:block;
    min-width:140px;
    /*height: 50px;*/
    text-align: center;
    line-height: 50px;
    font-family: 'Montserrat',sans-serif;
    background: #fff;
    text-decoration: none;
    font-weight : 600;
    color :#333;
    }
    .CTA a
    {
        background: #ff5b4d;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .active {border-bottom: none;} 

    li:hover span {
	border-bottom: none;
	padding-bottom : none;
 }
 
  
}
}
/* ############################################################### 575 checkbox /* ############################################################### */


