/*
Theme Name: Arc North theme based WP Bootstrap Starter
Theme URI: https://bitbucket.org/mev/arc-north-wp/src/master/
Author: MEV
Description: Arc North theme based WP Bootstrap Starter (https://wordpress.org/themes/wp-bootstrap-starter/)
Version: 0.0.0
License: MIT
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 3rem;
  padding-bottom: 10px;
}
h2 {
  font-size: 2.25rem;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 1.125rem;
  line-height: 25px;
}
h4 {
  font-size: 1.1rem;
  line-height: 20px;
}
h5 {
  font-size: 1rem;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font: 300 condensed 1.125rem/1.56 'Roboto Condensed', sans-serif;
  color: #0a0c10;
}

h1.page-title,
h1.entry-title {
  border-bottom: 2px solid #c5c5c5;
  color: #103777;
  font: 700 condensed 3rem/1 'Roboto Condensed', sans-serif;
  padding-bottom: 4px;
  margin: 46px 0;
  text-transform: uppercase;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html, body {
  background: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  height: 100%;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #103777 ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 1.4rem 1.125rem;
}

.navbar-brand {
  padding-left: 1.125rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a > img {
  max-width: 129px;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li {
  margin: 0 1rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: relative;
}


body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 700;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::after,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a::after {
  content: '';
  display: block;
  position: absolute;
  left: -7px;
  top: 49%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

@media (min-width: 1200px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    cursor: pointer;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 700;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::after,
  body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a::after {
    left: 50%;
    bottom: -7px;
    top: auto;
    transform: translateX(-50%);
  }
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.wrapper {
  max-width: 1202px;
}

#page.site {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

#content.site-content {
  padding: 0;
  flex-grow: 1;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.home-page {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  border-top: 1px solid #c5c5c5;
  font-size: 75%;
  margin-top: auto;
  box-sizing: border-box;
}

footer#colophon.no-border {
  border-top: 0;
}

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #fff;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.75rem;
  margin-bottom: 0;
  text-align: center;
  font-stretch: condensed;
  color: #c5c5c5;
}

.copyright a, footer#colophon a {
  color: inherit;
}

.page-template-contact .copyright {
  text-align: left;
  text-indent: -11px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.page-template-contact {
  display: flex;
  flex-direction: column;
}

.page-template-contact .wrapper {
  max-width: 100%;
  display: flex;
}

.page-template-contact #content.site-content {
  display: flex;
}

.contact-wrap {
  flex-basis: 500px;
  width: 100%;
}

.contact-content {
  max-width: 384px;
}

.address {
  font: 400 1.125rem/1.33 'Arimo', sans-serif;
  color: #0a0c10;
}

.address-item a {
  font: 400 1.125rem/1.33 'Arimo', sans-serif;
  color: #0a0c10;
}

.address-item {
  padding-left: 40px;
  position: relative;
}

.address-item::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 0;
}

.address-item.location::before {
  background: url("inc/assets/images/location-pin-simple-line-icons.png") center/contain no-repeat;
}

.address-item.email::before {
  background: url("inc/assets/images/envelope-simple-line-icons.png") center/contain no-repeat;
}

.address-item.tel::before {
  background: url("inc/assets/images/phone-simple-line-icons.png") center/contain no-repeat;
}

.form-container {
  margin: 35px 0;
}

.form-field-wrapper {
  line-height: 12px;
  margin-bottom: 16px;
}

.form-field-wrapper label {
  font: 400 12px/1 'Arimo', sans-serif;
  color: #4a4a4a;
  margin-bottom: 5px;
}
.form-field-wrapper p {
  display: none;
}

.wpcf7-form .form-control {
  border: 1px solid #c5c5c5;
  border-radius: 0;
}

.form-field-wrapper textarea {
  padding: 11px 12px;
}
.form-field-wrapper input {
  padding: 7px 12px;
}

.wpcf7-form .btn-submit {
  background: #f3d03f;
  width: 142px;
  height: 40px;
  border: 0;
  border-radius: 0;
  font: 500 14px/1 'Arimo', sans-serif;
  color: #1a4da2;
  text-transform: uppercase;
}

.contact-container {
  width: 45%;
  padding: 0 15px;
}

.map-container {
  width: 55%;
}

.map {
  position: relative;
  height: 100%;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wpcf7-not-valid-tip {
  margin-top: 7px;
}

/*--------------------------------------------------------------
# About page
--------------------------------------------------------------*/
.page-template-about .intro img {
  float: left;
  max-width: 360px;
  box-shadow: -8px 8px 19px 0 rgba(0, 0, 0, 0.2);
}

.page-template-about .text {
  text-indent: 28px;
  padding-top: 28px;
}

.page-template-about .text p {
  margin-bottom: 0;
}

.page-template-about .author {
  font: italic 300 condensed 1.125rem/36px'Roboto Condensed', sans-serif;
  color: #929292;
  height: 36px;
  border-left: 2px solid #1a4da2;
  padding-left: 10px;
  display: inline-block;
}

.timeline-item {
  width: 50%;
  display: flex;
  position: relative;
}

.timeline-item.pull-left {
  padding-right: 62px;
  justify-content: flex-end;
}

.timeline-item.pull-right {
  padding-left: 62px;
  justify-content: flex-start;
  margin-left: 50%;
}

.timeline-item::before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 54px;
  bottom: 8px;
  background-color: #a1bdeb;
}

.timeline-item.pull-left::before {
  right: 0;
}

.timeline-item.pull-right::before {
  left: -1px;
}

.timeline-item:last-child::before {
  display: none;
}

.timeline-item .point {
  position: absolute;
  top: 0;
  display: block;
  width: 46px;
  height: 46px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #a1bdeb;
  border-radius: 50%;
}

.timeline-item .point::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline-item.pull-left .point {
  right: -23px;
}

.timeline-item.pull-right .point {
  left: -23px;
}

.timeline-item-wrap {
  max-width: 500px;
  width: 100%;
}

.timeline h2,
.timeline-item .title {
  font: 700 condensed 2.25rem/1'Roboto Condensed', sans-serif;
  color: #103777;
  text-transform: uppercase;
}

.timeline h2 {
  text-align: center;
  padding: 0;
}

.timeline-item .title {
  margin: 0;
  padding-bottom: 16px;
  padding-left: 24px;
  border-bottom:  2px solid #f3d03f;
}

.timeline-item .description {
  margin-top: 24px;
  padding-left: 24px;
  font: 300 condensed 1.125rem 'Roboto Condensed', sans-serif;
  color: #0a0c10;
  line-height: normal;
  position: relative;
}

.timeline-item .description h4 {
  margin-bottom: 3px;
  margin-top: 16px;
}

.timeline-item .description strong,
.timeline-item .description b {
  font: 700 condensed 1.333rem/1'Roboto Condensed', sans-serif;
  color: #4f4f4f;
}

.timeline-item .description p {
  margin-bottom: 0;
  line-height: normal;
}

.timeline-item .description ul {
  padding-left: 18px;
}

.timeline-item .description li {
  line-height: normal;
  max-width: 444px;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Why Arc North page
--------------------------------------------------------------*/
.page-template-why-arcnorth .entry-content {
  margin-bottom: 24px;
  padding-top: 19px;
}

.page-template-why-arcnorth .text {
  text-indent: 28px;
}

.page-template-why-arcnorth .image {
  margin: -19px -15px 0 15px;
  box-shadow: -8px 8px 19px 0 rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
## How we can help you page
--------------------------------------------------------------*/
.how-page .entry-title {
  margin-bottom: 50px;
}

.how-page .entry-content p {
  text-indent: 28px;
}

.how-we-can-help-you-wrapper {
  display: flex;
  padding: 50px 0 40px;
}

.how-we-can-help-you-wrapper.pull-left {
  flex-direction: row;
}

.how-we-can-help-you-wrapper.pull-right {
  flex-direction: row-reverse;
}

.how-we-can-help-you-wrapper .image {
  max-width: 100%;
  object-fit: fill;
  max-height: 350px;
  z-index: 99;
  box-shadow: -8px 8px 19px 0 rgba(0, 0, 0, 0.2);
}

.how-we-can-help-you-wrapper .info {
  z-index: 100;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.how-we-can-help-you-wrapper .info .name {
  font: 600 condensed 2.25rem 'Roboto Condensed', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: #103777;
  min-height: 80px;
  border-bottom: 2px solid #f3d03f;
  width: calc(100% + 100px);
  margin: 0;
  padding: 40px 25px 10px;
  z-index: 102;
}

.how-we-can-help-you-wrapper .info .description {
  width: 100%;
  font: 300 condensed 1.125rem/1.4 'Roboto Condensed', sans-serif;
  padding: 35px 55px 0;
  text-align: left;
  max-height: 400px;
  letter-spacing: normal;
  color: #0a0c10;
}

.how-we-can-help-you-wrapper.pull-left .info {
  align-items: flex-end;
}

.how-we-can-help-you-wrapper.pull-right .info {
  align-items: flex-start;
}

.how-we-can-help-you-wrapper.pull-left .info .name {
  text-align: right;
}

.how-we-can-help-you-wrapper.pull-right .info .name {
  text-align: left;
}
.how-we-can-help-you-wrapper.pull-right .info .description {
  padding-left: 25px;
}
/*--------------------------------------------------------------
## Cases page
--------------------------------------------------------------*/
.cases-wrapper {
  display: flex;
  padding: 0 0 110px;
}

.cases-wrapper.pull-left {
  flex-direction: row;
}

.cases-wrapper.pull-right {
  flex-direction: row-reverse;
}

.cases-wrapper .image {
  max-width: 100%;
  width: 685px;
  object-fit: fill;
  max-height: 600px;
  z-index: 99;
  box-shadow: -8px 8px 19px 0 rgba(0, 0, 0, 0.2);
}

.cases-wrapper .info {
  z-index: 100;
  width: calc(100% - 680px);
  display: flex;
  flex-direction: column;
}

.cases-wrapper .info .name {
  letter-spacing: normal;
  text-transform: uppercase;
  font: 600 condensed 2.25rem/normal 'Roboto Condensed', sans-serif;
  color: #103777;
  border-bottom: 4px solid #f3d03f;
  width: calc(100% + 220px);
  margin: 0;
  text-align: left;
  padding: 70px 35px 16px;
  z-index: 102;
}

.cases-wrapper .info .description {
  width: 100%;
  padding: 35px 35px 0;
  font: 300 condensed 1.125rem/1.4 'Roboto Condensed', sans-serif;
  text-align: left;
  letter-spacing: normal;
  color: #0a0c10;
  flex: 1 1;
}

.cases-wrapper .info .slide-number {
  opacity: 0.3;
  font: 900 condensed 4rem/1 'Roboto Condensed', sans-serif;
  padding: 0 35px;
  letter-spacing: normal;
  color: #9b9b9b;
}

.cases-wrapper.pull-left .info {
  align-items: flex-end;
}

.cases-wrapper.pull-right .info {
  align-items: flex-start;
}

.cases-wrapper.pull-left .info .name {
  padding-left: 255px;
}

.cases-wrapper.pull-right .info .name {
  padding-right: 255px;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.page-template-home .wrapper {
  max-width: 100%;
}

.home-page-slider {
  margin-top: -2px;
  overflow: visible !important;
}

.n2-section-smartslider {
  height: calc(100vh - 145px);
}

.n2-ss-align,
.n2-padding,
.n2-ss-slider,
.n2-ss-swipe-element,
[class*="n2-ss-slider-"],
.n2-ss-slide[data-first='1'][data-slide-duration='0'],
.n2-ss-slide[data-id][data-slide-duration='0'],
.n2-ss-layers-container,
.home-page-slider > .n2-ss-layer-content > .n2-ss-layer:not(.slider-category-heading-wrapper),
.slider-background-image {
  height: 100% !important;
}

.n2-ss-layer-row-inner {
  margin: 0 !important;
}

.n2-ss-layers-container {
  margin-top: 0 !important;
}

.slider-image-wrapper {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 85% !important;
  margin: 0 !important;
  height: calc(100% + 80px);
  box-shadow: -8px 8px 19px 0 rgba(0, 0, 0, 0.2);
}

.n2-ss-slider-3,
.n2-ss-slide[data-first][data-slide-duration],
.n2-ss-slide[data-id][data-slide-duration] {
  overflow: visible !important;
}

.slider-image-wrapper .n2-ss-layer-col {
  position: relative !important;
}

.slider-navbar-header .n2-ow{
  white-space: nowrap;
  padding: 0 15px;
}

.slider-nav-bar {
  overflow: hidden !important;
  position: absolute !important;
  z-index: 100 !important;
  top: calc(100vw / 54.64);
  left: 50%;
  transform: translateX(-50%);
}

.slider-background-image {
  position: absolute !important;
  z-index: 99 !important;
  width: 100% !important;
  height: 100% !important;
}

.slider-background-image .n2-ss-img-wrapper {
  width: 100% !important;
  height: 100% !important;
}

.slider-background-image .n2-ss-img-wrapper img {
  object-fit: cover;
}

.n2-ss-layer-col {
  padding: 0 !important;
  margin: 0 !important;
}

.n2-ss-layer-row {
  padding: 0 !important;
}

.nextend-arrow {
  position: absolute !important;
  bottom: 120px !important;
  width: calc(100vw / 34.15) !important;
  height: calc(100vw / 34.15) !important;
  background-color: #334F6D !important;
  border-radius: 0 !important;
}

.nextend-arrow .n2-arrow-normal-img {
  opacity: 0.3 !important;
}

.nextend-arrow:hover .n2-arrow-normal-img{
  opacity: 1 !important;
}

.nextend-arrow-previous {
  left: calc(100vw / 30) !important;
}

.nextend-arrow-next {
  left: calc((100vw / 34.15) * 2 + (100vw / 68.3)) !important;
}

.n2-ss-section-main-content {
  background: #103777;
  padding: 0 0 80px !important;
  background-clip: content-box;
}

.slider-navbar-header .n2-ow {
  font-family: Roboto, sans-serif;
  font-size: 2rem !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #103777 !important;
}

.slider-navigation .n2-ss-layer-col {
  flex-direction: row !important;
  justify-content: center !important;
}

.slider-navigation .n2-ss-layer-col .n2-ss-layer .n2-ss-button-container::before {
  content: '\2022';
  font-size: 2rem !important;
  font-weight: 900 !important;
  line-height: 1.1;
  color: #103777 !important;
  position: relative;
  display: inline-block !important;
}

.slider-navigation .n2-ss-layer-col .n2-ss-layer:first-child .n2-ss-button-container::before {
  content: none;
}

.slider-category-heading {
  padding: 0;
}

.slider-category-heading-wrapper {
  position: absolute !important;
  bottom: calc(120px + (100vw / 34.15) + 50px) !important;
;
}

.slider-navigation .n2-ss-layer-col .n2-ss-layer .n2-ss-button-container .n2-ow {
  background: transparent !important;
  font-family: Roboto, sans-serif;
  font-size: 2.25rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #103777 !important;
  padding: 0 15px !important;
}

.slider-category-heading .n2-ow {
  text-align: left !important;
  margin-left: calc(100vw / 34.15);
  text-transform: uppercase !important;
  font-family: Roboto, sans-serif;
  font-size: calc(100vw / 14.85) !important;
  line-height: 120px;
  font-weight: 900 !important;
  font-style: normal;
  font-stretch: condensed;
  letter-spacing: normal;
  color: #ffffff;
  width: calc(100vw / 1.7) !important;;
  border-bottom: 4px solid #f3d03f;
}

.n2-font-1103-link a:hover {
  text-decoration: underline !important;
  cursor: pointer !important;;
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }

  .contact-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .how-we-can-help-you-wrapper .image {
    align-self: center;
  }

  .how-we-can-help-you-wrapper.pull-left,
  .how-we-can-help-you-wrapper.pull-right {
    flex-direction: column;
  }
  .how-we-can-help-you-wrapper .info .name {
    width: 100%;
  }

  .cases-wrapper .image {
    align-self: center;
  }

  .cases-wrapper.pull-left,
  .cases-wrapper.pull-right {
    flex-direction: column;
  }

  .cases-wrapper .info {
    width: 100%;
  }

  .cases-wrapper .info .name {
    width: 100%;
  }

  .cases-wrapper.pull-left .info .name,
  .cases-wrapper.pull-right .info .name {
    padding-right: 35px;
    padding-left: 35px;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }

  .contact-container,
  .map-container {
    width: 100%;
  }
  .map-container {
    min-height: 60%;
  }

  .page-template-why-arcnorth .entry-content {
    margin-bottom: 46px;
    padding-top: 0;
  }

  .page-template-why-arcnorth .image {
    margin: 0;
  }

  .page-template-about .text {
    padding-top: 0;
  }

  .page-template-about .intro img {
    max-width: 233px;
  }

  .slider-navigation .n2-ss-layer-col {
    flex-direction: column !important;
  }

  .slider-navigation .n2-ss-layer-col .n2-ow,
  .slider-navigation .n2-ss-layer-col .n2-ss-layer .n2-ss-button-container .n2-ow {
    text-align: left !important;
  }

  .slider-navigation .n2-ss-layer-col .n2-ss-layer .n2-ss-button-container .n2-ow {
    width: 100%;
  }

  .slider-navigation .n2-ss-layer-col .n2-ss-layer:first-child .n2-ss-button-container::before {
    content: '\2022';
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

  .how-we-can-help-you-wrapper.pull-left .info .description,
  .how-we-can-help-you-wrapper.pull-right .info .description {
    padding: 20px 25px;
  }

  .cases-wrapper .info .description {
    padding: 20px 35px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  header#masthead {
    padding: 1rem 1.125rem;
  }

  .navbar-brand > a > img {
    max-width: 100px;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }

  h1.page-title,
  h1.entry-title {
    margin: 32px 0;
  }

  .page-template-why-arcnorth .entry-content {
    margin-bottom: 32px;
  }

  .contact-content {
    margin: 0 auto;
  }

  .page-template-why-arcnorth .text,
  .page-template-about .text {
    text-indent: 0;
  }

  .page-template-about .intro img {
    max-width: 150px;
  }

  .page-template-about .text p {
    margin-bottom: 0.75rem;
  }

  .timeline-item {
    width: 100%;
  }

  .timeline-item-wrap,
  .timeline-item .description li{
    max-width: 100%;
  }

  .timeline-item.pull-left {
    padding-right: 0;
    padding-left: 62px;
  }

  .timeline-item.pull-right {
    margin-left: 0;
  }

  .timeline-item.pull-left .point,
  .timeline-item.pull-right .point {
    right: auto;
    left: 7px;
  }

  .timeline-item.pull-left::before,
  .timeline-item.pull-right::before {
    right: auto;
    left: 30px;
  }

  .timeline-item.pull-left {
    justify-content: flex-start;
    width: 100%;
  }

  .slider-navbar-header .n2-ow{
    white-space: normal;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }

  .how-we-can-help-you-wrapper.pull-left .info .description,
  .how-we-can-help-you-wrapper.pull-right .info .description {
    padding: 20px 0;
  }

  .cases-wrapper .info .description {
    padding: 20px 0;
  }

  .slider-navbar-header .n2-ow {
    font-size: 95% !important;
  }
  .slider-navigation .n2-ss-layer-col .n2-ss-layer .n2-ss-button-container .n2-ow {
    font-size: 95% !important;
  }
}
