/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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

/* New Resets */
* {
  box-sizing: border-box; }

/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
/* =COMMON ELEMENTS
-------------------------------------------------------------- */
html {
  font-size: 20px; }

::-webkit-scrollbar {
  display: none; }

textarea, input, button {
  outline: none; }

body {
  font-family: "ubuntu_titlingbold", sans-serif;
  color: black;
  line-height: 1.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  background-color: #eeeef3; }

body.body-dark {
  color: #fff; }

p {
  margin: 2rem 0; }

a {
  color: black;
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: none; }

#wrapper a {
  text-decoration: underline;
  font-weight: bold; }

#wrapper a:hover {
  text-decoration: none; }

strong {
  font-family: "ubuntu_titlingbold", sans-serif;
  font-weight: normal; }

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

blockquote {
  font-style: italic;
  font-size: 1.25rem;
  margin: 2rem;
  color: #666e77; }

ul, ol {
  list-style: disc outside none;
  margin: 0.5rem 0 1rem 1.5rem; }

ol {
  list-style-type: decimal; }

li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

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

/* block font area - font sizes and weights */
h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "ubuntu_titlingbold", sans-serif;
  color: inherit; }

h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: inherit;
  font-family: "ubuntu_titlingbold", sans-serif; }

h3 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: inherit;
  font-family: "ubuntu_titlingbold", sans-serif; }

h4 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "ubuntu_titlingbold", sans-serif; }

h5 {
  font-size: 1rem;
  line-height: 1.125rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "ubuntu_titlingbold", sans-serif; }

h6 {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "ubuntu_titlingbold", sans-serif; }

p, ul, ol {
  font-size: 1rem; }

.single .entry-content > p:first-child,
.page .entry-content > p:first-child,
p.intro {
  font-size: 125%;
  line-height: 125%; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #999999;
  border-bottom: 0 none; }

table {
  max-width: 100%; }

table td {
  text-align: baseline !important; }

.table {
  display: table; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell;
  vertical-align: top; }

.template-grid-width {
  margin-left: auto;
  margin-right: auto; }

.highlight {
  color: #0099dd; }

.highlight-dark {
  color: #000911; }

.highlight-green {
  color: #88cc44; }

.highlight-cyan {
  color: #0099dd; }

.highlight-blue {
  color: #0099dd; }

.highlight-yellow {
  color: #ffbb11; }

.highlight-red {
  color: #ee2222; }

.highlight-puple {
  color: #9955ff; }

.smaller {
  font-size: 0.75rem; }

.excerpt-image-preview {
  float: right;
  max-width: 140px;
  max-height: 140px;
  margin-left: 20px;
  margin-bottom: 15px;
  clear: both;
  display: block; }

.hidden {
  display: none; }

tags {
  font-size: 0.75rem;
  padding: 1rem 0;
  margin: 2rem 0;
  border-width: 0;
  border-color: #ccccdd;
  border-style: dotted;
  border-top-width: 1px;
  display: block; }

tags:before {
  content: 'Tags: '; }

.button {
  border: 3px solid #000;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 50vh;
  -moz-border-radius: 50vh;
  border-radius: 50vh;
  text-indent: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "ubuntu_titlingbold", sans-serif;
  font-size: 1.25rem !important;
  font-weight: normal !important;
  text-decoration: none !important;
  color: #000;
  padding: 0.5em 1em;
  transition: padding 0.25s, background-color 0.25s;
  display: inline-block;
  margin: 1rem; }

.button:hover,
.button:focus {
  padding: 0.5em 1.33em;
  background-color: rgba(0, 0, 0, 0.125); }

.body-dark .button,
.button.button-on-dark-bg {
  border-color: #fff;
  color: #fff; }

.body-dark .button:hover,
.body-dark .button:focus,
.button.button-on-dark-bg:hover,
.button.button-on-dark-bg:focus {
  background-color: rgba(255, 255, 255, 0.25); }

/* -------	COMMON STYLES ---------- */
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px; }

/* #HEADER
#header.template-row > .template-grid-width > #branding > #logo + #access
*/
#header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }

#header #branding {
  width: 100%; }

#header #branding #logo,
#header #branding #access {
  vertical-align: middle; }

#header #branding #logo img {
  display: block;
  height: 3rem;
  max-width: 33vw; }

/* ACCESS MENU */
#header #branding #access {
  text-align: right; }

#header #branding #access .menu {
  padding: 0;
  margin: 0 0 0 20px;
  list-style-type: none;
  font-size: 1rem;
  line-height: 100%;
  display: inline-block; }

#header #branding #access .menu > li {
  display: inline-block;
  margin: 0;
  padding-left: 10px;
  display: table-cell;
  position: relative;
  text-align: center; }

#header #branding #access .menu li a {
  color: black; }

#header #branding #access .menu li.current-page > a,
#header #branding #access .menu li a:focus,
#header #branding #access .menu li a:hover {
  color: #0099dd;
  text-decoration: none; }

#header #branding #access .menu .submenu {
  margin: 0;
  padding: 10px 0 0 0;
  position: absolute;
  width: 200px;
  background-color: transparent;
  text-align: center;
  font-size: 0.82rem;
  left: 50%;
  margin-left: -95px; }

#header #branding #access .menu .submenu li {
  display: block;
  padding: 10px;
  margin: 0;
  border-width: 0 0 1px 0;
  border-color: #dadada;
  border-style: solid;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); }

#header #branding #access .menu .submenu li:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#header #branding #access .menu .submenu li:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 0 none; }

/* MENU Visibility */
#header #branding #access .menu li .submenu {
  display: none; }

#header #branding #access .menu li:hover .submenu,
#header #branding #access .menu li:focus .submenu {
  display: block; }

/* Modal Menu */
#header .modal-menu-toggle {
  color: black;
  cursor: pointer;
  padding: 0;
  background-color: #fff;
  line-height: 1rem;
  font-size: 1rem;
  -webkit-border-radius: 50vh;
  -moz-border-radius: 50vh;
  border-radius: 50vh;
  display: inline-block;
  font-family: "ubuntu_titlingbold", sans-serif;
  text-transform: uppercase; }

#header .modal-menu-toggle::after {
  content: '=';
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  top: 0rem;
  color: inherit;
  font-size: 1rem;
  text-transform: lowercase;
  color: #0099dd; }

#header .modal-menu-toggle.close::after {
  content: ' x';
  color: #0099dd; }

#modal_menu .modal-menu-buttons {
  text-align: center;
  margin-bottom: 2rem; }

#modal_menu {
  display: block;
  display: none;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  margin: 0;
  padding: 2rem;
  z-index: 999; }

#modal_menu.show {
  display: block; }

#modal_menu #modal_menu_top_ul {
  border-bottom: 1px solid #dadada; }

#modal_menu ul {
  list-style-type: none;
  margin: 0;
  font-size: 1.25rem; }

#modal_menu li {
  border-top: 1px solid #dadada;
  padding: 0;
  margin: 0; }

#modal_menu li li {
  font-size: 1rem; }

#modal_menu li a {
  margin: 0.5rem 1rem;
  display: block; }

#modal_menu li a:hover,
#modal_menu li a:focus {
  color: black; }

#modal_menu li li a {
  margin-left: 2rem;
  color: black; }

#modal_menu li.menu-item-has-children > a::after {
  content: '>';
  position: absolute;
  right: 3rem;
  color: black;
  pointer-events: none;
  font-family: "ubuntu_titlingbold", sans-serif;
  color: #0099dd;
  transform: rotate(90deg); }

#modal_menu li.menu-item-has-children:hover > a::after,
#modal_menu li.menu-item-has-children:focus > a::after {
  color: #0099dd; }

#modal_menu li.menu-item-has-children > a {
  margin-right: 3rem;
  border-right: 1px solid #dadada; }

#modal_menu li.menu-item-has-children > ul {
  display: none; }

#modal_menu li.menu-item-has-children.show > ul {
  display: block; }

@media screen and (min-width: 800px) {
  #access .menu-main > li + li + li + li + li {
    display: none; } }
@media screen and (min-width: 661px) {
  #header .modal-menu-toggle.open {
    display: none; } }
@media screen and (max-width: 660px) {
  #access .menu-main {
    display: none !important; }

  #header #branding #access #dropdown-button {
    display: inline-block; } }
/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
/* #BANNER */
#banner.template-row {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: transparent; }

#banner.template-row.banner-yellow {
  background: -moz-linear-gradient(top, rgba(238, 34, 34, 0) 0%, rgba(238, 34, 34, 0) 33%, rgba(238, 34, 34, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(238, 34, 34, 0) 0%, rgba(238, 34, 34, 0) 33%, rgba(238, 34, 34, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(238, 34, 34, 0) 0%, rgba(238, 34, 34, 0) 33%, rgba(238, 34, 34, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #ffbb11; }

#banner.template-row.banner-green {
  background: -moz-linear-gradient(top, rgba(0, 153, 102, 0) 0%, rgba(0, 153, 102, 0) 33%, rgba(0, 153, 102, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 153, 102, 0) 0%, rgba(0, 153, 102, 0) 33%, rgba(0, 153, 102, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 153, 102, 0) 0%, rgba(0, 153, 102, 0) 33%, rgba(0, 153, 102, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #88cc44; }

#banner.template-row.banner-magenta {
  background: -moz-linear-gradient(top, rgba(153, 0, 102, 0) 0%, rgba(153, 0, 102, 0) 33%, rgba(153, 0, 102, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(153, 0, 102, 0) 0%, rgba(153, 0, 102, 0) 33%, rgba(153, 0, 102, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(153, 0, 102, 0) 0%, rgba(153, 0, 102, 0) 33%, rgba(153, 0, 102, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #ee0088; }

#header + #banner.template-row {
  padding-top: calc(3rem + 2rem); }

#banner .banner-image-area {
  background-size: auto 100% !important;
  background-position: 0 top;
  background-repeat: repeat-x;
  padding: 0; }

/* ANIMATED BANNER BG - START */
#banner .banner-image-area.scrolling-background {
  animation: mymove 1200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes mymove {
  from {
    background-position: 0 top; }

  to {
    background-position: 1000vw top; } }
/* ANIMATED BANNER BG - END */
#banner .banner-text-area {
  padding: 0; }

#banner .banner-text-area .banner-text-inner {
  padding: 30px 15%;
  text-align: center;
  font-size: 24px;
  color: #ffffff; }

#banner .banner-text-area .banner-text-inner a {
  color: inherit;
  font-family: "ubuntu_titlingbold", sans-serif; }

#banner .banner-text-area .banner-text-inner a:hover {
  border-bottom: 2px solid #ffffff; }

#banner .banner-text-area .banner-title {
  margin: 0.25rem 0;
  font-family: "ubuntu_titlingbold", sans-serif;
  font-size: 2rem;
  color: inherit; }

#banner .banner-text-area .banner-body {
  margin: 0.5rem 0;
  font-size: 1.5rem; }

#banner .banner-text-area .banner-body.banner-body-regular {
  font-size: 1rem; }

#banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

#banner.template-row.banner-bts {
  background: -moz-linear-gradient(top, rgba(0, 68, 136, 0) 0%, rgba(0, 68, 136, 0) 33%, rgba(0, 68, 136, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 68, 136, 0) 0%, rgba(0, 68, 136, 0) 33%, rgba(0, 68, 136, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 68, 136, 0) 0%, rgba(0, 68, 136, 0) 33%, rgba(0, 68, 136, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #0088cc; }

#banner.template-row.banner-bts .banner-background {
  background-image: url("data:image/png;base64,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");
  /*background-color: rgba(153, 221, 255, 0.25);
  background-color: #ffffff;*/
  background-repeat: repeat-x;
  background-position: center top; }

/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
/* -------	TABLE IN EIDTABLE CONTENT ---------- */
table {
  line-height: 125%;
  margin: 1rem 0;
  width: 100%;
  min-width: 300px;
  font-size: 0.875rem;
  text-align: left;
  border: 1px solid #999999; }

table caption {
  padding: 0.5rem;
  border-top: 1px solid #999999;
  color: #666e77; }

table tr {
  border-top: 0 none;
  padding: 0 10px; }

table th,
table td {
  padding: 0.5rem 5px;
  border-style: solid; }

table th {
  border-color: #999999;
  border-bottom-width: 1px;
  border-right-width: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #666e77; }

table thead th {
  vertical-align: bottom; }

table tbody tr:last-child th {
  border-bottom-width: 0; }

table td {
  border-color: #999999; }

table td + td {
  border-left-width: 1px; }

table tr + tr td {
  border-top-width: 1px; }

table.key td {
  text-align: center;
  width: 15%; }

table.key td + td {
  text-align: left;
  width: 85%; }

/* -------	FORM ELEMENTS GENERIC ---------- */
form {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #0099dd;
  background-color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-indent: 2px;
  font-size: 1rem;
  font-family: "open_sansregular", sans-serif; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #999999; }

input::placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

::-ms-input-placeholder {
  color: inherit; }

textarea {
  resize: none; }

label {
  font-size: 1.25rem; }

input[type="submit"],
input[type="button"] {
  border: 3px solid #000;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 50vh;
  -moz-border-radius: 50vh;
  border-radius: 50vh;
  text-indent: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "ubuntu_titlingbold", sans-serif;
  font-size: 1.25rem !important;
  font-weight: normal !important;
  text-decoration: none !important;
  color: #000;
  padding: 0.5em 1em;
  transition: padding 0.25s, background-color 0.25s;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  padding: 0.5em 1.33em;
  background-color: rgba(0, 0, 0, 0.125); }

form .incomplete label,
form .incomplete h2,
form .incomplete h3,
form .incomplete h4,
form .incomplete input,
form .incomplete textarea {
  color: #911; }

form .winnie {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

/* Contact Form */
.contact-form {
  margin: 1rem 0;
  overflow: hidden; }

.contact-form-sent {
  margin: 2rem;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  font-size: 1.25rem;
  padding: 1rem; }

.contact-form ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px 0 0; }

.contact-form ul li {
  margin: 0.5rem 0;
  padding: 0;
  border: 0 none !important;
  display: inline-block; }

.contact-form ul li.standard {
  width: 50%; }

.contact-form ul li.full-width {
  width: 100%; }

.contact-form ul li > div {
  margin-right: 20px; }

.contact-form h4 {
  margin: 0.5rem 0;
  color: inherit;
  font-size: 1rem;
  line-height: inherit; }

.contact-form label {
  margin-bottom: 10px; }

.contact-form p {
  margin: 0.5rem 0; }

.contact-form .check-list {
  margin: 0.5rem 0 0.5rem 0; }

.contact-form .check-list span {
  display: inline-block;
  margin: 0.25rem 20px 0.25rem 0; }

.contact-form .check-list span label {
  color: #666; }

.contact-form .check-list span:hover label,
.contact-form .check-list span:focus label,
.contact-form .check-list span input:checked + label {
  color: #333; }

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="number"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0 none;
  resize: none;
  background-color: transparent;
  text-indent: 0; }

.contact-form textarea {
  resize: vertical; }

.contact-form textarea {
  height: 9rem; }

.contact-form li div.input-area {
  border: 1px solid #ccccdd;
  background-color: #eeeeee;
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0.5rem 0; }

.contact-form li div.input-area:focus,
.contact-form li div.input-area:hover,
.contact-form li div.input-area:active {
  border-color: black; }

.contact-form li div.input-area {
  border-color: #0099dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.contact-form-sent {
  margin: 2rem 0;
  text-align: center;
  border-style: solid;
  border-color: #0099dd;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  padding: 1rem 1rem 1rem 3rem; }

.contact-form-sent .icon-medium {
  position: absolute;
  margin-left: -36px; }

/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
.svg-icon {
  padding: 0;
  max-width: 100%;
  display: block;
  margin: 0; }

.svg-icon svg {
  width: 64px;
  height: auto;
  display: block; }

.svg-icon svg * {
  fill: #fff; }

/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
body.side-column #wrapper #container #content {
  display: table;
  width: 100%; }

body.side-column #wrapper #container #content .left-side-column {
  padding-right: 20px; }

body.side-column #wrapper #container #content .right-side-column {
  width: 300px; }

body.side-column #wrapper #container #content .right-side-column {
  font-size: 13px; }

/* Side-column */
body.side-column .right-side-column ul.menu-blogposts {
  border-top: 1px dotted #ccccdd;
  margin-left: 0;
  list-style-type: none; }

body.side-column .right-side-column ul.menu-blogposts li {
  border-bottom: 1px dotted #ccccdd;
  padding-bottom: 0.5rem; }

/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
/*
.folio-grid > .folio-grid-item > .folio-grid-item-preview + .folio-grid-item-text
*/
.folio-grid {
  list-style: none;
  margin: 0;
  display: grid;
  padding: 0;
  margin: 0;
  text-align: center;
  grid-gap: 0 20px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

.folio-grid .folio-grid-item {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 0;
  /*
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
  border: 1px solid white;
  */
  overflow: hidden; }

.right-side-column .folio-grid {
  margin-top: -20px; }

.folio-grid .folio-grid-item .folio-grid-item-preview {
  max-height: 150px;
  overflow: hidden;
  border-bottom: 1px solid #999999;
  border-bottom: 0 none; }

.folio-grid .folio-grid-item .folio-grid-item-preview img {
  max-width: 100%;
  display: block; }

.folio-grid .folio-grid-item .folio-grid-item-text {
  padding: 1rem 0;
  font-size: 12px; }

.folio-grid .folio-grid-item .folio-grid-item-text h3 {
  margin: 0;
  color: #999999;
  color: #666e77;
  font-size: 1rem;
  line-height: 1.5rem; }

.folio-grid .folio-grid-item .folio-grid-item-text h3 .highlight {
  font-size: 1.125rem; }

.folio-grid .folio-grid-item .folio-grid-item-text h3 a {
  color: inherit; }

.folio-grid .folio-grid-item .folio-grid-item-text p {
  margin: 0.5rem 0 0 0; }

/* Blog Posts */
.folio-grid.blog-posts .folio-grid-item .folio-grid-item-text {
  text-align: left;
  font-size: 1.25rem;
  padding: 0.25rem 0; }

/* Folio List*/
.folio-list .folio-list-item {
  padding: 2rem 0; }

.folio-list .folio-list-item + .folio-list-item {
  border-top: 1px dotted #999999; }

.folio-list .folio-list-item h2:first-child,
.folio-list .folio-list-item h3:first-child {
  margin-top: 0; }

/* Services*/
.folio-grid.services .folio-grid-item .folio-grid-item-preview > a {
  display: block; }

.folio-grid.services .folio-grid-item .folio-grid-item-preview > a > div,
.folio-grid.services .folio-grid-item .folio-grid-item-preview > a > img,
.folio-grid.services .folio-grid-item .folio-grid-item-preview > a > svg {
  margin: 0 auto; }

.folio-grid.services .folio-grid-item .folio-grid-item-text {
  padding-top: 0;
  font-size: 14px; }

.folio-grid.services .folio-grid-item .folio-grid-item-text,
.folio-grid.services .folio-grid-item .folio-grid-item-text > * {
  text-align: center; }

.folio-grid.services .folio-grid-item .folio-grid-item-text h3 {
  font-family: "ubuntu_titlingbold", sans-serif;
  font-size: 1.25rem;
  color: #333c44;
  margin-bottom: 0.5rem; }

.folio-grid.services .folio-grid-item .folio-grid-item-text ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.folio-grid.services .folio-grid-item .folio-grid-item-text ul li {
  padding: 0.5rem 0;
  margin: 0;
  /*border-top: 1px solid #ccccdd;*/ }

/* -------- Banner Services -------- */
.folio-grid.banner-services.services {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 2rem 0; }

.folio-grid.banner-services.services .folio-grid-item {
  width: 30%;
  min-width: 150px;
  flex-shrink: 0;
  flex-grow: 0.25;
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: visible; }

.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-text,
.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-preview {
  margin: 0;
  padding: 0; }

.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-text h2,
.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-text h3,
.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-text p,
.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-text a {
  color: #fff; }

.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-text {
  margin-top: 1rem; }

.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-text > * {
  margin: 0;
  overflow: visible; }

.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-preview,
.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-preview .svg-icon {
  overflow: visible; }

.folio-grid.banner-services.services .folio-grid-item .svg-icon svg {
  transform: rotate(-15deg);
  transition: transform .7s ease-in-out; }

.folio-grid.banner-services.services .folio-grid-item:hover .svg-icon svg,
.folio-grid.banner-services.services .folio-grid-item:focus .svg-icon svg {
  transform: rotate(15deg); }

.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-text h2,
.folio-grid.banner-services.services .folio-grid-item .folio-grid-item-text h3 {
  font-style: oblique;
  font-size: 1.5rem; }

/* -------- Partners -------- */
.folio-grid.partners .folio-grid-item .folio-grid-item-text h3 {
  font-size: 1.25rem;
  color: #333c44; }

/* =Tablet AND Mobile Screen
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
  .folio-grid.services {
    display: block; } }
/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
/* #FOOTER
#footer.template-row > .template-grid-width > center
*/
#footer {
  color: #000;
  font-size: 0.75rem;
  background-color: inherit;
  line-height: 150%; }

#footer img {
  display: inline-block; }

#footer a {
  font-weight: bold; }

#footer .menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: inherit; }

#footer .menu li {
  display: inline-block;
  margin: 0 5px; }

#footer .logo img {
  max-width: 160px; }

#footer #social_footer_menu a .svg-icon {
  display: inline-block;
  margin: 0.5rem;
  background-color: #000;
  width: auto;
  vertical-align: center;
  padding: 0.25rem;
  -webkit-border-radius: 50vh;
  -moz-border-radius: 50vh;
  border-radius: 50vh;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); }

#footer #social_footer_menu a .svg-icon:hover,
#footer #social_footer_menu a .svg-icon:focus {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  transform: scale(1.1); }

#footer #social_footer_menu a svg {
  width: 28px;
  height: auto;
  margin: auto;
  display: block; }

#footer #social_footer_menu a svg * {
  fill: #fff; }

.body-dark #footer {
  color: #fff; }

.body-dark #footer #social_footer_menu a .svg-icon {
  background-color: rgba(255, 255, 255, 0.25); }

/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
.nft-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row; }

.nft-list .nft-list-single {
  max-width: 256px;
  flex-shrink: 2;
  flex-grow: 0;
  flex-wrap: wrap;
  margin: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #999999; }

.nft-list .nft-list-single .nft-list-details {
  text-align: left;
  padding: 0.5rem 1rem; }

.nft-list .nft-list-single .nft-list-details .table-cell {
  vertical-align: baseline; }

.nft-list .nft-list-single .nft-list-details .nft-list-title {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  text-align: center; }

.nft-list .nft-list-single .nft-list-details .nft-list-dataset {
  font-family: "open_sansregular", sans-serif;
  font-size: 0.7rem;
  line-height: 150%; }

.nft-list .nft-list-single .nft-list-details .nft-list-dataset .nft-list-datasetkey {
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #666;
  text-align: right;
  padding-right: 0.25rem; }

/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
/* Feature Images */
.feature-image-panels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row; }

.feature-image-panels .feature-image {
  margin: 40px 0 0 0;
  background-color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #999999;
  min-width: 240px;
  max-width: 480px;
  flex-shrink: 1;
  flex-grow: 1;
  flex-wrap: wrap;
  margin: 1rem; }

.feature-image-panels .feature-image .feature-image-details {
  padding: 0 1rem 2rem 1rem; }

.feature-image-panels .feature-image .feature-image-details > * {
  margin: 0.5rem 0; }

.feature-image-panels .feature-image p.intro {
  font-size: 100%; }

.feature-image-panels .feature-image .svg-icon {
  display: inline-block; }

.feature-image-panels .feature-image.feature-image-dark * {
  color: #fff; }

.feature-image-panels .feature-image .button {
  font-size: 87.5% !important; }

.feature-image-panels .feature-image.feature-image-dark .button {
  color: #fff;
  border-color: #fff; }

.feature-image-panels .feature-image.feature-image-dark .button:focus,
.feature-image-panels .feature-image.feature-image-dark .button:hover {
  background-color: rgba(255, 255, 255, 0.25); }

.feature-image-panels .feature-image .svg-icon svg * {
  fill: #000; }

.feature-image-panels .feature-image.feature-image-dark .svg-icon svg * {
  fill: #fff; }

/* -------	TEMPLATE ROWS AND CONTAINERS ---------- */
/* 
	#header.template-row > .template-grid-width
	#wrapper.template-row > .template-grid-width
	#footer.template-row > .template-grid-width
*/
.template-row {
  width: auto;
  margin: 0;
  position: relative;
  clear: both;
  padding: 20px; }

.template-grid-width {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both; }

.template-fluid-width {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both; }

/* #WRAPPER
#wrapper.template-row > #container.template-grid-width > #content
*/
#wrapper {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: transparent;
  overflow: visible; }

#header + #wrapper {
  padding-top: 200px; }

body.narrow #wrapper #container {
  max-width: 620px; }

/*
	Max Width for anything that is not a DIV or CENTER or IMG block
*/
body.full-width #wrapper #container :not(div):not(center):not(img) {
  max-width: 1080px; }

/* = Dark Mode
-------------------------------------------------------------- */
body.dark #header {
  background-color: #ffffff; }

body.dark #header #branding #access .menu li.current-page > a,
body.dark #header #branding #access .menu li a:focus,
body.dark #header #branding #access .menu li a:hover {
  color: #999999; }

body.dark #wrapper {
  background-color: transparent; }

body.dark,
body.dark h1,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark p {
  color: #ffffff; }

body.dark h2,
body.dark blockquote {
  color: #88cc44; }

/*
COLORS
	Green $ColorGreen
	Cyan $ColorCyan
	Blue $ColorBlue
	Yellow $ColorYellow
	Red $ColorRed
	Magenta #ee0088
	Dark Grey #333c44
	Mid Grey $ColorMid
	Light Grey $ColorLight
*/
/* = Desktop ONLY
-------------------------------------------------------------- */
/* = Desktop AND Tablet
-------------------------------------------------------------- */
/* =Tablet AND Mobile Screen
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
  body.side-column #wrapper #container #content {
    display: block;
    width: auto; }

  body.side-column #wrapper #container #content .left-side-column {
    padding-right: 0;
    display: block; }

  body.side-column #wrapper #container #content .right-side-column {
    width: auto;
    display: block;
    margin-top: 2rem; } }
/* =Tablet ONLY
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
  .template-row {
    padding-left: 40px;
    padding-right: 40px; }

  .template-grid-width {
    width: 100% !important;
    min-width: 300px; }

  #access ul > li + li + li + li + li {
    display: none; } }
/* =Mobile ONLY
-------------------------------------------------------------- */
@media screen and (max-width: 660px) {
  #header {
    padding-left: 1rem;
    padding-right: 1rem; }

  .folio-grid.feature-image-panels {
    display: block; }

  .folio-grid.feature-image-panels .feature-image {
    margin-left: auto;
    margin-right: auto; } }
/* =Small Screens
-------------------------------------------------------------- */
/* =Print Style
-------------------------------------------------------------- */
@media print {
  * {
    background: none !important;
    color: #333344 !important;
    border-color: #999 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; } }
