/*!
Theme Name: TransportModellers
Theme URI: http://underscores.me/
Author: Luke Fabish
Author URI: http://lukefabish.com
Description: Theme for transportmodellers.com.au
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: transport-modellers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TransportModellers is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* TMA: */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #384554;
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-size: 19px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Roboto Condensed';
  font-weight: 100; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 17.8125px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 17.8125px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */ }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0em; }
  @media screen and (min-width: 740px) {
    ul, ol {
      /*margin: 0 0 1.5em 3em;*/ } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14.25px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea, input {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4C5867; }
  a:visited {
    color: #4C5867; }
  a:hover, a:focus, a:active {
    color: #58ABB7; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  /*width: 100%; */
  /* Because it shares space with the logo */
  align-self: center;
  color: #4C5867; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        color: #58ABB7; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

#footer-nav ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0; }
  #footer-nav ul li {
    list-style: none;
    margin-right: 40px;
    padding-top: 0.5em;
    padding-bottom: 1em;
    display: block; }
    @media screen and (min-width: 740px) {
      #footer-nav ul li {
        display: inline;
        padding-top: 0;
        padding-bottom: 0; } }
    #footer-nav ul li a {
      color: white;
      text-decoration: none; }
    #footer-nav ul li a:hover {
      color: white; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 1040px) {
  .menu-toggle {
    display: none; }

  .main-navigation {
    font-family: 'Roboto', sans-serif;
    /*@include font-size(0.9);*/
    font-size: 0.9em; }

  .main-navigation ul {
    display: block; }

  .main-navigation ul li a {
    padding: 35px 20px; } }
.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%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 16.625px;
    /*font-size: $sizeValue * 1rem; */
    /* Doesn't work */
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    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; }

/*--------------------------------------------------------------
# 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;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.entry-content {
  margin-top: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# 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%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.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-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Transport Modellers Alliance-specific styles
--------------------------------------------------------------*/
/***************************************************
  Styles specific to Transport Modellers Alliance.
***************************************************/
@media screen and (min-width: 1920px) {
  body {
    font-size: 26.6px;
    /*font-size: $sizeValue * 1rem; */
    /* Doesn't work */ } }

blockquote {
  margin-left: 0; }

blockquote p {
  font-weight: bold;
  background-color: #bfd7ee;
  padding: 0.2em 0.2em;
  margin: -0.2em -0.2em; }

.wp-caption-text {
  font-size: 0.8em;
  font-style: italic; }

.not-large-desktop {
  display: block; }
  @media screen and (min-width: 1920px) {
    .not-large-desktop {
      display: none; } }

.large-desktop-only {
  display: none; }
  @media screen and (min-width: 1920px) {
    .large-desktop-only {
      display: block; } }

/***********************************
 TOP AREA
 ***********************************/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1200px; } }
  @media screen and (min-width: 1920px) {
    .container {
      width: 1440px; } }

.top-area-contacts-item {
  padding-right: 25px;
  display: block; }
  @media screen and (min-width: 740px) {
    .top-area-contacts-item {
      display: inline-block; } }

#top-area-search,
#top-area,
#top-area-items,
#top-area-search,
#top-area-contacts {
  display: inline-block; }

#top-area-address {
  display: none; }
  @media screen and (min-width: 740px) {
    #top-area-address {
      display: inline-block; } }
  @media screen and (min-width: 1200px) {
    #top-area-address {
      display: inline-block; } }

#top-area-mobile-address {
  display: none; }
  @media screen and (min-width: 740px) {
    #top-area-mobile-address {
      display: none; } }
  @media screen and (min-width: 1200px) {
    #top-area-mobile-address {
      display: none; } }
  #top-area-mobile-address .address-line {
    margin-left: 1.5em; }
  #top-area-mobile-address .address-line:first-child {
    margin-left: 0;
    display: inline-block; }

#top-area {
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #d2dae1;
  background-color: #f1f5f8; }

#top-area-items {
  /*@include font-size(0.74);*/
  font-size: 0.75em;
  width: 100%; }

#top-area-socials,
#top-area-contacts {
  line-height: 30px; }

@media screen and (min-width: 740px) {
  #top-area-search {
    float: right; } }

#top-area-socials {
  float: right;
  display: none; }
  @media screen and (min-width: 740px) {
    #top-area-socials {
      display: inline-block; } }

#top-area-contacts {
  float: none;
  margin-top: 3px; }

#top-area-address::before,
#top-area-mobile-address::before,
#top-area-phone::before,
#top-area-email::before {
  position: relative;
  top: 5px;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  display: inline-block;
  content: ''; }

#top-area-address::before,
#top-area-mobile-address::before {
  background-image: url("images/place-24px.svg"); }

#top-area-phone::before {
  background-image: url("images/phone-24px.svg"); }

#top-area-email::before {
  background-image: url("images/email-24px.svg"); }

#top-area-email {
  display: none; }
  @media screen and (min-width: 740px) {
    #top-area-email {
      display: inline-block; } }

.searchform {
  position: relative; }

#top-area-searchsubmit {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 29px;
  height: 29px;
  padding: 0;
  margin-top: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border: none; }

#top-area-searchsubmit::before {
  content: url("images/search-24px.svg");
  position: absolute;
  top: 2px;
  right: 1px;
  width: 29px;
  height: 29px;
  padding: 0;
  z-index: 10;
  border: none; }

@media screen and (min-width: 740px) {
  #top-area-socials {
    margin-left: 10px; } }

#top-area-socials img {
  width: 29px;
  height: 29px;
  vertical-align: middle;
  padding: 2px; }

/***********************************
  LOGO, NAV 
  ***********************************/
#main-header {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px; }

.site-branding img.custom-logo {
  max-height: 97px;
  width: auto; }
  @media screen and (min-width: 1920px) {
    .site-branding img.custom-logo {
      max-height: 105px; } }

.header-branding {
  display: inline-block; }

button.menu-toggle {
  position: relative;
  background-color: transparent;
  border: none;
  width: 50px;
  height: 44px;
  font-size: 0;
  text-indent: 100%; }

.main-navigation {
  margin-left: 15px;
  font-size: 1.2em; }
  @media screen and (min-width: 1920px) {
    .main-navigation {
      font-size: 1em; } }

.main-navigation .menu-toggle::after {
  background-color: #384554;
  box-shadow: 0 10px 0 0 #384554, 0 20px 0 0 #384554;
  border-radius: 2px;
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 10px;
  left: 0; }

#site-navigation.toggled .menu-main-menu-container {
  position: absolute;
  z-index: 20;
  background-color: white;
  width: 100%;
  right: 0; }
  #site-navigation.toggled .menu-main-menu-container ul {
    padding: 25px; }
    #site-navigation.toggled .menu-main-menu-container ul li {
      float: none;
      display: block;
      text-align: right;
      line-height: 3; }

/***********************************
  FEATURE IMAGE, TITLE, SUBTITLE
  ***********************************/
#page-feature {
  position: relative;
  overflow: hidden;
  max-height: 600px; }
  @media screen and (min-width: 1200px) {
    #page-feature {
      max-height: 500px; } }
  @media screen and (min-width: 1920px) {
    #page-feature {
      max-height: 900px; } }

#page-feature img, video {
  position: relative;
  left: 0;
  width: 100%;
  height: auto; }

#page-feature video {
  object-fit: fill; }

#caption-frame {
  margin: 0 auto;
  position: relative; }

#feature-caption {
  position: absolute;
  right: 20px;
  color: white;
  z-index: 10;
  text-align: right;
  top: -34vw; }
  @media screen and (min-width: 740px) {
    #feature-caption {
      top: -28vw; } }
  @media screen and (min-width: 1200px) {
    #feature-caption {
      top: -28vw; } }
  @media screen and (min-width: 1920px) {
    #feature-caption {
      top: -20vw; } }
  @media screen and (min-width: 2400px) {
    #feature-caption {
      top: -22vw; } }

@supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
  #feature-caption {
    top: -31vw; } }
@media screen and (min-width: 740px) {
  #caption-title, #caption-subtitle {
    float: right; } }

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

.overlay-title {
  background-color: rgba(20, 150, 211, 0.6);
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  padding: 1px 15px;
  line-height: 0.8;
  margin: 0; }
  @media screen and (min-width: 740px) {
    .overlay-title {
      padding: 10px 15px; } }

#caption-title h1 {
  margin: 0;
  font-size: 8vw; }
  @supports (-ms-accelerator: true) or (-ms-ime-align: auto) {
    #caption-title h1 {
      font-size: 6vw; } }
  @media screen and (min-width: 740px) {
    #caption-title h1 {
      font-size: 5vw; } }
  @media screen and (min-width: 1920px) {
    #caption-title h1 {
      font-size: 3vw; } }

.home #caption-title h1 {
  margin-top: 0.17em;
  margin-bottom: 0.17em; }
  @media screen and (min-width: 740px) {
    .home #caption-title h1 {
      margin-top: 0.67em;
      margin-bottom: 0.67em; } }

.page-content #home-feature-text-frame {
  margin-top: -0.4em; }
.page-content #home-feature-text {
  padding: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30.02px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */ }
  @media screen and (min-width: 1200px) {
    .page-content #home-feature-text {
      padding: 1em 0; } }
  @media screen and (min-width: 740px) {
    .page-content #home-feature-text {
      font-size: 38px;
      /*font-size: $sizeValue * 1rem; */
      /* Doesn't work */ } }
.page-content #feature-caption, .page-content #caption-title {
  width: 100%;
  right: 0;
  top: unset;
  bottom: 50%;
  transform: translateY(-33%); }
  @media screen and (min-width: 740px) {
    .page-content #feature-caption, .page-content #caption-title {
      transform: translateY(-63%); } }
  @media screen and (min-width: 1920px) {
    .page-content #feature-caption, .page-content #caption-title {
      transform: translateY(-143%); } }
.page-content .contact #feature-caption, .page-content .contact #caption-title {
  transform: translateY(-17%); }
  @media screen and (min-width: 740px) {
    .page-content .contact #feature-caption, .page-content .contact #caption-title {
      transform: translateY(-37%); } }
  @media screen and (min-width: 1920px) {
    .page-content .contact #feature-caption, .page-content .contact #caption-title {
      transform: translateY(-76%); } }
.page-content #caption-frame {
  width: 100%; }
.page-content #caption-title {
  background-color: rgba(7, 51, 80, 0.6); }
.page-content #caption-title h1 {
  background-color: transparent;
  text-align: center; }

#caption-subtitle {
  font-size: 4.7vw;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media screen and (min-width: 740px) {
    #caption-subtitle {
      font-size: 2.7vw;
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media screen and (min-width: 1920px) {
    #caption-subtitle {
      font-size: 1.7vw;
      padding-top: 15px;
      padding-bottom: 15px; } }

.secondary-overlay {
  background-color: rgba(7, 51, 80, 0.6);
  line-height: 1.25em;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  padding: 10px 15px; }

/***********************************
  FEATURE TEXT
  ***********************************/
#home-feature-text-frame {
  background-color: #f1f5f8;
  margin-top: -1.5em;
  padding-bottom: 1em; }
  @media screen and (min-width: 740px) {
    #home-feature-text-frame {
      margin-top: -1em; } }

@media screen and (min-width: 740px) {
  #home-feature-text {
    display: flex;
    justify-content: space-between; } }

#feature-text {
  flex-basis: 30%;
  max-width: 400px;
  margin: 0 auto; }
  #feature-text h2 {
    text-align: center; }
  @media screen and (min-width: 740px) {
    #feature-text h2 {
      text-align: left; } }

#feature-text h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  color: #4C5867; }
  @media screen and (min-width: 1200px) {
    #feature-text h2 {
      font-size: 48.07px;
      /*font-size: $sizeValue * 1rem; */
      /* Doesn't work */ } }

/******************************************
  WHITE PAPER FEATURE
  ******************************************/
#white-paper-feature {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 100%;
  padding-bottom: 1em; }

#white-paper-feature-content {
  padding-top: 25px;
  max-width: 100%; }
  @media screen and (min-width: 740px) {
    #white-paper-feature-content {
      max-width: 60%; } }
  @media screen and (min-width: 1200px) {
    #white-paper-feature-content {
      max-width: 50%; } }
  #white-paper-feature-content h2, #white-paper-feature-content p {
    color: white; }
  #white-paper-feature-content h2 {
    line-height: 1;
    font-size: 57px;
    /*font-size: $sizeValue * 1rem; */
    /* Doesn't work */ }
  #white-paper-feature-content p {
    max-width: 80%; }
    @media screen and (min-width: 1200px) {
      #white-paper-feature-content p {
        max-width: 400px; } }
    @media screen and (min-width: 1920px) {
      #white-paper-feature-content p {
        max-width: 600px; } }
  #white-paper-feature-content #white-paper-content {
    display: inline-block; }
  #white-paper-feature-content .strong-link {
    font-weight: 300;
    color: #1496d3; }
  #white-paper-feature-content .read-more {
    text-align: right; }

/******************************************
  MAIN CONTENT, FEATURE CONTENT, SIDEBAR
  ******************************************/
@media screen and (min-width: 740px) {
  #home-main-content, .flex-container {
    display: flex;
    justify-content: space-between; }
    #home-main-content .tma-wide-col, .flex-container .tma-wide-col {
      max-width: 60%; } }

.main-content {
  font-size: 24px;
  margin-top: 3em;
  margin-bottom: 3em; }
  @media screen and (min-width: 1200px) {
    .main-content {
      width: 60%; } }

#home-feature-content, .tma-wide-col {
  flex-basis: 60%;
  text-align: justify; }
  @media screen and (min-width: 740px) {
    #home-feature-content, .tma-wide-col {
      padding-top: 60px; } }
  #home-feature-content h1, .tma-wide-col h1 {
    font-size: 79.8px;
    /*font-size: $sizeValue * 1rem; */
    /* Doesn't work */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0.2em;
    color: #4C5867;
    text-align: left; }
  #home-feature-content p, .tma-wide-col p {
    /*@include font-size(1.1);*/
    font-size: 1em; }

#home-sidebar, .tma-sidebar {
  flex-basis: 30%; }
  @media screen and (min-width: 740px) {
    #home-sidebar, .tma-sidebar {
      padding-top: 60px; } }
  #home-sidebar h2, .tma-sidebar h2 {
    font-size: 47.5px;
    /*font-size: $sizeValue * 1rem; */
    /* Doesn't work */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0; }

#home-sidebar {
  margin-top: 60px;
  border-top: 1px solid #d2dae1; }
  #home-sidebar h2 {
    margin-top: 0.8em; }
    @media screen and (min-width: 740px) {
      #home-sidebar h2 {
        margin-top: 0; } }
  @media screen and (min-width: 740px) {
    #home-sidebar {
      margin-top: 0;
      border-top: none; } }

.news-title {
  margin-top: 0.4em; }

.sidebar-title, .news-title {
  font-size: 39.9px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */
  line-height: 1em;
  color: #4C5867; }

.sidebar-excerpt p, .news-excerpt p {
  text-align: justify;
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

.sidebar-read-more, .news-read-more, .read-more {
  margin-bottom: 2em; }
  .sidebar-read-more a, .news-read-more a, .read-more a {
    font-size: 28.88px;
    /*font-size: $sizeValue * 1rem; */
    /* Doesn't work */
    color: #418f9a;
    text-decoration: none; }
  .sidebar-read-more a:hover, .news-read-more a:hover, .read-more a:hover {
    color: #384554; }

/******************************************
  NEWS, WHITE PAPERS
  ******************************************/
@media screen and (min-width: 740px) {
  #news-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.news-entry {
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border: 1px solid #ddd; }
  @media screen and (min-width: 740px) {
    .news-entry {
      flex-basis: 48%; } }
  @media screen and (min-width: 1200px) {
    .news-entry {
      flex-basis: 32%; } }

.news-image {
  margin: 1em 0; }

.news-post .entry-meta, .whitepaper-post .entry-meta {
  float: right; }
.news-post h1, .whitepaper-post h1 {
  font-size: 3em;
  margin-bottom: 0; }
.news-post .entry-content p:first-child, .whitepaper-post .entry-content p:first-child {
  font-size: 34.2px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */
  margin-top: 0;
  line-height: 1.2; }
.news-post .tma-sidebar, .news-post .tma-wide-col, .whitepaper-post .tma-sidebar, .whitepaper-post .tma-wide-col {
  padding-top: 40px; }
.news-post .tma-sidebar h2, .whitepaper-post .tma-sidebar h2 {
  margin-top: 0;
  font-size: 28.5px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */
  color: white;
  background-color: #1496d3;
  padding-top: 1em;
  padding-left: 10px;
  margin-left: -10px; }

.whitepaper-post #caption-frame {
  position: absolute;
  top: 10px; }
  @media screen and (min-width: 1200px) {
    .whitepaper-post #caption-frame {
      left: 120px; } }
.whitepaper-post #feature-caption {
  position: static; }
.whitepaper-post #caption-title {
  float: none;
  display: inline-block; }
  .whitepaper-post #caption-title p {
    line-height: 1.6; }
  .whitepaper-post #caption-title h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7.8vw; }
.whitepaper-post #caption-subtitle {
  float: none;
  font-size: 3.3vw; }
  @media screen and (min-width: 1200px) {
    .whitepaper-post #caption-subtitle {
      /*width: 50%;*/
      font-size: 1.5vw; } }
@media screen and (min-width: 740px) {
  .whitepaper-post #white-paper-feature-content {
    max-width: 80%; } }
.whitepaper-post #white-paper-feature-content p {
  max-width: 100%; }
  @media screen and (min-width: 1200px) {
    .whitepaper-post #white-paper-feature-content p {
      max-width: 700px; } }
  @media screen and (min-width: 1920px) {
    .whitepaper-post #white-paper-feature-content p {
      max-width: 900px; } }

/******************************************
  FOOTER
  ******************************************/
footer {
  background-color: #2c2e3a;
  color: white; }

#footer-content {
  display: flex;
  justify-content: space-between;
  min-height: 100px; }

@media screen and (min-width: 740px) {
  #footer-content > * {
    align-self: center; } }

#footer-socials img {
  width: 29px;
  height: 29px;
  vertical-align: middle;
  padding: 2px; }

/******************************************
  ABOUT
  ******************************************/
.about .main-content {
  line-height: 1.2em; }
  .about .main-content p {
    margin-bottom: 0;
    margin-top: 0.8em; }

.principal-head {
  background-image: url("./images/principal-bg.jpg");
  background-position: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 200px;
  max-height: 432px; }

#about-employees {
  margin-bottom: 2em; }

.about-employee-desktop, .about-employee-mobile {
  margin: 1em auto;
  max-width: 320px;
  font-family: 'Roboto Condensed';
  color: #4C5867;
  font-size: 23.94px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */ }
  .about-employee-desktop img, .about-employee-mobile img {
    display: block;
    height: 80%;
    max-height: 200px;
    width: auto;
    margin: 0 auto; }

/* For Firefox */
.about-employee-desktop > * {
  flex-shrink: 0;
  max-width: 65%; }

.about-employee-mobile {
  margin-top: 1em; }

.about-employee-name {
  margin-top: 0.4em; }

.about-employee-name, .about-employee-title {
  padding-left: 1em; }
  @media (max-width: 405px) {
    .about-employee-name, .about-employee-title {
      padding-left: 0; } }

@media screen and (min-width: 1200px) {
  #about-employees {
    display: flex;
    flex-wrap: wrap; } }
#about-employees .about-employee-desktop {
  flex-basis: 45%;
  max-width: 100%;
  display: flex; }
  @media (max-width: 405px) {
    #about-employees .about-employee-desktop {
      display: none; } }
  #about-employees .about-employee-desktop .about-employee-desc {
    font-family: 'Source Sans Pro';
    text-align: left;
    padding: 1em; }
#about-employees .about-employee-mobile {
  display: none; }
  @media (max-width: 405px) {
    #about-employees .about-employee-mobile {
      display: block; } }

#affiliate-images {
  margin-top: 1em; }
  @media screen and (min-width: 1200px) {
    #affiliate-images {
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  #affiliate-images img {
    max-width: 70%;
    text-align: center;
    display: block;
    margin: 1em auto; }
    @media screen and (min-width: 1200px) {
      #affiliate-images img {
        flex-basis: 45%;
        max-width: 100%; } }

/******************************************
  CONTACT
  ******************************************/
.page-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-align: center;
  margin-top: -0.8em;
  padding-bottom: 0.4em;
  font-size: 19px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */ }
  @media screen and (min-width: 740px) {
    .page-subtitle {
      font-size: 24.7px;
      /*font-size: $sizeValue * 1rem; */
      /* Doesn't work */ } }
  @media screen and (min-width: 1200px) {
    .page-subtitle {
      font-size: 39.9px;
      /*font-size: $sizeValue * 1rem; */
      /* Doesn't work */ } }

.contact-holder {
  color: #1496d3;
  display: block; }
  .contact-holder img {
    max-height: 80px;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 740px) {
      .contact-holder img {
        display: inline-block;
        margin: 0; } }

.contact-row {
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em; }
  @media screen and (min-width: 740px) {
    .contact-row {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 1040px) {
    .contact-row {
      font-size: 31.92px;
      /*font-size: $sizeValue * 1rem; */
      /* Doesn't work */ } }

@media screen and (min-width: 740px) {
  .contact-col-narrow,
  .contact-col-wide,
  #contact-map-form-holder {
    display: flex; } }

.contact-col-narrow {
  flex-basis: 35%;
  margin-bottom: 2em; }
  @media screen and (min-width: 740px) {
    .contact-col-narrow {
      margin-bottom: 0; } }

.contact-row:first-child {
  padding-top: 2.5em; }
  @media screen and (min-width: 740px) {
    .contact-row:first-child {
      padding-top: 2em; } }

.contact-row:last-child .contact-col-narrow {
  margin-bottom: 0.5em; }

.contact-col-wide {
  flex-basis: 60%; }

.contact-detail {
  align-self: center;
  text-align: center; }
  @media screen and (min-width: 740px) {
    .contact-detail {
      margin-left: 25px; } }

#map-holder, #contact-form-holder {
  justify-content: center;
  flex-basis: 50%; }

#contact-form-holder form {
  width: 80%;
  margin: 0 auto; }

/******************************************
  SERVICES PAGE
  ******************************************/
.service-point {
  font-size: 39.9px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */
  margin-top: 1em;
  margin-bottom: 1em; }
  @media screen and (min-width: 740px) {
    .service-point {
      display: flex; } }

.service-bullet-point {
  flex-basis: 10%;
  text-align: center; }
  .service-bullet-point span {
    border-radius: 50%;
    color: white;
    width: 1.6em;
    height: 1.6em;
    display: inline-block; }

.service-desc {
  flex-basis: 85%;
  text-align: center;
  max-width: 80%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 30.02px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */ }
  @media screen and (min-width: 740px) {
    .service-desc {
      margin-top: 0;
      margin-left: 1em;
      text-align: left;
      font-size: 38px;
      /*font-size: $sizeValue * 1rem; */
      /* Doesn't work */ } }
  .service-desc a {
    text-decoration: none; }

hr {
  width: 50%;
  margin-top: 2em;
  margin-bottom: 2em; }

.service-topic h2 {
  font-size: 72.2px;
  /*font-size: $sizeValue * 1rem; */
  /* Doesn't work */
  margin: 0; }

.project-topic h2, .project-topic h3 {
  text-align: center; }

.feature-content {
  margin: 3em 0; }

.feature-content > * {
  margin: 0 auto; }

.project-details {
  display: block; }
  @media screen and (min-width: 1200px) {
    .project-details {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }

.project-img {
  display: block;
  margin: 0 auto;
  /*padding: 2em;*/
  height: auto; }
  @media screen and (min-width: 740px) {
    .project-img {
      /*max-width: 33%;*/ } }
  @media screen and (min-width: 1200px) {
    .project-img {
      flex-basis: 33%;
      max-width: 31%;
      padding: 0; } }

.project-details video {
  margin: 0 auto 1em;
  height: auto; }
  @media screen and (min-width: 1200px) {
    .project-details video {
      flex-basis: 31%;
      max-width: 31%;
      margin-right: 1em; } }

@media screen and (min-width: 740px) {
  .project-desc {
    column-count: 2; }
    .project-desc p:first-child {
      margin-top: 0; } }
@media screen and (min-width: 1200px) {
  .project-desc {
    flex-basis: 66%; } }

@media screen and (min-width: 740px) {
  #secondary-projects {
    display: flex;
    flex-wrap: wrap; } }

.secondary-project {
  padding: 0.5em; }
  @media screen and (min-width: 740px) {
    .secondary-project {
      flex-basis: 50%; } }
  @media screen and (min-width: 1200px) {
    .secondary-project {
      flex-basis: 33%; } }

.secondary-project-img-frame,
.secondary-project-img,
.news-image {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 200px;
  background-size: cover;
  background-position: center; }

/*# sourceMappingURL=style.css.map */
