body {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  line-height: 22px;
  background:#f2f3ee; 
}
p {margin-top: 0.5em; margin-bottom: 0.9em;}
a {text-decoration: none; }
a:link {color: #2F4E74;}
a:visited {color: #2F4E74;}
a:hover {color: #0155AB; text-decoration: underline;}
fieldset {border: 1px solid #ccc;}
pre {background-color: #eee;padding: 0.75em 1.5em;font-size: 12px;border: 1px solid #ddd;}
table {font-size: 1em;}
.form-item label {font-size: 1em;color: #222;}
.item-list .title {font-size: 1em; color: #222;}
.links {margin-bottom: 0em;}
.comment .links {margin-bottom: 0em;}

/* Page layout */
#content {width: 100%; font-size:20px}
.node .content, .comment .content {line-height: 1.4;}
#help {font-size: 0.9em; margin-bottom: 1em;}
.breadcrumb {margin-bottom: .5em;}
.messages {background-color: #eee; border: 1px solid #ccc; padding: 0.3em; margin-bottom: 1em;}
.error {border-color: red;}
#sidebar-left, #sidebar-right {background-color: #ddd; width: 16em; padding: 10px; vertical-align: top;}

/* Child classes of node, comment, block, etc. */
.title, .title a {font-weight: bold; font-size: 1.3em; color: #777; margin: 0 auto 0 auto;}
.submitted {color: #999; font-size: 0.8em;}
.links {color: #999;}
.links a {font-weight: bold;}
.block {padding: 0 0 1.5em 0; border-bottom: 1px solid #bbb; padding-bottom: 0.75em; margin-bottom: 1.5em;}
.block .title {margin-bottom: .25em;}
.node {margin: .5em 0 2em 0;}
.sticky {padding: .5em; background-color: #eee; border: solid 1px #ddd;}
.node .content, .comment .content {margin: .5em 0 .5em 0;}
.node .taxonomy {color: #999; font-size: 0.8em; padding: 1.5em;}
.node .picture {border: 1px solid #ddd; float: right; margin: 0.5em;}
.comment {border: 1px solid #abc; padding: .5em; margin-bottom: 1em;}
.comment .title a {font-size: 1.1em; font-weight: normal;}
.comment .new {text-align: right; font-weight: bold; font-size: 0.8em; float: right; color: red;}
.comment .picture {border: 1px solid #abc; float: right; margin: 0.5em;}
.item-list .pager {clear: both; text-align: center;}
.item-list .pager .pager-item {display:inline; list-style-type:none; margin: 0px 2px;}
.item-list .pager .pager-item div {display:inline; margin: 0px 2px;}
.item-list .pager .pager-item2 {display:inline; list-style-type:none; font-weight: bold; color: #39c; margin: 0px 2px;}
.item-list .pager .pager-item2 div {display:inline; margin: 0px 2px;}

/* Model specific styles */
#aggregator .feed-source {background-color: #eee; border: 1px solid #ccc; padding: 1em; margin: 1em 0 1em 0;}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {color: #999; font-style: italic; font-size: 0.9em;}
#aggregator .title {margin-bottom: 0.5em; font-size: 1em;}
#aggregator h3 {margin-top: 1em;}

ul#topnav {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  font-size: 14px;
  line-height: 100px;
  color:#fff;
}

ul#topnav li.nodrop, ul#topnav li.active, ul#topnav li.active_left, ul#topnav li.menupart {
  margin: 0 0 0 18px; 
  display:inline-block;
  border-bottom: 3px solid transparent;
}

ul#topnav li.active, ul#topnav li:hover {
   border-bottom: 3px solid #fff;
}

ul#topnav li a {
    padding:44px 0px;
    margin:0;
    font-weight: 600;
    color: #fff;
}
ul#topnav li a:hover {
  text-decoration: none;
}
.homeitem {
  position: absolute; color: rgb(255, 255, 255); 
  font-size: 30px;
  font-weight: 600; 
  text-transform: uppercase; 
  line-height: 30px; 
  top: 45%; 
  text-align: center; 
  width: 100%;
}
.wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0 0 20px 0;
}
.wrapper:after {
  padding-top: 113.25%;
  display: block;
  content: '';
}
.inside {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.inside.orange {
  background:#e67e22;
}
.inside.orange:hover {
  background: #b86821;
}
.inside.red {
  background:#d73b11;
}
.inside.red:hover {
  background: #a42e0f;
}
.inside:hover {
  background: rgba(0,0,0,0.3);
}
.wrapper img {
  width: 100%;
  position: absolute;
}

.but1 {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 340px;
    background: #CCB5A6;
    color: #fff;
    line-height: 60px;
    margin: 10% auto 5% auto;
    display: inline-block;
    border-radius: 40px;
}

.but1.ui {
  	cursor: pointer;
    width: auto;
    padding: 0 33px;
    margin: 0 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 0px 0 rgba(0,0,0,0.2);
}

.but1.ui:hover {
  background: #bfa28f;
}

.but2 {
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(88, 94, 102, 0.3);
  font-size: 14px;
  line-height: 50px;
  color: #585E66;
  max-width: 220px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}

.but2:hover{
  background: rgba(88, 94, 102, 0.05)
}

#phonenav {
  display: none;
  position: absolute;
  right: 0;
  top: 24px;
}
#phonenav .dropdown-menu {
  margin: 14px 0 0 0;
}
#phonenav .nav-link {
  outline: none;
}
#phonenav .navbar-toggler-icon {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}

#conbut {
    float: right;
    cursor: pointer;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 0px 20px 0px 20px;
    margin: 30px 0 0 12px;
    background: #2F4E74;
    line-height: 39px;
    color: #fff;
}

#conbut:hover {
  background: #7F5738;
}

.bigbook {
  cursor:pointer; width: 319px;  background-color: #43A54E; color: #FFFFFF; font-size: 18px; font-weight: bold; margin: 11px 0 30px 17px; letter-spacing: 0; text-align: center; line-height: 60px; border-radius: 80px; 
}
.bigbook:hover {
  background-color: #3E8F57;
}

#phonenum {
  float: right; cursor:pointer; font-family: 'PT Serif', serif; font-weight:600; font-size:19px; height: 40px;border: 3px solid #fff;border-radius: 20px;padding: 9px 20px 11px 20px;margin: 30px 0 0 20px;line-height: 16px;color: #fff;
}
#phonenum:hover {
  background: rgba(255,255,255,0.1);
}
#mainnav .logo {
  margin:24px 0 0 0;
}
@media screen and (max-width: 1000px) {
  #phonenum {
    display: none;
  }
  #conbut {
    font-size: 14px;
    padding: 0px 15px 0px 15px;
  }
}
#booking-wrapper {
  width: 100%;    max-width: 1024px;    overflow: hidden;    margin: 0 auto;     height: 887px;    position: relative;
}
#booking {
  height: 887px;
  position: relative;
  top: -64px;
}
@media screen and (max-width: 800px) {
  #booking-wrapper {
    height: 1104px;
  }
  #topnav {
    display: none;
  }
  #booking {
    height: 1216px;
  }
  #phonenum, #conbut {
    display: none;
  }
  #phonenav {
    display: block;
  }
  #mainnav .logo {
    margin:16px 0 14px 0;
  }  
  .main {
  }
  .footer {
    font-size:13px !important;
  }
  /*
  td, th {
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0 4px !important;
  }*/
}

.open .dropdown-menu {
  right: 0;
  left: auto;
}
.nav > li > a {
  display: inline-block;
}

.change-lang {
  position:absolute; right:15px; top:4px; font-size:14px;
}
.change-lang a, .change-lang span {
  opacity: 0.7;
}
.change-lang a:hover {
  opacity: 1;
}


 /* Customize the label (the container) */
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #0076C0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 
.footer {
  background: #2F4E74; 
  padding: 50px 0; 
  font-size:14px; 
  color:#fff;
}
.footer ion-icon {
  font-size: 25px;
  vertical-align: middle;
  color: #fff;
  margin:0 20px;
}
.footer ion-icon:hover{
  color: #909090;
}

.side-box {
  border:1px solid rgba(0,0,0,0.3); border-radius: 4px; padding:20px; margin: 0 0 20px 0;
  cursor: pointer;
}
.side-box .headline{
  font-size:16px;
}
.side-box:hover .headline{
  color:#369;
}

.news-box {
  padding:20px 0 40px 0; position:relative;
  background:#F6F3EE; margin:0 0 30px 0; font-size:16px; line-height:26px; color:#333; min-height: 220px;
}

.news-box iframe {
  height: 200px;
}

.big-box {
  padding:80px 40px 40px 40px; position:relative;  background:#F6F3EE; margin:0 0 30px 0; font-size:16px; line-height:26px; color:#333; min-height: 220px;
}
.big-box .byline {
    position: absolute;
    top: 30px;
    right: 0px;
    padding: 0 40px;
    width: 100%;
}
.big-box .tags {
  text-transform: uppercase;
  position: absolute;
  top: 30px;
  left: 40px;
  color:#369;
  font-weight: 600
}
.big-box small {
  color: #aaa;
}

.news-box p {
  padding: 0 30px;
  margin: 0;
}

.box {
  background:#F6F3EE; margin:0 0 30px 0; padding: 30px 40px 10px 40px; font-size:16px; line-height:26px; color:#989898; min-height: 220px;
  cursor: pointer;
  border-radius: 4px;
}

.box strong {
  color: #323C47;
  font-size: 18px;
}

.box .feather {
  color: #fff;
  opacity: 0;
  margin: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.box:hover {
  background:#2F4E74; color:#fff;
}

.box:hover strong {
  color:#fff;
}

.box:hover .feather {
  opacity: 1;
  margin: 0 0 0 20px;
}

.box .more {
  margin:10px 0 0 0; color:#4DA1FF; 
}

.faq-wrapper {
  padding:0 2%; font-size: 18px;line-height: 28px; text-align: left;
}

.faq {
  margin: 0 0 4px 0;
}

.faq-head {
  background: #2F4E74; color: #fff; font-size:24px; border-radius:6px;
  padding: 40px 4.5%;
  cursor: pointer;
    -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-head:hover {
  background: #4773A8;
}

@media screen and (max-width: 800px) {
  .faq-wrapper {
    padding: 0;
  }
  .faq-head {
    font-size: 18px;
    padding: 20px 4.5%;
  }
}
@media screen and (max-width: 400px) {
  .faq-head .feather {
    display: none;
  }
  .faq-head {    
    padding: 18px 20px;
  }
  
  .news-box iframe {
    height: 200px;
  }
}

.faq-head .feather {
  stroke-width: 1.6;
}

.faq.open .faq-head {
  background: #F6F3EE; color: #000;
}

.faq.open .faq-head:hover {
  background: #4773A8; color: #fff;
}

.faq-box {
  background: #F6F3EE;
  padding: 0px 110px;
  height: 0;
  overflow: hidden;
}

.faq.open .faq-box {
  padding: 0px 8% 7% 10%;
  height: auto;
}

.faq .plus {
  margin: 0 2.5% 0 0;
}
.faq .minus {
  display: none;
  margin: 0 2.5% 0 0;
}
.faq.open .plus {
  display: none;
}
.faq.open .minus {
  display: inline-block;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}


.res1 {
  padding:28% 0 0 0; font-family: 'PT Serif', serif; font-size: 43px; text-transform: uppercase; line-height:50px;
  font-weight:600; font-size: 48px; letter-spacing: 3px; /*word-break: break-word;*/
}
.res2 { 
  background: #2e4d74; width:100%; text-align:center; color:#fff; padding:200px 0 0px 0; position: relative;
  min-height:1080px;
}

.callout {
	background: #2F4E74 center center no-repeat; padding:70px 6%; font-size:16px; color:#222;
}

.res3 {
  box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}

@media screen and (max-width: 800px) {
  .res1 {
    font-size:30px; line-height:35px;
    letter-spacing: 1px;
  }
  .res2 {
    padding:113px 0 0px 0;
  }
  .res3 {
    padding: 20px 0 80px 0 !important;
  }
  .callout .but1 {
    margin: 10px auto;
    display: block;
  }
}

.ser1 {
  font-family: 'PT Serif', serif;
  font-size: 67px;
  line-height: 66px;
  font-weight: 600;
  color: #fff;
  height: 355px;
  padding: 20px 0 0 0;
  position: relative;
}
.ser1 div {
  color:#FBB44C; font-family: 'Vujahday Script', cursive; font-size: 70px; font-weight: 400; line-height:80px; margin: 20px 0 0 0;text-shadow: 5px 5px 5px rgba(0,0,0, 0.4);
}
.ser-headline {
	margin-bottom:40px;min-height: 150px;position: relative;
}
.ser-headline .text {
  font-size:40px;line-height:42px;max-width:50%;position: absolute;font-weight: bold;top: 50%;transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .ser1 {
    height: auto;
    font-size: 40px;
    line-height: 40px;
  }
  .ser1 div {
    font-size: 40px;
    line-height: 40px;
  }
  .res2 .col-12 {
    padding: 0;
  }
  .ser-headline {
    min-height: auto;
  }
  .expanded .ser-headline {
    padding: 20px 6% 0 6%;
  }
  .ser-box1.expanded {
    padding: 0;
  }
  .ser-headline img {
    display:none;
  }
  .ser-headline .text {
    position: static;top: auto;transform: none;
    max-width: none;
  }
}

.hser-box {
  position:relative; max-width: 440px;  height: 100%;  width: 100%;  border-radius: 10px; background-size: 100%; margin:0 auto;
  background-repeat: no-repeat; cursor: pointer;
}
.hser-box:hover:after {
  content: '';
  display: block;  
  position:absolute; max-width: 440px;  height: 100%;  width: 100%;  border-radius: 10px; background-size: 100%; margin:0 auto;
  top:0;
  background: #9BBCE0;
  opacity: 0.56;
  mix-blend-mode: multiply;
}

.ser-box1 {
  width: 100%;
  max-width: 900px;
  background: #F6F3EE;
  margin: 0 auto 0 auto;
  border-radius: 4px;
  text-align: left;
  color: #323C47;
  font-family: 'PT Sans', sans-serif;
  position: relative;
  padding: 40px 6%;
}
.ser-box1.green {
  background: #63AB53;
  color: #FFFFFF;
}
.ser-box2 {
  background-color: rgba(226,133,148,0.15);
  border-radius: 10px;
  padding: 20px 20px;
  min-height: 245px;
  max-width: 183px;
  position: relative;
  margin: 0 19px 19px auto;
  font-size: 17px;
  line-height: 28px;
}
.ser-box2:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(226,133,148,1);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  left: 0;
}
.ser-box2.orange1 {
  background-color: rgba(221,135,98,0.15);
}
.ser-box2.orange1:after {
  background-color: rgba(221,135,98,1);
}
.ser-box2.orange2 {
  background-color: rgba(247,159,57,0.13);
}
.ser-box2.orange2:after {
  background-color: rgba(247,159,57,1);
}
.ser-box2.yellow {
  background-color: rgba(245,203,28,0.13);
}
.ser-box2.yellow:after {
  background-color: rgba(245,203,28,1);
}
.ser-box2.green1 {
  background-color: rgba(160,199,86,0.14);
}
.ser-box2.green1:after {
  background-color: rgba(160,199,86,1);
}
.ser-box2.green2 {
  background-color: rgba(83,171,97,0.13);
}
.ser-box2.green2:after {
  background-color: rgba(83,171,97,1);
}
.ser-box2.blue1 {
  background-color: rgba(0,153,208,0.11);
}
.ser-box2.blue1:after {
  background-color: rgba(0,153,208,1);
}
.ser-box2.blue2 {
  background-color: rgba(153,167,213,0.29);
}
.ser-box2.blue2:after {
  background-color: rgba(153,167,213,1);
}
.ser-box2.brown {
  background-color: rgba(213,182 ,167,0.36);
}
.ser-box2.brown:after {
  background-color: rgba(213,182 ,167,1);
}
.ser-box2.white {
  max-width: none;
  min-height: auto;
  background-color: #fff;
  padding: 30px;
}
.ser-box2.white:after {
  background-color: #2F4E74 ;
}
.ser-box3 {
  width: 100%;
  max-width: 900px;
  background: rgba(255, 201, 108, 0.85);
  margin: 0 auto 0 auto;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;  
  text-align: left;
  color: #323C47;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  position: relative;
  padding: 40px 40px;
}
.ser-box4 {
  width: 100%;
  max-width: 900px;
  background: #F6F3EE;
  text-align: left;
  color: #989898;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  height: 115px;
  line-height: 30px;
  -webkit-line-clamp: 3;
  padding: 20px 40px 20px 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ser-box4:hover {
  display: block;
  background: rgba(254,207,126,0.28);
  height: auto;
  cursor: default;
}
.ser-box4 div {
  color: #585E66;
  font-weight: 600;
}
.ser-box4.end {
  border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;
  margin-bottom: 20px;
  height: 135px;
  position: relative;
}
.ser-box4.end:after {
  content: '';
  height: 30px;
  background: #F6F3EE;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ser-box4.end:hover {
  margin-bottom: 20px;
  height: auto;
}
.ser-box4.end:hover:after {
  display:none;
}
.ser-box3.green {
  background: rgba(152, 194, 129, 0.55);
}  
.ser-box4.green:hover {
  background: rgba(152, 194, 129, 0.28);
}
.ser-box3.blue1 {
  background: rgba(0, 117, 159, 0.21);
  color: #558291;
  padding: 40px 40px 0px 40px;
}
.ser-box3.blue2 {
  background: rgba(0, 117, 159, 0.12);
  color: #558291;
  padding: 0px 40px;
  border-radius: 0;
}
.ser-box3.blue3 {
  background: rgba(0, 117, 159, 0.06);
  color: #558291;
  padding: 0px 40px;
  border-radius: 0;
}
.ser-box3.blue4 {
  background: rgba(47, 78, 116, 0.78);
  color: #FFFFFF;
  padding: 0px 40px 40px 40px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-bottom: 20px;
}
.ser-box3.orange {
  background: #F77D52;
  color: #FFFFFF;
  border-radius: 6px;
}
.ser-box3.blue5 {
  background: #8799D5;
  color: #FFFFFF;
  padding: 40px 40px 40px 40px;
  border-radius: 6px;
  margin-bottom: 1px;
}
.ser-box3.blue6 {
  background: #6A7BB4;
  color: #FFFFFF;
  padding: 40px 40px 40px 40px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-bottom: 20px;
}
.book-but {
  text-align: center;
  max-width: 340px;
  display: inline-block;
  border-radius: 200px;
  border: 2px solid #fff;
  line-height: 40px;
  font-weight: 600;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  padding: 12px 0;
  cursor: pointer;
}
.book-but:hover {
  background: rgba(255,255,255,0.2);
}

a:hover + .submenu, .submenu:hover  {
  display: block;
}
.submenu  {
  display: none;
  text-align: left;
  position: absolute;
  top: 60px;
  max-width: 230px;
  margin-left: -90px;
  padding: 20px 0 10px 0;
}
.subwrap::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  top: 10px;
  left: 104px;
}
.subwrap {
  background: #fff;
  border-radius: 10px;
  text-transform: none;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  padding:10px 0;
  box-shadow: 5px 5px 19px rgb(0 0 0 / 20%);
}
.sub {
  position: relative;
}

.sub1 .menu-icon {
  background: url(https://s3.amazonaws.com/wuaala/theme/58538395466465285898767656026112/icon1-menu.png) center top no-repeat;
}
.sub2 .menu-icon {
  background: url(https://s3.amazonaws.com/wuaala/theme/58538395466465285898767656026112/icon2-menu.png) center top no-repeat;
}
.sub3 .menu-icon {
  background: url(https://s3.amazonaws.com/wuaala/theme/58538395466465285898767656026112/icon3-menu.png) center top no-repeat;
}
.menu-icon {
  position: absolute;
  width: 20px;
  top: 13px;
  height: 20px;
  left: 16px;
}

ul#topnav li .submenu a {
  color: #323C47;
  padding: 13px 20px 13px 50px;
  line-height: 17px;
  font-size: 13px;
  border-radius: 0;
  width: 100%;
  display: inline-block;
}
ul#topnav li .submenu .sub1 a:hover {
  background: rgba(255, 182, 50, 0.26);
}
ul#topnav li .submenu .sub1:before {
  content: '';
  width: 5px;
  background: #FFB632;
  height: 100%;
  position: absolute;
}

ul#topnav li .submenu .sub2 a:hover {
  background: rgba(152, 194, 129, 0.28);
}
ul#topnav li .submenu .sub2:before {
  content: '';
  width: 5px;
  background: #63AB53;
  height: 100%;
  position: absolute;
}

ul#topnav li .submenu .sub3 a:hover {
  background: rgba(114, 172, 255, 0.28);
}
ul#topnav li .submenu .sub3:before {
  content: '';
  width: 5px;
  background: #00759F;
  height: 100%;
  position: absolute;
}
ul#topnav li .submenu a:hover {

}
