/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-break: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 26px;
  color: #111111;
  background-color: white;
  padding-top: 26px; }

.container {
  width: 897px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 617px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 280px;
    float: right;
    padding: 26px 26px 0 26px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 26px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 6px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 49px; }
  .grt h1 {
    margin-bottom: 26px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 39px;
    margin-top: 42px;
    margin-bottom: 16px; }
  .grt h3 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 10px; }
  .grt h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 16px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 37px;
      padding-left: 0;
      border: 0;
      margin-bottom: 16px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 16px 16px 16px 10px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 16px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 22px;
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 26px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 71px;
    height: 71px;
    float: right;
    clear: both;
    margin-left: 16px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 22px; }
  .grt .caption {
    margin-top: -16px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 16px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 22px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 16px; }
  .grt .drop_cap {
    font-size: 52px;
    line-height: 1em;
    margin-right: 10px;
    float: left; }
  .grt .author_description {
    padding-top: 26px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 78px;
      height: 78px;
      float: left;
      margin-right: 16px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 26px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 26px;
    margin-left: 26px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 26px;
    margin-right: 26px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 26px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 26px 26px 0 26px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 10px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 26px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 26px;
  color: #111111; }

.bracket {
  font-size: 26px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 26px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 16px 26px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 52px; }

.comments_intro {
  color: #888888;
  padding: 0 26px;
  margin-bottom: 16px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  margin: 0 26px 26px 26px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 52px; }

.comment {
  padding: 26px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 16px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 16px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 16px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 22px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 16px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 26px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 26px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 26px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -52px 0 52px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 6px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 6px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 10px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 26px;
  margin: 52px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 16px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 32px;
    color: #111111;
    padding: 0 26px 16px 26px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -26px;
    margin-left: -26px; }
  #commentform p {
    margin-bottom: 16px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 22px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 22px;
  color: #888888;
  text-align: right;
  padding: 16px 26px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 617px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 897px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 896px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 26px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 26px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 26px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 616px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 16px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 16px;
    padding-left: 16px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 16px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 26px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 16px;
    margin-left: 16px; }

  #commentform .comment_form_title {
    margin-left: -16px;
    margin-right: -16px; }

  .comment_date {
    display: none; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * Oneil Custom Style
 * *******************
 */
/*
 * Fonts
 * *******************
 */
@font-face {
  font-family: 'RobotoRegular';
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoRegular.eot');
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoRegular.eot') format('embedded-opentype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoRegular.woff2') format('woff2'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoRegular.woff') format('woff'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoRegular.ttf') format('truetype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoRegular.svg#RobotoRegular') format('svg'); }
@font-face {
  font-family: 'RobotoBold';
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBold.eot');
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBold.eot') format('embedded-opentype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBold.woff2') format('woff2'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBold.woff') format('woff'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBold.ttf') format('truetype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBold.svg#RobotoBold') format('svg'); }
@font-face {
  font-family: 'RobotoBlack';
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBlack.eot');
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBlack.eot') format('embedded-opentype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBlack.woff2') format('woff2'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBlack.woff') format('woff'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBlack.ttf') format('truetype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RobotoBlack.svg#RobotoBlack') format('svg'); }
@font-face {
  font-family: 'MontserratRegular';
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratRegular.eot');
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratRegular.eot') format('embedded-opentype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratRegular.woff2') format('woff2'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratRegular.woff') format('woff'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratRegular.ttf') format('truetype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratRegular.svg#MontserratRegular') format('svg'); }
@font-face {
  font-family: 'MontserratBold';
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratBold.eot');
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratBold.eot') format('embedded-opentype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratBold.woff2') format('woff2'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratBold.woff') format('woff'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratBold.ttf') format('truetype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/MontserratBold.svg#MontserratBold') format('svg'); }
@font-face {
  font-family: 'RalewayRegular';
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayRegular.eot');
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayRegular.eot') format('embedded-opentype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayRegular.woff2') format('woff2'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayRegular.woff') format('woff'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayRegular.ttf') format('truetype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayRegular.svg#RalewayRegular') format('svg'); }
@font-face {
  font-family: 'RalewayBold';
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayBold.eot');
  src: url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayBold.eot') format('embedded-opentype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayBold.woff2') format('woff2'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayBold.woff') format('woff'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayBold.ttf') format('truetype'), url('https://oneil-engineering.com/wp-content/themes/oneil/thesis-assets/fonts/RalewayBold.svg#RalewayBold') format('svg'); }
/*
 * Style Reset
 * an HTML Structure
 * *******************
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

body {
  padding: 0;
  color: #555555;
  font-family: 'RobotoRegular';
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MontserratBold';
  margin-bottom: 20px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 34px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

p {
  margin-bottom: 30px; }

a {
  color: #004965;
  text-decoration: unset !important; }

a:hover {
  color: #555555; }

p:last-of-type {
  margin-bottom: 0; }

.site-inner {
  margin-top: 100px; }

.wrapper {
  max-width: 1117px;
  margin: 0 auto; }

img {
  max-width: 100%; }

li {
  list-style-type: none; }

/*
 * Oneil Header
 * *******************
 */
header {
  height: 100px;
  background-color: white;
  padding: 27px 0 15px;
  position: fixed;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999; }

.admin-bar header {
  top: 32px; }

header .wrapper {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */ }

.header-nav {
  flex-grow: 1; }

.menu-header-menu-container {
  height: 100%; }

.header-nav ul {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 20px; }

.header-nav li {
  padding: 0 16px; }

.header-nav li:first-child {
  padding-left: 0; }

.header-nav li:last-child {
  padding-right: 0; }

.header-nav li a {
  font-size: 16px;
  color: #acacac;
  text-transform: uppercase;
  letter-spacing: 1.5px; }

.header-nav li a:hover,
li.menu-active a {
  color: #3e68a3; }

.header-cta {
  margin-left: auto;
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */
  align-items: center;
  justify-content: center; }

.button {
  padding: 12px 18px;
  display: flex; }

header .button {
  background-color: #3e68a3;
  color: white; }

header .button:hover {
  color: white;
  background-color: #555555; }

.hide-display {
  display: none; }

/*
 * Home Section 1
 * *******************
 */
.home-section-1 {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */
  align-items: center; }

.home-section-1 .wrapper {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */
  flex-direction: column;
  align-items: center;
  justify-self: center; }

.home-section-1 h1 {
  margin-bottom: 75px;
  color: white;
  text-align: center; }

.home-section-1 h1 span {
  text-transform: uppercase;
  display: block;
  font-size: 50%;
  font-family: 'RobotoRegular'; }

.site-inner .button {
  background-color: white;
  color: #004965;
  font-family: 'RobotoBlack';
  font-size: 14px; }

.site-inner .button:hover {
  background-color: #3e68a3;
  color: white; }

.site-inner .button.blue {
  background-color: #3e68a3;
  color: white; }

.site-inner .button.blue:hover {
  background-color: #555555;
  color: white; }

/*
 * Home Section 2
 * *******************
 */
.home-section-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  text-align: center;
  padding: 60px 0 100px; }

.home-section-2 h2 {
  margin-bottom: 60px; }

.styled-heading {
  color: #3e68a3;
  max-width: 1010px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.styled-heading:after {
  content: '';
  width: 86px;
  height: 3px;
  background-color: #cc0446;
  display: block;
  margin: 27px auto 0; }

.home-section-2 p {
  max-width: 918px;
  margin-right: auto;
  margin-left: auto; }

/*
 * Home Section 3
 * *******************
 */
.home-section-3 {
  padding: 78px 0 120px; }

.home-section-3 .wrapper {
  max-width: 945px; }

.home-section-3 h2 {
  margin-bottom: 75px; }

.services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 75px 46px;
  grid-template-areas: ". ." ". ."; }

.home-section-3 .one-half {
  text-align: center;
  display: inline;
  height: 350px; }

.home-section-3 .one-half .inner-wrap {
  height: 100%;
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.home-section-3 .one-half .inner-wrap:before {
  position: absolute;
  content: '';
  background-color: black;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.home-section-3 .one-half .inner-wrap * {
  position: relative; }

.home-section-3 h3 {
  font-family: 'MontserratRegular';
  color: white;
  margin-bottom: 35px;
  text-transform: uppercase; }

.longer-style:after {
  margin-top: 10px;
  width: 90px;
  background-color: white; }

.site-inner button.outline,
button.outline {
  border: 1px solid #cbc7c5;
  background-color: transparent;
  color: white;
  padding: 8px 35px; }

.home-section-3 .one-half:hover .outline {
  background-color: #3e68a3; }

/*
 * Home Section 4
 * *******************
 */
.home-section-4 {
  background-color: #f7f7f7;
  padding: 130px 0 140px; }

.home-section-4 h2 {
  margin-bottom: 40px; }

.home-section-4 iframe {
  margin: auto;
  width: 100%; }

/*
 * Home Section 5
 * *******************
 */
.home-section-5 {
  padding: 120px 0 130px; }

.home-section-5 .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 88px; }

.home-section-5 h2 {
  margin-bottom: 50px; }

.gallery ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px 20px;
  grid-template-areas: ". ." ". .";
  max-width: 428px;
  margin: 0 auto; }

.slider-wrap {
  position: relative;
  text-align: center;
  height: auto; }

.gallery {
  height: auto;
  display: inline-block; }

.gallery img {
  width: 202px;
  height: 160px;
  object-fit: cover; }

.rslides_nav {
  top: 50%;
  transform: translateY(-50%);
  position: absolute; }

.rslides_nav {
  font-family: 'font Awesome 5 free';
  font-weight: 700; }

.rslides_nav.prev {
  left: 0; }

.rslides_nav.prev:before {
  content: '\f053'; }

.rslides_nav.next {
  right: 0; }

.rslides_nav.next:before {
  content: '\f054'; }

.news-item {
  margin-bottom: 35px;
  border-bottom: 1px solid #cccccc;
  display: block; }

.news-item:last-of-type {
  border: unset; }

.home-section-5 h5 {
  color: #111111;
  margin-bottom: 10px;
  font-family: 'RalewayBold'; }

.date {
  color: #8c8c8c;
  font-family: 'RalewayRegular';
  margin-bottom: 25px; }

p.more {
  font-family: 'RalewayBold';
  color: #111111;
  margin-bottom: 35px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block; }

p.more:before {
  position: absolute;
  content: '';
  background-color: #1b1a1a;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0; }

/*
 * Inner Pages
 * *******************
 */
.inner-page-banner {
  background-size: cover;
  background-position: center center;
  height: 205px;
  position: relative;
  padding: 0 !important; }

.inner-page-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3; }

.inner-page-banner .wrapper {
  height: inherit;
  text-align: center; }

.inner-page-banner h1 {
  margin-bottom: 0;
  color: white;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.projects-section {
  padding: 80px 0 70px; }

.intro-par {
  color: #76797a;
  margin-bottom: 80px; }

.project-item {
  background-color: #f8f8f8;
  margin-bottom: 30px; }

.project-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 15px; }

.proj-info {
  padding: 15px 14px 20px; }

.proj-img-warp {
  position: relative;
  padding-top: 61.27%; }

.project-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

p.proj-label {
  font-family: 'RobotoBold';
  color: black !important;
  font-size: 12px !important;
  margin-bottom: 0; }

.project-container h6 {
  color: #76797a;
  margin-bottom: 8px;
  font-family: 'RobotoBold'; }

.project-container h6 p {
  margin-bottom: 12px;
  font-size: 18px; }

.project-container p {
  color: #76797a;
  font-size: 14px; }

.load-btn {
  max-width: 210px;
  text-align: center;
  margin: 85px auto 0; }

.load-btn a {
  display: inline-block;
  background-color: #f8f8f8;
  border: 1px solid #b7b7b7; }

/*
 * About
 * *******************
 */
.about-section-1 {
  padding: 80px 0;
  text-align: center; }

.about-section-1 .wrapper {
  max-width: 915px; }

.about-section-1 p,
.about-section-2 p {
  color: #76797a; }

.about-section-2 {
  background-color: #f7f7f7;
  padding: 70px 0 90px; }

.about-section-2 h2 {
  margin-bottom: 70px; }

.team-item {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */
  margin-bottom: 80px; }

.team-item:last-child {
  margin-bottom: 0; }

.team-item h5 {
  color: #111111; }

.img-wrap {
  max-width: 210px;
  max-height: 210px;
  width: 100%;
  position: relative;
  padding-top: 23.456%;
  margin-right: 40px; }

.img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; }

.about-section-3 {
  padding: 80px 0 90px; }

.about-section-3 h2 {
  margin-bottom: 50px; }

.intro-par {
  margin: 0 auto 55px;
  max-width: 912px;
  text-align: center; }

.about-section-3 strong {
  color: black;
  font-family: 'RobotoBold'; }

.about-section-3 a {
  color: #3f68ff; }

.about-section-3 a:hover {
  color: #76797a; }

/*
 * Contact
 * *******************
 */
.contact-section-1 {
  padding: 90px 0 120px; }

.contact-section-1 .wrapper {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */ }

.contact-form {
  max-width: 530px;
  width: 100%;
  margin-right: 84px; }

.contact-form form * {
  width: 100%; }

.blue-heading {
  color: #3e68a3;
  position: relative;
  margin-bottom: 45px; }

.blue-heading:before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 62px;
  height: 3px;
  background-color: #3e68a3; }

input,
textarea {
  border-color: #4b4b4b !important;
  background-color: white !important;
  padding: 20px 30px !important; }

form p {
  margin-bottom: 10px; }

input[type="submit"] {
  border: unset !important;
  background-color: #3e68a3 !important;
  color: white !important;
  width: 100%; }

input[type="submit"]:hover {
  background-color: #555555 !important; }

.other-ways p {
  line-height: 1.7; }

.other-ways p:last-of-type {
  margin-bottom: 30px; }

.other-ways li p {
  margin-bottom: 0 !important; }

.google-map iframe {
  width: 100%;
  height: 470px; }

/*
 * Services
 * *******************
 */
.services-section-1 .button {
  display: inline-block;
  margin-top: 50px; }

.services-section-2 .wrapper {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */ }

.services-section-2 .wrapper div {
  width: 50%; }

.blue-label {
  color: #3e68a3; }

.services-widgets li {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */ }

.services-widgets li:before {
  content: url('https://oneil-engineering.com/wp-content/uploads/2021/11/list-style.png');
  margin-right: 16px;
  vertical-align: middle; }

.services-section-2 {
  background-color: #f7f7f7;
  padding: 60px 0 80px; }

.services-section-2 .blue-label,
.services-section-2 li {
  line-height: 30px; }

.services-section-3 {
  padding: 75px 0 95px; }

.services-section-3 h2 {
  margin-bottom: 70px; }

.services-section-3 h5 {
  color: #111111; }

.row-wrap {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */
  max-width: 990px;
  margin: 0 auto;
  align-items: center; }

.row-wrap img {
  margin-right: 55px; }

.row-wrap img,
.row-content {
  width: 50%; }

.img-text {
  margin: 25px auto 53px; }

.row-content {
  margin-bottom: auto; }

.facilities-wrap {
  width: 50%;
  margin-bottom: auto; }

.facilities-wrap.critical {
  margin-right: 55px; }

.facilities-wrap h5 {
  margin-bottom: 13px; }

.with-divider {
  padding-bottom: 65px;
  border-bottom: 1px solid #d2cfcf;
  margin-bottom: 65px; }

.services-section-4 {
  background-color: #f7f7f7;
  padding: 90px 0 75px; }

.services-section-4 h2 {
  margin-bottom: 50px; }

.services-section-4 .row-content {
  margin: auto; }

.services-section-4 li {
  line-height: 1.5; }

.services-section-4 .button {
  display: inline-block; }

/*
 * Careers
 * *******************
 */
.career-section-1 {
  padding: 80px 0 70px; }

.career-section-1 h2 {
  margin-bottom: 50px; }

.career-section-1 p {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto; }

.career-section-2 {
  background-color: #f7f7f7;
  padding: 80px 0 190px; }

.career-section-2 form {
  max-width: 635px;
  margin: 0 auto; }

.career-section-2 form input[type=text],
.career-section-2 form input[type=email],
.career-section-2 form textarea {
  width: 100%; }

.wpcf7 input[type="file"] {
  background-color: transparent !important; }

/*
 * Site Footer
 * *******************
 */
.site-footer {
  background-color: #1b2d46;
  padding: 68px 0 63px; }

.site-footer .wrapper {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */
  font-size: 16px; }

.site-footer * {
  color: white; }

.site-footer li {
  line-height: 1.5; }

.site-footer i {
  color: #3e68a3; }

.footer-logo {
  margin-right: 110px; }

.footer-resources {
  margin-right: 95px; }

.footer-contact {
  margin-right: 105px; }

.footer-contact-details li {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */
  margin-bottom: 5px; }

.footer-contact-details li {
  display: -webkit-box;
    /*
   * OLD - iOS 6-, Safari 3.1-6
   */
  display: -moz-box;
    /*
   * OLD - Firefox 19- (buggy but mostly works)
   */
  display: -ms-flexbox;
    /*
   * TWEENER - IE 10
   */
  display: -webkit-flex;
    /*
   * NEW - Chrome
   */
  display: flex;
    /*
   * NEW, Spec - Opera 12.1, Firefox 20+
   */ }

.footer-contact-details li i {
  margin-right: 6px; }

.footer-contact-details p {
  display: inline-block; }

.site-footer p strong {
  margin-bottom: 12px;
  display: block; }

.soc-med li {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px; }

.footer-social {
  text-align: center; }

.footer-button {
  background-color: #3e68a3;
  padding-right: 60px;
  padding-left: 60px;
  margin-bottom: 20px; }

.soc-med i {
  color: white; }

.soc-med a:hover i {
  color: white;
  color: #555555; }

.copyright {
  text-align: center;
  font-size: 12px;
  color: #76797a;
  padding: 16px 0; }

/*
 * Media Query
 * *******************
 */
@media only screen and (max-width: 1157px) {
  .wrapper {
    padding: 0 20px; }

  .with-divider {
    padding-bottom: 40px; }

  .services-widgets li {
    line-height: 1.5; }

  .site-footer .wrapper {
    flex-direction: column; }

  .footer-logo,
  .footer-resources,
  .footer-contact {
    margin: 0 auto 40px; }

  .site-footer p strong {
    text-align: center; }

  .footer-resources li {
    display: block;
    padding: 0 20px;
    text-align: center; }

  .footer-button {
    max-width: 220px;
    margin: 0 auto 40px; } }

@media only screen and (max-width: 980px) {
  .menu-header-menu-container {
    display: none;
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    background-color: white; }

  .hide-display {
    display: unset; }

  .fa-bars {
    display: flex !important;
    justify-content: end;
    align-items: center;
    height: 100%;
    font-size: 24px;
    cursor: pointer; }

  .fa-bars:hover:before {
    color: #3e68a3; }

  .header-cta {
    display: none; }

  .headermenu {
    height: auto;
    background-color: white;
    text-align: right;
    flex-direction: column; }

  .header-nav ul {
    padding: 20px;
    height: auto;
    border-bottom: 1px solid #eeeeee; }

  .header-nav li {
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #acacac; }

  .header-nav li:last-of-type {
    border-bottom: none; }

  .mobile-menu {
    display: block !important;
    position: absolute;
    width: 100%;
    background-color: white;
    top: 99px;
    left: 0;
    min-height: 263px; }

  .header-nav .mobile-menu  ul {
    flex-direction: column;
    text-align: right; }

  .header-nav .mobile-menu  li {
    padding: 10px 0 !important;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eeeeee; }

  .home-section-2 {
    position: relative; }

  .home-section-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8; }

  .home-section-2 .wrapper {
    position: relative; }

  .team-item {
    flex-direction: column; }

  .img-wrap {
    margin-right: 0;
    margin-bottom: 30px;
    padding-top: 0;
    max-width: unset;
    max-height: unset; }

  .img-wrap img {
    position: unset;
    width: auto;
    height: auto;
    margin: auto; } }

@media only screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px; } }

@media only screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important; }

  .services {
    display: block; }

  .home-section-3 .one-half .inner-wrap {
    padding: 40px;
    min-height: 300px;
    margin: 20px 0; }

  .home-section-5 .wrapper {
    display: block; }

  .career-section-1 p {
    font-size: 18px; }

  .gallery {
    margin-bottom: 80px; }

  .page-section:not(.home-section-1) {
    padding: 40px 0 !important; }

  .project-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px; }

  .contact-section-1 .wrapper {
    flex-direction: column;
    overflow-x: hidden; }

  .contact-form {
    margin: 0 auto !important; }

  .services-section-2 .wrapper {
    flex-direction: column; }

  .services-section-2 .wrapper div {
    width: 100%; }

  .left-content {
    margin-bottom: 20px; }

  .row-wrap {
    flex-direction: column;
    align-items: left; }

  .row-wrap img,
  .row-content {
    width: 100%;
    margin-right: auto; }

  .row-wrap img {
    margin: 0 auto 20px;
    max-width: 350px; }

  .facilities-wrap {
    width: 100%; }

  .facilities-wrap.critical {
    margin-right: 0;
    margin-bottom: 30px; } }

@media only screen and (max-width: 480px) {
  .project-container {
    grid-template-columns: 1fr; }

  .google-map iframe {
    height: 300px; }

  .contact-section-1 {
    padding: 40px 0; } }