/*!
Theme Name: Academy 2020
Theme URI: dreamhost.com
Author: Ty Lampella
Author URI: https://www.dreamhost.com

*/


/*! Bootstrap v4.1.3 (https://getbootstrap.com/) Copyright 2011-2018 The Bootstrap Authors Copyright 2011-2018 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}

.dropdown {
  position: relative
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .15em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none !important
}

.dropdown-menu.show {
  display: block
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar>.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/proxima-nova/proximanova-light-webfont.eot?") format("eot"), url("fonts/proxima-nova/proximanova-light-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-light-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-light-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-light-webfont.svg#Proxima_Nova") format("svg")
}

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/proxima-nova/proximanova-lightitalic-webfont.eot?") format("eot"), url("fonts/proxima-nova/proximanova-lightitalic-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-lightitalic-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-lightitalic-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-lightitalic-webfont.svg#Proxima_Nova") format("svg")
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/proxima-nova/proximanova-reg-webfont.eot?") format("eot"), url("fonts/proxima-nova/proximanova-reg-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-reg-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-reg-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-reg-webfont.svg#Proxima_Nova") format("svg")
}

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: normal;
  src: url("fonts/proxima-nova/proximanova-regitalic-webfont.eot?") format("eot"), url("fonts/proxima-nova/proximanova-regitalic-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-regitalic-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-regitalic-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-regitalic-webfont.svg#Proxima_Nova") format("svg")
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/proxima-nova/proximanova-sbold-webfont.eot?") format("eot"), url("fonts/proxima-nova/proximanova-sbold-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-sbold-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-sbold-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-sbold-webfont.svg#Proxima_Nova") format("svg")
}

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/proxima-nova/proximanova-sbolditalic-webfont.eot?") format("eot"), url("fonts/proxima-nova/proximanova-sbolditalic-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-sbolditalic-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-sbolditalic-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-sbolditalic-webfont.svg#Proxima_Nova") format("svg")
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/proxima-nova/proximanova-bold-webfont.eot?") format("eot"), url("fonts/proxima-nova/proximanova-bold-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-bold-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-bold-webfont.svg#Proxima_Nova") format("svg")
}

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: bold;
  src: url("fonts/proxima-nova/proximanova-bolditalic-webfont.eot?") format("eot"), url("fonts/proxima-nova/proximanova-bolditalic-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-bolditalic-webfont.woff") format("woff"), url("fonts/proxima-nova/proximanova-bolditalic-webfont.ttf") format("truetype"), url("fonts/proxima-nova/proximanova-bolditalic-webfont.svg#Proxima_Nova") format("svg")
}

.hero:before {
  content: "";
  position: absolute
}

.h-bg-zoom__img,
.hero,
.hero__img,
.post-card__thumb__img,
.pagination-wrap .previouspostslink,
.pagination-wrap .nextpostslink,
.top-posts__item .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

body {
  font: 400 16px/1.5 "Proxima Nova", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

::-moz-selection {
  background-color: #222;
  color: #fff
}

::selection {
  background-color: #222;
  color: #fff
}

.page--inner__content {
  padding-top: 0;
  padding-bottom: 80px
}

.container {
  padding-left: 15px !important;
  padding-right: 15px !important
}

section {
  padding: 80px 0
}

section.no-results {
  padding: 160px 0 80px
}

section.no-results-404 {
  padding: 160px 0
}

img {
  max-width: 100%
}

.entry-meta {
  font-size: 14px;
  font-weight: 600;
  color: #677983;
  margin-bottom: 16px;
  text-transform: capitalize
}

.mb0 {
  margin-bottom: 0
}

.ml-auto {
  margin-left: auto
}

.bg-gray {
  background-color: #f4f6f9 !important
}

.c-brand {
  color: #0073ec !important
}

.h-bg-zoom {
  position: relative;
  display: block;
  overflow: hidden
}

.h-bg-zoom__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.h-bg-zoom:hover .h-bg-zoom__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 28px !important;
}

p {
  color: #434f58
}

h1,
h2.hero-title {
  font-size: 40px;
  line-height: 1.2
}

h2 {
  font-size: 32px
}

h3 {
  font-size: 24px;
  font-weight: 500
}

h4 {
  font-size: 20px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 13px;
  margin-bottom: 24px
}

p a:not(.btn) {
  color: #0073ec
}

.header {
  z-index: 3;
  background: #0050A3;
  padding: 30px 0;
}

.header .navbar-brand {
  padding: 0;
  width: 160px
}

.header .navbar-brand svg {
  width: 100%
}

.header .btn--outlined-li a,
.header .btn--brand-li a {
  padding: 0 !important;
  height: 32px;
  font-size: 14px !important;
  width: 96px;
  font-weight: 500 !important
}

.header .navbar {
  padding: 0
}

.header .nav-link {
  font-weight: 700;
  padding: 0;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  color: #e0e4e8
}

.header .nav-link:hover,
.header .nav-link.active {
  color: #0073ec
}

.header .nav-link:focus {
  color: #bababa
}

.header .dropdown.show .nav-link {
  color: #0073ec
}

.header .dropdown.show .dropdown-toggle:after {
  border-top-color: #0073ec
}

.header .dropdown.show .dropdown-toggle:before {
  top: 24px;
  z-index: 2
}

.header .dropdown.show .dropdown-toggle:after,
.header .dropdown.show .dropdown-toggle:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg)
}

.hero {
  position: relative;
  padding: 0;
  overflow: hidden
}

.hero:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(75deg, #0045a2 10%, #a644e5);
  z-index: 1
}

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(2px);
  filter: blur(2px)
}

.hero .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  padding-top: 74px;
  z-index: 1
}

.hero .hero-title {
  color: #fff;
  margin-bottom: 0;
  text-align: center
}

.footer {
  background: #071c26;
  
}

.footer * {
  color: #fff
}

.footer img {
    max-width: 200px;
}

.footer h6 {
  text-transform: uppercase;
  font-weight: 700
}

.footer__line {
  width: 24px;
  height: 4px;
  background: #0073ec;
  margin: 36px 0
}

.footer small {
  font-size: 14px;
  color: #e6e6e6
}

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

.footer ul a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.footer ul a:hover {
  color: #0073ec
}

.footer li:not(:last-of-type) {
  margin-bottom: 14px
}

.footer__top {
  border-bottom: 1px solid #f4f6f9
}

.footer__top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px
}

.footer__top h3 {
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 0 !important;
}

.footer__top .btn,
.footer__top .header .btn--outlined-li a,
.header .btn--outlined-li .footer__top a,
.footer__top .header .btn--brand-li a,
.header .btn--brand-li .footer__top a,
.footer__top .comments-area .comment-form .submit,
.comments-area .comment-form .footer__top .submit {
  width: 180px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  margin-left: 52px
}

.footer__soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.footer__soc a {
  display: inline-block;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.footer__soc a:not(:last-of-type) {
  margin-right: 22px
}

.footer__soc a:hover {
  opacity: .75
}

.footer__btm {
  max-width: 882px;
  margin: 0 auto;
  padding: 80px 15px
}

.footer__btm--left .row {
  margin: 0
}

.footer__btm--left [class*=col]:nth-child(-n+2) {
  margin-bottom: 60px
}

.footer__btm--right [class*=col]:first-of-type {
  margin-bottom: 86px
}

.footer__logo-btm {
  display: block;
  margin-bottom: 8px
}

.footer__top__right .open-newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.footer__top__right .newsletter-form {
  display: none
}

.footer__top__right.js-newsletterShown .open-newsletter-form {
  display: none
}

.footer__top__right.js-newsletterShown .newsletter-form {
  display: block
}

.footer__top__right.js-newsletterShown .newsletter-form input {
  color: #434f58
}

.categories-and-search-bar {
  background-color: #fff;
  border-bottom: 1px solid #e0e4e8;
  padding: 0
}

.categories-and-search-bar .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.categories-and-search-bar .navbar {
  padding: 0
}

.categories-and-search-bar .navbar-toggler {
  padding: 2px 8px
}

.bs4navbarCats .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: 0
}

.bs4navbarCats .navbar-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #677983
}

.bs4navbarCats .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.bs4navbarCats .menu-item:not(:last-of-type) {
  margin-right: 40px
}

.bs4navbarCats .menu-item.current-category-ancestor .nav-link,
.bs4navbarCats .menu-item.active .nav-link,
.bs4navbarCats .menu-item:hover .nav-link {
  border-color: #0073ec
}

.bs4navbarCats .dropdown-menu {
  top: 80%;
  padding: 5px 0
}

.bs4navbarCats .dropdown-item {
  padding: 8px 16px;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.bs4navbarCats .dropdown-item:hover,
.bs4navbarCats .dropdown-item.active {
  background-color: transparent;
  color: #0073ec
}

.grid-sizer,
.grid-item {
  width: calc((100% - 60px) / 3)
}

.grid-item {
  margin-bottom: 30px
}

.gutter-sizer {
  width: 30px
}

.posts-grid {
  opacity: 0
}

.last-updated-on {
  font-weight: 400;
  opacity: .7
}

.byline {
  font-weight: 600;
  color: #677983
}

.byline a {
  color: #0073ec
}

.byline i {
  text-transform: lowercase
}

.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s
}

.post-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 16px
}

.post-categories li {
  margin-right: 8px;
  margin-bottom: 8px
}

.post-categories a {
  display: block;
  padding: 8px 12px 5px;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #677983;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.post-categories a:hover {
  background: #0073ec
}

.archive-meta-header {
  padding: 30px 0 34px
}

.archive-meta-header p {
  font-weight: 600;
  color: #677983;
  margin-bottom: 0
}

.archive-meta-header h2 {
  color: #071c26;
  margin-bottom: 0
}

body.paged .page--inner__content {
  padding-top: 30px
}

.btn,
.header .btn--outlined-li a,
.header .btn--brand-li a,
.comments-area .comment-form .submit {
  padding: 17px 22px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  border-radius: 3px;
  letter-spacing: .8px;
  text-transform: capitalize;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.btn--brand,
.header .btn--brand-li a,
.comments-area .comment-form .submit {
  background: #0073ec;
  border: 0;
  color: #fff !important
}

.btn--brand:hover,
.header .btn--brand-li a:hover,
.comments-area .comment-form .submit:hover {
  background: #0067d3
}

.btn--brand-outline {
  background: #fff;
  border: 1px solid #0073ec;
  color: #0073ec
}

.btn--brand-outline:hover {
  background: #0073ec;
  color: #fff !important
}

.btn--outlined,
.header .btn--outlined-li a {
  border: 1px solid #fff
}

.btn--outlined:hover,
.header .btn--outlined-li a:hover {
  background-color: #fff;
  color: #0073ec
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.search-form label {
  margin: 0
}

.search-form [type="search"] {
  width: 320px;
  height: 40px;
  padding-left: 12px;
  border: 0
}

.search-form [type="submit"] {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  border: 0;
  border: 0;
  cursor: pointer;
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.search-form [type="submit"]:hover {
  opacity: .8
}

.newsletter-form input {
  height: 40px;
  width: 240px;
  padding: 0 15px;
  border-radius: 3px;
  border: 0
}

.newsletter-form [type="submit"] {
  margin-left: 15px
}

.post-card {
  border-radius: 3px;
  background-color: #fff;
  overflow: hidden
}

.post-card .last-updated-on+.byline {
  display: block
}

.post-card__thumb {
  position: relative;
  height: 0;
  padding-bottom: 48.57142857142857%;
  background-color: #e0e4e8
}

.post-card__thumb__img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.post-card__txt {
  padding: 22px 24px 16px;
  border: 1px solid #e0e4e8;
  border-top-color: transparent;
  border-radius: 0 0 3px 3px
}

.post-card__title {
  line-height: 1.4;
  margin: 0 0 18px
}

.post-card__title a {
  font-size: 20px;
  font-weight: 400;
  color: #071c26;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  text-decoration: none
}

.post-card__title a:hover {
  color: #0073ec
}

.post-card__excerpt {
  line-height: 1.5
}

.sec-featured {
  padding: 30px 0
}

.featured-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  height: 100%;
  border-radius: 3px;
  background-color: #e0e4e8
}

.featured-post__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.featured-post__txt {
  position: relative;
  background-color: #fff;
  width: 80%;
  padding: 46px 32px 48px 43px;
  border-left: 3px solid #0073ec;
  border-radius: 0 3px 3px 0
}

.featured-post__txt h2 {
  line-height: 1.25;
  margin-bottom: 18px
}

.featured-post__txt h2 a {
  color: #071c26;
  text-decoration: none;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.featured-post__txt h2 a:hover {
  color: #0073ec
}

.featured-post__txt p:last-of-type {
  margin-bottom: 0
}

.wp-pagenavi {
  clear: both
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #000
}

.wp-pagenavi span.current {
  font-weight: bold
}

.pagination-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination-wrap .wp-pagenavi {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.pagination-wrap .pages,
.pagination-wrap .last,
.pagination-wrap .first {
  display: none
}

.pagination-wrap .page,
.pagination-wrap span {
  border: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #afbfc9;
  text-decoration: none;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.pagination-wrap .page:hover,
.pagination-wrap .current {
  color: #434f58
}

.pagination-wrap .previouspostslink,
.pagination-wrap .nextpostslink {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border-color: #071c26;
  font-size: 0;
  background-size: 8px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url("data:image/svg+xml,%3Csvg width='8px' height='12px' viewBox='0 0 8 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpolygon fill='%23071c26' transform='translate(4.000000, 6.000000) rotate(-90.000000) translate(-4.000000, -6.000000) ' points='0.437894737 2 4 5.84561404 7.56210526 2 9.14285714 4.45614035 4 10 -1.14285714 4.45614035'%3E%3C/polygon%3E%3C/svg%3E");
  opacity: .3;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.pagination-wrap .previouspostslink:hover,
.pagination-wrap .nextpostslink:hover {
  opacity: 1
}

.pagination-wrap .previouspostslink {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.search-form-wrap {
  position: relative
}

.search-form-toggle {
  display: none
}

.search-form input:focus {
  outline-color: rgba(0, 115, 236, 0.5)
}

.comments-area {
  background-color: #f4f6f9;
  border: 1px solid #e0e4e8;
  border-radius: 3px;
  margin-top: 48px;
  padding: 24px 24px 32px
}

.comments-area .comment {
  padding: 40px 0 50px;
  border-bottom: 1px solid #e0e4e8
}

.comments-area .comment .children {
  list-style: none
}

.comments-area .comment .children li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0
}

.comments-area .comment-author .fn {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #434f58;
  text-transform: capitalize
}

.comments-area .comment-metadata time {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #677983
}

.comments-area .comment-metadata .edit-link {
  display: none
}

.comments-area .comment-notes {
  display: none
}

.comments-area .comment-reply-title {
  margin-bottom: 24px
}

.comments-area .comment-form label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: normal
}

.comments-area .comment-form label .required {
  display: none
}

.comments-area .comment-form textarea {
  width: 100%;
  min-height: 105px;
  resize: vertical
}

.comments-area .comment-form textarea,
.comments-area .comment-form input {
  border: 1px solid #e0e4e8;
  border-radius: 3px;
  padding: 16px
}

.comments-area .comment-form textarea:focus,
.comments-area .comment-form input:focus {
  outline-color: #0073ec
}

.comments-area .comment-form input {
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #434f58
}

.comments-area .comment-form-comment {
  margin-bottom: 20px
}

.comments-area .comment-form-url {
  display: none
}

.comments-area .comment-form-author {
  margin-right: 20px
}

.comments-area .comment-form-author,
.comments-area .comment-form-email {
  display: inline-block;
  width: calc((100% - 25px) / 2)
}

.comments-area .comment-form .submit {
  width: 240px;
  margin-top: 20px
}

.comments-area .comment-reply-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #0073ec
}

.comments-title {
  border-bottom: 1px solid #e0e4e8;
  margin-bottom: 0;
  padding-bottom: 22px
}

.comment-list {
  list-style: none;
  padding-left: 0
}

.says {
  display: none
}

.avatar {
  border-radius: 3px;
  margin-right: 24px
}

.comment-metadata {
  margin-top: -22px;
  margin-left: 84px
}

.comment-content {
  margin-left: 84px;
  margin-top: 15px
}

.reply {
  margin-left: 84px
}

.about-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
  padding: 26px 0;
  margin-top: 64px;
  border-top: 2px solid #e0e4e8;
  border-bottom: 2px solid #e0e4e8
}

.about-author img {
  margin-right: 22px;
  margin-left: 10px
}

.about-author__descr {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.43;
  max-width: 350px
}

.cta-block {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e0e4e8;
  text-align: center;
  padding: 36px;
  min-height: 300px;
}

.cta-block .btn,
.cta-block .header .btn--outlined-li a,
.header .btn--outlined-li .cta-block a,
.cta-block .header .btn--brand-li a,
.header .btn--brand-li .cta-block a,
.cta-block .comments-area .comment-form .submit,
.comments-area .comment-form .cta-block .submit {
  width: 100%
}

.cta-block--v1 h4 {
  margin-bottom: 10px !important
}

.cta-block--v1 span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #434f58
}

.cta-block--v1 img {
  margin-bottom: 6px;
  max-height: 31px
}

.cta-block--v1 .btn,
.cta-block--v1 .header .btn--outlined-li a,
.header .btn--outlined-li .cta-block--v1 a,
.cta-block--v1 .header .btn--brand-li a,
.header .btn--brand-li .cta-block--v1 a,
.cta-block--v1 .comments-area .comment-form .submit,
.comments-area .comment-form .cta-block--v1 .submit {
  margin-top: 15px
}

.cta-block--v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.cta-block--v2 h4 {
  margin-bottom: 20px !important
}

.cta-block--v2 .btn,
.cta-block--v2 .header .btn--outlined-li a,
.header .btn--outlined-li .cta-block--v2 a,
.cta-block--v2 .header .btn--brand-li a,
.header .btn--brand-li .cta-block--v2 a,
.cta-block--v2 .comments-area .comment-form .submit,
.comments-area .comment-form .cta-block--v2 .submit {
  height: 40px;
  padding: 0 22px
}

.cta-block h4 {
  font-weight: normal;
  line-height: 1.6;
  color: #071c26
}

.cta-block--wide {
  position: relative;
  padding: 60px 78px;
  border-radius: 8px;
  background-color: #ebf5fe;
  text-align: left !important
}

.cta-block--wide__txt {
  max-width: calc(100% - 300px)
}

.cta-block--wide h2 {
  margin-bottom: 14px !important;
  font-weight: 400 !important;
  line-height: 35px;
}

.cta-block--wide h4 {
  margin-bottom: 2px
}

.cta-block--wide h4 a {
  font-weight: 600;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.cta-block--wide p {
  margin-bottom: 38px;
  line-height: 1.5
}

.cta-block--wide span {
  text-transform: uppercase;
  font-size: 14px;
  color: #212121
}

.cta-block--wide .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.cta-block--wide .btn,
.cta-block--wide .header .btn--outlined-li a,
.header .btn--outlined-li .cta-block--wide a,
.cta-block--wide .header .btn--brand-li a,
.header .btn--brand-li .cta-block--wide a,
.cta-block--wide .comments-area .comment-form .submit,
.comments-area .comment-form .cta-block--wide .submit {
  width: 240px;
  height: 48px;
  margin-right: 33px;
  letter-spacing: .8px;
  font-size: 16px
}

.cta-block--wide img {
  position: absolute;
  top: 50%;
  right: 220px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  max-width: 180px
}

.post-card--cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #e0e4e8;
  padding: 40px
}

.post-card--cta img {
  margin-bottom: 20px;
  max-width: 180px
}

.post-card--cta .btn,
.post-card--cta .header .btn--outlined-li a,
.header .btn--outlined-li .post-card--cta a,
.post-card--cta .header .btn--brand-li a,
.header .btn--brand-li .post-card--cta a,
.post-card--cta .comments-area .comment-form .submit,
.comments-area .comment-form .post-card--cta .submit {
  width: 100%
}

.cta-aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cta-aside .cta-block:first-of-type {
  margin-bottom: 30px
}

.cta-block--wide--single {
  margin: 30px 0
}

.cta-block--wide--single .cta-block--wide__txt {
  max-width: 370px
}

.cta-block--wide--single p {
  margin-bottom: 18px
}

.cta-block--wide--single img {
  float: none !important;
  margin: 0 !important;
  right: 160px;
  height: auto
}

.top-posts {
  background: #fff;
  padding-bottom: 0
}

.top-posts h2 {
  text-align: center;
  margin-bottom: 66px
}

.top-posts [class*=col] {
  margin-bottom: 18px
}

.top-posts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none !important
}

.top-posts__item .img {
  background-color: #e0e4e8;
  width: 56px;
  height: 56px;
  border-radius: 3px;
  margin-right: 16px
}

.top-posts__item:hover {
  border: 1px solid #e0e4e8
}

.top-posts__item:hover h5 {
  color: #0073ec
}

.top-posts__item h5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #071c26;
  margin-bottom: 0;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  max-height: 3em;
  overflow: hidden
}

body.home .sec-cta--wide {
  padding-top: 56px;
  background-color: #fff
}

body.single {
  background: #fff
}

.entry-meta--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 26px
}

.entry-meta--single .byline a {
  color: #677983
}

.entry-meta--single .post-categories {
  margin-top: 0
}

.entry-meta--single .post-categories li {
  margin-bottom: 6px
}

.entry-meta--single .post-categories li:last-of-type {
  margin-right: 20px
}

.entry-meta--single .posted-on {
  margin-right: 4px
}

.entry-meta__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 29px
}

.entry-title--single {
  margin-bottom: 24px
}

.post_thumb--single {
  max-width: 100%;
  border-radius: 3px
}

.container--blog--single {
  padding: 30px 15px 80px
}

.content--single h2,
.content--single h3,
.content--single h4,
.content--single h5,
.content--single h6 {
  text-transform: none;
  margin-bottom: 28px
}

.content--single h5 {
  font-size: 18px
}

.content--single h6 {
  font-size: 16px
}

.content--single p {
  margin-bottom: 20px
}

.content--single>p:first-child:first-letter {
  float: left;
  font-size: 3.2em;
  line-height: .9;
  margin-right: 4px
}

.content--single ul,
.content--single ol {
  margin-bottom: 30px;
  padding-left: 16px
}

.content--single ol {
  padding-left: 32px
}

.content--single ol li {
  padding-left: 10px
}

.content--single ol li:not(:last-of-type) {
  margin-bottom: 14px
}

.content--single img {
  margin-bottom: 20px;
  border-radius: 3px;
  max-width: 100%;
  height: auto
}

.content--single img.aligncenter,
.content--single img.alignleft,
.content--single img.alignright {
  max-width: 100%
}

.content--single img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.content--single img.alignleft {
  float: left;
  margin-right: 30px
}

.content--single img.alignright {
  float: right;
  margin-left: 30px
}

.content--single blockquote {
  font-size: 24px;
  line-height: 1.33;
  color: #071c26;
  padding: 5px 0 5px 24px;
  border-left: 2px solid #0073ec;
  margin: 40px 0
}

.content--single blockquote p {
  margin-bottom: 0
}

.content--single blockquote p:before {
  content: ''
}

.content--single blockquote p:after {
  content: ''
}

.content--single figure {
  max-width: 100%;
  margin-bottom: 30px
}

.content--single figure img {
  height: auto;
  margin-bottom: 0 !important;
  border-radius: 3px 3px 0 0
}

.content--single figure figcaption {
  font-size: 14px;
  font-weight: 500;
  background-color: #f4f6f9;
  border-radius: 0 0 3px 3px;
  border: 1px solid #e0e4e8;
  border-top: 0;
  padding: 10px 12px
}

.single-related {
  font-family: "Proxima Nova", sans-serif;
  color: #677983;
  margin: 40px 0 60px;
  border-top: 1px solid #e0e4e8;
  border-bottom: 1px solid #e0e4e8;
  padding: 30px 0;
  margin-bottom: 0
}

.single-related a {
  color: #0073ec;
  text-decoration: none;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.single-related a:hover {
  color: #071c26
}

.soc-share {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  border: 1px solid #e0e4e8;
  border-radius: 3px;
  background-color: #f4f6f9
}

.soc-share--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px
}

.soc-share--item svg {
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.soc-share--item:hover svg {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09)
}

.related-posts-wrapper {
  padding: 40px 0;
  border-top: 1px solid #e0e4e8;
  border-bottom: 1px solid #e0e4e8
}

.related-posts-wrapper .related-posts {
  padding: 0;
  margin: 0;
  list-style: none
}

.related-posts-wrapper .related-posts li:not(:last-of-type) {
  margin-bottom: 16px
}

.related-posts-wrapper h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px
}

.related-posts-wrapper a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0073ec;
  letter-spacing: 1px;
  -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.related-posts-wrapper a:hover {
  text-decoration: none;
  color: rgba(0, 115, 236, 0.8)
}

@media screen and (prefers-reduced-motion:reduce) {
  .fade {
    -webkit-transition: none;
    transition: none
  }
  .collapsing {
    -webkit-transition: none;
    transition: none
  }
}

@media(min-width:576px) {
  .container {
    max-width: 540px
  }
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media(min-width:576px) and (max-width:767px) {
  .cta-block--wide--single img {
    right: calc((100% - 330px) / 2);
    max-width: 140px
  }
}

@media(min-width:768px) and (max-width:1273px) {
  .container--blog--single {
    padding-left: 65px !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .header .navbar-collapse {
    top: 36px
  }
}

@media(min-width:768px) {
  .container {
    max-width: 720px
  }
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media(min-width:992px) and (max-width:1012px) {
  .header .navbar-brand {
    width: 180px
  }
}

@media(min-width:992px) {
  .container {
    max-width: 960px
  }
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
  .navbar-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .navbar-nav .dropdown-menu {
    top: calc(10px + 100%)
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .header {
    padding-top: 16px;
    margin-bottom: -57px
  }
  .header .container {
    max-width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important
  }
  .header .menu-item:not(:last-of-type) {
    margin-right: 16px !important
  }
  .header .nav-link {
    font-size: 14px
  }
  .hero .container {
    padding-top: 50px
  }
  .cta-block--wide--single {
    padding: 50px 40px
  }
  .cta-block--wide--single .cta-block--wide__txt {
    max-width: 330px
  }
  .cta-block--wide--single .cta-block--wide__txt h2 {
    font-size: 28px
  }
  .cta-block--wide--single img {
    right: 110px;
    max-width: 150px !important
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1140px
  }
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
  }
  .header .btn--outlined-li {
    margin-left: 12px;
    margin-right: 22px
  }
  .header .navbar-expand-lg .navbar-nav .menu-item:not([class^=btn]) {
    margin-right: 34px
  }
}

@media(min-width:1200px) and (max-width:1272px) {
  .cta-block--wide--single {
    padding: 50px 60px
  }
  .cta-block--wide--single img {
    right: 150px;
    max-width: 180px
  }
}

@media(min-width:1788px) {
  .container {
    width: 1170px;
    max-width: none
  }
  .container--blog {
    width: 1600px
  }
}

@media(max-width:1199.98px) {
  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media(max-width:1199px) {
  .search-form .search-field {
    width: 160px
  }
}

@media(max-width:991.98px) {
  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media(max-width:991px) {
  section {
    padding: 70px 0
  }
  .page--inner__content {
    padding-bottom: 70px
  }
  .header {
    margin-bottom: 0;
    padding-top: 0;
    background-color: #071c26
  }
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
  .header .navbar {
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .header .navbar-nav {
    margin-bottom: 0
  }
  .header .nav-link {
    padding: 6px 0;
    color: rgba(0, 0, 0, 0.6)
  }
  .header .navbar-collapse {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1)
  }
  .header .navbar-collapse:before {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: -1;
    -webkit-transition: 0;
    transition: 0
  }
  .header .navbar-collapse.show:before {
    display: block
  }
  .header .navbar-nav {
    position: relative;
    background: #fff
  }
  .header .dropdown-menu {
    border: 0;
    margin-top: 0;
    padding-top: 0
  }
  .header .dropdown-item {
    padding: 6px 0
  }
  .header .navbar-toggler {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 15px;
    height: 36px;
    border: 0
  }
  .header .navbar-toggler:focus {
    outline: 0
  }
  .header .navbar-toggler .span-icon {
    position: relative;
    display: block;
    height: 2px;
    width: 24px;
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
  }
  .header .navbar-toggler .span-icon:before,
  .header .navbar-toggler .span-icon:after {
    position: absolute;
    content: '';
    height: 2px;
    background: #e0e4e8;
    top: 0
  }
  .header .navbar-toggler .span-icon:after {
    right: 0;
    width: 100%
  }
  .header .navbar-toggler:not(.collapsed) .span-icon {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
  }
  .header .navbar-toggler:not(.collapsed) .span-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0)
  }
  .header .navbar-toggler:not(.collapsed) .span-icon:nth-child(2) {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
  }
  .header .navbar-toggler:not(.collapsed) .span-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(1px);
    -ms-transform: rotate(-45deg) translateY(1px);
    transform: rotate(-45deg) translateY(1px)
  }
  .header [class*=btn] a {
    width: 100%;
    height: 40px;
    border: 1px solid #0073ec !important
  }
  .header .btn--outlined-li {
    padding-top: 0 !important
  }
  .header .btn--outlined-li a {
    color: #0073ec !important
  }
  .header .btn--brand-li {
    margin-bottom: 10px
  }
  .header .menu-item:not(:nth-last-of-type(-n+3)) {
    border-bottom: 1px solid #f5f4f4
  }
  .header .container {
    max-width: 100%
  }
  .header .navbar-nav {
    padding: 0 15px
  }
  .header .menu-item {
    margin-right: 0 !important;
    text-align: center;
    padding: 6px 0
  }
  .header .dropdown-menu {
    margin-top: 5px;
    position: relative !important;
    border-radius: 0
  }
  .header .dropdown-item {
    text-align: center
  }
  .hero .container {
    position: relative;
    height: 250px;
    padding-top: 0
  }
  .hero .hero-title {
    font-size: 34px
  }
  .footer__top {
    padding: 30px 0
  }
  .footer__top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .footer__top svg {
    margin-bottom: 20px
  }
  .grid-sizer,
  .grid-item {
    width: calc((100% - 30px) / 2)
  }
  .sec-featured .row [class*=col]:first-of-type {
    margin-bottom: 30px
  }
  .featured-post {
    height: 420px
  }
  .pagination-wrap .wp-pagenavi {
    margin-top: 24px
  }
  .search-form-wrap .search-form {
    position: absolute;
    right: 0;
    top: 100%;
    border: 1px solid #e0e4e8 !important;
    z-index: 1;
    background: #fff;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
  }
  .search-form-wrap .search-form-toggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45px;
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
  }
  .search-form-wrap .search-form-toggle .search-close,
  .search-form-wrap .search-form-toggle .search-open {
    display: block
  }
  .search-form-wrap .search-form-toggle .search-close {
    width: 18px;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0
  }
  .search-form-wrap .search-form-toggle .search-open {
    width: 20px;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    opacity: 1;
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
  }
  .search-form-wrap .search-form-toggle svg {
    width: 100%;
    height: 22px
  }
  .search-form-wrap .search-form-toggle:hover {
    opacity: .8
  }
  .search-form-wrap.js-isOpen .search-form-toggle .search-open {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0
  }
  .search-form-wrap.js-isOpen .search-form-toggle .search-close {
    -webkit-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    transform: translateX(-16px);
    opacity: 1
  }
  .search-form-wrap.js-isOpen .search-form {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
  }
  .cta-aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .cta-aside .cta-block:first-of-type {
    margin-bottom: 0;
    margin-right: 30px
  }
  .cta-aside .cta-block {
    width: 50%
  }
  .cta-block--wide {
    padding: 50px
  }
  .cta-block--wide__txt {
    max-width: calc(100% - 190px)
  }
  .cta-block--wide img {
    right: 130px;
    max-width: 160px
  }
  .cta-block--wide p {
    margin-bottom: 30px
  }
  .cta-block--wide .btn-wrap {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .cta-block--wide .btn-wrap .phone-no {
    margin-bottom: 20px
  }
  .cta-block--wide--single img {
    right: 120px;
    max-width: 160px !important
  }
  .post_thumb--single {
    margin-bottom: 50px
  }
  .related-posts-wrapper {
    border: 0;
    padding-bottom: 0
  }
}

@media(max-width:767.98px) {
  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media(max-width:767px) {
  .container {
    max-width: 100%
  }
  section {
    padding: 60px 0
  }
  .page--inner__content {
    padding-bottom: 60px
  }
  h1 {
    font-size: 32px
  }
  h2 {
    font-size: 28px
  }
  h4 {
    font-size: 18px
  }
  p {
    font-size: 15px
  }
  .header .navbar-brand {
    padding-top: 6px
  }
  .hero .container {
    height: 190px
  }
  .footer ul a {
    font-size: 15px
  }
  .footer__top {
    text-align: center
  }
  .footer__btm {
    text-align: center;
    padding: 70px 15px
  }
  .footer__btm--left {
    margin-bottom: 60px
  }
  .footer__btm--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .footer__btm--right [class*=col]:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .container {
    position: relative;
    padding: 6px 15px
  }
  .container .categories {
    position: absolute;
    width: 211px;
    top: 14px;
    left: 0;
    background: #fff
  }
  .bs4navbarCats {
    margin-top: 8px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1)
  }
  .bs4navbarCats .navbar-nav {
    padding: 15px
  }
  .bs4navbarCats .navbar-nav a:hover,
  .bs4navbarCats .navbar-nav a.active {
    color: #0073ec
  }
  .bs4navbarCats .nav-link {
    height: auto;
    padding: 10px 0;
    border: 0
  }
  .bs4navbarCats .nav-link:not(:last-of-type) {
    margin-right: 0
  }
  .bs4navbarCats .menu-item:not(:last-of-type) {
    margin-right: 0
  }
  .categories-and-search-bar {
    position: relative;
    z-index: 1
  }
  .categories-and-search-bar .navbar-toggler {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    margin-left: 15px;
    height: 36px;
    border: 0
  }
  .categories-and-search-bar .navbar-toggler:focus {
    outline: 0
  }
  .categories-and-search-bar .navbar-toggler .span-icon {
    position: relative;
    display: block;
    height: 2px;
    width: 24px;
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
  }
  .categories-and-search-bar .navbar-toggler .span-icon:before,
  .categories-and-search-bar .navbar-toggler .span-icon:after {
    position: absolute;
    content: '';
    height: 2px;
    background: #434f58;
    top: 0
  }
  .categories-and-search-bar .navbar-toggler .span-icon:before {
    left: 0;
    width: 2px
  }
  .categories-and-search-bar .navbar-toggler .span-icon:after {
    right: 0;
    width: calc(100% - 4px)
  }
  .categories-and-search-bar .navbar-toggler:not(.collapsed) .span-icon {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
  }
  .categories-and-search-bar .navbar-toggler:not(.collapsed) .span-icon:nth-child(2) {
    opacity: 0
  }
  .categories-and-search-bar .navbar-toggler:not(.collapsed) .span-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0)
  }
  .categories-and-search-bar .navbar-toggler:not(.collapsed) .span-icon:nth-child(1):before {
    opacity: 0
  }
  .categories-and-search-bar .navbar-toggler:not(.collapsed) .span-icon:nth-child(1):after {
    width: 100%
  }
  .categories-and-search-bar .navbar-toggler:not(.collapsed) .span-icon:nth-child(2) {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
  }
  .categories-and-search-bar .navbar-toggler:not(.collapsed) .span-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(1px);
    -ms-transform: rotate(-45deg) translateY(1px);
    transform: rotate(-45deg) translateY(1px)
  }
  .categories-and-search-bar .navbar-toggler:not(.collapsed) .span-icon:nth-child(3):before {
    opacity: 0
  }
  .categories-and-search-bar .navbar-toggler:not(.collapsed) .span-icon:nth-child(3):after {
    width: 100%
  }
  .grid-sizer,
  .grid-item {
    width: calc((100% - 15px) / 2)
  }
  .grid-item {
    margin-bottom: 15px
  }
  .gutter-sizer {
    width: 15px
  }
  .sec-featured {
    padding: 15px 0
  }
  .sec-featured .row [class*=col]:first-of-type {
    margin-bottom: 15px
  }
  .search-form-wrap {
    margin-left: auto
  }
  .search-form-wrap .search-form {
    top: 4px;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0)
  }
  .search-form-wrap .search-field {
    width: 180px
  }
  .search-form-wrap .search-form-toggle {
    width: 36px
  }
  .search-form-wrap.js-isOpen .search-form {
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0)
  }
  .about-author {
    margin-top: 50px
  }
  .cta-aside .cta-block {
    padding: 30px
  }
  .cta-aside .cta-block:first-of-type {
    margin-right: 15px
  }
  .cta-block--wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .cta-block--wide__txt {
    max-width: 100%;
    text-align: center
  }
  .cta-block--wide img {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
    margin-bottom: 20px
  }
  .cta-block--wide .btn-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .cta-block--wide .btn-wrap .btn,
  .cta-block--wide .btn-wrap .header .btn--outlined-li a,
  .header .btn--outlined-li .cta-block--wide .btn-wrap a,
  .cta-block--wide .btn-wrap .header .btn--brand-li a,
  .header .btn--brand-li .cta-block--wide .btn-wrap a,
  .cta-block--wide .btn-wrap .comments-area .comment-form .submit,
  .comments-area .comment-form .cta-block--wide .btn-wrap .submit {
    margin: 0
  }
  .cta-block--wide--single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 30px
  }
  .cta-block--wide--single img {
    position: absolute;
    top: 50%;
    right: 30px !important;
    left: auto !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .cta-block--wide--single .cta-block--wide__txt {
    max-width: calc(100% - 210px);
    text-align: left
  }
  .cta-block--wide--single .btn-wrap {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
  }
  .post-card--cta {
    padding: 30px
  }
  .top-posts .row {
    margin-bottom: -18px
  }
  .entry-meta--single {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
  }
  .entry-meta--single .post-categories {
    max-width: 100%;
    margin-bottom: 5px
  }
  .entry-meta--single .post-categories li {
    margin-bottom: 10px
  }
  .soc-share {
    position: fixed;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 200px;
    top: auto;
    z-index: 1;
    -webkit-transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all .2s cubic-bezier(0.65, 0.05, 0.36, 1)
  }
  .soc-share a {
    height: 40px
  }
  .soc-share.jsIsBottom {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  .post_thumb--single {
    margin-bottom: 40px
  }
  .content--single h2,
  .content--single h3,
  .content--single h4,
  .content--single h5,
  .content--single h6 {
    margin-bottom: 24px
  }
  .content--single p {
    margin-bottom: 17px
  }
  .content--single blockquote {
    margin: 35px 0
  }
  .content--single ul,
  .content--single ol {
    margin-bottom: 20px
  }
  .content--single ul li,
  .content--single ol li {
    font-size: 14px
  }
  .content--single ul li:not(:last-of-type),
  .content--single ol li:not(:last-of-type) {
    margin-bottom: 6px
  }
}

@media(max-width:642px) {
  .footer__top .open-newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .footer__top .open-newsletter-form .btn,
  .footer__top .open-newsletter-form .header .btn--outlined-li a,
  .header .btn--outlined-li .footer__top .open-newsletter-form a,
  .footer__top .open-newsletter-form .header .btn--brand-li a,
  .header .btn--brand-li .footer__top .open-newsletter-form a,
  .footer__top .open-newsletter-form .comments-area .comment-form .submit,
  .comments-area .comment-form .footer__top .open-newsletter-form .submit {
    margin-left: 0
  }
  .footer__top .newsletter-form input {
    display: block;
    width: 180px
  }
  .footer__top .newsletter-form .btn,
  .footer__top .newsletter-form .header .btn--outlined-li a,
  .header .btn--outlined-li .footer__top .newsletter-form a,
  .footer__top .newsletter-form .header .btn--brand-li a,
  .header .btn--brand-li .footer__top .newsletter-form a,
  .footer__top .newsletter-form .comments-area .comment-form .submit,
  .comments-area .comment-form .footer__top .newsletter-form .submit {
    margin-top: 10px;
    margin-left: 0
  }
  .footer__top h3 {
    margin-bottom: 20px
  }
}

@media(max-width:640px) {
  .grid-sizer,
  .grid-item {
    width: 100%
  }
}

@media(max-width:575.98px) {
  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media(max-width:575px) {
  h1 {
    font-size: 30px
  }
  h2 {
    font-size: 26px
  }
  h4 {
    font-size: 17px
  }
  p {
    font-size: 14px
  }
  .footer ul a {
    font-size: 14px
  }
  .footer__top h3 {
    font-size: 20px
  }
  .footer__btm {
    padding: 60px 15px
  }
  .footer__btm--left [class*=col]:nth-child(n+4) {
    margin-top: 45px
  }
  .footer__btm--right {
    display: block
  }
  .post-categories li a {
    font-size: 9px;
    padding: 7px 12px 5px
  }
  .post-card__txt {
    padding: 17px 15px 12px 15px
  }
  .post-card__txt .post-card__title a {
    font-size: 18px
  }
  .featured-post {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .featured-post__txt {
    width: calc(100% - 30px);
    padding: 30px
  }
  .comments-area {
    padding: 20px
  }
  .comments-area .comment-form-author,
  .comments-area .comment-form-email {
    display: block;
    width: 100%
  }
  .comments-area .submit {
    width: 100% !important
  }
  .comments-area .comments-title {
    padding-bottom: 18px;
    font-size: 22px
  }
  .comments-area .comment {
    padding: 25px 0
  }
  .comments-area .comment-author .fn {
    font-size: 18px
  }
  .comments-area .comment-content {
    margin-top: 8px
  }
  .comments-area .comment-content p {
    margin-bottom: 5px
  }
  .comments-area .avatar {
    margin-right: 15px
  }
  .comments-area .comment-metadata,
  .comments-area .comment-content,
  .comments-area .reply {
    margin-left: 75px
  }
  .comments-area .children {
    padding-left: 16px
  }
  .about-author {
    padding: 20px 0;
    margin-top: 40px
  }
  .about-author .byline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .about-author__descr {
    line-height: 1.3
  }
  .cta-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .cta-aside .cta-block:first-of-type {
    margin-bottom: 15px;
    margin-right: 0
  }
  .cta-aside .cta-block {
    width: 100%
  }
  .cta-block--wide {
    padding: 30px 15px
  }
  .cta-block--wide .btn,
  .cta-block--wide .header .btn--outlined-li a,
  .header .btn--outlined-li .cta-block--wide a,
  .cta-block--wide .header .btn--brand-li a,
  .header .btn--brand-li .cta-block--wide a,
  .cta-block--wide .comments-area .comment-form .submit,
  .comments-area .comment-form .cta-block--wide .submit {
    width: 100%
  }
  .cta-block--wide--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .cta-block--wide--single .cta-block--wide__txt {
    max-width: 100%;
    text-align: center
  }
  .cta-block--wide--single .btn,
  .cta-block--wide--single .header .btn--outlined-li a,
  .header .btn--outlined-li .cta-block--wide--single a,
  .cta-block--wide--single .header .btn--brand-li a,
  .header .btn--brand-li .cta-block--wide--single a,
  .cta-block--wide--single .comments-area .comment-form .submit,
  .comments-area .comment-form .cta-block--wide--single .submit {
    width: 100%;
    margin-right: 0
  }
  .cta-block--wide--single img {
    position: relative;
    top: auto;
    right: auto !important;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 20px !important
  }
  .post-card--cta {
    padding: 20px 15px
  }
  .top-posts h2 {
    margin-bottom: 40px
  }
  .entry-title--single {
    margin-bottom: 18px;
    font-size: 26px
  }
  .post_thumb--single {
    margin-bottom: 30px
  }
  .container--blog--single {
    padding: 30px 15px 60px
  }
  .content--single img,
  .content--single img.alignleft,
  .content--single img.alignright,
  .content--single img.aligncenter {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0
  }
  .content--single h2,
  .content--single h3,
  .content--single h4,
  .content--single h5,
  .content--single h6 {
    margin-bottom: 20px
  }
  .content--single p {
    margin-bottom: 15px
  }
  .content--single blockquote {
    margin: 30px 0
  }
  .content--single ul,
  .content--single ol {
    margin-bottom: 15px
  }
  .content--single ul li,
  .content--single ol li {
    font-size: 14px
  }
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1
  }
  100% {
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    opacity: 0
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1
  }
  100% {
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    opacity: 0
  }
}

.g img {
  height: auto;
  margin: auto;
  display: block;
}

li.sp-outlined a {
  width: 120px !important;
}

.inner-hero h1 {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #071C26;
    margin: 0 0 15px;
}

section.featuredsection {
    padding: 80px 0;
    background: #F4F6F9;
    position: relative;
}


.content img {
    margin-bottom: 20px;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
}


.content ul, .content ol {
    margin-bottom: 30px;
    padding-left: 16px;
	list-style: disc !important;
}

.single-related {
    font-family: "Proxima Nova",sans-serif;
    color: #677983;
    margin: 40px 0 60px;
    border-top: 1px solid #e0e4e8;
    border-bottom: 1px solid #e0e4e8;
    padding: 30px 0;
    margin-bottom: 0;
}



header { width: 100%;}
ul.navbar-nav.mr-auto {padding: 5px 0 0;width: 100%;text-align: center;align-items: center;justify-content: center; margin: 0!important;}
.bg-dark {background-color: transparent !important; padding:0;display: inline-block;float: right;}
.bg-dark1 {background-color: transparent !important; padding:0;width:100%;}
a:hover{text-decoration:none;color:#000;}
ul{list-style:none; padding:0; margin:0;}
html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%}
html {font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {font-size: 14px;}
:after, :before {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {display: block;}
* { margin: 0; padding: 0;}
header.header {padding: 30px 0px;position: relative;z-index: 9; border-bottom: 1.5px solid rgba(7, 28, 38, 0.1);}
img{max-width:100%;}
.navbar-nav li a:hover {color: #0073EC!important;}
.navbar-nav li:last-child a {padding-right: 0!important;}
body .navbar-dark .navbar-nav .active>.nav-link{color:#000;}
.navbar-expand-md .navbar-nav .nav-link{font-size:18px; color:#000;font-weight: 600;line-height:24px; font-family: 'Proxima Nova';  }
.navbar-expand-md .navbar-nav .nav-link:hover{color:#309d30;}
.navbar-nav li {margin-right: 35px;}
.navbar-nav li:last-child {margin-right: 0;}
.container{max-width:1200px;}
#navbarCollapse {float: left; padding: 10px 0 0 40px;width: 88%; justify-content: space-between;display: flex;}
.header .container-fluid {padding: 0 45px;}
.top-header .container-fluid {padding: 0 45px;}
.top-header {background: #0073EC;padding: 10px 0;}
ul.top-nav-menubar {display: flex;flex-wrap: wrap; align-items: center;position:relative;}
ul.top-nav-menubar li {margin-right: 25px;}
ul.top-nav-menubar a {color: rgba(255,255,255,0.7); font-size: 14px; line-height: 17px;font-family: 'Proxima Nova';}
ul.top-nav-menubar li.active a { color: rgba(255,255,255,1);}
.domaintime p {color: #fff;font-size: 14px; margin: 0; padding: 0; line-height: 17px;font-family: 'Proxima Nova';}
ul.top-nav-menubar li:last-child {margin-right: 0;}
.bg-dark1 a.navbar-brand {float: left;}
.rightsidebutton {position: relative; display: inline-block;}
.rightsidebutton li { display: inline-block;  margin-right: 15px;}
.rightsidebutton li:last-child {margin-right: 0;}
.rightsidebutton li a.login {border: 2px solid #0073ec;padding: 5px 0; border-radius: 4px;color: #0073EC; font-size: 16px; font-weight: 600;line-height: 24px;display: inline-block; transition: all .5s ease;width: 97px; height: 40px; text-align: center;font-family: 'Proxima Nova';}
.rightsidebutton li a.getstarted {background: #0073EC; border-radius: 5px;color: #fff;padding: 6px 0;font-size: 16px;font-weight: 600;line-height: 24px; display: inline-block;transition: all .5s ease;width: 128px; height: 40px; text-align: center;border:0;font-family: 'Proxima Nova';}
.rightsidebutton li a.login:hover{background: #0073EC; border: 2px solid #0073ec; color:#fff;}
.rightsidebutton li a.getstarted:hover{border: 2px solid #0073ec; background:transparent;color: #0073EC;}
section.herosection {padding: 60px 0;}
.herosection .row {align-items: center;}
.inner-hero h1 {font-family: 'Ubuntu';font-style: normal;font-weight: 300;font-size: 24px;line-height: 32px;color: #071C26; margin: 0 0 15px;}
.inner-hero h2 {font-family: 'Ubuntu';font-style: normal; font-weight: normal;font-size: 40px; line-height: 48px;padding: 0; margin: 0 0 10px;}
.inner-hero p { font-style: normal; font-weight: normal;  font-size: 16px; line-height: 24px; padding: 0;  margin: 0 0 20px;color: #677983;font-family: 'Proxima Nova';}
.inner-hero a{color: #0073ec; font-weight:bold;}
section.featuredsection {padding: 80px 0;background: #F4F6F9; position: relative;}
.right-featured-content span {font-style: normal;font-weight: 500; font-size: 16px; line-height: 24px; color: #00CAAA;  display: inline-block;  font-family: 'Ubuntu';margin: 0 0 15px;}
.right-featured-content h2 {font-style: normal;font-weight: 500;font-size: 32px;line-height: 40px;color: #2E323C;font-family: 'Ubuntu';}
.right-featured-content p {font-style: normal;font-weight: normal;font-size: 16px; line-height: 24px; color: #677983; margin: 0 0 30px;font-family: 'Proxima Nova';}
 a.readbtn {background: #0073EC;border-radius: 3px; color: #fff; padding: 7px 20px;font-size: 16px; line-height: 28px;transition: all .5s ease;height: 40px; display: inline-block;text-align: center;text-transform: uppercase;}
a.readbtn:hover{border:2px solid #0073EC; background:transparent; color:#0073EC; }
.right-hero-img { text-align: center;}
.featuredsection a.readbtn:hover { color: #0073EC;}
section.stepmadesite {padding: 90px 0 60px; position: relative;}
.col.top-section-step {text-align: center;}
.col.top-section-step h2 {font-style: normal; font-weight: 500; font-size: 32px; color: #2F323D; font-family: 'Ubuntu'; line-height: 40px; margin: 0 0 15px;}
.col.top-section-step p {font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px;text-align: center; color: #677983;  margin: 0 auto 15px;    max-width: 810px;font-family: 'Proxima Nova';}
.liststep {padding: 60px 0 20px; align-items: center;}
.right-stepcontent h3 {font-style: normal; font-weight: bold; font-size: 24px; line-height: 32px; color: #2E323C; font-family: 'Ubuntu';padding: 0 0 0 30px;}
.right-stepcontent p { font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #677983; margin: 0 0 20px; max-width: 578px;padding: 0 0 0 30px;font-family: 'Proxima Nova';}
.right-stepcontent a.readbtn {margin-left: 30px;}
.right-stepcontent1 h3 {font-style: normal; font-weight: bold; font-size: 24px; line-height: 32px; color: #2E323C; font-family: 'Ubuntu';padding: 0 0 0 0px;}
.right-stepcontent1 p { font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #677983; margin: 0 0 20px; max-width: 578px;padding: 0 0 0 0px;font-family: 'Proxima Nova';}
.right-stepcontent1 a.readbtn {margin-left: 0px;}
section.bestplatform { background: #F4F6F9; padding: 80px 0 80px;}
.top-platform { text-align: center;  width: 100%;}
.top-platform h2 { font-style: normal; font-weight: bold; font-size: 32px; line-height: 40px; color: #434F58; font-family: 'Ubuntu';}
.top-platform p {font-style: normal;  font-weight: normal; font-size: 16px;  line-height: 24px;  color: #677983; font-family: 'Proxima Nova';}
.platformlisting {padding: 25px 0;position: relative;}
.platformlisting ul {display: flex; text-align: center;}
.platformlisting ul li { display: inline-block; padding: 20px 15px; background: #fff; margin-right: 25px;box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);border-radius: 6px;transition: all .5s ease;}
.platformlisting ul li h3 {font-weight: bold;font-size: 16px; font-family: 'Ubuntu';line-height: 24px; margin: 20px 0 10px;transition: all .5s ease;}
.platformlisting ul li p {font-style: normal;  font-weight: normal; font-size: 16px;  line-height: 24px; color: #677983; margin: 0 0 25px;transition: all .5s ease;font-family: 'Proxima Nova';}
.platformlisting ul li img { transform: scale(1); transition: all .5s ease;}
.platformlisting ul li:hover img { transform: scale(1.5); transition: all .5s ease;}
.platformlisting ul li:hover h3{color:#0073EC;}
.platformlisting ul li:hover{border:1px solid #0073EC;box-shadow: 0px 5px 20px rgba(0, 115, 236, 0.08);}
.platformlisting ul li:hover a.readbtn{border:2px solid #0073EC; background:transparent; color:#0073EC;}
section.joincommunity {padding: 80px 0; position: relative;}
.leftcommunity h3 {font-style: normal; font-weight: 500; font-size: 32px; line-height: 40px; font-family: 'Ubuntu'; color: #0073EC;}
.leftcommunity p {font-style: normal;font-weight: normal; font-size: 16px;line-height: 24px;color: #444F59;  max-width: 570px;font-family: 'Proxima Nova';}
.rightcommunity ul {display: flex; align-content: center;flex-wrap: wrap;justify-content: flex-end;}
.rightcommunity ul li { display: inline-block; margin: 0 48px 0 0; text-align: center;}
.rightcommunity ul li a {color: #677983;display: inline;}
.rightcommunity ul li a span {display: flex; width: 70px; height: 70px; border-radius: 50%; background: rgba(0, 115, 236, 0.08); text-align: center;  padding: 20px 0;align-items: center;justify-content: center; margin: 0 auto 10px;transform: scale(1);}
.rightcommunity ul li a p { font-style: normal;font-weight: 600; font-size: 16px; line-height: 24px; color: #677983; margin: 0;}
.rightcommunity ul li:last-child { margin: 0;}
.rightcommunity ul li a:hover span {background: rgba(0, 115, 236, 0.09); transform: scale(1.2); border: 1px solid #0073EC;}
.rightcommunity ul li a:hover p{color:#0073EC;}
section.heretohelp {padding: 80px 0; background: #F4F6F9; position: relative;}
.heretohelp .row { align-items: center;}
.right-herehelp h3 {font-style: normal; font-weight: 500; font-size: 32px; line-height: 40px; color: #0073EC;font-family: 'Ubuntu';margin: 0 0 15px;}
.right-herehelp p { font-style: normal;font-weight: normal; font-size: 16px; line-height: 24px; color: #434F58; max-width: 600px;font-family: 'Proxima Nova';}
.twobtn { display: flex; align-items: center;font-family: 'Proxima Nova';}
.twobtn a.one {border: 1px solid #0073EC; box-sizing: border-box; border-radius: 3px; padding: 10px 20px; margin-right: 15px; margin-top: 15px; font-size: 16px;color: #0073EC;text-transform: uppercase;}
.twobtn a.one:hover{background:#0073EC; color:#fff;}
section.subs-newsletter {padding: 50px 0;}
.left-subscription h3 {font-style: normal; font-weight: bold; font-size: 24px; line-height: 32px; color: #071C26; font-family: 'Ubuntu';}
.left-subscription p {font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #677983;font-family: 'Proxima Nova';}
.subs-newsletter .row { align-items: center;}
.form-subscription {text-align: center;}
.from-news input[type="text"] { background: rgba(0, 115, 236, 0.08); border-radius: 4px; border: 0;  height: 40px;  width: 300px;  padding:  3px 10px; color: #677983; font-size: 16px;
line-height: 24px; margin: 0 15px 0 0;}
.from-news input.subscriptionbtn {background: #0073EC; border-radius: 3px; height: 40px; border: 0; padding: 0px 20px; color: #fff;font-size: 16px; line-height: 16px;}
.from-news {display: inline-block;}
.footermenu h4 {font-style: normal; font-weight: 600; font-size: 18px; line-height: 22px;  color: #FFFFFF; margin: 0 0 20px;font-family: 'Proxima Nova';}
.footermenu ul li a {font-style: normal; font-weight: normal; font-size: 16px;  line-height: 24px; color: #FFFFFF; padding: 8px 0 0; display: inline-block;font-family: 'Proxima Nova';}
.footer-bottom { padding: 50px 0 0;}
p.copyright { font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; color: #FFFFFF;margin:0;font-family: 'Proxima Nova';}
.footer-bottom p.right { color: #fff;  margin: 0;}
.footer-bottom p.right a { color: #0073EC;margin-right: 10px;}
header.header.sticky {position: fixed;top: 40px; background: #fff;}
.top-header.sticky {position: fixed; top: 0; width: 100%; left: 0; right: 0;  z-index: 99;}
div#navbarCollapse1 { display: flex;}
.footermenu ul li a:hover{color:#0073EC;}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*newcss*/
section.inner-page-banner {padding: 80px 0; position: relative;}
.inner-page-banner h1 {font-style: normal; font-weight: 300; font-size: 24px; line-height: 32px; font-family: 'Ubuntu'; color: #2E323C;   margin: 0 0 15px;}
.inner-page-banner h2 {font-style: normal; font-weight: 500; font-size: 40px; line-height: 48px;  font-family: 'Ubuntu';   margin: 0 0 15px;}
section.build .left-inner-content h2, section.build .right-inner-menu .activeselction { color: #0073EC;}
section.promote .left-inner-content h2, section.promote .right-inner-menu .activeselction { color: #A644E5;}
section.grow .left-inner-content h2, section.grow .right-inner-menu .activeselction { color: #00CAAA;}
.left-inner-content p {font-style: normal;font-weight: normal;font-size: 16px;line-height: 24px; color: #677983; margin: 0 0 15px; padding: 0;font-family: 'Proxima Nova';}
.right-inner-menu ul {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-evenly;}
.right-inner-menu ul li {display:inline-block;text-align: center; }
.right-inner-menu ul li p {font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px;  font-family: 'Proxima Nova';margin: 10px 0 0;}
.activeselction { font-weight: bold;}
.right-inner-menu ul li a{color: #677983; }
.iconimg{background: #FFFFFF;box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15), 2px 5px 24px rgba(0, 0, 0, 0.04); border-radius: 7px;width: 88px;height: 88px;text-align: center;padding: 23px 0;}
section.inner-main-wrapper {padding: 20px 0;}
.left-according-menu h3 {font-style: normal;font-weight: bold; font-size: 20px;color:#0073EC;; line-height: 24px;font-family: 'Proxima Nova';    margin: 0 0 20px;}
.collapsed i.fa.fa-chevron-down {float: right; transform: rotate(3deg);}
.collapsible-link i { -webkit-transform: rotate(180deg);  -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); float: right;margin: 7px 0 0;}
.according-section .card-header { border: none;margin: 0!important; padding:0;}
.according-section .card {border: none;background: transparent; box-shadow: none;border-radius: 0;}
.according-section .card-body {padding: 0;margin: 0 0 15px;}
.according-section h6 {font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; color: #AFBFC9; text-transform: capitalize;font-family: 'Proxima Nova'; margin: 0 0 15px;}
.according-section h6 a{color: #AFBFC9; text-transform: capitalize;}
.according-section .card-body span {font-style: normal; font-weight: bold;  font-size: 12px; line-height: 24px; color: #071C26;   font-family: 'Proxima Nova'; padding: 0 0 0 15px; margin: 0 0 5px; display: inline-block;}
ul.list-according li {position: relative; font-style: normal; font-weight: normal; font-size: 12px; line-height: 24px; color: #677983; font-family: 'Proxima Nova';margin: 0;padding: 5px 0 0 15px;}
ul.list-according li:before {content: "";position: absolute; top: 12px; left: 0;  width: 8px;  height: 8px;  background-image: url(../img/innerpage/bullieticon.png); background-repeat: no-repeat;}
.according-section {width: 80%;}
.right-breadcumb ul {display: flex;flex-wrap: wrap; align-items: center;}
.right-breadcumb ul li { margin-right: 10px; font-style: normal; font-weight: normal;  font-size: 16px; line-height: 24px; color: #E0E4E8; font-family: 'Proxima Nova';}
.right-breadcumb ul li a {font-style: normal; font-weight: normal;  font-size: 12px;line-height: 24px;font-family: 'Proxima Nova'; background: #F4F6F9;border-radius: 12.5px;    padding: 10px 15px;color: #697884; text-align: center;}
h2.hellworld {font-style: normal; font-weight: 500; font-size: 32px; line-height: 40px; color: #30323E; font-family: 'Ubuntu';margin: 35px 0 30px;}
.profile-user {display: flex; flex-wrap: wrap; align-items: center;margin:10px 0 0;}
.profile-user .user-photo {background: #E0E4E8; width: 48px;height: 48px; border-radius: 50%; margin: 0 15px 0 0;}
.profile-user .user-content h3 {font-style: normal; font-weight: normal; font-size: 16px;line-height: 24px; color: #2F323D;font-family: 'Proxima Nova';margin: 0 0 5px;}
.datediv {font-style: normal; font-weight: normal; font-size: 12px; line-height: 24px; color: #677983;}
.sharesocial {float: right; margin-top: -10px;}
.sharesocial ul {display: flex; flex-wrap: wrap;align-items: center;}
.sharesocial ul li {margin: 0 15px 0 0;}
.sharesocial ul li:last-child { margin: 0;}
.sharesocial ul li a {color: #30323E;font-size: 22px;}
.sharesocial ul li a i.fa.fa-link {transform: rotate(90deg);}
.right-middlepost {width: 100%;display: inline-block; margin: 30px 0 0;border-bottom: 1px solid #ccc; padding-bottom: 20px;}
.right-middlepost p { font-style: normal;  font-weight: normal; font-size: 20px; line-height: 30px; color: #30323E;  margin: 0 0 25px; font-family: 'Proxima Nova';}
.right-middlepost img { margin-bottom: 25px;}
span.itlaictext { font-style: italic; font-weight: 600; font-size: 16px; line-height: 24px;  font-family: 'Proxima Nova';color: #677983;}
.right-middlepost em { font-style: italic; font-weight: 600; line-height: 24px;  font-family: 'Proxima Nova';}
.supportdream {width: 100%; display: flex;flex-wrap: wrap; align-items: center;background: rgba(0, 115, 236, 0.08);border-radius: 8px;    padding: 40px 15px;margin-bottom: 30px;}
.left-supportdream h4 {font-style: normal; font-weight: 500; font-size: 24px; line-height: 32px;   color: #0073EC; font-family: 'Ubuntu'; margin: 0 0 15px;}
.left-supportdream p {font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #677983;font-family: 'Proxima Nova'; max-width: 400px;margin: 0;}
.left-supportdream a.readbtn {width: 205px;color: #fff;}
.left-supportdream a.readbtn:hover{color: #0073EC;} 
.bottom-sharesocial {display: inline-block;width: 50%;float: left;}
.bottompagination {display: flex; flex-wrap: wrap;  align-items: center; justify-content: space-between;}
.bottom-sharesocial ul { display: flex; flex-wrap: wrap; align-items: center;}
.bottom-sharesocial ul li {margin-right: 15px;}
.bottom-sharesocial ul li a {font-size: 22px;color: #30323E;}
a.morearticles {font-style: normal;font-weight: 600;font-size: 16px;line-height: 24px;color: #0073EC;font-family: 'Proxima Nova';    display: flex;flex-wrap: wrap;align-items: center;}
.morearticles i.fa.fa-arrow-right {color: #000;}
.morearticles img {margin: 0 0 0 10px;}
.bgwhite2{background:#fff!important;}

section.moreacdemyclass {background: #F4F6F9; padding: 80px 0 50px;}
.list-acedmyclass {width: 100%; display: inline-block;}
.list-acedmyclass ul { display: flex; flex-wrap: wrap; }
.list-acedmyclass ul li {margin: 0 15px 30px 0;display: inline-block;}
.list-acedmyclass ul li a {display: flex;flex-wrap: wrap;}
.list-acedmyclass ul li .photoacdemy {background: #E0E4E8; width: 70px; height: 48px; margin: 0 10px 0 0;}
.list-acedmyclass ul li a p {font-style: normal; font-weight: 600; font-size: 16px; color: #2E323C; line-height: 24px; font-family: 'Proxima Nova'; padding: 0 0px;max-width: 280px;}
.list-acedmyclass ul li:nth-child(3), .list-acedmyclass ul li:nth-child(6), .list-acedmyclass ul li:nth-child(9) {margin-right: 0;}
.left-according-menu {padding-top: 25px;}
h2.purple {color: #A644E5;}
a.activeselction1 {color: #A644E5!important;}
a.activeselction2 {color: #00CAAA!important;}
.greencolor{color: #00CAAA!important;}
a.collapsible-link.active {color: #0073EC;}
.card-header a[data-target="#collapseOne"] {color: #0073EC;}
a.collapsible-link.collapsed {color: #AFBFC9;}
@media (min-width: 768px){

.navbar-expand-md .navbar-nav .nav-link { padding-right: 0px;padding-left: 0;text-transform: capitalize;}
}
@media only screen and (min-width: 641px) and (max-width: 720px)  {
.container {max-width: 600px;}
.maincontainer{max-width:600px;}
}
@media only screen and (min-width: 721px) and (max-width: 767px)  {
.container {max-width: 680px;}
}
@media only screen and (min-width: 840px) and (max-width: 920px)  {
 .container {max-width: 960px;}
}
@media only screen and (min-width: 921px) and (max-width: 1024px)  {
.container {max-width: 980px;}
}
/**/
@media screen and (max-width: 767px) {

.container {  max-width: 100%;}
button.navbar-toggler.active {z-index: 99999;border: none;outline: 0; }
.navbar-collapse.show .navbar-nav.mr-auto {width: 100%;}
.header .container-fluid {padding: 0px 15px;}
ul.navbar-nav {text-align: left; width: 100%; margin: 0 auto; padding: 0px 0 0px;}
button.navbar-toggler {float: right;margin: 10px 0 0; border: none; background: transparent;z-index: 9999;position:relative;outline:0;}
#navbarCollapse {padding: 0px 0 0;display: inline-block;}
.navbar-expand-md .navbar-nav .nav-link{color:#fff!important;}
.navbar-nav li:last-child{display:none;}
.top-header .container-fluid {padding: 0 15px;}
.domaintime {max-width: 75%; flex: 0 0 75%;}
.top-header .navbar-toggler span {display: block; width: 30px; top: -2px; height: 3px;margin-bottom: 4px; position: relative;background: #fff;border-radius: 0;z-index: 1;transform-origin: 4px 0px;}
.top-header .navbar-toggler.active span:nth-child(1) {transform: rotate(45deg) translate(3px, 1px);}
.top-header .navbar-toggler.active span {transform: rotate(45deg) translate(4px, 1px);background: #fff;opacity: 1;width: 20px;height: 2px;}
.top-header .navbar-toggler.active span:nth-child(2) {display: none;}
.top-header .navbar-toggler.active span:nth-child(3) {transform: rotate(-45deg) translate(-4px, 3px);}
.rightnavbar-menu { max-width: 25%;  flex: 0 0 25%;}
.top-header button.navbar-toggler { margin: 0;}
header.header{padding: 10px 0px;}
.top-header div#navbarCollapse1 {top: 40px;padding: 10px;}
.sticky div#navbarCollapse {top: 102px;}
.rightsidebutton{width: 100%;margin: 15px;}
ul.top-nav-menubar{display:inline-block;}
ul.top-nav-menubar li { margin-right: 0; padding: 10px; width: 100%;}
section.herosection { padding: 20px 0;}
.left-hero-content { max-width: 100%; flex: 0 0 100%;}
.right-hero-img { max-width: 100%; flex: 0 0 100%;}
section.featuredsection {padding: 30px 0;}
.left-featured{max-width: 100%; flex: 0 0 100%;}
.right-featured-content{max-width: 100%; flex: 0 0 100%;padding: 15px;}
.left-stepimg{max-width: 100%; flex: 0 0 100%;}
.right-stepcontent{max-width: 100%; flex: 0 0 100%;}
.right-stepcontent h3, .right-stepcontent p{padding: 0;}
.right-stepcontent a.readbtn {margin-left: 0;}
.right-stepcontent1{max-width: 100%; flex: 0 0 100%;}
.liststep {padding: 20px 0 20px;}
.platformlisting ul{flex-wrap: wrap;}
.platformlisting {padding: 20px 15px;}
.platformlisting ul li{margin-right: 0; margin-bottom:15px;}
section.bestplatform {padding: 30px 0 15px;}
.leftcommunity, .rightcommunity, .left-herehelp, .right-herehelp, .left-subscription, .form-subscription{max-width: 100%; flex: 0 0 100%;}
section.joincommunity, section.heretohelp, section.subs-newsletter, footer.footer {padding: 30px 0;}
.from-news input.subscriptionbtn{margin: 15px 0 0;}
.footermenu{max-width: 100%; flex: 0 0 100%;}
.footermenu ul{margin-bottom:25px;}
.footermenu h4{margin: 0 0 10px;}
.footer-bottom {padding: 20px 0 0; text-align: center;}
.right-herehelp h3{text-align:center;}
.right-herehelp p{text-align:center;}
.twobtn{justify-content: center;}	
/*newcss*/
.left-inner-content, .right-inner-menu, .left-according-menu, .right-post-content, .left-supportdream {max-width: 100%; flex: 0 0 100%;}
.right-inner-menu {margin: 30px 0 0;}
.according-section {width: 100%;}
.right-post-content{margin-top:30px;}
.sharesocial {float: none; margin-top: 10px; margin-left: 10px;}
.right-middlepost p{font-size: 16px; line-height: 24px;}
section.moreacdemyclass {background: #F4F6F9; padding: 50px 0 50px;}
.list-acedmyclass ul li {margin: 0 0 30px 0; display: inline-block;}
.list-acedmyclass{padding-left:15px;}
section.inner-page-banner {padding: 20px 0 20px;}
.rightcommunity ul{justify-content: center;}

}
@media only screen and (min-width:320px) and (max-width:366px) {
	.top-header div#navbarCollapse1 {  top: 53px;  padding: 10px;}
	.rightcommunity ul li { display: inline-block; margin: 0 0 20px; text-align: center; float: left;  width: 100%;}
	header.header.sticky {position: fixed;  top: 48px;  background: #fff;}
}
@media only screen and (min-width:480px) and (max-width:639px) {
.navbar-collapse{    right: -780px;}
.left-stepimg{text-align:center;}
	.right-stepcontent{text-align:center;}
	.right-stepcontent1{text-align:center;}
	 .right-herehelp{max-width: 50%; flex: 0 0 50%;}
	.left-herehelp {max-width: 50%; flex: 0 0 50%;}
	.twobtn a.one{    padding: 10px 13px;}
}
@media only screen and (min-width:640px) and (max-width:767px) {
	.navbar-collapse{    right: -780px;}
	.left-stepimg{max-width: 41.666667%; flex: 0 0 41.666667%;}
	.right-stepcontent{max-width: 58.333333%; flex: 0 0 58.333333%;}
	.right-stepcontent1{max-width: 58.333333%; flex: 0 0 58.333333%;}
}
@media only screen and (min-width:768px) and (max-width:980px) { 
div#navbarCollapse1 {display: inline-block;}
.navbar-toggler span {display: block; width: 30px; top: -2px; height: 3px;  margin-bottom: 4px; position: relative; background: #0073EC; border-radius: 20%;z-index: 1;transform-origin: 4px 0px;}
.navbar-toggler.active span:nth-child(1) {transform: rotate(45deg) translate(3px, 1px);}
.navbar-toggler.active span {transform: rotate(45deg) translate(4px, 1px);background: #fff;opacity: 1;width: 20px;height: 2px;}
.navbar-toggler.active span:nth-child(2) {display: none;}
.navbar-toggler.active span:nth-child(3) {transform: rotate(-45deg) translate(-4px, 3px);}
.navbar-collapse {background: #071C26; width: 100%; position: fixed; top: 53px; right: -780px; padding: 44px;transition: all 0.5s ease;height: 100%;z-index:9999;}
.navbar-collapse.show {right: 0;display: block;}
.navbar-dark .navbar-brand{z-index: 999;position: relative;float: left;}
ul.navbar-nav.mr-auto {position: relative; margin-top: 100px;margin-left: 0;}
body .navbar-dark .navbar-nav .nav-link{padding: 12px 0;text-transform: uppercase;padding-left: 0px!important;}
button.navbar-toggler.active {z-index: 99999;border: none;outline: 0; }
.navbar-collapse.show .navbar-nav.mr-auto {width: 100%;}
.navbar-collapse.show .navbar-nav li {margin: 0;border-bottom: 1px solid #ffff;padding: 0 20px;}
.top-header .navbar-toggler span {display: block; width: 30px; top: -2px; height: 3px;margin-bottom: 4px; position: relative;background: #fff;border-radius: 0;z-index: 1;transform-origin: 4px 0px;}
.top-header .navbar-toggler.active span:nth-child(1) {transform: rotate(45deg) translate(3px, 1px);}
.top-header .navbar-toggler.active span {transform: rotate(45deg) translate(4px, 1px);background: #fff;opacity: 1;width: 20px;height: 2px;}
.top-header .navbar-toggler.active span:nth-child(2) {display: none;}
.top-header .navbar-toggler.active span:nth-child(3) {transform: rotate(-45deg) translate(-4px, 3px);}
.top-header button.navbar-toggler { margin: 5px 0 0;display: block; border: 0;}
ul.top-nav-menubar a {color: #fff; font-size: 20px; line-height: 24px;}
ul.top-nav-menubar li {margin-right: 0; display: inline-block;  width: 100%; padding: 10px 0;}
button.navbar-toggler {float: right; margin: 10px 0 0; border: none; background: transparent; z-index: 9999;  position: relative;outline: 0;}
.bg-dark1 button.navbar-toggler { display: block;  position: absolute; right: 0;}
#navbarCollapse {padding: 0px 0 0;display: inline-block;width: 72%;}
ul.navbar-nav {display: inline-block;  padding: 55px 0;    width: 100%;}
.navbar-expand-md .navbar-nav .nav-link { color: #fff!important;}
.rightsidebutton { padding: 0 20px;}
.leftcommunity, .rightcommunity {max-width: 50%; flex: 0 0 50%;}
.from-news input.subscriptionbtn{padding: 0px 12px;}
.from-news input[type="text"]{width: 186px;margin: 0 10px 0 0;}
.footermenu ul li a{font-size: 14px;}
.list-acedmyclass ul li:nth-child(3), .list-acedmyclass ul li:nth-child(6), .list-acedmyclass ul li:nth-child(9) {margin-right: 15px;}
.list-acedmyclass{padding-left:15px;}
.left-supportdream a.readbtn {width: 130px;}
}
@media only screen and (min-width:981px) and (max-width:1279px) {
.top-header .container-fluid {padding: 0 15px;}
.header .container-fluid {padding: 0 15px;}
.bg-dark1{display: flex;}
#navbarCollapse {padding: 7px 0 0 0px;  width: 100%;}
.navbar-nav li, .navbar-nav li:last-child { margin-right: 22px;}
header.header{padding: 10px 0px;}
	.from-news input[type="text"]{width: 260px;}
.list-acedmyclass ul li:nth-child(3), .list-acedmyclass ul li:nth-child(6), .list-acedmyclass ul li:nth-child(9) {margin-right: 15px;}

}
@media only screen and (min-width:1280px) and (max-width:1364px) {

}
@media only screen and (min-width:1366px) and (max-width:1400px) {

}
@media only screen and (min-width:1440px) and (max-width:1600px) {

}

.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column,.flex-row{-webkit-box-direction:normal!important}.flex-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse,.flex-row-reverse{-webkit-box-direction:reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column,.flex-sm-row{-webkit-box-direction:normal!important}.flex-sm-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column,.flex-md-row{-webkit-box-direction:normal!important}.flex-md-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column,.flex-lg-row{-webkit-box-direction:normal!important}.flex-lg-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column,.flex-xl-row{-webkit-box-direction:normal!important}.flex-xl-column{-webkit-box-orient:vertical!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-webkit-box-flex:1!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{-webkit-box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{-webkit-box-shadow:none!important;box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}

/* Temporary Adjustments to Top Footer */
.footer__top__right {
	display: none;
}

.footer__top .container {
	justify-content: center;
}
