/*
Theme Name: UBNT
Theme URI: https://ubnt.com
Author: Alexander Kalichava
Author URI: https://ubnt.com
Description: Theme for UBNT blog based on twentysixteen
Version: 0.1
Tags: ubnt
Text Domain: twentysixteen
*/

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: Lato, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #f8f8f8;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	transition: .3s;
}

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

b,
strong,
.strong {
	font-weight: 700 !important;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin: 0;
	text-rendering: optimizeLegibility;
}
h1 {
	font-size: 2.25rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}


p {
	margin: 0 0 1.75em;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #00a0df;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100vh;
}

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

body {
	min-height: 100vh;
}

hr {
	background-color: #e9e9e9;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Lato, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Lato, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Lato, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Lato, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Lato, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #00a0df;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #00a0df;
	color: #1a1a1a;
	outline: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #00a0df;
	text-decoration: none;
	transition: .3s;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

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

a.button {
    display: inline-block;
    background: #13BB72;
    color: #fff;
    padding: 8px 24px;
    border-radius: 32px;
    margin: 0 4px;
    border: 1px solid transparent;
}

a.button:hover {
    background: #0AA160;
}

a.button--outline {
    background: transparent;
    color: #13BB72;
    border: 1px solid #13BB72;
}

a.button--outline:hover {
    background: #13BB72;
    color: #fff;
    border: 1px solid #13BB72;
}



.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.site-header-menu.toggled-on .primary-menu {
	display: flex;
	flex-wrap: wrap;
	background: #11181c;
	height: auto;
}
.site-header-menu.toggled-on .primary-menu li {
	flex-basis: 50%;
}

.site-header {
	position: relative;
}
.site-header .menu-toggle {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
}
.site-header .menu-toggle.toggled-on {
	display: block !important;
}
@media screen and (max-width: 960px) {
	.site-header .menu-toggle {
		display: block;
	}
	.blog-navigation {
		height: 0 !important;
	}
}
.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}
.hamburger {
	transform: scale(.7);
	font: inherit;
	overflow: visible;
	margin: 0;
	padding: 16px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity,filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
	background-color: #fff;
}
.hamburger--slider .hamburger-inner {
	top: 2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000;
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}

.hamburger--slider .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform,opacity;
}
.hamburger-inner:before {
	top: -10px;
}

.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger--slider .hamburger-inner:after {
	top: 20px;
}
.hamburger-inner:after {
	bottom: -10px;
}

.hamburger--slider.toggled-on .hamburger-inner {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.hamburger--slider.toggled-on .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}
.hamburger--slider.toggled-on .hamburger-inner:after {
	transform: translate3d(0,-20px,0) rotate(-90deg);
}


.main-navigation ul,
.blog-navigation ul {
	list-style: none;
	margin: 0;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #00a0df;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}


.pagination {
	font-size: 17px;
	margin: 8px;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #d3d3d3;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.02em;
	line-height: 1;
}

.pagination .current {
	display: none;
	/*display: inline-block;*/
	padding-top: 16px;
}

.pagination .prev,
.pagination .next {
	background-color: #00a0df;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #00a0df;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Lato, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Lato, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: Lato, sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 1.75em auto;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Lato, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #00a0df;
	color: #fff;
	display: block;
	font-weight: 400;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}


/**
 * 11.0 - Content
 */

.site {
}

.site-main {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

.site-content {
	word-wrap: break-word;
	padding: 0 16px;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/**
 * 11.1 - Header
 */

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main {
	display: flex;
	flex-wrap: wrap;
}

article {
	text-align: left;
}

.site-main > .articleWrapper {
	position: relative;
	flex-basis: 33.33%;
	padding: 8px;
}

@media screen and (max-width: 1024px) {
	.site-main > .articleWrapper {
		flex-basis: 50%;
	}
}
@media screen and (max-width: 640px) {
	.site-main > .articleWrapper {
		flex-basis: 100%;
	}
}

.site-main > .page-header,
.site-main > .articleWrapper--first,
.site-main > .pagination {
	flex-basis: 100%;
}

.articleWrapper article {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
	height: 100%;
	display: flex;
}
.articleWrapper .entry-thumbnail {
	display: block;
	width: 100%;
	height: 200px;
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNTg4cHgiIGhlaWdodD0iNTg4cHgiIHZpZXdCb3g9IjAgMCA1ODggNTg4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1MCAoNTQ5ODMpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkFydGJvYXJkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGJvYXJkIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMzMyLjk2NjAxOCwyOTkuMTk3NzQ4IEMzMjguODA4ODMzLDMxMi4yNzc0NDIgMzIwLjU5NDUzNCwzMTkuNzg3MTA0IDMwOCwzMjIgQzMwOC41MjIwNTksMzE5LjQwOTE3OSAzMDguNzc0MDQ3LDMxNi43NjcxOTIgMzA4Ljc3NDA0NywzMTQuMjc4NzAxIEwzMDguNzc0MDQ3LDI2Ni4xNzQwNzYgQzMwOC43NzQwNDcsMjU3Ljc4NDE0MSAzMTEuMjQ1NjkxLDI0OSAzMzUsMjQ5IEwzMzUsMjkyLjgwMjA5MyBMMzMyLjk2NjAxOCwyOTkuMTk3NzQ4IFogTTI2OSwyNTggTDI2OSwyNTMgTDI3NCwyNTMgTDI3NCwyNTggTDI2OSwyNTggWiBNMjc0LDI2NSBMMjc0LDI2MCBMMjc5LDI2MCBMMjc5LDI2NSBMMjc0LDI2NSBaIE0yNjksMjczIEwyNjksMjY4IEwyNzQsMjY4IEwyNzQsMjczIEwyNjksMjczIFogTTI2NCwyODAgTDI2NCwyNzUgTDI2OSwyNzUgTDI2OSwyODAgTDI2NCwyODAgWiBNMjU0LDI1MyBMMjU0LDI0OCBMMjU5LDI0OCBMMjU5LDI1MyBMMjU0LDI1MyBaIE0yNjQuMjY0MTU2LDI4NS41MzIzOTQgTDI2OS4zODg1NjYsMjg1LjUzMjM5NCBMMjY5LjM4ODU2NiwyOTYuNjU4MTEzIEwyNzQuNTIzNTkzLDI5Ni42NTgxMTMgTDI3NC41MjM1OTMsMjc4LjA0NjM2NCBMMjc5LjY1NTA4MSwyNzguMDQ2MzY0IEwyNzkuNjU1MDgxLDMxNC40MTc2OTggQzI3OS42NTUwODEsMzMxLjY3NTczOCAyOTUsMzQwIDI5NSwzNDAgQzI2OS4yMjIyMzUsMzQwIDI1NCwzMjQuNjE5MjcyIDI1NCwzMDQuMTU2OTE0IEwyNTQsMjYzIEwyNTkuMTI3OTQ5LDI2MyBMMjU5LjEyNzk0OSwyOTAuNTI0NjI5IEwyNjQuMjY0MTU2LDI5MC41MjQ2MjkgTDI2NC4yNjQxNTYsMjg1LjUzMjM5NCBaIE0yOTguMDEwMzY4LDMyNC45MjMxODQgQzMxNi43NjU5MzcsMzI1Ljc2Njk5MyAzMjkuNTIwMDk4LDMxNy44MzA1NCAzMzUsMzAwIEwzMzUsMzA0LjIwNzQwMiBDMzM1LDMyMy42MTg0ODIgMzIxLjUwODQ5NywzMzguNDYyNTIzIDI5OC40NTYwNCwzNDAgTDI5NS40NDQ4MzYsMzM4LjM0MTQ4IEMyOTQuOTQ4OTk2LDMzOC4wNjU2NDIgMjg0LjczMjM2OCwzMzIuMjU0NDIzIDI4MiwzMjAuNDI0ODE0IEMyODYuMDM0Mzg0LDMyMi45MDUwMjggMjkxLjI0MDExNiwzMjQuNjE4MjUgMjk4LjAxMDM2OCwzMjQuOTIzMTg0IFogTTI2NCwyNjMgTDI2NCwyNTggTDI2OSwyNTggTDI2OSwyNjMgTDI2NCwyNjMgWiIgaWQ9IlViaXF1aXRpLUxvZ28iIGZpbGw9IiNGMEYwRjAiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+') 50% 50% no-repeat;
	background-size: cover;
}
.articleWrapper--first .entry-thumbnail {
	min-height: 300px;
	height: 100%;
}
.articleWrapper .article__right {
	display: none;
}
.articleWrapper .article__left {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-basis: 100%;
}
.articleWrapper--first .article__left .entry-thumbnail {
	display: none;
}
.articleWrapper--first .article__left {
	display: flex;
	flex-basis: 33.3333%;
}
.articleWrapper--first .article__right {
	display: block;
	flex-basis: 66.6666%;
}
@media screen and (max-width: 640px) {
	.articleWrapper--first .article__right {
		display: none;
	}
	.articleWrapper--first .article__left {
		flex-basis: 100%;
	}
	.articleWrapper--first .article__left .entry-thumbnail {
		display: block;
		height: 200px;
	}
}

.articleWrapper .posted-on {
	color: #a0a0a0;
}
.articleWrapper .entry-footer {
	font-size: 13px;
	padding: 16px;
	border-top: 1px solid #f0f0f0;
}


.entry-header {
	margin: 16px;
}
.entry-title {
	font-family: Lato, "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}
.entry-content {
	margin: 16px;
	font-size: 14px;
	color: rgba(0,0,0,.8);
	flex-grow: 1;
}
.entry-title a {
	color: #1a1a1a;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #00a0df;
}

.post-thumbnail {
	display: block;
	margin: 0 0 1.75em;
}
.post-thumbnail img {
	display: block;
	width: 100%;
}
.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}
a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Lato, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

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

.page-header {
}

.page-title {
	font-size: 23px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.page-links {
	clear: both;
	font-family: Lato, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}
.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}
.page-links a:hover,
.page-links a:focus {
	background-color: #00a0df;
	border-color: transparent;
	color: #fff;
}
.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}
.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}
.entry-caption > :last-child {
	margin-bottom: 0;
}
.content-bottom-widgets {
	margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* tags-links */
.tags-links {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
.tags-links a,
.share-links a {
	display: inline-block;
	background: #F2F5F6;
	color: #009FE2;
	padding: 2px 8px;
	margin-right: 4px;
	font-size: 12px;
	border-radius: 32px;
}


@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


/* Single Post Page */
.single .site-main {
	text-align: center;
}
.single .entry-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: .5rem;
}
.single .entry-header {
	margin: 0 auto;
	max-width: 700px;
}
.single .entry-header .byline,
.single .entry-header .posted-on {
	font-size: 13px;
}
.single .entry-header .posted-on {
	color: rgba(0,0,0,.5)
}
.single .entry-header .tags-links {
	margin-left: -4px;
}
.single .entry-content {
	max-width: 764px;
	font-size: 15px;
	color: rgba(0,0,0,.8);
	margin: 0 auto;
	padding: 0 32px;
}

@media screen and (max-width: 768px) {
	.single .entry-content {
		padding: 0 !important;
	}
}

.single .entry-content p > img, 
.grayBox {
	margin-left: -32px;
	min-width: calc(100% + 64px);
}
article.post,
.post-navigation {
	flex-basis: 100%;
	max-width: 100%;
}


.post-navigation .nav-links .meta-nav {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	color: #888;
}

.post-navigation .nav-links {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 24px;
	line-height: 1.3;
	font-size: 15px;
	padding-top: 16px;
	border-top: 1px solid #e0e0e0;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	flex-basis: 49%;
}
.post-navigation .nav-links .nav-previous {
	text-align: left;
}
.post-navigation .nav-links .nav-next {
	text-align: right;
}

.tagsAndShare {
	display: flex;
	flex-wrap: nowrap;
}
.tagsAndShare__tags {
	flex-grow: 1;
}
.tagsAndShare__share {
	flex-grow: 0;
	white-space: nowrap;
}

/* Global Menu */
.main-navigation {
	display: flex;
	background: #11181c;
	flex-wrap: nowrap;
}
.ubntLogo {
	display: block;
	width: 57px;
	height: 57px;
	min-width: 57px;
	background: #00a0df;
	text-align: center;
	flex-grow: 0;
}
.menu-global-menu-container {
	flex-grow: 1;
}
.ubntLogo svg {
	width: 30px;
}
.primary-menu {
	display: flex;
	height: 57px;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}
.primary-menu li {
	white-space: nowrap;
	flex-grow: 0;
}
.primary-menu li:first-child {
	display: none;
}
.toggled-on .primary-menu li:first-child {
	display: block;
}
.toggled-on .primary-menu li.current-menu-item a {
	color: #fff;
}

.primary-menu li.grow {
	flex-grow: 1;
}
.primary-menu li a {
	display: block;
	color: #aeb4b7;
	padding: 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.75px;
}
.primary-menu a:hover {
	color: #fff;
}
@media screen and (max-width: 960px) {
	.primary-menu {
		display: none;
	}
}

/* Blog Menu */
.blog-navigation {
	display: flex;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 15px;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: hidden;
	height: 50px;
	transition: .3s;

}
.blogLogo {
	color: #333 !important;
	display: block;
}
.blog-menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0 15px;
}
.blog-menu li {
	white-space: nowrap;
}
.blog-menu li.grow {
}
.blog-menu li.current-menu-item a {
	color: #00a0d2;
}
.blog-navigation a {
	display: block;
	color: #AEB4B7;
	padding: 15px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.75px;
}
.blog-menu a:hover {
	color: #838B8E;
}

/* Footer Menu */
.site-footer {
	background: #fff;
	padding-top: 24px;
	margin-top: 16px;
}
.comGlobalFooter {
	font-size: .875rem;
	line-height: 1.5rem;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.comGlobalFooter ul {
	list-style: none;
	margin: 0;
}
.comGlobalFooter__border {
	border-top: 1px solid #f0f0f0;
	margin: 0 15px 15px 15px;
}
.comGlobalFooter__col {
	flex-basis: 20%
}
@media screen and (max-width: 800px) {
	.comGlobalFooter__col {
		flex-basis: 33%;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 468px) {
	.comGlobalFooter__col {
		flex-basis: 50%;
	}
}
.comGlobalFooter__icon {
	fill: #00a0df;
}
.comGlobalFooter__icon svg {
	width: 40px;
	height: 40px;
}
.comGlobalFooter__icon--news svg,
.comGlobalFooter__icon--box svg {
	width: 32px;
	height: 40px;
}
.comGlobalFooter__newsIcon {
	font-size: 2.125rem
}
.comGlobalFooter__title {
	margin: 12px 0 4px;
	color: #666;
	font-size: 1.25rem;
	line-height: 1.75rem
}
.comGlobalFooter__newsTitle {
	margin-top: 18px
}
.comGlobalFooter__legal {
	text-align: center;
	font-size: .75rem;
	line-height: 1.25rem;
	padding-top: 16px;
	color: #777;
	padding-bottom: 24px;
	margin: 0
}
.comGlobalFooter__legal a {
	display: inline-block;
	padding: 2px 8px;
}

.flexrow {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	text-align: center;
	margin: 16px auto;
}

.flexrow a,
.flexrow span,
.flexrow img {
	display: block;
	text-decoration: none;
	margin: 0 auto;
}

.grayBox {
	text-align: center;
	padding: 24px;
	background: rgba(0,0,0,.03);
	margin-bottom: 24px;
}

.add8bottom {
	margin-bottom: 8px !important;
}

.add16bottom {
	margin-bottom: 16px !important;
}
