/*!
Theme Name: kc_water_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kc_water_theme
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.

kc_water_theme 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #545454;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

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

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	margin: 10px 0 15px 30px;
	padding: 0;
    list-style: disc;
	border: 0;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0073cf;
}

a:visited {
	color: #0073cf;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
}

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

.main-navigation ul ul li {
	border-bottom: 1px solid #eee;
}

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

.main-navigation ul ul a {
	width: 250px;
}

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

.main-navigation li {
	float: left;
	position: relative;
	height: 50px;
    display: flex;
    align-items: center;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Theme specific styles */
header {
	background-color: #fff;
}
.top-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
.top-header .logo {
	background: url('img/kc-logo.png') -15px 0 no-repeat;
	width: 250px;
	height: 60px;
	text-indent: -1000px;
}
.top-header-actions {
	display: flex;
}
.top-header-actions .contact-btn {
	display: block;
	border: 2px solid #0073cf;
	color: #0073cf;
	font-weight: 800;
	padding: 12px 30px;
	text-transform: uppercase;
	font-size: 1.1em;
}
.top-header-actions .contact-btn:hover {
	text-decoration: none;
	background-color: #0073cf;
	color: #fff;
}
.top-header-action {
	display: flex;
	padding-right: 60px;
}
.top-header-action i {
	font-size: 2em;
    padding: 5px 15px;
    color: #0073cf;
}
.top-header-action i.fa-envelope {
	padding: 0 15px;
}
.top-header-action .action-content {
	display: flex;
	flex-direction: column;
}
.top-header-action .action-content label {
	margin: 0;
	font-weight: bold;
	color: #000;
}
nav.main-navigation {
	display: flex;
	align-items: center;
	background-color: #19305A;
}
nav.mobile-navigation {
	display: none;
}
.mobile-overlay {
	display: none;
}
.menu-container {
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
}
.menu-container ul li a {
	text-transform: uppercase;
	padding-right: 24px;
	color: #fff;
	outline: none;
}
.menu-container ul li a:hover,
.menu-container ul > li.current-menu-item > a,
.menu-container ul > li.current-page-ancestor > a,
.menu-container ul > li.current-menu-parent > a{
	color: #6ab2e2;
}
.menu-container ul ul > li.current-menu-item a {
	color: #0073cf;
}
.menu-container ul ul li a:hover {
	background-color: #0073cf;
	color: #fff;
}
.menu-container ul ul li a {
	height: 50px;
    padding-right: 0;
	color: #0073cf;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.menu-actions {
	display: flex;
}
.search-container label {
	margin-bottom: 0;
}
.search-container input {
	width: 200px;
	border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
	color: #fff;
}
.search-container input[type="search"]:focus {
	color: #fff;
}
.search-container input[type="text"]:focus {
	outline: 0;
}
.search-container button {
	padding: 0;
	font-size: 1.2em;
	color: #fff;
	border: 0;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.sticky-content {
	padding-top: 130px;
}
.content-area {
	min-height: 500px;
}
.contact-container {
	height: 90px;
	color: #fff;
	display: flex;
	background-color: #0073cf;
}
.contact-container i {
	margin-right: 10px;
}
.contact-container .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact-container span {
	font-size: 2em;
	padding-left: 20px;
}
.contact-container .contact-action-btn {
	display: block;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 800;
	padding: 12px 30px;
	text-transform: uppercase;
	font-size: 1.1em;
}
.main-slider {
	background-color: #ddd;
}
.item-list-container {
	display: flex;
	padding: 40px 0;
	border-bottom: 1px solid #ccc;
}
.item-list-container .col {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.item-list-container .col i {
	font-size: 2.5em;
	color: #0073cf;
}
.item-list-container .col h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
	margin: 18px 0;
	color: #000;
}
.item-list-container .col span {
	margin-bottom: 15px;
}
.secondary-container {
	margin: 30px 0;
}
.secondary-container h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}
.programs-container p {
	font-size: 1.4rem;
	padding: 10px 0 20px 0;
	margin: 0;
}
.sec-slider {
	background-color: #eee;
}
.twitter-container {
	margin-bottom: 30px;
}
.twitter-content {
	height: 475px;
	overflow: auto;
}
#ctf .ctf-item {
	padding: 5px;
}
.twitter-content .ctf-tweets .ctf-item .ctf-tweet-text {
	font-size: 13px;
}
hr.divider {
	margin-top: 0;
	background-color: #aed5f1;
	padding: 0;
}
footer {
	margin-top: 20px;
}
footer .footer-content {
	margin-bottom: 30px;
}
footer .footer-logo {
	background: url('img/kc-footer-logo.png') -25px -10px no-repeat;
	width: 200px;
	height: 55px;
}
footer .kcmo-logo {
	background: url('img/ico_f.png') -2px -1px no-repeat;
	width: 49px;
	height: 49px;
}
footer .footer-title {
	color: #000;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
footer .social-media a {
	padding-right: 5px;
	color: #888888;
	font-size: 1.5em;
}
footer .social-media a:hover {
	color: #545454;
}
footer .useful-links a {
	color: #545454;
}
footer .copyright {
	font-size: 0.8em;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
footer .copyright a {
	margin-left: 20px;
	color: #545454;
}
footer .copyright a:hover {
	text-decoration: none;
}
.menu-toggle {
	padding: 10px;
    background: transparent;
    margin-right: 10px;
    font-size: 1em;
}
.mobile-search {
	display: none;
	font-size: 1.5em;
}
.mobile-cust-serv {
	display: none;
	padding: 0 10px;
    background-color: #fff;
    height: 40px;
    color: #0073cf;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #0073cf;
    text-decoration: none;
}
.search-box {
	background-color: aliceblue;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 20px;
}
.search-box form {
	display: flex;
    width: 100%;
}
.search-box label {
	margin-bottom: 0;
    flex: 1;
    margin-right: 10px;
}
.search-box input.search-field {
	width: 100%;
    padding: 5px;
    padding-left: 10px;
}
.search-box input.search-submit {
	text-transform: uppercase;
	background-color: #0073cf;
	color: #fff;
	border: 0;
	cursor: pointer;
	font-weight: 800;
}
.search-item-container {
	padding-top: 20px;
    border-top: 1px dashed #ddd;
}
.search-item-container article {
	border-bottom: 1px solid #ddd;
}
.search-item-container article:last-child {
	border-bottom: 0;
}
.search-item-container .entry-title {
	font-size: 1.2em;
}
.search-item-container .entry-title a:visited {
	color: royalblue;
}
.search-item-container .entry-summary {
	margin-top: 8px;
}
.pagination-container {
	display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 20px;
}
.pagination-container .page-numbers {
	padding: 0 8px;
	border: 1px solid #ddd;
	margin: 0 5px;
	text-decoration: none;
}
.pagination-container .prev,
.pagination-container .next {
	border: 0;
}
.pagination-container .current {
	background-color: #0073cf;
	color: #fff;
	border-color: #0073cf;
}
.news-container article {
	margin-bottom: 10px;
	display: flex;
	padding: 10px;
}
.news-container .featured-image {
	flex: 0 0 100px;
	margin-right: 10px;
}
.news-container article:nth-child(odd) {
	background-color: #f3f9ff;
}
.news-container .news-date {
	margin: 5px 20px 0 0;
}
.news-container .news-date-content {
	width: 50px;
    border-radius: 4px;
	background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); 
}
.news-container .news-date-content .day {
	padding: 2px 0;
	display: flex;
	justify-content: center;
	font-size: 1.2em;
}
.news-container .news-date-content .month-and-year {
	display: flex;
	justify-content: center;
	font-size: 0.7em;
	text-transform: uppercase;
	background-color: #e52325;
    color: #fff;
    padding: 1px 0;
    border-radius: 4px 4px 0 0;
}
.news-container .entry-header {
	background-color: transparent;
}
.news-container .entry-header .entry-title {
	font-size: 1.2em;
}
.news-container .entry-meta {
	text-transform: uppercase;
	color: #aaa;
	font-size: 0.85em;
}
.news-container .entry-meta a {
	color: #aaa;
}
.news-container .entry-content {
	margin-top: 5px;
}
.news-container .entry-content p {
	margin-bottom: 0;
}
.news-container .entry-header strong {
	font-size: 0.85em;
}
.news-container .entry-header h2 {
	margin-bottom: 0;
}
.contact-us-container .col-content {
	display: flex;
	margin-bottom: 50px;
}
.contact-us-container .contact-block {
	border: 1px solid #ddd;
	padding: 20px;
	padding-top: 50px;
	position: relative;
	margin-top: 30px;
	width: 100%;
}
.contact-us-container .contact-block h6 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.contact-us-container .contact-block.split {
	border: 0;
	padding: 0;
}
.contact-us-container .contact-block .contact-icon {
	background-color: #0073cf;
	color: #fff;
	height: 60px;
  	width: 60px;
  	border-radius: 50%;
  	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);
    font-size: 1.3em;
}
.contact-us-container .contact-side-block {
	margin-bottom: 20px;
}
.contact-us-container .contact-side-block h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-us-container .contact-side-block address {
	margin: 10px 0;
}
.contact-us-container .contact-side-block .location {
	display: flex;
}
.contact-us-container .contact-side-block .location address {
	margin: 0;
	padding-left: 5px;
	padding-top: 2px;
	margin-bottom: 10px;
}
.contact-us-container .contact-side-block .location i {
	padding-right: 5px;
	color: #6ab2e2;
    font-size: 1.8em;
}
.contact-us-container .side-sub-block {
	margin-left: 26px;
	margin-bottom: 20px;
}
.contact-us-container .service-interuption {
	padding: 15px;
	background-color: #eee;
	margin-bottom: 15px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #333;
}
.contact-us-container .service-interuption:last-child {
	margin-bottom: 0;
}
.contact-us-container .contact-block .title {
	padding-bottom: 10px;
}
.contact-us-container .service-interuption a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
.contact-us-container .service-interuption h6 {
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.contact-us-container .service-interuption p {
	margin: 0;
}
.contact-us-container .top-content {
	display:flex;
	align-items: center;
	margin-bottom: 20px;
}
.contact-us-container .top-content p {
	flex: 1;
	margin-bottom:0;
}
.contact-us-container .top-content a {
	background-color: #0073cf;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-us-container .top-content a:hover {
	text-decoration: none;
}
.contact-us-container .addl-res {
	padding: 10px 0;
}
.contact-us-container .addl-res .title {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact-us-container .addl-res table {
	border: 1px solid #124069;
	width: auto !important;
}
.contact-us-container .addl-res td,
.contact-us-container .addl-res th {
	border-bottom: 1px solid #124069;
	padding: 8px;
}
.contact-us-container .addl-res th {
	background-color: #124069;
    color: #fff;
}
.mobile-menu-container {
	width: 300px;
}
.mobile-menu-header {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	background-color: #ddd;
}
.mobile-menu-header >span {
	font-weight: bold;
	text-transform: uppercase;
}
.mobile-row a {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
.mobile-menu-container .menu-main-menu-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mobile-menu-container .menu-main-menu-container ul li ul {
	display: none;
}
.mobile-menu-container .menu-main-menu-container ul li a {
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
.mobile-menu-container .menu-main-menu-container ul li ul li a {
	padding-left: 30px;
}
.mobile-menu-container #primary-mobile-menu .menu-item-has-children {
    position: relative;
}
.mobile-menu-container #primary-mobile-menu .menu-item-has-children > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    right: 20px;
}
#primary-mobile-menu .menu-item-has-children > a.active:after {
    content: "\f107";
}
.mobile-main-menu {
	overflow-y: scroll;
    position: absolute;
    height: calc(100% - 54px);
    width: 100%;
}
.contact-sub-title {
	text-align: center;
}
.contact-categories {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.contact-cat a {
	width: 140px;
	height: 140px;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	text-decoration: none;
	color: #444;
	border-radius: 3px;
}
.contact-cat a i {
	font-size: 3.5em;
	color: #79bde9;
}
.contact-cat a:hover i {
	color: #0073cf;
}
.contact-cat span {
	font-weight: bold;
}
.faq-group .faq-group-title {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.faq-group .about-us-title {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px;
}
.faq-group .faq-group-content ul.list {
	border-bottom: 1px solid #ddd;
}
.faq-group .faq-group-content ol {
	margin-left: 0;
}
.faq-group ul.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.faq-group ul ul {
	margin: 0;
	padding-left: 30px;
	list-style-type: disc;
}
.faq-group .faq-group-content > ul > li:nth-child(odd) {
	background-color: #eee;
}
.faq-group .faq-group-content > p {
	padding-top: 15px;
}
.faq-group ul ul li {
	padding-bottom:8px;
}
.faq-group li .question a {
	display: block;
	color: #545454;
	padding: 10px 0 10px 10px;
	border-bottom: 1px dashed #ddd;
	font-weight: bold;
	text-decoration: none;
}
.faq-group li:last-child .question a {
	border-bottom: 0;
}
.faq-group li .question a.no-border {
	border-bottom: 0;
}
.faq-group li .question a i {
	margin-right: 10px;
	color: #0073cf;
}
.faq-group li .question a i.minus {
	color: #666;
}
.faq-group .answer {
	padding: 15px 15px 15px 40px;
}
.faq-group .answer.no-padding-top {
	padding-top: 0;
}
.hidden {
	display: none;
}
.menu-actions {
	display: flex;
}
.menu-actions .pay-btn {
	display: flex;
    padding: 0 40px;
    background-color: #fff;
    height: 40px;
    color: #0073cf;
    align-items: center;
    text-transform: uppercase;
	font-weight: 700;
	margin-right: 20px;
	text-decoration: none;
	border: 1px solid #0073cf;
}
.menu-actions .pay-btn:hover {
	background-color: #0073cf;
    color: #fff;
}
.menu-actions .login-btn {
	display: flex;
    padding: 0 40px;
    background-color: #fff;
    height: 40px;
    color: #0073cf;
    align-items: center;
    text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #0073cf;
	text-decoration: none;
}
.menu-actions .login-btn:hover {
	background-color: #0073cf;
    color: #fff;
}
.back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	font-size: 3em;
	display: none;
}
.back-to-top a {
	color: #0073cf;
}
.header-title {
	background-color: #f8f8f8;
	padding: 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.header-title h1 {
	margin: 0;
}
.header-title-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-title-content .header-breadcrumb {
	text-transform: uppercase;
	font-size: 0.85em;
}
.header-title-content .header-breadcrumb span {
	color: #888;
}
.header-title-content .header-breadcrumb a {
	color: #444;
}
.item-list-container .col.mobile-col {
	display: none;
}
.mobile-search-container {
	display: none;
	padding: 10px 0 2px 0;
    border-top: 1px solid #ddd;
}
.mobile-search-container form {
	display: flex;
}
.mobile-search-container form label {
	flex: 1;
    margin-right: 10px;
}
.mobile-search-container form input {
	width:100%;
}
.mobile-search-container form button {
	margin-bottom: 8px;
}
.contact-menu-container {
    border-radius: 4px;
	border: 1px solid #dee2e6;
	margin-bottom: 30px;
}
.contact-menu-container nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-menu-container nav li {
    border-bottom: 1px solid #dee2e6;
	position: relative;
}
.contact-menu-container nav li:last-child {
    border-bottom: 0;
}
.contact-menu-container nav li a {
    display: block;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
}
.contact-menu-container nav li.menu-has-children > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    position: absolute;
    right: 20px;
}
.contact-menu-container nav li.menu-has-children > a.selected:after {
    content: "\f107";
}
.contact-menu-container nav li a i {
    padding-right: 5px;
	font-size: 1.1em;
}
.contact-menu-container nav > ul > li:first-child > a {
    border-radius: 4px 4px 0 0;
}
.contact-menu-container nav > ul > li:last-child > a {
    border-radius: 0 0 4px 4px;
}
.contact-menu-container nav li a:hover {
    background-color: #cccccc;
    color: #545454;
}
.contact-menu-container nav li a.active {
    color: #ffffff;
    background-color: #0073cf;
}
.contact-menu-container nav li ul {
	border-top: 1px solid #dee2e6;
	display: none;
}
.contact-menu-container nav li a.selected + ul {
	display: block;
}
.contact-menu-container nav li ul li a {
	font-size: 1em;
	padding-left: 30px;
	text-transform: none;
}
.service-actions {
	display: flex;
	justify-content: flex-end;
}
.service-actions a {
	padding: 0 15px;
}
#payments-link .service-actions a {
	font-size: 1.1em;
}
.sign-in-container {
	position: relative;
}
.sign-in-container .login-box {
	position: absolute;
    top: 45px;
    width: 250px;
    padding: 5px 15px 15px 15px;
    right: 0;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.sign-in-container .login-box.show-login {
	visibility: visible;
    opacity: 1;
}
.login-box .form-group {
	margin-bottom: 0;
}
.login-box label {
	margin: 0;
    font-size: 0.75em;
    text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
}
.login-box label.show-label {
	visibility: visible;
	opacity: 1;
}
.login-box input {
	width: 100%;
	padding: 5px;
}
.login-box .forgot {
	padding: 8px 0;
    display: flex;
    justify-content: flex-end;
    font-size: 0.85em;
}
.login-box .signin-btn {
	padding: 10px 5px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background-color: #0073cf;
    border: 0;
}
.login-box .sign-up {
	padding: 10px 0 0 0;
    font-size: 0.85em;
    display: flex;
    justify-content: center;
}
.login-box a {
	padding: 0 5px;
}
.news-container .items {
	display:flex;
	flex-wrap: wrap;
}
.news-container .item {
  margin: 3px 0 0 3px;
  background-color: #fff;
  width: 240px;
  height: 250px;
  position: relative;
}
.news-container .play {
	position: absolute;
    top: 65px;
    left: 85px;
}
.news-container .play a {
	color: #000;
    opacity: 0.8;
    font-size: 4em;
}
.news-container .image-holder {
  display: flex;
}
.news-container .item-content {
  	position: absolute;
	display: flex;
  	bottom: 0;
  	width: 100%;
  	padding: 10px;
  	white-space: normal;
  	color: #fff;
  	font-weight: bold;
  	font-size: 1.1em;
  	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
  	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
}
.news-container .item-content a {
	color: #fff;
	text-decoration: none;
}
.news-container .filter-container {
	padding: 10px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.news-container .filter-container span {
	font-weight: bold;
	padding-right: 5px;
}
.news-container .filter-container select {
	padding: 5px;
}
.news-container .video-container {
	margin: 40px 0 20px 0;
}
.news-container .video-container .video-container-title {
	font-size: 1.8em;
    border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	display: flex;
    justify-content: space-between;
}
.news-container .video-container .video-container-title .actions {
	display: flex;
}
.news-container .video-container .video-container-title .actions div.left {
	padding: 0 5px 0 0;
}
.news-container .video-container .video-container-title .actions div.right {
	padding: 0 0 0 5px;
}
.news-container .video-container .item {
  margin: 0 30px 0 0;
}
.nivo-caption {
	top: 0!important;
	bottom: 0!important;
	width: 100%!important;
	padding: 0!important;
	opacity: 1!important;
	line-height: 1.5em;
	font-family: 'Roboto Condensed', sans-serif !important;
	background: none !important;
}
.nivo-caption p {
	padding: 0 5px 25px 0!important;
}
.nivo-caption a {
	display: flex;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #fff !important;
    font-size:0.85em;
}
.about-us-container {
	padding: 0 15px 20px 15px;
}
.about-us-title {
	border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.edu-title {
	padding-bottom: 15px;
}
.metaslider .theme-default .nivo-caption a {
	color: #0073cf!important;
	border-color: #0073cf!important;
}
.site-main {
	position: relative;
}
.alert.global-alert {
	border-radius: 0;
    width: 100%;
    z-index: 100;
	margin: 0;
}
.alert.global-alert .container {
	position: relative;
}
.alert.global-alert .container .close {
	padding: 0;
}
.image-banner {
	height: 180px;
	background-color: #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.notif-container {
	padding: 15px;
	padding-top: 0;
}
.side-menu a {
	text-transform: uppercase;
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
    background-color: #ddd;
    color: #000;
    font-weight: bold;
	align-items: center;
}
.side-menu a:hover {
	text-decoration: none;
}
.side-menu a span {
	flex: 1;
}
.payment-options-content {
	
}
.payment-options-content .options-block {
	margin-bottom: 20px;
}
.payment-options-content .options-block:last-child {
	flex: 0 0 350px;
}
.payment-options-content .options-block .title {
	padding: 0 0 12px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.nivo-caption .container {
	display: flex;
	align-items: center;
	height: 100%;
}
.slide-container {
	width: 380px;
	padding: 20px;
	background-color: rgba(0,0,0,0.4);
}
.slide-container .title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}
.container-404 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.container-404 .page-title {
	font-weight: bold;
	font-size: 7.5em;
	margin-bottom: 0;
}
.container-404 .content-404-1 {
	font-size: 1.7em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0;
}
.container-404 .content-404-2 {
	width: 350px;
	margin-bottom: 25px;
	text-align: center;
}
.container-404 .button-404 {
	background-color: #0073cf;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
.container-404 .button-404:hover {
	text-decoration: none;
}
.billing-box-container {
	display: flex;
	flex-wrap: wrap;
}
.billing-box-container .billing-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0 20px 20px 0;
	background: #eee;
}
.billing-box-container .billing-box a {
	width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    padding: 15px;
}
.faq-group .faq-group-content ul.bullet-points, ul.bullet-points {
	 margin: 10px 0 15px 30px;
    list-style: disc;
	border: 0;
}
.faq-group .faq-group-content ul.bullet-points li, ul.bullet-points li {
	padding-bottom: 5px;
}
.entry-content .posted-on {
	font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
@media screen and (max-width: 1200px) {
	.payment-options-content .options-block:last-child {
		flex: 1 1 350px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.menu-container {
		font-size: 0.85em;
	}
}
@media screen and (max-width: 991px) {
	header.site-header {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2)
	}
	.logo {
		flex: 1;
	}
	.item-list-container .col.mobile-col {
		display: flex;
	}
	.mobile-search {
		display: block;
	}
	.mobile-cust-serv {
		display: flex;
	}
	.mobile-cust-serv {
		margin-right: 25px;
	}
	.mobile-search, .mobile-search:visited,
	.mobile-cust-serv, .mobile-cust-serv:visited {
		color: #0073cf;
	}
	.top-header {
		justify-content: flex-start;
	}
	.top-header-actions {
		display: none;
	}
	nav.main-navigation {
		display: none;
	}
	nav.mobile-navigation {
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background-color: white;
	}
	.mobile-overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.3;
	}
	.sticky-content {
		padding-top: 80px;
	}
}
@media screen and (max-width: 768px) {
	.item-list-container .col {
		flex-basis: 200px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.item-list-container .col {
		flex-basis: 200px;
		margin-bottom: 20px;
	}
	.programs-container p {
		font-size: 1em;
	}
	.contact-container .container {
		flex-direction: column;
    	justify-content: space-around;
	}
	.contact-container span {
		font-size: 1em;
	}
	.contact-container .contact-action-btn {
		font-size: 0.8em;
    	padding: 10px;
	}
	footer .copyright {
		font-size: 0.7em;
	}
	.footer-content {
		font-size: 0.85em;
	}
	.footer-content .col {
		flex-basis: 165px;
	}
	.header-title-content {
		flex-direction: column;
	}
	.header-title-content .header-breadcrumb {
		display: none;
	}
	.contact-categories {
		justify-content: space-around;
	}
	.about-us-container {
		padding: 0 0 20px 0;
	}
	.notif-container {
		padding: 0 0 15px 0;
	}
	.contact-menu-container nav {
		display: none;
	}
	.twitter-content {
		height: auto;
	}
}
@media screen and (max-width: 450px) {
	.top-header .logo {
		background-size: 75%;
		background-position: 0 50%;
	}
}
@media screen and (max-width: 400px) {
	.item-list-container .col {
		flex-basis: 180px;
	}
}