/*!
 Theme Name: mrlink
 Theme URI: http://underscores.me/
 Author: Joselito Miguel Hernandez
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: mrlink
 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.
 mrlink 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/
 */
@font-face {
  font-family: 'Broadway BT';
  font-style: normal;
  font-weight: normal;
  src: local('Broadway BT'), url('./fonts/broadway.woff') format('woff');
}
@font-face {
  font-family: 'Mistral';
  font-style: normal;
  font-weight: normal;
  src: local('Mistral'), url('./fonts/mistral.woff') format('woff');
}
@font-face {
  font-family: 'Arial Rounded MT Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Arial Rounded MT Bold'), url('./fonts/arial-rounded.woff') format('woff');
}
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # 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 {
  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: bold;
}
/**
 * 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;
}
blockquote {
  border-left: 0.3rem solid #d1d1d1;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
}
blockquote *:last-child {
  margin-bottom: 0;
}
code {
  background: #f4f5f6;
  border-radius: 0.4rem;
  font-size: 86%;
  margin: 0 0.2rem;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}
pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #002060;
  overflow-y: hidden;
}
pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], textarea, select {
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem;
  width: 100%;
}
input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, textarea:focus, select:focus {
  border-color: #002060;
  outline: 0;
}
select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="https://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3rem;
}
select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="https://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}
textarea {
  min-height: 6.5rem;
}
label, legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
fieldset {
  border-width: 0;
  padding: 0;
}
input[type='checkbox'], input[type='radio'] {
  display: inline;
}
.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}
.container {
  margin: 0 auto;
  max-width: 112rem;
  padding: 0 2rem;
  position: relative;
  width: 100%;
}
.container.fluid {
  padding: 0;
}
.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.row.row-no-padding {
  padding: 0;
}
.row.row-no-padding > .column {
  padding: 0;
}
.row.row-wrap {
  flex-wrap: wrap;
}
.row.row-top {
  align-items: flex-start;
}
.row.row-bottom {
  align-items: flex-end;
}
.row.row-center {
  align-items: center;
}
.row.row-stretch {
  align-items: stretch;
}
.row.row-baseline {
  align-items: baseline;
}
.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.row .column.column-offset-10 {
  margin-left: 10%;
}
.row .column.column-offset-20 {
  margin-left: 20%;
}
.row .column.column-offset-25 {
  margin-left: 25%;
}
.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}
.row .column.column-offset-50 {
  margin-left: 50%;
}
.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}
.row .column.column-offset-70 {
  margin-left: 70%;
}
.row .column.column-offset-75 {
  margin-left: 75%;
}
.row .column.column-offset-80 {
  margin-left: 80%;
}
.row .column.column-offset-90 {
  margin-left: 90%;
}
.row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%;
}
.row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row .column.column-30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.row .column.column-33, .row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.row .column.column-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.row .column.column-66, .row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.row .column.column-70 {
  flex: 0 0 70%;
  max-width: 70%;
}
.row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}
.row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}
.row .column .column-top {
  align-self: flex-start;
}
.row .column .column-bottom {
  align-self: flex-end;
}
.row .column .column-center {
  align-self: center;
}
@media (min-width: 40rem) {
  .row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2.0rem);
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}
a {
  color: #002060;
  text-decoration: none;
}
a:focus, a:hover {
  color: #606c76;
}
dl, ol, ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
dl dl, ol dl, ul dl, dl ol, ol ol, ul ol, dl ul, ol ul, ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}
ol {
  list-style: decimal inside;
}
ul {
  list-style: circle inside;
}
.button, button, dd, dt, li {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
fieldset, input, select, textarea {
  margin-bottom: 1.5rem;
}
blockquote, dl, figure, form, ol, p, pre, table, ul {
  margin-bottom: 2.5rem;
}
table {
  border-spacing: 0;
  width: 100%;
}
td, th {
  border-bottom: 0.1rem solid #e1e1e1;
  padding: 1.2rem 1.5rem;
  text-align: left;
}
td:first-child, th:first-child {
  padding-left: 0;
}
td:last-child, th:last-child {
  padding-right: 0;
}
img {
  max-width: 100%;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.5;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
}
hr {
  border-top: 1px solid #002060;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
.site-content h1 {
  padding-bottom: 1.563rem;
  border-bottom: 1px solid #002060;
}
.site-content h2, .site-content h4 {
  color: #002060;
}
/*
 .entry-content {
 &>h2 {
 padding-bottom: 0.7rem;
 border-bottom: 1px solid $color__background-nav;
 }
 }
 */
b, strong {
  font-weight: bold;
}
p {
  margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  margin-top: 0;
}
h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}
h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.2rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}
h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}
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%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
*, *: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: #002060;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  width: 80%;
}
hr.full {
  width: 100%;
  margin-bottom: 1.875em;
}
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, button, input[type='button'], input[type='reset'], input[type='submit'] {
  background-color: #002060;
  border: 0.1rem solid #002060;
  border-radius: 0.8rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.button:visited, button:visited, input[type='button']:visited, input[type='reset']:visited, input[type='submit']:visited {
  color: #fff;
}
.button:focus, button:focus, input[type='button']:focus, input[type='reset']:focus, input[type='submit']:focus, .button:hover, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}
.button[disabled], button[disabled], input[type='button'][disabled], input[type='reset'][disabled], input[type='submit'][disabled] {
  cursor: default;
  opacity: 0.5;
}
.button[disabled]:focus, button[disabled]:focus, input[type='button'][disabled]:focus, input[type='reset'][disabled]:focus, input[type='submit'][disabled]:focus, .button[disabled]:hover, button[disabled]:hover, input[type='button'][disabled]:hover, input[type='reset'][disabled]:hover, input[type='submit'][disabled]:hover {
  background-color: #002060;
  border-color: #002060;
}
.button.button-outline, button.button-outline, input[type='button'].button-outline, input[type='reset'].button-outline, input[type='submit'].button-outline {
  background-color: transparent;
  color: #002060;
}
.button.button-outline:focus, button.button-outline:focus, input[type='button'].button-outline:focus, input[type='reset'].button-outline:focus, input[type='submit'].button-outline:focus, .button.button-outline:hover, button.button-outline:hover, input[type='button'].button-outline:hover, input[type='reset'].button-outline:hover, input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}
.button.button-outline[disabled]:focus, button.button-outline[disabled]:focus, input[type='button'].button-outline[disabled]:focus, input[type='reset'].button-outline[disabled]:focus, input[type='submit'].button-outline[disabled]:focus, .button.button-outline[disabled]:hover, button.button-outline[disabled]:hover, input[type='button'].button-outline[disabled]:hover, input[type='reset'].button-outline[disabled]:hover, input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #002060;
}
.button.button-clear, button.button-clear, input[type='button'].button-clear, input[type='reset'].button-clear, input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #002060;
}
.button.button-clear:focus, button.button-clear:focus, input[type='button'].button-clear:focus, input[type='reset'].button-clear:focus, input[type='submit'].button-clear:focus, .button.button-clear:hover, button.button-clear:hover, input[type='button'].button-clear:hover, input[type='reset'].button-clear:hover, input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}
.button.button-clear[disabled]:focus, button.button-clear[disabled]:focus, input[type='button'].button-clear[disabled]:focus, input[type='reset'].button-clear[disabled]:focus, input[type='submit'].button-clear[disabled]:focus, .button.button-clear[disabled]:hover, button.button-clear[disabled]:hover, input[type='button'].button-clear[disabled]:hover, input[type='reset'].button-clear[disabled]:hover, input[type='submit'].button-clear[disabled]:hover {
  color: #002060;
}
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
 --------------------------------------------------------------*/
#slider {
  margin-bottom: 2.5em;
}
.custom-logo-link {
  width: 100%;
  text-align: center;
}
.menu-toggle {
  position: relative;
  background: transparent;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #002060;
  font-size: 1.8rem;
  border-radius: 0;
  text-align: left;
  text-indent: 1.5em;
}
.menu-toggle:hover, .menu-toggle:focus {
  background: transparent;
  color: #002060;
}
.menu-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 1em;
  height: 0.2em;
  background: #002060;
  box-shadow: 0 0.3em 0 0 #002060, 0 0.6em 0 0 #002060;
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.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: 4;
  background-color: #fff;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  padding: 0.625em 1.25em 0.625em 1.25em;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul li:hover, .main-navigation ul ul li.focus {
  background-color: #002060;
}
.main-navigation ul ul li:hover a, .main-navigation ul ul li.focus a {
  color: #fff;
}
.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;
  width: 100%;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #002060;
}
.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.footer-navigation ul li:hover > ul, .footer-navigation ul li.focus > ul {
  left: auto;
}
.footer-navigation ul ul {
  display: none;
}
.footer-navigation li {
  margin: 0 0 0.625em 0;
  width: 100%;
  text-indent: 0;
  padding: 0;
}
.footer-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 40.875em) {
  .footer-navigation ul {
    text-align: right;
  }
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 44.438em) {
  .custom-logo-link {
    width: auto;
    text-align: inherit;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    height: 7.5em;
  }
  .main-navigation ul {
    float: right;
    display: block;
  }
  .main-navigation li {
    width: auto;
    margin-right: 0.625rem;
  }
  .main-navigation li:last-child {
    margin-right: 0rem;
  }
  .main-navigation li .sub-menu li {
    margin: 0;
  }
  .menu-header-menu-container .nav-menu {
    padding-top: 3em;
    padding-right: 0.625rem;
  }
  .footer-navigation ul {
    float: right;
    display: block;
  }
}
@media screen and (min-width: 51.875em) {
  .main-navigation li {
    margin-right: 3rem;
  }
  .main-navigation li:last-child {
    margin-right: 0rem;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0;
  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: 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, .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
 --------------------------------------------------------------*/
.site-content {
  padding-bottom: 12.5em;
}
.site-bg {
  background-position: right bottom;
  background-repeat: no-repeat;
}
.site-footer {
  background-color: #000;
  color: #fff;
  width: 100%;
  min-height: 9.375em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.values-list .column {
  text-align: center;
}
.brands-list {
  display: block;
  list-style-type: none;
  margin: 0;
}
.brands-list li {
  float: left;
  width: 7.813em;
  margin: 0 0.625em;
}
.brands-list li img {
  display: table-cell;
  vertical-align: middle;
}
.product-row, .telecomms-row {
  margin-bottom: 1.875em;
}
.product-row .column, .telecomms-row .column {
  margin-bottom: initial;
}
.product-row .link, .telecomms-row .link {
  background-color: #ededed;
  display: block;
  padding: 0.063em;
}
.product-row .link h4, .telecomms-row .link h4 {
  color: #404040;
}
.product-row .link:hover, .telecomms-row .link:hover {
  animation: fade-in-color ease 0.5s;
  -webkit-animation: fade-in-color ease 0.5s;
  background-color: #002060;
}
.product-row .link:hover h4, .telecomms-row .link:hover h4 {
  color: #fff;
  text-decoration: underline;
}
.product-row .modal-link:hover, .telecomms-row .modal-link:hover {
  cursor: pointer;
}
.product-row .modal-link img, .telecomms-row .modal-link img {
  width: 100%;
}
.inquire-box {
  background-color: #ededed;
  color: #002060;
}
.inquire-box .box-text {
  margin: 1rem;
  font-size: 0.75em;
  font-weight: bold;
}
.inquire-box .box-button {
  margin-right: 1rem;
}
@media screen and (min-width: 37.5em) {
  .site-header.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 40;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .33);
  }
}
.mini-slider-wrapper {
  margin-bottom: 1.875em;
}
.mini-slider-wrapper .sy-box .sy-controls li {
  width: 7%;
}
.product-slider-wrapper .sy-box .sy-controls li {
  width: 7%;
}
.product-slider-wrapper .product-row .item {
  border: 0.125em solid transparent;
  padding: 0.313em;
  margin: 0.313em;
}
.product-slider-wrapper .product-row .item img {
  opacity: 0.75;
}
.product-slider-wrapper .product-row .item:hover {
  animation: fade-in-opacity ease 0.5s;
  -webkit-animation: fade-in-opacity ease 0.5s;
  cursor: pointer;
  color: #002060;
  text-decoration: underline;
}
.product-slider-wrapper .product-row .item:hover img {
  opacity: 1;
}
#front-page-slideshow {
  background-color: #ededed;
  margin-bottom: 1.25em;
  font-family: 'Arial Rounded MT Bold';
}
#front-page-slideshow .main-slider-wrapper .sy-box {
  height: 18.75em;
}
#front-page-slideshow .main-slider-wrapper .sy-box .sy-controls li {
  width: 7%;
}
#front-page-slideshow .main-slider-wrapper img {
  width: auto;
  max-width: none;
  height: 18.75em;
  object-fit: cover;
  right: 0;
  opacity: 0.7;
}
#front-page-slideshow .main-slider-wrapper .main-slider-side-caption {
  z-index: 4;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  list-style-type: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .40);
  color: #000;
  display: none;
}
#front-page-slideshow .main-slider-wrapper .main-slider-side-caption.animation {
  display: none;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption {
  display: none;
  z-index: 4;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .top-caption, #front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption, #front-page-slideshow .main-slider-wrapper .main-slider-caption .bottom-caption, #front-page-slideshow .main-slider-wrapper .main-slider-caption .page-link {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .40);
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .top-caption {
  margin: 0;
  color: #000;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption {
  padding-top: 0.5em;
  padding-right: 0.25em;
  margin: 0;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption.first-slide {
  padding-top: 0;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption .mr {
  font-family: 'Broadway BT';
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption .link {
  font-family: 'Mistral';
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .bottom-caption {
  padding-right: 0.625em;
  color: #000;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption {
  -webkit-animation: slide-in-left-2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: slide-in-left-2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption.animation {
  display: block;
}
#front-page-slideshow h2 {
  font-weight: bold;
  color: #002060;
}
@media screen and (min-width: 40.875em) {
  #front-page-slideshow .main-slider-wrapper {
    position: relative;
  }
  #front-page-slideshow .main-slider-wrapper .sy-box {
    height: auto;
  }
  #front-page-slideshow .main-slider-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption {
    top: 1.25em;
    left: 1.875em;
    width: 31.25em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption {
    font-size: 4rem;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption.animation {
    display: block;
  }
}
@media screen and (min-width: 44.438em) {
  #front-page-slideshow .main-slider-wrapper .main-slider-caption {
    width: 28em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption .mr {
    font-size: 1.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption .link {
    font-size: 1.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption .bottom-caption {
    width: 70%;
    margin-bottom: 1.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption {
    top: 1em;
    font-size: 1.25em;
    width: 16.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption li {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 49.063em) {
  #front-page-slideshow .main-slider-wrapper .main-slider-caption {
    top: 3.125em;
    width: 45em;
  }
}
@media screen and (min-width: 59.375em) {
  #front-page-slideshow .main-slider-wrapper .main-slider-caption {
    top: 7.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption {
    top: 3em;
    font-size: 1.25em;
    width: 16.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption li {
    margin-bottom: 2.8em;
  }
}
.animation .top-caption {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animation .middle-caption {
  -webkit-animation: slide-in-left-2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: slide-in-left-2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animation .bottom-caption {
  -webkit-animation: slide-in-left-3 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: slide-in-left-3 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animation .page-link {
  -webkit-animation: slide-in-left-4 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: slide-in-left-4 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animation .side-caption {
  -webkit-animation: slide-in-right 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: slide-in-right 3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left-2 {
  0%, 50% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-2 {
  0%, 50% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left-3 {
  0%, 66% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-3 {
  0%, 66% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-left-4 {
  0%, 80% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left-4 {
  0%, 80% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  0%, 80% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0%, 83% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-color {
  0% {
    background-color: #ededed;
  }
  100% {
    background-color: #002060;
  }
}
@keyframes fade-in-color {
  0% {
    background-color: #ededed;
  }
  100% {
    background-color: #002060;
  }
}
@-webkit-keyframes fade-in-opacity {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-opacity {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
.mini-slider-wrapper {
  margin-bottom: 1.875em;
}
.mini-slider-wrapper .sy-box .sy-controls li {
  width: 7%;
}
.product-slider-wrapper .sy-box .sy-controls li {
  width: 7%;
}
.product-slider-wrapper .product-row .item {
  border: 0.125em solid transparent;
  padding: 0.313em;
  margin: 0.313em;
}
.product-slider-wrapper .product-row .item img {
  opacity: 0.75;
}
.product-slider-wrapper .product-row .item:hover {
  animation: fade-in-opacity ease 0.5s;
  -webkit-animation: fade-in-opacity ease 0.5s;
  cursor: pointer;
  color: #002060;
  text-decoration: underline;
}
.product-slider-wrapper .product-row .item:hover img {
  opacity: 1;
}
#front-page-slideshow {
  background-color: #ededed;
  margin-bottom: 1.25em;
  font-family: 'Arial Rounded MT Bold';
}
#front-page-slideshow .main-slider-wrapper .sy-box {
  height: 18.75em;
}
#front-page-slideshow .main-slider-wrapper .sy-box .sy-controls li {
  width: 7%;
}
#front-page-slideshow .main-slider-wrapper img {
  width: auto;
  max-width: none;
  height: 18.75em;
  object-fit: cover;
  right: 0;
  opacity: 0.7;
}
#front-page-slideshow .main-slider-wrapper .main-slider-side-caption {
  z-index: 4;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  list-style-type: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .40);
  color: #000;
  display: none;
}
#front-page-slideshow .main-slider-wrapper .main-slider-side-caption.animation {
  display: none;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption {
  display: none;
  z-index: 4;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .top-caption, #front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption, #front-page-slideshow .main-slider-wrapper .main-slider-caption .bottom-caption, #front-page-slideshow .main-slider-wrapper .main-slider-caption .page-link {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .40);
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .top-caption {
  margin: 0;
  color: #000;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption {
  padding-top: 0.5em;
  padding-right: 0.25em;
  margin: 0;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption.first-slide {
  padding-top: 0;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption .mr {
  font-family: 'Broadway BT';
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption .link {
  font-family: 'Mistral';
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .bottom-caption {
  padding-right: 0.625em;
  color: #000;
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption {
  -webkit-animation: slide-in-left-2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: slide-in-left-2 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#front-page-slideshow .main-slider-wrapper .main-slider-caption.animation {
  display: block;
}
#front-page-slideshow h2 {
  font-weight: bold;
  color: #002060;
}
@media screen and (min-width: 40.875em) {
  #front-page-slideshow .main-slider-wrapper {
    position: relative;
  }
  #front-page-slideshow .main-slider-wrapper .sy-box {
    height: auto;
  }
  #front-page-slideshow .main-slider-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption {
    top: 1.25em;
    left: 1.875em;
    width: 31.25em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption {
    font-size: 4rem;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption.animation {
    display: block;
  }
}
@media screen and (min-width: 44.438em) {
  #front-page-slideshow .main-slider-wrapper .main-slider-caption {
    width: 28em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption .mr {
    font-size: 1.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption .middle-caption .link {
    font-size: 1.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-caption .bottom-caption {
    width: 70%;
    margin-bottom: 1.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption {
    top: 1em;
    font-size: 1.25em;
    width: 16.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption li {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 49.063em) {
  #front-page-slideshow .main-slider-wrapper .main-slider-caption {
    top: 3.125em;
    width: 45em;
  }
}
@media screen and (min-width: 59.375em) {
  #front-page-slideshow .main-slider-wrapper .main-slider-caption {
    top: 7.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption {
    top: 3em;
    font-size: 1.25em;
    width: 16.5em;
  }
  #front-page-slideshow .main-slider-wrapper .main-slider-side-caption li {
    margin-bottom: 2.8em;
  }
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 50;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  border-radius: 0.625em;
}
.modal-content .image {
  width: 100%;
}
.modal-content h3 {
  margin-bottom: 0.179em;
}
.modal-content h4 {
  margin-bottom: 0.227em;
}
.modal-content .product-name-box {
  border-bottom: 1px solid #002060;
  margin-bottom: 1.25em;
}
.modal-content .product-name-box .name {
  float: left;
}
/* The Close Button */
.close {
  color: #002060;
  float: right;
  font-size: 1.75em;
  font-weight: bold;
}
.close:hover, .close:focus {
  text-decoration: none;
  cursor: pointer;
}
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.logo-list li {
  list-style-type: none;
  display: inline;
}
/*--------------------------------------------------------------
 ## 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 {
  /* Older / Newer Posts Navigation (always hidden) */
  /* 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;
  float: left;
  margin-right: 0.5em;
  padding: 0.625em;
}
.custom-logo-link img {
  height: 6.25em;
}
/*--------------------------------------------------------------
 ## 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;
}
