@charset "UTF-8";
body {
  background-color: #fff;
  color: #184377;
  text-align: justify; }

a:link, a:visited {
  text-decoration: none;
  color: #fff; }
a:hover {
  color: #000; }

.gridContainer {
  width: 100%;
  max-width: 1232px;
  padding-left: 4%;
  padding-right: 4%;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5%;
  background-color: #fff;
  color: #184377; }

.grow {
  transition: all 100ms ease-in; }

.grow:hover {
  transform: scale(1.1); }

.menuIcon {
  width: 14px;
  height: 14px; }

.callNow a {
  background: #fff;
  background: #184377;
  /* Old browsers */
  background: linear-gradient(to bottom, #184377 0%, #2973cc 100%);
  /* W3C */
  color: #c8e0f5;
  padding: 5px 20px;
  font-family: "Trebuchet MS", Verdana, Arial, "sans-serif";
  font-weight: bold;
  border-radius: 10px;
  border: solid #444 thin;
  border-right: solid #444 thick;
  box-shadow: 2px 2px 5px 2px #444; }
  .callNow a:link, .callNow a:visited, .callNow a:active {
    text-decoration: none;
    color: #c8e0f5; }

.callNow a:hover {
  color: #c8e0f5;
  text-decoration: none;
  background: #2973cc;
  /* Old browsers */
  background: linear-gradient(to bottom, #2973cc 0%, #184377 100%);
  /* W3C */ }

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: red;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */ }

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */ }

/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/
/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/
.wsmenu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0.08) !important;
  text-decoration: none; }

.hometext {
  display: inline-block !important; }

.megacollink {
  width: 96% !important;
  margin: 0% 2% !important; }

.megacolimage {
  width: 90% !important;
  margin: 0% 5% !important; }

.typographylinks {
  width: 98% !important;
  margin: 0% 1% !important; }

.typographydiv {
  width: 86% !important;
  margin: 0% 7% !important; }

.mainmapdiv {
  width: 90% !important;
  margin: 0% 5% !important; }

.wsmenu-submenu .fa {
  margin-right: 7px; }

#overlapblackbg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer; }

#overlapblackbg.menuopen {
  display: block; }

.wsmenu-submenu > li:hover > a {
  background-color: #7b7b7b;
  color: #666666; }

.wsmenu > .wsmenu-list > li > a.active {
  color: #666666;
  background-color: rgba(0, 0, 0, 0.08); }

.wsmenu > .wsmenu-list > li > a:hover {
  color: #666666;
  background-color: rgba(0, 0, 0, 0.08); }

.wsmenu-list li:hover .wsmenu-submenu {
  display: none; }

.wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
  display: none; }

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
  display: none;
  list-style: none;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff; }

.wsmenu-list li:first-child a {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.wsmenu-list li:last-child a {
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-right: 0px solid; }

.innerpnd {
  padding: 0px !important; }

.typography-text {
  padding: 10px 0px; }

.halfdiv {
  width: 35%;
  right: 0px !important;
  left: auto; }

.menu_form {
  width: 100%;
  display: block; }

.menu_form input[type="text"] {
  width: 100%;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px; }

.menu_form textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  padding: 8px 5px;
  margin-bottom: 8px;
  min-height: 122px; }

.menu_form input[type="submit"] {
  width: 25%;
  display: block;
  height: 28px;
  float: right;
  border: solid 1px #ccc;
  margin-right: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.menu_form input[type="button"] {
  width: 25%;
  display: block;
  height: 28px;
  float: right;
  border: solid 1px #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.wsoffcanvasopener .wsmenu {
  overflow-y: auto;
  left: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.wsmenucontainer.wsoffcanvasopener {
  display: block;
  margin-left: 240px; }

.wsmobileheader {
  display: block !important;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.wsmenu-list > li:hover > a {
  background-color: rgba(0, 0, 0, 0.08) !important;
  text-decoration: none; }

.hometext {
  display: inline-block !important; }

.megacollink {
  width: 96% !important;
  margin: 0% 2% !important; }

.megacolimage {
  width: 90% !important;
  margin: 0% 5% !important; }

.typographylinks {
  width: 98% !important;
  margin: 0% 1% !important; }

.typographydiv {
  width: 86% !important;
  margin: 0% 7% !important; }

.mainmapdiv {
  width: 90% !important;
  margin: 0% 5% !important; }

#overlapblackbg {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer; }

.wsoffcanvasopener #overlapblackbg {
  display: block !important; }

.wsmenu-submenu > li:hover > a {
  background-color: #7b7b7b;
  color: #666666; }

.wsmenu > .wsmenu-list > li > a.active {
  color: #666666;
  background-color: rgba(0, 0, 0, 0.08); }

.wsmenu > .wsmenu-list > li > a:hover {
  color: #666666;
  background-color: rgba(0, 0, 0, 0.08); }

.wsmenu-list li:hover .wsmenu-submenu {
  display: none; }

.wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
  display: none; }

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
  display: none;
  list-style: none;
  padding: 2px;
  border: solid 1px #eeeeee;
  background-color: #fff; }

.wsmenu-list li:first-child a {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px; }

.wsmenu-list li:last-child a {
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-right: 0px solid; }

.innerpnd {
  padding: 0px !important; }

.typography-text {
  padding: 10px 0px; }

.wsmenucontainer {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.wsmenu-click {
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  width: 100%; }

.wsmenu-click i {
  display: block;
  height: 23px;
  width: 25px;
  margin-top: 11px;
  margin-right: 8px;
  background-size: 25px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.25);
  float: right;
  text-align: center; }

.wsmenu-click02 {
  height: 43px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  width: 100%; }

.wsmenu-click02 i {
  display: block;
  height: 23px;
  width: 25px;
  margin-top: 11px;
  margin-right: 8px;
  background-size: 25px;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.25);
  float: right;
  text-align: center; }

.ws-activearrow > i {
  transform: rotate(180deg); }

.wsmenu-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.wsmenu-submenu-sub {
  width: 100% !important;
  position: static !important;
  left: 100% !important;
  top: 0 !important;
  display: none;
  margin: 0px !important;
  padding: 0px !important;
  border: solid 0px !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important; }

.wsmenu-submenu-sub li {
  margin: 0px 0px 0px 0px !important;
  padding: 0px;
  position: relative; }

.wsmenu-submenu-sub a {
  display: block;
  padding: 10px 25px 10px 25px;
  border-bottom: solid 1px #ccc;
  font-weight: normal; }

.wsmenu-submenu-sub li a.active {
  color: #000 !important; }

.wsmenu-submenu-sub li:hover > a {
  background-color: #333333 !important;
  color: #fff; }

.wsmenu-list > li > a .fa {
  margin-right: 6px; }

.wsmenu-submenu-sub-sub {
  width: 100% !important;
  position: static !important;
  left: 100% !important;
  top: 0 !important;
  display: none;
  margin: 0px !important;
  padding: 0px !important;
  border: solid 0px !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important; }

.wsmenu-submenu-sub-sub li {
  margin: 0px 0px 0px 0px !important; }

.wsmenu-submenu-sub-sub a {
  display: block;
  color: #000;
  padding: 10px 25px;
  background: #000 !important;
  border-bottom: solid 1px #ccc;
  font-weight: normal; }

.wsmenu-submenu-sub-sub li a.active {
  color: #000 !important; }

.wsmenu-submenu-sub-sub li:hover > a {
  background-color: #606060 !important;
  color: #fff; }

.wsmenu {
  position: relative; }

.wsmenu .wsmenu-list {
  padding: 0px;
  margin: 0px;
  height: 100%;
  display: block !important; }

.wsmenu .wsmenu-list > li {
  width: 240px;
  display: block;
  float: none;
  border-right: none;
  background-color: transparent;
  position: relative;
  white-space: inherit; }

.wsmenu > .wsmenu-list > li > a {
  padding: 9px 32px 9px 17px;
  font-size: 14px;
  text-align: left;
  border-right: solid 0px;
  background-color: transparent;
  color: #666666;
  line-height: 25px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.13);
  position: static;
  display: block; }

.wsmenu > .wsmenu-list > li > a > .fa {
  font-size: 16px;
  color: #bfbfbf; }

.wsmenu .wsmenu-list li a .arrow:after {
  display: none !important; }

.wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
  font-size: 12px !important;
  color: #8E8E8E; }

.mobile-sub .wsmenu-submenu {
  transform: none !important;
  opacity: 1 !important;
  display: none;
  position: relative !important;
  top: 0px;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0px;
  visibility: visible !important; }

.mobile-sub .wsmenu-submenu li {
  position: relative; }

.mobile-sub .wsmenu-submenu li a {
  line-height: 20px;
  height: 36px;
  background-color: #e7e7e7 !important;
  font-size: 13px !important;
  padding: 8px 0px 8px 18px;
  color: #8E8E8E;
  display: block; }

.mobile-sub .wsmenu-submenu li a:hover {
  background-color: #e7e7e7 !important;
  color: #666666;
  text-decoration: underline; }

.mobile-sub .wsmenu-submenu li:hover > a {
  background-color: #e7e7e7 !important;
  color: #666666; }

.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
  line-height: 20px;
  height: 36px;
  background-color: #e7e7e7 !important;
  border-bottom: none;
  padding-left: 28px; }

.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
  line-height: 20px;
  height: 36px;
  background-color: #e7e7e7 !important;
  border-bottom: none !important;
  padding-left: 38px;
  color: #8e8e8e; }

.wsmenu-list .megamenu {
  background-color: #e7e7e7;
  color: #666666;
  display: none;
  position: relative !important;
  top: 0px;
  padding: 0px;
  border: solid 0px;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important; }

.wsmenu-list li:hover .megamenu {
  display: none;
  position: relative !important;
  top: 0px; }

.megamenu .title {
  color: #666666;
  font-size: 15px !important;
  padding: 10px 8px 10px 0px;
  margin: 0px; }

.halfdiv .title {
  padding-left: 15px; }

.megamenu > ul {
  width: 100% !important;
  margin: 0px;
  padding: 0px;
  font-size: 13px !important; }

.megamenu > ul > li > a {
  padding: 9px 14px !important;
  line-height: normal !important;
  font-size: 13px !important;
  background-color: #e7e7e7 !important;
  color: #666666; }

.megamenu > ul > li > a:hover {
  background-color: #000000 !important; }

.ad-style {
  width: 100% !important; }

.megamenu ul li.title {
  line-height: 26px;
  color: #666666;
  margin: 0px;
  font-size: 15px;
  padding: 7px 13px !important;
  border-bottom: 1px solid #ccc;
  background-color: transparent !important; }

.halfdiv {
  width: 100%;
  display: block; }

.halfmenu {
  width: 100%;
  display: block; }

.menu_form {
  padding: 10px 10px 63px 10px;
  background-color: #e7e7e7; }

.menu_form input[type="button"] {
  width: 46%; }

.menu_form input[type="submit"] {
  width: 46%; }

.menu_form textarea {
  min-height: 100px; }

.wsmenu {
  width: 240px;
  left: -240px;
  height: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0px;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none !important;
  background-color: #fff !important; }

.animated-arrow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 102;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.callusicon {
  color: #c9c9c9;
  font-size: 25px;
  position: absolute;
  right: 18px;
  top: 29px;
  z-index: 102;
  transition: all 0.4s ease-in-out 0s;
  font-size: 19px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.callusicon:focus, callusicon:hover {
  color: #fff !important; }

.callusicon:focus, callusicon:hover {
  color: #fff !important; }

.smallogo {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 9px;
  position: fixed;
  z-index: 101;
  width: 100%;
  height: 52px;
  background: #262626;
  background: -moz-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(50%, #1c1c1c), color-stop(100%, #262626));
  background: -webkit-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
  background: -o-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
  background: -ms-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
  background: linear-gradient(to bottom, #262626 0, #1c1c1c 50%, #262626 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); }

.animated-arrow {
  cursor: pointer;
  padding: 13px 35px 16px 0px;
  margin: 18px 0 0 18px; }

.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
  cursor: pointer;
  height: 2px;
  width: 35px;
  background: #184377;
  position: absolute;
  display: block;
  content: ''; }

.animated-arrow span:before {
  top: -9px; }

.animated-arrow span:after {
  bottom: -9px; }

.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
  transition: all 500ms ease-in-out; }

.wsoffcanvasopener .animated-arrow span {
  background-color: transparent; }

.wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
  top: 9px; }

.wsoffcanvasopener .animated-arrow span:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 0px; }

.wsoffcanvasopener .animated-arrow span:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.wsmenu-list li > .wsmenu-submenu {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important; }

.wsmenu-list li:hover > .wsmenu-submenu {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important; }

.wsmenu-submenu li > .wsmenu-submenu-sub {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important; }

.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important; }

.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important; }

.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important; }

.wsmenu-list li > .megamenu {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important; }

.wsmenu-list li:hover > .megamenu {
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  visibility: visible !important;
  opacity: 1 !important; }

/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
.light-bg {
  background: #184377;
  color: #fff; }

.light-bg > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.light-bg > .wsmenu-list > li > a {
  background-color: #fff !important; }

.light-bg > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important; }

.light-bg > .wsmenu-list > li:hover > a {
  background: #184377 !important;
  color: #fff !important; }

.light-bg > .wsmenu-list > li > a:hover {
  background: #184377 !important;
  color: #fff !important; }

.light-bg > .wsmenu-list > li > a.active {
  background: #184377 !important;
  color: #fff !important; }

.light-bg > .wsmenu-submenu > li > a:hover {
  background: #184377;
  border-radius: 0px !important;
  color: #fff; }

.light-bg .wsmenu-list li a:hover .arrow:after {
  border-top-color: #fff; }

.light-bg .wsmenu-list li a.active .arrow:after {
  border-top-color: #fff; }

.light-bg .wsmenu-list li:hover > a .arrow:after {
  border-top-color: #fff; }

.tranbg {
  background-color: transparent !important; }

.whitebg {
  background-color: #fff !important; }

.whitebg:hover {
  color: #000 !important; }

.tranbg > .wsmenu-list > li > a {
  color: #e5e5e5;
  border-right: none;
  background-color: transparent; }

.tranbg > .wsmenu-list > li > a:hover {
  background-color: transparent !important; }

.tranbg > .wsmenu-list > li > a {
  background-color: transparent !important; }

.tranbg > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important; }

.whitebg > .wsmenu-list > li > a {
  color: #424242;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.whitebg > .wsmenu-list > li > a {
  background-color: #fff !important; }

.whitebg > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #E5E5E5 !important; }

.red-grdt > .wsmenu-list > li > a {
  color: #fff !important; }

.red-grdt > .wsmenu-list > li > a {
  background-color: transparent !important; }

.red-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important;
  color: #fff !important; }

.gry-grdt > .wsmenu-list > li > a {
  color: #fff !important; }

.gry-grdt > .wsmenu-list > li > a {
  background-color: transparent !important; }

.gry-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important; }

.blue-grdt > .wsmenu-list > li > a {
  color: #fff !important; }

.blue-grdt > .wsmenu-list > li > a {
  background-color: transparent !important; }

.blue-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important; }

.green-grdt > .wsmenu-list > li > a {
  color: #fff !important; }

.green-grdt > .wsmenu-list > li > a {
  background-color: transparent !important; }

.green-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important; }

.light-bg-grdt > .wsmenu-list > li > a {
  color: #fff !important; }

.light-bg-grdt > .wsmenu-list > li > a {
  background-color: transparent !important; }

.light-bg-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important; }

.yellow-grdt > .wsmenu-list > li > a {
  color: #424242 !important; }

.yellow-grdt > .wsmenu-list > li > a {
  background-color: transparent !important; }

.yellow-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #424242 !important; }

.yellow-grdt > .wsmenu-list li a .fa {
  color: #424242 !important; }

.purple-grdt > .wsmenu-list > li > a {
  color: #fff !important; }

.purple-grdt > .wsmenu-list > li > a {
  background-color: transparent !important; }

.purple-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important; }

.pink-grdt > .wsmenu-list > li > a {
  color: #fff !important; }

.pink-grdt > .wsmenu-list > li > a {
  background-color: transparent !important; }

.pink-grdt > .wsmenu-list > li > a > .arrow:after {
  border-top-color: #fff !important; }

@media only screen and (max-width: 780px) {
  .red-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important; }

  .blue-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important; }

  .light-bg-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important; }

  .green-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important; }

  .purple-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important; }

  .pink-grdt > .wsmenu-list > li > a > .fa {
    color: #fff !important; }

  .gry > .wsmenu-submenu > li:hover > a {
    background-color: #424242 !important;
    color: #fff; }

  .gry > .wsmenu .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #424242; }

  .gry > .wsmenu .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #424242; }

  .light-bg > .wsmenu-submenu > li:hover > a {
    background-color: #184377 !important;
    color: #fff; }

  .light-bg > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #184377; }

  .light-bg > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #184377; }

  .blue > .wsmenu-submenu > li:hover > a {
    background-color: #4A89DC !important;
    color: #fff; }

  .blue > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #4A89DC; }

  .blue > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #4A89DC; }

  .green > .wsmenu-submenu > li:hover > a {
    background-color: #74a52e !important;
    color: #fff; }

  .green > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #74a52e; }

  .green > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #74a52e; }

  .red > .wsmenu-submenu > li:hover > a {
    background-color: #DA4B38 !important;
    color: #fff; }

  .red > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #DA4B38; }

  .red > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #DA4B38; }

  .yellow > .wsmenu-submenu > li:hover > a {
    background-color: #F6BB42 !important;
    color: #fff; }

  .yellow > .wsmenu .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #F6BB42; }

  .yellow > .wsmenu .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #F6BB42; }

  .purple > .wsmenu-submenu > li:hover > a {
    background-color: #967ADC !important;
    color: #fff; }

  .purple > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #967ADC; }

  .purple > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #967ADC; }

  .pink > .wsmenu-submenu > li:hover > a {
    background-color: #ee1289 !important;
    color: #fff; }

  .pink > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #ee1289; }

  .pink > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #ee1289; }

  .chocolate > .wsmenu-submenu > li:hover > a {
    background-color: #934915 !important;
    color: #fff; }

  .chocolate > .wsmenu > .wsmenu-list > li > a.active {
    color: #fff;
    background-color: #934915; }

  .chocolate > .wsmenu > .wsmenu-list > li > a:hover {
    color: #fff;
    background-color: #934915; } }
.rss-items {
  margin: 0;
  padding: 0; }

.rss-item {
  font-size: 0.9em;
  margin: 10px 0; }

ul.rss-items {
  list-style-type: none; }

li.rss-item {
  border-bottom: 1px dashed #666666; }

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
  text-decoration: none;
  font-size: 1em;
  font-weight: bold; }

.rss-item a:hover {
  text-decoration: none; }

.rss-date {
  font-size: 0.8em;
  font-weight: normal;
  color: #666666; }

/* php feed */
#fullFeed h2, h3, h4, p {
  padding-bottom: 0; }

#fullFeed h2 {
  font-size: 1.2em; }

#fullFeed h3 {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 1em;
  color: #666666; }

#fullFeed h4 {
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 30px; }

@font-face {
  font-family: "monofont";
  src: url("/fonts/monofont/monofont.eot");
  src: url("/fonts/monofont/monofont.eot?#iefix") format("embedded-opentype"), url("/fonts/monofont/monofont.woff") format("woff"), url("/fonts/monofont/monofont.ttf") format("truetype"), url("/fonts/monofont/monofont.svg#monofont") format("svg"); }
@font-face {
  font-family: "Conv_Action_Man";
  src: url("/fonts/Action_Man/Action_Man.eot");
  src: url("/fonts/Action_Man/Action_Man.eot?#iefix") format("embedded-opentype"), url("/fonts/Action_Man/Action_Man.woff") format("woff"), url("/fonts/Action_Man/Action_Man.ttf") format("truetype"), url("/fonts/Action_Man/Action_Man.svg#Conv_Action_Man") format("svg"); }
body {
  font-family: "Trebuchet MS", Verdana, Arial, "sans-serif"; }

#tags {
  display: none; }

.headerLeft {
  margin-top: 30px; }

.headerRight {
  margin-top: 30px; }

.content {
  margin-top: 20px;
  background-color: #c8e0f5;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  border: solid #444 thin;
  border-right: solid #444 thick;
  box-shadow: 2px 2px 5px 2px #444; }

.mainContent ul {
  left: 10%;
  list-style: disc; }

.mainContent li {
  line-height: 1.3;
  padding-bottom: 1em; }

.socialMedia img {
  float: left;
  margin: 20px 20px 0 0; }

.blog {
  clear: left;
  line-height: 1em;
  margin-top: 20px; }

.mainFooter {
  text-align: center;
  border-radius: 10px;
  border: solid #444 thin;
  border-right: solid #444 thick;
  box-shadow: 2px 2px 5px 2px #444; }

.indexHeadings {
  margin-bottom: 0px; }
  @media (min-width: 550px) {
    .indexHeadings {
      margin-bottom: 20px; } }

.indexText {
  margin-top: 100px; }
  @media (min-width: 550px) {
    .indexText {
      margin-top: 150px; } }
  @media (min-width: 768px) {
    .indexText {
      margin-top: 200px; } }

.bcwd {
  padding-top: 10px; }

.mxguarddog {
  padding-top: 20px; }

.mx a {
  color: #c8e0f5; }

.footer {
  padding-bottom: 20px; }

.bottomMenu {
  display: none; }

#buttons a {
  color: #FFFFFF;
  margin-bottom: 20px; }

#layerslider h1 {
  font-size: 16px; }

.multiColumn {
  column-count: 2;
  column-gap: 20px; }

.multiColumn li:before {
  content: "•";
  font-size: larger;
  padding-right: 10px; }

@media (min-width: 768px) {
  .pageImage {
    float: right;
    padding-left: 1em;
    padding-bottom: 0.2em;
    width: 50%; } }

@media (min-width: 768px) {
  .mainFooter {
    text-align: center; } }
