/*** CSS Reset based on http://meyerweb.com/eric/tools/css/reset/ v2.0 ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

span.hl {
	background-color: #e8bebb;
}

span.ln {
	padding-right: 10px;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

b, strong {
	font-weight: 700;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}

:focus::-moz-placeholder {
	color: transparent;
}

:focus:-moz-placeholder {
	color: transparent;
}

:focus:-ms-input-placeholder {
	color: transparent;
}

/*** Structure ***/
html {
	font-size: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	background: #f7f7f7;
	word-wrap: break-word;
}

.container, .container-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

.container-outer {
	margin: 25px auto;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.17);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.17);
	box-shadow: 0 0 10 rgba(50, 50, 50, 0.17);
}

.wrapper {
	padding: 25px;
	background: #fff;
}

.content {
	width: 100%;
	overflow: hidden;
}

.sidebar {
	width: 31.66%;
	float: left;
}

.body-right-sidebar .main-content {
	float: left;
	margin-right: 2.5%;
}

.body-left-sidebar .main-content {
	float: right;
	margin-left: 2.5%;
}

.warning {
	border: 1px solid #ddd;
	padding: 20px 10px;
	text-align: center;
}

.warning__icon {
	margin-bottom: 20px;
}

/*** Animation ***/
.menu__item, .tags__item, .widget__link--taglist, .btn {
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

/*** Button ***/
.btn {
	font-weight: 700;
	padding: 5px 10px;
	white-space: nowrap;
	color: #fff;
	background: #00507C;
}

.btn:hover {
	color: #fff;
	background: #2487BE;
}

/*** Columns ***/
.row [class*="col-"]:first-child {
	margin: 0;
}

[class*="col-"] {
	float: left;
	margin-left: 2.5%;
	overflow: hidden;
}

.col-1-1 {
	width: 100%;
}

.col-1-2 {
	width: 48.75%;
}

.col-1-3 {
	width: 31.66%;
}

.col-2-3 {
	width: 65.83%;
}

.col-1-4 {
	width: 23.12%;
}

.col-3-4 {
	width: 74.37%;
}

.col-1-5 {
	width: 18.00%;
}

.col-1-6 {
	width: 14.58%;
}

.col-1-7 {
	width: 12.14%;
}

.col-1-8 {
	width: 10.31%;
}

.clear {
	clear: both;
}

.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

/*** Typography ***/
h1 {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

h3 {
	font-size: 20px;
	font-size: 1.25rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

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

h6 {
	font-size: 14px;
	font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.3;
	font-weight: 700;
}

small {
	font-size: 12px;
	font-size: 0.75rem;
}

pre {
	font-family: "Consolas", Courier New, Courier, monospace;
	color: #000;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	background: #FFFFFF;
	border: 1px solid #515151;
	padding: 20px;
	padding: 1.25rem;
	overflow-x: auto;
    overflow-y: hidden;
	display: block;
    white-space: pre;
}

kbd {
	padding: 0 6px;
	padding: 0 0.375rem;
	background: #f5f5f5;
	border: 1px solid #aaa;
	border-radius: 0.1875em;
	-moz-border-radius: 0.1875em;
	-moz-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
	-webkit-border-radius: 0.1875em;
	-webkit-box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
	box-shadow: 0 0.0625em 0 rgba(0, 0, 0, 0.2), 0 0 0 0.125em white inset;
	text-shadow: 0 0.0625em 0 #fff;
}

blockquote {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	font-style: italic;
	color: #666;
	padding: 5px 0 5px 15px;
	border-left: 5px solid #2487BE;
}

sup {
	vertical-align: super;
	font-size: 10px;
	font-size: 0.625rem;
}

sub {
	vertical-align: sub;
	font-size: 10px;
	font-size: 0.625rem;
}

abbr, acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	color: #9a9b97;
}

q {
	font-style: italic;
}

address {
	font-family: "Courier new";
	line-height: 1.5;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #2487BE;
}

/*** Lists ***/
.post__content ul {
	list-style: square;
}

.post__content ol {
	list-style: decimal;
}

.post__content ul, .post__content ol {
	margin: 0 0 20px 40px;
}

.post__content ul ul, .post__content ol ol {
	margin: 0 0 0 40px;
}

.post__content li {
	margin-bottom: 5px;
}

dl {
	margin: 0 0 10px 20px;
}

dt, dd {
	display: list-item;
}

dt {
	list-style-type: square;
	font-weight: bold;
}

dd {
	list-style-type: circle;
	margin-left: 20px;
}

select {
	max-width: 100%;
}

/*** Header ***/
.header {
	background: #fff;
}

.logo {
	padding: 20px;
	overflow: hidden;
}

.logo__link {
	margin: 5px 0;
	/*text-transform: uppercase;*/
}

.logo__title {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1;
}

.logo__tagline {
	display: inline-block;
	font-size: 24px;
	font-size: 1rem;
	line-height: 1;
	color: #00507C;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.divider {
	border: 0;
	margin: 0;
	height: 5px;
	background: #2487BE;
}

/*** Navigation — Responsive-nav.js ***/
.menu {
	background: #00507C;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-transform: uppercase;
}

.menu__toggle {
	background: #00507C;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #ffffff;
	text-align: right;
	font-weight: 700;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.menu__list {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	list-style: none;
}

.menu__link {
	padding: 10px 15px;
	display: block;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	font-weight: 700;
}

.menu__link:hover {
	color: #ffffff;
}

.js .menu--collapse {
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

.menu--collapse.opened {
	max-height: 9999px;
}

.opened.menu__list {
	border-top: 1px solid #2487BE;
}

.menu__item {
	-webkit-transition: 0.25s ease-out;
	-moz-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

.menu__item:hover {
	background: #2487BE;
}

.menu__item--active {
	background: #2487BE;
}

.menu__item:first-child {
	border: none;
}

@media screen and (min-width: 767px) {
	.js .menu {
		position: relative;
	}

	.js .menu.closed {
		max-height: none;
	}

	.menu__toggle {
		display: none;
	}

	.menu {
		border-bottom: 5px solid #2487BE;
		min-height: 42px;
	}

	.menu__item {
		float: left;
		position: relative;
	}
}

/*** Posts/Pages ***/
.post__header, .page-header {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.page-header__title {
	font-size: 28px;
	font-size: 1.75rem;
}

.page-content {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.meta {
	font-size: 13px;
	font-size: 0.8125rem;
	vertical-align: baseline;
}

.meta, .meta a {
	color: #979797;
}

.meta a:hover {
	color: #2487BE;
}

.meta span {
	margin-right: 10px;
}

.meta .icon {
	margin-right: 5px;
}

.icon-time, .icon-category {
	fill: #c4c4c4;
	vertical-align: middle;
}

.meta-categories__link, .post__meta-date, .list__meta-date,  .post__meta-lastmod, .list__meta-lastmod {
	vertical-align: middle;
}

.post__meta {
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 5px 10px;
	border-top: 1px dotted #ebebeb;
	border-bottom: 1px dotted #ebebeb;
}

.post__thumbnail {
	max-width: 1030px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.post__thumbnail img {
	width: 100%;
}

.post__content h1, .post__content h2, .post__content h3, .post__content h4,
.post__content h5, .post__content h6, .post__content p,
.post__content blockquote, .post__content .row {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.post__content blockquote p:last-child {
	margin: 0;
}

.post__content a, .list__excerpt a, .warning a {
	font-weight: 700;
	color: #2487BE;
}

.post__content a:hover, .list__excerpt a:hover, .warning a:hover {
	color: #2487BE;
	text-decoration: underline;
}

.tags {
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.tags__item {
	float: left;
	font-weight: 700;
	margin: 0 6px 6px 0;
	margin: 0 0.375rem 0.375rem 0;
	background: #00507C;
	text-transform: uppercase;
}

.tags__item:hover {
	background: #2487BE;
}

.tags__link, .tags__link:hover {
	display: block;
	color: #fff;
	padding: 10px 15px;
}

.tags .icon {
	float: left;
	padding: 8px;
	margin-right: 6px;
	background: #2487BE;
}

.icon-tag {
	fill: #fff;
}

/*** Author Box ***/
.authorbox {
	line-height: 1.5;
	padding: 25px 0;
	margin-bottom: 25px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.authorbox .screen-reader-text {
	position: absolute;
	top: -9999rem;
	left: -9999rem;
}

.authorbox__avatar {
	float: left;
	padding: 3px;
	margin-right: 25px;
	border: 1px solid #ebebeb;
}

.authorbox__header {
	margin-bottom: 10px;
}

.authorbox__name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

/*** List content ***/
.list__item {
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #ebebeb;
}

.list__header {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.list__meta {
	margin-top: 5px;
}

.list__excerpt {
	overflow: hidden;
}

.list__thumbnail {
	float: left;
	margin-right: 20px;
}

.list__thumbnail img {
	width: 100%;
	max-width: 235px;
}

.list__footer-readmore {
	float: right;
	margin-top: 10px;
}

/*** Pagination ***/
.pagination {
	margin-top: 20px;
}

.pagination__item {
	display: inline-block;
	font-weight: 700;
	color: #000;
	padding: 10px 15px;
	background: #f5f5f5;
}

.pagination__item:hover, .pagination__item--current {
	color: #fff;
	background: #2487BE;
}

/*** Post Navigation ***/
.post-nav {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}

.post-nav__caption {
	display: block;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	overflow: hidden;
}

.post-nav__post-title {
	font-size: 13px;
	font-size: 0.8125rem;
	overflow: hidden;
}

.post-nav__item--next {
	float: right;
	text-align: right;
}

/*** Footer ***/
.footer {
	padding: 10px 25px;
	border-top: 3px solid #999;
	background: #00507C;
}

.footer__copyright {
	font-size: 12px;
	font-size: 0.75rem;
	color: #999;
}

.footer__copyright a {
	color: #ffffff;
}

/*** Images / Video ***/
img {
	max-width: 100%;
	width: auto\9; /* ie8 */
	height: auto;
	vertical-align: bottom;
}

iframe, embed, object, video {
	max-width: 100%;
}

.post__content .alignnone {
	display: block;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.post__content .aligncenter {
	display: block;
	margin: 20px auto;
	margin: 1.25rem auto;
}

.post__content .alignleft {
	display: inline;
	float: left;
	margin: 5px 20px 20px 0;
	margin: 0.3125rem 1.25rem 1.25rem 0;
}

.post__content .alignright {
	display: inline;
	float: right;
	margin: 5px 0 20px 20px;
	margin: 0.3125rem 0 1.25rem 1.25rem;
}

.screen-reader-text {
	position: absolute;
	top: -9999rem;
	left: -9999rem;
	overflow: hidden;
}

/*** Tables ***/
table {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}

td, th {
	padding: 5px 10px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

th {
	font-weight: 700;
}

/*** Forms ***/
input {
	font-size: 12px;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align: middle;
	background: #f5f5f5;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input[type=text], input[type=email], input[type=tel], input[type=url] {
	width: 60%;
}

input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover,
input[type=url]:hover, textarea:hover {
	border: 1px solid #2487BE;
}

input[type=submit] {
	display: inline-block;
	min-width: 150px;
	font-weight: 700;
	color: #fff;
	padding: 10px 15px;
	background: #2487BE;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border: 0;
	-webkit-appearance: none;
}

input[type=submit]:hover {
	background: #00507C;
}

textarea {
	width: 96%;
	line-height: 1.5;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #f5f5f5;
}

/*** Searchform ***/
.widget-search__form input {
	font-size: 11px;
	line-height: 1;
	color: #1f1e1e;
}

.widget-search__form .widget-search__submit {
	display: none;
}

.widget-search__form .screen-reader-text {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

.widget-search__form .widget-search__field {
	position: relative;
	padding: 10px;
	margin: 0;
	border: 1px solid #ebebeb;
	background: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.widget-search__form .widget-search__field:active, .widget-search__form .widget-search__field:focus {
	cursor: text;
}

.widget-search__form {
	display: block;
	margin: 0 auto;
	padding: 5%;
	background: #f5f5f5;
}

.widget-search__form .widget-search__field {
	display: block;
	margin: 0 auto;
	width: 90%;
}

/*** Widgets ***/
.widget {
	margin-bottom: 25px;
	overflow: hidden;
}

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

.widget__title {
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
	border-bottom: 3px solid #2487BE;
}

.widget-social__link {
	display: block;
	margin: 0 0 8px 0;
}

.widget-social__link-icon {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

/*** Default WordPress Widgets ***/
.widget-categories li {
	border-bottom: 1px dotted #ebebeb;
}

.widget-categories li a {
	display: block; padding: 5px 0;
}

.widget-categories li:first-child a {
	padding-top: 0;
}

/*** Tag Cloud Widget ***/
.widget__link--taglist {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 5px 10px;
	margin: 0 4px 8px 0;
	white-space: nowrap;
	text-transform: uppercase;
	background: #00507C;
}

.widget__link--taglist:hover, .widget .widget__link--taglist:hover {
	color: #fff;
	background: #2487BE;
}

/*** Recent Posts Widget ***/
.widget-recent li {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #e5e5e5;
}

.widget-recent li:first-child {
	padding-top: 0;
}

.widget-recent .post-date {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #979797;
	margin-bottom: 5px;
}

/*** Media Queries ***/
@media screen and (max-width: 1475px) {
	.container {
		width: 95%;
	}

	.container-inner {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.container-outer {
		margin: 0 auto;
	}

	.mobile .container {
		width: 100%;
	}

	.wrapper, .logo {
		padding: 20px;
	}

	.footer__copyright {
		text-align: center;
	}

	.widget {
		margin-bottom: 20px;
	}

	.meta-comments {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.content, .sidebar, .body-right-sidebar .main-content,
	.body-left-sidebar .main-content {
		float: none;
		width: 100%;
		margin: 0;
	}

	.logo {
		text-align: center;
	}

	.logo__title, .post__title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.sidebar {
		margin-top: 20px;
	}

	.post__meta {
		padding: 5px 0;
	}
}

@media screen and (max-width: 620px) {
	input[type=text], input[type=email], input[type=tel], input[type=url] {
		width: 88%;
	}

	[class*="col-"] {
		float: none;
		width: 100%;
		margin: 0;
	}

	.post__meta-categories, .entry-meta-comments {
		display: none;
	}

	.authorbox {
		text-align: center;
	}

	.authorbox__avatar {
		float: none;
		display: inline-block;
		margin: 0 0 20px;
	}

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

	.post-nav__item--prev {
		padding-bottom: 25px;
	}

	.post__content ul, .post__content ol {
		margin: 0 0 20px 20px;
	}

	.post__content ul ul, .post__content ol ol {
		margin: 0 0 0 20px;
	}

	.single-post .post-nav__item--next {
		margin-top: 25px;
	}

	.list__thumbnail {
		max-width: 80px;
	}

	.list__title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.list__meta {
		display: block;
		font-size: 11px;
		font-size: 0.6875rem;
	}

	.list__excerpt {
		display: none;
	}
}

.highlight .hll { background-color: #A0EFFF }
.highlight  { background: #2d2d2d; color: #cccccc }
.highlight .c { color: #006400 } /* Comment */
.highlight .err { color: #f2777a } /* Error */
.highlight .k { color: #00008b } /* Keyword */
.highlight .l { color: #f99157 } /* Literal */
.highlight .n { color: #000080 } /* Name */
.highlight .o { color: #000000 } /* Operator */
.highlight .p { color: #555555 } /* Punctuation */
.highlight .cm { color: #999999 } /* Comment.Multiline */
.highlight .cp { color: #999999 } /* Comment.Preproc */
.highlight .c1 { color: #999999 } /* Comment.Single */
.highlight .cs { color: #999999 } /* Comment.Special */
.highlight .gd { color: #f2777a } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gh { color: #cccccc; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #1c7fad } /* Generic.Inserted */
.highlight .gp { color: #999999; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #66cccc; font-weight: bold } /* Generic.Subheading */
.highlight .kc { color: #cc99cc } /* Keyword.Constant */
.highlight .kd { color: #cc99cc } /* Keyword.Declaration */
.highlight .kn { color: #66cccc } /* Keyword.Namespace */
.highlight .kp { color: #cc99cc } /* Keyword.Pseudo */
.highlight .kr { color: #cc99cc } /* Keyword.Reserved */
.highlight .kt { color: #ffcc66 } /* Keyword.Type */
.highlight .ld { color: #1c7fad } /* Literal.Date */
.highlight .m { color: #f99157 } /* Literal.Number */
.highlight .s { color: #1c7fad } /* Literal.String */
.highlight .na { color: #96b950 } /* Name.Attribute */
.highlight .nb { color: #0000ff } /* Name.Builtin */
.highlight .nc { color: #ffcc66 } /* Name.Class */
.highlight .no { color: #f2777a } /* Name.Constant */
.highlight .nd { color: #66cccc } /* Name.Decorator */
.highlight .ni { color: #cccccc } /* Name.Entity */
.highlight .ne { color: #f2777a } /* Name.Exception */
.highlight .nf { color: #6699cc } /* Name.Function */
.highlight .nl { color: #cccccc } /* Name.Label */
.highlight .nn { color: #96b950 } /* Name.Namespace */
.highlight .nx { color: #6699cc } /* Name.Other */
.highlight .py { color: #cccccc } /* Name.Property */
.highlight .nt { color: #c45555 } /* Name.Tag */
.highlight .nv { color: #FF4500 } /* Name.Variable */
.highlight .ow { color: #66cccc } /* Operator.Word */
.highlight .w { color: #cccccc } /* Text.Whitespace */
.highlight .mf { color: #f99157 } /* Literal.Number.Float */
.highlight .mh { color: #f99157 } /* Literal.Number.Hex */
.highlight .mi { color: #f99157 } /* Literal.Number.Integer */
.highlight .mo { color: #f99157 } /* Literal.Number.Oct */
.highlight .sb { color: #1c7fad } /* Literal.String.Backtick */
.highlight .sc { color: #cccccc } /* Literal.String.Char */
.highlight .sd { color: #999999 } /* Literal.String.Doc */
.highlight .s2 { color: #1c7fad } /* Literal.String.Double */
.highlight .se { color: #f99157 } /* Literal.String.Escape */
.highlight .sh { color: #8B0000 } /* Literal.String.Heredoc */
.highlight .si { color: #f99157 } /* Literal.String.Interpol */
.highlight .sx { color: #8B0000 } /* Literal.String.Other */
.highlight .sr { color: #8B0000 } /* Literal.String.Regex */
.highlight .s1 { color: #8B0000 } /* Literal.String.Single */
.highlight .ss { color: #8B0000 } /* Literal.String.Symbol */
.highlight .bp { color: #cccccc } /* Name.Builtin.Pseudo */
.highlight .vc { color: #f2777a } /* Name.Variable.Class */
.highlight .vg { color: #f2777a } /* Name.Variable.Global */
.highlight .vi { color: #f2777a } /* Name.Variable.Instance */
.highlight .il { color: #f99157 } /* Literal.Number.Integer.Long */

/* Loader animation */
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #00507C;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

img.banner-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* The alert message box */
.alert {
  padding: 5px;
  background-color: #ff0000; /*00507c*/
  color: white;
  text-align: center;
}
