@charset "UTF-8";
/* latin-ext */
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda Regular"), local("Coda-Regular"), url(https://fonts.gstatic.com/s/coda/v12/MsyPv5UTc2VukMMM7yvUbQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda Regular"), local("Coda-Regular"), url(https://fonts.gstatic.com/s/coda/v12/_xmjOXyFZCVnKmbBxb_PUA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda Regular"), local("Coda-Regular"), url(https://fonts.gstatic.com/s/coda/v12/s12AzR1396ChYL16HmU0pg.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlMiuYsbw7ku9F25X8Z55niY.woff2) format("woff2");
}
@font-face {
  font-family: "Coda";
  font-style: normal;
  font-weight: 400;
  src: local("Coda Regular"), local("Coda-Regular"), url(https://fonts.gstatic.com/s/coda/v12/jYjBpv5EXPluzmg36czCAQ.woff) format("woff");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlBBHWFfxJXS04xYOz0jw624.woff) format("woff");
}
#Body {
  background-color: #171717;
}

body {
  color: #8c8c8c;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
}

a,
a:link,
a:active,
a:visited {
  color: #c81704;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
  color: #c81704;
}

.fa {
  font-family: FontAwesome;
}

.DNNEmptyPane {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
.DNNEmptyPane.dnnModuleManager {
  min-height: 115px !important;
}
.DNNEmptyPane.EditBarEmptyPane {
  display: block !important;
  width: auto !important;
  min-width: 115px;
}
.DNNEmptyPane.EditBarEmptyPane.container-fluid {
  margin-left: auto !important;
  margin-right: auto !important;
}

.edn_clearFix::before, .edn_clearFix::after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.DnnModule + .DnnModule {
  margin-top: 20px;
}

.Normal {
  color: #8c8c8c;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Source Sans Pro", sans-serif;
}

.EasyDNNSkin_NewsMagazine {
  background-color: #fff;
}

.eds_contentBellowBackground,
.eds_contentBellow5Background {
  background-color: #f2f2f2;
}

.eds_pBackground1 {
  color: #fff;
}
.eds_pBackground1 .Normal {
  color: #fff;
}

.eds_paralaxBackground {
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  box-shadow: 0 1px 0 #d7d7d7 inset, 0 -1px 0 #d7d7d7 inset;
  z-index: 0;
}
.eds_paralaxBackground::before, .eds_paralaxBackground::after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
}
.eds_paralaxBackground::after {
  animation: eds_NewsMagazineAnimatedBackground 40s linear infinite;
  -ms-animation: eds_NewsMagazineAnimatedBackground 40s linear infinite;
  -moz-animation: eds_NewsMagazineAnimatedBackground 40s linear infinite;
  -webkit-animation: eds_NewsMagazineAnimatedBackground 40s linear infinite;
}
.eds_paralaxBackground > div {
  position: relative;
  z-index: 2;
}
.eds_paralaxBackground.eds_pBackground1 {
  background-color: #f2f2f2;
}
.eds_paralaxBackground.eds_pBackground1::before {
  opacity: 0.25;
}
.eds_paralaxBackground.eds_pBackground2 {
  background-color: #f2f2f2;
}
.eds_paralaxBackground.eds_pBackground2::after {
  opacity: 0.2;
  animation: eds_NewsMagazineAnimatedBackground 0s linear infinite;
  -ms-animation: eds_NewsMagazineAnimatedBackground 0s linear infinite;
  -moz-animation: eds_NewsMagazineAnimatedBackground 0s linear infinite;
  -webkit-animation: eds_NewsMagazineAnimatedBackground 0s linear infinite;
}

.edsFooterBackground {
  background-color: #242424;
  color: #fff;
}
.edsFooterBackground .footerBoxContainer {
  margin-bottom: 35px;
  margin-top: 35px;
}
.edsFooterBackground .footerBoxContainer2 {
  padding-bottom: 15px;
}
.edsFooterBackground h1, .edsFooterBackground h2, .edsFooterBackground h3, .edsFooterBackground h4, .edsFooterBackground h5, .edsFooterBackground h6,
.edsFooterBackground .Normal {
  color: #fff;
}

.edsCopyrightBg {
  font-family: "Coda", cursive;
  font-size: 11px;
  color: #c81704;
  padding-top: 7px;
  padding-bottom: 7px;
}
.edsCopyrightBg a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 600ms;
}
.edsCopyrightBg a:hover {
  color: #fff;
  text-decoration: none;
}
.edsCopyrightBg a + a {
  margin-right: 15px;
}

.eds_bottomBannerBg {
  background-color: #f1f0f0;
  overflow: hidden;
}
.eds_bottomBannerBg > div {
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.eds_bottomBannerBg > div::before, .eds_bottomBannerBg > div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  height: 10px;
}
.eds_bottomBannerBg > div::before {
  top: -10px;
}
.eds_bottomBannerBg > div::after {
  bottom: -10px;
}
.eds_bottomBannerBg + div {
  margin-top: 20px;
}

.eds_bottomPaneWide {
  padding-top: 15px;
  padding-bottom: 15px;
}

.input-group {
  margin-bottom: 15px;
}

.eds_fixedHeader .showControlBar .eds_fixedMenuAndTools {
  margin-top: 53px;
}

@keyframes eds_NewsMagazineAnimatedBackground {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes eds_NewsMagazineAnimatedBackground {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes eds_NewsMagazineAnimatedBackground {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes eds_NewsMagazineAnimatedBackground {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes eds_rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes eds_rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes eds_rotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes eds_rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
.eds_headertop {
  position: fixed;
  z-index: 0;
  left: 0;
  right: 0;
}
.eds_headertop > div {
  margin-left: auto;
  margin-right: auto;
}
.eds_headertop h1, .eds_headertop h2, .eds_headertop h3, .eds_headertop h4, .eds_headertop h5, .eds_headertop h6 {
  color: #fff;
}

.eds_headertopHeight {
  background-color: #242424;
}

.eds_header {
  margin-bottom: 20px;
}
.eds_header::before, .eds_header::after {
  display: table;
  width: 100%;
  content: "";
}
.eds_header > div {
  border-bottom: solid 4px #c81704;
  position: relative;
  z-index: 1000;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_header > div {
    padding-bottom: 0;
  }
}

.eds_logoAndBanner {
  display: table;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_logoAndBanner {
    display: block;
  }
}
.eds_logoAndBanner > div {
  display: table-cell;
  vertical-align: middle;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_logoAndBanner > div {
    display: block;
  }
}
.eds_logoAndBanner > div.eds_logo {
  width: 300px;
  max-width: 100%;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_logoAndBanner > div.eds_logo {
    text-align: center;
    width: auto;
  }
}
.eds_logoAndBanner > div.eds_logo a {
  display: inline-block;
  max-width: 100%;
}
.eds_logoAndBanner > div.eds_logo img {
  max-width: 100%;
  height: auto;
}
.eds_logoAndBanner > div:last-child > div {
  float: right;
  padding-left: 50px;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_logoAndBanner > div:last-child > div {
    float: none;
    padding-left: 0;
    padding-top: 30px;
  }
}

.eds_menuAndTools {
  padding-left: 0;
  padding-right: 0;
}
.eds_menuAndTools .responsAbilityMenu {
  margin-right: 84px;
}
.eds_menuAndTools .eds_toolsTriggers {
  width: 84px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_menuAndTools .eds_toolsTriggers {
    z-index: 1;
  }
}
.eds_menuAndTools .eds_toolsTriggers > span {
  display: inline-block;
  height: 42px;
  position: relative;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.eds_menuAndTools .eds_toolsTriggers > span::before {
  position: absolute;
  font: 900 15px/0 "Font Awesome 5 Free";
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
}
.eds_menuAndTools .eds_toolsTriggers > span.eds__userTrigger {
  background-color: #aeaeae;
  right: 42px;
  left: 0;
  transition: right 300ms;
}
.eds_menuAndTools .eds_toolsTriggers > span.eds__userTrigger::before {
  content: "";
}
.eds_menuAndTools .eds_toolsTriggers > span.eds__userTrigger:hover {
  right: 0;
}
.eds_menuAndTools .eds_toolsTriggers > span.eds__userTrigger:hover + .eds__searchTrigger {
  left: 100%;
}
.eds_menuAndTools .eds_toolsTriggers > span.eds__searchTrigger {
  background-color: #c81704;
  right: 0;
  left: 42px;
  transition: left 300ms;
}
.eds_menuAndTools .eds_toolsTriggers > span.eds__searchTrigger::before {
  content: "";
}
.eds_menuAndTools .eds_toolsTriggers > span.eds__searchTrigger:hover {
  left: 0;
}

.eds_userLoginContainer,
.eds_search {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 100%;
  right: 0;
  bottom: 0;
  transition: all 500ms;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 0 0 2px transparent inset;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_userLoginContainer,
  .eds_search {
    position: fixed;
    bottom: auto;
    right: 15px;
    top: -100%;
  }
}
.eds_userLoginContainer > div,
.eds_search > div {
  opacity: 0;
  transition: all 1s;
  padding-right: 90px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_userLoginContainer > div,
  .eds_search > div {
    padding-right: 0;
  }
}

.eds_header.eds_userLoginContainerVisible .eds_userLoginContainer,
.eds_header.eds_searchVisible .eds_search {
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 0;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_header.eds_userLoginContainerVisible .eds_userLoginContainer,
  .eds_header.eds_searchVisible .eds_search {
    width: auto;
    top: 15px;
    left: 15px;
  }
}
.eds_header.eds_userLoginContainerVisible .eds_userLoginContainer > div,
.eds_header.eds_searchVisible .eds_search > div {
  opacity: 1;
}

.eds_header.eds_userLoginContainerVisible .eds_userLoginContainer {
  box-shadow: 0 0 0 2px #aeaeae inset;
}
.eds_header.eds_userLoginContainerVisible .eds_menuAndTools .eds_toolsTriggers > span.eds__userTrigger {
  z-index: 3;
  right: 0;
}
.eds_header.eds_userLoginContainerVisible .eds_menuAndTools .eds_toolsTriggers > span.eds__userTrigger::before {
  content: "";
}
.eds_header.eds_searchVisible .eds_search {
  box-shadow: 0 0 0 2px #c81704 inset;
}
.eds_header.eds_searchVisible .eds_menuAndTools .eds_toolsTriggers > span.eds__searchTrigger {
  z-index: 3;
  left: 0;
}
.eds_header.eds_searchVisible .eds_menuAndTools .eds_toolsTriggers > span.eds__searchTrigger::before {
  content: "";
}

.eds_language {
  float: right;
  margin-right: 40px;
}
.eds_language > div > span {
  margin: 3px;
  padding: 1px;
  line-height: 0;
  border: solid 1px transparent;
  opacity: 0.5;
  transition: all 300ms;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.eds_language > div > span:hover {
  opacity: 1;
}
.eds_language > div > span.selected {
  border-color: #c81704;
  opacity: 1;
}

.eds_userLogin {
  margin: 40px 30px;
}
.eds_userLogin .registerGroup,
.eds_userLogin .loginGroup {
  display: inline-block;
  vertical-align: middle;
}
.eds_userLogin .loginGroup > a,
.eds_userLogin .registerGroup > ul li.userDisplayName > a {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  font: 21px/1 "Coda", cursive;
  position: relative;
  padding: 15px 100px;
  transition: all 700ms;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_userLogin .loginGroup > a,
  .eds_userLogin .registerGroup > ul li.userDisplayName > a {
    padding: 10px 30px;
  }
}
.eds_userLogin .loginGroup > a:hover,
.eds_userLogin .registerGroup > ul li.userDisplayName > a:hover {
  text-decoration: none;
}
.eds_userLogin .loginGroup > a:before,
.eds_userLogin .registerGroup > ul li.userDisplayName > a:before {
  font: 900 22px/18px "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  vertical-align: middle;
}
.eds_userLogin .loginGroup > a {
  background-color: #aeaeae;
  color: #fff;
}
.eds_userLogin .loginGroup > a:before {
  content: "";
}
.eds_userLogin .loginGroup > a:hover {
  background-color: #c2c2c2;
}
.eds_userLogin .loginGroup > a[title~=Logout] {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  color: #aeaeae;
  font-size: 16px;
  line-height: 20px;
}
.eds_userLogin .loginGroup > a[title~=Logout]::before {
  color: #aeaeae;
  content: "";
  margin-right: 5px;
}
.eds_userLogin .registerGroup > ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.eds_userLogin .registerGroup > ul li {
  display: inline-block;
  list-style-type: none;
  margin: 5px 20px 5px 0;
  padding: 0;
  vertical-align: middle;
}
.eds_userLogin .registerGroup > ul li.userDisplayName a {
  background-color: #c81704;
  color: #363635;
}
.eds_userLogin .registerGroup > ul li.userDisplayName a:before {
  content: "";
}
.eds_userLogin .registerGroup > ul li.userDisplayName a:hover {
  background-color: #dc2b18;
}
.eds_userLogin .registerGroup > ul li.userProfileImg {
  font-size: 0;
  line-height: 0;
  border: solid 1px #242424;
  width: 39px;
  height: 39px;
  background-color: #ddd;
  overflow: hidden;
}
.eds_userLogin .registerGroup > ul li.userProfileImg > a {
  display: inline-block;
  position: relative;
}
.eds_userLogin .registerGroup > ul li.userProfileImg > a > img {
  height: 37px;
  width: 37px;
}
.eds_userLogin .registerGroup > ul li.userMessages a, .eds_userLogin .registerGroup > ul li.userNotifications a {
  display: inline-block;
  text-decoration: none;
  font: 21px/1 "Coda", cursive;
  position: relative;
  padding: 15px 40px;
  transition: all 700ms;
  position: relative;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_userLogin .registerGroup > ul li.userMessages a, .eds_userLogin .registerGroup > ul li.userNotifications a {
    padding: 10px;
  }
}
.eds_userLogin .registerGroup > ul li.userMessages a strong, .eds_userLogin .registerGroup > ul li.userNotifications a strong {
  font-weight: normal;
}
.eds_userLogin .registerGroup > ul li.userMessages a strong::before, .eds_userLogin .registerGroup > ul li.userNotifications a strong::before {
  font: 900 22px/18px "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}
.eds_userLogin .registerGroup > ul li.userMessages a:hover, .eds_userLogin .registerGroup > ul li.userNotifications a:hover {
  text-decoration: none !important;
}
.eds_userLogin .registerGroup > ul li.userMessages a:hover strong::before, .eds_userLogin .registerGroup > ul li.userNotifications a:hover strong::before {
  color: #fff;
}
.eds_userLogin .registerGroup > ul li.userMessages a > span, .eds_userLogin .registerGroup > ul li.userNotifications a > span {
  display: inline-block;
  position: absolute;
  top: -11px;
  right: 7px;
  border: solid 2px #fff;
  background-color: #242424;
  height: 22px;
  min-width: 22px;
  color: #fff;
  font: 12px/20px "Coda", cursive;
  text-align: center;
  border-radius: 50%;
  padding: 0 3px;
}
.eds_userLogin .registerGroup > ul li.userMessages a {
  background-color: #c81704;
  color: #363635;
}
.eds_userLogin .registerGroup > ul li.userMessages a strong:before {
  content: "";
}
.eds_userLogin .registerGroup > ul li.userMessages a:hover {
  background-color: #dc2b18;
}
.eds_userLogin .registerGroup > ul li.userNotifications a {
  background-color: #aeaeae;
  color: #fff;
}
.eds_userLogin .registerGroup > ul li.userNotifications a strong:before {
  content: "";
}
.eds_userLogin .registerGroup > ul li.userNotifications a:hover {
  background-color: #c2c2c2;
}
.eds_userLogin .registerGroup > ul li.userNotifications + .userDisplayName > a {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 20px;
  color: #c81704;
}
.eds_userLogin .registerGroup > ul li.userNotifications + .userDisplayName > a:hover {
  text-decoration: underline;
}
.eds_userLogin .registerGroup > ul li.userNotifications + .userDisplayName > a:before {
  display: none;
}

.eds_search .eds_searchTitle {
  color: #363635;
  margin: 30px 15px 0;
  padding: 0;
  line-height: 1;
}
.eds_search > div > div {
  border: solid 1px #e6e6e6;
  margin: 5px 15px 30px;
  position: relative;
}
.eds_search ul.searchSkinObjectPreview {
  left: 0;
  width: auto;
}
.eds_search .searchInputContainer {
  margin: 10px 15px !important;
  float: left;
  width: 80%;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_search .searchInputContainer {
    width: 70%;
  }
}
.eds_search .searchInputContainer > input[type="text"] {
  border: none;
  box-shadow: none;
  background: none transparent;
  margin: 0;
  padding: 0;
  font: 35px/1 "Coda", cursive;
  width: 100%;
  color: #cacaca;
  transition: color 700ms;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_search .searchInputContainer > input[type="text"] {
    font-size: 25px;
  }
}
.eds_search .searchInputContainer > input[type="text"]:hover, .eds_search .searchInputContainer > input[type="text"]:focus {
  color: #363635;
}
.eds_search .searchInputContainer > input[type="text"]::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_search .searchInputContainer > input[type="text"]::-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_search .searchInputContainer > input[type="text"]:-ms-input-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_search .searchInputContainer > input[type="text"]:-moz-placeholder {
  color: inherit;
  font: inherit;
  opacity: 1;
}
.eds_search .searchInputContainer a.dnnSearchBoxClearText {
  z-index: 201;
}
.eds_search .SearchButton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10%;
  text-align: center;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  color: #1d1d1d;
  text-decoration: none;
  transition: all 400ms;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_search .SearchButton {
    width: 20%;
  }
}
.eds_search .SearchButton::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  font: 900 43px/0 "Font Awesome 5 Free";
  content: "";
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_search .SearchButton::before {
    font-size: 30px;
  }
}
.eds_search .SearchButton:hover {
  color: #c81704;
}

.eds_overflowVisible {
  overflow: visible;
}

.eds_popUpClose {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0.05);
  border: solid 2px rgba(0, 0, 0, 0.1);
  font-size: 0;
  line-height: 0;
  border-radius: 15px;
  cursor: pointer;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_popUpClose {
    display: block;
  }
}
.eds_popUpClose::before {
  position: absolute;
  font: 900 17px/19px "Font Awesome 5 Free";
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  color: rgba(0, 0, 0, 0.2);
}

.eds_fixedMenuAndTools {
  transition: box-shadow 600ms;
}
.eds_fixedMenuAndTools > .container {
  padding-left: 0;
  padding-right: 0;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_fixedMenuAndTools > .container {
    max-width: 100%;
  }
}

.eds_menuAndToolsHeight {
  display: none;
  margin-bottom: 20px;
}

.eds_fixedHeader .eds_menuAndToolsHeight {
  display: block;
}
.eds_fixedHeader .eds_menuAndTools {
  position: relative;
}
.eds_fixedHeader .eds_fixedMenuAndTools {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.eds_fixedHeader .eds_fixedMenuAndTools > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.eds_fixedHeader .eds_userLoginContainer,
.eds_fixedHeader .eds_search {
  position: fixed;
  bottom: auto;
  right: auto;
  top: -100%;
  z-index: 1000;
}
.eds_fixedHeader .eds_header.eds_userLoginContainerVisible .eds_userLoginContainer,
.eds_fixedHeader .eds_header.eds_searchVisible .eds_search {
  top: 50px;
  width: 1110px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .eds_fixedHeader .eds_header.eds_userLoginContainerVisible .eds_userLoginContainer,
  .eds_fixedHeader .eds_header.eds_searchVisible .eds_search {
    width: 930px;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_fixedHeader .eds_header.eds_userLoginContainerVisible .eds_userLoginContainer,
  .eds_fixedHeader .eds_header.eds_searchVisible .eds_search {
    width: 690px;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_fixedHeader .eds_header.eds_userLoginContainerVisible .eds_userLoginContainer,
  .eds_fixedHeader .eds_header.eds_searchVisible .eds_search {
    width: auto;
    left: 15px;
    right: 15px;
    transform: none;
  }
}
.eds_fixedHeader .eds_popUpClose {
  display: inline-block;
}

.responsAbilityMenu {
  position: relative;
}

.raMenuTriggerWrapper {
  display: none;
}

.raMenuWrapper > ol {
  margin: 0;
  padding: 0;
}
.raMenuWrapper > ol .edsmm_menuItem {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div {
  overflow: auto;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu > div .edsmm_menuItem > div {
  background: none transparent !important;
  box-shadow: none !important;
  border: none !important;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth, .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth {
  position: static;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth, .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth {
    position: relative;
  }
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div, .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  left: 0;
  right: 0;
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div {
  width: 1026px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div {
    width: 846px;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth > div {
    width: auto;
  }
}
.raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  top: auto;
  width: 100%;
  position: fixed;
}
.raMenuWrapper > ol .edsmm_menuItem > div {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  z-index: 1000;
}
.raMenuWrapper > ol .edsmm_menuItem > div > * {
  display: none !important;
}
.raMenuWrapper > ol .edsmm_menuItem > div .edsmm_menuItem > div {
  top: 0;
  left: 100%;
}
.raMenuWrapper > ol .edsmm_menuItem:hover > div {
  opacity: 1;
  visibility: visible;
}
.raMenuWrapper > ol .edsmm_menuItem:hover > div > * {
  display: block !important;
}
.raMenuWrapper > ol .edsmm_menuItem .edsmm_childIndicator {
  display: none;
}
.raMenuWrapper > ol > .edsmm_menuItem {
  display: inline-block;
}
.raMenuWrapper .edsmm_menuListsContainer ol .edsmm_menuItem > span .edsmm_itemContainer {
  display: block;
  white-space: nowrap;
}

.edsmm_megaMenu.edsmm_multiColumn > div > div {
  float: left;
  width: 100%;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .edsmm_megaMenu.edsmm_multiColumn > div > .edsmm_leftContainer,
  .edsmm_megaMenu.edsmm_multiColumn > div > .edsmm_rightContainer {
    width: 100% !important;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .edsmm_megaMenu.edsmm_multiColumn > div > .edsmm_menuListsContainer > ol > li {
    width: 100% !important;
    float: none;
  }
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer > ol > .edsmm_menuItem > div {
  position: static;
  opacity: 1 !important;
  visibility: visible !important;
}
.edsmm_megaMenu.edsmm_multiColumn > div .edsmm_menuListsContainer > ol > .edsmm_menuItem > div > * {
  display: block !important;
}
.edsmm_megaMenu.edsmm_multiColumn > div > div > ol:after {
  content: "";
  width: 100%;
  clear: both;
  display: table;
}
.edsmm_megaMenu.edsmm_multiColumn > div > div > ol > li {
  display: block;
  float: left;
}
.edsmm_megaMenu.edsmm_multiColumn > div > div > ol > li > span .edsmm_itemContainer {
  white-space: nowrap;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .edsmm_megaMenu.edsmm_multiColumn.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
    width: 100% !important;
  }
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_rightContainer {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column > div > .edsmm_menuListsContainer > ol > li {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_rightContainer {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_menuListsContainer > ol > li {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column > div > .edsmm_menuListsContainer > ol > li:nth-child(3n) {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 67%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 100%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_rightContainer {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column > div > .edsmm_menuListsContainer > ol > li {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 75%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li:nth-child(3n), .edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n) {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 50%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_rightContainer {
  width: 20%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column > div > .edsmm_menuListsContainer > ol > li {
  width: 20%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 80%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 25%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 60%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 33%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li:nth-child(3n) {
  width: 34%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_rightContainer {
  width: 16.6%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_menuListsContainer > ol > li {
  width: 16.6%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column > div > .edsmm_menuListsContainer > ol > li:first-child {
  width: 17%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer, .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 83.4%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft > div > .edsmm_menuListsContainer > ol > li, .edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 20%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer {
  width: 66.8%;
}
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight > div > .edsmm_menuListsContainer > ol > li {
  width: 25%;
}

@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuTriggerWrapper {
    display: block;
  }

  .raMenuWrapper {
    overflow: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }
  .raMenuWrapper > ol > .edsmm_menuItem {
    display: block;
  }
}
@media handheld, only screen and (max-width: 992px) and (max-width: 992px), only screen and (max-device-width: 992px) and (max-width: 992px), only screen and (max-width: 992px) and (max-device-width: 992px), only screen and (max-device-width: 992px) and (max-device-width: 992px) {
  .raMenuWrapper > ol .edsmm_menuItem.edsmm_hasChild > span > .edsmm_childIndicator {
    display: inline-block;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper > ol .edsmm_menuItem:hover > div {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .raMenuWrapper > ol .edsmm_menuItem:hover > div > * {
    display: none !important;
  }
  .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu .edsmm_menuItem.edsmm_hasChild .edsmm_childIndicator {
    display: none;
  }
  .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div > div {
    float: none;
  }
  .raMenuWrapper > ol .edsmm_menuItem.raItemOpened > div > * {
    display: block !important;
  }
  .raMenuWrapper ol .edsmm_menuItem > div {
    position: static !important;
    min-width: 0;
    max-height: none !important;
  }

  .responsAbilityMenu.raMenuOpened .raMenuWrapper {
    display: block;
  }
}
.raMenuWrapper .edsmm_menuItem > div,
.raMenuWrapper > ol {
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 2px 1px;
  border-color: #e4e4e4 #e4e4e4 #c81704 #e4e4e4;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper .edsmm_menuItem > div {
    border: none !important;
  }
}
.raMenuWrapper .edsmm_itemContainer {
  display: inline-block;
  font-family: "Coda", cursive;
  font-size: 15px;
  color: #242424;
  text-decoration: none;
  transition: all 300ms;
}
.raMenuWrapper .edsmm_itemContainer:hover {
  text-decoration: none;
}
.raMenuWrapper .edsmm_menuItem > div {
  transition: all 600ms;
}
.raMenuWrapper .edsmm_menuItem > span > .edsmm_itemContainer::before, .raMenuWrapper .edsmm_menuItem > span > .edsmm_itemContainer::after {
  position: absolute;
  font: 900 16px/0 "Font Awesome 5 Free";
  top: 50%;
  color: #242424;
  transition: all 400ms;
}
.raMenuWrapper .edsmm_menuItem:hover > span > .edsmm_itemContainer, .raMenuWrapper .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer {
  color: #fff;
  background-color: #c81704;
}
.raMenuWrapper .edsmm_menuItem:hover > span > .edsmm_itemContainer::after, .raMenuWrapper .edsmm_menuItem.edsmm_active > span > .edsmm_itemContainer::after {
  color: #fff;
}
.raMenuWrapper .edsmm_menuItem > div > .edsmm_menuListsContainer > ol {
  margin: 0;
  padding: 0;
}
.raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer, .raMenuWrapper .edsmm_menuItem.edsmm_megaMenu > span > .edsmm_itemContainer {
  position: relative;
}
.raMenuWrapper .edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after, .raMenuWrapper .edsmm_menuItem.edsmm_megaMenu > span > .edsmm_itemContainer::after {
  content: "";
  right: 13px;
}
.raMenuWrapper .edsmm_menuItem.edsmm_hasChild .edsmm_menuListsContainer > ol > li > span {
  display: block;
  border-bottom: solid 1px #e4e4e4;
  position: relative;
}
.raMenuWrapper .edsmm_menuItem.edsmm_hasChild .edsmm_menuListsContainer > ol > li > span > .edsmm_itemContainer {
  padding: 0 13px;
  line-height: 35px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.raMenuWrapper .edsmm_menuItem.edsmm_hasChild .edsmm_menuListsContainer > ol > li > span > .edsmm_itemContainer::before {
  position: absolute;
  opacity: 0;
  left: 0;
  content: "";
  color: #fff;
}
.raMenuWrapper .edsmm_menuItem.edsmm_hasChild .edsmm_menuListsContainer > ol > li:last-child > span {
  border-bottom: none;
}
.raMenuWrapper .edsmm_menuItem.edsmm_hasChild .edsmm_menuListsContainer > ol > li:hover > span > .edsmm_itemContainer {
  padding-left: 28px;
}
.raMenuWrapper .edsmm_menuItem.edsmm_hasChild .edsmm_menuListsContainer > ol > li:hover > span > .edsmm_itemContainer::before {
  opacity: 1;
  left: 13px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper .edsmm_level_1 .edsmm_itemContainer {
    padding-left: 40px !important;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper .edsmm_level_2 .edsmm_itemContainer {
    padding-left: 50px !important;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper .edsmm_level_3 .edsmm_itemContainer {
    padding-left: 60px !important;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper .edsmm_level_4 .edsmm_itemContainer {
    padding-left: 70px !important;
  }
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper .edsmm_level_5 .edsmm_itemContainer {
    padding-left: 80px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .raMenuWrapper > ol {
    background-color: transparent !important;
    border: none !important;
  }
}
@media (min-width: 1200px) {
  .raMenuWrapper > ol {
    background-color: transparent !important;
    border: none !important;
  }
}
.raMenuWrapper > ol > li > span > .edsmm_itemContainer {
  padding: 0 30px;
  line-height: 42px;
  font-size: 18px;
}
.raMenuWrapper > ol > li.edsmm_menuItem {
  margin-right: 1px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper > ol > li.edsmm_menuItem {
    margin-right: 0;
  }
}
.raMenuWrapper > ol > li.edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after, .raMenuWrapper > ol > li.edsmm_menuItem.edsmm_megaMenu > span > .edsmm_itemContainer::after {
  content: "";
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper > ol > li.edsmm_menuItem.edsmm_hasChild > span > .edsmm_itemContainer::after, .raMenuWrapper > ol > li.edsmm_menuItem.edsmm_megaMenu > span > .edsmm_itemContainer::after {
    display: none;
  }
}
.raMenuWrapper > ol > li.edsmm_megaMenu > div::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  content: "";
  z-index: -1;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper > ol > li.edsmm_megaMenu > span > .edsmm_itemContainer::after {
    display: none;
  }
}
.raMenuWrapper > ol .edsmm_menuItem > div .edsmm_menuItem > div {
  top: -1px;
}

.raMenuTriggerWrapper {
  padding: 5px 15px;
}

.raMenuTrigger {
  cursor: pointer;
}
.raMenuTrigger > span {
  font-size: 0;
  line-height: 0;
}
.raMenuTrigger::after {
  content: "";
  font: 900 31px/1 "Font Awesome 5 Free";
  color: #242424;
}

.responsAbilityMenu.raMenuOpened .raMenuTrigger::after {
  content: "";
  color: #c81704;
}

.edsmm_childIndicator {
  width: 36px;
  height: 36px;
  background-color: #242424;
  border: solid 2px #c81704;
  position: relative;
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
}
.edsmm_childIndicator::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  content: "";
  font: 900 22px/0 "Font Awesome 5 Free";
  color: #fff;
}

.edsmm_menuItem.raItemOpened > span > .edsmm_childIndicator::after {
  content: "";
}

.edsmm_childIndicator:hover,
.raMenuWrapper .edsmm_menuItem:hover > span > .edsmm_childIndicator,
.raMenuWrapper .edsmm_menuItem.edsmm_active > span > .edsmm_childIndicator {
  border-color: #fff;
}

.edsmm_megaMenu .edsmm_menuListsContainer {
  padding: 15px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .edsmm_megaMenu .edsmm_menuListsContainer {
    padding: 0;
  }
}
.edsmm_megaMenu .edsmm_menuListsContainer > ol .edsmm_menuItem {
  padding: 0 15px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .edsmm_megaMenu .edsmm_menuListsContainer > ol .edsmm_menuItem {
    padding: 0;
  }
}
.edsmm_megaMenu .edsmm_menuListsContainer > ol .edsmm_menuItem.edsmm_hasChild > span .edsmm_itemContainer::after {
  content: "";
}
.edsmm_megaMenu .edsmm_menuListsContainer > ol .edsmm_menuItem > div {
  border: none;
  background: none transparent;
  padding-left: 0;
  padding-right: 0;
}
.edsmm_megaMenu .edsmm_menuListsContainer > ol .edsmm_menuItem > div .edsmm_itemContainer {
  font-size: 14px;
}
.edsmm_megaMenu.edsmm_multiColumn > div > .edsmm_topContainer {
  margin-bottom: 30px;
}
.edsmm_megaMenu.edsmm_multiColumn > div > .edsmm_bottomContainer {
  margin-top: 30px;
}

@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .raMenuWrapper {
    margin-right: -84px;
    z-index: 1;
  }
  .raMenuWrapper .edsmm_itemContainer {
    display: block;
  }
  .raMenuWrapper > ol > li + li {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
}
.EasyDNNSkin_NewsMagazine .img-circle-thumbnail {
  border: 1px solid #c81704;
  border-radius: 50%;
  padding: 5px;
}
.EasyDNNSkin_NewsMagazine .img-thumbnail {
  border: 1px solid #c81704;
  padding: 5px;
  transition: border-color 0.3s linear;
}
.EasyDNNSkin_NewsMagazine .img-thumbnail:hover {
  border-color: #c81704;
}
.EasyDNNSkin_NewsMagazine .carousel-indicators {
  left: 0;
  margin-left: 0;
  margin-top: 15px;
  padding: 0;
  position: static;
  right: 0;
  width: 100%;
  text-align: center;
}
.EasyDNNSkin_NewsMagazine .carousel-indicators li {
  border: 1px solid #c81704;
}
.EasyDNNSkin_NewsMagazine .carousel-indicators li.active {
  background-color: #c81704;
}

.fontIcon {
  text-align: center;
  display: block;
  text-decoration: none;
  margin-bottom: 0 auto;
  position: relative;
  cursor: default;
}
.fontIcon > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  font-size: 0;
  z-index: 2;
}
.fontIcon > a > span {
  display: none;
}
.fontIcon > span {
  color: #c81704;
  font-size: 51px;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
  background-color: #f2f2f2;
  border: 1px solid #cfcfcf;
  box-shadow: 0 0 0 4px #ffffff inset;
  padding: 20px;
  width: 90px;
  height: 90px;
  transition: background 0.5s ease-out;
}
.fontIcon:hover > span {
  background-color: #c81704;
  color: #fff;
  border: 1px solid #c81704;
}
.fontIcon > h3 {
  font-size: 21px;
  line-height: 1.3;
  text-decoration: none;
  color: #c81704;
  margin: 14px 0 7px;
  text-align: center;
  display: block;
  padding: 0;
  font-weight: normal;
}
.fontIcon.eds_small > span {
  width: 46px;
  height: 46px;
  font-size: 19px;
  padding: 12px;
}
.fontIcon.darkStyle {
  color: #fff;
  margin: 7px;
  padding: 7px;
}
.fontIcon.darkStyle > span {
  color: #000;
  border: solid 4px #000;
  box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.fontIcon.darkStyle > h3 {
  color: #fff;
}
.fontIcon.darkStyle .fontIconDescription {
  color: #fff;
}
.fontIcon.darkStyle a {
  color: #fff;
}
.fontIcon.darkStyle:hover > span {
  background-color: #000;
  color: #fff;
}

.fontIconDescription {
  font: 14px/1.3 "Coda", cursive;
  text-align: center;
  color: #989898;
  margin: 0 auto;
}

.eds_thumbnail {
  position: relative;
  display: inline-block;
  border: 1px solid #c81704;
  border-radius: 4px;
  padding: 5px;
  margin: 0 20px 15px 0;
}
.eds_thumbnail:after {
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
  position: absolute;
  content: "";
  transition: background-color 0.2s linear;
}
.eds_thumbnail:hover:after {
  background-color: rgba(147, 24, 9, 0.67);
}
.eds_thumbnail.eds_edsCircleThumbnail {
  border-radius: 50%;
}
.eds_thumbnail.eds_edsCircleThumbnail:after {
  border-radius: 50%;
}
.eds_thumbnail.eds_edsCircleThumbnail img {
  border-radius: 50%;
}

.Error404 {
  font: bold 380px/1 "Coda", cursive;
  color: #dfdfdf;
  text-decoration: underline;
  text-align: center;
  margin: 0 0 25px;
  padding: 0;
}

.Error404Text {
  font: bold 65px/1 "Coda", cursive;
  color: #121212;
  text-align: center;
  margin: 0 0 25px;
  padding: 0;
}

.Error404Text2 {
  font: 24px/1 "Coda", cursive;
  color: #9c9c9c;
  text-align: center;
  margin: 0 0 25px;
  padding: 0;
}

.eds_priceTable [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.eds_priceTable section {
  background-color: #f1f1f1;
  border: solid 1px #c9c9c9;
  z-index: 1;
  text-align: center;
  color: #7e7e7e;
  margin-right: -1px;
  position: relative;
}
.eds_priceTable section h2 {
  border-bottom: solid 1px #c9c9c9;
  box-shadow: 0 1px 0 #fff inset;
  margin: 0;
  padding: 12px 0;
  font-size: 32px;
  color: #7e7e7e;
  line-height: 1;
  font-weight: 300;
}
.eds_priceTable section .price {
  font-size: 68px;
  font-family: "Coda", cursive;
  font-weight: bold;
  line-height: 68px;
  padding: 25px 0;
  display: block;
}
.eds_priceTable section .price small {
  font-size: 40px;
  font-weight: normal;
  font-weight: 300;
  vertical-align: top;
}
.eds_priceTable section ul {
  margin: 0;
  padding: 0;
}
.eds_priceTable section ul li {
  list-style-type: none;
  margin: 0;
  padding: 20px 10px;
  border-top: solid 1px #c9c9c9;
  box-shadow: 0 1px 0 #fff inset;
  text-shadow: 1px 1px 0 #fff;
}
.eds_priceTable section .btn {
  display: block;
  position: relative;
  padding: 20px 0;
  font-size: 24px;
  color: #7e7e7e;
  box-shadow: 0 -60px 60px -60px rgba(0, 0, 0, 0.4) inset, 0 1px 0 #fff inset;
  text-shadow: 1px 1px 0 #fff;
  border: none;
  border-radius: 0;
  border-top: solid 1px #c9c9c9;
  transition: color 0.4s linear;
}
.eds_priceTable section .btn:hover {
  color: #c81704;
}
.eds_priceTable .eds_bestValue section {
  background-color: #ffffff;
  z-index: 2;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  margin-top: -10px;
}
.eds_priceTable .eds_bestValue section ul li:last-child {
  padding-bottom: 40px;
}
.eds_priceTable .eds_bestValue section .btn {
  color: #fff;
  background-color: #cf1603;
  background-image: none;
  text-shadow: 1px 1px 0 #000;
  box-shadow: 0 -60px 60px -60px rgba(0, 0, 0, 0.6) inset;
  transition: background-color 0.4s linear;
}
.eds_priceTable .eds_bestValue section .btn:hover {
  background-color: #E71700;
}

.eds_flipBox {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  overflow: visible;
  position: relative;
  display: table;
}
.eds_flipBox .eds_front,
.eds_flipBox .eds_behind {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 750ms ease 0s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.eds_flipBox .eds_front {
  position: relative;
  z-index: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.eds_flipBox .eds_behind {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  z-index: -2;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.eds_flipBox:hover .eds_front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.eds_flipBox:hover .eds_behind {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 3;
}
.eds_flipBox.eds_flipRight .eds_front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.eds_flipBox.eds_flipRight .eds_behind {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.eds_flipBox.eds_flipRight:hover .eds_front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.eds_flipBox.eds_flipRight:hover .eds_behind {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.eds_flipBox.eds_flipTop .eds_front {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.eds_flipBox.eds_flipTop .eds_behind {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.eds_flipBox.eds_flipTop:hover .eds_front {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.eds_flipBox.eds_flipTop:hover .eds_behind {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.eds_flipBox.eds_flipBottom .eds_front {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.eds_flipBox.eds_flipBottom .eds_behind {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.eds_flipBox.eds_flipBottom:hover .eds_front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.eds_flipBox.eds_flipBottom:hover .eds_behind {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.eds_popOverStatic {
  display: inline-block;
  position: relative;
  margin: 20px;
  z-index: 10;
}

.eds_sideMenu ul {
  margin: 0;
  padding: 0;
}
.eds_sideMenu ul li {
  list-style-type: none;
  padding: 0 0 0 10px;
}
.eds_sideMenu ul li a {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  font-family: "Coda", cursive;
  text-decoration: none;
  padding: 5px 10px;
  color: #8c8c8c;
}
.eds_sideMenu ul li a:hover {
  color: #c81704;
  text-decoration: none;
}
.eds_sideMenu ul li.eds_disabled a {
  color: #bbb;
  cursor: default;
}
.eds_sideMenu ul li.eds_active > a {
  color: #c81704;
}

.eds_sideMenu ul li {
  border-top: solid 1px #F2F2F2;
}

.eds_sideMenu > ul > li:first-child {
  border-top: none;
}

.eds_sideMenu > ul > li > a {
  font-size: 16px;
}

.eds_footerList li {
  font-size: 15px;
  font-family: "Coda", cursive;
  color: #515151;
}
.eds_footerList li a {
  color: #515151;
}
.eds_footerList li a:hover {
  color: #ffffff;
}
.eds_footerList li .fa {
  color: #fff;
}

.eds_hidden {
  opacity: 0;
}

.eds_visible {
  opacity: 1;
}

.eds_box {
  padding: 10px 20px;
  position: relative;
  margin-bottom: 15px;
}
.eds_box p {
  padding: 0;
  margin: 0;
}
.eds_box p + p {
  margin-top: 10px;
}
.eds_box h1, .eds_box h2, .eds_box h3, .eds_box h4, .eds_box h5, .eds_box h6 {
  margin-top: 0;
}
.eds_box.eds_box_1 {
  background-color: #c5c5c5;
  border-radius: 6px;
}
.eds_box.eds_box_2 {
  border: solid 1px #ddd;
  border-radius: 10px;
}
.eds_box.eds_box_3 {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #ddd;
  border-radius: 6px;
}
.eds_box.eds_box_4 {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
  color: #fff;
  border-radius: 4px;
}
.eds_box.eds_box_5 {
  background-color: #c81704;
  padding-bottom: 40px;
  box-shadow: 0 -30px 0 rgba(0, 0, 0, 0.3) inset;
  color: #fff;
  border-radius: 3px;
}
.eds_box.eds_box_5 h1, .eds_box.eds_box_5 .h1, .eds_box.eds_box_5 h2, .eds_box.eds_box_5 .h2, .eds_box.eds_box_5 h3, .eds_box.eds_box_5 .h3, .eds_box.eds_box_5 h4, .eds_box.eds_box_5 .h4, .eds_box.eds_box_5 h5, .eds_box.eds_box_5 .h5, .eds_box.eds_box_5 h6, .eds_box.eds_box_5 .h6 {
  color: #fff;
}
.eds_box.eds_box_5.eds_withFontIcon {
  padding-top: 10px;
  margin-top: 0;
}
.eds_box.eds_box_5.eds_withFontIcon .fontIcon {
  position: relative;
  top: 0;
  left: auto;
  margin-left: 0;
  margin-bottom: 10px;
}
.eds_box.eds_box_5.eds_withSmallFontIcon {
  padding-top: 10px;
  margin-top: 0;
}
.eds_box.eds_box_5.eds_withSmallFontIcon .fontIcon {
  position: relative;
  top: 0;
  left: auto;
  margin-left: 0;
  margin-bottom: 10px;
}
.eds_box.eds_box_5.eds_withBottomButton {
  padding-bottom: 40px;
}
.eds_box.eds_withFontIcon {
  position: relative;
  padding-top: 55px;
  margin-top: 65px;
}
.eds_box.eds_withFontIcon .fontIcon {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: -45px;
}
.eds_box.eds_withSmallFontIcon {
  position: relative;
  padding-top: 35px;
  margin-top: 45px;
}
.eds_box.eds_withSmallFontIcon .fontIcon {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -23px;
}
.eds_box.eds_withBottomButton {
  padding-bottom: 20px;
}
.eds_box.eds_withBottomButton .eds_bottomButton {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  text-align: center;
}

.eds_infoBox {
  position: relative;
}
.eds_infoBox > div p {
  margin: 0;
}
.eds_infoBox > div p + p {
  margin-top: 8px;
}
.eds_infoBox .eds_socialIcons {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 15px;
  display: inline-block;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1), 0 0 8px rgba(0, 0, 0, 0.4) inset;
}
.eds_infoBox .eds_socialIcons > a {
  margin: 0 2px;
  font-size: 30px;
}
.eds_infoBox .eds_info_1 {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}
.eds_infoBox .eds_info_1 > h3,
.eds_infoBox .eds_info_1 > p {
  margin: 0;
  padding: 10px 20px 0;
  line-height: 1;
  transition: color 200ms linear;
}
.eds_infoBox .eds_info_1 > p {
  font-size: 11px;
  color: #7b7b7b;
}
.eds_infoBox .eds_info_1 > img {
  border: solid 1px #e5e5e5;
  border-radius: 2px;
  width: 100%;
  padding: 5px;
  background-color: #fff;
  transition: border 200ms linear;
}
.eds_infoBox .eds_info_2 {
  position: absolute;
  z-index: 1;
  height: 0;
  overflow: hidden;
  top: 0;
  background-color: #d91600;
  box-shadow: 0 -50px 50px -25px #9e1808 inset;
  transition: top 200ms linear;
}
.eds_infoBox:hover .eds_info_1 {
  background-color: #d91600;
}
.eds_infoBox:hover .eds_info_1 > h3 {
  color: #fff;
}
.eds_infoBox:hover .eds_info_1 > p {
  color: #4b0a03;
}
.eds_infoBox:hover .eds_info_1 > img {
  border-color: #c81704;
}
.eds_infoBox:hover .eds_info_2 {
  top: 100%;
  height: auto;
  color: #fff;
  padding: 10px 20px;
}

.eds_infoBox2 {
  border-radius: 3px;
  overflow: hidden;
}
.eds_infoBox2 .eds_info_1 {
  position: relative;
  overflow: hidden;
}
.eds_infoBox2 .eds_info_1 p {
  padding: 10px;
}
.eds_infoBox2 .eds_info_1 .eds_info_2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  transition: top 200ms linear;
}
.eds_infoBox2 .boxTitle {
  margin: 0;
  padding: 10px;
  text-decoration: none;
  font-family: "Coda", cursive;
  font-size: 20px;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.eds_infoBox2:hover .eds_info_1 .eds_info_2 {
  top: 0;
  visibility: visible;
}
.eds_infoBox2:hover .boxTitle {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  background-color: #ec1601;
  box-shadow: 0 -40px 20px -20px #9f1808 inset;
}

.eds_animatedTumbnail {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  border: solid 1px #c7c7c7;
}
.eds_animatedTumbnail > img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
}
.eds_animatedTumbnail .eds_thCaption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.eds_animatedTumbnail .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail .eds_thCaption > .eds_thDescription {
  position: absolute;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fff;
}
.eds_animatedTumbnail .eds_thCaption > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 0;
  opacity: 0;
  text-indent: 200%;
  white-space: nowrap;
  z-index: 10;
}
.eds_animatedTumbnail.eds_style1 {
  background: #000;
}
.eds_animatedTumbnail.eds_style1 > img {
  transition: opacity 400ms;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thDescription {
  bottom: 0;
  left: 0;
  right: 0;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle {
  transition: color 400ms;
  z-index: 0;
  padding: 30px;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle + .eds_thDescription {
  padding: 30px;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle:after {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  content: "";
  z-index: -1;
  transition: opacity 400ms, top 300ms;
}
.eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thDescription {
  opacity: 0;
  bottom: 50%;
  padding: 0 30px;
  text-align: center;
  transition: opacity 400ms;
  transition-delay: 100ms;
}
.eds_animatedTumbnail.eds_style1:hover > img {
  opacity: 0.8;
}
.eds_animatedTumbnail.eds_style1:hover .eds_thCaption > .eds_thTitle {
  color: #c81704;
}
.eds_animatedTumbnail.eds_style1:hover .eds_thCaption > .eds_thTitle:after {
  top: 0;
}
.eds_animatedTumbnail.eds_style1:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
}
.eds_animatedTumbnail.eds_style2 {
  text-align: center;
  background-color: #fff;
}
.eds_animatedTumbnail.eds_style2 > img {
  transition: transform 300ms;
}
.eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thDescription {
  bottom: 0;
  left: 0;
  padding: 30px;
}
.eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thTitle {
  transition: color 400ms, transform 400ms;
}
.eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thDescription {
  opacity: 0;
  right: 0;
  color: #3c4a50;
  background-color: #fff;
  transition: transform 300ms;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.eds_animatedTumbnail.eds_style2:hover > img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.eds_animatedTumbnail.eds_style2:hover .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.eds_animatedTumbnail.eds_style2:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style3:after {
  content: "";
  position: absolute;
  background-color: rgba(200, 23, 4, 0.71);
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  opacity: 0;
  transition: top 200ms, right 200ms, bottom 200ms, left 200ms;
  z-index: 1;
}
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thDescription {
  right: 30px;
  left: 30px;
  padding: 10px 0;
  z-index: 2;
}
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle {
  top: 30px;
  transition: transform 300ms;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-bottom: solid 4px #fff;
  content: "";
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thDescription {
  bottom: 20%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
.eds_animatedTumbnail.eds_style3:hover:after {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.eds_animatedTumbnail.eds_style3:hover .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style3:hover .eds_thCaption > .eds_thTitle:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style3:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style4 {
  background-color: #c81704;
}
.eds_animatedTumbnail.eds_style4 > img {
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thDescription {
  text-align: center;
}
.eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thTitle {
  top: 10%;
  left: 10%;
  right: 10%;
  transition: transform 300ms;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thDescription {
  padding: 3%;
  border: 2px solid #fff;
  opacity: 0;
  left: 10%;
  right: 10%;
  top: 40%;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
  transform: translate3d(0, 20px, 0) scale(1.1);
}
.eds_animatedTumbnail.eds_style4:hover > img {
  opacity: 0.35;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.eds_animatedTumbnail.eds_style4:hover .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style4:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.eds_animatedTumbnail.eds_style5 {
  background-color: #c81704;
}
.eds_animatedTumbnail.eds_style5:before {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  border: 2px solid #fff;
  z-index: 1;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
.eds_animatedTumbnail.eds_style5 > img {
  opacity: 1;
  transition: opacity 300ms;
}
.eds_animatedTumbnail.eds_style5 .eds_thCaption {
  text-align: center;
  position: absolute;
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
}
.eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thTitle {
  margin: 20% 0 10px 0;
  transition: transform 300ms;
  position: relative;
}
.eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thDescription {
  padding: 1em;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
}
.eds_animatedTumbnail.eds_style5:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.eds_animatedTumbnail.eds_style5:hover > img {
  opacity: 0.6;
}
.eds_animatedTumbnail.eds_style5:hover .eds_thCaption > .eds_thTitle {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.eds_animatedTumbnail.eds_style5:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.eds_animatedTumbnail.eds_style6 {
  background-color: #c81704;
}
.eds_animatedTumbnail.eds_style6 > img {
  transition: opacity 300ms, transform 300ms;
}
.eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thTitle {
  transition: transform 300ms;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 10%;
  left: 10%;
  right: 10%;
  text-align: center;
}
.eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thDescription {
  transition: opacity 300ms, transform 300ms;
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 10%;
  padding: 15px;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
  text-align: center;
}
.eds_animatedTumbnail.eds_style6:hover > img {
  opacity: 0.35;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
.eds_animatedTumbnail.eds_style6:hover .eds_thCaption > .eds_thTitle,
.eds_animatedTumbnail.eds_style6:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.eds_animatedTumbnail.eds_style7 {
  background-color: #c81704;
}
.eds_animatedTumbnail.eds_style7:before, .eds_animatedTumbnail.eds_style7:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  z-index: 1;
  transition: opacity 300ms, transform 300ms;
}
.eds_animatedTumbnail.eds_style7:before {
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.eds_animatedTumbnail.eds_style7:after {
  border-right: 2px dashed #fff;
  border-left: 2px dashed #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.eds_animatedTumbnail.eds_style7 > img {
  transition: opacity 300ms;
}
.eds_animatedTumbnail.eds_style7 .eds_thCaption > .eds_thTitle {
  color: #fff;
  bottom: 50%;
  left: 13%;
  right: 13%;
}
.eds_animatedTumbnail.eds_style7 .eds_thCaption > .eds_thDescription {
  color: #fff;
  opacity: 0;
  left: 13%;
  right: 13%;
  bottom: 13%;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.eds_animatedTumbnail.eds_style7:hover:before, .eds_animatedTumbnail.eds_style7:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.eds_animatedTumbnail.eds_style7:hover > img {
  opacity: 0.35;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style7:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style8 {
  background-color: #c81704;
}
.eds_animatedTumbnail.eds_style8:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.eds_animatedTumbnail.eds_style8 > img {
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
.eds_animatedTumbnail.eds_style8 .eds_thCaption > .eds_thTitle {
  top: 10%;
  left: 10%;
}
.eds_animatedTumbnail.eds_style8 .eds_thCaption > .eds_thDescription {
  right: 10%;
  bottom: 10%;
  padding: 0 10px 0 0;
  max-width: 50%;
  border-right: 2px solid #fff;
  text-align: right;
  opacity: 0;
  transition: opacity 300ms;
}
.eds_animatedTumbnail.eds_style8:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-10%, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-10%, 110%, 0);
}
.eds_animatedTumbnail.eds_style8:hover > img {
  opacity: 0.35;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.eds_animatedTumbnail.eds_style8:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  transition-delay: 0.1s;
}
.eds_animatedTumbnail.eds_style9 {
  background-color: #c81704;
}
.eds_animatedTumbnail.eds_style9 > img {
  max-width: none;
  width: -webkit-calc(100% + 10%);
  width: calc(100% + 10%);
  opacity: 1;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
}
.eds_animatedTumbnail.eds_style9 .eds_thCaption > .eds_thTitle {
  right: 10%;
  bottom: 10%;
}
.eds_animatedTumbnail.eds_style9 .eds_thCaption > .eds_thDescription {
  padding: 5px 10px 5px 0;
  width: 60%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  top: 10%;
  left: 10%;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}
.eds_animatedTumbnail.eds_style9:hover > img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.eds_animatedTumbnail.eds_style9:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style10 {
  background-color: #c81704;
}
.eds_animatedTumbnail.eds_style10:before {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  border: 2px solid #fff;
  content: "";
  opacity: 0;
  z-index: 1;
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.eds_animatedTumbnail.eds_style10 > img {
  max-width: none;
  width: -webkit-calc(100% + 10%);
  width: calc(100% + 10%);
  transition: opacity 300ms, transform 300ms;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.eds_animatedTumbnail.eds_style10 .eds_thCaption > .eds_thTitle {
  color: #fff;
  bottom: 50%;
  left: 13%;
  right: 13%;
}
.eds_animatedTumbnail.eds_style10 .eds_thCaption > .eds_thDescription {
  color: #fff;
  opacity: 0;
  left: 13%;
  right: 13%;
  bottom: 13%;
  transition: opacity 300ms;
}
.eds_animatedTumbnail.eds_style10:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style10:hover > img {
  opacity: 0.35;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.eds_animatedTumbnail.eds_style10:hover .eds_thCaption > .eds_thDescription {
  opacity: 1;
}

.progress-bar.eds_progressAnimated {
  transition: width 2s ease;
}
.progress-bar.eds_progressAnimated.eds_nullValue {
  width: 0 !important;
}

.eds_floatingMenuStyle1 {
  position: fixed;
  left: 60px;
  z-index: 900;
  top: 30%;
}
.eds_floatingMenuStyle1 > ul {
  margin: 0;
  padding: 0;
}
.eds_floatingMenuStyle1 > ul > li {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  position: relative;
  line-height: 0;
  font-size: 0;
}
.eds_floatingMenuStyle1 > ul > li:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  width: 5px;
  position: absolute;
  top: 5px;
  left: 45px;
  bottom: 5px;
  opacity: 1;
  transition: all 200ms ease;
}
.eds_floatingMenuStyle1 > ul > li:before {
  content: "";
  width: 45px;
  height: 45px;
  background-color: #c81704;
  display: inline-block;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23);
}
.eds_floatingMenuStyle1 > ul > li .eds_icon {
  display: inline-block;
  line-height: 1;
  font-size: 19px;
  color: #fff;
  text-align: center;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  z-index: 1;
  line-height: 45px;
}
.eds_floatingMenuStyle1 > ul > li img.eds_icon {
  width: 45px;
  height: 45px;
  padding: 10px;
}
.eds_floatingMenuStyle1 > ul > li > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  display: block;
  padding: 0 15px 0 60px;
  line-height: 45px;
  color: #fff !important;
  font-family: "Coda", cursive;
  text-decoration: none !important;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  background: transparent url("../images/blank.png") !important;
  transition: all 400ms ease;
}
.eds_floatingMenuStyle1 > ul > li > a:after {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 45px;
  right: 100%;
  width: 5px;
  overflow: hidden;
  content: "";
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none !important;
  border-radius: 0 6px 6px 0;
  transition: all 400ms ease;
}
.eds_floatingMenuStyle1 > ul > li > a:before {
  content: "";
  line-height: 0;
  font-size: 0;
  border-width: 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #c81704;
  position: absolute;
  left: 45px;
  top: 18px;
  opacity: 0;
  transition: opacity 200ms linear;
}
.eds_floatingMenuStyle1 > ul > li:hover:after, .eds_floatingMenuStyle1 > ul > li.edsfnl_active:after {
  opacity: 0;
}
.eds_floatingMenuStyle1 > ul > li:hover > a, .eds_floatingMenuStyle1 > ul > li.edsfnl_active > a {
  visibility: visible;
  opacity: 1;
}
.eds_floatingMenuStyle1 > ul > li:hover > a:after, .eds_floatingMenuStyle1 > ul > li.edsfnl_active > a:after {
  width: auto;
  right: 0;
}
.eds_floatingMenuStyle1 > ul > li:hover > a:before, .eds_floatingMenuStyle1 > ul > li.edsfnl_active > a:before {
  opacity: 1;
}
.eds_floatingMenuStyle1 > span {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background-color: #c81704;
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 20px;
  opacity: 0.7;
  position: relative;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_floatingMenuStyle1 > span {
    margin-bottom: 7px;
  }
}
.eds_floatingMenuStyle1 > span:after, .eds_floatingMenuStyle1 > span:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 45px;
  font-size: 21px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  transition: all 400ms ease;
}
.eds_floatingMenuStyle1 > span:before {
  content: "";
}
.eds_floatingMenuStyle1 > span:after {
  content: "";
  opacity: 0;
  visibility: hidden;
}
.eds_floatingMenuStyle1.eds_floatingMenuActive > span {
  opacity: 1;
}
.eds_floatingMenuStyle1.eds_floatingMenuActive > span:before {
  opacity: 0;
  visibility: hidden;
}
.eds_floatingMenuStyle1.eds_floatingMenuActive > span:after {
  opacity: 1;
  visibility: visible;
}
.eds_floatingMenuStyle1.eds_floatingMenuActive > ul {
  display: block !important;
}

.eds_floatingMenuStyle2 {
  position: fixed;
  left: 60px;
  z-index: 900;
  top: 30%;
}
.eds_floatingMenuStyle2 > ul {
  margin: 0;
  padding: 0;
}
.eds_floatingMenuStyle2 > ul > li {
  margin: 0;
  padding: 22px 0 0;
  list-style-type: none;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.eds_floatingMenuStyle2 > ul > li:before, .eds_floatingMenuStyle2 > ul > li:after {
  position: absolute;
  content: "";
}
.eds_floatingMenuStyle2 > ul > li:before {
  width: 19px;
  height: 19px;
  border-radius: 9px;
  background-color: #c81704;
  top: 1px;
  left: 0;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23);
}
.eds_floatingMenuStyle2 > ul > li:after {
  display: none;
  top: -5px;
  left: 8px;
  bottom: 0;
  width: 3px;
  background-color: #c81704;
  z-index: 1;
}
.eds_floatingMenuStyle2 > ul > li .eds_icon {
  display: inline-block;
  line-height: 34px;
  font-size: 0;
  color: #fff;
  text-align: center;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  top: 9px;
  left: 9px;
  margin-top: 0;
  margin-left: 0;
  background-color: #c81704;
  z-index: 3;
  visibility: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23) inset;
  transition: all 200ms ease;
}
.eds_floatingMenuStyle2 > ul > li img.eds_icon {
  width: 0px;
  height: 0px;
}
.eds_floatingMenuStyle2 > ul > li > a {
  white-space: nowrap;
  padding-left: 40px;
  position: absolute;
  top: -8px;
  left: -8px;
  bottom: -4px;
  color: #c81704;
  line-height: 34px;
  border-radius: 18px;
  font-size: 19px;
  font-family: "Coda", cursive;
  text-decoration: none;
  z-index: 1;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
  transition: color 400ms ease;
}
.eds_floatingMenuStyle2 > ul > li > a:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  bottom: 50%;
  left: 16px;
  right: 0;
  border-radius: 0 10px 10px 0;
  z-index: -1;
  position: absolute;
  width: 0;
  height: 0;
  transition: width 100ms ease 200ms;
}
.eds_floatingMenuStyle2 > ul > li:hover .eds_icon, .eds_floatingMenuStyle2 > ul > li.edsfnl_active .eds_icon {
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
  font-size: 15px;
  visibility: visible;
}
.eds_floatingMenuStyle2 > ul > li:hover img.eds_icon, .eds_floatingMenuStyle2 > ul > li.edsfnl_active img.eds_icon {
  width: 34px;
  height: 34px;
  padding: 7px;
}
.eds_floatingMenuStyle2 > ul > li:hover > a, .eds_floatingMenuStyle2 > ul > li.edsfnl_active > a {
  color: #fff;
  text-shadow: none;
}
.eds_floatingMenuStyle2 > ul > li:hover > a:after, .eds_floatingMenuStyle2 > ul > li.edsfnl_active > a:after {
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
}
.eds_floatingMenuStyle2 > ul > li + li {
  padding-top: 41px;
}
.eds_floatingMenuStyle2 > ul > li + li > a {
  top: 14px;
  bottom: -7px;
}
.eds_floatingMenuStyle2 > ul > li + li:before {
  top: auto;
  bottom: 1px;
}
.eds_floatingMenuStyle2 > ul > li + li:after {
  display: block;
}
.eds_floatingMenuStyle2 > ul > li + li .eds_icon {
  top: 31px;
}
.eds_floatingMenuStyle2 > ul > li:last-child:after {
  bottom: 9px;
}
.eds_floatingMenuStyle2 > span {
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #c81704;
  text-align: center;
  font-size: 0;
  line-height: 0;
  opacity: 0.7;
  left: -13px;
  margin-bottom: 15px;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23);
}
.eds_floatingMenuStyle2 > span:after, .eds_floatingMenuStyle2 > span:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 45px;
  font-size: 21px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  transition: all 400ms ease;
}
.eds_floatingMenuStyle2 > span:before {
  content: "";
}
.eds_floatingMenuStyle2 > span:after {
  content: "";
  opacity: 0;
  visibility: hidden;
}
.eds_floatingMenuStyle2.eds_floatingMenuActive > span {
  opacity: 1;
}
.eds_floatingMenuStyle2.eds_floatingMenuActive > span:before {
  opacity: 0;
  visibility: hidden;
}
.eds_floatingMenuStyle2.eds_floatingMenuActive > span:after {
  opacity: 1;
  visibility: visible;
}
.eds_floatingMenuStyle2.eds_floatingMenuActive > ul {
  display: block !important;
}

.eds_circularMenu {
  position: fixed;
  bottom: 200px;
  left: 200px;
  z-index: 900;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font-size: 0;
  line-height: 0;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu {
    bottom: 100px;
    left: 100px;
    width: 50px;
    height: 50px;
  }
}
.eds_circularMenu > span {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 10;
  border-radius: 50px;
  background: #c81704;
  cursor: pointer;
  text-align: center;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23) inset;
  transition: all 400ms ease;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu > span {
    width: 50px;
    height: 50px;
  }
}
.eds_circularMenu > span:hover {
  background-color: #FB1D04;
}
.eds_circularMenu > span:before, .eds_circularMenu > span:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 56px;
  line-height: 100px;
  text-decoration: none !important;
  transition: all 1000ms ease, color 300ms linear;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu > span:before, .eds_circularMenu > span:after {
    font-size: 28px;
    line-height: 49px;
  }
}
.eds_circularMenu > span:before {
  content: "";
}
.eds_circularMenu > span:after {
  content: "";
  opacity: 0;
  visibility: hidden;
}
.eds_circularMenu > ul {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.eds_circularMenu > ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  background-color: #FB1D04;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.23) inset;
  opacity: 0;
  transition: transform 300ms ease, background 300ms linear, opacity 400ms linear;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu > ul li {
    width: 50px;
    height: 50px;
  }
}
.eds_circularMenu > ul li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.eds_circularMenu > ul li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.eds_circularMenu > ul li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.eds_circularMenu > ul li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.eds_circularMenu > ul li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.eds_circularMenu > ul li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}
.eds_circularMenu > ul li:nth-child(8) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}
.eds_circularMenu > ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  z-index: 2;
  padding: 42px 5px 5px;
  text-align: center;
  word-wrap: break-word;
  font-family: "Coda", cursive;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu > ul li > a {
    padding-top: 20px;
    font-size: 12px;
  }
}
.eds_circularMenu > ul li .eds_icon {
  position: absolute;
  font-size: 21px;
  color: #fff;
  left: 0;
  right: 0;
  top: 15px;
  text-align: center;
  text-decoration: none !important;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu > ul li .eds_icon {
    font-size: 15px;
    top: 5px;
  }
}
.eds_circularMenu > ul li img.eds_icon {
  max-width: 25px;
  max-height: 25px;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu > ul li img.eds_icon {
    max-width: 20px;
    max-height: 20px;
  }
}
.eds_circularMenu.eds_floatingMenuActive > span {
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  background-color: #FB1D04;
}
.eds_circularMenu.eds_floatingMenuActive > span:before {
  opacity: 0;
  visibility: hidden;
}
.eds_circularMenu.eds_floatingMenuActive > span:after {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.eds_circularMenu.eds_floatingMenuActive > span:hover:after {
  color: #c81704;
}
.eds_circularMenu.eds_floatingMenuActive > ul li {
  background-color: #c81704;
  opacity: 1;
}
.eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(1) {
  -ms-transform: translate(0px, -150px);
  -webkit-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(1) {
    -ms-transform: translate(0px, -70px);
    -webkit-transform: translate(0px, -70px);
    transform: translate(0px, -70px);
  }
}
.eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(2) {
  -ms-transform: translate(105px, -105px);
  -webkit-transform: translate(105px, -105px);
  transform: translate(105px, -105px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(2) {
    -ms-transform: translate(50px, -50px);
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
  }
}
.eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(3) {
  -ms-transform: translate(150px, 0px);
  -webkit-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(3) {
    -ms-transform: translate(70px, 0px);
    -webkit-transform: translate(70px, 0px);
    transform: translate(70px, 0px);
  }
}
.eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(4) {
  -ms-transform: translate(105px, 105px);
  -webkit-transform: translate(105px, 105px);
  transform: translate(105px, 105px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(4) {
    -ms-transform: translate(50px, 50px);
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
}
.eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(5) {
  -ms-transform: translate(0, 150px);
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(5) {
    -ms-transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
    transform: translate(0, 70px);
  }
}
.eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(6) {
  -ms-transform: translate(-105px, 105px);
  -webkit-transform: translate(-105px, 105px);
  transform: translate(-105px, 105px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(6) {
    -ms-transform: translate(-50px, 50px);
    -webkit-transform: translate(-50, 50px);
    transform: translate(-50px, 50px);
  }
}
.eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(7) {
  -ms-transform: translate(-150px, 0px);
  -webkit-transform: translate(-150px, 0px);
  transform: translate(-150px, 0px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(7) {
    -ms-transform: translate(-70px, 0px);
    -webkit-transform: translate(-70px, 0px);
    transform: translate(-70px, 0px);
  }
}
.eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(8) {
  -ms-transform: translate(-105px, -105px);
  -webkit-transform: translate(-105px, -105px);
  transform: translate(-105px, -105px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_circularMenu.eds_floatingMenuActive > ul li:nth-child(8) {
    -ms-transform: translate(-50px, -50px);
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
}
.eds_circularMenu.eds_floatingMenuActive > ul li:hover, .eds_circularMenu.eds_floatingMenuActive > ul li.edsfnl_active {
  background-color: #FB1D04;
}
.eds_circularMenu.eds_floatingMenuActive > ul li:hover > a, .eds_circularMenu.eds_floatingMenuActive > ul li.edsfnl_active > a {
  color: #fff;
  text-decoration: none;
}

.eds_floatingMenu.eds_static {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
}

.no-js .eds_pageLoader {
  display: none;
}

.eds_pageLoader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000 no-repeat center center;
  z-index: 99999;
}
.eds_pageLoader .eds_preloadPortalTitle {
  display: block;
  position: absolute;
  top: 51%;
  left: 20%;
  right: 20%;
  font-family: Arial;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.eds_pageLoader .eds_pageAnimation {
  position: absolute;
  bottom: 51%;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  height: 120px;
  border: solid 1px #fff;
  border-radius: 50%;
  background: url("../../assets/images/pageLoader/animation/background/predefined/preloadImage.png") center center no-repeat;
}
.eds_pageLoader .eds_pageAnimation:before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: solid 1px #c81704;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  animation: eds_rotate 1s linear infinite;
  -ms-animation: eds_rotate 1s linear infinite;
  -moz-animation: eds_rotate 1s linear infinite;
  -webkit-animation: eds_rotate 1s linear infinite;
}
.eds_pageLoader .eds_customText {
  text-align: center;
  font-family: Arial;
  position: absolute;
  top: 55%;
  left: 20%;
  right: 20%;
  color: #c81704;
  font-size: 15px;
}
.eds_pageLoader .eds_customImage {
  position: absolute;
  bottom: 51%;
  top: 0;
  left: 0;
  right: 0;
  background: url("../../assets/images/pageLoader2/customImage/predefined/715.gif") center bottom no-repeat;
}
.eds_pageLoader.eds_pageLoader2 {
  background-color: #fff;
}
.eds_pageLoader.eds_pageLoader2 .eds_preloadPortalTitle {
  color: #000;
}
.eds_pageLoader ~ .eds_headertop, .eds_pageLoader ~ .eds_headertopHeight, .eds_pageLoader ~ .EasyDNNSkin_NewsMagazine, .eds_pageLoader ~ .edsCopyrightBg, .eds_pageLoader ~ .eds_backToTop {
  visibility: hidden;
}
.eds_pageLoader.eds_contentLoaded ~ .eds_headertop, .eds_pageLoader.eds_contentLoaded ~ .eds_headertopHeight, .eds_pageLoader.eds_contentLoaded ~ .EasyDNNSkin_NewsMagazine, .eds_pageLoader.eds_contentLoaded ~ .edsCopyrightBg, .eds_pageLoader.eds_contentLoaded ~ .eds_backToTop {
  visibility: visible;
}

.eds_fontIcon {
  display: inline-block;
  border-radius: 50%;
  background-color: #f2f2f2;
  border: 1px solid #cfcfcf;
  box-shadow: 0 0 0 4px #ffffff inset;
  min-width: 30px;
  min-height: 30px;
  padding: 20px;
  text-align: center;
  white-space: nowrap;
  box-sizing: content-box;
}
.eds_fontIcon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.eds_fontIcon > i {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  color: #c81704;
}
.eds_fontIcon.eds_square {
  border-radius: 0;
}

.EasyDNNSkin_NewsMagazine .eds_threeColumnSocialLeft {
  padding-top: 35px;
  float: left;
  width: 130px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .EasyDNNSkin_NewsMagazine .eds_threeColumnSocialLeft {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
}
.EasyDNNSkin_NewsMagazine .eds_threeColumnSocialLeft.DNNEmptyPane + .eds_threeColumnSocialCenter {
  margin-left: 0;
}
.EasyDNNSkin_NewsMagazine .eds_threeColumnSocialRight {
  padding-top: 35px;
  float: right;
  width: 286px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .EasyDNNSkin_NewsMagazine .eds_threeColumnSocialRight {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
}
.EasyDNNSkin_NewsMagazine .eds_threeColumnSocialRight.DNNEmptyPane + .eds_threeColumnSocialLeft + .eds_threeColumnSocialCenter {
  margin-right: 0;
}
.EasyDNNSkin_NewsMagazine .eds_threeColumnSocialRight.DNNEmptyPane + .eds_threeColumnSocialLeft.DNNEmptyPane + .eds_threeColumnSocialCenter {
  margin: 0;
}
.EasyDNNSkin_NewsMagazine .eds_threeColumnSocialCenter {
  padding-top: 35px;
  margin: 0 324px 0 150px;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .EasyDNNSkin_NewsMagazine .eds_threeColumnSocialCenter {
    width: auto;
    float: none;
    margin: 0;
  }
}
.EasyDNNSkin_NewsMagazine .dnnForm.dnnGroupDirectory {
  padding: 0;
}
.EasyDNNSkin_NewsMagazine .dgdAvatar {
  background: none #fff;
  border: 1px solid #c81704;
  border-radius: 0;
  height: auto;
  margin-right: 2%;
  overflow: hidden;
  padding: 4px;
  width: 12%;
  max-width: 135px;
  margin-top: 5px;
}
.EasyDNNSkin_NewsMagazine .dgdAvatar img {
  border-radius: 0;
}
.EasyDNNSkin_NewsMagazine .dgdAvatar a {
  max-height: 82px;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfoWrap {
  border-bottom: dashed 1px #999;
  padding-bottom: 25px;
  margin: 0;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfoWrap + .dgdGroupQuickInfoWrap {
  margin-top: 25px;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfoWrap:last-child {
  border-bottom: none;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo {
  width: 86%;
  font-size: 12px;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo h3 a {
  color: #8c8c8c;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo h3 a:hover {
  color: #c81704;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo ul {
  border: solid 1px #c81704;
  border-radius: 4px;
  display: inline-block;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo ul li {
  padding: 0;
  background: none transparent !important;
  float: left;
  line-height: 28px;
  height: 28px;
  margin: 0 10px;
  height: auto;
  color: #777373;
  font-size: 15px;
  font-weight: normal;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c81704;
  margin-right: 5px;
  font-size: 14px;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo ul li.posts-icn:before {
  content: "";
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo ul li.member-icn:before {
  content: "";
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo ul li.photo-icn:before {
  content: "";
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo ul li.docs-icn:before {
  content: "";
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo ul li.join-group-icn {
  margin: 0 -85px 0 10px;
  width: 70px;
}
.EasyDNNSkin_NewsMagazine .dgdGroupQuickInfo ul li.join-group-icn .dnnTertiaryAction {
  padding: 0;
  line-height: 28px;
  margin: 0;
}
.EasyDNNSkin_NewsMagazine .console {
  width: 100%;
  height: auto;
  border: solid 1px #c81704;
  border-radius: 6px;
}
.EasyDNNSkin_NewsMagazine .console .console-none div {
  border-bottom: dashed 1px #bfbfbf;
  text-align: center;
  float: none;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .EasyDNNSkin_NewsMagazine .console .console-none div {
    width: 20%;
    min-width: 20%;
    float: left;
    border: none;
  }
}
.EasyDNNSkin_NewsMagazine .console .console-none div h3 {
  margin: 8px 0;
  border: solid 1px transparent;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: normal;
  color: #8c8c8c;
  transition: color 300ms linear;
}
.EasyDNNSkin_NewsMagazine .console .console-none.active h3 {
  border-color: #c81704;
}
.EasyDNNSkin_NewsMagazine .console.profile {
  background: none transparent;
}
.EasyDNNSkin_NewsMagazine .console-mouseon {
  background: none transparent !important;
}
.EasyDNNSkin_NewsMagazine .console-mouseon h3 {
  color: #c81704 !important;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdSearch {
  margin: 30px 0;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdSearch .mdSearchBar {
  border: solid 1px #c81704;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  float: left;
  width: 70%;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdSearch .mdSearchBar {
    width: 100%;
    margin-bottom: 15px;
  }
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdSearch input[type="text"] {
  border: none;
  background: none transparent;
  color: #8c8c8c;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10px 0 0 10px;
  width: 55%;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdSearch #refreshResults {
  padding: 15px;
  background-position: center center;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .dnnPrimaryAction {
  float: right;
  border-radius: 0 4px 4px 0;
  margin: -1px;
  padding: 13px 30px 13px 60px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .EasyDNNSkin_NewsMagazine .dnnMemberDirectory .dnnPrimaryAction {
    padding: 13px 10px 13px 25px;
  }
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .dnnPrimaryAction,
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .dnnPrimaryAction:hover {
  background-repeat: no-repeat;
  background-position: 22px center;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .EasyDNNSkin_NewsMagazine .dnnMemberDirectory .dnnPrimaryAction,
  .EasyDNNSkin_NewsMagazine .dnnMemberDirectory .dnnPrimaryAction:hover {
    background-position: 5px center;
  }
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .dnnPrimaryAction {
  background-image: url("../../assets/images/socialPagesElements/search/searchButton/icon/predefined/searchIcon_header2.png");
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .dnnPrimaryAction:hover {
  background-image: url("../../assets/images/socialPagesElements/search/searchButton/icon/predefined/searchIcon.png");
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .selectDrop {
  float: right;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .selectDrop #mdAdvancedSearch {
  padding: 14px 15px;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .selectDrop #mdAdvancedSearch:after {
  background: none transparent;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdAdvancedSearchForm {
  background: none #fff;
  border: 1px solid #c81704;
  border-radius: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  padding: 15px !important;
  top: 43px;
  right: 10px;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdAdvancedSearchForm input[type="text"],
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdAdvancedSearchForm input[type="text"]:hover,
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdAdvancedSearchForm input[type="text"]:focus {
  box-shadow: none;
  border: solid 1px #c81704;
  line-height: 1.3;
  padding: 5px;
  border-radius: 0;
  font-size: 12px;
  margin-bottom: 5px;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdAdvancedSearchForm label {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.EasyDNNSkin_NewsMagazine .dnnMemberDirectory .mdAdvancedSearchForm .dnnPrimaryAction {
  padding: 5px 5px 5px 25px;
  background-position: 5px center;
  border-radius: 4px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList {
  margin: 0 -8px 20px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li {
  background: none #fff;
  border: 1px solid #c81704;
  border-radius: 0;
  box-shadow: none;
  height: 150px;
  list-style: none;
  margin: 0 8px 15px;
  padding: 15px 15px 56px;
  position: relative;
  width: 415px;
  z-index: 1;
  opacity: 0.9;
  transition: opacity 300ms linear;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li:hover {
  opacity: 1;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdMemberImg {
  background: none #fff;
  border: 1px solid #c81704;
  border-radius: 0;
  margin: 0 13px 13px 0;
  padding: 4px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions {
  background: none #c81704;
  border: none;
  bottom: 0;
  clear: both;
  height: 56px;
  left: 0;
  position: absolute;
  text-shadow: none;
  width: 100%;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li {
  color: #fff;
  font-size: 12px;
  font-family: "Source Sans Pro", sans-serif;
  color: #4b0a03;
  line-height: 28px;
  text-shadow: none;
  line-height: 56px;
  padding: 0 5px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li a,
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li p {
  color: #4b0a03;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  min-height: 13px;
  min-width: 35px;
  padding: 7px;
  line-height: 1;
  border-radius: 9px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li a {
  transition: background-color 0.2s linear;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li a:hover {
  background-color: #b51e0e;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.24) inset, 1px 1px 1px #d42e1d;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdFriendRequest a:before, .EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdFollow a:before, .EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdComposeMessage a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-right: 3px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdFriendRequest a:before {
  content: "";
  font-size: 16px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdFollow a:before {
  content: "";
  font-size: 13px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdComposeMessage {
  border: none;
  position: static;
  float: right;
  padding-top: 3px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdComposeMessage a {
  background-image: none;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdComposeMessage a span {
  display: inline;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdComposeMessage a:before {
  content: "";
  font-size: 19px;
}
.EasyDNNSkin_NewsMagazine #mdMemberList > li .mdMemberDetails .mdHoverActions > li.mdComposeMessage:hover {
  background: none transparent;
  box-shadow: none;
}
.EasyDNNSkin_NewsMagazine .mdMemberList .MdMemberInfo li.mdDisplayName a {
  color: #8c8c8c;
  font-family: "Coda", cursive;
  font-size: 16px;
  font-weight: normal;
}
.EasyDNNSkin_NewsMagazine .mdMemberList .MdMemberInfo li.mdDisplayName a:hover {
  color: #c81704;
}
.EasyDNNSkin_NewsMagazine .mdMemberList .MdMemberInfo li.mdEmail a {
  color: #8c8c8c;
  font-size: 12px;
}
.EasyDNNSkin_NewsMagazine .mdMemberList .MdMemberInfo li.mdEmail a:hover {
  color: #c81704;
}
.EasyDNNSkin_NewsMagazine .mdMemberList .mdHoverContent {
  background: none #fff;
  border: 1px solid #c81704;
  border-radius: 0;
  color: #8c8c8c;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}
.EasyDNNSkin_NewsMagazine .mdMemberList .mdHoverContent .mdHoverActions {
  border-top: solid 1px #c81704;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  line-height: 29px;
}
.EasyDNNSkin_NewsMagazine .mdMemberList .mdHoverContent .mdHoverActions > li {
  border-right: solid 1px #c81704;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  margin-right: -1px;
  padding: 0 7px;
}
.EasyDNNSkin_NewsMagazine .mdMemberList .mdHoverContent span.tooltipArrow {
  background: none #fff;
  border-style: solid;
  border-width: 1px;
  border-left-color: transparent !important;
  border-right-color: #c81704;
  border-top-color: transparent !important;
  border-bottom-color: #c81704;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -9px;
  height: 17px;
  width: 15px;
}
.EasyDNNSkin_NewsMagazine .mdLoadMore .dnnTertiaryAction {
  width: 85%;
  margin: 10px auto;
  display: block;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #journalContent,
.EasyDNNSkin_NewsMagazine div#journalItems div.journalrow div.journalitem ul.jcmt li.cmteditarea {
  line-height: 1.1;
  background: none #f3f3f3;
}
.EasyDNNSkin_NewsMagazine .journalTools {
  border: solid 1px #c81704;
  border-radius: 6px;
}
.EasyDNNSkin_NewsMagazine .journalTools + div {
  margin-top: 20px;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor {
  padding: 15px;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #journalClose {
  top: 0;
  right: 0;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #journalContent {
  margin-bottom: 8px;
  padding: 8px;
  width: 100%;
  font-size: 15px;
  border: none;
  box-shadow: none;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #tbar {
  bottom: 17px;
  height: 16px;
  margin: 6px 16px 4px;
  min-width: 80px;
  position: absolute;
  right: 6px;
  width: 78px;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #tbar > span {
  background: none transparent !important;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #tbar > span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: default;
  color: #adadad;
  font-size: 16px;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #tbar > span:hover:before {
  color: #c81704;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #tbar #tbar-perm:before {
  content: "";
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #tbar #tbar-attach:before {
  content: "";
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #tbar #tbar-photo:before {
  content: "";
}
.EasyDNNSkin_NewsMagazine .journalTools #journalEditor #tbar .securityMenu .handle {
  right: 9px;
  top: -26px;
}
.EasyDNNSkin_NewsMagazine .journalTools #btnShare {
  padding: 8px 20px;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalOptionArea {
  padding: 15px;
  top: auto;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-top: solid 1px #c81704;
  background: none transparent;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalOptionArea .fileUploadArea {
  padding: 0;
  background: none transparent;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalOptionArea div {
  padding: 0;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalOptionArea .journal_onlineFileShare {
  border: none;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalOptionArea .journal_localFileShare .dnnSecondaryAction,
.EasyDNNSkin_NewsMagazine .journalTools #journalOptionArea .journal_onlineFileShare .dnnSecondaryAction {
  text-transform: none !important;
  font-size: 13px;
  padding: 5px 10px;
  margin: 10px 0 0;
}
.EasyDNNSkin_NewsMagazine .journalTools #journalOptionArea .journal_localFileShare > span,
.EasyDNNSkin_NewsMagazine .journalTools #journalOptionArea .journal_onlineFileShare > span {
  color: #969696;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.EasyDNNSkin_NewsMagazine #journalEditor,
.EasyDNNSkin_NewsMagazine .jcmt .cmteditarea {
  background: none transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  text-shadow: none;
  width: 100%;
}
.EasyDNNSkin_NewsMagazine #journalEditor #journalClose,
.EasyDNNSkin_NewsMagazine #linkClose,
.EasyDNNSkin_NewsMagazine .miniclose,
.EasyDNNSkin_NewsMagazine .minidel {
  background: none transparent;
  height: 18px !important;
  width: 18px !important;
  text-align: center;
}
.EasyDNNSkin_NewsMagazine #journalEditor #journalClose:before,
.EasyDNNSkin_NewsMagazine #linkClose:before,
.EasyDNNSkin_NewsMagazine .miniclose:before,
.EasyDNNSkin_NewsMagazine .minidel:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c81704;
}
.EasyDNNSkin_NewsMagazine .journalTools #btnShare.disabled,
.EasyDNNSkin_NewsMagazine .jcmt li.cmtbtn a.disabled {
  background: none #eee !important;
  color: #fff !important;
  box-shadow: none !important;
  border-color: #E8E8E8 !important;
  text-shadow: none !important;
}
.EasyDNNSkin_NewsMagazine #journalItems {
  font-size: 12px;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalitem > p {
  color: #a6a3a3;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalitem > p .authorname {
  font-family: "Coda", cursive;
  font-size: 16px;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalitem > p .authorname a {
  color: #8c8c8c;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalitem > p .authorname a:hover {
  color: #c81704;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalitem .jphoto img {
  padding: 4px;
  border: solid 1px #c81704;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalitem .journalfooter {
  font-family: "Coda", cursive;
  font-size: 12px;
  font-weight: 300;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalrow {
  border: none;
  margin-bottom: 40px;
  padding: 0;
  overflow: hidden;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalrow .journalitem .jcmt {
  margin-top: 15px;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalrow .journalitem .jcmt .cmteditarea {
  border: solid 1px #c81704;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalrow .journalitem .jcmt .cmteditarea textarea,
.EasyDNNSkin_NewsMagazine #journalItems .journalrow .journalitem .jcmt .cmteditarea textarea:hover,
.EasyDNNSkin_NewsMagazine #journalItems .journalrow .journalitem .jcmt .cmteditarea textarea:focus {
  width: 100%;
  max-width: none;
  background: none transparent;
  box-shadow: none;
  border: none;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalrow .journalitem .jcmt .cmtbtn a {
  padding: 5px 15px;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalrow .journalitem .jcmt li abbr {
  color: #a6a3a3;
  font-family: "Coda", cursive;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalrow .journalitem .jcmt li p {
  padding: 0;
  font-size: 11px;
}
.EasyDNNSkin_NewsMagazine #journalItems .author img,
.EasyDNNSkin_NewsMagazine .journalrow div.journalitem ul.jcmt li img {
  width: 84px;
  max-width: 100%;
  padding: 0;
  border-radius: 42px;
}
.EasyDNNSkin_NewsMagazine #journalItems .journalitem,
.EasyDNNSkin_NewsMagazine .journalrow div.journalitem ul.jcmt li p {
  margin-left: 104px;
  overflow: hidden;
}
.EasyDNNSkin_NewsMagazine .ModViewProfileC {
  overflow: hidden;
}
.EasyDNNSkin_NewsMagazine .UserProfileControls ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.EasyDNNSkin_NewsMagazine .UserProfileControls ul li {
  list-style-type: none;
  margin: 0 0 5px;
  padding: 0;
  display: inline-block;
}
.EasyDNNSkin_NewsMagazine .UserProfileControls ul li .dnnSecondaryAction {
  font-size: 12px;
  margin: 0;
  padding: 6px 15px;
}
.EasyDNNSkin_NewsMagazine #UserProfileImg {
  float: left;
  margin-bottom: 10px;
}
.EasyDNNSkin_NewsMagazine #UserProfileImg img {
  padding: 4px;
  border: solid 1px #c81704;
}
.EasyDNNSkin_NewsMagazine .dnnAdminTabNav {
  border-bottom: 1px solid #c81704;
  height: 31px;
  border-radius: 0;
}
.EasyDNNSkin_NewsMagazine .dnnAdminTabNav li {
  background: none transparent;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.EasyDNNSkin_NewsMagazine .dnnAdminTabNav li a {
  background: none transparent;
  border: solid 1px transparent;
  border-radius: 0;
  border-bottom: none;
  font-family: "Coda", cursive;
  font-weight: 300;
  font-size: 14px;
  height: 30px;
  padding: 0 13px;
  line-height: 30px;
  margin: 0 0 -1px !important;
  color: #8c8c8c;
}
.EasyDNNSkin_NewsMagazine .dnnAdminTabNav li a:hover {
  color: #c81704;
  background: none transparent;
}
.EasyDNNSkin_NewsMagazine .dnnAdminTabNav li.ui-tabs-active a {
  border-color: #c81704;
  padding: 0 13px;
}
.EasyDNNSkin_NewsMagazine .dnnAdminTabNav li.ui-state-focus {
  background: none transparent;
  box-shadow: none;
}
.EasyDNNSkin_NewsMagazine .dnnAdminTabNav li.ui-state-focus a {
  background: none transparent;
  box-shadow: none;
  border-color: #c81704;
}
.EasyDNNSkin_NewsMagazine #smMainContent .dnnAdminTabNav li a span {
  background: none #e71601;
  border-radius: 11px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  line-height: 1;
  min-width: 20px;
  padding: 4px;
  text-align: center;
  text-shadow: none;
  display: inline-block;
  box-shadow: none;
  margin: -4px 10px 0 0;
  vertical-align: middle;
}
.EasyDNNSkin_NewsMagazine .messageControls {
  border: none;
  padding: 0;
}
.EasyDNNSkin_NewsMagazine .messageControls .messageSelect .dnnButtonGroup li {
  margin-right: 5px;
}
.EasyDNNSkin_NewsMagazine .messageControls .messageFolders .dnnButtonGroup li {
  margin-left: 5px;
}
.EasyDNNSkin_NewsMagazine .messageControls .dnnButtonGroup {
  background: none transparent;
  border: none;
  box-shadow: none;
}
.EasyDNNSkin_NewsMagazine .messageControls .dnnButtonGroup > li {
  border: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: none transparent !important;
  box-shadow: none !important;
}
.EasyDNNSkin_NewsMagazine .messageControls .dnnButtonGroup > li > a {
  border: solid 1px #c81704;
  border-radius: 5px;
  background: none transparent;
  font-family: "Coda", cursive;
  font-size: 13px;
  font-weight: 300;
  padding: 8px 15px;
  line-height: 1;
}
.EasyDNNSkin_NewsMagazine .messageControls .dnnButtonGroup > li > a span {
  color: #8c8c8c;
  margin: 0 !important;
}
.EasyDNNSkin_NewsMagazine .messageControls .dnnButtonGroup > li > a:hover {
  background: none #c81704;
}
.EasyDNNSkin_NewsMagazine .messageControls .dnnButtonGroup > li > a:hover span {
  color: #fff;
}
.EasyDNNSkin_NewsMagazine .messageControls .dnnButtonGroup > li.selectDrop > a:after {
  background: none transparent !important;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 20px;
  color: #c81704;
}
.EasyDNNSkin_NewsMagazine .messageControls .dnnButtonGroup > li.selectDrop > a:hover:after {
  color: #fff;
}
.EasyDNNSkin_NewsMagazine .messageControls .dnnButtonGroup > li.selectDrop > ul {
  background: none #fff;
  border: 1px solid #c81704;
  border-radius: 2px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.7);
  top: 35px;
}
.EasyDNNSkin_NewsMagazine #smMainContent .dnnFormExpandContent {
  text-align: right;
}
.EasyDNNSkin_NewsMagazine #smMainContent .dnnFormExpandContent .ComposeMessage {
  font-family: "Coda", cursive;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}
.EasyDNNSkin_NewsMagazine #smMainContent .dnnFormExpandContent .ComposeMessage:before {
  content: "";
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
}
.EasyDNNSkin_NewsMagazine .smListings > ul {
  margin: 0;
  padding: 0;
}
.EasyDNNSkin_NewsMagazine .smListings > ul > li {
  background: none #f3f3f3;
  border-bottom: none;
  border-top: dashed 1px #a8a4a4;
}
.EasyDNNSkin_NewsMagazine .smListings > ul > li.active {
  background: none transparent;
}
.EasyDNNSkin_NewsMagazine .smListings > ul > li > ul > li .profileImg {
  background: none transparent;
  border: solid 1px #c81704;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 5px;
}
.EasyDNNSkin_NewsMagazine .smListings > ul > li > ul > li .profileImg span {
  width: 62px;
  height: 62px;
  border: solid 4px #fff;
}
.EasyDNNSkin_NewsMagazine .smListings > ul > li > ul > li .profileImg span em {
  width: 54px;
  height: 54px;
}
.EasyDNNSkin_NewsMagazine .smListings > ul > li > ul > li .profileImg span em img {
  width: 100%;
  height: 100%;
}
.EasyDNNSkin_NewsMagazine .smListings dl .subject {
  font-family: "Coda", cursive;
  font-size: 15px;
  font-weight: bold;
}
.EasyDNNSkin_NewsMagazine .smListings dl .meta {
  font-family: "Coda", cursive;
  font-size: 13px;
  display: inline-block;
}
.EasyDNNSkin_NewsMagazine .smListings dl .meta em {
  font-style: normal;
}
.EasyDNNSkin_NewsMagazine .smListings dl .message {
  color: #757575;
  font-size: 12px;
}
.EasyDNNSkin_NewsMagazine .smListings .smTimeStamped {
  color: #757575;
  font-size: 12px;
}
.EasyDNNSkin_NewsMagazine .smListings .messages > li .ActiveToggle,
.EasyDNNSkin_NewsMagazine .smListings .messages > li .ActiveToggle:hover {
  background: none #e7ebf1;
  border-radius: 7px;
  box-shadow: 0px 1px 0px 0px #fff inset;
  position: relative;
  line-height: 1;
  width: 26px;
  height: 26px;
  border: solid 1px #dbdee6;
  text-indent: 0;
}
.EasyDNNSkin_NewsMagazine .smListings .messages > li .ActiveToggle > span,
.EasyDNNSkin_NewsMagazine .smListings .messages > li .ActiveToggle:hover > span {
  display: none;
}
.EasyDNNSkin_NewsMagazine .smListings .messages > li .ActiveToggle:before, .EasyDNNSkin_NewsMagazine .smListings .messages > li .ActiveToggle:after {
  position: absolute;
  width: 16px;
  height: 16px;
}
.EasyDNNSkin_NewsMagazine .smListings .messages > li .ActiveToggle:before {
  content: "";
  border: solid 1px #cbd0da;
  box-shadow: 0px 3px 4px 0px #b5b9c1;
  background-color: #eaedf3;
  border-radius: 4px;
  top: 4px;
  left: 4px;
}
.EasyDNNSkin_NewsMagazine .smListings .messages > li .ActiveToggle:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #a01203;
  text-shadow: 1px 1px 1px #fff;
  font-size: 12px;
  top: 6px;
  left: 2px;
}
.EasyDNNSkin_NewsMagazine .smListings .messages > li .ActiveToggle:hover:before {
  background-color: #fff;
}
.EasyDNNSkin_NewsMagazine .smListings .messages > li.active .ActiveToggle:after {
  display: none;
}
.EasyDNNSkin_NewsMagazine textarea#replyMessage,
.EasyDNNSkin_NewsMagazine textarea#replyMessage:hover,
.EasyDNNSkin_NewsMagazine textarea#replyMessage:focus {
  border: 1px solid #C81704;
  border-radius: 5px;
  padding: 10px;
  background: none #F3F3F3;
  box-shadow: none;
}
.EasyDNNSkin_NewsMagazine .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
  width: 12%;
}
.EasyDNNSkin_NewsMagazine .DnnModule-Messaging-Details .smListings .ListCol-2 {
  width: 60%;
}
.EasyDNNSkin_NewsMagazine .DnnModule-Messaging-Details .smListings .ListCol-1 {
  width: 12%;
}

.eds_Tabs {
  border: solid 1px #c81704;
  border-radius: 5px;
}
.eds_Tabs .eds_tabsNav {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border-radius: 5px 5px 0 0;
  border-bottom: solid 1px #c81704;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_Tabs .eds_tabsNav {
    border-bottom: none;
  }
}
.eds_Tabs .eds_tabsNav > li {
  display: inline-block;
  list-style-type: none;
  cursor: pointer;
  color: #b4b4b4;
  font-family: "Coda", cursive;
  font-size: 18px;
  border-color: #c81704;
  border-width: 0 1px 0 0;
  border-style: solid;
  padding: 7px 20px;
  margin: 0;
  line-height: 1;
  transition: color 300ms linear;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_Tabs .eds_tabsNav > li {
    display: block;
    border-width: 0 0 1px;
  }
}
.eds_Tabs .eds_tabsNav > li:hover {
  color: #c81704;
}
.eds_Tabs .eds_tabsNav > li.edsTabulator_active {
  border-bottom: solid 1px #fff;
  margin-bottom: -1px;
  color: #c81704;
  border-radius: 0 5px 0 0;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .eds_Tabs .eds_tabsNav > li.edsTabulator_active {
    margin-bottom: 0;
  }
}
.eds_Tabs .edsTabulator_tabsWrapper {
  overflow: hidden;
  position: relative;
}
.eds_Tabs .edsTabulator_tabsWrapper .edsTabulator_tab {
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 0;
  z-index: 0;
  transition: opacity 300ms linear;
}
.eds_Tabs .edsTabulator_tabsWrapper .edsTabulator_tab.edsTabulator_active {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
  width: 100%;
}
.eds_Tabs.eds_Tabs2 .eds_tabsNav > li.edsTabulator_active {
  background-color: #c81704;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
  border-bottom: none;
}

.eds_Accordion .edsAccordion_section {
  margin-bottom: 5px;
}
.eds_Accordion .edsAccordion_section .edsAccordion_title {
  position: relative;
  border-bottom: solid 1px #c81704;
  cursor: pointer;
  margin: 0;
  padding: 5px 2px;
  font-size: 20px;
  font-family: "Coda", cursive;
  line-height: 1;
  letter-spacing: normal;
  color: #c81704;
  transition: color 300ms linear;
}
.eds_Accordion .edsAccordion_section .edsAccordion_title:hover {
  color: #9f9f9f;
}
.eds_Accordion .edsAccordion_section .edsAccordion_title:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -1px;
  width: 23px;
  height: 23px;
  text-align: center;
  vertical-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: solid 1px #c81704;
  font-size: 20px;
  line-height: 1;
}
.eds_Accordion .edsAccordion_section .edsAccordion_contentWrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}
.eds_Accordion .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  padding: 10px 3px;
}
.eds_Accordion .edsAccordion_section.edsAccordion_active .edsAccordion_title:after {
  content: "";
  background-color: #c81704;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.eds_Accordion .edsAccordion_section.edsAccordion_active .edsAccordion_contentWrapper {
  height: auto;
}
.eds_Accordion.eds_Accordion2 .edsAccordion_section {
  border-radius: 4px;
}
.eds_Accordion.eds_Accordion2 .edsAccordion_section .edsAccordion_title {
  border: solid 1px #c81704;
  border-radius: 4px;
  padding: 4px 10px;
}
.eds_Accordion.eds_Accordion2 .edsAccordion_section .edsAccordion_title:after {
  right: -1px;
  top: -1px;
  height: auto;
  border-radius: 0 4px 4px 0;
  width: 33px;
  line-height: 30px;
}
.eds_Accordion.eds_Accordion2 .edsAccordion_section .edsAccordion_contentWrapper .edsAccordion_content {
  border: solid 1px #c81704;
  border-radius: 0 0 4px 4px;
  border-top: none;
  padding: 15px 10px;
}
.eds_Accordion.eds_Accordion2 .edsAccordion_section.edsAccordion_active .edsAccordion_title {
  margin-bottom: -2px;
}
.eds_Accordion.eds_Accordion3 .edsAccordion_section .edsAccordion_title {
  padding-left: 37px;
  font-size: 16px;
}
.eds_Accordion.eds_Accordion3 .edsAccordion_section .edsAccordion_title:after {
  left: 0;
  right: auto;
  content: "";
  background: #c81704 url("../../assets/images/elements/accordion3/accordionTitleIcon/predefined/accPlusMinus.png") no-repeat center 4px;
  border: none;
}
.eds_Accordion.eds_Accordion3 .edsAccordion_section.edsAccordion_active .edsAccordion_title:after {
  background-position: center -28px;
}

ul, ol {
  margin-left: 15px;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: upper-roman;
}
ol ol ol {
  list-style-type: lower-roman;
}

.list-unstyled {
  margin-left: 0;
}

.list-group {
  margin-left: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Coda", cursive;
  font-weight: normal;
  letter-spacing: normal;
  color: #c81704;
}

.page-header {
  border-bottom: solid 1px #c81704;
}
.page-header h1, .page-header h2, .page-header h3, .page-header h4, .page-header h5, .page-header h6 {
  color: #7c7c7c;
}

.eds_customFont {
  font-family: "Coda", cursive;
}

.eds_primaryColor {
  color: #c81704 !important;
}

.eds_lightText {
  color: #eee !important;
}

.eds_whiteColor {
  color: #fff !important;
}

.eds_darkColor {
  color: #313131 !important;
}

.eds_largerText {
  font-size: 120%;
  line-height: 1.2;
}

.eds_largeText {
  font-size: 200%;
  line-height: 1.1;
}

.eds_mediumLargeText {
  font-size: 300%;
  line-height: 1.1;
}

.eds_extraLargeText {
  font-size: 450%;
  line-height: 1.1;
}

.text-muted {
  color: #797676;
}

ul.eds_listCircle > li:before {
  color: #c81704;
  content: "";
  font: 900 9px/1.3 "Font Awesome 5 Free";
  left: 0;
  top: 5px;
}
ul.eds_listStar > li:before {
  color: #c81704;
  content: "";
  font: 900 9px/1.3 "Font Awesome 5 Free";
  left: 0;
  top: 4px;
}
ul.eds_listCheckSquare > li:before {
  color: #c81704;
  content: "";
  font: 900 13px/1.3 "Font Awesome 5 Free";
  left: 0;
  top: 2px;
}
ul.eds_listChevronCircle > li:before {
  color: #c81704;
  content: "";
  font: 900 13px/1.3 "Font Awesome 5 Free";
  left: 0;
  top: 3px;
}
ul.eds_listCircleO > li:before {
  color: #c81704;
  content: "";
  font: 10px/1.3 "Font Awesome 5 Free";
  left: 0;
  top: 5px;
}
ul.eds_listCheck > li:before {
  color: #c81704;
  content: "";
  font: 900 13px/1.3 "Font Awesome 5 Free";
  left: 0;
  top: 2px;
}
ul.eds_listCheckSquareO > li:before {
  color: #c81704;
  content: "";
  font: 13px/1.3 "Font Awesome 5 Free";
  left: 0;
  top: 2px;
}
ul.eds_listPaperclip > li:before {
  color: #c81704;
  content: "";
  font: 900 13px/1.3 "Font Awesome 5 Free";
  left: 0;
  top: 2px;
}
ul.eds_listCircle, ul.eds_listStar, ul.eds_listCheckSquare, ul.eds_listChevronCircle, ul.eds_listCircleO, ul.eds_listCheck, ul.eds_listCheckSquareO, ul.eds_listPaperclip {
  margin: 0 0 30px;
}
ul.eds_listCircle > li, ul.eds_listStar > li, ul.eds_listCheckSquare > li, ul.eds_listChevronCircle > li, ul.eds_listCircleO > li, ul.eds_listCheck > li, ul.eds_listCheckSquareO > li, ul.eds_listPaperclip > li {
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 15px;
  list-style-type: none;
}
ul.eds_listCircle > li:before, ul.eds_listStar > li:before, ul.eds_listCheckSquare > li:before, ul.eds_listChevronCircle > li:before, ul.eds_listCircleO > li:before, ul.eds_listCheck > li:before, ul.eds_listCheckSquareO > li:before, ul.eds_listPaperclip > li:before {
  position: absolute;
}

hr {
  display: block;
  margin: 15px 0 20px;
  border: none;
  border-bottom: 1px dashed #bfbfbf;
  position: relative;
  overflow: visible;
}
hr:after, hr:before {
  content: "";
  display: block;
}
hr.eds_hrStyle2 {
  border-bottom-style: solid;
}
hr.eds_hrStyle2:after {
  width: 16%;
  border-bottom: solid 3px #c81704;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -8%;
}
hr.eds_hrStyle3 {
  border-bottom-style: solid;
}
hr.eds_hrStyle3:after {
  width: 16%;
  border-bottom: solid 3px #c81704;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -8%;
}
hr.eds_hrStyle3:before {
  position: absolute;
  width: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent #c81704;
  top: -11px;
  left: 50%;
  margin-left: -3px;
}
hr.eds_hrStyle4 {
  border-bottom-style: solid;
}
hr.eds_hrStyle4:after {
  width: 16%;
  border-bottom: solid 3px #c81704;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -8%;
  z-index: 1;
}
hr.eds_hrStyle4:before {
  width: 8%;
  border-bottom: solid 7px #c81704;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -4%;
  z-index: 2;
}

.eds_info {
  padding: 8px;
  margin: 10px 0;
  display: block;
  line-height: 30px;
  font-size: 13px;
}
.eds_info:before {
  float: left;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  text-align: center;
  margin-right: 12px;
}
.eds_info.bg-primary:before {
  content: "";
}
.eds_info.bg-success:before {
  content: "";
  color: #02A700;
}
.eds_info.bg-info:before {
  content: "";
  color: #006BDD;
}
.eds_info.bg-warning:before {
  content: "";
  color: #BCBB00;
}
.eds_info.bg-danger:before {
  content: "";
  color: #C82020;
}

.Normal pre {
  margin-top: 15px;
  margin-bottom: 15px;
}

address {
  font-size: 15px;
}
address strong {
  font-family: "Coda", cursive;
  font-weight: normal;
  font-size: 16px;
}

.eds_form > div {
  margin-bottom: 10px;
}
.eds_form label {
  font-family: "Coda", cursive;
  font-size: 14px;
  font-weight: normal;
  width: 100px;
  vertical-align: top;
}
.eds_form .btn {
  margin-left: 100px !important;
}

.eds_mainTitle {
  text-align: center;
  padding: 20px 0;
}
.eds_mainTitle h2 {
  font-size: 66px;
  line-height: 1;
  margin: 0 0 40px;
  padding: 0;
}
.eds_mainTitle p {
  font-size: 33px;
  line-height: 1;
  color: #a4a4a4;
  font-family: "Coda", cursive;
}
.eds_mainTitle p + p {
  margin-top: 20px;
}

.EasyDNNSkin_NewsMagazine .dnnPrimaryAction,
.EasyDNNSkin_NewsMagazine .dnnSecondaryAction,
.EasyDNNSkin_NewsMagazine .dnnTertiaryAction {
  padding: 9px 25px;
  line-height: 1;
  border-radius: 6px;
  font-family: "Coda", cursive;
  text-decoration: none;
}
.EasyDNNSkin_NewsMagazine .dnnSecondaryAction,
.EasyDNNSkin_NewsMagazine #journalOptionArea .journal_localFileShare .dnnSecondaryAction {
  border: solid 1px #ddd;
  background: none #fff;
  color: #c81704;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: normal;
  box-shadow: none;
  line-height: 0.8;
}
.EasyDNNSkin_NewsMagazine .dnnSecondaryAction:hover,
.EasyDNNSkin_NewsMagazine #journalOptionArea .journal_localFileShare .dnnSecondaryAction:hover {
  color: #8c8c8c;
  border: solid 1px #ae2b1d;
  background: none #fff;
  box-shadow: none;
}
.EasyDNNSkin_NewsMagazine .dnnTertiaryAction {
  border: none;
  background: none #6e6868;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 20px 10px -10px #a59b9b inset;
  color: #fff;
  line-height: 1.1;
  font-family: "Source Sans Pro", sans-serif;
  transition: background-color 300ms linear;
}
.EasyDNNSkin_NewsMagazine .dnnTertiaryAction:hover {
  box-shadow: none;
  background: none #988f8f;
}
.EasyDNNSkin_NewsMagazine .dnnPrimaryAction,
.EasyDNNSkin_NewsMagazine .journalTools #btnShare,
.EasyDNNSkin_NewsMagazine .jcmt li.cmtbtn a {
  border: 1px solid #c81704;
  color: #c81704;
  margin: 0;
  text-shadow: none;
  background: none #fff;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  box-shadow: none;
  line-height: 1;
  font-weight: normal;
  font-size: 13px;
}
.EasyDNNSkin_NewsMagazine .dnnPrimaryAction:hover,
.EasyDNNSkin_NewsMagazine .journalTools #btnShare:hover,
.EasyDNNSkin_NewsMagazine .jcmt li.cmtbtn a:hover {
  color: #fff !important;
  text-shadow: none;
  background: none #c81704;
  border-color: #c81704;
}
.EasyDNNSkin_NewsMagazine .btn-toolbar + .btn-toolbar {
  margin-top: 10px;
}

.eds_btn {
  display: inline-block;
  border: 1px solid #c81704;
  background: none #fff;
  text-shadow: none;
  text-decoration: none;
  line-height: 1;
  font-family: "Coda", cursive;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 4px;
  box-shadow: none;
  color: #c81704;
  transition: all 200ms linear;
}
.eds_btn:hover {
  color: #fff;
  background-color: #c81704;
  text-decoration: none;
  box-shadow: none;
}
.eds_btn.eds_btnLarge {
  font-size: 20px;
  padding: 12px 20px;
  border-width: 2px;
}
.eds_btn.eds_btnSuccess {
  background-color: #5dba5f;
  border-color: #438e41;
}
.eds_btn.eds_btnSuccess:hover {
  background-color: #438e41;
}
.eds_btn.eds_btnInfo {
  background-color: #bdbdbd;
  border-color: #909090;
}
.eds_btn.eds_btnInfo:hover {
  background-color: #909090;
}
.eds_btn.eds_btnWarning {
  background-color: #f9ab3c;
  border-color: #e78a04;
}
.eds_btn.eds_btnWarning:hover {
  background-color: #e78a04;
}
.eds_btn.eds_btnDanger {
  background-color: #d94e49;
  border-color: #9d241e;
}
.eds_btn.eds_btnDanger:hover {
  background-color: #9d241e;
}
.eds_btn.eds_btnSuccess, .eds_btn.eds_btnInfo, .eds_btn.eds_btnWarning, .eds_btn.eds_btnDanger {
  color: #fff;
}

.eds_scrollToButton {
  display: inline-block;
  text-align: center;
  border: solid 2px #fff;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 15%;
  width: 110px;
  height: 110px;
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  transition: all 250ms ease;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_scrollToButton {
    width: 55px;
    height: 53px;
    border-width: 1px;
  }
}
.eds_scrollToButton:hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.eds_scrollToButton:hover:before {
  text-decoration: none;
}
.eds_scrollToButton > span {
  display: none;
}
.eds_scrollToButton:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 32px;
  line-height: 102px;
  text-decoration: none;
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_scrollToButton:before {
    font-size: 21px;
    line-height: 52px;
  }
}
.eds_scrollToButton.eds_small {
  width: 75px;
  height: 75px;
}
.eds_scrollToButton.eds_small:before {
  line-height: 71px;
  font-size: 22px;
}
.eds_scrollToButton.eds_scrollDown:before {
  content: "";
}
.eds_scrollToButton.eds_scrollUp:before {
  content: "";
}

.eds_backToTop {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #c81704;
  border: solid 2px #fff;
  text-decoration: none;
  transition: all 1s ease;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_backToTop {
    width: 38px;
    height: 38px;
  }
}
.eds_backToTop:hover {
  background-color: #a00000;
  text-decoration: none;
}
.eds_backToTop:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  content: "";
  color: #202020;
  font: 900 23px/0 "Font Awesome 5 Free";
  text-decoration: none;
}
.eds_backToTop > span {
  display: none;
}
.eds_backToTop.eds_backToTopVisible {
  visibility: visible;
  opacity: 1;
}
.eds_backToTop.eds_backToTopFadeOut {
  opacity: 0.6;
}

.eds_readMore {
  display: inline-block;
}
.eds_readMore::before {
  content: "";
  padding-right: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #222;
  float: left;
}

.edsFooterBackground .eds_readMore::before {
  color: #fff;
}

.eds_faButtons > a {
  font-size: 40px;
  color: #515151;
  text-decoration: none;
  margin: 4px;
  transition: color 300ms linear;
}
.eds_faButtons > a:hover {
  color: #c81704;
  text-decoration: none;
}
.eds_faButtons.eds_invertIcons > a {
  color: #fff;
}
.eds_faButtons.eds_invertIcons > a:hover {
  color: #c81704;
}

/* Animate.css - http://daneden.me/animate
 * Licensed under the MIT license.
 * Copyright (c) 2013 Daniel Eden,
 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.bounceOnHover:hover {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

.flashOnHover:hover {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.pulseOnHover:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

.shakeOnHover:hover {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.swingOnHover:hover {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

.tadaOnHover:hover {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.wobbleOnHover:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceInOnHover:hover {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.bounceInDownOnHover:hover {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.bounceInLeftOnHover:hover {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.bounceInRightOnHover:hover {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.bounceInUpOnHover:hover {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

.bounceOutOnHover:hover {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

.bounceOutDownOnHover:hover {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

.bounceOutLeftOnHover:hover {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

.bounceOutRightOnHover:hover {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

.bounceOutUpOnHover:hover {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInOnHover:hover {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownOnHover:hover {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

.fadeInDownBigOnHover:hover {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftOnHover:hover {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.fadeInLeftBigOnHover:hover {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightOnHover:hover {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

.fadeInRightBigOnHover:hover {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpOnHover:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.fadeInUpBigOnHover:hover {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.fadeOutOnHover:hover {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.fadeOutDownOnHover:hover {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

.fadeOutDownBigOnHover:hover {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.fadeOutLeftOnHover:hover {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

.fadeOutLeftBigOnHover:hover {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.fadeOutRightOnHover:hover {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

.fadeOutRightBigOnHover:hover {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.fadeOutUpOnHover:hover {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

.fadeOutUpBigOnHover:hover {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

.flipOnHover:hover {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInXOnHover:hover {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.flipInYOnHover:hover {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.flipOutXOnHover:hover {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

.flipOutYOnHover:hover {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.lightSpeedInOnHover:hover {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.lightSpeedOutOnHover:hover {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

.rotateInOnHover:hover {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

.rotateInDownLeftOnHover:hover {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

.rotateInDownRightOnHover:hover {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

.rotateInUpLeftOnHover:hover {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

.rotateInUpRightOnHover:hover {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

.rotateOutOnHover:hover {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

.rotateOutDownLeftOnHover:hover {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

.rotateOutDownRightOnHover:hover {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

.rotateOutUpLeftOnHover:hover {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

.rotateOutUpRightOnHover:hover {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInDownOnHover:hover {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInLeftOnHover:hover {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInRightOnHover:hover {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

.slideOutLeftOnHover:hover {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

.slideOutRightOnHover:hover {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.slideOutUpOnHover:hover {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

.hingeOnHover:hover {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

.rollInOnHover:hover {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.rollOutOnHover:hover {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.eds_animationDemo p {
  background-color: #ddd;
  border-radius: 6px;
  border: solid 1px #ccc;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
}
.eds_animationDemo.eds_animationOnViewDemo p {
  padding: 50px 0;
}

.eds_demoCode {
  padding: 10px 0;
}
.eds_demoCode .eds_openButton:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 5px;
}

.eds_marginBottom {
  margin-bottom: 7px;
}

.eds_glyphicons {
  margin: 0;
  padding: 0;
}
.eds_glyphicons li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 10px 0;
  margin: 0;
  list-style-type: none;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .eds_glyphicons li {
    width: 47%;
  }
}
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .eds_glyphicons li {
    width: auto;
    display: block;
  }
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 1px;
  border-left-color: #eeeeee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout.bd-callout-danger {
  border-left-color: #d9534f;
}

.eds_demoCode {
  margin: 15px 0;
}
.eds_demoCode pre {
  margin: 0;
}
.eds_demoCode pre + pre {
  margin-top: 10px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.eds_example [class^="border"] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: #f5f5f5;
  border: 1px solid;
}
.eds_example::after {
  display: block;
  clear: both;
  content: "";
}
.eds_example .close {
  float: none;
}
.eds_example .bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15);
}
.eds_example .eds_btn {
  margin: 10px;
}
.eds_example .progress + .progress {
  margin-top: 10px;
}
.eds_example.example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}
.eds_example.example-row-flex-cols .row + .row {
  margin-top: 1rem;
}
.eds_example .fixed-top,
.eds_example .sticky-top,
.eds_example .fixed-bottom {
  position: static;
}

.eds_gridExample .eds_example .row > .col,
.eds_gridExample .eds_example .row > [class^="col-"] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

.eds_buttonDemo .eds_btn {
  margin: 0.5rem;
}

.bd-example > .alert + .alert, .bd-example > .nav + .nav,
.bd-example > .navbar + .navbar,
.bd-example > .progress + .btn,
.bd-example > .progress + .progress {
  margin-top: 1rem;
}

.cheatsheet-set article.icon {
  border-bottom: dotted 1px #eee;
}
.cheatsheet-set article.icon > div,
.cheatsheet-set article.icon > dl,
.cheatsheet-set article.icon > dl dt,
.cheatsheet-set article.icon > dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
.cheatsheet-set article.icon > dl dt,
.cheatsheet-set article.icon > dl dd {
  font-size: 14px;
  font-family: Arial;
}
.cheatsheet-set article.icon > dl dd:last-child {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 13px;
  background-color: #F5F5F5;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

#ControlBar_ControlPanel *,
.actionMenu *,
.dnnDropDownList * {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .showControlBar .eds_header.eds_userLoginContainerVisible .eds_userLoginContainer,
  .showControlBar .eds_header.eds_searchVisible .eds_search {
    top: 70px;
  }
}

div.dnnRegistrationForm {
  min-width: 0;
  width: auto;
}
div.dnnRegistrationForm .dnnForm {
  width: auto;
  float: none;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  div.dnnRegistrationForm .dnnFormItem input[type="text"],
  div.dnnRegistrationForm .dnnFormItem input[type="password"],
  div.dnnRegistrationForm .dnnFormItem input[type="email"],
  div.dnnRegistrationForm .dnnFormItem input[type="tel"],
  div.dnnRegistrationForm .dnnFormItem select,
  div.dnnRegistrationForm .dnnFormItem textarea {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  div.dnnRegistrationForm .dnnFormItem .dnnLabel,
  div.dnnRegistrationForm .dnnFormItem label {
    width: auto;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  div.dnnRegistrationForm .dnnFormItem .password-strength-container {
    width: 100%;
  }
}

.dnnLogin .LoginPanel {
  max-width: 100%;
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .dnnLogin .dnnFormItem .dnnLabel,
  .dnnLogin .dnnFormItem label {
    width: auto;
  }
}

.personalBarContainer ~ .eds_headertop {
  left: 80px;
}
@media handheld, only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  .personalBarContainer ~ .eds_headertop {
    left: 0;
  }
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .personalBarContainer ~ .EasyDNNSkin_NewsMagazine .eds_userLoginContainer,
  .personalBarContainer ~ .EasyDNNSkin_NewsMagazine .eds_search {
    margin-left: 80px;
  }
}
@media handheld, only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  .personalBarContainer ~ .EasyDNNSkin_NewsMagazine .eds_userLoginContainer,
  .personalBarContainer ~ .EasyDNNSkin_NewsMagazine .eds_search {
    margin-left: 0;
  }
}
.personalBarContainer ~ .EasyDNNSkin_NewsMagazine .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
  margin-left: 80px;
}
@media handheld, only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
  .personalBarContainer ~ .EasyDNNSkin_NewsMagazine .raMenuWrapper > ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth > div {
    margin-left: 0;
  }
}

.eds_up .personalBarContainer ~ .EasyDNNSkin_NewsMagazine .eds_fixedMenuAndTools {
  margin-left: 80px;
}
@media handheld, only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  .eds_up .personalBarContainer ~ .EasyDNNSkin_NewsMagazine .eds_fixedMenuAndTools {
    margin-left: 0;
  }
}

.eds_fixedHeader .personalBarContainer ~ .EasyDNNSkin_NewsMagazine .eds_fixedMenuAndTools {
  margin-left: 80px;
}
@media handheld, only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
  .eds_fixedHeader .personalBarContainer ~ .EasyDNNSkin_NewsMagazine .eds_fixedMenuAndTools {
    margin-left: 0;
  }
}

.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail .eds_thCaption > a {
  height: auto;
  position: relative;
  width: auto;
  font-size: 1rem;
  line-height: 1.3;
  opacity: 1;
  text-indent: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 img {
  opacity: 0.8;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle {
  color: #c81704;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thTitle::after {
  top: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style1 .eds_thCaption > .eds_thDescription {
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style2 img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style2 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3::after {
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thTitle::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style3 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style4 img {
  opacity: 0.35;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thTitle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style4 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5 img {
  opacity: 0.6;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thTitle {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style5 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style6 img {
  opacity: 0.35;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thTitle,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style6 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7::before, .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7 img {
  opacity: 0.35;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style7 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style8::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-10%, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(-10%, 110%, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style8 img {
  opacity: 0.35;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style8 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style9 img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style9 .eds_thCaption > .eds_thDescription {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style10::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style10 img {
  opacity: 0.35;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_animatedTumbnail.eds_style10 .eds_thCaption > .eds_thDescription {
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox1,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox2 {
  position: static;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox1 .eds_flipBox,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox2 .eds_flipBox {
  height: auto !important;
  position: static;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox {
  height: auto !important;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox .eds_front,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_flipBox .eds_behind {
  overflow: visible;
  position: static;
  transform: none;
  transition: none;
  z-index: auto;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle1 > span,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle2 > span {
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle1 > span:before,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle2 > span:before {
  opacity: 0;
  visibility: hidden;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle1 > span:after,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle2 > span:after {
  opacity: 1;
  visibility: visible;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle1 > ul,
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle2 > ul {
  display: block !important;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle1 > ul > li:after {
  opacity: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle1 > ul > li > a {
  visibility: visible;
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle1 > ul > li > a:after {
  width: auto;
  right: 0;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle1 > ul > li > a:before {
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle2 > ul > li .eds_icon {
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
  font-size: 15px;
  visibility: visible;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle2 > ul > li img.eds_icon {
  width: 34px;
  height: 34px;
  padding: 7px;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle2 > ul > li > a {
  color: #fff;
  text-shadow: none;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenuStyle2 > ul > li > a:after {
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > span {
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > span:before {
  opacity: 0;
  visibility: hidden;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > span:after {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > span:hover:after {
  color: #c81704;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li {
  background-color: #c81704;
  opacity: 1;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li > a {
  color: #fff;
  text-decoration: none;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li .eds_icon {
  z-index: 3;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(1) {
  -ms-transform: translate(0px, -150px);
  -webkit-transform: translate(0px, -150px);
  transform: translate(0px, -150px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(1) {
    -ms-transform: translate(0px, -70px);
    -webkit-transform: translate(0px, -70px);
    transform: translate(0px, -70px);
  }
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(2) {
  -ms-transform: translate(105px, -105px);
  -webkit-transform: translate(105px, -105px);
  transform: translate(105px, -105px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(2) {
    -ms-transform: translate(50px, -50px);
    -webkit-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
  }
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(3) {
  -ms-transform: translate(150px, 0px);
  -webkit-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(3) {
    -ms-transform: translate(70px, 0px);
    -webkit-transform: translate(70px, 0px);
    transform: translate(70px, 0px);
  }
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(4) {
  -ms-transform: translate(105px, 105px);
  -webkit-transform: translate(105px, 105px);
  transform: translate(105px, 105px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(4) {
    -ms-transform: translate(50px, 50px);
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(5) {
  -ms-transform: translate(0, 150px);
  -webkit-transform: translate(0, 150px);
  transform: translate(0, 150px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(5) {
    -ms-transform: translate(0, 70px);
    -webkit-transform: translate(0, 70px);
    transform: translate(0, 70px);
  }
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(6) {
  -ms-transform: translate(-105px, 105px);
  -webkit-transform: translate(-105px, 105px);
  transform: translate(-105px, 105px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(6) {
    -ms-transform: translate(-50px, 50px);
    -webkit-transform: translate(-50, 50px);
    transform: translate(-50px, 50px);
  }
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(7) {
  -ms-transform: translate(-150px, 0px);
  -webkit-transform: translate(-150px, 0px);
  transform: translate(-150px, 0px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(7) {
    -ms-transform: translate(-70px, 0px);
    -webkit-transform: translate(-70px, 0px);
    transform: translate(-70px, 0px);
  }
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(8) {
  -ms-transform: translate(-105px, -105px);
  -webkit-transform: translate(-105px, -105px);
  transform: translate(-105px, -105px);
}
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_circularMenu > ul li:nth-child(8) {
    -ms-transform: translate(-50px, -50px);
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenu {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_floatingMenu.eds_circularMenu {
  top: 150px;
  left: 150px;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_infoBox .eds_info_1 {
  background-color: #d91600;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_infoBox .eds_info_1 > h3 {
  color: #fff;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_infoBox .eds_info_1 > p {
  color: #4b0a03;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_infoBox .eds_info_1 > img {
  border-color: #c81704;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_infoBox .eds_info_2 {
  top: 100%;
  height: auto;
  color: #fff;
  padding: 10px 20px;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_infoBox2 .eds_info_1 .eds_info_2 {
  visibility: visible;
  position: static;
}
.edsBB__wrapper.edsBB__interfaceLoaded .note-editor .eds_infoBox2 .boxTitle {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  background-color: #ec1601;
  box-shadow: 0 -40px 20px -20px #9f1808 inset;
}

/* Version 11.5 */
