@import url(editor.css);
#otec-machines {
  list-style: none;
  padding-left: 0px;
}
#otec-machines li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #93a1aa;
}
#otec-machines li:last-child {
  border-bottom: none;
}

body {
  color: #595959;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  background: #F3F5F7;
  margin: 0px;
  padding: 0px;
}

#container {
  padding-left: 15px;
  padding-right: 15px;
  background: #FFF;
  line-height: 1.4;
  font-size: 1rem;
}

#header-area {
  position: fixed;
  background: #FFF;
  z-index: 200;
  padding-top: 15px;
  width: inherit;
}

#page-content {
  margin-top: 200px;
}

img {
  border: none;
}

.content-img {
  max-width: 100%;
}

h1, h2 {
  font-size: 24px;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #F49554;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

a.machine-button {
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 12px;
  background: #F49554;
  border: 1px solid #F49554;
  color: #FFF;
  margin-top: 20px;
}
a.machine-button:hover {
  background: #FFF;
  color: #F49554;
  text-decoration: none;
}

table#exhibits {
  width: inherit;
}

table#exhibits td {
  float: left;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}

.machine-img {
  max-width: 100%;
}

#Form_CallbackForm label, #Form_expertform label, #Form_CallbackForm #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_CallbackForm input, #Form_expertform #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_expertform input, #Form_CallbackForm #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_CallbackForm textarea, #Form_expertform #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform textarea, #Form_CallbackForm label.error, #Form_expertform label.error, #Form_CallbackForm #Form_feedbackForm fieldset input.error, #Form_feedbackForm fieldset #Form_CallbackForm input.error, #Form_expertform #Form_feedbackForm fieldset input.error, #Form_feedbackForm fieldset #Form_expertform input.error, #Form_CallbackForm #Form_feedbackForm fieldset textarea.error, #Form_feedbackForm fieldset #Form_CallbackForm textarea.error, #Form_expertform #Form_feedbackForm fieldset textarea.error, #Form_feedbackForm fieldset #Form_expertform textarea.error {
  display: none !important;
}

#Form_CallbackForm .tick-captcha label, #Form_expertform .tick-captcha label, #Form_CallbackForm .tick-captcha #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_CallbackForm .tick-captcha input, #Form_expertform .tick-captcha #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_expertform .tick-captcha input, #Form_CallbackForm .tick-captcha #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_CallbackForm .tick-captcha textarea, #Form_expertform .tick-captcha #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform .tick-captcha textarea {
  display: inline-block !important;
}

.tick-captcha {
  padding-top: 10px;
}

#logo {
  margin-top: 10px;
}

#caption {
  width: 50%;
  float: left;
}

#caption {
  margin-top: 15px;
}

.social {
  width: auto;
}
.social .fa {
  background: #B6B7B8;
  color: #FFF;
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 20px;
  margin-left: 5px;
  font-size: 20px;
  text-align: center;
}
.social a:hover .fa {
  background: #051F45;
}

.social.footer {
  width: 100%;
  text-align: left;
}
.social.footer .fa {
  background: #E2EBF0;
  color: #051F45;
  margin-left: 3px;
}
.social.footer a:hover .fa {
  background: #051F45;
  color: #FFF;
}

#menu ul, #sub-menu ul, .menu ul {
  list-style: none;
  display: inline;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  float: left;
  position: relative;
}
#menu ul li, #sub-menu ul li, .menu ul li {
  float: left;
  padding-right: 14px;
  padding-left: 14px;
  border-right: 1px solid #F49554;
}
#menu ul li:last-child, #sub-menu ul li:last-child, .menu ul li:last-child {
  border-right: none;
}
#menu ul a, #sub-menu ul a, .menu ul a {
  padding-bottom: 15px;
}
#menu ul li.last, #sub-menu ul li.last, .menu ul li.last {
  padding-right: 0px;
}
#menu ul li ul, #sub-menu ul li ul, .menu ul li ul {
  display: none;
}
#menu ul li:hover ul, #sub-menu ul li:hover ul, .menu ul li:hover ul {
  display: block;
  position: absolute;
  padding: 10px;
  z-index: 200;
  width: 177px;
  background: #051F45;
  color: #FFF;
  top: 20px;
  margin-left: -14px;
}
#menu ul li:hover ul a, #sub-menu ul li:hover ul a, .menu ul li:hover ul a {
  float: left;
}
#menu ul li:hover ul li, #sub-menu ul li:hover ul li, .menu ul li:hover ul li {
  clear: left;
  margin-left: 0px;
  border-right: none;
}
#menu a, #sub-menu a, .menu a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}
#menu a:hover, #sub-menu a:hover, #menu a.current, #sub-menu a.current, #menu a.section, #sub-menu a.section, .menu a:hover, .menu a.current, .menu a.section {
  color: #F49554;
}

.hide-mobile-menu {
  display: flex;
  justify-content: center;
}
.hide-mobile-menu ul li {
  font-size: 18px;
}

.menu .top-right-menu a {
  color: #4D4D4D;
}
.menu .top-right-menu a:hover {
  color: #F49554;
}
.menu .top-right-menu li:hover ul a {
  color: #FFF;
}
.menu .top-right-menu li:hover ul a:hover {
  color: #F49554;
}

#content ul {
  padding-left: 0px;
  margin-top: 0px;
}
#content li {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 20px;
  position: relative;
}
#content li:before {
  content: " ";
  margin: 5px;
  margin-top:2px;
  margin-left: -15px;
  width: 8px;
  height: 16px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #2baed7;
  position: absolute;
}
#content img {
  max-width: 100%;
  height: auto;
}

.news_divider {
  margin-top: 10px;
  height: 1px;
  background: #D9D9D9;
}

.news-img-small {
  margin-top: 20px;
}

.news-archive ul {
  list-style: none;
  padding-left: 0px;
}

.news-archive li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}

.article {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 360px;
}

#content .article a {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

#content .article img {
    margin-bottom:15px;
}

#container.NewsPage .article img {
  width:auto;
  height:250px;
}

.article-divider {
  height: 1px;
  background: #D9D9D9;
  margin-bottom: 20px;
}

.news-archive li:last-child, .article:last-child {
  border: none;
}

.casestudy-img, .article img {
  -moz-border-radius: 12px 12px 0px 0px;
  -webkit-border-radius: 12px;
  border-radius: 12px 12px 0px 0px;
}

#home_right {
  color: #051F45;
  text-align: center;
}
#home_right .media {
  margin: 0px;
}

.right_box {
  /*border:1px solid #93A1AA;*/
  border: 3px solid #F49554;
  margin-top: 15px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  height: 220px;
  width: 317px;
  float: right;
  background-repeat: no-repeat !important;
}
.right_box .right_header {
  background: #93A1AA;
  padding: 20px;
  font-size: 22px;
  color: #FFF;
  /*	-moz-border-radius:0px 0px 12px 12px;
  	border-radius:0px 0px 12px 12px;
  	border-bottom:5px solid $orange;*/
  width: 277px;
  float: left;
  line-height: 1;
}

a.right_box:hover {
  text-decoration: none;
}
a.right_box:hover .right_header {
  color: #93A1AA;
  background: #FFF;
}
a.right_box .testimonial {
  color: #595959;
}

.right_box.home_right_0 {
  background: url("../images/home_right_0.jpg");
}

.right_box.home_right_1 {
  background: url("../images/home_right_1.jpg");
}

.right_box.home_right_2 {
  background: url("../images/home_right_2.jpg");
}

.right_box.home_right_3 {
  background: url("../images/home_right_3.jpg");
}

.right_box.home_right_4 {
  background: url("../images/sizes.jpg");
}

.right_box.home_right_3.page_163 {
  background: url("/assets/Uploads/blisk-surface-finishing-machine-expert-box.jpg");
}

.right_box.home_right_3.page_164 {
  background: url("/assets/Uploads/alloy-wheel-finishing-robot-expert-box.jpg");
}

.HomePage .right_box {
  height: 271px;
}

#certifications ul, #events ul {
  padding: 0px;
}
#certifications ul li, #events ul li {
  float: left;
  display: inline-block;
  clear: none;
  margin: 0px;
  margin-right: 5px;
  width: 230px;
}
#certifications ul li image, #events ul li image {
  max-width: 230px;
}
#certifications ul li:before, #events ul li:before {
  content: "";
  float: none;
  margin: 0px;
  width: 0px;
  height: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  position: absolute;
}
#certifications ul li a, #events ul li a {
  float: left;
}

#certifications ul li {
  text-align: center;
  margin-right: 10px;
}
#certifications ul li ul li {
  text-align: left;
}

#events li {
  text-align: center;
}

#team_contact span {
  float: left;
  margin-left: 10px;
}

#team_contact span.first {
  padding-right: 10px;
  border-right: 1px solid #4d4d4d;
}

.section-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4d4d4d;
}

.testimonial-divider {
  height: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}

#home-testimonials, .testimonial {
  width: 295px;
  height: 300px;
}

#brochure-downloads label {
    text-transform: capitalize;
}

@media only screen and (max-width:767px) {
    #brochure-downloads label {
        width: 100%;
    }   
}

.brochure-section {
  padding-top: 20px;
  padding-bottom:40px;
  border-bottom:1px solid #D9D9D9;
}

.brochure-section:last-child {
  border-bottom:none;
}

.brochure-download {
  display:flex;
  gap:20px;
  padding-top:20px;
  padding-bottom:20px;
  border-bottom:1px solid #D9D9D9;
}

.brochure-download:last-child {
  border-bottom:none;
}

.brochure-download img {
  border:1px solid #595959;
}

#footer {
  background: #E2EBF0;
  color: #051F45;
}
#footer .header {
  color: #FFF;
  font-size: 18px;
  padding: 10px;
  background: #F49554;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
}
#footer .content {
  background: #FFF;
  padding: 10px;
  -moz-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  /*height: 150px;*/
  width:100%;
  box-sizing:border-box;
  float:left;
}

#foot_text {
  font-size: 18px;
}
#foot_text a {
  text-decoration: none;
  color: inherit;
}

.absolutefoot {
  background: #051F45;
  color: #FFF;
  margin-top: -5px;
}
.absolutefoot span {
  margin: 15px;
  margin-left: 40px;
  color: #FFF;
  font-size: 13px;
  float: left;
}
.absolutefoot span.right, .absolutefoot #homepage .home-grid span.left, #homepage .home-grid .absolutefoot span.left {
  float: right;
  margin-right: 40px;
  margin-left: 0px;
  text-align: right;
}
.absolutefoot a {
  color: inherit;
}

/* Forms */
#Form_CallbackForm fieldset, #Form_expertform fieldset {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  width: 190px;
  border: none;
  float: left;
}
#Form_CallbackForm input[type="text"], #Form_expertform input[type="text"], #Form_CallbackForm #Form_feedbackForm fieldset textarea[type="text"], #Form_feedbackForm fieldset #Form_CallbackForm textarea[type="text"], #Form_expertform #Form_feedbackForm fieldset textarea[type="text"], #Form_feedbackForm fieldset #Form_expertform textarea[type="text"] {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #D9D9D9;
  padding: 5px;
  font-size: inherit;
}
#Form_CallbackForm .tick-captcha input, #Form_expertform .tick-captcha input, #Form_CallbackForm .tick-captcha #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_CallbackForm .tick-captcha textarea, #Form_expertform .tick-captcha #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform .tick-captcha textarea {
  width: 30px;
}
#Form_CallbackForm .tick-captcha label, #Form_expertform .tick-captcha label, #Form_CallbackForm .tick-captcha #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_CallbackForm .tick-captcha input, #Form_expertform .tick-captcha #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_expertform .tick-captcha input, #Form_CallbackForm .tick-captcha #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_CallbackForm .tick-captcha textarea, #Form_expertform .tick-captcha #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform .tick-captcha textarea {
  font-size: 12px;
}
#Form_CallbackForm .btn-toolbar input, #Form_expertform .Actions input, #Form_CallbackForm .Actions #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_CallbackForm .Actions textarea, #Form_expertform .Actions #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform .Actions textarea {
  margin-top: 68px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border: none;
  cursor: pointer;
  background: url("../images/submit.png");
  font-size: 0;
}

#Form_CallbackForm fieldset {
  width:100%;
}

#Form_CallbackForm input[type="text"] {
  width:100%;
  box-sizing:border-box;
}

#Form_CallbackForm .btn-toolbar input {
  margin-top:0px;
  float:right;
}

#Form_expertform fieldset {
  width: 100%;
}
#Form_expertform label, #Form_expertform #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_expertform input, #Form_expertform #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform textarea, #Form_expertform input, #Form_expertform #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform textarea, #Form_expertform textarea, #Form_expertform span {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
#Form_expertform select {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 8px;
  box-sizing: border-box;
  padding: 8px 5px;
  font-size: inherit;
  border: 1px solid #D9D9D9;
}
#Form_expertform textarea {
  margin-bottom: 5px;
  padding: 5px;
  height: 200px;
  border: 1px solid #D9D9D9;
  font-family: Arial, sans-serif;
}
#Form_expertform .expert-head {
  background: #EDEFF1;
  padding: 15px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
#Form_expertform .expert-body {
  background: #F9F9FA;
  padding: 15px;
  box-sizing: border-box;
}
#Form_expertform button#Form_expertform_action_submitexpert {
  width: 100%;
  float: left;
  padding: 0px;
  background: none;
  border: none;
  cursor: pointer;
}
#Form_expertform button#Form_expertform_action_submitexpert img {
  width: 100%;
}
#Form_expertform label, #Form_expertform #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_expertform input, #Form_expertform #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform textarea {
  color: #051F45;
  clear: left;
  width: 200px;
  display: inline-block !important;
}
#Form_expertform #formterms {
  color: #93A1AA;
}
#Form_expertform .tick-captcha label, #Form_expertform .tick-captcha #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_expertform .tick-captcha input, #Form_expertform .tick-captcha #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform .tick-captcha textarea {
  color: #93A1AA;
  display: inline-block !important;
  float: none;
  font-weight: bold;
}
#Form_expertform .tick-captcha input, #Form_expertform .tick-captcha #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform .tick-captcha textarea {
  margin-top: 6px;
  width: auto;
  margin-right: 10px;
}
#Form_expertform ul {
  clear: none;
}
#Form_expertform li {
  float: left;
}
#Form_expertform li input, #Form_expertform li #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform li textarea {
  width: 50px;
}
#Form_expertform li label, #Form_expertform li #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset #Form_expertform li input, #Form_expertform li #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform li textarea {
  clear: none;
}
#Form_expertform li:before {
  background: none;
}
#Form_expertform span {
  color: #595959;
  font-size: 13px;
  width: 100%;
}
#Form_expertform span.validation {
  display: block;
  font-size: inherit;
  padding: 5px;
  box-sizing: border-box;
  color: #DC3545;
  border: 1px solid #DC3545;
  margin-top: 10px;
  margin-bottom: 10px;
}
#Form_expertform .middleColumn .fieldgroup {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  float: left;
  width: 100%;
}
#Form_expertform .Actions input, #Form_expertform .Actions #Form_feedbackForm fieldset textarea, #Form_feedbackForm fieldset #Form_expertform .Actions textarea {
  margin-top: 15px;
  background: url("../images/expert_submit.png");
  width: 146px;
  height: 28px;
}

/* new homepage */
.home-grid {
  display: flex;
  flex-flow: row;
}
.home-grid .left, .home-grid .left-wide {
  margin-right: 5px;
  flex-basis: 50%;
}
.home-grid .right, #homepage .home-grid .left, .home-grid .right-narrow {
  margin-left: 0px;
  flex-basis: 50%;
}
.home-grid .left-wide {
  flex-basis: 68%;
}
.home-grid .right-narrow {
  flex-basis: 32%;
}
.home-grid a:hover {
  opacity: 0.7;
}

#homepage .right_box {
  background: #FFF !important;
  height: 250px;
}
#homepage .right_header {
  text-align: center;
}
#homepage .sidebar {
  display: none !important;
}
#homepage .home-grid {
  flex-wrap: wrap;
}
#homepage .home-grid img {
  height: 100%;
}
#homepage .home-grid .right, #homepage .home-grid .left {
  margin-bottom: 10px;
}
#homepage .home-grid .left {
  margin-right: 0px;
  padding-right: 10px;
  box-sizing: border-box;
}
#homepage .home-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
#homepage .home-box a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
}
#homepage .home-box a p {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px !important;
}
#homepage .home-box .right_box .right_header {
  box-sizing: border-box;
  width: 100%;
}
#homepage #home-testimonials, #homepage .testimonial {
  height: 200px;
}

#sizes-availablepage table {
  border-collapse: collapse;
  max-width: 100%;
}
#sizes-availablepage td {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
}
#sizes-availablepage .grid_4 {
  display: none !important;
}

#Form_feedbackForm fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
#Form_feedbackForm fieldset .CompositeField {
  flex-basis: 50%;
  box-sizing: border-box;
}
#Form_feedbackForm fieldset .CompositeField:nth-child(1) {
  padding-right: 7px;
}
#Form_feedbackForm fieldset .CompositeField:nth-child(2) {
  padding-left: 7px;
}
#Form_feedbackForm fieldset .CompositeField:nth-child(3) {
  flex-basis: 100%;
}
#Form_feedbackForm fieldset label, #Form_feedbackForm fieldset input, #Form_feedbackForm fieldset textarea {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  background: #051F45;
}
#Form_feedbackForm fieldset input, #Form_feedbackForm fieldset textarea {
  margin-bottom: 15px;
  border: none;
  background: #f3f5f7;
  color: inherit;
}
#Form_feedbackForm fieldset textarea {
  height: 130px;
}
#Form_feedbackForm fieldset ul {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
#Form_feedbackForm fieldset li::before {
  width: 0px;
  height: 0px;
  margin: 0;
}
#Form_feedbackForm fieldset li label, #Form_feedbackForm fieldset li input, #Form_feedbackForm fieldset li textarea {
  width: auto;
  color: inherit;
  background: none;
}
#Form_feedbackForm fieldset li input, #Form_feedbackForm fieldset li textarea {
  margin-top: 15px;
}
#Form_feedbackForm input.action, #Form_feedbackForm fieldset textarea.action {
  cursor: pointer;
  border: none;
  background: url("/_resources/themes/fintek/images/expert_submit.png");
  font-size: 0px;
  width: 146px;
  height: 28px;
}
#Form_feedbackForm .tick-captcha input, #Form_feedbackForm .tick-captcha fieldset textarea, #Form_feedbackForm fieldset .tick-captcha textarea, #Form_feedbackForm .tick-captcha label, #Form_feedbackForm .tick-captcha fieldset input, #Form_feedbackForm fieldset .tick-captcha input, #Form_feedbackForm .tick-captcha fieldset textarea, #Form_feedbackForm fieldset .tick-captcha textarea {
  width: auto;
  padding: 0px;
  padding-left: 5px;
}
#Form_feedbackForm .tick-captcha input, #Form_feedbackForm .tick-captcha fieldset textarea, #Form_feedbackForm fieldset .tick-captcha textarea {
  margin-top: 5px;
}
#Form_feedbackForm .tick-captcha label, #Form_feedbackForm .tick-captcha fieldset input, #Form_feedbackForm fieldset .tick-captcha input, #Form_feedbackForm .tick-captcha fieldset textarea, #Form_feedbackForm fieldset .tick-captcha textarea {
  background: none;
  color: inherit;
}
#Form_feedbackForm span.validation {
  margin-left: 15px;
  color: #F00;
}

/* Mobile Menu */
.mobile-menu-icon {
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}

.mobile-menu-icon span {
  background: #051F45;
  border-radius: 5px;
  display: block;
  float: left;
  height: 5px;
  margin-bottom: 5px;
  width: 30px;
}

.navigation ul {
  list-style: outside none none;
  padding: 0;
}

.navigation li {
  border-bottom: 1px solid #F49554;
  padding: 10px;
}

.navigation li.last, .navigation li ul li {
  border: medium none;
}

.navigation li a {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #051F45;
}

.navigation .Parent {
  font-weight: bold;
}
