.home-page-title{
background: #003040;
    height: 100px;
    padding: 24px 40px;    
}

.home-page-title:hover {
	background-color: #000!important;
	color: #fff;
}



.home-page-title h1{
    color: #fff;
    font-size: 32px;
    font-weight: bold;    
}

.home-page-content{
background:#dfdfd0;
    color: #004c66;
    padding: 40px 40px;    
}

/*@import url(http://fonts.googleapis.com/css?family=Raleway:200);*/
*
{
font-family: 'Roboto', sans-serif;
}


.raccordion {
    background: none repeat scroll 0 0 /*#004c66*/;
    color: #FFFFFF;
    margin: 10px 0;
}
.raccordion-title {
    cursor: pointer;
    display: block;
    /*height: 100px;
    padding: 24px 40px;*/
}

.raccordion-title h1{
   /*color: #fff;
    font-size: 32px;
    font-weight: bold;*/
}


.raccordion-content {
    /*background:#dfdfd0;
    color: #004c66;
    font-size: 16px;
    padding: 40px 40px;*/
}

.raccordion-content h4{
   color: #004c66;
    font-size:18px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase; 
}

.raccordion-content p{

    font-size: 17px;

}

.raccordion-content a{
    font-size: 17px;
    font-weight: bold;
    color: #00b2b2;
}

.raccordion-content a:hover{
    color: #004c66;
}

.raccordion-arrow {    
    
    height: 28px;
    width: 29px;
}

/*.arrow-up {
    background: url("img/arrow-down.png") no-repeat scroll 96% 40px / 23px auto rgba(0, 0, 0, 0);
}*/

.arrow-up
{
  position: relative; 
} 
  /* replace the content value
  with the corresponding value from the list below */ 
.arrow-up:before{
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; 
    /* adjust as necessary */
  color: #fff;
  font-size:22px;
  padding-right: 0.5em;
  position: absolute;
  top: 34%;
  left: 94%;
}



/*.arrow-down {
    background: url("img/arrow-up.png") no-repeat scroll 96% 40px / 23px auto rgba(0, 0, 0, 0);
}*/

.arrow-down
{
  position: relative ; 
} 
  /* replace the content value
  with the corresponding value from the list below */ 
.arrow-down:before{
  content: "\f13a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit; 
    /* adjust as necessary */
  color: #fff;
  font-size: 22px;
  padding-right: 0.5em;
  position: absolute;
  top: 34%;
  left: 94%;
}


/*Media Queries*/


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

/*Gen Info*/
    
.home-page-title h1{
    color: #fff;
    font-size: 28px;
    font-weight: bold;    
}
  
}


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

.home-page-title{
    padding: 30px 40px;    
}
    
.home-page-title h1{
    color: #fff;
    font-size: 24px;
    font-weight: bold;    
}
  
}

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

.home-page-title{
    padding: 32px 34px;    
}
    
.home-page-title h1{
    color: #fff;
    font-size: 20px;
    font-weight: bold;    
}
    
.arrow-up:before{
  padding-right: 0.8em;
  position: absolute;
  top: 34%;
  left: 92%;
}


.arrow-down:before{

  padding-right: 0.8em;
  position: absolute;
  top: 34%;
  left: 92%;
}    
  
}


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

.home-page-title{
    padding: 34px 26px;    
}
    
.home-page-title h1{
    color: #fff;
    font-size: 18px;
    font-weight: bold;    
}
    
   
  
}


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

.home-page-title{
    padding: 32px 14px;    
}
    
.home-page-title h1{
    color: #fff;
    font-size: 20px;
    font-weight: bold;    
}
    
.arrow-up:before{
  padding-right: 0.8em;
  position: absolute;
  top: 34%;
  left: 90%;
}


.arrow-down:before{

  padding-right: 0.8em;
  position: absolute;
  top: 34%;
  left: 90%;
}   
  
}


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

.home-page-title{
    padding: 32px 14px;    
}
    
.home-page-title h1{
    color: #fff;
    font-size: 17px;
    font-weight: bold;    
}
    
.arrow-up:before{
  padding-right: 0.8em;
  position: absolute;
  top: 34%;
  left: 88%;
}


.arrow-down:before{

  padding-right: 0.8em;
  position: absolute;
  top: 34%;
  left: 88%;
}   
  
}