/*!
Theme Name: scienta2020
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: scienta2020
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.

scienta2020 is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: verdana;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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: verdana;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Open Sans", "Lato", Helvetica, Arial, sans-serif;
	font-weight: 100;
	line-height: 1.1;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a,
a:visited {
	color: #006cba;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

div {
	border: 0px solid pink;
}


.entry-footer {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #dddddd;
}

.site-title,
.site-description,
.site-title a,
.site-title a:hover,
.site-title a:visited
{
	text-align: right;
	color: white;
	text-decoration: none;
}

.site-footer-background
{
	background-color: #333333;
	float: left;
	width: 100%;
}

.site-footer
{
	color: white;
}

.site-footer h2
{
	font-size: 1.2rem;
}

.site-footer:after {
	content: "";
	display: table;
	clear: both;
}

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

.site-footer a,
.site-footer a:visited
{
	color: #006cba;
	text-decoration: none;
}

.site-footer a:hover
{
	text-decoration: underline;
}

input[type=submit]
{
  width: 80%;
  border: none;
  color: white;
  padding: 0.8em;
  margin-top: 0.5em;
  text-decoration: none;
  cursor: pointer;
  background-color: #006cba;
}
input[type=search]
{
	width: 80%;
	padding: 0.5em;
}

.site-info {
	float: left;
	width: 33.33%
}

.site-branding,
.widget-area,
.site-main
{
	margin: 0 auto;
	padding-left: 0;
	width: 80%;
	max-width: 65em;
}

.site-main {
	padding-top:4em;
}


.widget-3 > section
{
	width: 33.33%;
	float: left;
}

.widget-1 > section
{
	width: 100%;
	float: left;
}

.side-bar-background,
.site-header {
	background-color: #006cba;
	/*background-color: rgba(0, 108, 186, 0.7);*/
	display: block;
	float: left;
	width: 100%;
}


.widget_recent_entries
{
	color: white;
}


.widget_recent_entries ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: -1em;
}


.widget_recent_entries li
{
	display: block;
	float:left;
	width: 33.33%;	
	min-height: 8em;
	position: relative;
	padding-left: 2em;
	padding-right: 1em;
}

.home-block {
	overflow: auto;
	padding-bottom: 1em;
	text-align:center;
	display: block;
}

.home-block ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-block li
{
 display: block;
 float:left;
 width: 28.33%;	
 min-height: 7em;
	
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  
  position: relative;
  
  margin-left: 2.5%; 
  margin-right: 2.5%;
  margin-top: 1em;
  /*margin-top: 5px;
  margin-right: 2em;
  left: 20px;*/
  
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}


.home-block li:hover
{
background-color: #006cba;	
}

.home-block a,
.home-block a:visited {
	display: block;
	text-decoration: none;
    min-height: 7em;
	padding: 2em;
}

.home-block a:hover
{
	color:white;
}

@media screen and (min-width: 50em) and (max-width: 77em){
	
	.home-block li
	{
	 display: block;
	 float:left;
	 width: 45%;	
	 min-height: 7em;
	  
	  margin-left: 2.5%; 
	  margin-right: 2.5%;
	}
}


.widget_recent_entries li::before {
    content:"";
    display:block;
	width: 24px;
	height: 24px;
    background:url('read_more-white-24dp.svg') no-repeat;
	position: relative;
	left: -2em;
	top: 1.6em;
}


.widget_recent_entries a,
.widget_recent_entries a:visited {
	color: white;
	display: block;
	text-decoration: none;
	min-height: 8em;
}

.widget_recent_entries a:hover
{
	text-decoration: underline;
}

@media screen and (max-width: 50em) {
	.site-title,
	.site-description,
	.site-branding,
	.site-main,
	.site-footer,
	.site-info,
	.widget-area,
	.widget-3 > section,
	.widget_recent_entries li,
	.home-block li
	{
		width: 100%;
		max-width:100%;
	}
	
	.widget_recent_entries li
	{
		padding-left: 10%;
		min-height: 2em;
	}
	
	.widget_recent_entries a,
	.widget_recent_entries a:visited 
	{
	min-height: 2em;
	}
	
	.site-main,
	.site-footer,
	.site-branding,
	.side-bar-background{
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.home-block li
	{
		margin-right: 0;
		margin-left: 0;
	}
	
	
}

.gallery-item a{
	padding: 1em;
	border-radius: 2px;
	border: 1px solid #808080;
	display: block;
	min-height: 21em;
}

.gallery-item a:hover,
.gallery-item a.focus{
	border: 1px solid #006cba;
}



/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	background-color: #333333;
	display: block;
	width: 100%;
	float: left;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.menu-toggle,
.main-navigation a,
.main-navigation a:visited {
	color: white;
	display: block;
	text-decoration: none;
	padding: 1em;
	margin: 0;
}


.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	
}

.main-navigation li {
	position: relative;
	background-color: #333333;
	border-bottom: 3px solid transparent;
}

.menu-toggle:hover,
.main-navigation li:hover,
.main-navigation li.focus {
	left: auto;
	background-color: #808080;
	border-bottom: 3px solid #006cba;
}


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

.main-navigation ul ul {
	margin-left: 1em;
	margin-bottom: 0.5em;
	/*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;	
	opacity: 1;
	visibility: visible;
	display: block;
	width: 12em;*/
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	/*left: auto;*/
	opacity: 1;
	visibility: visible;
}


.main-navigation ul ul a {
	/*width: 200px;*/
	padding: 0.5em;
}
.main-navigation ul ul li
{
	background-color: #006cba;
	width: 95%;
}

.main-navigation ul ul li:hover,
.main-navigation ul ul li.focus
{
	background-color: #00264d;
}

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

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




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

.menu-toggle
{
	background-color: #333333;
	border: 0;
	width: 100%;
	text-align: right;
	border-bottom: 3px solid transparent;
}


@media screen and (min-width:50em) {
/*---for full screen nav --*/
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
		width: 90%;
	}
	
	.main-navigation li {
		display: inline-block;
		margin-right: -5px;
	}
	
	.main-navigation ul ul {
	margin: 0.5em 0 0 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 100%;
	left: -1em;
	/*left: -999em;*/
	z-index: 99999;	
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 12em;
	-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
	}
	.main-navigation ul ul li
	{
		width: 100%;
	}	

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		/*left: auto;*/
		opacity: 1;
		visibility: visible;
	}
	
	.menu-toggle,
	.main-navigation a,
	.main-navigation a:visited {
		padding: 0.5em 1em 0.5em 1em;
	
}

}


/*------ main-nav dropdown -----*/


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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
	clear:both;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
------------------------------------------ */
.widget {
	margin: 0 0 1.5em;
}

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


/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

@media screen and (max-width:50em) {
	.gallery-columns-2,
	.gallery-columns-3,
	.gallery-columns-4,
	.gallery-columns-5,
	.gallery-columns-6,
	.gallery-columns-7,
	.gallery-columns-8,
	.gallery-columns-9
	{
		grid-template-columns: repeat(1, 1fr);
	}

}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

#metaslider-id-729
{
	/*z-index: -999;
	top: -200px;*/
}



.metaslider .caption {
	position: abosulte;
    word-wrap: break-word;
	font-size: 1.2em;
	color: white;
	font-family:Arial,Helvetica,sans-serif;
	height: 100%;
	text-align: center;
	padding: 5%;
	vertical-align: middle;
}

.metaslider .caption-wrap {
    position: absolute;
	width:75%;
	min-height: 25%;
	background-color: rgba(0, 108, 186, 0.7);
	left: 50%;
	top:75%;
	transform: translate(-50%,-50%);
	
  /*  bottom: 0;
    left: 0;
    background: #006cba;
    color: white;
    opacity: 0.7;
    margin: 0;
    display: block;
    width: 100%;
    
	top: 5em;*/
}

@media screen and (max-width:40em) {
	.metaslider .caption-wrap {
	width:100%;
	top:85%;
	}
	
	.metaslider .caption {
	font-size: 0.8em;
	height: 100%;
	text-align: center;
	padding: 2%;
	vertical-align: middle;
	}
}

.metaslider.ms-theme-simply-dark.has-dots-nav {
 margin-bottom:3rem
}
.metaslider.ms-theme-simply-dark {
 overflow:visible
}
.metaslider.ms-theme-simply-dark * {
 -webkit-box-sizing:border-box;
 box-sizing:border-box
}
.metaslider.ms-theme-simply-dark .flexslider {
 margin-bottom:0
}
.metaslider.ms-theme-simply-dark .flexslider ol.flex-control-nav:not(.flex-control-thumbs),
.metaslider.ms-theme-simply-dark ul.rslides_tabs,
.metaslider.ms-theme-simply-dark div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled),
.metaslider.ms-theme-simply-dark .coin-slider .cs-buttons {
 background:transparent;
 -webkit-box-pack:end;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-pack:end;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 justify-content:flex-end;
 line-height:15px;
 margin:0;
 overflow:visible;
 padding:.5rem 0 0 !important;
 position:absolute;
 top:100%
}
.metaslider.ms-theme-simply-dark.has-thumb-nav div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled),
.metaslider.ms-theme-simply-dark.has-thumb-nav .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
 bottom:auto;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 margin-left:-5px;
 padding-top:5px !important;
 position:relative;
 top:auto
}
.metaslider.ms-theme-simply-dark.has-thumb-nav .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
 padding-top:0 !important
}
.metaslider.ms-theme-simply-dark .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,
.metaslider.ms-theme-simply-dark ul.rslides_tabs li a,
.metaslider.ms-theme-simply-dark div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a,
.metaslider.ms-theme-simply-dark .coin-slider .cs-buttons a {
 background:rgba(0,0,0,.5);
 border:0;
 border-radius:10px;
 -webkit-box-shadow:none !important;
 box-shadow:none !important;
 cursor:pointer;
 display:inline-block;
 height:15px;
 line-height:15px;
 margin:0 0 5px 5px;
 padding:0;
 text-indent:-9999px;
 -webkit-transition:background .2s ease-in-out;
 transition:background .2s ease-in-out;
 width:15px
}
.metaslider.ms-theme-simply-dark.has-thumb-nav div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a {
 border-radius:0;
 height:auto;
 width:auto
}
.metaslider.ms-theme-simply-dark .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li:last-child a,
.metaslider.ms-theme-simply-dark ul.rslides_tabs li:last-child a,
.metaslider.ms-theme-simply-dark div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a:last-child,
.metaslider.ms-theme-simply-dark .coin-slider .cs-buttons a:last-child {
 margin-right:0
}
.metaslider.ms-theme-simply-dark .flexslider ol.flex-control-nav li a.flex-active,
.metaslider.ms-theme-simply-dark .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover,
.metaslider.ms-theme-simply-dark ul.rslides_tabs li.rslides_here a,
.metaslider.ms-theme-simply-dark ul.rslides_tabs li a:hover,
.metaslider.ms-theme-simply-dark div.slider-wrapper div.nivo-controlNav:not(.nivo-thumbs-enabled) a.active,
.metaslider.ms-theme-simply-dark .slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) a:hover,
.metaslider.ms-theme-simply-dark .coin-slider .cs-buttons a.cs-active,
.metaslider.ms-theme-simply-dark .coin-slider .cs-buttons a:hover {
 background:rgba(0,0,0,1)
}
.metaslider.ms-theme-simply-dark .flexslider ul.flex-direction-nav li a,
.metaslider.ms-theme-simply-dark a.rslides_nav,
.metaslider.ms-theme-simply-dark div.nivoSlider div.nivo-directionNav a,
.metaslider.ms-theme-simply-dark .coin-slider .coin-slider div a {
 background:0;
 -webkit-box-shadow:none;
 box-shadow:none;
 color:black;
 height:40px;
 opacity:0;
 overflow:hidden;
 text-indent:0 !important;
 -webkit-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out;
 width:0
}
.metaslider.ms-theme-simply-dark .flexslider ul.flex-direction-nav li a svg,
.metaslider.ms-theme-simply-dark a.rslides_nav svg,
.metaslider.ms-theme-simply-dark div.nivoSlider div.nivo-directionNav a svg,
.metaslider.ms-theme-simply-dark .coin-slider .coin-slider div a svg {
 display:block;
 height:40px;
 margin:0 auto;
 -webkit-transform:scale(.2);
 transform:scale(.2);
 -webkit-transition:all .2s ease-in-out;
 transition:all .2s ease-in-out;
 -webkit-transition-delay:.1s;
 transition-delay:.1s;
 width:30px
}
.metaslider.ms-theme-simply-dark a.rslides_nav,
.metaslider.ms-theme-simply-dark .coin-slider .coin-slider div a {
 padding:0
}
.metaslider.ms-theme-simply-dark .flexslider ul.flex-direction-nav li a.flex-prev,
.metaslider.ms-theme-simply-dark div.nivoSlider div.nivo-directionNav a.nivo-prevNav {
 left:0
}
.metaslider.ms-theme-simply-dark .flexslider ul.flex-direction-nav li a.flex-next,
.metaslider.ms-theme-simply-dark div.nivoSlider div.nivo-directionNav a.nivo-nextNav {
 right:0
}
.metaslider.ms-theme-simply-dark .coin-slider .coin-slider div {
 display:block !important
}
.metaslider.ms-theme-simply-dark .flexslider:hover ul.flex-direction-nav li a,
.metaslider.ms-theme-simply-dark .flexslider:focus-within ul.flex-direction-nav li a,
.metaslider.ms-theme-simply-dark:hover a.rslides_nav,
.metaslider.ms-theme-simply-dark div.nivoSlider:hover div.nivo-directionNav a,
.metaslider.ms-theme-simply-dark .coin-slider:hover .coin-slider div a {
 background:rgba(255,255,255,0.43);
 opacity:1 !important;
 width:50px
}
.metaslider.ms-theme-simply-dark .flexslider:hover ul.flex-direction-nav li a svg,
.metaslider.ms-theme-simply-dark .flexslider:focus-within ul.flex-direction-nav li a svg,
.metaslider.ms-theme-simply-dark:hover a.rslides_nav svg,
.metaslider.ms-theme-simply-dark div.nivoSlider:hover div.nivo-directionNav a svg,
.metaslider.ms-theme-simply-dark .coin-slider:hover .coin-slider div a svg {
 -webkit-transform:scale(1);
 transform:scale(1)
}
.metaslider.ms-theme-simply-dark .flexslider:hover ul.flex-direction-nav li a:hover,
.metaslider.ms-theme-simply-dark .flexslider:focus-within ul.flex-direction-nav li a:hover,
.metaslider.ms-theme-simply-dark:hover a.rslides_nav:hover,
.metaslider.ms-theme-simply-dark div.nivoSlider:hover div.nivo-directionNav a:hover,
.metaslider.ms-theme-simply-dark .coin-slider:hover .coin-slider div a:hover {
 color:black;
 opacity:1 !important;
 width:70px
}
/*.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap, 
.metaslider.ms-theme-simply-dark .rslides .caption-wrap, (paul)*/
.metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption,
.metaslider.ms-theme-simply-dark .cs-title {
 background:rgba(0,0,0,0.7);
 margin:0 .5rem .5rem;
 opacity:1;
 padding:0;
 width:auto
}

/*.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap .caption,
.metaslider.ms-theme-simply-dark .rslides .caption-wrap .caption, (paul)*/
.metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption,
.metaslider.ms-theme-simply-dark .cs-title {
 color:#FFF;
 font-family:Arial,Helvetica,sans-serif;
 font-size:1em;
 padding:.7rem 1rem;
 text-align:left
}
.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap .caption *,
.metaslider.ms-theme-simply-dark .rslides .caption-wrap .caption *,
.metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption *,
.metaslider.ms-theme-simply-dark .cs-title * {
 color:#FFF
}
.metaslider.ms-theme-simply-dark .flexslider ul.slides .caption-wrap .caption>*:first-child,
.metaslider.ms-theme-simply-dark .rslides .caption-wrap .caption>*:first-child,
.metaslider.ms-theme-simply-dark div.nivoSlider .nivo-caption>*:first-child,
.metaslider.ms-theme-simply-dark .cs-title>*:first-child {
 margin-top:0;
 padding-top:0
}

/**
 * The following styles will provide an attempt to normalize the sliders
 */

/* Reset some style. Using body to push specificity */
body .metaslider .coin-slider,
body .metaslider .nivoSlider,
body .metaslider .nivoSlider img,
body .metaslider .rslides,
body .metaslider .rslides li,
body .metaslider .flexslider ul.slides,
body .metaslider .flexslider .slides li,
body .metaslider .flexslider .slides ul,
body .metaslider .flexslider .slides ol,
body .metaslider .flexslider .slides img,
body .metaslider .flexslider .flex-direction-nav,
body .metaslider .flexslider .flex-direction-nav li {
    border: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
    padding: 0;
    line-height: normal;
    max-width: none;
    max-height: none;
}

.metaslider {
    position: relative;
    z-index: 0;
}

/* Avoids overflow when slideshow takes the whole window' width - The fullwidth class needs to be added in the slideshow settings. */
.metaslider.fullwidth {
	overflow: hidden;
}


.metaslider img {
    height: auto;
    padding: 0;
    margin: 0;
    -moz-user-select: none;
}

.metaslider a {
    outline: none;
}

.metaslider.ms-left {
    float: left;
    margin: 0 20px 20px 0;
}

.metaslider.ms-right {
    float: right;
    margin: 0 0 20px 20px;
}

.metaslider li:before,
.metaslider li:after {
    content: "" !important;
    display: none !important;
    bottom: auto !important;
    margin: 0 !important;
}

.metaslider .caption-wrap .caption img {
    width: auto;
}

.metaslider .slides img {
	width: 100%;
	display: block;
}

/* Flexslider */

.metaslider .flexslider {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    margin: 0 0 40px;
    max-width: none;
    max-height: none;
}

.metaslider .flex-control-nav {
    border: 0;
    margin: auto;
    list-style-type: none;
    list-style: none;
    padding: 0;
	bottom: -27px;
    line-height: 11px;
    z-index: 2;
}

/** move margin from list items to anchors */
.metaslider .flex-control-nav li {
	margin: 0;
}

.metaslider .flex-control-nav li a {
	margin: 0 6px;
	padding: 0;
}

.metaslider .flexslider .slides li {
    position: relative;
    height: auto;
}

/** fix for users with RTL languages */
.metaslider .flex-viewport {
    direction: ltr;
}

/** add transition effects to firefox **/
.metaslider .flex-direction-nav a {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.metaslider .flexslider .slides p {
    margin: 0;
}

.metaslider .flexslider.filmstrip {
	margin-top: 10px;
}

.metaslider .flexslider.filmstrip .slides li {
    cursor: pointer;
    opacity: 0.5;
}

.metaslider .flexslider.filmstrip .slides li.flex-active-slide,
.metaslider .flexslider.filmstrip .slides li:hover,
.metaslider .flexslider.filmstrip .slides li:focus {
    opacity: 1.0 !important;
}

.metaslider .flex-control-thumbs li {
    width: auto;
}

.metaslider ol.flex-control-thumbs img,
#content .metaslider ol.flex-control-thumbs img {
    margin: 10px 5px 0;
    width: auto;
}

.metaslider.nav-hidden .flexslider {
    margin-bottom: 0;
}

.metaslider.nav-hidden.add-margin .flexslider {
    margin-bottom: 40px;
}

/* Arrow styles to use background images (old style) */
/* which makes it compatible with the theme builder */

.metaslider .flexslider .flex-direction-nav li a:before {
    content:none!important;
}
.metaslider .flexslider .flex-direction-nav li a {
    width: 30px;
    height: 30px;
    border: 0;
    margin: -20px 0 0;
    box-shadow: none!important;
    display: block;
    background-color: transparent;
    background-image: url('../sliders/flexslider/bg_direction_nav.png');
    background-repeat:  no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
       -moz-transition: opacity .25s ease-in-out;
            transition: all .3s ease;
}
.metaslider .flex-direction-nav .flex-next {
    background-position: left 0;
}
.metaslider .flex-direction-nav .flex-next {
    background-position: right 0;
    text-align: left;
    /* Fix for single character text */
    text-indent: 9999px;
}
.metaslider .flexslider:focus-within .flex-next,
.metaslider .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.metaslider .flexslider:focus-within .flex-prev,
.metaslider .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;

    /* Fix for single character text */
    text-indent: -9999px;
}
.metaslider .flexslider:focus-within .flex-next:focus,
.metaslider .flexslider:focus-within .flex-prev:focus,
.metaslider .flexslider:hover .flex-next:hover,
.metaslider .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.metaslider .flexslider .flex-next:focus,
.metaslider .flexslider .flex-prev:focus {
	    outline: -webkit-focus-ring-color auto 5px;
}
.metaslider .flexslider .flex-direction-nav .flex-disabled {
    cursor: default;
    pointer-events: none;
}
.metaslider .flexslider .flex-control-nav a {
	box-shadow: none !important;
}
.metaslider .flexslider .flex-control-nav a:focus {
	outline: -webkit-focus-ring-color auto 5px;
}
.metaslider .flexslider .slides > li {
    position: relative;
}

/* Responsive Slides */
.metaslider .rslides_nav,
.metaslider .rslides_tabs a {
    box-shadow: none !important;
}
.metaslider .rslides_tabs {
    margin: 0 0 40px;
}

.metaslider .rslides_nav:focus,
.metaslider .rslides_nav:hover {
    color: #ffffff;
} 

/* Nivo Slider */
div.metaslider .theme-default .nivoSlider {
   -webkit-box-shadow: 0 0 0;
      -moz-box-shadow: 0 0 0;
           box-shadow: 0 0 0;
}

.metaslider .slider-wrapper .nivo-directionNav a,
.metaslider .slider-wrapper .nivo-controlNav a,
.metaslider .slider-wrapper img {
    border: 0;
    box-shadow: none;
    /* margin: 0; */
    list-style-type: none;
    list-style: none;
    padding: 0;
    line-height: normal;
    max-width: none;
    max-height: none;
}
div.metaslider .slider-wrapper .nivo-controlNav a {
    transition: none;
}

/* Coin Slider */
.metaslider .coin-slider {

    /* This keeps the slider from spilling out the container */
    max-width: 100%;
    overflow:hidden;
}
.metaslider .coin-slider .cs-buttons a,
.metaslider .coin-slider > a {
	box-shadow: none !important;
}
.metaslider .coin-slider a[href="javascript:void(0)"] {
	cursor: default !important;
}

/*! http://responsiveslides.com v1.53 by @viljamis */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
/** metaslider custom styles **/
.rslides_tabs {
    margin: 0;
    padding: 7px 0 !important;
    background: #333;
    font-size: 18px;
    list-style: none;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: none;
    margin-right: 1px;
    list-style-type: none;
}

.rslides_tabs a {
    text-decoration: none;
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
    color: white;
}

.rslides_tabs a:hover {
    border: 0;
    color: white;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}

.rslides_nav {
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
    font-weight: bold;
    margin-top: -15px;
    opacity: 0.7;
}

.rslides_nav.prev {
    left: 0px;
    text-decoration: none;
}

.rslides_nav.next {
    right: 0px;
    text-decoration: none;
}

.rslides li,
.rslides .rslides_tabs {
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    margin: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style-type: none;
}