@charset "UTF-8";
/*
Blue Beetle (www.bluebeetle.co)
************************/
@font-face {
  font-family: "Benguiat";
  src: url("fonts/benguiat.eot");
  src: url("fonts/benguiat.eot?#iefix") format("embedded-opentype"), url("fonts/benguiat.woff") format("woff"), url("fonts/benguiat.ttf") format("truetype"), url("fonts/benguiat.svg#benguiat") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Benguiat";
  src: url("fonts/benguiatb.eot");
  src: url("fonts/benguiatb.eot?#iefix") format("embedded-opentype"), url("fonts/benguiatb.woff") format("woff"), url("fonts/benguiatb.ttf") format("truetype"), url("fonts/benguiatb.svg#benguiatb") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lydian";
  src: url("fonts/lydian.eot");
  src: url("fonts/lydian.eot?#iefix") format("embedded-opentype"), url("fonts/lydian.woff") format("woff"), url("fonts/lydian.ttf") format("truetype"), url("fonts/lydian.svg#lydian") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
header,
nav,
aside,
section,
article,
footer {
  display: block;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
button,
header,
nav,
aside,
footer,
section,
article,
time,
mark,
figure,
figcaption,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

* {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  background: #fefefe url(../../../graphics/bg/main.png);
}

body {
  color: #454545;
  font: 15px/1.5em "Benguiat", Arial, Helvetica, sans-serif;
  background: url(../../../graphics/bgShape.png) no-repeat 50% 100%;
  padding-bottom: 500px;
}

.contentWrapper {
  width: 100%;
  overflow: hidden;
  clear: both;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul,
ol,
p {
  margin: 0 0 20px 0;
}

ul,
ol {
  margin-left: 40px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 15px 0;
  line-height: 1em;
}

a {
  color: #dc7d29;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none !important;
}

.bl {
  display: block;
}

.placeholder {
  color: #999;
}

.txtcenter {
  text-align: center;
}

.image-align-right {
  float: right;
  padding-left: 10px;
}

.image-align-left {
  float: left;
  padding-right: 10px;
}

.underline {
  text-decoration: underline;
}

.indent-left {
  padding-left: 30px;
}

.indent-right {
  padding-right: 30px;
}

.black-text {
  color: #333;
}

/*
Shared buttons, links, boxes etc.
*******************************************/
.buttons .btn,
.btn {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 3px 12px;
  box-shadow: 0 2px 0 #ebebeb;
  white-space: nowrap;
  font-size: 14px;
}

.btn:hover {
  text-decoration: none;
  background: #f8f8f8;
}

.buttons a.btn {
  display: inline-block;
  margin: 3px 0;
}

.buttons .btn.active,
.btn.active,
.btn:active {
  position: relative;
  box-shadow: 0 2px 0 #dc7d29;
  top: 1px;
}

.btnBlue {
  height: 54px;
  line-height: 54px;
  text-align: center;
  padding: 0 25px;
  font-size: 16px;
  color: #2a6c9a;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  border-bottom: 2px solid #2a6c9a;
  background: #91d6ef;
  text-decoration: none !important;
  text-align: center;
}

.btnOrange {
  padding: 0 25px 0 0;
  font-size: 16px;
  color: #454545;
  border-bottom: 1px dotted #b5621a;
  text-decoration: none !important;
  text-align: left;
}

.btnOrange.big:hover {
  color: #999;
}

.bulletcls {
  color: #454545;
  font-size: 16px;
  text-align: left;
}

.aboutpcls {
  margin: 0 0 10px 0 !important;
}

.aboutpcls img {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

a.more {
  color: #dc7d29;
  font-size: 14px;
  line-height: 17px;
  background: url(../../../graphics/icons/arrowRt.png) no-repeat 0 0;
  padding: 1px 0 1px 23px;
  display: inline-block;
  text-decoration: none;
}

.border {
  border: 1px solid #bfbc8d;
  border-radius: 10px;
  box-shadow: inset 0 3px 0 #e8e8e8;
  margin: 40px auto;
  padding: 12px 6px 12px 12px;
}

/*.border .memberlinkcls {
	padding-left: 17px;
}
.colRight .border .memberlinkcls {
	padding-left: 15px;
}*/
.border .accr-logo-box a {
  padding-right: 10px;
  padding-left: 0;
}

.colLeft .border,
.colRight .border {
  max-width: 450px;
}

.careersbox {
  padding: 30px !important;
  margin: 0 !important;
}

.bordernew {
  border: 1px solid #bfbc8d;
  border-radius: 10px;
  box-shadow: inset 0 3px 0 #e8e8e8;
  padding: 12px;
  max-width: 440px;
  height: 198px;
  width: 440px !important;
  margin: 40px auto !important;
}

.bordermed {
  border: 1px solid #bfbc8d;
  border-radius: 10px;
  box-shadow: inset 0 3px 0 #e8e8e8;
  margin: 40px 30px 40px 0px !important;
  padding: 12px;
  max-width: 290px;
}

.border p,
.bordernew p,
.bordermed p {
  color: #888;
  margin: 0;
  font-size: 15px;
}

.border h4,
.bordernew h4 {
  margin: 0 0 8px;
  font-size: 15px;
}

.bordernew a {
  color: #888 !important;
}

.article .bordermed h4 {
  font-size: 18px;
  color: #dc7d29 !important;
  margin: 15px 0 0 0;
  font-weight: bold;
}

.waveTop,
.waveBottom {
  position: relative;
  z-index: 49;
}

.waveTopBg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: url(../../../graphics/wave.png) repeat-x top;
  height: 11px;
}

.waveBottomBg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: url(../../../graphics/wave2.png) repeat-x bottom;
  height: 11px;
}

/*
Centralize website
*******************************************/
.centralize {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

nav > ul.centralize {
  /*max-width:1200px;*/
  max-width: 960px;
}

nav > ul.centralize.parentul {
  max-width: 1050px;
  margin: 0 auto 0 150px;
}

/******************************************
Navigation
*******************************************/
.nav-wrapper {
  background: url(../../../graphics/bg/menu.webp) repeat-x bottom;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

nav {
  /* background: url(../../../graphics/bg/menu.webp) repeat-x bottom;
  position: fixed;
  top: 0;
  left: 0; */
  width: 100%;
  height: 102px;
  min-height: 120px;
  padding: 0 0 26px;
  /* z-index: 999999; */
  transition: all 0.3s ease;
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
}

nav > ul {
  list-style: none;
  margin: 0;
  padding: 18px 0 8px;
}

nav > ul > li {
  float: left;
  padding: 5px;
}

nav > ul > li:first-child {
  /*margin-left: 40px;*/
}

nav > ul > li > a {
  padding: 14px 10px 13px 15px;
  color: #817a1d;
  font-size: 23px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: left;
  outline: none;
}

nav > ul > li.myaccbox {
  float: right;
  width: 134px;
  height: 30px;
  background-image: url(../../../graphics/bg/myaccbg.png);
  background-repeat: no-repeat;
  margin-top: 15px;
  padding: 3px 5px 5px 28px;
}

nav > ul > li.myaccbox a {
  color: #fff;
  text-decoration: none;
}

nav > ul > li.myaccbox a:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

nav > ul > li:nth-child(1) > a {
  width: 232px;
  height: 66px;
}

nav > ul > li:nth-child(2) > a {
  width: 255px;
  height: 66px;
}

nav > ul > li:nth-child(3) > a {
  width: 215px;
  height: 66px;
}

nav > ul > li:nth-child(4) > a {
  width: 148px;
  height: 66px;
}

nav > ul > li.active > a {
  color: #fff;
  text-decoration: none;
}

nav > ul > li > a:hover {
  text-decoration: none;
}

nav > ul > li.active a {
  position: relative;
}

nav > ul > li.active a:after {
  background: url(../../../graphics/nav/white-right-arrow.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 5px 10px;
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  top: 21px;
  right: 20px;
}

nav > ul > li.active a:after {
  right: 22px;
}

nav > ul > li:nth-child(2).active a:after {
  right: 27px;
}

nav > ul > li:nth-child(3).active a:after {
  right: 19px;
}

nav > ul > li:nth-child(4).active a:after {
  right: 19px;
}

nav > ul > li:nth-child(1).active > a,
nav > ul > li:nth-child(1).open > a {
  background: url(../../../graphics/nav/global_bg.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 231px 65px;
  color: #ffffff;
}

nav > ul > li:nth-child(2).active > a,
nav > ul > li:nth-child(2).open > a {
  background: url(../../../graphics/nav/boarding_bg.svg);
  background-position: 0px -1px;
  background-repeat: no-repeat;
  background-size: 254px 66px;
  color: #ffffff;
}

nav > ul > li:nth-child(3).active > a,
nav > ul > li:nth-child(3).open > a {
  background: url(../../../graphics/nav/clinic_bg.svg);
  background-position: 0px -2px;
  background-repeat: no-repeat;
  background-size: 215px 66px;
  color: #ffffff;
}

nav > ul > li:nth-child(4).active > a,
nav > ul > li:nth-child(4).open > a {
  background: url(../../../graphics/nav/about_bg.svg);
  background-position: 0px -1px;
  background-repeat: no-repeat;
  background-size: 147px 66px;
  color: #ffffff;
}

.whitetext {
  color: #ffffff;
}

nav > ul > li.active {
  /*background:url(../../../graphics/nav/white-right-arrow.svg) no-repeat 50% 100%;*/
}

nav > ul > li.loginLink {
  margin-left: 30px;
}

nav > ul > li.loginLink a,
nav > ul > li.loginLink a:hover {
  font-size: 13px;
  padding: 13px 13px 0 0;
  line-height: 23px;
  background: url(../../../graphics/icons/login.png) no-repeat 100% 18px;
  color: #817a1d;
}

nav > ul > li > ul.mob_menu_childul {
  display: none;
  list-style-type: none;
  margin-left: 15px;
  padding-top: 10px;
}

nav > ul > li > ul.mob_menu_childul.open {
  display: block;
}

nav > ul > li > ul.mob_menu_childul.open:before {
  content: "";
  background-color: #fff5ec;
}

nav > ul > li > ul.mob_menu_childul li a {
  color: #817a1d;
  font-size: 16px;
  line-height: 30px;
}

nav > ul > li > ul.mob_menu_childul li {
  position: relative;
}

nav > ul > li > ul.mob_menu_childul li.howl:before {
  content: "";
  position: absolute;
  background: url(../../../graphics/nav/howl.svg) no-repeat center;
  width: 32px;
  height: 19px;
  left: -34px;
  top: 5px;
}

nav > ul > li > ul.mob_menu_childul li.timing:before {
  content: "";
  position: absolute;
  background: url(../../../graphics/nav/timing.svg) no-repeat center;
  width: 32px;
  height: 19px;
  left: -34px;
  top: 5px;
}

nav > ul > li > ul.mob_menu_childul li.careers:before {
  content: "";
  position: absolute;
  background: url(../../../graphics/nav/bulb.svg) no-repeat center;
  width: 32px;
  height: 100%;
  left: -34px;
  top: 0px;
}

nav > .submenu > section {
  display: none;
  padding-left: 20px;
}

#menudiv_22 {
  margin-left: 175px;
}

#menudiv_27 {
  margin-left: 326px;
}

#menudiv_33 {
  margin-left: 452px;
}

nav > .submenu > section > ul {
  padding: 10px 0 0;
  margin: 0 auto;
  /*max-width: 860px;*/
  max-width: 1100px;
  width: 100%;
  list-style: none;
}

nav > .submenu > section > ul > li.firstsub {
  float: left;
  padding-right: 25px;
}

nav > .submenu > section > ul > li {
  min-width: 240px;
  padding-right: 5px;
  padding-left: 10px;
  position: relative;
}

nav > .submenu > section > ul > li.howl:before {
  content: "";
  position: absolute;
  background: url(../../../graphics/nav/howl.svg) no-repeat center;
  width: 32px;
  height: 19px;
  left: -25px;
  top: 10px;
}

nav > .submenu > section > ul > li.timing:before {
  content: "";
  position: absolute;
  background: url(../../../graphics/nav/timing.svg) no-repeat center;
  width: 32px;
  height: 19px;
  left: -25px;
  top: 10px;
}

nav > .submenu > section > ul > li.careers:before {
  content: "";
  position: absolute;
  /* background: url(../../../graphics/nav/careers.svg) no-repeat center; */
  background: url(../../../graphics/nav/bulb.svg) no-repeat center;
  width: 32px;
  height: 100%;
  left: -25px;
  top: 0px;
}

nav > .submenu > section > ul.secondLevel > li {
  float: left;
  width: 25%;
  min-width: 200px;
}

nav > .submenu > section > ul > li > a {
  font-size: 24px;
  color: #817a1d;
  font-weight: normal;
  line-height: 38px;
  text-decoration: none;
}

nav > .submenu > section > ul > li > ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  min-height: 225px;
}

nav > .submenu > section > ul > li > ul li a {
  color: #817a1d;
  font-size: 14px;
  font-weight: normal;
  display: block;
  padding: 2px 0 2px 8px;
  background: url(../../../graphics/icons/pt.png) no-repeat 0 10px;
}

nav > .submenu > section a.backLink {
  padding: 13px 10px 13px 37px;
  margin: 15px 0;
  background: url(../../../graphics/icons/back.png) no-repeat 10px 45%;
  color: #dc7d29;
  font-size: 20px;
  display: block;
}

nav > .submenu > section ul li a.orgcolhead {
  color: #dc7d29;
  text-decoration: none !important;
}

nav > .submenu > section ul li a.orgcolhead:hover {
  text-decoration: none !important;
}

nav > .submenu > section ul div.alsolabel {
  /*margin-top:40px; */
  color: #dc7d29;
  clear: left;
  padding-top: 15px;
}

nav > form {
  position: absolute;
  top: 18px;
  right: 80px;
  display: none;
}

nav.show-search > form {
  display: block;
}

nav > form fieldset {
  padding: 6px 40px 3px 20px;
  height: 47px;
  width: 192px;
  background-image: url(../../../graphics/search_input_bg.svg);
  background-repeat: no-repeat;
  position: relative;
  background-size: 192px 47px;
  border: 0px none !important;
}

nav > form fieldset input {
  background: none;
  height: 32px;
  font-size: 13px;
  color: #817a1d;
  -webkit-appearance: none;
  max-width: 132px;
}

nav > form fieldset input.error::-moz-placeholder {
  color: #c51c1c !important;
  opacity: 1;
}

nav > form fieldset input.error::placeholder,
nav > form fieldset input.error::-moz-placeholder {
  color: #c51c1c !important;
  opacity: 1;
}

nav > form fieldset button {
  position: absolute;
  top: 6px;
  right: 0;
  width: 40px;
  height: 31px;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
  background-image: url(../../../graphics/icons/search.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 8px 4px;
}

#openSearchTrigger {
  background-image: url(../../../graphics/search_shape_green.svg);
  width: 44px;
  height: 48px;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  background-size: contain;
  position: absolute;
  top: 19px;
  right: 270px;
}

.show-search #openSearchTrigger {
  display: none;
}

#openSearchTrigger:after {
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: block;
  content: "";
  position: absolute;
  background-image: url(../../../graphics/icons/search_white.svg);
  background-repeat: no-repeat;
  background-position: 11px 9px;
  background-size: 22px;
}

nav > .submenu > section > .dummypromo {
  height: 35px;
}

nav > .submenu > section > .promo {
  background: url(../../../graphics/bg/promo.png) no-repeat 50% 50%;
  height: 103px;
  padding: 17px 50px 0;
  position: relative;
  margin: 30px 0 40px 0;
}

nav > .submenu > section > .promo h4 {
  font-size: 25px;
  color: #817a1d;
  line-height: 25px;
  font-family: "Lydian";
  margin: 0;
  float: left;
}

nav > .submenu > section > .promo p {
  margin: 0;
  color: #eb862c;
  float: left;
  clear: left;
}

nav > .submenu > section > .promo img {
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -100px;
}

nav > .submenu > section > .promo a.btnBlue {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  right: 40px;
}

nav .mobBackLink {
  color: #817a1d;
  width: 52px;
  height: 53px;
  background: url(../../../graphics/nav/mobile/mobile-back.svg) no-repeat center;
  background-size: 52px 53px;
  display: none;
  text-decoration: none;
}

nav .menuTrigger {
  padding: 30px 35px 55px 35px;
  color: #817a1d;
  font-size: 20px;
  width: 85px;
  height: 70px;
  background: url(../../../graphics/nav/mobile/mobile-menu.svg) no-repeat 20px 25px;
  background-size: 57px 58px !important;
  display: none;
  text-decoration: none;
}

nav .closecls {
  padding: 30px 35px 35px 35px;
  color: #817a1d;
  font-size: 20px;
  display: block;
  width: 85px;
  height: 70px;
  background: url(../../../graphics/nav/mobile/close-with-bg.svg) no-repeat 20px 10px !important;
  background-size: 57px 58px !important;
  display: none;
}

.submenu a:hover {
  text-decoration: underline !important;
}

nav > .submenu > section > ul > li > ul.minheightzero {
  min-height: 0px;
  margin-top: 0px;
}

/* ----------------------------------------------------------------- auto suggest box ---------------------------------------------------------------- */
#suggestions {
  position: absolute;
  clear: both;
  float: left;
  background-color: #dc7d29;
  width: 200px;
  font-size: 11px;
  z-index: 90000;
  display: none;
  padding: 5px 10px 0 10px;
  right: 80px;
  top: 74px;
  margin-top: -15px;
  border-radius: 5px;
}

#suggestions a.result {
  display: block;
  background-color: #dc7d29;
  clear: both;
  padding: 4px 0 4px 2px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #965215;
}

#suggestions a.result:hover {
  background-color: #dc7d29;
  color: #fff;
  border-bottom: 1px solid #965215;
  text-decoration: underline;
}

#suggestions a.focused {
  background-color: #8b4d16;
}

#suggestions span.show_all {
  display: block;
  background-color: #dc7d29;
  clear: both;
  padding: 8px 0;
  text-decoration: none;
  color: #000;
}

#suggestions a.show_all {
  color: #000 !important;
  padding: 8px 0 8px 2px !important;
}

/*** search results ***/
.search_results {
  margin: 20px 0;
}

.search_results .result_item {
  margin: 0 0 35px 0;
}

.search_results .result_item .title a {
  font-size: 17px;
}

.search_results .result_item .description {
  margin: 5px 0;
}

.search_results .result_item .description .hightlight_me {
  background: #ff9;
  padding: 0 3px;
}

.search_results .result_item .url {
  font-size: 14px !important;
  font-size: 11px;
}

.search_results .result_item .url a:hover {
  text-decoration: underline !important;
}

.search_results h4 {
  font-size: 20px;
  padding-top: 45px;
}

.searchresultboxes > div {
  float: left;
  margin-right: 5px;
}

.searchresultboxes > div.lastchild {
  margin-right: 0px;
  border-right: none;
}

.searchresultboxes > div > a {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 8px 15px;
  box-shadow: 0 2px 0 #ebebeb;
  white-space: nowrap;
  font-size: 14px;
  color: #dc7d29;
  text-decoration: none;
  display: inline-block;
  margin: 3px 0;
}

.searchresultboxes > div.active a {
  color: #fff;
  background-color: #dc7d29;
  box-shadow: 0 2px 0 #8f541f;
  border: 1px solid #dc7d29;
}

.searchresultboxes > div.active a:hover {
  text-decoration: none;
  cursor: default;
}

/******************************************
Header
*******************************************/
body > header {
  padding: 130px 0 10px;
}

header h1,
header h1.indexheadcls,
header div.headtext {
  font-size: 42px;
  color: #817a1d;
  margin: 0;
  line-height: 1em;
  clear: both;
}

header h1.indexheadcls,
header div.indexheadcls {
  margin: 0 0 15px;
}

header .logoimgcls {
  min-width: 441px;
  max-width: 441px;
}

header h1 img,
header img.logoimg {
  margin: 0 0 20px 2.0833333333%;
  max-width: 100%;
}

header img.logoimg {
  width: 441px;
}

.logos-slide {
  min-height: 170px;
  float: left;
}

header h1 span,
header h1.indexheadcls span,
header div.headtext span {
  color: #dc7d29;
}

header h1.headtext span {
  display: block;
}

/******************************************
Footer
*******************************************/
#annsection {
  margin: 40px auto;
  text-align: center;
}

.slogan {
  background: url(../../../graphics/slogan.png) no-repeat 50% 50%;
  min-height: 162px;
  text-align: center;
}

.slogan h4 {
  font-size: 25px;
  color: #817a1d;
  margin: 0;
  padding: 50px 0 0 0;
}

.slogan > h4.announcehead {
  padding-top: 40px !important;
}

.slogan h4 span,
.slogan span.orgcls,
.slogan a span {
  color: #eb862c;
}

.slogan p {
  margin: 0;
  font-size: 16px;
  padding-top: 10px;
}

.slogan p a.slogantxtlink {
  color: #dc7d29;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px dotted #333;
}

.slogan p a.slogantxtlink:hover {
  text-decoration: none;
  border-bottom: 1px dotted #dc7d29;
}

.slogan span.txt13 {
  font-size: 13px;
}

.ftrlinkspan {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /*background-image: url('empty.gif');*/
}

/******************************************
Email and phone
*******************************************/
.emailAndPhone {
  text-align: center;
  color: #dc7d29;
  font-size: 30px;
  line-height: 30px;
  padding: 20px 0 0;
}

.emailAndPhone span {
  display: inline-block;
  padding: 12px 60px;
}

.emailAndPhone .phoneIco {
  background: url(../../../graphics/icons/contactIcons.png) no-repeat 0 0;
}

.emailAndPhone .mailIco {
  background: url(../../../graphics/icons/contactIcons.png) no-repeat 0 -67px;
}

/******************************************
Bottom boxes
*******************************************/
.bottomBoxes {
  text-align: center;
  padding: 150px 0 75px;
  background: url(../../../graphics/swirl.png) no-repeat 50% 50%;
}

.bottomBoxes > section {
  width: 100%;
  display: inline-block;
  margin: 0 -10px;
}

.bottomBoxes > .bubbles-wrap > ul {
  margin-left: 0px;
}

.bottomBoxes > section > ul li {
  display: inline-block;
  margin: 0 -10px;
  position: relative;
  vertical-align: middle;
}

.bottomBoxes > section > ul li.firstBox {
  background: url(../../../graphics/boxes/2_1.webp);
  width: 248px;
  height: 198px;
  z-index: 9;
  top: -35px;
}

.bottomBoxes > section > ul li.firstBox > section {
  padding: 30px 24px 0;
  overflow: hidden;
  position: relative;
}

.bottomBoxes > section > ul li.firstBox > section h5 {
  margin: 0;
  padding-bottom: 25px;
  padding-top: 15px;
}

.bottomBoxes > section > ul li.firstBox > section a {
  float: left;
  margin-left: 50px;
}

.bottomBoxes > section > ul li.firstBox > section ul {
  margin: 9px 0;
  padding: 0;
  list-style: none;
}

.bottomBoxes > section > ul li.firstBox > section ul li {
  margin: 0 0 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 0 3px 65px;
  position: relative;
  font-size: 13px;
  text-align: left;
  line-height: 14px;
  color: #fff;
}

.bottomBoxes > section > ul li.firstBox > section ul li strong {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 55px;
  font-weight: normal;
  text-align: right;
  color: #e6e1a5;
}

.bottomBoxes > section > ul li.secondBox {
  background: url(../../../graphics/boxes/3_1.webp);
  width: 238px;
  height: 176px;
}

.bottomBoxes > section > ul li.secondBox a.more {
  line-height: 15px !important;
}

.bottomBoxes > section > ul li.thirdBox {
  background: url(../../../graphics/boxes/2_1.webp);
  width: 248px;
  height: 198px;
  z-index: 9;
  top: -25px;
}

.bottomBoxes > section > ul li.thirdBox > section img {
  margin-top: 15px;
}

.bottomBoxes > section > ul li.thirdBox > section h5 {
  padding-top: 50px;
  margin-bottom: 15px !important;
}

.bottomBoxes > section > ul li.thirdBox > section a.more {
  padding-right: 22px;
}

.bottomBoxes > section > ul li.fourthBox {
  background: url(../../../graphics/boxes/4.webp);
  width: 250px;
  height: 184px;
  z-index: 10;
}

.bottomBoxes > section > ul li.fourthBox > section {
  padding: 30px 35px 0;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap {
  position: relative;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .block {
  display: inline-block;
  color: #e6e1a5;
  position: relative;
  float: left;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .block span {
  opacity: 0.9;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .face_link_wrap {
  position: relative;
  padding-top: 30px;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .face_link_wrap:before {
  content: "";
  background: url(../../../graphics/icon-facebook.svg) no-repeat;
  width: 35px;
  height: 36px;
  position: absolute;
  top: -10px;
  left: 15px;
  opacity: 0.5;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .face_link_wrap:after {
  content: "";
  background: url(../../../graphics/icons/arrowRt.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  left: 40px;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .face_link_wrap .span {
  position: absolute;
  display: block;
  top: -5px;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .insta_link_wrap {
  position: relative;
  padding-top: 30px;
  padding-left: 10px;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .insta_link_wrap:before {
  content: "";
  background: url(../../../graphics/icon-instagram.svg) no-repeat;
  width: 35px;
  height: 36px;
  position: absolute;
  top: -10px;
  left: 25px;
  opacity: 0.5;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .insta_link_wrap:after {
  content: "";
  background: url(../../../graphics/icons/arrowRt.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  left: 50px;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .links_divider {
  position: relative;
  margin-left: 14px;
  margin-right: 4px;
}

.bottomBoxes > section > ul li.fourthBox .links_wrap .links_divider:before {
  content: "";
  background: url(../../../graphics/social_divider.svg) no-repeat;
  width: 5px;
  height: 75px;
  display: inline-block;
  margin-top: -10px;
  opacity: 0.3;
}

.bottomBoxes > section > ul li.fourthBox section h5 span {
  background: url(../../../graphics/fbLogo.png) no-repeat;
  width: 127px;
  height: 29px;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}

.bottomBoxes > section > ul li.fourthBox > section {
  position: relative;
}

.bottomBoxes > section > ul li.thirdBox > section {
  position: relative;
  padding: 30px 20px 0 !important;
}

.bottomBoxes > section > ul li.secondBox > section {
  padding: 40px 22px 0 !important;
  position: relative;
}

.bottomBoxes > section > ul li > section {
  padding: 40px 40px 0;
  overflow: hidden;
}

.bottomBoxes > section > ul li > section h5 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 25px 0;
  font-family: "Lydian";
}

.bottomBoxes > section a.more {
  color: #e6e1a5;
}

.social-links {
  background: url("../../../graphics/boxes/4.webp");
  width: 250px !important;
  height: 184px;
  background-repeat: no-repeat;
  margin: 20px auto 40px !important;
}

.social-links .links_wrap {
  position: relative;
  padding-left: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.social-links .links_wrap .block {
  display: inline-block;
  color: #e6e1a5;
  position: relative;
}

.social-links .links_wrap .block span {
  opacity: 0.9;
}

.social-links .links_wrap .face_link_wrap {
  position: relative;
  padding-left: 65px;
  display: block;
  height: 35px;
  margin-top: 15px;
}

.social-links .links_wrap .face_link_wrap span {
  position: relative;
  top: -2px;
  color: #e6e1a5;
}

.social-links .links_wrap .face_link_wrap:before {
  content: "";
  background: url(../../../graphics/icon-facebook.svg) no-repeat;
  width: 35px;
  height: 36px;
  position: absolute;
  top: -10px;
  left: 15px;
  opacity: 0.5;
}

.social-links .links_wrap .face_link_wrap:after {
  content: "";
  background: url(../../../graphics/icons/arrowRt.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  left: 40px;
}

.social-links .links_wrap .face_link_wrap .span {
  position: absolute;
  display: block;
  top: -5px;
}

.social-links .links_wrap .insta_link_wrap {
  position: relative;
  padding-left: 65px;
  height: 35px;
  display: block;
}

.social-links .links_wrap .insta_link_wrap span {
  position: relative;
  top: -2px;
  color: #e6e1a5;
}

.social-links .links_wrap .insta_link_wrap:before {
  content: "";
  background: url(../../../graphics/icon-instagram.svg) no-repeat;
  width: 35px;
  height: 36px;
  position: absolute;
  top: -10px;
  left: 15px;
  opacity: 0.5;
}

.social-links .links_wrap .insta_link_wrap:after {
  content: "";
  background: url(../../../graphics/icons/arrowRt.png) no-repeat 0 0;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  left: 40px;
}

.social-links .links_wrap .links_divider {
  position: relative;
  height: 20px;
  margin: 0px;
}

/******************************************
Footer
*******************************************/
footer {
  font-size: 12px;
  color: #dc7d29;
  text-align: center;
}

footer p {
  white-space: pre;
}

footer p a {
  color: #818181;
}

footer p.bbref {
  margin-top: 50px;
}

.footersocial {
  text-align: center;
}

.footersocial > div.social {
  padding-top: 60px;
  display: inline-block;
}

.footersocial > div.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footersocial > div.social ul li {
  float: left;
  padding: 0;
  margin-left: 10px;
}

.bbcreditcls {
  color: #818181;
  padding-left: 15px;
}

.sitetext p {
  color: #454545 !important;
}

@media screen and (max-width: 1700px) {
  nav > ul.centralize.parentul {
    margin: 0 auto 0 80px;
  }
}
@media screen and (max-width: 1500px) {
  nav > ul.centralize.parentul {
    margin: 0 auto 0 30px;
  }
}
@media screen and (max-width: 1450px) {
  nav > ul > li.myaccbox {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1320px) {
  /*
    Nav
    */
  nav > form fieldset {
    /* width:auto; */
  }
  /*nav > form input {
  	display:none;
  }*/
}
@media screen and (min-width: 1121px) and (max-width: 1499px) {
  nav > ul > li {
    padding: 0;
  }
}
@media screen and (min-width: 1120px) {
  #menudiv_22 {
    margin-left: 180px;
  }
  #menudiv_33 {
    margin-left: 790px;
  }
  #menudiv_3 {
    margin-left: -65px;
  }
  #menudiv_89 {
    margin-left: 695px;
  }
  /* nav > ul {
    text-align: center;
  } */
  nav > ul > li {
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1120px) {
  nav > ul {
    text-align: left;
  }
}
@media screen and (max-width: 1360px) {
  body > header {
    padding: 30px 0 10px;
  }
  #menudiv_22 {
    margin-left: 0px;
  }
  #menudiv_27 {
    margin-left: 0px;
  }
  #menudiv_33 {
    margin-left: 0px;
  }
  #menudiv_3 {
    margin-left: 0px;
  }
  #menudiv_89 {
    margin-left: 0px;
  }
  /*
    Nav
    */
  nav > ul.centralize.parentul {
    margin: 0 auto 0 0px;
  }
  .nav-wrapper {
    bottom: 0;
    top: auto;
    background: none;
  }
  nav {
    background: url(../../../graphics/bg/menu-rev-1k.webp) repeat-x bottom;
    background-size: cover;
    background-position: top;
    padding: 26px 0 80px;
    transition: none;
    height: auto;
  }
  nav > ul {
    display: none;
  }
  nav > ul.open {
    padding: 20px 0;
    display: block;
  }
  nav > ul > li {
    float: none;
    margin: 0 !important;
    background: none;
    width: 450px;
  }
  nav > ul > li > a {
    font-size: 25px;
  }
  nav > ul.parentul > li {
    width: 100%;
    padding-left: 30px;
  }
  nav > ul.parentul > li > a {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  nav > ul.parentul > li:not(.open) > a {
    height: auto;
  }
  nav > ul > li.expand {
    background: url(../../../graphics/nav/mobile/arrow-down.svg) no-repeat;
    background-size: 30px 30px;
    background-position: right 50px center;
  }
  nav > ul > li:not(.open) > a {
    transition: all 200ms ease;
  }
  nav > ul.parentul > li.open {
    background-image: url(../../../graphics/nav/mobile/arrow-up.svg);
    background-position: right 50px top 12px;
    background-color: #fff5ec;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
  }
  nav > ul.parentul > li.open:before {
    content: "";
    border-top: 3px solid #feead8;
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    z-index: 1;
  }
  nav > ul.parentul > li.open:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 1;
    background: url(../../../graphics/nav/mobile/curved-line-bottom.svg);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 100% 12px;
    height: 12px;
  }
  nav.has-child-menu-open > ul.parentul > li:not(.open) > a {
    padding-top: 7px;
    padding-bottom: 6px;
  }
  nav.has-child-menu-open > ul.open {
    padding-bottom: 40px;
  }
  nav > ul > li.loginLink > a {
    padding: 13px 10px;
    color: #817a1d;
    font-size: 20px;
    display: block;
  }
  nav > ul > li.loginLink > a:hover,
  nav > ul > li.active.loginLink > a {
    background: #eb862c;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 20px;
    padding: 13px 10px;
  }
  nav .mobBackLink {
    position: absolute;
    bottom: 25px;
    left: 45px;
  }
  nav a.menuTrigger {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  nav a.menuTrigger.move_right {
    left: 100px;
  }
  nav .submenu section {
    display: none;
  }
  nav > .submenu > section > ul {
    padding: 10px 0 0 10px;
  }
  nav .submenu section.open {
    display: block;
  }
  nav .submenu section > ul > li > ul {
    display: none;
    margin: 0;
  }
  nav .submenu section > ul > li.open > ul {
    display: block;
  }
  nav > .submenu > section > ul {
    padding-top: 10px;
    max-width: inherit !important;
  }
  nav > .submenu > section > ul > li {
    /*width: 52% !important;*/
    min-width: 280px !important;
    padding: 0;
  }
  nav > .submenu > section > ul > li.firstsub {
    width: 85% !important;
  }
  /*nav .submenu section > ul > li.expand {
  	background:url(../../../graphics/icons/arrRt.png) no-repeat 55% 50%;
  }*/
  nav .submenu section > ul.firstulchild > li.firstsub.expand a {
    display: inline-block;
  }
  nav .submenu section > ul.firstulchild > li.firstsub.expand img.firstsubarrow {
    display: inline-block;
    padding-left: 30px;
  }
  nav .submenu section > ul.firstulchild > li.firstsub.expand.open img.firstsubarrow {
    display: none;
  }
  nav .submenu section > ul > li.expand.open {
    background: none;
  }
  nav > .submenu > section > ul > li.open {
    width: 100% !important;
    /*min-width:auto !important;*/
    padding: 0;
  }
  nav > .submenu > section > ul > li a {
    padding: 5px 10px;
    display: block;
  }
  nav > .submenu > section > ul > li ul li {
    width: 85% !important;
    min-width: 280px !important;
    padding: 0;
    float: left;
  }
  nav > .submenu > section > ul > li ul li a {
    background: none !important;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: normal;
    display: block;
  }
  nav > .submenu > section ul li div.alsolabel {
    display: none;
  }
  nav .submenu a:active {
    text-decoration: none !important;
  }
  nav > ul > li > a:active,
  nav > ul > li > a:hover {
    /*background:none !important;
    color:#817a1d !important;*/
  }
  nav > .submenu > section > ul > li > a:hover,
  nav > .submenu > section > ul > li ul li a:hover,
  nav > .submenu > section a.backLink:hover {
    text-decoration: none !important;
  }
  nav > form,
  #openSearchTrigger {
    right: 135px;
  }
  #suggestions {
    right: 135px;
  }
  nav > ul > li > ul.mob_menu_childul li a {
    font-size: 19px;
    line-height: 34px;
  }
  nav > ul > li > ul.mob_menu_childul li.howl a,
  nav > ul > li > ul.mob_menu_childul li.timing a,
  nav > ul > li > ul.mob_menu_childul li.careers a {
    padding-left: 20px;
  }
  nav > ul > li > ul.mob_menu_childul li.howl:before,
  nav > ul > li > ul.mob_menu_childul li.timing:before,
  nav > ul > li > ul.mob_menu_childul li.careers:before {
    left: 0px;
    top: 9px;
  }
  nav > ul > li > ul.mob_menu_childul li.howl:before {
    background-size: 13px 16px;
    width: 13px;
    height: 16px;
  }
  nav > ul > li > ul.mob_menu_childul li.timing:before {
    top: 9px;
    background-size: 15px 18px;
    width: 15px;
    height: 18px;
  }
  nav > ul > li > ul.mob_menu_childul li.careers:before {
    top: 3px;
    background-size: 19px;
    width: 24px;
    height: 24px;
    left: -5px;
  }
  nav > ul > li.open > a:after {
    background: url(../../../graphics/nav/white-right-arrow.svg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    display: block;
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    top: 21px;
    right: auto;
  }
  nav > ul > li:nth-child(1).open > a {
    background-size: 260px 70px;
    height: 70px;
    padding-left: 28px;
    margin-left: -12px;
    padding-top: 16px;
  }
  nav > ul > li:nth-child(1).open > a:after {
    left: 231px;
    top: 24px;
  }
  nav > ul > li:nth-child(2).open > a {
    background-size: 272px 70px;
    padding-left: 22px;
    margin-left: -8px;
    height: 70px;
    padding-top: 15px;
  }
  nav > ul > li:nth-child(2).open > a:after {
    left: 246px;
    top: 23px;
  }
  nav > ul > li:nth-child(3).open > a {
    background-size: 235px 72px;
    padding-left: 22px;
    margin-left: -8px;
    height: 70px;
    padding-top: 15px;
  }
  nav > ul > li:nth-child(3).open > a:after {
    left: 209px;
    top: 23px;
  }
  nav > ul > li:nth-child(4).open > a {
    background-size: 172px 70px;
    padding-left: 24px;
    margin-left: -10px;
    height: 70px;
    padding-top: 15px;
  }
  nav > ul > li:nth-child(4).open > a:after {
    left: 142px;
    top: 23px;
  }
  nav > ul > li > ul.mob_menu_childul {
    display: block;
    max-height: 0px;
    overflow: hidden;
    transition: all 200ms ease-out;
    padding-top: 0px;
    margin-bottom: 0px;
  }
  nav > ul > li > ul.mob_menu_childul.open {
    max-height: 500px;
    padding-top: 10px;
    margin-bottom: 20px;
    transition: all 300ms ease-out;
  }
  /* nav.has-child-menu-open > ul > li > ul.mob_menu_childul.open {
    transition: all 300ms ease-out 150ms;
  } */
}
@media screen and (max-width: 960px) {
  footer p span {
    padding: 0px 0px 10px 0px;
  }
  /*
    header
    */
  header h1,
  header div.headtext {
    padding: 0 20px;
  }
  nav > .submenu > section ul div.alsolabel {
    padding-left: 10px;
  }
  /*
    Slogan
    */
  .slogan {
    background: none;
    padding: 50px 15px;
    border-top: 1px solid #e9dac9;
    border-bottom: 1px solid #e9dac9;
  }
  .slogan h4 {
    padding: 15px 0 0;
  }
  .footersocial > div.social {
    padding-top: 30px;
  }
  .bottomBoxes {
    padding: 150px 0 50px 0;
  }
  .bottomBoxes > section > div.fourthBox {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  nav > .submenu > section ul li ul {
    min-height: 0px;
  }
  .slogan h4 {
    padding: 0px 0 0 !important;
  }
  .slogan > h4.announcehead {
    padding-top: 0px !important;
  }
  nav > form fieldset input {
    max-width: 132px;
  }
}
@media screen and (max-width: 640px) {
  nav > .submenu > section > .promo {
    display: none;
  }
  .footersocial > div.social {
    padding-top: 30px;
  }
  nav > .submenu > section > ul > li ul li {
    width: 85% !important;
  }
  nav > ul > li,
  nav > .submenu > section > ul > li {
    padding-left: 15px;
  }
  /*nav .submenu section > ul > li.expand {
  	background:url(../../../graphics/icons/arrRt.png) no-repeat 75% 50%;
  }*/
  nav > .submenu > section ul div.alsolabel {
    padding-left: 25px;
  }
  .accr-mem-div .accr-logo-box {
    padding-left: 20px;
  }
  .border .accr-logo-box a {
    padding-right: 5px;
  }
  footer p span {
    display: block;
  }
  .logoimgcls {
    padding-left: 10px;
  }
  header .logoimgcls {
    min-width: 345px;
    max-width: 345px;
  }
  header img.logoimg {
    /*width: 80%;*/
  }
  .logos-slide {
    min-height: 155px;
  }
  header h1.indexheadcls {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  /*
    email and phone
    */
  .emailAndPhone span {
    padding-right: 0;
  }
  /*
    bottom boxes
    */
  .bottomBoxes {
    padding: 70px 0 25px;
  }
  .bottomBoxes > section {
    margin: 0;
  }
  .bottomBoxes > section > div {
    position: static;
    margin: -10px 0 0;
  }
  .bottomBoxes > section > div.fourthBox {
    margin-bottom: 25px;
  }
  footer p span {
    display: block;
    padding: 0px 0px 10px 0px;
    font-size: 16px;
  }
  .bbcreditcls {
    padding: 0px;
    font-size: 12px !important;
  }
  .bordernew {
    width: 380px !important;
  }
  header .logoimgcls {
    min-width: 265px;
    max-width: 265px;
  }
  header h1 img,
  header img.logoimg {
    /*width: 60%;*/
  }
  .logos-slide {
    min-height: 135px;
  }
  .birds-content img.youll-be-fine,
  .birds-content img.birds-birds {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .footersocial > div.social {
    padding-left: 25px;
  }
}
@media (prefers-color-scheme: dark) {
  /*nav > ul > li > a {
  	color: #5a5414;
  }*/
}
.hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.normalcase {
  text-transform: none;
}

.lowercase {
  text-transform: lowercase;
}

.blacktxt {
  color: #000000;
}

.padbotzero {
  padding-bottom: 0;
}

.linethrough {
  text-decoration: line-through;
}

.colorblack-imp {
  color: #454545 !important;
}

.noBg {
  background: none !important;
  padding-bottom: 0px !important;
}

ol.orglist li .orghead {
  font-size: 20px;
  color: #dc7d29;
  margin-bottom: 5px;
}

.swirlcls {
  background: url(../../../graphics/swirl1.png) no-repeat 50% 100%;
  padding: 24px 15px !important;
}

div.alert a {
  color: #817a1d;
}

#BackToTop {
  display: none;
  color: #eee;
  margin: 0 5px;
  width: 57px;
  height: 57px;
  bottom: 1px;
  right: 10px;
  z-index: 99999;
  text-decoration: none;
  position: fixed;
  background: url(../../../graphics/gototop.png) no-repeat;
}

#BackToTop span {
  cursor: pointer;
  display: none;
}

#timingnotice {
  display: none;
  color: #eee;
  margin: 0 5px;
  width: 345px;
  height: 242px;
  bottom: 5px;
  right: -50px;
  z-index: 100;
  text-decoration: none;
  position: fixed;
  background: url(../../../graphics/twolegged/hand-sign-small-with-link.png) no-repeat;
}

.hometimingnoticebox {
  width: 561px;
  height: 386px;
  bottom: -70px;
  right: -160px;
  z-index: 9998;
  text-decoration: none;
  position: fixed;
  background: url(../../../graphics/twolegged/ovalbg.png) no-repeat;
}

.emailslistbox {
  display: none;
  width: 265px;
  height: 220px;
  background: #dc7c29;
  border-radius: 40px;
  text-align: center;
  position: absolute;
  margin: -130px 98px 0;
  z-index: 99;
  font-size: 18px; /* Safari and Chrome */ /* Firefox */ /* Internet Explorer */
  animation: fadein 1s; /* For Safari 5.1 to 6.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #dc7c29, #e18d2e); /* Standard syntax */
}

.emailslistbox:after {
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  left: -29px;
  top: 40%;
  content: url(../../../graphics/left_arrow.png);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
​ .mailIco div.emailslistbox {
  padding: 12px 45px;
}

.mailIco .showemailslink {
  /*display: block;
    height: 35px;*/
  border-bottom: 1px dotted #333 !important;
  color: #454545 !important;
}

.mailIco .showemailslink:hover {
  border-bottom: 1px dotted #dc7d29 !important;
}

.emailslistbox a {
  text-decoration: none;
  color: #fff;
}

.emailslistbox a:hover {
  border-bottom: 1px dotted #fff;
}

.emailAndPhone span.mailIco {
  padding-right: 5px;
  position: relative;
}

@media screen and (min-width: 1101px) {
  .mailIco:hover .emailslistbox {
    display: block;
  }
}
a.dotted {
  border-bottom: 1px dotted #333 !important;
  color: #454545 !important;
  text-decoration: none !important;
}

a.dotted:hover {
  text-decoration: none !important;
  border-bottom: 1px dotted #dc7d29 !important;
}

.underline {
  text-decoration: underline;
}

.cursorpointer {
  cursor: pointer;
}

.leftgiflink {
  color: #eee;
  margin: 0;
  width: 520px;
  height: 118px;
  bottom: 0;
  z-index: 9999;
  text-decoration: none;
  position: fixed;
  background-repeat: no-repeat;
  right: auto;
  font-size: 14px;
  font-weight: bold;
}

.leftgiflink .gifslide {
  display: block;
  clear: both;
  padding-top: 60px;
}

/*.leftgiflink .bottom_gif_text {
    padding-top: 45px;
}*/
.leftgiflink span.rotate5 {
  transform: rotate(5deg);
  display: inline-block;
}

.leftgiflink span.rotate-5 {
  transform: rotate(-5deg);
  display: inline-block;
}

.leftgiflink .hand_down_img {
  position: absolute;
  left: 10px;
}

.leftgiflink .hand_up_img {
  position: absolute;
  left: 48px;
}

.leftgiflink .gifslide.good .hand_down_img {
  margin-top: 10px;
}

.leftgiflink .gifslide.bad .hand_up_img {
  margin-top: 10px;
}

.leftgiflink.desktop {
  left: 0;
}

.leftgiflink.desktop .right_gif_text {
  position: absolute;
  left: 105px;
  padding-top: 12px;
  min-width: 350px;
  text-align: left;
  font-size: 17px;
}

.leftgiflinkblur {
  color: #eee;
  margin: 0;
  bottom: 0;
  z-index: 9999;
  text-decoration: none;
  position: fixed;
  background-repeat: no-repeat;
  right: auto;
  left: 0;
  width: 520px;
  height: 118px;
  background: url(../../../graphics/gradient_white.png) no-repeat;
}

.leftgiflink.mob {
  display: none;
}

/*.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}
.reveal-modal {
    margin-left: -300px;
    visibility: hidden;
    top: 20%;
    position: absolute;
    z-index: 101;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal.small         { width: 200px; margin-left: -140px;}
.reveal-modal.medium        { width: 400px; margin-left: -240px;}
.reveal-modal.large         { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge        { width: 800px; margin-left: -440px;}
.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}
.faqPopSection {
    background: #dc7d29;
    border: 1px solid #dc7d29;
    border-top: 1px solid #b7641a;
    box-shadow: inset 0 3px #b7641a;
    padding: 30px;
    margin: 0 auto;
    max-width: 960px;
    z-index: 90001;
}
.faqPopSection .faq_pop_display_div {
    margin: 0;
    background: #fff;
    border-radius: 8px;
}
.faqPopSection .faq_pop_display_div header {
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
    padding: 27px 45px 25px;
    position: relative;
}
.faqPopSection .faq_pop_display_div header h4 {
    font-family: Benguiat, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: #DC7E29;
    letter-spacing: 0.69px;
    line-height: 46px;
    width: 95%;
    display: inline-block;
}
.faqPopSection .faq_pop_display_div article {
    padding: 16px 30px 18px 75px;
}
.faqPopSection .faq_pop_display_div article p {
    font-size: 14px;
    margin-bottom: 10px;
}
.faqPopSection .faq_pop_display_div header .closefaqpop {
    float : right;
    cursor : pointer;
    background: url(../../../graphics/icons/close.png) no-repeat;
    width:37px;
    height: 37px;
    width: 5%;
}
*/
.logoimgcls {
  color: #fff;
  text-decoration: none;
}

header .world-brand {
  float: right;
  width: 142px;
  height: 171px;
  margin-top: 0;
  margin-right: 150px;
}

.home-world-brand {
  margin: 80px auto 80px;
  text-align: center;
  max-width: 600px;
  position: relative;
  box-sizing: border-box;
  font-size: 0;
}

.home-world-brand .wb-icon {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}

.home-world-brand .wb-content {
  width: 410px;
  color: #231f20;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 50px 10px 50px 50px;
  text-align: left;
}

.disp_none {
  display: none !important;
}

.disp_hidden {
  display: none;
}

.disp_block {
  display: block;
}

.clearboth {
  clear: both;
}

.clearleft {
  clear: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.opacity_none {
  opacity: 0;
}

.gap0 {
  clear: both;
  height: 0px;
  margin: 0 !important;
}

.gap5 {
  clear: both;
  height: 5px;
  margin: 0 !important;
}

.gap10 {
  clear: both;
  height: 10px;
  margin: 0 !important;
}

.gap15 {
  clear: both;
  height: 15px;
  margin: 0 !important;
}

.gap20 {
  clear: both;
  height: 20px;
  margin: 0 !important;
}

.gap50 {
  clear: both;
  height: 50px;
  margin: 0 !important;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.margincenter {
  margin: 0 auto;
}

.valmsg,
span.valmsg {
  font-size: 13px;
  color: #c51c1c !important;
  padding-left: 3px;
}

.padtop10 {
  padding-top: 10px;
}

.toppadmarginzero {
  margin-top: 0px !important;
}

.bottompadmarginzero {
  margin-bottom: 0px !important;
}

.bothpadmarginzero {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.toppad10 {
  padding-top: 10px !important;
}

.loginmsgtxt {
  font-size: 12px;
}

.messagebox {
  color: #c51c1c;
  padding: 15px 0;
  font-size: 13px;
}

.smallnote {
  font-size: 14px;
}

.orgtext,
.orgtext a {
  color: #dc7d29 !important;
}

.greentext,
.greentext a {
  color: #817a1d !important;
}

.defaulttext,
.defaulttext a {
  color: #454545 !important;
  border-bottom: 0 !important;
}

.bluetext,
.bluetext a {
  color: #4c6398 !important;
}

.redtext,
.redtext a {
  color: #e05c51 !important;
}

.whitetext,
.whitetext a {
  color: #ffffff !important;
}

nav > .submenu,
.submenu {
  max-width: 100%;
}

nav > .submenu > section > ul {
  margin-left: 0px;
}

.rating_box {
  padding-left: 292px;
  min-height: 273px;
  box-sizing: border-box;
  background-image: url(../../../graphics/schema-pet.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0 auto;
  width: 650px;
}

.rating_box .green_border,
.green_border {
  background-image: url(../../../graphics/review_green_border.png);
  width: 353px;
  height: 129px;
  background-repeat: no-repeat;
  padding: 15px 28px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.green_border p {
  margin: 0;
  display: inline;
}

.green_border span {
  color: #454545;
}

.green_border a {
  color: #454545;
  border-bottom: 2px solid #ccc;
}

.green_border a:hover {
  text-decoration: none;
  border-bottom: 2px solid #dc7d29;
}

.green_border .starRating {
  display: inline;
}

.green_border .fb_review_box {
  display: inline;
}

.rating_box .orgbox,
.orgbox {
  color: #dc7d29;
  width: 315px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
}

.orgbox img {
  vertical-align: text-top;
  margin-top: -3px;
}

footer .ctabubblesbox {
  display: none;
}

.ctabubblesbox {
  width: 580px;
  height: 400px;
  margin: 0 auto;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  background: url(../../../graphics/gradient_white_bubblebg_desktop.png) no-repeat;
  background-size: 580px 400px;
}

.ctabubblesbox .bubble-wrapper {
  width: 365px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}

.ctabubblesbox .bubble {
  position: absolute;
}

.ctabubblesbox .fb-dkc-box {
  width: 206px;
  height: 162px;
  background-image: url(../../../graphics/social/big-bubble-f.png);
  background-repeat: no-repeat;
  z-index: 1;
  right: 25px;
  top: 110px;
}

.ctabubblesbox .google-boarding-box {
  width: 188px;
  height: 197px;
  background-image: url(../../../graphics/social/big-bubble-g-left.png);
  background-repeat: no-repeat;
  z-index: 2;
  left: 0;
  bottom: 60px;
}

.ctabubblesbox .google-vet-box {
  width: 230px;
  height: 175px;
  background-image: url(../../../graphics/social/big-bubble-g-right.png);
  background-repeat: no-repeat;
  z-index: 3;
  bottom: 0px;
  right: 5px;
}

.fb-dkc-box .stars {
  margin-top: 62px;
  margin-left: 5px;
}

.google-boarding-box .stars {
  margin-top: 57px;
  margin-left: -15px;
}

.google-vet-box .stars {
  margin-top: 62px;
  margin-left: -5px;
}

.ctabubblesbox .greenclose {
  position: absolute;
  bottom: 5px;
  left: -35px;
}

.ctabubblesbox .greenclose a.close {
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../../../graphics/social/ico-x.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.ctabubblesbox .bubble-wrapper.socialbounce {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: 2;
}

@keyframes socialbounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-28px);
  }
}
@keyframes socialbounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-28px);
  }
}
.socialbounce {
  animation-name: socialbounce;
}

#contactButton {
  position: absolute;
  top: 28px;
  right: 60px;
  text-decoration: none;
  width: 105px;
  height: 49px;
}

#contactButton span.contact_text {
  display: none;
}

#contactButton .button-wrapper .button {
  position: relative;
  z-index: 5;
  background: url(../../../graphics/contact/cta/green-body.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 91px 38px;
  width: 91px;
  height: 38px;
  transform: rotate(8deg);
  transition: transform 0.3s;
}

#contactButton:hover .button-wrapper .button {
  position: relative;
  z-index: 5;
  background: url(../../../graphics/contact/cta/green-body.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 91px 38px;
  width: 91px;
  height: 38px;
  transform: rotate(-1deg);
}

#contactButton .button-wrapper .button .text {
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  padding: 8px 0 10px 15px;
}

#contactButton .button-wrapper .front-feet {
  position: relative;
  z-index: 1;
  background: url(../../../graphics/contact/cta/green-legs-front.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 16px;
  width: 25px;
  height: 16px;
  margin-top: -8px;
  margin-left: 12px;
  float: left;
}

#contactButton .button-wrapper .back-feet {
  float: left;
  margin-left: -5px;
}

#contactButton .button-wrapper .back-feet .left {
  background: url(../../../graphics/contact/cta/leg-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 16px;
  width: 13px;
  height: 16px;
  float: left;
  margin-top: -12px;
  margin-left: 27px;
  transform: rotate(90deg);
  transition: all 0.2s ease-out;
}

#contactButton:hover .button-wrapper .back-feet .left {
  transform: rotate(0);
  margin-top: -7px;
}

#contactButton .button-wrapper .back-feet .right {
  background: url(../../../graphics/contact/cta/leg-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 14px;
  width: 12px;
  height: 14px;
  float: left;
  margin-top: -16px;
  transition: all 0.1s ease-out;
}

#contactButton:hover .button-wrapper .back-feet .right {
  margin-top: -9px;
}

#contactButton .button-wrapper .tail {
  background: url(../../../graphics/contact/cta/green-tail-fixed.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 13px;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 0;
  margin-top: -25px;
  margin-right: 8px;
}

#contactButton:hover .button-wrapper .tail {
  background: url(../../../graphics/contact/cta/tail-wagging-green.gif);
  background-repeat: no-repeat;
  background-size: 15px 26px;
  width: 15px;
  height: 26px;
  position: absolute;
  right: 0;
  margin-top: -34px;
  margin-right: 0px;
}

nav .menu_reviews_button_wrapper {
  position: absolute;
  top: 25px;
  right: 235px;
  width: 55px;
  height: 60px;
  cursor: pointer;
  z-index: 1;
}

nav .menu_reviews_org_bg_layer {
  position: absolute;
  top: 0px;
  left: 10px;
  background: url(../../../graphics/nav/reviews-bg.svg);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  background-size: 36px 36px;
  width: 36px;
  height: 40px;
  padding-top: 22px;
  transition: all 0.2s ease;
  cursor: pointer;
}

nav .menu_reviews_org_bg_layer:after {
  display: block;
  content: "";
  position: relative;
  background: url(../../../graphics/nav/white-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  top: -12px;
  left: 10px;
  transition: all 0.4s ease;
}

nav .menuReviewButton {
  position: relative;
  top: 34px;
  left: 10px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #817a1d;
}

nav .menu_reviews_star_1_layer {
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../../../graphics/nav/review-star-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  transition: all 0.3s ease;
}

nav .menu_reviews_star_2_layer {
  position: absolute;
  top: 10px;
  left: 20px;
  background: url(../../../graphics/nav/review-star-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
  width: 11px;
  height: 11px;
  transition: all 0.3s ease;
}

nav .menu_reviews_star_3_layer {
  position: absolute;
  top: 10px;
  left: 35px;
  background: url(../../../graphics/nav/review-star-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  transition: all 0.3s ease;
}

nav .menuReviewButton:hover {
  text-decoration: none;
}

nav .menu_reviews_button_wrapper:hover .menu_reviews_org_bg_layer {
  transform: scale(1.05);
}

nav .menu_reviews_button_wrapper:hover .menu_reviews_org_bg_layer:after {
  transform: scale(1.25);
}

nav .menu_reviews_button_wrapper:hover .menu_reviews_star_1_layer {
  background: url(../../../graphics/nav/review-star-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 7px;
  transform: translate(-10px, -10px);
}

nav .menu_reviews_button_wrapper:hover .menu_reviews_star_2_layer {
  background: url(../../../graphics/nav/review-star-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
  transform: translate(-3px, -22px);
}

nav .menu_reviews_button_wrapper:hover .menu_reviews_star_3_layer {
  background: url(../../../graphics/nav/review-star-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 7px;
  transform: translate(6px, -15px);
}

nav .menu_pics_button_wrapper {
  position: absolute;
  top: 29px;
  right: 270px;
  padding: 0 30px 60px 30px;
  cursor: pointer;
}

nav .menu_pics_button_wrapper .menu_pics_back_bg_layer3 {
  background: url(../../../graphics/nav/picsnvids_btn_3.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 29px 31px;
  width: 29px;
  height: 39px;
  position: absolute;
  top: -8px;
  left: 35px;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s ease;
}

nav .menuPicsButton {
  position: relative;
  top: 30px;
  left: -4px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #817a1d;
  transition: all 0.3s ease;
}

nav .menuPicsButton:hover {
  text-decoration: none;
}

nav .menu_pics_button_wrapper .menu_pics_back_bg_layer1 {
  background: url(../../../graphics/nav/picsnvids_btn_1.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 29px 30px;
  width: 29px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 38px;
  z-index: -1;
  opacity: 1;
  transition: all 0.3s ease;
}

nav .menu_pics_button_wrapper .menu_pics_back_bg_layer2 {
  background: url(../../../graphics/nav/picsnvids_btn_2.svg);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 30px 32px;
  width: 30px;
  height: 40px;
  position: absolute;
  top: -2px;
  left: 36px;
  z-index: -2;
  opacity: 1;
  transition: all 0.3s ease;
}

nav .menu_pics_button_wrapper .pics_play {
  background: url(../../../graphics/nav/play@2x.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 11px;
  width: 10px;
  height: 11px;
  position: absolute;
  top: 12px;
  left: 47px;
  transition: all 0.3s ease-in-out;
}

nav .menu_pics_button_wrapper.active .pics_play {
  transform: scale(1.25);
  /* left: 48px; */
}

nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer1 {
  /*background: url(../../../graphics/nav/pics-hover-1.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 29px 30px;
    width: 29px;
    height: 30px;*/
}

nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer2 {
  transform: rotate(-20deg);
  left: 36px;
  top: -7px;
}

nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer3 {
  opacity: 1;
  top: -12px;
  left: 33px;
  transform: rotate(-20deg);
}

.menu_pics_vids_links_wrapper {
  position: absolute;
  top: 0px;
  left: -150px;
  width: 550px;
  height: 260px;
  transition: all 0.7s ease;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

nav .menu_pics_button_wrapper.active .menu_pics_vids_links_wrapper {
  transition: all 0.2s ease;
}

nav .menu_pics_button_wrapper:hover .menu_pics_vids_links_wrapper {
  opacity: 1;
  visibility: visible;
}

.menu_pics_vids_links_wrapper a {
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  top: 200px;
  text-align: center;
}

.menu_pics_vids_links_wrapper a:hover {
  text-decoration: underline;
}

.menu_pics_vids_links_wrapper a {
  transition: all 0.3s ease;
  transition-property: transform;
}

.menu_pics_button_wrapper .menu_pics_vids_links_wrapper a:hover {
  cursor: pointer;
}

.menu_pics_button_wrapper a.menuPicsOfPeopleLink {
  background: url(../../../graphics/nav/pics-people-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 172px 42px;
  width: 172px;
  height: 42px;
  top: 130px;
  left: 0px;
  padding: 10px 5px 5px 5px;
  transition-delay: 100ms;
}

.menu_pics_button_wrapper:hover a.menuPicsOfPeopleLink {
  transform: translate(50px, -70px);
}

.menu_pics_button_wrapper a.menuPicsOfPeopleLink:hover {
  background: url(../../../graphics/nav/pics-people-bg-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 172px 42px;
}

.menu_pics_vids_links_wrapper a.menuPicsOfVetLink {
  background: url(../../../graphics/nav/pics-vet-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px 48px;
  width: 250px;
  height: 48px;
  top: 180px;
  left: -100px;
  padding: 10px 5px 8px 5px;
  transition-delay: 150ms;
}

.menu_pics_button_wrapper:hover a.menuPicsOfVetLink {
  transform: translate(50px, -70px);
}

.menu_pics_vids_links_wrapper a.menuPicsOfVetLink:hover {
  background: url(../../../graphics/nav/pics-vet-bg-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 250px 48px;
}

.menu_pics_vids_links_wrapper a.menuPicsOfDKCLink {
  background: url(../../../graphics/nav/pics-dkc-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 275px 65px;
  width: 275px;
  height: 65px;
  top: 160px;
  left: 270px;
  padding: 10px 5px 5px 5px;
  transition-delay: 125ms;
}

.menu_pics_button_wrapper:hover a.menuPicsOfDKCLink {
  transform: translate(-60px, -70px);
}

.menu_pics_vids_links_wrapper a.menuPicsOfDKCLink:hover {
  background: url(../../../graphics/nav/pics-dkc-bg-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 275px 65px;
}

.menu_pics_vids_links_wrapper a.menuDKCVideoTourLink {
  background: url(../../../graphics/nav/video-tour-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 151px 45px;
  width: 151px;
  height: 45px;
  top: 235px;
  left: -35px;
  padding: 10px 5px 5px 5px;
  transition-delay: 175ms;
}

.menu_pics_button_wrapper:hover a.menuDKCVideoTourLink {
  /* -ms-transform: translate(50px, -60px);
  -webkit-transform: translate(50px, -60px);
  transform: translate(50px, -60px); */
  transform: translate(50px, -56px);
}

.menu_pics_vids_links_wrapper a.menuDKCVideoTourLink:hover {
  background: url(../../../graphics/nav/video-tour-bg-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 151px 45px;
}

.menu_pics_vids_links_wrapper a.menuVetVideosLink {
  background: url(../../../graphics/nav/vet-videos-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 219px 63px;
  width: 219px;
  height: 63px;
  top: 235px;
  left: 230px;
  padding: 10px 5px 5px 5px;
  transition-delay: 200ms;
}

.menu_pics_button_wrapper:hover a.menuVetVideosLink {
  transform: translate(-60px, -70px);
}

.menu_pics_vids_links_wrapper a.menuVetVideosLink:hover {
  background: url(../../../graphics/nav/vet-videos-bg-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 219px 63px;
}

.menu_pics_vids_links_wrapper a.menuHistoryLink {
  background: url(../../../graphics/nav/history.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 211px 65px;
  width: 211px;
  height: 65px;
  top: 290px;
  left: -100px;
  padding: 10px 5px 5px 5px;
  transition-delay: 225ms;
}

.menu_pics_button_wrapper:hover a.menuHistoryLink {
  transform: translate(50px, -70px);
}

.menu_pics_vids_links_wrapper a.menuHistoryLink:hover {
  background: url(../../../graphics/nav/history-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 211px 65px;
}

.menu_pics_vids_links_wrapper a.menuPicsnVidsLink {
  background: url(../../../graphics/nav/pics_vids_litter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 258px 65px;
  width: 258px;
  height: 65px;
  top: 310px;
  left: 225px;
  padding: 10px 5px 5px 5px;
  transition-delay: 250ms;
}

.menu_pics_button_wrapper:hover a.menuPicsnVidsLink {
  /* -ms-transform: translate(-60px, -70px);
  -webkit-transform: translate(-60px, -70px);
  transform: translate(-60px, -70px); */
  transform: translate(-140px, -70px);
}

.menu_pics_vids_links_wrapper a.menuPicsnVidsLink:hover {
  background: url(../../../graphics/nav/pics_vids_litter-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 258px 65px;
}

.homeBoxes {
  padding: 10px 0 60px 0;
  text-align: center;
}

.homeBoxes .weTalkin {
  background: url(../../../graphics/boxes/5.png) no-repeat 50% 50%;
  width: 618px;
  height: 465px;
  display: inline-block;
  position: relative;
  margin: 0 -100px 0 0;
  vertical-align: middle;
  text-align: left;
  padding: 70px 120px 100px 100px;
}

.homeBoxes .weTalkin > h3 {
  font-size: 30px;
  color: #817a1d;
  margin: 0;
  font-family: "Lydian";
}

.homeBoxes .weTalkin > .homeblognote {
  padding: 10px 0 10px;
}

/*.homeBoxes .weTalkin > p {
    font-size:16px;
    color: #888;
    margin: 0 0 20px 0;
}*/
.homeBoxes .weTalkin > article {
  padding: 5px 0;
  margin: 10px 0;
}

/*.homeBoxes .weTalkin > article span {
    font-size:14px;
    color: #888;
    display:block;
}*/
.homeBoxes .weTalkin > article h4 {
  margin: 0;
}

.homeBoxes .weTalkin > article h4 a {
  color: #dc7d29;
  font-weight: normal;
  font-size: 20px;
  text-decoration: none;
  line-height: 22px;
}

/*.homeBoxes .weTalkin > article h4 a:hover {
    color: #817a1d;
}*/
.homeBoxes .weTalkin > section.moreBtn {
  background: url(../../../graphics/btn/1.png) no-repeat;
  display: block;
  width: 108px;
  height: 69px;
  text-align: center;
  line-height: 69px;
  position: absolute;
  bottom: -10px;
  left: 90px;
}

#notification-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  z-index: 998;
  opacity: 0.3;
  display: none;
}

.notification_alert {
  opacity: 0;
  z-index: 999;
  max-width: 499px;
  width: 100%;
  height: 500px;
  text-align: left;
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 25%;
  color: #ffffff;
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
}

.notification_alert .notif_top {
  position: relative;
  width: 100%;
}

.notification_alert .notif_top .head_center {
  position: absolute;
  top: 25px;
  left: 50px;
  background: url(../../../graphics/notification/head.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 357px 307px;
  width: 357px;
  height: 307px;
  z-index: -2;
  transition: all 0.3s ease;
}

.notification_alert .notif_top .left_eyebrow {
  position: absolute;
  left: 80px;
  top: 0px;
  background: url(../../../graphics/notification/left_eyebrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 69px 24px;
  width: 69px;
  height: 24px;
  transition: all 0.3s ease;
}

.notification_alert .notif_top .left_eye {
  position: absolute;
  left: 60px;
  top: 15px;
  background: url(../../../graphics/notification/left_eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 133px 101px;
  width: 133px;
  height: 101px;
  transition: all 0.3s ease;
}

.notification_alert .notif_top .left_eyeball {
  position: absolute;
  left: 100px;
  top: 50px;
  background: url(../../../graphics/notification/left_eyeball.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 47px;
  width: 46px;
  height: 47px;
  transition: all 0.3s ease;
}

.notification_alert .notif_top .right_eyebrow {
  position: absolute;
  left: 230px;
  top: 5px;
  background: url(../../../graphics/notification/right_eyebrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 67px 21px;
  width: 67px;
  height: 21px;
  transition: all 0.3s ease;
}

.notification_alert .notif_top .right_eye {
  position: absolute;
  left: 200px;
  top: 20px;
  background: url(../../../graphics/notification/right_eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125px 90px;
  width: 125px;
  height: 90px;
  transition: all 0.3s ease;
}

.notification_alert .notif_top .right_eyeball {
  position: absolute;
  left: 235px;
  top: 50px;
  background: url(../../../graphics/notification/right_eyeball.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 38px;
  width: 45px;
  height: 38px;
  transition: all 0.3s ease;
}

.notification_alert .notif_top .nose {
  position: absolute;
  left: 200px;
  top: 250px;
  background: url(../../../graphics/notification/nose.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 41px 28px;
  width: 41px;
  height: 28px;
  transition: all 0.3s ease;
}

.notification_alert .notif_top .head_left_1 {
  position: absolute;
  left: -17px;
  top: 66px;
  z-index: 5;
  background: url(../../../graphics/notification/left-ear-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52px 67px;
  width: 52px;
  height: 67px;
  transition: all 0.3s ease;
  transform: rotate(-40deg);
}

.notification_alert .notif_top .head_left_2 {
  position: absolute;
  left: 35px;
  top: 15px;
  z-index: -1;
  background: url(../../../graphics/notification/left-ear-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52px 134px;
  width: 52px;
  height: 134px;
  transition: all 0.3s ease;
  transform: rotate(-40deg);
}

.notification_alert .notif_top .head_right_1 {
  position: absolute;
  right: 55px;
  top: -3px;
  z-index: -1;
  background: url(../../../graphics/notification/right-ear-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px 126px;
  width: 56px;
  height: 126px;
  transition: all 0.3s ease;
  transform: rotate(30deg);
}

.notification_alert .notif_top .head_right_2 {
  position: absolute;
  right: 1px;
  top: 42px;
  z-index: 2;
  background: url(../../../graphics/notification/right-ear-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px 70px;
  width: 56px;
  height: 70px;
  transition: all 0.3s ease;
  transform: rotate(30deg);
}

.notification_alert .notif_top_bg {
  position: relative;
  background: url(../../../graphics/notification/bg-top.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 500px 76px;
  width: 500px;
  height: 42px;
  margin-top: 98px;
}

.notification_alert .notif_bottom_bg {
  position: relative;
  background: url(../../../graphics/notification/bg-grey-bottom.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 499px 168px;
  width: 499px;
  height: 100px;
  padding-bottom: 10px;
  padding-top: 20px;
  margin-top: -20px;
  z-index: -1;
}

.notification_alert .notif_bottom_bg .left_wrap {
  float: left;
  padding-left: 15px;
  margin-top: 10px;
}

.notification_alert .notif_bottom_bg .right_wrap {
  float: right;
  padding-right: 15px;
  margin-top: 10px;
}

.notification_alert .notif_bottom_bg .left_wrap img.dkclogoimg {
  padding-right: 20px;
}

.notification_alert .notif_top.anim .head_left_1 {
  left: -19px;
  top: 11px;
  transform: rotate(-20deg);
}

.notification_alert .notif_top.anim .head_left_2 {
  left: 35px;
  top: -20px;
  transform: rotate(-20deg);
}

.notification_alert .notif_top.anim .head_right_1 {
  right: 65px;
  top: -30px;
  transform: rotate(20deg);
}

.notification_alert .notif_top.anim .head_right_2 {
  right: 9px;
  top: 5px;
  transform: rotate(20deg);
}

.notification_alert .notif_top.anim .head_center {
  right: -3px;
  top: -3px;
}

.notification_alert .notif_top.anim .head_center .left_eyebrow {
  left: 80px;
  top: -16px;
}

.notification_alert .notif_top.anim .head_center .left_eye {
  left: 60px;
  top: -5px;
}

.notification_alert .notif_top.anim .head_center .left_eyeball {
  left: 100px;
  top: 22px;
}

.notification_alert .notif_top.anim .head_center .right_eyebrow {
  left: 230px;
  top: -25px;
}

.notification_alert .notif_top.anim .head_center .right_eye {
  left: 200px;
  top: -10px;
}

.notification_alert .notif_top.anim .head_center .right_eyeball {
  left: 235px;
  top: 25px;
}

.notification_alert .notif_top.anim .head_center .nose {
  left: 180px;
  top: 85px;
}

.notification_alert .notif_top.hover:not(.lefthover) .head_left_1 {
  left: -17px;
  top: 61px;
}

.notification_alert .notif_top.hover:not(.lefthover) .head_left_2 {
  left: 35px;
  top: 10px;
}

.notification_alert .notif_top.hover .head_center .left_eyebrow {
  left: 85px;
}

.notification_alert .notif_top.hover .head_center .left_eyeball {
  left: 130px;
  top: 40px;
}

.notification_alert .notif_top.hover .head_center .right_eyebrow {
  left: 235px;
}

.notification_alert .notif_top.hover .head_center .right_eyeball {
  left: 260px;
  top: 40px;
}

.notification_alert .notif_top.hover .head_center .nose {
  left: 180px;
  top: 85px;
}

.notification_alert .notif_top.lefthover .head_center .left_eyebrow {
  left: 70px;
}

.notification_alert .notif_top.lefthover .head_center .left_eyeball {
  left: 75px;
  top: 40px;
}

.notification_alert .notif_top.lefthover .head_center .right_eyebrow {
  left: 220px;
}

.notification_alert .notif_top.lefthover .head_center .right_eyeball {
  left: 220px;
  top: 40px;
}

.notification_alert .notif_top.lefthover .head_right_1 {
  top: -10px;
}

.notification_alert .notif_top.lefthover .head_right_2 {
  top: 35px;
}

.notification_alert .notif_top.headhover .head_center .left_eyebrow {
  top: -10px;
}

.notification_alert .notif_top.headhover .head_center .left_eyeball {
  top: 30px;
}

.notification_alert .notif_top.headhover .head_center .right_eyebrow {
  top: -5px;
}

.notification_alert .notif_top.headhover .head_center .right_eyeball {
  top: 35px;
}

.notification_alert .notification_content {
  font-size: 16px;
  background: #ffffff;
  color: #454545;
  padding: 20px 25px;
  height: 300px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 2;
}

.notification_alert .notification_content .content_top {
  height: 260px;
  overflow-y: auto;
  scrollbar-color: #817a1d rgba(128, 128, 128, 0.4);
  scrollbar-width: auto;
  padding-right: 15px;
}

.notification_alert .notification_content .notif_arrow {
  background: url(../../../graphics/notification/arr.svg) no-repeat;
  display: none;
  width: 22px;
  height: 13px;
  position: absolute;
  bottom: 90px;
  right: 35px;
  z-index: 9999;
  animation: arrow-jump 1s infinite;
}

@keyframes arrow-jump {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(15px);
  }
}
.notification_alert .notification_content .head_wrap {
  overflow: hidden;
  padding-right: 20px;
}

.notification_alert .notification_content .head {
  color: #eb862c;
  font-weight: 600;
  font-size: 22px;
  font-family: Lydian;
  letter-spacing: 1px;
  float: left;
  margin-right: 10px;
  display: block;
}

.notification_alert .notification_content .dottedline {
  border-top: 1px dotted rgba(235, 134, 44, 0.3294117647);
  padding-top: 10px;
  overflow: hidden;
  display: block;
  margin-top: 10px;
}

.notification_alert .notification_content a {
  color: #454545;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #817a1d;
  border-radius: 10px;
}

.notification_alert .buttons a.btn {
  background-color: #ffffff;
  color: #dc7d29;
}

.notification_alert .close_notification {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -25px;
  margin-top: 10px;
}

.notification_alert .close_notification .close_notification_link {
  cursor: pointer;
}

.notification_alert .close_notification .close_notification_link img {
  transition: all 0.3s ease;
}

.notification_alert .notif_top.hover .close_notification.close_right .close_notification_link img {
  transform: rotate(-25deg);
}

.notification_alert .close_notification.close_left {
  margin-left: 40px;
}

.notification_alert .notif_top.hover .close_notification.close_left .close_notification_link img {
  transform: rotate(-25deg);
}

@media screen and (max-width: 1500px) {
  nav .menu_reviews_button_wrapper {
    right: 200px;
  }
  nav .menu_pics_button_wrapper {
    right: 220px;
  }
}
@media screen and (max-width: 1200px) {
  nav .menu_reviews_button_wrapper {
    right: 240px;
  }
  nav .menu_pics_button_wrapper {
    right: 275px;
  }
}
@media screen and (max-width: 1420px) {
  .notification_alert {
    top: 15%;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1499px) {
  nav .menu_pics_button_wrapper {
    right: 195px;
  }
  .menu_pics_vids_links_wrapper {
    left: -220px;
  }
  nav .menu_reviews_button_wrapper {
    right: 169px;
  }
}
@media screen and (max-width: 1360px) {
  nav > .submenu,
  .submenu {
    display: none;
  }
  nav .menu_reviews_button_wrapper,
  nav .menu_pics_button_wrapper {
    display: none;
  }
  nav.menu-open .menu_reviews_button_wrapper,
  nav.menu-open .menu_pics_button_wrapper {
    display: block;
  }
  nav.menu-open .menu_pics_button_wrapper {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
  }
  nav.menu-open .menu_pics_button_wrapper.active {
    z-index: 99;
  }
  .menu_pics_vids_links_wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    transition: all 200ms ease-out;
    visibility: visible;
    z-index: -1;
    /* For Testing only */
    /* visibility: visible !important;
    opacity: 1; */
  }
  nav .menu_pics_button_wrapper:hover .menu_pics_vids_links_wrapper {
    height: 0px;
    opacity: 0;
  }
  nav .menu_pics_button_wrapper.active .menu_pics_vids_links_wrapper {
    height: 265px;
    transition: all 300ms ease-out;
    opacity: 1;
    z-index: 1;
  }
  /* nav.has-child-menu-open .menu_pics_button_wrapper.active .menu_pics_vids_links_wrapper {
    transition: all 300ms ease-out 150ms;
  } */
  nav.menu-open .menu_reviews_button_wrapper {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
  }
  nav .menuReviewButton {
    font-size: 20px;
    top: 7px;
    left: 73px;
  }
  nav .menu_reviews_star_1_layer {
    left: 12px;
  }
  nav .menuPicsButton {
    font-size: 20px;
    top: 4px;
    left: 68px;
    z-index: 2;
  }
  nav .menu_reviews_org_bg_layer {
    background-size: 41px 41px;
    width: 41px;
    height: 51px;
  }
  nav .menu_reviews_org_bg_layer:after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    top: -12px;
    left: 12px;
  }
  nav .menu_pics_button_wrapper .menu_pics_back_bg_layer1 {
    background-size: 34px 35px;
    width: 34px;
    height: 37px;
    z-index: 4;
    left: 51px;
  }
  nav .menu_pics_button_wrapper .pics_play {
    background-size: 14px 15px;
    width: 14px;
    height: 15px;
    top: 12px;
    left: 61px;
    z-index: 4;
  }
  nav .menu_pics_button_wrapper .menu_pics_back_bg_layer2 {
    background-size: 35px 37px;
    width: 35px;
    height: 45px;
    z-index: 3;
    left: 49px;
  }
  nav .menu_pics_button_wrapper .menu_pics_back_bg_layer3 {
    background-size: 34px 36px;
    width: 34px;
    height: 44px;
    z-index: 2;
    left: 48px;
  }
  .menu_pics_vids_links_wrapper a:hover {
    text-decoration: none;
  }
  nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer1 {
    transform: none;
    top: 0px;
    left: 51px;
  }
  nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer2 {
    transform: none;
    top: -2px;
    left: 49px;
  }
  nav .menu_pics_button_wrapper.active .menu_pics_back_bg_layer3 {
    transform: none;
    top: -8px;
    left: 48px;
  }
  nav .menu_pics_button_wrapper.active .pics_play {
    left: 61px;
  }
  .menu_pics_button_wrapper a.menuPicsOfPeopleLink {
    left: -95px;
  }
  .menu_pics_vids_links_wrapper a {
    transition: all 100ms ease-out;
    transition-property: all;
  }
  /* nav .menu_pics_button_wrapper.active .menu_pics_vids_links_wrapper a {
    transition: all 200ms ease-out;
  } */
  .menu_pics_vids_links_wrapper a.menuPicsOfDKCLink {
    top: 110px;
    /* left: 195px; */
    left: auto;
    right: -95px;
  }
  .menu_pics_vids_links_wrapper a.menuVetVideosLink {
    top: 190px;
    /* left: 265px; */
    left: auto;
    right: -95px;
  }
  .menu_pics_vids_links_wrapper a.menuPicsnVidsLink {
    top: 265px;
    /* left: 225px; */
    right: -95px;
    left: auto;
  }
  nav .menu_reviews_star_1_layer {
    left: 24px;
  }
  nav .menu_reviews_star_2_layer {
    left: 22px;
  }
  nav .menu_reviews_star_3_layer {
    left: 47px;
  }
  nav .menu_reviews_org_bg_layer {
    left: 22px;
  }
  nav .menu_pics_button_wrapper .menu_pics_vids_links_wrapper:before {
    content: "";
    background: url(../../../graphics/nav/mobile/curved-line-top.svg);
    background-repeat: repeat-x;
    /* width: 100%;
    height: 10px; */
    position: absolute;
    top: -50px;
    left: -30px;
    right: -30px;
    background-color: #fff5ec;
    height: 315px;
    opacity: 0;
    transition: all 300ms ease 200ms;
  }
  nav .menu_pics_button_wrapper:hover .menu_pics_vids_links_wrapper:before {
    opacity: 0;
  }
  nav .menu_pics_button_wrapper.active .menu_pics_vids_links_wrapper:before {
    opacity: 1;
  }
  nav .menu_pics_button_wrapper .menu_pics_vids_links_wrapper:after {
    content: "";
    background: url(../../../graphics/nav/mobile/curved-line-bottom.svg);
    background-repeat: repeat-x;
    /* width: 100%; */
    height: 10px;
    position: absolute;
    bottom: 0px;
    left: -30px;
    right: -30px;
    opacity: 0;
    transition: all 300ms ease 200ms;
  }
  /* nav .menu_pics_button_wrapper:hover .menu_pics_vids_links_wrapper:after {
    opacity: 0;
  } */
  nav .menu_pics_button_wrapper.active .menu_pics_vids_links_wrapper:after {
    opacity: 1;
  }
  nav .menu_reviews_org_bg_layer,
  nav .menu_reviews_org_bg_layer:after,
  nav .menu_reviews_star_1_layer,
  nav .menu_reviews_star_2_layer,
  nav .menu_reviews_star_3_layer,
  nav .menu_pics_button_wrapper .menu_pics_back_bg_layer3,
  nav .menuPicsButton,
  nav .menu_pics_button_wrapper .menu_pics_back_bg_layer1,
  nav .menu_pics_button_wrapper .menu_pics_back_bg_layer2,
  nav .menu_pics_button_wrapper .pics_play,
  .menu_pics_vids_links_wrapper,
  .menu_pics_vids_links_wrapper a,
  .menu_pics_button_wrapper:hover a {
    /* transition: none; */
  }
  nav .menu_pics_button_wrapper {
    position: relative;
    padding-bottom: 30px;
    transition: all 200ms ease;
  }
  nav.has-child-menu-open .menu_pics_button_wrapper {
    padding-bottom: 20px;
  }
  .menu_pics_vids_links_wrapper a {
    transition-delay: unset;
    z-index: 1;
  }
  nav .menu_reviews_button_wrapper {
    position: relative;
    width: auto;
    height: auto;
    padding: 0px 0px 60px 0px;
    margin-left: 26px;
    transition: all 200ms ease;
  }
  nav.has-child-menu-open .menu_reviews_button_wrapper {
    padding-bottom: 45px;
  }
  .menu_pics_button_wrapper a.menuPicsOfPeopleLink {
    transition-delay: 10ms;
  }
  .menu_pics_button_wrapper:hover a.menuPicsOfPeopleLink {
    transform: none;
  }
  .menu_pics_button_wrapper.active a.menuPicsOfPeopleLink {
    transform: none;
    left: -8px;
    top: 50px;
    transition-delay: 100ms;
  }
  .menu_pics_vids_links_wrapper a.menuPicsOfVetLink {
    transition-delay: 15ms;
  }
  .menu_pics_button_wrapper:hover a.menuPicsOfVetLink {
    transform: none;
  }
  .menu_pics_button_wrapper.active a.menuPicsOfVetLink {
    left: -16px;
    transform: none;
    top: 99px;
    transition-delay: 150ms;
  }
  .menu_pics_vids_links_wrapper a.menuHistoryLink {
    transition-delay: 22ms;
  }
  .menu_pics_button_wrapper:hover a.menuHistoryLink {
    transform: none;
  }
  .menu_pics_button_wrapper.active a.menuHistoryLink {
    left: -12px;
    transform: none;
    top: 210px;
    transition-delay: 225ms;
  }
  .menu_pics_vids_links_wrapper a.menuPicsOfDKCLink {
    transition-delay: 10ms;
  }
  .menu_pics_button_wrapper:hover a.menuPicsOfDKCLink {
    transform: none;
  }
  .menu_pics_button_wrapper.active a.menuPicsOfDKCLink {
    transform: none;
    right: -8px;
    top: 24px;
    transition-delay: 125ms;
  }
  .menu_pics_vids_links_wrapper a.menuVetVideosLink {
    transition-delay: 20ms;
  }
  .menu_pics_button_wrapper:hover a.menuVetVideosLink {
    transform: none;
  }
  .menu_pics_button_wrapper.active a.menuVetVideosLink {
    transform: none;
    right: -20px;
    /* top: 110px; */
    top: 98px;
    transition-delay: 200ms;
  }
  .menu_pics_vids_links_wrapper a.menuPicsnVidsLink {
    transition-delay: 25ms;
  }
  .menu_pics_button_wrapper:hover a.menuPicsnVidsLink {
    transform: none;
  }
  .menu_pics_button_wrapper.active a.menuPicsnVidsLink {
    transform: none;
    /* top: 183px;
    right: -20px; */
    top: 170px;
    right: 14px;
    transition-delay: 250ms;
  }
  .menu_pics_vids_links_wrapper a.menuDKCVideoTourLink {
    transition-delay: 15ms;
  }
  .menu_pics_button_wrapper:hover a.menuDKCVideoTourLink {
    transform: none;
  }
  .menu_pics_button_wrapper.active a.menuDKCVideoTourLink {
    /* top: 152px;
    left: 50px; */
    top: 157px;
    left: 15px;
    transform: none;
    transition-delay: 175ms;
  }
}
@media screen and (max-width: 640px) {
  .notification_alert {
    left: 25px;
    margin-left: 0;
  }
}
@media screen and (max-width: 530px) {
  ::-webkit-scrollbar {
    width: 15px;
  }
  .notification_alert .notification_content {
    font-size: 18px;
  }
  .notification_alert {
    left: 50%;
    margin-left: -225px;
    width: 450px;
  }
  .notification_alert .notif_top .head_center {
    left: 35px;
  }
  .notification_alert .notif_top .left_eye {
    background-size: 120px 101px;
    width: 120px;
  }
  .notification_alert .notif_top .right_eye {
    background-size: 110px 101px;
    width: 110px;
  }
  .notification_alert .notif_top .head_left_1 {
    left: -25px;
    top: 66px;
  }
  .notification_alert .notif_top .head_left_2 {
    left: 27px;
    top: 15px;
  }
  .notification_alert .notif_top .head_right_1 {
    right: 33px;
    top: 3px;
  }
  .notification_alert .notif_top .head_right_2 {
    top: 47px;
    right: -21px;
  }
  .notification_alert .notif_top.anim .head_left_1 {
    left: -19px;
    top: 11px;
  }
  .notification_alert .notif_top.anim .head_left_2 {
    left: 35px;
    top: -20px;
  }
  .notification_alert .notif_top.anim .head_right_1 {
    right: 35px;
    top: -30px;
  }
  .notification_alert .notif_top.anim .head_right_2 {
    right: -20px;
    top: 4px;
  }
  .notification_alert .notif_top_bg {
    background-size: 450px 76px;
    width: 450px;
  }
  .notification_alert .notif_bottom_bg {
    background-size: 450px 152px;
    width: 450px;
    height: 85px;
    margin-top: -20px;
    padding-top: 20px;
  }
  .notification_alert .notif_bottom_bg .left_wrap {
    margin-top: 5px;
  }
  .notification_alert .notif_bottom_bg .left_wrap img {
    max-width: 100px;
    padding-top: 5px;
  }
  .notification_alert .notif_bottom_bg .right_wrap {
    margin-top: 10px;
  }
  .notification_alert .notif_bottom_bg .right_wrap img {
    width: 40px;
  }
  .notification_alert .notification_content .content_top {
    padding-right: 15px;
  }
}
@-moz-document url-prefix() {
  nav > ul > li > a {
    position: relative;
    top: 2px;
  }
  @media (max-width: 1120px) {
    nav > ul > li > a {
      top: 0px;
    }
  }
}
