@charset "UTF-8";
/*!
Theme Name: SMC 2018
Theme URI: http://underscores.me/
Author: Prefer
Author URI: https://prefer.nz
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smc_2018
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.

SMC 2018 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
--------------------------------------------------------------*/
/*
Bootstrap
*/
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 3611997, 2018-07-18T15:35:10-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: UniversLTPro-55Roman by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/univers/pro-55-roman/
 * Copyright: Copyright &#x00A9; 2017 Monotype GmbH. All rights reserved.
 *
 * Webfont: UniversLTPro-55Oblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/univers/pro-55-oblique/
 * Copyright: Copyright &#x00A9; 2014 Monotype GmbH. All rights reserved.
 *
 * Webfont: UniversLTPro-65Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/univers/pro-65-bold/
 * Copyright: Copyright &#x00A9; 2014 Monotype GmbH. All rights reserved.
 *
 * Webfont: UniversLTPro-65BoldOblique by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/univers/pro-65-bold-oblique/
 * Copyright: Copyright &#x00A9; 2014 Monotype GmbH. All rights reserved.
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3611997
 * Licensed pageviews: 15
 *
 * © 2018 MyFonts Inc
*/
@font-face {
    font-family: 'UniversLTPro';
    src: url("fonts/371D5D_0_0.eot");
    src: url("fonts/371D5D_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/371D5D_0_0.woff2") format("woff2"), url("fonts/371D5D_0_0.woff") format("woff"), url("fonts/371D5D_0_0.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'UniversLTPro';
    src: url("fonts/371D5D_1_0.eot");
    src: url("fonts/371D5D_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/371D5D_1_0.woff2") format("woff2"), url("fonts/371D5D_1_0.woff") format("woff"), url("fonts/371D5D_1_0.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'UniversLTPro';
    src: url("fonts/371D5D_2_0.eot");
    src: url("fonts/371D5D_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/371D5D_2_0.woff2") format("woff2"), url("fonts/371D5D_2_0.woff") format("woff"), url("fonts/371D5D_2_0.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'UniversLTPro';
    src: url("fonts/371D5D_3_0.eot");
    src: url("fonts/371D5D_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/371D5D_3_0.woff2") format("woff2"), url("fonts/371D5D_3_0.woff") format("woff"), url("fonts/371D5D_3_0.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #333333;
    font-family: "UniversLTPro", "open-sans", sans-serif;
    font-size: 12.8px;
    font-size: 0.8rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin: 0.75em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 {
    font-size: 25.6px;
    font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 27.2px;
        font-size: 1.7rem;
    }
}

h2 {
    font-size: 22.4px;
    font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
    h2 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
    h3 {
        font-size: 20.8px;
        font-size: 1.3rem;
    }
}

h4 {
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 992px) {
    h4 {
        font-size: 17.6px;
        font-size: 1.1rem;
    }
}

h5 {
    font-size: 14.4px;
    font-size: 0.9rem;
}

@media screen and (min-width: 992px) {
    h5 {
        font-size: 16px;
        font-size: 1rem;
    }
}

h6 {
    font-size: 12.8px;
    font-size: 0.8rem;
}

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: 12px;
    font-size: 0.75rem;
    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: 12px;
    font-size: 0.75rem;
}

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 1em 1.5em;
    padding: 0;
}

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

.tags-links {
    background-color: #003c69;
    color: #ffffff;
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
    font-size: 11.2px;
    font-size: 0.7rem;
    list-style: none;
    margin: 0.5em 0;
    padding: 1em;
}

.tags-links a:link, .tags-links a:visited {
    color: #ffffff;
    line-height: 1;
    text-decoration: none;
}

.tags-links a:hover, .tags-links a:active, .tags-links a:focus {
    color: #009fda;
}

.tags-links li {
    display: inline-block;
}

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:link,
.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"], .button-orange:link, .button-orange:visited, .button-green:link, .button-green:visited, .button-dark-blue:link, .button-dark-blue:visited, .button-pale-blue:link, .button-pale-blue:visited {
    border-radius: 3px;
    display: inline-block;
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
    font-size: 14.4px;
    font-size: 0.9rem;
    padding: 0.7em 1.5em;
    text-decoration: none;
    text-shadow: none;
}

button,
.button:link,
.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #009fda;
    border: 1px solid #009fda;
    color: #ffffff;
    font-weight: 700;
}

button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #007aa7;
    border-color: #007aa7;
    color: #ffffff;
}

.button-orange:link, .button-orange:visited {
    background-color: #ff7900;
    border: 1px solid #ff7900;
    color: #ffffff;
}

.button-orange:hover, .button-orange:active, .button-orange:focus {
    background-color: #cc6100;
    border-color: #cc6100;
    color: #ffffff;
}

.button-green:link, .button-green:visited {
    background-color: #34b233;
    border: 1px solid #34b233;
    color: #ffffff;
}

.button-green:hover, .button-green:active, .button-green:focus {
    background-color: #288a28;
    border-color: #288a28;
    color: #ffffff;
}

.button-dark-blue:link, .button-dark-blue:visited {
    background-color: #003c69;
    border: 1px solid #003c69;
    color: #ffffff;
}

.button-dark-blue:hover, .button-dark-blue:active, .button-dark-blue:focus {
    background-color: #001f36;
    border-color: #001f36;
    color: #ffffff;
}

.button-pale-blue:link, .button-pale-blue:visited {
    background-color: #72b5c7;
    border: 1px solid #72b5c7;
    color: #ffffff;
}

.button-pale-blue:hover, .button-pale-blue:active, .button-pale-blue:focus {
    background-color: #4da2b9;
    border-color: #4da2b9;
    color: #ffffff;
}

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

.search-overlay {
    align-items: center;
    bottom: 100%;
    background-color: rgba(0, 60, 105, 0.97);
    color: #ffffff;
    display: flex;
    height: 0;
    justify-content: center;
    left: 100%;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    z-index: 2000;
}

.search-overlay:target {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    right: 0;
    top: 0;
    width: 100%;
}

.search-overlay .button-search {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 5px 10px;
}

.search-overlay .button-search:hover, .search-overlay .button-search:active, .search-overlay .button-search:focus {
    background-color: rgba(255, 255, 255, 0.05);
}

.search-overlay .button-search .icon-search {
    font-size: 2em;
}

.search-overlay .search-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-overlay .search-categories input {
    margin-right: 0.5em;
}

.search-overlay .search-categories li {
    margin-right: 1em;
}

@media screen and (min-width: 768px) {
    .search-overlay .search-categories li {
        display: inline-block;
    }
}

@media screen and (min-width: 1200px) {
    .search-overlay .search-form {
        margin: 0 auto;
        width: 80%;
    }
}

.search-overlay .search-form-group {
    border-bottom: 2px solid #ffffff;
    display: flex;
}

.search-overlay .search-input {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    flex-grow: 2;
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 0.125em 0.25em;
    width: 100%;
}

.search-overlay .search-input:focus {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    outline: none;
}

.search-overlay .search-input:focus + .button-search {
    background-color: rgba(255, 255, 255, 0.05);
}

.search-overlay .search-input:focus + .button-search:hover, .search-overlay .search-input:focus + .button-search:active, .search-overlay .search-input:focus + .button-search:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.search-overlay .search-input::-webkit-input-placeholder {
    color: #ffffff;
    font-weight: 300;
    opacity: 0.5;
    text-transform: uppercase;
}

.search-overlay .search-input::-moz-placeholder {
    color: #ffffff;
    font-weight: 300;
    opacity: 0.5;
    text-transform: uppercase;
}

.search-overlay .search-input:-ms-input-placeholder {
    color: #ffffff;
    font-weight: 300;
    opacity: 0.5;
    text-transform: uppercase;
}

.search-overlay .search-input:-moz-placeholder {
    color: #ffffff;
    font-weight: 300;
    opacity: 0.5;
    text-transform: uppercase;
}

.search-overlay .search-overlay-close:link, .search-overlay .search-overlay-close:visited {
    color: inherit;
    font-size: 38.4px;
    font-size: 2.4rem;
    line-height: 1;
    position: absolute;
    right: 0.5em;
    text-decoration: none;
    top: 0.5em;
}

.search-overlay .search-overlay-close:hover, .search-overlay .search-overlay-close:active, .search-overlay .search-overlay-close:focus {
    color: inherit;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #009fda;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #009fda;
}

a:hover, a:focus, a:active {
    color: #003c69;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    background-color: #f4fcff;
    display: block;
    width: 100%;
}

.main-navigation a:link, .main-navigation a:visited {
    border-bottom: 10px solid transparent;
    color: #37424a;
    display: inline-block;
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 0.25em 0.5em;
    text-decoration: none;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .main-navigation a:link, .main-navigation a:visited {
        font-size: 16px;
        font-size: 1rem;
        padding: 0.75em 1em 0.5em;
        width: auto;
    }
}

.main-navigation a:hover, .main-navigation a:active {
    border-bottom-color: #009fda;
}

.main-navigation .header-menu {
    clear: both;
}

@media screen and (min-width: 992px) {
    .main-navigation .header-menu {
        clear: none;
        float: right;
    }
}

.main-navigation li {
    position: relative;
}

@media screen and (min-width: 992px) {
    .main-navigation li {
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .main-navigation li.hide-md {
        display: none;
    }
}

.main-navigation li.menu-item-has-children > a {
    padding-right: 2em;
    position: relative;
}

.main-navigation li.menu-item-has-children > a:link:before, .main-navigation li.menu-item-has-children > a:link:after, .main-navigation li.menu-item-has-children > a:visited:before, .main-navigation li.menu-item-has-children > a:visited:after {
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    top: 40%;
    width: 0;
}

@media screen and (min-width: 992px) {
    .main-navigation li.menu-item-has-children > a:link:before, .main-navigation li.menu-item-has-children > a:link:after, .main-navigation li.menu-item-has-children > a:visited:before, .main-navigation li.menu-item-has-children > a:visited:after {
        top: 48%;
    }
}

.main-navigation li.menu-item-has-children > a:link:before, .main-navigation li.menu-item-has-children > a:visited:before {
    border-left: 8px solid transparent;
    border-radius: 3px;
    border-right: 8px solid transparent;
    border-top: 8px solid #37424a;
    right: 10px;
}

.main-navigation li.menu-item-has-children > a:link:after, .main-navigation li.menu-item-has-children > a:visited:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #f4fcff;
    right: 14px;
}

.main-navigation.toggled .header-menu {
    display: block;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

@media screen and (min-width: 992px) {
    .main-navigation ul {
        display: block;
    }
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    display: block;
    left: 0;
}

.main-navigation ul ul {
    background-color: #f4fcff;
    display: none;
}

@media screen and (min-width: 992px) {
    .main-navigation ul ul {
        display: block;
        left: -999em;
        min-width: 200px;
        position: absolute;
        top: 100%;
        z-index: 99999;
    }
}

.main-navigation ul ul a:link, .main-navigation ul ul a:visited {
    font-size: 12.8px;
    font-size: 0.8rem;
    display: block;
    width: 100%;
}

.main-navigation ul ul li {
    float: none;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.comp-navigation {
    padding: 1em 0 0.5em;
}

.comp-navigation .header-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .comp-navigation .header-menu {
        display: block;
        float: right;
    }
}

.comp-navigation .header-menu a:link, .comp-navigation .header-menu a:visited {
    display: inline-block;
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
    padding: 0.25em 0.5em;
    text-decoration: none;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .comp-navigation .header-menu a:link, .comp-navigation .header-menu a:visited {
        font-size: 16px;
        font-size: 1rem;
        padding: 0.75em 1em;
    }
}

.comp-navigation .header-menu li {
    display: inline-block;
}

.comp-navigation .header-menu li.search > a:after {
    content: "\e986";
    display: inline-block;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 0.25em;
    speak: none;
    text-transform: none;
    width: 1em;
}

.categories-menu, .child-page-links {
    background-color: #003c69;
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
    list-style: none;
    margin: 0;
    padding: 0.75em 1em;
}

@media screen and (min-width: 768px) {
    .categories-menu, .child-page-links {
        padding: 1em;
    }
}

.home .categories-menu, .home .child-page-links {
    text-align: center;
}

.categories-menu a:link, .categories-menu a:visited, .child-page-links a:link, .child-page-links a:visited {
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    padding: 0.25em 0;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .categories-menu a:link, .categories-menu a:visited, .child-page-links a:link, .child-page-links a:visited {
        padding: 0 1em;
    }
}

.categories-menu a:hover, .categories-menu a:active, .categories-menu a:focus, .child-page-links a:hover, .child-page-links a:active, .child-page-links a:focus {
    color: #009fda;
}

@media screen and (min-width: 768px) {
    .categories-menu li, .child-page-links li {
        border-right: 2px solid #ffffff;
        display: inline-block;
        line-height: 1;
    }
    .categories-menu li:last-child, .child-page-links li:last-child {
        border-right: none;
    }
}

ul.page-numbers {
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
}

ul.page-numbers a:link, ul.page-numbers a:visited {
    display: inline-block;
    padding: 0 0.125em;
}

ul.page-numbers li {
    display: inline-block;
}

ul.page-numbers span {
    display: inline-block;
    padding: 0 0.125em;
}

.menu-toggle {
    background-color: transparent;
    border: 0;
    float: right;
    display: block;
    margin: 15px 0;
    padding: 0;
}

.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
    background-color: transparent;
    outline: none;
}

.menu-toggle:hover .icon-bar, .menu-toggle:active .icon-bar, .menu-toggle:focus .icon-bar {
    background-color: #003c69;
}

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

.menu-toggle .icon-bar {
    background-color: #009fda;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 22px;
}

.menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.nav-links .nav-previous {
    float: left;
}

.nav-links .nav-next {
    float: right;
}

/*--------------------------------------------------------------
# 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: 11.2px;
    font-size: 0.7rem;
    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;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before:before, .clear:before:after,
.clear:after:before,
.clear:after:after,
.entry-content:before:before,
.entry-content:before:after,
.entry-content:after:before,
.entry-content:after:after,
.comment-content:before:before,
.comment-content:before:after,
.comment-content:after:before,
.comment-content:after:after,
.site-header:before:before,
.site-header:before:after,
.site-header:after:before,
.site-header:after:after,
.site-content:before:before,
.site-content:before:after,
.site-content:after:before,
.site-content:after:after,
.site-footer:before:before,
.site-footer:before:after,
.site-footer:after:before,
.site-footer:after:after {
    content: " ";
    display: table;
}

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

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?cl59em");
    src: url("fonts/icomoon.eot?cl59em#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?cl59em") format("truetype"), url("fonts/icomoon.woff?cl59em") format("woff"), url("fonts/icomoon.svg?cl59em#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: 1em;
    display: inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e986";
}

.icon-circle-down:before {
    content: "\ea43";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-twitter:before {
    content: "\ea96";
}

.social-icon:link, .social-icon:visited {
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    font-size: 14.4px;
    font-size: 0.9rem;
    height: 28px;
    line-height: 1;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 28px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget-header {
    text-align: center;
}

.widget-content {
    padding: 30px;
}

.widget-content h1, .widget-content h2, .widget-content h3, .widget-content h4, .widget-content h5, .widget-content h6, .widget-content p {
    margin-top: 0;
}

.widget-content h1:last-child, .widget-content h2:last-child, .widget-content h3:last-child, .widget-content h4:last-child, .widget-content h5:last-child, .widget-content h6:last-child, .widget-content p:last-child {
    margin-bottom: 0;
}

.widget-min-height {
    min-height: 215px;
}

.scimex-widget {
    background-color: #f4fcff;
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
}

.scimex-widget a:link, .scimex-widget a:visited {
    color: #333333;
    text-decoration: none;
}

.scimex-widget a:hover, .scimex-widget a:active, .scimex-widget a:focus {
    color: #009fda;
}

.scimex-widget-header {
    background-color: #2674a9;
    text-align: left;
}

.scimex-widget-header img {
    display: block;
}

.savvy-widget {
    background-color: #003c69;
    display: flex;
    padding: 30px;
}

.savvy-widget a:link, .savvy-widget a:visited {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-decoration: none;
}

.savvy-widget a:hover, .savvy-widget a:active, .savvy-widget a:focus {
    color: #009fda;
}

.savvy-widget-content {
    align-items: center;
    display: flex;
    flex-grow: 1;
}

.sciblogs-widget {
    background-color: #f6f6f6;
    padding: 30px;
}

.sciblogs-widget a:link, .sciblogs-widget a:visited {
    color: #333333;
    text-decoration: none;
}

.sciblogs-widget a:hover, .sciblogs-widget a:active, .sciblogs-widget a:focus {
    color: #009fda;
}

.events-calendar-widget {
    background-color: #e7f8ff;
}

.events-calendar-widget-header {
    background-color: #009fda;
    padding: 30px;
}

.events-calendar-widget-header h4 {
    color: #ffffff;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .events-calendar-widget-content .button-group .button {
        width: 100%;
    }
}

.events-calendar-widget-content .button-group .button:first-child {
    margin: 0 1em 0 0;
}

@media screen and (min-width: 992px) {
    .events-calendar-widget-content .button-group .button:first-child {
        margin: 0 0 1em;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site header
--------------------------------------------------------------*/
.site-branding {
    position: absolute;
    z-index: 2;
}

.custom-logo {
    display: block;
    height: 95px;
    width: auto;
}

@media screen and (min-width: 992px) {
    .custom-logo {
        height: 105px;
    }
}

.custom-logo-link {
    display: inline-block;
}

.social-icons {
    float: right;
    list-style: none;
    margin: 0.8em 0;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .social-icons {
        border-right: 1px solid #009fda;
        padding: 0 0.75em;
    }
}

.social-icons li {
    display: inline-block;
    margin-left: 0.5em;
}

/*--------------------------------------------------------------
## Front page
--------------------------------------------------------------*/
.front-page-hero {
    color: #ffffff;
    padding: 3em 0;
    position: relative;
}

@media screen and (min-width: 992px) {
    .front-page-hero {
        font-size: 16px;
        font-size: 1rem;
    }
}

.front-page-hero.hero-2 .hero-image:nth-child(2) {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: cycle2-2;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: cycle2-2;
    animation-delay: 0s;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-name: cycle2-2;
}

@-webkit-keyframes cycle2-2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
}

@-moz-keyframes cycle2-2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
}

@keyframes cycle2-2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
}

.front-page-hero.hero-3 .hero-image:nth-child(2) {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 45s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: cycle3-2;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 45s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: cycle3-2;
    animation-delay: 0s;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-name: cycle3-2;
}

@-webkit-keyframes cycle3-2 {
    0% {
        opacity: 0;
    }
    23.33% {
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    66.66% {
        opacity: 1;
    }
    66.7% {
        opacity: 0;
    }
}

@-moz-keyframes cycle3-2 {
    0% {
        opacity: 0;
    }
    23.33% {
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    66.66% {
        opacity: 1;
    }
    66.7% {
        opacity: 0;
    }
}

@keyframes cycle3-2 {
    0% {
        opacity: 0;
    }
    23.33% {
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    66.66% {
        opacity: 1;
    }
    66.7% {
        opacity: 0;
    }
}

.front-page-hero.hero-3 .hero-image:nth-child(3) {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 45s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: cycle3-3;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 45s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: cycle3-3;
    animation-delay: 0s;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-name: cycle3-3;
}

@-webkit-keyframes cycle3-3 {
    0% {
        opacity: 0;
    }
    56.66% {
        opacity: 0;
    }
    66.66% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes cycle3-3 {
    0% {
        opacity: 0;
    }
    56.66% {
        opacity: 0;
    }
    66.66% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes cycle3-3 {
    0% {
        opacity: 0;
    }
    56.66% {
        opacity: 0;
    }
    66.66% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.front-page-hero.hero-4 .hero-image:nth-child(2) {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: cycle4-2;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: cycle4-2;
    animation-delay: 0s;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-name: cycle4-2;
}

@-webkit-keyframes cycle4-2 {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.1% {
        opacity: 0;
    }
}

@-moz-keyframes cycle4-2 {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.1% {
        opacity: 0;
    }
}

@keyframes cycle4-2 {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.1% {
        opacity: 0;
    }
}

.front-page-hero.hero-4 .hero-image:nth-child(3) {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: cycle4-3;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: cycle4-3;
    animation-delay: 0s;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-name: cycle4-3;
}

@-webkit-keyframes cycle4-3 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    75.1% {
        opacity: 0;
    }
}

@-moz-keyframes cycle4-3 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    75.1% {
        opacity: 0;
    }
}

@keyframes cycle4-3 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    75.1% {
        opacity: 0;
    }
}

.front-page-hero.hero-4 .hero-image:nth-child(4) {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: cycle4-4;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 60s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: cycle4-4;
    animation-delay: 0s;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-name: cycle4-4;
}

@-webkit-keyframes cycle4-4 {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes cycle4-4 {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes cycle4-4 {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.front-page-hero a:not(.button), .front-page-hero h1, .front-page-hero h2, .front-page-hero h3, .front-page-hero h4, .front-page-hero h5, .front-page-hero h6, .front-page-hero p, .front-page-hero ol, .front-page-hero ul {
    text-shadow: 1px 1px #333333;
}

.front-page-hero .button-group {
    margin-left: -0.5em;
}

.front-page-hero .button {
    margin: 0.5em;
}

.front-page-hero .hero-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.front-page-hero .hero-image:nth-child(1) {
    opacity: 1;
}

.front-page-hero h1 {
    font-size: 25.6px;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    .front-page-hero h1 {
        font-size: 35.2px;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 992px) {
    .front-page-hero h1 {
        font-size: 44.8px;
        font-size: 2.8rem;
    }
}

.front-page-hero h2 {
    font-size: 19.2px;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .front-page-hero h2 {
        font-size: 25.6px;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 992px) {
    .front-page-hero h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.featured-article article {
    font-size: larger;
}

.featured-article article:before, .featured-article article:after {
    content: " ";
    display: table;
}

.featured-article article:after {
    clear: both;
}

.latest-articles .view-all {
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
    font-size: 14.4px;
    font-size: 0.9rem;
}

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

.hentry {
    margin: 0 0 1.5em;
}

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

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

.entry-meta {
    font-weight: bold;
}

.entry-title {
    color: #009fda;
}

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

.site-content {
    margin: 2em 0;
}

article.tease .entry-title {
    margin-top: 0;
}

.addthis_tool {
    clear: none !important;
}

.archive .page-title {
    color: #003c69;
}

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## Site footer
--------------------------------------------------------------*/
.site-footer {
    border-top: 100px solid #009fda;
    background-color: #003c69;
    color: #ffffff;
    font-family: "museo-slab", "UniversLTPro", "open-sans", sans-serif;
    padding: 2em 0 1em;
}

.site-footer a:link, .site-footer a:visited {
    color: #ffffff;
}

.site-footer a:hover, .site-footer a:active, .site-footer a:focus {
    color: #009fda;
}

.site-footer .footer-1 {
    font-family: "museo", "UniversLTPro", "open-sans", sans-serif;
}

.site-footer .footer-1 .textwidget p:first-child {
    margin-top: 0;
}

.site-footer .legal {
    font-family: "UniversLTPro", "open-sans", sans-serif;
    font-size: 11.2px;
    font-size: 0.7rem;
}

.site-footer .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .menu li {
    margin-bottom: 0.25em;
}

.site-footer .social-icon {
    margin-right: 0.5em;
}

.site-footer .social-icon:link, .site-footer .social-icon:visited {
    border-color: #ffffff;
}

.site-footer .social-icon:hover, .site-footer .social-icon:active, .site-footer .social-icon:focus {
    border-color: #009fda;
}

/*--------------------------------------------------------------
## Sidebars
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .sidebar-1 {
        padding-left: 60px;
    }
}

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

.post-thumbnail {
    display: inline-block;
    margin: 0;
    position: relative;
}

.post-thumbnail:after {
    background: url("./img/corner-icon.png") no-repeat 50% 50%;
    background-size: contain;
    content: " ";
    display: block;
    height: 50px;
    position: absolute;
    right: -1px;
    top: -1px;
    width: 50px;
}

.post-thumbnail figcaption {
    color: #737373;
    font-size: smaller;
}

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