a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: transparent;
  color: #0072A7;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #0072A7;
}
a:hover {
  color: #0072A7;
  text-decoration: none;
}
a:focus {
  color: #0072A7;
  text-decoration: none;
}
a:active {
  color: #0072A7;
  text-decoration: none;
}
mark {
  background: #ffff00;
  background: #fff9c0;
  color: #000000;
  text-decoration: none;
}
body,
button,
input,
select,
textarea {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #5a5d60;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7857;
}
::selection {
  background: #0072A7;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  clear: both;
  color: #313539;
  font-weight: 700;
  hyphens: auto;
  margin: 0.89286em 0;
  word-break: normal;
}
blockquote {
  background: #f6f6f7;
  border-left: 3px solid #0072A7;
  font-size: 1.07143em;
  line-height: 1.66667em;
  margin: 1.78571em 0;
  padding: 1.78571em 1.78571em;
}
blockquote p {
  margin-bottom: 0 !important;
}
blockquote:last-child {
  margin-bottom: 0 !important;
}
blockquote:only-child {
  margin-bottom: 0 !important;
}
address {
  margin: 0 0 1.78571em;
}
pre {
  background: #f6f6f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1em;
  line-height: 1.78571em;
  margin: 0 0 1.33929em;
  max-width: 100%;
  overflow: auto;
  padding: 0.89286em 1.78571em;
  white-space: -hp-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -pre-wrap;
  white-space: pre;
  white-space: pre-line;
  white-space: pre-wrap;
  word-wrap: break-word;
}
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
}
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
body {
  background: #555555;
}
body.boxed {
  background: #eaeaea;
}
hr {
  background-color: #eaeaeb;
  border: 0;
  height: 1px;
  margin: 0 auto 1.78571em;
}
#masthead {
  border-top: 1px rgba(69, 73, 76, 0.5) solid;
}
.entry-content table a:hover {
  border-bottom: none;
  color: #5a5d60;
}
.entry-content .more-wrapper .more-link {
  -moz-border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.3s;
  background: #eaeaea;
  border-radius: 3px;
  border: none;
  color: #5a5d60;
  display: block;
  float: left;
  font-weight: 400;
  line-height: normal;
  outline-style: none;
  padding: 0.7142em 1.2143em;
  transition: 0.3s;
}
.entry-content .more-wrapper .more-link:hover {
  background: #0072A7;
  border-bottom: none;
  color: #ffffff;
}
.entry-content .page-links .page-links-title {
  background: none;
  color: #5a5d60;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}
.entry-content .page-links span {
  -moz-border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.3s;
  background: #0072A7;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.1285em;
  padding: 0.7142em 1.1428em;
  text-transform: uppercase;
  transition: 0.3s;
}
.entry-content .page-links a span {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  background: #eaeaea;
  color: #5a5d60;
  outline: none;
  transition: 0.3s;
}
.entry-content .page-links a span:hover {
  background: #0072A7;
  color: #ffffff;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -moz-border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-appearance: button;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.3s;
  background: #0072A7;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  outline-style: none;
  padding: 0.7142em 1.2143em;
  text-transform: uppercase;
  transition: 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: rgba(8, 150, 254, 0.8);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"],
input[type="search"],
select[multiple],
textarea {
  -moz-border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.3s;
  background: #f6f6f7;
  border-radius: 3px;
  border: 1px solid #eaeaeb;
  color: #000;
  line-height: normal;
  padding: 0.6429em 0.7143em;
  transition: 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  background: #ffffff;
  color: #5a5d60;
  outline-style: none;
}
.top-bar-menu .menu li {
  color: #000000;
  display: inline-block;
  line-height: 38px;
  margin-right: 0.89286em;
  position: relative;
  vertical-align: middle;
}
.top-bar-menu .menu li a {
  color: #000000;
  display: block;
  font-size: 0.85714em;
  height: 38px;
  line-height: 2.08333em;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
}
.top-bar-menu .menu li a:before {
  color: #000000;
}
.top-bar-menu .menu li a:hover before {
  color: #ffffff;
}
.top-bar-menu .menu li:hover > a {
  color: #ffffff;
}
.top-bar-navigation ul li {
  color: #000;
  display: inline-block;
  margin-right: 1.33929em;
  position: relative;
  vertical-align: middle;
}
.top-bar-navigation ul li a {
  color: #000;
  display: block;
  font-size: 0.85714em;
  line-height: 2.08333em;
  text-decoration: none;
  white-space: nowrap;
}
.top-bar-navigation ul li a:before {
  color: #000;
}
.top-bar-navigation ul li a:hover before {
  color: #ffffff;
}
.top-bar-navigation ul li:hover > a {
  color: #ffffff;
}
.top-bar-navigation ul ul {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0.5714rem 1.0714rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0.5714rem 1.0714rem;
  background: #ffffff;
  border-top: 3px solid #0072A7;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.5714rem 1.0714rem;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 35px;
  z-index: 400;
}
.top-bar-navigation ul ul li:hover > a {
  background: #0072A7;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .top-bar-navigation ul ul li a {
    color: #5a5d60;
    padding: 0.4em 0.8em;
  }
}
@media (max-width: 768px) {
  .resp #secondary {
    margin-top: 3.57143em;
    border-color: #eaeaeb;
    border-top-style: solid;
    border-top-width: 0.07143em;
    padding-left: 0;
    padding-top: 3.5em;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlap .site-header:not(.fixed) {
    background: rgba(255, 255, 255, 0.9);
  }
}
.main-navigation > div > ul > li:hover > a {
  color: #000558;
}
.main-navigation > div > ul > li > a {
  height: 80px;
  line-height: 80px;
}
.main-navigation > div > ul > li > a:hover {
  border-bottom-color: #92a8c2;
}
.main-navigation ul li a {
  color: #000000;
  display: block;
  font-size: 1em;
  line-height: 1.78571em;
  text-decoration: none;
  white-space: nowrap;
}
.main-navigation ul li:hover > a {
  color: #fff;
}
.main-navigation ul ul {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  background: #ffffff;
  border-top: 3px solid #0072A7;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 60px;
  z-index: 2;
}
.main-navigation ul ul li a {
  color: #5a5d60;
  padding: 0.4em 0.8em;
}
.main-navigation ul ul li:hover > a {
  background: #0072A7;
  color: #ffffff;
}
.main-navigation .current_page_item > a {
  color: #000000;
}
.main-navigation .current-menu-item > a {
  color: #000000;
}
.main-navigation .current_page_ancestor > a {
  color: #000000;
}
.main-navigation .menu-search {
  height: 80px;
}
.main-navigation .menu-search .search-icon:before {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  color: #313539;
  content: '\f002';
  font-family: "FontAwesome";
  height: 80px;
  line-height: 80px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.3s;
}
.main-navigation .menu-search .search-icon:hover:before {
  color: #fff;
  cursor: pointer;
}
.main-navigation .menu-search .searchform {
  background: #ffffff;
  display: none;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 17.8571rem;
}
.main-navigation .menu-search .searchform input[name=s] {
  -moz-border-radius: 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  -webkit-border-radius: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  background-color: transparent;
  border-radius: 0;
  border-top: 3px solid #0072A7;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
  color: #313539;
  width: 100%;
}
.main-navigation .menu a:before {
  color: #313539;
}
.main-navigation .menu a:hover before {
  color: #0072A7;
}
.responsive-menu .menu-toggle {
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background: none;
  border-radius: 0;
  color: #313539;
  display: none;
  margin-top: 0px;
  padding: 20px;
  padding-top: 46px;
  position: absolute;
  right: 1.78571em;
  top: 0;
}
.responsive-menu .main-navigation.toggled ul li a {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  background: #eaeaea;
  color: #5a5d60;
  height: auto !important;
  line-height: normal !important;
  margin: 0 0 2px;
  padding: 14px 18px 15px;
  text-align: left;
  transition: none;
  white-space: -hp-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -pre-wrap;
  white-space: pre;
  white-space: pre-line;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.responsive-menu .main-navigation.toggled ul li a:hover {
  background: #0072A7;
  border-bottom: none;
  color: #ffffff;
}
.responsive-menu .main-navigation.toggled ul li a:hover before {
  background: #0072A7;
  border-bottom: none;
  color: #ffffff;
}
.responsive-menu .main-navigation.toggled ul ul li:hover > a {
  background: #eaeaea;
  color: #5a5d60;
}
.responsive-menu .main-navigation.toggled ul ul li a:hover {
  background: #0072A7;
  border-bottom: none;
  color: #ffffff;
}
.site-main .comment-navigation {
  border-color: #eaeaeb;
  border-top-style: solid;
  border-top-width: 0.07143em;
  margin-bottom: 1.78571em;
  margin-top: 1.78571em;
  overflow: hidden;
  padding-top: 1.71429em;
}
.site-main .post-navigation {
  border-color: #eaeaeb;
  border-top-style: solid;
  border-top-width: 0.07143em;
  margin-bottom: 1.78571em;
  margin-top: 1.78571em;
  overflow: hidden;
  padding-top: 1.71429em;
}
.comment-navigation .nav-links a {
  color: #000;
}
.comment-navigation .nav-links a:hover {
  color: #0072A7;
}
.paging-navigation .nav-links a {
  color: #000;
}
.paging-navigation .nav-links a:hover {
  color: #0072A7;
}
.post-navigation .nav-links a {
  color: #000;
}
.post-navigation .nav-links a:hover {
  color: #0072A7;
}
.pagination .page-numbers {
  -moz-border-radius: 3px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.3s;
  background: #eaeaea;
  border-radius: 3px;
  color: #5a5d60;
  display: inline-block;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.1285em;
  outline-style: none;
  padding: 0.7142em 1.1428em;
  transition: 0.3s;
}
.pagination .page-numbers:hover {
  background: #0072A7;
  color: #ffffff;
}
.pagination .dots:hover {
  background: none;
  color: #5a5d60;
}
.pagination .current {
  background: #0072A7;
  color: #ffffff;
}
.bottom-bar-menu .menu li {
  color: #ccccc8;
  display: inline-block;
  margin-right: 0.89286em;
  position: relative;
  vertical-align: middle;
}
.bottom-bar-menu .menu li a {
  color: #ccccc8;
  display: block;
  font-size: 0.85714em;
  height: 50px;
  line-height: 2.08333em;
  line-height: 50px;
  text-decoration: none;
  white-space: nowrap;
}
.bottom-bar-menu .menu li a:before {
  color: #ccccc8;
}
.bottom-bar-menu .menu li a:hover before {
  color: #ffffff;
}
.bottom-bar-menu .menu li:hover > a {
  color: #ffffff;
}
.menu a[href*="behance.net"],
.menu a[href*="codepen.io"],
.menu a[href*="delicious.com"],
.menu a[href*="deviantart.com"],
.menu a[href*="digg.com"],
.menu a[href*="dribbble.com"],
.menu a[href*="facebook.com"],
.menu a[href*="flickr.com"],
.menu a[href*="foursquare.com"],
.menu a[href*="github.com"],
.menu a[href*="plus.google.com"],
.menu a[href*="instagram.com"],
.menu a[href*="linkedin.com"],
.menu a[href*="pinterest.com"],
.menu a[href*="reddit.com"],
.menu a[href*="soundcloud.com"],
.menu a[href*="stackexchange.com"],
.menu a[href*="stackoverflow.com"],
.menu a[href*="tumblr.com"],
.menu a[href*="twitter.com"],
.menu a[href*="vimeo.com"],
.menu a[href*="vine.co"],
.menu a[href*="vk.com"],
.menu a[href*="weibo.com"],
.menu a[href*="wordpress.com"],
.menu a[href*="xing"],
.menu a[href*="youtube.com"] {
  border-bottom: none;
  color: transparent !important;
  font-size: 0 !important;
  text-align: center;
}
.widget .menu a[href*="behance.net"]:before,
.widget .menu a[href*="codepen.io"]:before,
.widget .menu a[href*="delicious.com"]:before,
.widget .menu a[href*="deviantart.com"]:before,
.widget .menu a[href*="digg.com"]:before,
.widget .menu a[href*="dribbble.com"]:before,
.widget .menu a[href*="facebook.com"]:before,
.widget .menu a[href*="flickr.com"]:before,
.widget .menu a[href*="foursquare.com"]:before,
.widget .menu a[href*="github.com"]:before,
.widget .menu a[href*="plus.google.com"]:before,
.widget .menu a[href*="instagram.com"]:before,
.widget .menu a[href*="linkedin.com"]:before,
.widget .menu a[href*="pinterest.com"]:before,
.widget .menu a[href*="reddit.com"]:before,
.widget .menu a[href*="soundcloud.com"]:before,
.widget .menu a[href*="stackexchange.com"]:before,
.widget .menu a[href*="stackoverflow.com"]:before,
.widget .menu a[href*="tumblr.com"]:before,
.widget .menu a[href*="twitter.com"]:before,
.widget .menu a[href*="vimeo.com"]:before,
.widget .menu a[href*="vine.co"]:before,
.widget .menu a[href*="vk.com"]:before,
.widget .menu a[href*="weibo.com"]:before,
.widget .menu a[href*="wordpress.com"]:before,
.widget .menu a[href*="xing"]:before,
.widget .menu a[href*="youtube.com"]:before {
  color: #5a5d60;
}
.widget .menu a[href*="behance.net"]:hover:before,
.widget .menu a[href*="codepen.io"]:hover:before,
.widget .menu a[href*="delicious.com"]:hover:before,
.widget .menu a[href*="deviantart.com"]:hover:before,
.widget .menu a[href*="digg.com"]:hover:before,
.widget .menu a[href*="dribbble.com"]:hover:before,
.widget .menu a[href*="facebook.com"]:hover:before,
.widget .menu a[href*="flickr.com"]:hover:before,
.widget .menu a[href*="foursquare.com"]:hover:before,
.widget .menu a[href*="github.com"]:hover:before,
.widget .menu a[href*="plus.google.com"]:hover:before,
.widget .menu a[href*="instagram.com"]:hover:before,
.widget .menu a[href*="linkedin.com"]:hover:before,
.widget .menu a[href*="pinterest.com"]:hover:before,
.widget .menu a[href*="reddit.com"]:hover:before,
.widget .menu a[href*="soundcloud.com"]:hover:before,
.widget .menu a[href*="stackexchange.com"]:hover:before,
.widget .menu a[href*="stackoverflow.com"]:hover:before,
.widget .menu a[href*="tumblr.com"]:hover:before,
.widget .menu a[href*="twitter.com"]:hover:before,
.widget .menu a[href*="vimeo.com"]:hover:before,
.widget .menu a[href*="vine.co"]:hover:before,
.widget .menu a[href*="vk.com"]:hover:before,
.widget .menu a[href*="weibo.com"]:hover:before,
.widget .menu a[href*="wordpress.com"]:hover:before,
.widget .menu a[href*="xing"]:hover:before,
.widget .menu a[href*="youtube.com"]:hover:before {
  color: #0072A7;
}
.screen-reader-text:hover {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-size: 12.25px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text:active {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-size: 12.25px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-size: 12.25px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#main-slider {
  background: #f6f6f7;
}
.flexslider .caption-wrap {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  font-size: 4em !important;
  line-height: normal !important;
  text-align: center !important;
  opacity: 1 !important;
}
.flexslider .caption {
  color: #fff !important;
}
@media (max-width: 1020px) {
  .flexslider .caption-wrap {
    font-size: 3em !important;
  }
}
@media (max-width: 768px) {
  .flexslider .caption-wrap {
    font-size: 1em !important;
  }
}
.flex-ultra-direction-nav a {
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: block;
  height: 48px;
  margin: -24px 0 0 !important;
  opacity: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  transition: ease-in-out 0.3s;
  width: 48px;
  z-index: 200;
}
.flex-ultra-direction-nav a:hover {
  background: black;
}
.flex-ultra-direction-nav a:before {
  color: rgba(255, 255, 255, 0.9);
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  text-indent: 0;
  top: 50%;
}
.flex-ultra-control-paging li a {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}
.flex-ultra-control-paging li a:hover {
  background: white;
  border-color: white;
}
.flex-ultra-control-paging li a.flex-ultra-active {
  background: white;
  border-color: white;
  cursor: default;
}
.panel-grid-cell .sow-features-list .sow-features-feature p.sow-more-text a:hover {
  border: none;
  color: #0072A7;
  text-decoration: none;
}
.panel-grid-cell .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a:hover {
  color: #0072A7;
}
#scroll-to-top {
  -moz-border-radius: 3px;
  -moz-transform: scale(0, 0);
  -moz-transition: 0.2s;
  -ms-transform: scale(0, 0);
  -o-transition: 0.2s;
  -webkit-border-radius: 3px;
  -webkit-transform: scale(0, 0);
  -webkit-transition: 0.2s;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  bottom: 1.78571em;
  opacity: 0;
  outline-style: none;
  padding: 13px 18px 13px;
  position: fixed;
  right: 1.78571em;
  text-decoration: none;
  transform: scale(0, 0);
  transition: 0.2s;
}
#scroll-to-top .up-arrow {
  color: white;
  display: block;
  line-height: normal;
}
#secondary .widget a:hover {
  color: #5a5d60;
}
#secondary .widget h3.widget-title a {
  border-bottom: none;
  color: #313539;
}
#secondary .widget h3.widget-title a:hover {
  border-bottom: none;
  color: #0072A7;
}
#secondary .widget_rss .rss-date {
  color: #000;
  display: inline-block;
  font-size: 0.9231em;
}
#secondary .widget_recent_entries span {
  color: #000;
  display: block;
  font-size: 0.9231em;
  line-height: 0.89286em;
  margin-bottom: 0.89286em;
}
#secondary .widget_search .search-form label:before {
  color: #000;
  content: '\f002';
  font-family: "FontAwesome";
  position: absolute;
  right: 1.2143em;
  top: 0.3077em;
}
#colophon .widget h3.widget-title a {
  border-bottom: none;
  color: #ffffff;
  color: #313539;
}
#colophon .widget h3.widget-title a:hover {
  border-bottom: none;
  color: #0072A7;
  color: #ffffff;
}
#colophon .widget_rss .rss-date {
  color: #000;
  color: #989a9c;
  display: inline-block;
  font-size: 0.9231em;
}
#colophon .widget_recent_entries span {
  color: #000;
  color: #989a9c;
  display: block;
  font-size: 0.9231em;
  line-height: 0.89286em;
  margin-bottom: 0.89286em;
}
#colophon .widget_search .search-form label:before {
  color: #000;
  content: '\f002';
  font-family: "FontAwesome";
  position: absolute;
  right: 1.2143em;
  top: 0.3077em;
}
.site-footer #wp-calendar tbody td {
  background: #555555;
  border-color: #272a2d;
}
.site-footer #wp-calendar tbody td a {
  color: #ffffff;
}
.site-footer #wp-calendar tbody td a:hover {
  color: #000;
}
.site-footer .footer-main {
  background: #555555;
}
.site-footer .footer-main h3 {
  color: #ffffff;
}
.site-footer .footer-main .widget h3.widget-title ~ * {
  color: #000;
}
.site-footer .footer-main a {
  color: #000;
}
.site-footer .footer-main a:hover {
  color: #ffffff;
}
.site-footer .bottom-bar {
  border-top: 1px rgba(69, 73, 76, 0.5) solid;
  background: #555555;
  color: #ccccc8;
}
.site-footer .bottom-bar a {
  color: #ccccc8;
  text-decoration: none;
}
.site-footer .bottom-bar a:hover {
  color: #ffffff;
}
#page {
  background: #ffffff;
}
.sidebar #primary {
  border-color: #eaeaeb;
  border-style: solid;
  border-width: 0 1px 0 0;
  float: left;
  padding-right: 3.5%;
  width: 75%;
}
#top-bar {
  background: #92a8c2;
  content: "";
  display: table;
  position: relative;
  width: 100%;
}
#top-bar .top-bar-text {
  text-align: right;
  float: right;
}
#top-bar .top-bar-text span {
  color: #000;
  display: inline-block;
  font-size: 0.85714em;
  line-height: 2.08333em;
  line-height: 38px;
  margin-right: 1.78571em;
  white-space: nowrap;
}
#top-bar .top-bar-text span a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}
#top-bar .top-bar-text span a:hover {
  color: #ffffff;
}
.top-bar-arrow {
  background: #92a8c2;
  color: #000;
  cursor: pointer;
  display: block;
  height: 2rem;
  overflow: auto;
  text-align: center;
  width: 100%;
  z-index: 1000;
}
.site-header,.site-header.is-stuck{
  background: #ffffff;
  content: "";
  display: table;
  height: 80px;
  position: relative;
  width: 100%;
  z-index: 300;
}
.site-header:after {
  bottom: -6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 6px 6px -6px inset;
  content: "";
  height: 6px;
  position: absolute;
  width: 100%;
}
.site-header .site-branding h1.site-title a {
  color: #333333;
  text-decoration: none;
}
.site-header .site-branding-container {
  height: 80px;
}
.site-header.site-header-sentinel.fixed {
  background: #ffffff;
  opacity: 1;
  top: 0;
}
.site-footer .footer-main input[type="text"],
.site-footer .footer-main input[type="email"],
.site-footer .footer-main input[type="url"],
.site-footer .footer-main input[type="tel"],
.site-footer .footer-main input[type="number"],
.site-footer .footer-main input[type="date"],
.site-footer .footer-main input[type="password"],
.site-footer .footer-main input[type="search"],
.site-footer .footer-main select[multiple],
.site-footer .footer-main textarea {
  background: #5a5d60;
  border-color: #45494c;
}
.site-footer .footer-main input[type="text"]:focus,
.site-footer .footer-main input[type="email"]:focus,
.site-footer .footer-main input[type="url"]:focus,
.site-footer .footer-main input[type="password"]:focus,
.site-footer .footer-main input[type="search"]:focus,
.site-footer .footer-main textarea:focus {
  background: #6e7174;
  border: 1px solid #5a5d60;
  color: #d5d6d7;
}
.site-footer .footer-main button,
.site-footer .footer-main input[type="button"],
.site-footer .footer-main input[type="reset"],
.site-footer .footer-main input[type="submit"] {
  background: #45494c;
  color: #000;
}
.site-footer .footer-main button:hover,
.site-footer .footer-main input[type="button"]:hover,
.site-footer .footer-main input[type="reset"]:hover,
.site-footer .footer-main input[type="submit"]:hover {
  background: #5a5d60;
}
article {
  border-bottom-style: solid;
  border-bottom-width: 0.07143em;
  border-color: #eaeaeb;
  margin-bottom: 2.67857em;
  padding-bottom: 2.60714em;
}
.entry-header h1.entry-title a,
.entry-header h1.page-title a,
.page-header h1.entry-title a,
.page-header h1.page-title a {
  border: none;
  color: #313539;
}
.entry-header h1.entry-title a:hover,
.entry-header h1.page-title a:hover,
.page-header h1.entry-title a:hover,
.page-header h1.page-title a:hover {
  border: none;
  color: #0072A7;
}
.entry-header .breadcrumbs {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
.entry-header .breadcrumbs a {
  color: #000;
}
.entry-header .breadcrumbs a:hover {
  color: #0072A7;
}
.page-header .breadcrumbs {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 30%;
}
.page-header .breadcrumbs a {
  color: #000;
}
.page-header .breadcrumbs a:hover {
  color: #0072A7;
}
.single .entry-header,
.page .site-content > .entry-header,
.blog .page-header,
.archive .page-header,
.search-results .page-header,
.search-no-results .page-header,
.error404 .page-header {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: #f6f6f7;
  box-sizing: content-box;
  padding: 1.33929em 0;
}
.single .entry-meta .container > div {
  border-bottom: 1px solid #eaeaeb;
  content: "";
  display: table;
  margin-bottom: 3.57143em;
  padding-bottom: 0.44643em;
  width: 100%;
}
.archive .container .title-wrapper .taxonomy-description p {
  color: #000;
  margin: 0;
}
.site-content .entry-meta {
  color: #000;
  margin-bottom: 1.78571em;
}
.site-content .entry-meta a {
  border: none;
  color: #000;
  display: inline-block;
  font-weight: 400;
}
.site-content .entry-meta a:hover {
  border: none;
  color: #0072A7;
}
.entry-content p a,
.entry-content li a,
.entry-content dl a,
.entry-content pre a,
.entry-content code a,
.entry-content blockquote a {
  border-bottom: 1px dotted #0072A7;
  color: #0072A7;
}
.content-none .site-main a {
  border-bottom: 1px dotted #0072A7;
  color: #0072A7;
}
.content-none .site-main a:hover {
  border-bottom: 1px solid #0072A7;
}
.format-chat .entry-content {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f6f6f7;
  border-radius: 3px;
  color: #313539;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: 1.78571em;
}
.entry-footer a {
  border: none;
  color: #000;
  font-weight: 400;
}
.entry-footer a:hover {
  border: none;
  color: #0072A7;
}
.entry-footer span {
  color: #000;
  display: inline-block;
}
.comments-area .comments-title {
  border-bottom-style: solid;
  border-bottom-width: 0.07143em;
  border-color: #eaeaeb;
  border-top-style: solid;
  border-top-width: 0.07143em;
  padding-bottom: 1.71429em;
  padding-top: 1.71429em;
}
.comments-area .comment-list .comment .comment-body {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f6f6f7;
  border-radius: 3px;
  padding: 1.33929em;
}
.comments-area .comment-list .pingback a:hover {
  border-bottom: 1px solid #0072A7;
}
.comments-area .comment-list .pingback .edit-link {
  color: #000;
}
.comments-area .comment-list .pingback .edit-link a {
  border-bottom: none;
  color: #000;
  margin-left: 0.25em;
}
.comments-area .comment-list .pingback .edit-link a:hover {
  border-bottom: none;
  color: #0072A7;
}
.comments-area .comment-author .fn a {
  color: #313539;
}
.comments-area .comment-author .fn a:hover {
  color: #0072A7;
}
.comments-area .comment-metadata a {
  color: #000;
}
.comments-area .comment-metadata a:hover {
  color: #0072A7;
}
.comments-area .comment-metadata .edit-link:before {
  color: #000;
  content: "\0020\007c\0020";
}
.comments-area .reply a.comment-reply-link {
  color: #000;
  font-size: 0.85714em;
  line-height: 2.08333em;
}
.comments-area .reply a.comment-reply-link:hover {
  color: #0072A7;
}
.comments-area .reply a.comment-reply-login {
  color: #000;
  font-size: 0.85714em;
  line-height: 2.08333em;
}
.comments-area .reply a.comment-reply-login:hover {
  color: #0072A7;
}
.comments-area .comment-respond {
  border-color: #eaeaeb;
  border-top-style: solid;
  border-top-width: 0.07143em;
  margin-top: 1.78571em;
  padding-top: 1.71429em;
}
.comments-area .comment-respond p:first-of-type a:hover {
  color: #5a5d60;
}
.comments-area .comment-respond .form-allowed-tags {
  color: #000;
  font-size: 0.78571em;
  line-height: 2.27273em;
}
.comments-area .commentform-error {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ffdfe0;
  border-radius: 3px;
  border: 1px solid #c89797;
  color: #790000;
  display: block;
  margin: 1.78571em 0;
  padding: 1.33929em 0.89286em;
}
figure.wp-caption {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f6f6f7;
  border-radius: 3px;
  padding: 0.89286em;
}
.mbt-breadcrumbs {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 0.92857em;
  line-height: 1.92308em;
  padding-bottom: 0.89286em;
}
.mbt-breadcrumbs a {
  color: #000;
}
.mbt-breadcrumbs a:hover {
  color: #0072A7;
  text-decoration: none;
}
.mbt-book .mbt-book-meta a:hover {
  color: #5a5d60;
}
.mbt-featured-book-widget .mbt-book-title {
  color: #5a5d60;
  line-height: 1.7857;
  margin: 0 0 0.89286em;
}
.mbt-featured-book-widget .mbt-book-title a:hover {
  color: #0072A7 !important;
  font-size: initial;
  text-decoration: none;
}
.wpcf7 p .wpcf7-not-valid-tip {
  background: #ffdfe0;
  border-bottom: 1px solid #c89797;
  border-top: 1px solid #c89797;
  color: #790000;
  font-size: 1em;
  line-height: 1.78571em;
  margin-top: 0.5em;
  padding: 0.44643em;
}
.wpcf7 p select.wpcf7-select option::selection {
  background: red;
}
.wpcf7 .wpcf7-validation-errors {
  background: #ffdfe0;
  border-bottom: 1px solid #c89797;
  border-top: 1px solid #c89797;
  border: none;
  color: #790000;
  float: left;
  margin-top: 0.44643em;
}
.wpcf7 .wpcf7-mail-sent-ok {
  background: #fffbcc;
  border-bottom: 1px solid #e6db55;
  border-top: 1px solid #e6db55;
  border: none;
  color: #5a5d60;
  float: left;
  margin-top: 1.78571em;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  background: #fffbcc;
  border-left: none !important;
  border-right: none !important;
  border: 1px solid #e6db55 !important;
  color: #5a5d60;
  font-size: 1.14286em;
  font-size: 1em !important;
  line-height: 1.5625em;
  padding: 1.2656em 0.8438em;
}
.woocommerce .entry-header {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background: #f6f6f7;
  box-sizing: content-box;
  margin-bottom: 2.67857em;
  padding: 1.33929em 0;
}
.woocommerce .container .woocommerce-breadcrumb {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  margin: 0;
  text-align: right;
  vertical-align: middle;
  width: 29%;
}
.woocommerce .container .woocommerce-breadcrumb a {
  color: #000;
}
.woocommerce .container .woocommerce-breadcrumb a:hover {
  color: #0072A7;
}
.woocommerce .woocommerce-ordering {
  color: #838588;
  font-size: 0.92857em;
  line-height: 1.92308em;
  margin-bottom: 2.67857em;
}
.woocommerce .woocommerce-result-count {
  color: #838588;
  font-size: 0.92857em;
  line-height: 1.92308em;
  margin-bottom: 2.67857em;
}
.woocommerce ul.products li.product .price {
  color: #838588;
  font-size: 0.92857em;
  line-height: 1.92308em;
}
.woocommerce ul.products li.product a:not(.button) {
  color: #838588;
}
.woocommerce span.onsale {
  background-color: #0072A7;
}
.woocommerce .star-rating:before {
  color: #838588;
}
.woocommerce div.product p.price {
  color: #838588;
}
.woocommerce div.product span.price {
  color: #838588;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: transparent;
  background: #0072A7;
  color: #ffffff;
  font-weight: normal;
  padding: 0.7142em 1.2143em;
  text-transform: none;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: rgba(8, 150, 254, 0.8);
  border-bottom: none;
  color: #ffffff;
}
.woocommerce-review-link {
  color: #838588;
  font-size: 0.92857em;
  line-height: 1.92308em;
}
.woocommerce-review-link:hover {
  color: #838588;
}
.product_meta {
  color: #838588;
  font-size: 0.92857em;
  font-weight: bold;
  line-height: 1.92308em;
}
.product_meta a {
  color: #838588;
  font-weight: normal;
}
.product_meta a:hover {
  color: #838588;
  font-weight: normal;
}
span.jwcontrols span button {
  -moz-border-radius: initial;
  -moz-transition: initial;
  -o-transition: initial;
  -webkit-appearance: initial;
  -webkit-border-radius: initial;
  -webkit-transition: initial;
  background: initial;
  border-radius: initial;
  border: initial;
  color: initial;
  font-weight: initial;
  line-height: initial;
  outline-style: initial;
  padding: initial;
  text-transform: initial;
  transition: initial;
}
.home.siteorigin-panels-home .site-content {
  padding-top: 0px;
}
