/* Default selector for indentation.*/
/*div.indent { margin-left: 2em; }*/

/*.button { background-color: #ff6514; color: #fff; padding: 10px 24px 9px; border-radius: 3px; line-height: 1.5em; font-size: 1.4em; text-transform: uppercase; text-decoration: none;}*/
/*a.button { background-color: #ff6514; color: #fff; padding: 10px 24px 9px; border-radius: 3px; line-height: 1.5em; font-size: 1.4em; text-transform: uppercase; text-decoration: none;}*/
/*a.blue { background-color: #002f5f;}*/

/*ul.links {padding-left: 1em; border-left: 2px solid #FF6514; list-style-type: none;}*/
/*ul.links li {padding-left: 1em;}*/
/*ul.links a {color: #FF6514; text-decoration: none; }*/

/*
ul.orange-bullets {list-style: none; padding-left: 2.5em; margin-top: 2em; margin-bottom: 2em;}
ul.orange-bullets li {padding-left: 0; position: relative;}
ul.orange-bullets a {}
ul.orange-bullets li:before {
    width: 5px;
    height: 5px;
    background: #ff6514;
    border-radius: 50%;
    margin-top: -2px;
    display: block;
    position: absolute;
    top: 50%;
    left: -1.25em;
    content: '';
}
*/

ul.arrows-list {list-style: none; padding:0 ;     margin: 0 0 12px;}
ul.arrows-list li {
    padding: 0 0 14px 41px;
    line-height: 20px;
    font-size: 16px;
}
ul.arrows-list a {}
ul.arrows-list li:before {
    width: auto;
    height: auto;
    /*position: absolute;*/
    /*content: "\e908";*/
    content: "\2192";
    color: #1d1d1b;
    line-height: 12px;
    top: 5px;
    font-size: 12px;
    background: none;
    font-weight: bold;
    /*font-family: "icomoon";*/
}
/*p.strong.title {line-height: 34px; font-size: 24px;}*/
/*p.title {line-height: 34px; font-size: 24px;}*/