/*!
Theme Name: Firetoss Theme
Theme URI: http://underscores.me/
Author: Firetoss - Joshua Green
Author URI: http://firetoss.com/
Description: A Custom Theme from Firetoss
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firetoss_seed
Tags:

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.

Firetoss Theme is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
--------------------------------------------------------------*/
.main-navigation a, .column-wrapper *, .link-container h2, .clickable-list a, .link-wall h2 a, .ufaq-faq-title-text h4, .resources-row a, .subnav-container li a {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }

header#masthead.change .site-branding img, header#masthead img, header#masthead.change .social-media, header#masthead.change .menu-main-navigation-container ul, header#masthead {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

div#postTitle {
  background: -moz-linear-gradient(0% 50% 0deg, rgba(0, 69, 107, 0.9) 0%, rgba(0, 69, 107, 0.7) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 69, 107, 0.9) 0%, rgba(0, 69, 107, 0.7) 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(0, 69, 107, 0.9)), color-stop(1, rgba(0, 69, 107, 0.7)));
  background: -o-linear-gradient(0deg, rgba(0, 69, 107, 0.9) 0%, rgba(0, 69, 107, 0.7) 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 69, 107, 0.9) 0%, rgba(0, 69, 107, 0.7) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00456B', endColorstr='#00456B' ,GradientType=0)";
  background: linear-gradient(90deg, rgba(0, 69, 107, 0.9) 0%, rgba(0, 69, 107, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00456B',endColorstr='#00456B' , GradientType=1); }

/*--------------------------------------------------------------
# Jeet/Bourbon
--------------------------------------------------------------*/
/* import Jeet */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

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: 15px;
  font-size: 0.9375rem;
  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: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

h1, h2, h3, h4, p {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4 {
  letter-spacing: 1px; }

h1 {
  font-size: 22px;
  color: #005a8c; }

h2 {
  font-size: 18px;
  font-weight: 200; }

h3 {
  font-size: 19px; }

h4 {
  font-size: 18px; }

p {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 200; }

.main-navigation a, .column-wrapper *, .owl-dot span, .link-container a, .clickable-list a, .link-wall h2 a, .content a, .resources-row a, .blog-permalink a {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out; }

.container {
  max-width: 1440px;
  margin: 0 auto; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.header {
  margin-top: 40px; }

.header.left h1 {
  margin: 30px 0; }

.header h1,
.column-header h1 {
  text-transform: uppercase;
  font-weight: 100; }

.home .subheader {
  text-align: center; }

.subheader h2 {
  color: #c73d42; }

/*--------------------------------------------------------------
# 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 http://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. */ }

blockquote, q {
  quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

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

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. */ }

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;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
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;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

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 {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
a:visited {
  color: purple; }
a:hover, a:focus, a:active {
  color: midnightblue; }
a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding {
  width: 300px;
  float: left; }
.site-branding img {
  padding-top: 15px; }

.main-navigation {
  float: right; }
.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: 1.5em;
  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 li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }
.main-navigation li {
  float: left;
  position: relative;
  padding: 10px; }
.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #005a8c;
  padding: 15px 20px 7px 0;
  font-size: 16px; }
.main-navigation a:hover {
  color: #c1272d; }

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

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

  .main-navigation ul {
    display: block; } }
.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%; }

header#masthead {
  background: white;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid #005a8c;
  position: absolute;
  z-index: 3;
  opacity: 0.9; }
header#masthead .page-id-14 {
  z-index: 2; }

.site-info {
  display: flex;
  margin-top: 30px; }
.site-info:after {
  content: '';
  background: #f2f2f2;
  position: absolute;
  width: 100%;
  height: 250px; }

.grid-container {
  color: #b3b3b3;
  position: relative;
  padding: 30px 0; }

.current_page_item {
  background: #c1272d;
  color: white; }
.current_page_item a {
  color: white; }
.current_page_item a:hover {
  color: #005a8c; }

ul.sub-menu li {
  background: #fff;
  position: relative;
  top: 23px;
  right: 0; }

.sub-menu .current_page_item a {
  color: #c1272d !important; }

.sub-menu .menu-item a {
  color: #005a8c; }
.sub-menu .menu-item a:hover {
  color: #c43b41; }

.main-navigation ul ul {
  top: 23px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#colophon {
  clear: both; }

.social-media ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end; }
.social-media ul li {
  list-style: none;
  padding-right: 10px;
  padding-top: 5px; }

.footer-menu {
  justify-content: center;
  display: flex;
  background: #333333; }
.footer-menu a {
  color: white;
  font-weight: 200;
  padding: 10px 20px;
  font-size: 12px; }

.form-input input {
  min-width: 308px; }

.form-button {
  float: right; }
.form-button input {
  color: white;
  background: #c1272d;
  box-shadow: none;
  border: none;
  width: 110px;
  padding: 8px;
  margin-top: 10px;
  border-radius: 0;
  text-shadow: none;
  font-size: 12px;
  transition: all .35s ease-in-out; }
.form-button input:hover {
  color: white;
  background: #c1272d; }

.contact-info {
  background: #666666; }

.contact-address {
  text-align: right;
  display: block;
  margin-left: 1.5em;
  z-index: 1; }
.contact-address p {
  text-transform: uppercase;
  font-size: 14px; }

.contact-container, .grid-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between; }

.contact-container {
  color: #e6e6e6; }
.contact-container ul {
  margin: 0;
  padding: 0;
  padding-bottom: 30px; }
.contact-container li {
  list-style: none;
  font-size: 12px; }
.contact-container .alignleft p {
  text-transform: uppercase;
  font-size: 14px; }
.contact-container .alignright p {
  padding-top: 15px; }

.grid-container .alignleft {
  text-transform: uppercase;
  font-weight: 200; }
.grid-container .alignleft p {
  margin: 0; }

.alignleft {
  display: inline;
  margin-right: 1.5em;
  z-index: 1; }
.alignleft img {
  margin-top: 40px; }
.alignleft a {
  text-decoration: none;
  color: white;
  font-size: 14px; }
.alignleft a:hover {
  color: #c1272d; }
.alignleft li a {
  transition: all .35s ease-in-out;
  font-size: 12px; }

.alignright {
  display: inline;
  margin-left: 1.5em;
  z-index: 1; }
.alignright p {
  text-transform: uppercase;
  text-align: right;
  margin: 0;
  font-weight: 200; }
.alignright li {
  list-style: none;
  display: inline-block; }
.alignright li:last-child {
  padding-left: 5px; }
.alignright ul {
  text-align: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
ul.sub-menu li {
  top: 0; }

.main-navigation ul ul {
  top: 100%;
  width: 350px;
  padding-top: 10px;
  border-top: 2px solid #136592;
  transition: all .35s ease;
  opacity: 0; }

.main-navigation ul ul a {
  display: block !Important;
  width: 100%; }

ul.sub-menu li {
  display: block;
  width: 100%; }

.main-navigation ul li:hover > ul {
  padding-top: 0;
  border-top: 2px solid #af262e;
  opacity: 1; }

.main-navigation ul #menu-item-109 ul {
  width: 750px !Important;
  right: 0; }

.main-navigation ul #menu-item-109 ul li {
  width: 50%; }

.main-navigation li {
  padding: 0; }

.main-navigation li a {
  padding: 10px; }

ul.sub-menu li {
  background: none; }

ul.sub-menu {
  background: #fff; }

.half {
  width: 50%;
  float: left; }

.main-navigation #primary-menu > li > a:after {
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: transparent;
  transition: all .35s ease; }

.main-navigation #primary-menu > li:hover > a:after {
  background: #c1272d; }

.main-navigation li:hover > a {
  color: #c1272d; }

.main-navigation a:hover {
  color: inherit; }

.main-navigation li.current-menu-item:hover > a {
  color: #fff; }

#page {
  overflow: hidden; }

.subheader h2 a {
  color: #00456b; }

header#masthead {
  position: fixed !important; }

header#masthead.change .site-branding img {
  height: 60px; }

header#masthead.change .social-media {
  opacity: 0; }

header#masthead.change .menu-main-navigation-container ul {
  margin-bottom: -19px !important; }

header#masthead {
  height: 89px; }

header#masthead .site-branding img {
  height: 73px; }

header#masthead.change {
  height: 70px; }
/*--------------------------------------------------------------
# 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; }
.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: 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::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both;
  content: "";
  display: block; }

.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; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Column
--------------------------------------------------------------*/
.column-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap; }

.column-block {
  height: 200px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  position: relative;
  border: 1px black solid;
  padding: 5px 0;
  margin-top: 5px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none; }
.column-block:hover {
  background: #005a8c; }
.column-block:hover .column-icon {
  opacity: 0; }
.column-block:hover .column-hover-icon {
  opacity: 1; }
.column-block:hover * {
  color: #fff; }

.column-icon, .column-hover-icon {
  position: absolute; }

.column-icon {
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  left: 0; }
.column-icon img {
  padding-top: 35px; }

.column-hover-icon {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%; }
.column-hover-icon img {
  padding-top: 35px; }

.column-header {
  margin-top: 110px; }
.column-header h1 {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: 200; }

.count-three > .column-block:nth-child(3n) {
  margin-right: 0; }

.count-four .column-block {
  width: 355px;
  min-height: 240px; }

.count-two .column-block {
  width: 33% !important; }

.count-three .column-block {
  width: calc(33% + 1px); }

.count-four .column-block {
  width: calc(25% -5px); }

.count-four > .column-block:nth-child(4n) {
  margin-right: 0; }
.count-three > .column-block:nth-child(3n) {
  margin-right: 0; }
.count-two > .column-block:nth-child(2n) {
  margin-right: 0; }
.count-one > .column-block {
  margin-right: 0; }

/*--------------------------------------------------------------
## List
--------------------------------------------------------------*/
.list-background {
  background: black;
  margin: 40px 0;
  opacity: 0.7; }

.list-item {
  color: white;
  padding-bottom: 60px;
  font-size: 18px;
  font-weight: 200; }
.list-item ul {
  margin: 0;
  padding: 0px 15px; }

.list-header {
  padding-top: 40px; }
.list-header h1 {
  width: 50%;
  text-transform: uppercase;
  color: white;
  font-weight: 200; }

.list-left {
  float: left;
  clear: none;
  width: 49%;
  margin-left: 0;
  margin-right: 2%; }
.list-left:last-child {
  margin-right: 0; }

.page-id-315 ul.list-right li:last-child {
  display: none; }

/*--------------------------------------------------------------
## Owl
--------------------------------------------------------------*/
.slider-header {
  font-size: 40px;
  padding-top: 130px; }

.slider-header,
.slider-subheader {
  color: white;
  font-weight: 200;
  text-align: right;
  margin: 0; }

.slider-subheader {
  font-size: 25px;
  padding-bottom: 40px; }
.slider-subheader h1 {
  font-size: 30px;
  display: inline-block;
  width: 45%; }

.owl-logo {
  position: absolute;
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: auto; }
.owl-logo img {
  position: relative;
  z-index: 2;
  width: 275px !Important;
  float: right;
  padding-top: 200px; }

.slider-text {
  max-width: 1440px;
  margin: 0 auto; }

.owl-carousel.owl-theme.owl-center.owl-loaded {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0; }

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }

.owl-carousel.owl-theme.owl-center.owl-loaded {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0; }

.owl-dot {
  position: relative;
  display: inline-block;
  z-index: 9; }
.owl-dot span {
  background-color: #CCC !Important;
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
@extends %transition; }

.owl-dot.active span {
  background: white !important;
  height: 18px;
  width: 18px; }

.owl-nav {
  color: white;
  font-size: 100px;
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  position: relative;
  top: -130px; }

.owl-prev {
  background-image: url("/wp-content/uploads/2016/09/owl-left-arrow.png"); }

.owl-next {
  background-image: url("/wp-content/uploads/2016/09/owl-right-arrow.png"); }

.owl-prev, .owl-next {
  background-repeat: no-repeat;
  width: 44px;
  height: 86px;
  background-position: center;
  font-size: 0; }

.slide {
  height: 500px; }

.slider-image {
  height: calc(100% - 88px);
  position: absolute;
  top: 89px;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1440px;
  margin: 0 auto; }

.slider-image img {
  position: absolute;
  width: auto !Important;
  margin-top: -1px;
  max-height: 100%; }

.owl-controls {
  position: absolute;
  width: 100%;
  top: 390px; }

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
#hero-header img {
  width: 100%; }

div#imageTitle {
  background-image: none;
  position: relative; }

div#postTitle {
  position: absolute;
  bottom: 6px;
  right: calc(50% - 720px);
  transform: skewX(-30deg); }

div#postTitlewrap {
  overflow: hidden;
  transform: skewX(30deg); }
div#postTitlewrap:after {
  content: '';
  width: 100%;
  position: absolute;
  max-height: 175px;
  height: 100%;
  top: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 69, 107, 0.9) 0%, rgba(0, 69, 107, 0.7) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 69, 107, 0.9) 0%, rgba(0, 69, 107, 0.7) 100%);
  background-image: linear-gradient(to right, rgba(0, 69, 107, 0.9) 0%, rgba(0, 69, 107, 0.7) 100%);
  left: 100%;
  display: block;
  transform: skewX(-30deg); }
div#postTitlewrap h1 {
  color: white;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 55px;
  padding: 0px 100px;
  margin: 0; }

/*--------------------------------------------------------------
## Watermakrer
--------------------------------------------------------------*/
.watermarker-center {
  top: -650px;
  left: 830px; }

.watermarker {
  position: absolute;
  width: 35%; }

.watermarker-bottom {
  top: -140px;
  left: 820px; }

.watermarker-bottom, .watermarker-center {
  position: relative;
  z-index: -1; }

/*--------------------------------------------------------------
## Icon
--------------------------------------------------------------*/
.icon.center {
  margin: 20px 0; }

/*--------------------------------------------------------------
## Link
--------------------------------------------------------------*/
.link-container h2 {
  display: inline;
  float: right;
  padding-right: 20px;
  line-height: 1;
  font-size: 18px; }
.link-container h2:after {
  content: '';
  background-image: url(/wp-content/uploads/2016/10/more-tab.png);
  height: 18px;
  width: 20px;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: 10px; }
.link-container h2:hover {
  text-decoration: underline; }
.link-container a {
  text-decoration: none;
  color: #c1272d;
  text-transform: uppercase; }

/*--------------------------------------------------------------
## Clickable List
--------------------------------------------------------------*/
.clickable-container {
  padding-top: 70px;
  margin-left: 50px; }

.clickable-list {
  margin: 0;
  padding: 0; }
.clickable-list li {
  padding: 10px 0;
  font-size: 18px;
  font-weight: 200;
  list-style: none;
  position: relative; }
.clickable-list a {
  padding-bottom: 10px;
  color: black;
  text-decoration: none;
  padding-left: 25px;
  position: relative; }
.clickable-list a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  background: #80A2B4;
  border-radius: 50%;
  bottom: 0;
  left: -35px;
  margin: auto;
  top: 0;
  left: 0; }
.clickable-list a:hover {
  color: #80A2B4; }

ul.clickable-tabs.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  margin: 0;
  padding: 0; }

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  margin-bottom: 100px; }

.tab-column-block {
  height: 200px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  position: relative;
  border: 1px black solid;
  padding: 5px 0;
  margin-top: 5px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  background-color: white; }
.tab-column-block:hover {
  background: #80A2B4;
  border: none; }
.tab-column-block:hover .column-icon {
  opacity: 0; }
.tab-column-block:hover .column-hover-icon {
  opacity: 1; }
.tab-column-block:hover:after {
  bottom: -70px; }
.tab-column-block:hover * {
  color: #fff; }
.tab-column-block .tab-column-block:after, .tab-column-block .tab-column-block:before {
  content: '';
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  height: 35%;
  background-image: url(img/nemsis-button-triangle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: -2;
  transition: all .25s ease; }

.tab-column-block:hover a:before,
.tab-column-block a:hover:before {
  bottom: -33%;
  opacity: 0; }

.tabs {
  width: 100%; }
.tabs li {
  list-style: none;
  display: inline-block;
  width: calc(50% - 2px); }
.tabs li:not(.ui-tabs-tab) {
  width: calc(33% - 2px); }
.tabs ul {
  margin: 0;
  padding: 0; }
.tabs h1 {
  margin-top: 125px;
  font-weight: 200;
  text-transform: uppercase; }

.tab-column-block:before {
  background-image: url(img/nemsis-button-triangle.png);
  z-index: -1; }

.tab-column-block:hover:after {
  bottom: -69px; }

/*--------------------------------------------------------------
## Map
--------------------------------------------------------------*/
.map-container {
  display: flex; }

.map {
  width: 70%; }

.map-text p {
  font-weight: 200; }

.map-right-side {
  width: 30%;
  margin-left: 100px; }

.button-group {
  margin-top: 80px;
  text-align: center; }

.button {
  border: 1px solid black;
  margin-top: 5px;
  transition: all .35s ease-in-out; }
.button a {
  text-decoration: none;
  color: #005a8c;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px; }
.button a:hover {
  color: white; }
.button p {
  margin: 0;
  padding: 25px 0; }
.button:hover {
  background: #005a8c; }

/*--------------------------------------------------------------
## List-Wall
--------------------------------------------------------------*/
.link-wall {
  margin-left: 50px; }

.link-wall h2 a:hover {
  color: #c43b41; }

.text-wall h1 {
  font-size: 22px;
  font-weight: 200; }
.text-wall p {
  font-size: 18px;
  font-weight: 200; }
.text-wall strong {
  color: #c43b41; }

.list-wall {
  margin-bottom: 50px; }

.text-wall a, .link-wall a {
  color: #005a8c; }

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.content a {
  color: #005a8c; }
.content a:hover {
  color: #b42e39; }
.content ul {
  margin: 0;
  list-style: none; }
.content ul li {
  font-family: "Open Sans";
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative; }
.content ul li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background: #c63d42;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px; }
.content ol li {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 300;
  padding-left: 10px; }

 
.page-id-346 .content {
  display: flex;
  justify-content: space-between; }
.page-id-346 .content .left-side, .page-id-346 .content .right-side {
  flex-basis: calc(100% / 2 - 115px); }

.right-side p {
  margin-bottom: 0;
  margin-top: 0; }

.page-id-381 .content {
  display: flex;
  justify-content: space-between; }
.page-id-381 .content .left-side,
.page-id-381 .content .right-side {
  flex-basis: calc(100% / 2 - 35px); }

/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/
.ufaq-faq-title-text h4 {
  text-transform: uppercase;
  font-family: "Open Sans";
  letter-spacing: 1px;
  color: #c73d42;
  font-weight: 200;
@extends %transition; }
.ufaq-faq-title-text h4:hover {
  color: #005a8c; }

.ewd-ufaq-post-margin-symbol {
  color: #c83d53; }
.ewd-ufaq-post-margin-symbol span {
  font-size: 30px; }

.ewd-ufaq-post-margin p {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 200; }

.hrf-title.close-faq span {
  display: none !important; }

h3.hrf-title {
  font-weight: 200; }

.hrf-content {
  padding-left: 100px !important; }

/*--------------------------------------------------------------
## Chart
--------------------------------------------------------------*/
table, tr, td, th {
  border: 1px solid black;
  background: white; }

th {
  background-color: #005a8c;
  color: white;
  padding: 20px 0;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 1px; }

tr td:first-child {
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 1px; }

.data-center {
  text-align: center; }

table p {
  margin: 10px; }

td.indent {
  padding-left: 30px; }

/*--------------------------------------------------------------
## Resources
--------------------------------------------------------------*/
.resources-row {
  width: 90%;
  margin: 0 auto; }
.resources-row p {
  display: flex;
  justify-content: space-between; }
.resources-row span {
  width: 33%; }
.resources-row span:last-child {
  width: 100px; }
.resources-row a {
  color: #135377; }
.resources-row a:hover {
  color: #c43b41; }

/*--------------------------------------------------------------
## Stat
--------------------------------------------------------------*/
.stat-background {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 60px 0; }
.stat-background .container {
  display: flex;
  justify-content: space-around; }

.stat-block {
  text-align: center;
  padding: 50px 0; }

.stat-metric h1, .stat-detail {
  color: white; }

.stat-metric h1 {
  font-size: 70px;
  margin: 0; }

.stat-detail h3 {
  margin-top: 0;
  font-weight: 200; }

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.blog-flex {
  display: flex;
  margin-top: 50px; }

.latest-news {
  margin-right: 50px; }

.software-update {
  margin-left: 50px; }

.thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
.thumbnail:before {
  content: '';
  display: block;
  padding-top: 35%; }
.thumbnail:after {
  content: '';
  background-image: url(/wp-content/uploads/2016/10/nemsis-blog-cover.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: left bottom; }

.blog-title h1 {
  color: black;
  font-size: 16px; }

.blog-date p {
  font-size: 14px;
  margin: 0; }

.blog-exerpt p {
  margin: 15px 0;
  font-size: 14px; }

.blog-permalink {
  margin-bottom: 60px; }
.blog-permalink a {
  color: #c43b41;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  font-size: 18px;
  line-height: 1;
  padding-right: 20px; }
.blog-permalink a:after {
  content: '';
  background-image: url(/wp-content/uploads/2016/10/more-tab.png);
  height: 18px;
  width: 20px;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: 10px; }
.blog-permalink a:hover {
  color: #00456b; }

/*--------------------------------------------------------------
## Timeline
--------------------------------------------------------------*/
.container {
  max-width: 1440px;
  margin: 0 auto; }

.subnav-container li {
  list-style: none;
  display: inline-block;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: 300;
  flex-basis: calc(100% / 11); }
.subnav-container li a {
  color: white;
  text-decoration: none;
  padding: 14px 0;
  display: block;
  text-align: center; }
.subnav-container li a:hover {
  background-color: #a81f23; }
.subnav-container ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 0px;
  padding: 0px; }
.subnav-container .sub-navigation {
  background: #00456b;
  z-index: 1; }
.subnav-container .fixed {
  top: 99px !important; }

/*--------------------------------------------------------------
## Timeline
--------------------------------------------------------------*/
.team-member {
  margin-bottom: 6px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 300px;
  height: 300px;
  display: inline-block; }

.team-member:after {
  content: '';
  display: block;
  padding-top: 100%; }

.member-info * {
  color: #fff; }

.member-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 200px;
  transform: translateY(50%);
  padding: 0 20px;
  transition: all .35s ease;
  text-align: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005a8c+0,005a8c+100&0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0, 90, 140, 0) 0%, rgba(0, 90, 140, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 90, 140, 0) 0%, rgba(0, 90, 140, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 90, 140, 0) 0%, rgba(0, 90, 140, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00005a8c', endColorstr='#80005a8c',GradientType=0 );
  /* IE6-9 */ }

.team-member:hover .member-info {
  transform: translateY(0%); }

.member-info h3 {
  font-size: 24px;
  font-weight: 300;
  font-variant: small-caps;
  margin: 0;
  line-height: 1;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.member-info h4 {
  margin: 0;
  font-size: 20px;
  font-variant: small-caps;
  font-weight: 300; }

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

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