/************************************************

Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Lato", sans-serif;
  color: #666666;
}

.header, .footer {
  color: #FFF;
}

.home header.header  {
  position: absolute;
}

.light {
  font-weight: 300;
}

.orange-text {
  color: #FF2600;
}

.soft-gray {
  color: #999999;
}

.v-align {
  display: table;
  width: 100%;
  height: 100%;
}

.va-middle, .va-bottom {
  display: table-cell;
}

.va-middle {
  vertical-align: middle;
}

[aria-hidden="true"], .slick-slide {
  display: none;
}

.slick-slide {
  display: none;
}

.home .hero {
  overflow: hidden;
  width: 100%;
}
.home .hero .slick-arrow {
  display: none !important;
}

/*********************
Button STYLES {}
*********************/
.button, button {
  font-size: 0.8125rem;
  margin: 0px;
}
.button.btn-sm, button.btn-sm {
  padding: 0.3125rem 0.5rem;
}

/*********************
Modal STYLES {}
*********************/
body.modal-open {
  overflow: hidden;
}

.reveal-modal {
  display: block;
  opacity: 1;
  overflow-y: auto;
  max-height: 100%;
  width: 100% !important;
  max-width: 100% !important;
  top: 0 !important;
  background-color: transparent;
  position: fixed;
}
.reveal-modal .modal-inner {
  max-width: 31.5625rem;
  margin: 1.875rem auto;
  background-color: #FFF;
}

/*********************
LINK STYLES
*********************/
.orange {
  color: #FF2600;
}

a:link, a:visited:link {
  /*
  This highlights links on iPhones/iPads.
  Similar to the :hover selector for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.header .top-bar-section {
  z-index: 1;
}
.header .top-bar-section .divider {
  display: none;
}
.header .top-bar-section ul li, .header .top-bar-section li:not(.has-form) a:not(.button) {
  background: transparent;
}
.header .top-bar-section .menu-item a {
  font-size: 1rem;
  font-weight: 400;
}
.header .top-bar-section li.active:not(.has-form) a:not(.button):hover, .header .top-bar-section .menu-item a:hover {
  color: #FF2600;
  background: transparent;
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/*********************
HERO STYLES
*********************/
.hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  /*  .inner {
      background-color: rgba(4, 16, 105, 0.32);
      height: inherit;
      position: relative;
    } */
}
.hero h2 {
  margin-top: 0;
  font-size: 1.875rem;
  color: #666666;
  font-weight: bold;
}
.hero .description {
  position: absolute;
  top: 35%;
  left: 10%;
  text-align: center;
  width: 45%;
}
.hero a {
  margin-bottom: 0;
  font-size: 1.375rem;
  padding: 0.625rem 1.375rem;
}

/*********************
NAVIGATION STYLES
*********************/
.contain-to-grid, .top-bar {
  background-color: transparent;
}

.top-bar .title-area {
  z-index: 1;
}

.off-canvas-list ul {
  margin-left: 0;
}
.off-canvas-list ul li a {
  border-bottom: 0px;
}
.off-canvas-list ul .dropdown {
  margin-left: 20px;
}

.top-bar-section .menu-item-has-children .sub-menu {
  width: 215px !important;
}

.top-bar-section .menu-item-has-children .sub-menu .current_page_item.active a, 
.top-bar-section .menu-item-has-children .sub-menu li a:hover {
  background-color: #222222 !important;
}
.top-bar-section .menu-item-has-children .sub-menu li {
  float: none;
}
.menu-item-has-children .sub-menu a {
  display: block;
  width: 100%;
}

.top-bar-section .right li .dropdown {
  left: 0;
  right: auto;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem;
}

.widgets-after-hero .inner {
  text-align: center;
}
.widgets-after-hero a {
  background-size: cover;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  height: 9.375rem;
  width: 19.80%;
  display: inline-block;

  position: relative;
  padding: 1.5625rem;
}
.widgets-after-hero a + a {
  margin-left: -2px;
}
.widgets-after-hero h3 {
  color: #666666;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 auto;
  position: absolute;
}

.hentry {
  color: #333333;
  font-family: "Lato", sans-serif;
}

.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* ----- Content Before Footer ------- */
.before-footer {
  background: #FF2600;
  text-align: center;
  border-top: 0.125rem solid #FFF;
  border-bottom: 0.0625rem solid #FFF;
}
.before-footer h3 {
  padding: 1.3125rem 0;
  margin: 0;
  color: #666666;
  font-weight: 300;
}

/*********************
Breadcrumbs STYLES {}
*********************/
.breadcrumb {
  font-size: 1rem;
  color: #000;
  padding: 1.3125rem 0 0 1rem;
}
.breadcrumb a {
  color: #666666;
}
.breadcrumb a:hover {
  color: #FF2600;
}
.breadcrumb .separator {
  background-image: url("../images/breadcrumb-seperator.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  height: 0.8125rem;
  width: 0.4375rem;
  margin: 0 0.3125rem;
}

/*********************
Table STYLES {}
*********************/
.plain-table {
  width: 100%;
}
.plain-table tbody th {
  color: #000;
  font-size: 1.0625rem;
}
.plain-table tbody td {
  color: #666666;
}
.plain-table td, .plain-table th {
  padding: 0.75rem 0.125rem;
}
.plain-table tr {
  border-bottom: 1px dashed #999999;
}
.plain-table th {
  font-size: 0.8125rem;
  font-weight: 300;
  text-transform: uppercase;
}

.post-password-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1.875rem;
  background-color: #FF2600;
  border-color: #cc1e00;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  background-color: #cc1e00;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  color: #FFFFFF;
}

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #FF2600;
}
.commentlist li.depth-3 {
  background: #e62200;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 1rem;
  background-color: #FF2600;
  border-color: #cc1e00;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  float: right;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  background-color: #cc1e00;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #FFFFFF;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0;
}
.widget ul li {
  list-style: none;
}
@media only screen and (min-width: 40.0625em) {
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
}

.sidebar .widget {
  margin-top: 0px;
}

#sidebar-offcanvas .widgettitle {
  color: #fff;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  background-color: #00103C;
  clear: both;
}

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

/************************************************

Main end Stylesheet

*************************************************/