@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
 
html {
 font-family: sans-serif;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
}

body {
 margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
 display: block;
}

audio,
canvas,
progress,
video {
 display: inline-block;
 vertical-align: baseline;
}

audio:not([controls]) {
 display: none;
 height: 0;
}

[hidden],
template {
 display: none;
}

a {
 background-color: transparent;
}

abbr[title] {
 border-bottom: 1px dotted;
}

b,
strong {
 font-weight: 700;
}

small {
 font-size: 80%;
}

sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}

sup {
 top: -0.5em;
}

sub {
 bottom: -0.25em;
}

img {
 border: 0;
}

svg:not(:root) {
 overflow: hidden;
}

figure {
 margin: 0;
}

hr {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}

code,
kbd,
pre,
samp {
 font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
 color: inherit;
 font: inherit;
 margin: 0;
}

select {
 text-transform: none;
}

button {
 overflow: visible;
}

button,
input,
select,
textarea {
 max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer;
}

button[disabled],
html input[disabled] {
 cursor: default;
 opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-right: 0.4375em;
 padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}

input[type="search"] {
 -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

fieldset {
 border: 1px solid #d1d1d1;
 margin: 0 0 1.75em;
 min-width: inherit;
 padding: 0.875em;
}

fieldset > :last-child {
 margin-bottom: 0;
}

legend {
 border: 0;
 padding: 0;
}

textarea {
 overflow: auto;
 vertical-align: top;
}

optgroup {
 font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 display: inline-block;
 font-family: "Genericons";
 font-size: 16px;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 line-height: 1;
 speak: none;
 text-align: center;
 text-decoration: inherit;
 text-transform: none;
 vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
 color: #1a1a1a;
 font-family: Merriweather, Georgia, serif;
 font-size: 16px;
 font-size: 1rem;
 line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 clear: both;
 font-weight: 700;
 margin: 0;
 text-rendering: optimizeLegibility;
}

p {
 margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
 font-style: italic;
}

blockquote {
 border: 0 solid #1a1a1a;
 border-left-width: 4px;
 color: #686868;
 font-size: 19px;
 font-size: 1.1875rem;
 font-style: italic;
 line-height: 1.4736842105;
 margin: 0 0 1.4736842105em;
 overflow: hidden;
 padding: 0 0 0 1.263157895em;
}

blockquote,
q {
 quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
 content: "";
}

blockquote p {
 margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
 color: #1a1a1a;
 display: block;
 font-size: 16px;
 font-size: 1rem;
 line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
 content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
 font-style: normal;
}

blockquote strong,
blockquote b {
 font-weight: 400;
}

blockquote > :last-child {
 margin-bottom: 0;
}

address {
 font-style: italic;
 margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
 font-family: Inconsolata, monospace;
}

pre {
 border: 1px solid #d1d1d1;
 font-size: 16px;
 font-size: 1rem;
 line-height: 1.3125;
 margin: 0 0 1.75em;
 max-width: 100%;
 overflow: auto;
 padding: 1.75em;
 white-space: pre;
 white-space: pre-wrap;
 word-wrap: break-word;
}

code {
 background-color: #d1d1d1;
 padding: 0.125em 0.25em;
}

abbr,
acronym {
 border-bottom: 1px dotted #d1d1d1;
 cursor: help;
}

mark,
ins {
 background: #007acc;
 color: #fff;
 padding: 0.125em 0.25em;
 text-decoration: none;
}

big {
 font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

*,
*:before,
*:after {
 /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
 -webkit-box-sizing: inherit;
 -moz-box-sizing: inherit;
 box-sizing: inherit;
}

body {
 background: #1a1a1a;
 /* Fallback for when there is no custom background color defined. */
}

hr {
 background-color: #d1d1d1;
 border: 0;
 height: 1px;
 margin: 0 0 1.75em;
}

ul,
ol {
 margin: 0 0 1.75em 1.25em;
 padding: 0;
}

ul {
 list-style: disc;
}

ol {
 list-style: decimal;
 margin-left: 1.5em;
}

li > ul,
li > ol {
 margin-bottom: 0;
}

dl {
 margin: 0 0 1.75em;
}

dt {
 font-weight: 700;
}

dd {
 margin: 0 0 1.75em;
}

img {
 height: auto;
 /* Make sure images are scaled correctly. */
 max-width: 100%;
 /* Adhere to container width. */
 vertical-align: middle;
}

del {
 opacity: 0.8;
}

table,
th,
td {
 border: 1px solid #d1d1d1;
}

table {
 border-collapse: separate;
 border-spacing: 0;
 border-width: 1px 0 0 1px;
 margin: 0 0 1.75em;
 table-layout: fixed;
 /* Prevents HTML tables from becoming too wide */
 width: 100%;
}

caption,
th,
td {
 font-weight: normal;
 text-align: left;
}

th {
 border-width: 0 1px 1px 0;
 font-weight: 700;
}

td {
 border-width: 0 1px 1px 0;
}

th,
td {
 padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #686868;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
 color: #686868;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
 color: #686868;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 opacity: 1;
 /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
 color: #686868;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
 line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
 background: #1a1a1a;
 border: 0;
 border-radius: 2px;
 color: #fff;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-weight: 700;
 letter-spacing: 0.046875em;
 line-height: 1;
 padding: 0.84375em 0.875em 0.78125em;
 text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
 background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
 outline: thin dotted;
 outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
 background: #f7f7f7;
 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
 border: 1px solid #d1d1d1;
 border-radius: 2px;
 color: #686868;
 padding: 0.625em 0.4375em;
 width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
 background-color: #fff;
 border-color: #007acc;
 color: #1a1a1a;
 outline: 0;
}

.post-password-form {
 margin-bottom: 1.75em;
}

.post-password-form label {
 color: #686868;
 display: block;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 letter-spacing: 0.076923077em;
 line-height: 1.6153846154;
 margin-bottom: 1.75em;
 text-transform: uppercase;
}

.post-password-form input[type="password"] {
 margin-top: 0.4375em;
}

.post-password-form > :last-child {
 margin-bottom: 0;
}

.search-form {
 position: relative;
}

input[type="search"].search-field {
 border-radius: 2px 0 0 2px;
 width: -webkit-calc(100% - 42px);
 width: calc(100% - 42px);
}

.search-submit:before {
 content: "\f400";
 font-size: 24px;
 left: 2px;
 line-height: 42px;
 position: relative;
 width: 40px;
}

.search-submit {
 border-radius: 0 2px 2px 0;
 bottom: 0;
 overflow: hidden;
 padding: 0;
 position: absolute;
 right: 0;
 top: 0;
 width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
 color: #007acc;
 text-decoration: none;
}

a:hover,
a:focus,
a:active {
 color: #686868;
}

a:focus {
 outline: thin dotted;
}

a:hover,
a:active {
 outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
 box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
 box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
 display: none;
 -webkit-flex: 0 1 100%;
 -ms-flex: 0 1 100%;
 flex: 0 1 100%;
 margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
 display: block;
}

.main-navigation {
 font-family: Montserrat, "Helvetica Neue", sans-serif;
}


.main-navigation ul {
 list-style: none;
 margin: 0;
}

.main-navigation li {
 border-top: 1px solid #d1d1d1;
 position: relative;
}

.main-navigation a {
 color: #1a1a1a;
 display: block;
 line-height: 1.3125;
 outline-offset: -1px;
 padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
 color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
 font-weight: 700;
}

.main-navigation ul ul {
 display: none;
 margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
 display: block;
}

.main-navigation ul .toggled-on {
 display: block;
}

.main-navigation .primary-menu {
 border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
 margin-right: 56px;
}

.dropdown-toggle {
 background-color: transparent;
 border: 0;
 border-radius: 0;
 color: #1a1a1a;
 content: "";
 height: 48px;
 padding: 0;
 position: absolute;
 right: 0;
 text-transform: none;
 top: 0;
 width: 48px;
}

.dropdown-toggle:after {
 border: 0 solid #d1d1d1;
 border-left-width: 1px;
 content: "\f431";
 font-size: 24px;
 left: 1px;
 position: relative;
 width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
 background-color: transparent;
 color: #007acc;
}

.dropdown-toggle:focus {
 outline: thin dotted;
 outline-offset: -1px;
}

.dropdown-toggle:focus:after {
 border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
 content: "\f432";
}

.site-header .main-navigation + .social-navigation {
 margin-top: 1.75em;
}

/* .site-footer .social-navigation {
 margin-bottom: 1.75em;
} */

.social-navigation ul {
 list-style: none;
 margin: 0 0 -0.4375em;
}

.social-navigation li {
 float: left;
 margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
 border: 1px solid #d1d1d1;
 border-radius: 50%;
 color: #1a1a1a;
 display: block;
 height: 35px;
 position: relative;
 width: 35px;
}

.social-navigation a:before {
 content: "\f415";
 height: 33px;
 line-height: 33px;
 text-align: center;
 width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
 color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
 content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
 content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
 content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
 content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
 content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
 content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
 content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
 content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
 content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
 content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
 content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
 content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
 content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
 content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
 content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
 content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
 content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
 content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
 content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
 content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
 content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
 content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
 content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
 content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
 content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
 content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
 content: "\f413";
}

.post-navigation {
 border-top: 4px solid #1a1a1a;
 border-bottom: 4px solid #1a1a1a;
 clear: both;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 margin: 0 7.6923% 3.5em;
}

.post-navigation a {
 color: #1a1a1a;
 display: block;
 padding: 1.75em 0;
}

.post-navigation span {
 display: block;
}

.post-navigation .meta-nav {
 color: #686868;
 font-size: 13px;
 font-size: 0.8125rem;
 letter-spacing: 0.076923077em;
 line-height: 1.6153846154;
 margin-bottom: 0.5384615385em;
 text-transform: uppercase;
}

.post-navigation .post-title {
 display: inline;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 23px;
 font-size: 1.4375rem;
 font-weight: 700;
 line-height: 1.2173913043;
 text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
 color: #007acc;
}

.post-navigation div + div {
 border-top: 4px solid #1a1a1a;
}

.pagination {
 border-top: 4px solid #1a1a1a;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 19px;
 font-size: 1.1875rem;
 margin: 0 7.6923% 2.947368421em;
 min-height: 56px;
 position: relative;
}

.pagination:before,
.pagination:after {
 background-color: #1a1a1a;
 content: "";
 height: 52px;
 position: absolute;
 top:0;
 width: 52px;
 z-index: 0;
}

.pagination:before {
 right: 0;
}

.pagination:after {
 right: 54px;
}

.pagination a:hover,
.pagination a:focus {
 color: #1a1a1a;
}

.pagination .nav-links {
 padding-right: 106px;
 position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
 color: #fff;
 font-size: 32px;
 line-height: 51px;
 opacity: 0.3;
 position: absolute;
 width: 52px;
 z-index: 1;
}

.pagination .nav-links:before {
 content: "\f429";
 right: -1px;
}

.pagination .nav-links:after {
 content: "\f430";
 right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
 position: static !important;
}

.pagination .page-numbers {
 display: none;
 letter-spacing: 0.013157895em;
 line-height: 1;
 margin: 0 0.7368421053em 0 -0.7368421053em;
 padding: 0.8157894737em 0.7368421053em 0.3947368421em;
 text-transform: uppercase;
}

.pagination .current {
 display: inline-block;
 font-weight: 700;
}

.pagination .prev,
.pagination .next {
 background-color: #1a1a1a;
 color: #fff;
 display: inline-block;
 height: 52px;
 margin: 0;
 overflow: hidden;
 padding: 0;
 position: absolute;
 top: 0;
 width: 52px;
 z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
 font-size: 32px;
 height: 53px;
 line-height: 52px;
 position: relative;
 width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
 background-color: #007acc;
 color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
 outline: 0;
}

.pagination .prev {
 right: 54px;
}

.pagination .prev:before {
 content: "\f430";
 left: -1px;
 top: -1px;
}

.pagination .next {
 right: 0;
}

.pagination .next:before {
 content: "\f429";
 right: -1px;
 top: -1px;
}

.image-navigation,
.comment-navigation {
 border-top: 1px solid #d1d1d1;
 border-bottom: 1px solid #d1d1d1;
 color: #686868;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 line-height: 1.6153846154;
 margin: 0 7.6923% 2.1538461538em;
 padding: 1.0769230769em 0;
}

.comment-navigation {
 margin-right: 0;
 margin-left: 0;
}

.comments-title + .comment-navigation {
 border-bottom: 0;
 margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
 display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
 content: "\002f";
 display: inline-block;
 opacity: 0.7;
 padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
 clip: rect(1px, 1px, 1px, 1px);
 height: 1px;
 overflow: hidden;
 position: absolute !important;
 width: 1px;
 /* many screen reader and browser combinations announce broken words as they would appear visually */
 word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
 background-color: #f1f1f1;
 box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
 color: #21759b;
 display: block;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 14px;
 font-weight: 700;
 left: -9999em;
 outline: none;
 padding: 15px 23px 14px;
 text-decoration: none;
 text-transform: none;
 top: -9999em;
}

.logged-in .site .skip-link {
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
 font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
 clip: auto;
 height: auto;
 left: 6px;
 top: 7px;
 width: auto;
 z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
 float: left;
 margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
 float: right;
 margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
 clear: both;
 display: block;
 margin: 0 auto 1.75em;
}

blockquote.alignleft {
 margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
 margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
 margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
 content: "";
 display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
 clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
 border-top: 4px solid #1a1a1a;
 margin-bottom: 3.5em;
 padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
 margin-bottom: 0;
}

.widget .widget-title {
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 16px;
 font-size: 1rem;
 letter-spacing: 0.046875em;
 line-height: 1.3125;
 margin: 0 0 1.75em;
 text-transform: uppercase;
}

.widget .widget-title:empty {
 margin-bottom: 0;
}

.widget-title a {
 color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
 margin: 0;
}

.widget_calendar td,
.widget_calendar th {
 line-height: 2.5625;
 padding: 0;
 text-align: center;
}

.widget_calendar caption {
 font-weight: 900;
 margin-bottom: 1.75em;
}

.widget_calendar tbody a {
 background-color: #007acc;
 color: #fff;
 display: block;
 font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
 background-color: #686868;
 color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
 color: #686868;
 display: block;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 line-height: 1.615384615;
 margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
 margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
 margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
 color: #686868;
 display: block;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 font-style: normal;
 line-height: 1.615384615;
 margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
 margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
 margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
 border: 1px solid #d1d1d1;
 border-radius: 2px;
 display: inline-block;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 line-height: 1;
 margin: 0 0.1875em 0.4375em 0;
 padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
 border-color: #007acc;
 color: #007acc;
 outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
 background-color: #fff;
}

.site-inner {
 margin: 0 auto;
 max-width: 1320px;
 position: relative;
}

.site-content {
 word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
 outline: 0;
}

.site-main {
 margin-bottom: 3.5em;
}

.site-main > :last-child {
 margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
 padding: 2.625em 7.6923%;
}

.site-header-main {
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}

.site-branding {
 margin: 0.875em auto 0.875em 0;
 /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
 max-width: 100%;
 min-width: 0;
 overflow: hidden;
}

.custom-logo-link {
 display: block;
}

/*.custom-logo {
 max-width: 180px;
}*/

.site-title {
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 23px;
 font-size: 1.4375rem;
 font-weight: 700;
 line-height: 1.2173913043;
 margin: 0;
}

.site-branding .site-title a {
 color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
 color: #007acc;
}

.wp-custom-logo .site-title {
 margin-top: 0.608695652em;
}

.site-description {
 color: #686868;
 display: none;
 font-size: 13px;
 font-size: 0.8125rem;
 font-weight: 400;
 line-height: 1.0769230769;
 margin: 0.538461538em 0 0;
}

.menu-toggle {
 background-color: transparent;
 border: 1px solid #d1d1d1;
 color: #1a1a1a;
 font-size: 13px;
 font-size: 0.8125rem;
 margin: 1.076923077em 0;
 padding: 0.769230769em;
}

.no-js .menu-toggle {
 display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
 background-color: transparent;
 border-color: #007acc;
 color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
 background-color: #1a1a1a;
 border-color: #1a1a1a;
 color: #fff;
}

.menu-toggle:focus {
 outline: 0;
}

.menu-toggle.toggled-on:focus {
 outline: thin dotted;
}

.header-image {
 clear: both;
 margin: 0.875em 0;
}

.header-image a {
 display: block;
}

.header-image a:hover img,
.header-image a:focus img {
 opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
 margin-bottom: 3.5em;
 position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
/* .entry-footer, */
.page-content {
 margin-right: 7.6923%;
 margin-left: 7.6923%;
}

.entry-title {
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 28px;
 font-size: 1.75rem;
 font-weight: 700;
 line-height: 1.25;
 margin-bottom: 1em;
}

.entry-title a {
 color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
 color: #007acc;
}

.post-thumbnail {
 display: block;
 margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
 display: block;
}

.no-sidebar .post-thumbnail img {
 margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
 opacity: 0.85;
}

.entry-content,
.entry-summary {
 border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
 font-size: 28px;
 font-size: 1.75rem;
 line-height: 1.25;
 margin-top: 2em;
 margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
 font-size: 23px;
 font-size: 1.4375rem;
 line-height: 1.2173913043;
 margin-top: 2.4347826087em;
 margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
 font-size: 19px;
 font-size: 1.1875rem;
 line-height: 1.1052631579;
 margin-top: 2.9473684211em;
 margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
 font-size: 16px;
 font-size: 1rem;
 line-height: 1.3125;
 margin-top: 3.5em;
 margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
 letter-spacing: 0.140625em;
 text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
 font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
 font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
 margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}

body:not(.search-results) .entry-summary {
 color: #686868;
 font-size: 19px;
 font-size: 1.1875rem;
 line-height: 1.4736842105;
 margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
 margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
 margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
 margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
 padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
 margin-bottom: 1.4736842105em;
 padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
 border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
 margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
 margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
 margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
 margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
 margin-bottom: 0;
}

.more-link {
 white-space: nowrap;
}

.author-info {
 border-color: inherit;
 border-style: solid;
 border-width: 1px 0 1px 0;
 clear: both;
 padding-top: 1.75em;
 padding-bottom: 1.75em;
}

.author-avatar .avatar {
 float: left;
 height: 42px;
 margin: 0 1.75em 1.75em 0;
 width: 42px;
}

.author-description > :last-child {
 margin-bottom: 0;
}

.entry-content .author-title {
 clear: none;
 font-size: 16px;
 font-size: 1rem;
 font-weight: 900;
 line-height: 1.75;
 margin: 0;
}

.author-bio {
 color: #686868;
 font-size: 13px;
 font-size: 0.8125rem;
 line-height: 1.6153846154;
 margin-bottom: 1.6153846154em;
 overflow: hidden;
}

.author-link {
 white-space: nowrap;
}

.entry-footer {
 color: #686868;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 line-height: 1.6153846154;
 margin-top: 2.1538461538em;
}

.entry-footer:empty {
 margin: 0;
}

.entry-footer a {
 color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
 color: #007acc;
}

.entry-footer > span:not(:last-child):after {
 content: "\002f";
 display: inline-block;
 opacity: 0.7;
 padding: 0 0.538461538em;
}

.entry-footer .avatar {
 height: 21px;
 margin: -0.1538461538em 0.5384615385em 0 0;
 width: 21px;
}

.sticky-post {
 color: #686868;
 display: block;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 letter-spacing: 0.076923077em;
 line-height: 1.6153846154;
 margin-bottom: 0.5384615385em;
 text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
 display: none;
}

.sticky .posted-on,
.byline {
 display: none;
}

.single .byline,
.group-blog .byline {
 display: inline;
}

.page-header {
 border-top: 4px solid #1a1a1a;
 margin: 0 7.6923% 3.5em;
 padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
 border-top: 0;
 padding-top: 0;
}

.page-title {
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 23px;
 font-size: 1.4375rem;
 line-height: 1.2173913043;
}

.taxonomy-description {
 color: #686868;
 font-size: 13px;
 font-size: 0.8125rem;
 line-height: 1.6153846154;
}

.taxonomy-description p {
 margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
 margin-bottom: 0;
}

.page-links {
 clear: both;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
 border: 1px solid #d1d1d1;
 border-radius: 2px;
 display: inline-block;
 font-size: 13px;
 font-size: 0.8125rem;
 height: 1.8461538462em;
 line-height: 1.6923076923em;
 margin-right: 0.3076923077em;
 text-align: center;
 width: 1.8461538462em;
}

.page-links a {
 background-color: #1a1a1a;
 border-color: #1a1a1a;
 color: #fff;
}

.page-links a:hover,
.page-links a:focus {
 background-color: #007acc;
 border-color: transparent;
 color: #fff;
}

.page-links > .page-links-title {
 border: 0;
 color: #1a1a1a;
 height: auto;
 margin: 0;
 padding-right: 0.6153846154em;
 width: auto;
}

.entry-attachment {
 margin-bottom: 1.75em;
}

.entry-caption {
 color: #686868;
 font-size: 13px;
 font-size: 0.8125rem;
 font-style: italic;
 line-height: 1.6153846154;
 padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
 margin-bottom: 0;
}

.content-bottom-widgets {
 margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
 margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
 font-size: 19px;
 font-size: 1.1875rem;
 line-height: 1.473684211;
 margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
 display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
 margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
 padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
 border-top: 4px solid #1a1a1a;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 23px;
 font-size: 1.4375rem;
 font-weight: 700;
 line-height: 1.3125;
 padding-top: 1.217391304em;
}

.comments-title {
 margin-bottom: 1.217391304em;
}

.comment-list {
 list-style: none;
 margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
 border-top: 1px solid #d1d1d1;
 padding: 1.75em 0;
}

.comment-list .children {
 list-style: none;
 margin: 0;
}

.comment-list .children > li {
 padding-left: 0.875em;
}

.comment-author {
 color: #1a1a1a;
 margin-bottom: 0.4375em;
}

.comment-author .avatar {
 float: left;
 height: 28px;
 margin-right: 0.875em;
 position: relative;
 width: 28px;
}

.bypostauthor > article .fn:after {
 content: "\f304";
 left: 3px;
 position: relative;
 top: 5px;
}

.comment-metadata,
.pingback .edit-link {
 color: #686868;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 line-height: 1.6153846154;
}

.comment-metadata {
 margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
 color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
 color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
 display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
 content: "\002f";
 display: inline-block;
 opacity: 0.7;
 padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
 margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
 margin-bottom: 0;
}

.comment-reply-link {
 border: 1px solid #d1d1d1;
 border-radius: 2px;
 color: #007acc;
 display: inline-block;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 line-height: 1;
 margin-top: 2.1538461538em;
 padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
 border-color: currentColor;
 color: #007acc;
 outline: 0;
}

.comment-form {
 padding-top: 1.75em;
}

.comment-form label {
 color: #686868;
 display: block;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 letter-spacing: 0.076923077em;
 line-height: 1.6153846154;
 margin-bottom: 0.5384615385em;
 text-transform: uppercase;
}

.comment-list .comment-form {
 padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
 color: #686868;
 font-size: 13px;
 font-size: 0.8125rem;
 line-height: 1.6153846154;
 margin-bottom: 2.1538461538em;
}

.no-comments {
 border-top: 1px solid #d1d1d1;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-weight: 700;
 margin: 0;
 padding-top: 1.75em;
}

.comment-navigation + .no-comments {
 border-top: 0;
 padding-top: 0;
}

.form-allowed-tags code {
 font-family: Inconsolata, monospace;
}

.form-submit {
 margin-bottom: 0;
}

.required {
 color: #007acc;
 font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
 font-size: 100%;
}

.comment-reply-title small a {
 border: 0;
 float: right;
 height: 32px;
 overflow: hidden;
 width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
 color: #1a1a1a;
}

.comment-reply-title small a:before {
 content: "\f405";
 font-size: 32px;
 position: relative;
 top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
 margin-bottom: 3.5em;
 padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
 padding: 0 7.6923% 1.75em;
}

.site-info {
 color: #686868;
 font-size: 13px;
 font-size: 0.8125rem;
 line-height: 1.6153846154;
}

.site-info a {
 color: #686868;
}

.site-info a:hover,
.site-info a:focus {
 color: #007acc;
}

.site-footer .site-title {
 font-family: inherit;
 font-size: inherit;
 font-weight: 400;
}

.site-footer .site-title:after {
 content: "\002f";
 display: inline-block;
 font-family: Montserrat, sans-serif;
 opacity: 0.7;
 padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
 border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
 border: none;
 margin-top: 0;
 margin-bottom: 0;
 padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
 display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
 margin-bottom: 1.75em;
 max-width: 100%;
 vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
 margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
 box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
 margin-top: 0;
 margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
 padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
 margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
 border-bottom: 0;
 padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
 top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
 margin-bottom: 1.75em;
 max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
 display: block;
 margin: 0;
}

.wp-caption .wp-caption-text {
 color: #686868;
 font-size: 13px;
 font-size: 0.8125rem;
 font-style: italic;
 line-height: 1.6153846154;
 padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
 margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
 display: inline-block;
 max-width: 33.33%;
 padding: 0 1.1400652% 2.2801304%;
 text-align: center;
 vertical-align: top;
 width: 100%;
}

.gallery-columns-1 .gallery-item {
 max-width: 100%;
}

.gallery-columns-2 .gallery-item {
 max-width: 50%;
}

.gallery-columns-4 .gallery-item {
 max-width: 25%;
}

.gallery-columns-5 .gallery-item {
 max-width: 20%;
}

.gallery-columns-6 .gallery-item {
 max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
 max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
 max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
 max-width: 11.11%;
}

.gallery-icon img {
 margin: 0 auto;
}

.gallery-caption {
 color: #686868;
 display: block;
 font-size: 13px;
 font-size: 0.8125rem;
 font-style: italic;
 line-height: 1.6153846154;
 padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
 display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
 margin-bottom: 3.5em;
 padding: 0 7.6923%;
}

.widecolumn .mu_register {
 width: auto;
}

.widecolumn .mu_register .mu_alert {
 background: transparent;
 border-color: #d1d1d1;
 color: inherit;
 margin-bottom: 3.5em;
 padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
 margin-top: 0;
}

.widecolumn h2 {
 font-size: 23px;
 font-size: 1.4375rem;
 font-weight: 900;
 line-height: 1.2173913043;
 margin-bottom: 1.2173913043em;
}

.widecolumn p {
 margin: 1.75em 0;
}

.widecolumn p + h2 {
 margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
 color: #686868;
 font-family: Montserrat, "Helvetica Neue", sans-serif;
 font-size: 13px;
 font-size: 0.8125rem;
 font-weight: 400;
 letter-spacing: 0.076923077em;
 line-height: 1.6153846154;
 text-transform: uppercase;
}

.widecolumn .mu_register label {
 margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
 font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
 font-size: 16px;
 font-size: 1rem;
 width: 100%;
}

.widecolumn .mu_register #blogname {
 margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
 margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
 font-size: 16px;
 font-size: 1rem;
 margin: 0;
 width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
 font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
 margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
 width: device-width;
}

@viewport {
 width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
 body:not(.custom-background-image):before,
 body:not(.custom-background-image):after {
  background: inherit;
  content: "";
  display: block;
  height: 21px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
 }

 body:not(.custom-background-image):before {
  top: 0;
 }

 body:not(.custom-background-image).admin-bar:before {
  top: 46px;
 }

 body:not(.custom-background-image):after {
  bottom: 0;
 }

 .site {
  margin: 21px;
 }

 .site-main {
  margin-bottom: 5.25em;
 }

 .site-header {
  padding: 3.9375em 7.6923%;
 }

 .site-branding {
  margin-top: 1.3125em;
  margin-bottom: 1.3125em;
 }

 /*.custom-logo {
  max-width: 210px;
 }*/

 .site-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
 }

 .wp-custom-logo .site-title {
  margin-top: 0.5em;
 }

 .site-description {
  display: block;
 }

 .menu-toggle {
  font-size: 16px;
  font-size: 1.0rem;
  margin: 1.3125em 0;
  padding: 0.8125em 0.875em 0.6875em;
 }

 .site-header-menu {
  margin: 1.3125em 0;
 }

 .site-header .main-navigation + .social-navigation {
  margin-top: 2.625em;
 }

 .header-image {
  margin: 1.3125em 0;
 }

 .pagination {
  margin: 0 23.0769% 4.421052632em 7.6923%
 }

 .post-navigation {
  margin-bottom: 5.25em;
 }

 .post-navigation .post-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
 }

 /* restore screen-reader-text */
 .pagination .current .screen-reader-text {
  position: absolute !important;
 }

 .pagination .page-numbers {
  display: inline-block;
 }

 .site-main > article {
  margin-bottom: 5.25em;
 }

 .entry-header,
 .post-thumbnail,
 .entry-content,
 .entry-summary,
 .entry-footer,
 .comments-area,
 .image-navigation,
 .post-navigation,
 .page-header,
 .page-content,
 .content-bottom-widgets {
  margin-right: 23.0769%;
 }

 .entry-title {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.2727272727;
  margin-bottom: 0.8484848485em;
 }

 .entry-content blockquote.alignleft,
 .entry-content blockquote.alignright {
  border-width: 4px 0 0 0;
  padding: 0.9473684211em 0 0;
  width: -webkit-calc(50% - 0.736842105em);
  width: calc(50% - 0.736842105em);
 }

 .entry-content blockquote:not(.alignleft):not(.alignright),
 .entry-summary blockquote,
 .comment-content blockquote {
  margin-left: -1.473684211em;
 }

 .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
 .entry-summary blockquote blockquote,
 .comment-content blockquote blockquote {
  margin-left: 0;
 }

 .entry-content ul,
 .entry-summary ul,
 .comment-content ul,
 .entry-content ol,
 .entry-summary ol,
 .comment-content ol {
  margin-left: 0;
 }

 .entry-content li > ul,
 .entry-summary li > ul,
 .comment-content li > ul,
 .entry-content blockquote > ul,
 .entry-summary blockquote > ul,
 .comment-content blockquote > ul {
  margin-left: 1.25em;
 }

 .entry-content li > ol,
 .entry-summary li > ol,
 .comment-content li > ol,
 .entry-content blockquote > ol,
 .entry-summary blockquote > ol,
 .comment-content blockquote > ol {
  margin-left: 1.5em;
 }

 .comment-author {
  margin-bottom: 0;
 }

 .comment-author .avatar {
  height: 42px;
  position: relative;
  top: 0.25em;
  width: 42px;
 }

 .comment-list .children > li {
  padding-left: 1.75em;
 }

 .comment-list + .comment-respond,
 .comment-navigation + .comment-respond {
  padding-top: 3.5em;
 }

 .comments-area,
 .widget,
 .content-bottom-widgets .widget-area {
  margin-bottom: 5.25em;
 }

 .sidebar,
 .widecolumn {
  margin-bottom: 5.25em;
  padding-right: 23.0769%;
 }

 body:not(.search-results) .entry-summary li > ul,
 body:not(.search-results) .entry-summary blockquote > ul {
  margin-left: 1.157894737em;
 }

 body:not(.search-results) .entry-summary li > ol,
 body:not(.search-results) .entry-summary blockquote > ol {
  margin-left: 1.473684211em;
 }
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
 body:not(.custom-background-image).admin-bar:before {
  top: 32px;
 }
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
 .site-header {
  padding-right: 4.5455%;
  padding-left: 4.5455%;
 }

 .site-header-main {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
 }

 .wp-custom-logo .site-header-main {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 }

 .site-header-menu {
  display: block;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
 }

 .main-navigation {
  margin: 0 -0.875em;
 }

 .main-navigation .primary-menu,
 .main-navigation .primary-menu > li {
  border: 0;
 }

 .main-navigation .primary-menu > li {
  float: left;
 }

 .main-navigation a {
  outline-offset: -8px;
  padding: 0.65625em 0.875em;
  white-space: nowrap;
 }

 .main-navigation li:hover > a,
 .main-navigation li.focus > a {
  color: #007acc;
 }

 .main-navigation ul ul {
  border-bottom: 1px solid #d1d1d1;
  display: block;
  left: -999em;
  margin: 0;
  position: absolute;
  z-index: 99999;
 }

 .main-navigation ul ul ul {
  top: -1px;
 }

 .main-navigation ul ul ul:before,
 .main-navigation ul ul ul:after {
  border: 0;
 }

 .main-navigation ul ul li {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-bottom-width: 0;
 }

 .main-navigation ul ul a {
  white-space: normal;
  width: 12.6875em;
 }

 .main-navigation ul ul:before,
 .main-navigation ul ul:after {
  border-style: solid;
  content: "";
  position: absolute;
 }

 .main-navigation ul ul:before {
  border-color: #d1d1d1 transparent;
  border-width: 0 10px 10px;
  right: 9px;
  top: -9px;
 }

 .main-navigation ul ul:after {
  border-color: #fff transparent;
  border-width: 0 8px 8px;
  right: 11px;
  top: -7px;
 }

 .main-navigation li:hover > ul,
 .main-navigation li.focus > ul {
  left: auto;
  right: 0;
 }

 .main-navigation ul ul li:hover > ul,
 .main-navigation ul ul li.focus > ul {
  left: auto;
  right: 100%;
 }

 .main-navigation .menu-item-has-children > a {
  margin: 0;
  padding-right: 2.25em;
 }

 .main-navigation .menu-item-has-children > a:after {
  content: "\f431";
  position: absolute;
  right: 0.625em;
  top: 0.8125em;
 }

 .main-navigation ul ul .menu-item-has-children > a {
  padding-right: 2.0625em;
 }

 .main-navigation ul ul .menu-item-has-children > a:after {
  right: 0.5625em;
  top: 0.875em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
 }

 .dropdown-toggle,
 .main-navigation ul .dropdown-toggle.toggled-on,
 .menu-toggle,
 .site-header .social-navigation,
 .site-footer .main-navigation {
  display: none;
 }

 .site-content {
  padding: 0 4.5455%;
 }

 .content-area {
  float: left;
  margin-right: -100%;
  width: 70%;
 }

 .entry-header,
 .post-thumbnail,
 .entry-content,
 .entry-summary,
 .entry-footer,
 .comments-area,
 .image-navigation,
 .post-navigation,
 .pagination,
 .page-header,
 .page-content,
 .content-bottom-widgets {
  margin-right: 0;
  margin-left: 0;
 }

 .sidebar {
  float: left;
  margin-left: 75%;
  padding: 0;
  width: 25%;
 }

 .widget {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 3.230769231em;
  padding-top: 1.615384615em;
 }

 .widget .widget-title {
  margin-bottom: 1.3125em;
 }

 .widget p,
 .widget address,
 .widget hr,
 .widget ul,
 .widget ol,
 .widget dl,
 .widget dd,
 .widget table {
  margin-bottom: 1.6153846154em;
 }

 .widget li > ul,
 .widget li > ol {
  margin-bottom: 0;
 }

 .widget blockquote {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 1.3125em;
  padding-left: 1.0625em;
 }

 .widget blockquote cite,
 .widget blockquote small {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
 }

 .widget th,
 .widget td {
  padding: 0.5384615385em;
 }

 .widget pre {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 1.6153846154em;
  padding: 0.5384615385em;
 }

 .widget fieldset {
  margin-bottom: 1.6153846154em;
  padding: 0.5384615385em;
 }

 .widget button,
 .widget input,
 .widget select,
 .widget textarea {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
 }

 .widget button,
 .widget input[type="button"],
 .widget input[type="reset"],
 .widget input[type="submit"] {
  line-height: 1;
  padding: 0.846153846em;
 }

 .widget input[type="date"],
 .widget input[type="time"],
 .widget input[type="datetime-local"],
 .widget input[type="week"],
 .widget input[type="month"],
 .widget input[type="text"],
 .widget input[type="email"],
 .widget input[type="url"],
 .widget input[type="password"],
 .widget input[type="search"],
 .widget input[type="tel"],
 .widget input[type="number"],
 .widget textarea {
  padding: 0.4615384615em 0.5384615385em;
 }

 .widget h1 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-bottom: 0.9130434783em;
 }

 .widget h2 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-bottom: 1.1052631579em;
 }

 .widget h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin-bottom: 1.3125em;
 }

 .widget h4,
 .widget h5,
 .widget h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin-bottom: 0.9130434783em;
 }

 .widget .alignleft {
  margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
 }

 .widget .alignright {
  margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
 }

 .widget .aligncenter {
  margin-bottom: 1.6153846154em;
 }

 .widget_calendar td,
 .widget_calendar th {
  line-height: 2.6923076923;
  padding: 0;
 }

 .widget_rss .rssSummary:last-child {
  margin-bottom: 1.615384615em;
 }

 .widget input[type="search"].search-field {
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
 }

 .widget .search-submit:before {
  font-size: 16px;
  left: 1px;
  line-height: 35px;
  width: 34px;
 }

 .widget button.search-submit {
  padding: 0;
  width: 35px;
 }

 .tagcloud a {
  margin: 0 0.2307692308em 0.5384615385em 0;
  padding: 0.5384615385em 0.4615384615em 0.4615384615em;
 }

 .textwidget h1 {
  margin-top: 1.8260869565em;
 }

 .textwidget h2 {
  margin-top: 2.2105263158em;
 }

 .textwidget h3 {
  margin-top: 2.625em;
 }

 .textwidget h4 {
  letter-spacing: 0.153846154em;
 }

 .textwidget h4,
 .textwidget h5,
 .textwidget h6 {
  margin-top: 3.2307692308em;
 }

 .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
 .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
  float: left;
  margin-right: 7.1428571%;
  width: 46.42857145%;
 }

 .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
  margin-right: 0;
 }

 .site-footer {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4.5455% 3.5em;
 }

 .site-footer .social-navigation {
  margin: 0;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
 }

 .site-info {
  margin: 0.538461538em auto 0.538461538em 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
 }

 .no-sidebar .content-area {
  float: none;
  margin: 0;
  width: 100%;
 }

 .no-sidebar .entry-header,
 .no-sidebar .entry-content,
 .no-sidebar .entry-summary,
 .no-sidebar .entry-footer,
 .no-sidebar .comments-area,
 .no-sidebar .image-navigation,
 .no-sidebar .post-navigation,
 .no-sidebar .pagination,
 .no-sidebar .page-header,
 .no-sidebar .page-content,
 .no-sidebar .content-bottom-widgets {
  margin-right: 15%;
  margin-left: 15%;
 }

 .widecolumn {
  padding-right: 15%;
  padding-left: 15%;
 }
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
 .site-main {
  margin-bottom: 7.0em;
 }

 .site-header {
  padding: 5.25em 4.5455%;
 }

 .site-branding,
 .site-header-menu,
 .header-image {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
 }

 /*.custom-logo {
  max-width: 240px;
 }*/

 .image-navigation {
  margin-bottom: 3.230769231em;
 }

 .post-navigation {
  margin-bottom: 7.0em;
 }

 .pagination {
  margin-bottom: 5.894736842em;
 }

 .widget {
  margin-bottom: 4.307692308em;
 }

 .site-main > article {
  margin-bottom: 7.0em;
 }

 .entry-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.225;
  margin-bottom: 1.05em;
 }

 .format-aside .entry-title,
 .format-image .entry-title,
 .format-video .entry-title,
 .format-quote .entry-title,
 .format-gallery .entry-title,
 .format-status .entry-title,
 .format-link .entry-title,
 .format-audio .entry-title,
 .format-chat .entry-title {
  font-size: 23px;
  font-size: 1.4375em;
  line-height: 1.304347826;
  margin-bottom: 1.826086957em;
 }

 .post-thumbnail {
  margin-bottom: 2.625em;
 }

 .entry-content h1,
 .entry-summary h1,
 .comment-content h1 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.2727272727;
  margin-top: 1.696969697em;
  margin-bottom: 0.8484848485em;
 }

 .entry-content h2,
 .entry-summary h2,
 .comment-content h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 1em;
 }

 .entry-content h3,
 .entry-summary h3,
 .comment-content h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2173913043;
  margin-top: 2.4347826087em;
  margin-bottom: 1.2173913043em;
 }

 .entry-content h4,
 .entry-summary h4,
 .entry-intro h4,
 .comment-content h4 {
  letter-spacing: 0.131578947em;
 }

 .entry-content h4,
 .entry-content h5,
 .entry-content h6,
 .entry-summary h4,
 .entry-summary h5,
 .entry-summary h6,
 .comment-content h4,
 .comment-content h5,
 .comment-content h6 {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.1052631579;
  margin-top: 2.9473684211em;
  margin-bottom: 1.473684211em;
 }

 .author-info {
  border-bottom-width: 0;
  padding-bottom: 0;
 }

 .comment-list + .comment-respond,
 .comment-navigation + .comment-respond {
  padding-top: 5.25em;
 }

 .comments-area,
 .sidebar,
 .content-bottom-widgets .widget-area,
 .widecolumn {
  margin-bottom: 7.0em;
 }

 body:not(.search-results) .entry-summary {
  margin-bottom: 2.210526316em;
 }

 body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -1.105263158em;
 }

 body:not(.search-results) article:not(.type-page) .entry-content {
  float: right;
  width: 71.42857144%;
 }

 body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
  margin-left: -40%;
  width: -webkit-calc(60% - 1.4736842105em);
  width: calc(60% - 1.4736842105em);
 }

 body:not(.search-results) article:not(.type-page) img.below-entry-meta,
 body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
  clear: both;
  display: block;
  float: none;
  margin-right: 0;
  margin-left: -40%;
  max-width: 140%;
 }

 body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
 body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
 body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
  margin: 0;
  max-width: 100%;
 }

 body:not(.search-results) article:not(.type-page) .entry-footer {
  float: left;
  margin-top: 0.1538461538em;
  width: 21.42857143%;
 }

 body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
  display: none;
 }

 .single .byline,
 .full-size-link,
 body:not(.search-results).group-blog .byline,
 body:not(.search-results) .entry-format,
 body:not(.search-results) .cat-links,
 body:not(.search-results) .tags-links,
 body:not(.search-results) article:not(.sticky) .posted-on,
 body:not(.search-results) article:not(.type-page) .comments-link,
 body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
  display: block;
  margin-bottom: 0.5384615385em;
 }

 body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
  margin-bottom: 0;
 }

 body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
  display: block;
  height: auto;
  margin: 0 0 0.5384615385em;
  width: 49px;
 }

 body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
  float: left;
  margin-right: -100%;
  margin-left: 34.99999999%;
  width: 50.00000001%;
 }

 body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
  margin-right: -100%;
  margin-left: 15%;
  width: 15%;
 }
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
 body:not(.search-results) .entry-summary {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  margin-bottom: 1.826086957em;
 }

 body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -0.913043478em;
 }

 body:not(.search-results) .entry-summary p,
 body:not(.search-results) .entry-summary address,
 body:not(.search-results) .entry-summary hr,
 body:not(.search-results) .entry-summary ul,
 body:not(.search-results) .entry-summary ol,
 body:not(.search-results) .entry-summary dl,
 body:not(.search-results) .entry-summary dd,
 body:not(.search-results) .entry-summary table {
  margin-bottom: 1.5217391304em;
 }

 body:not(.search-results) .entry-summary li > ul,
 body:not(.search-results) .entry-summary blockquote > ul {
  margin-left: 0.956521739em;
 }

 body:not(.search-results) .entry-summary li > ol,
 body:not(.search-results) .entry-summary blockquote > ol {
  margin-left: 1.52173913em;
 }

 body:not(.search-results) .entry-summary blockquote {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.5217391304;
  margin: 0 0 1.5217391304em;
  padding-left: 1.347826087em;
 }

 body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
  margin-left: -1.52173913em;
 }

 body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
 }

 body:not(.search-results) .entry-summary blockquote cite,
 body:not(.search-results) .entry-summary blockquote small {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.8421052632;
 }

 body:not(.search-results) .entry-summary th,
 body:not(.search-results) .entry-summary td {
  padding: 0.3043478261em;
 }

 body:not(.search-results) .entry-summary pre {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.75em;
  padding: 1.75em;
 }

 body:not(.search-results) .entry-summary fieldset {
  margin-bottom: 1.5217391304em;
  padding: 0.3043478261em;
 }

 body:not(.search-results) .entry-summary h1 {
  margin-top: 2.121212121em;
  margin-bottom: 1.060606061em;
 }

 body:not(.search-results) .entry-summary h2 {
  margin-top: 2.5em;
  margin-bottom: 1.25em;
 }

 body:not(.search-results) .entry-summary h3 {
  margin-top: 3.043478261em;
  margin-bottom: 1.52173913em;
 }

 body:not(.search-results) .entry-summary h4,
 body:not(.search-results) .entry-summary h5,
 body:not(.search-results) .entry-summary h6 {
  margin-top: 3.684210526em;
  margin-bottom: 1.842105263em;
 }

 body:not(.search-results) .entry-summary h1:first-child,
 body:not(.search-results) .entry-summary h2:first-child,
 body:not(.search-results) .entry-summary h3:first-child,
 body:not(.search-results) .entry-summary h4:first-child,
 body:not(.search-results) .entry-summary h5:first-child,
 body:not(.search-results) .entry-summary h6:first-child {
  margin-top: 0;
 }

 body:not(.search-results) .entry-summary .alignleft {
  margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
 }

 body:not(.search-results) .entry-summary .alignright {
  margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
 }

 body:not(.search-results) .entry-summary .aligncenter {
  margin-bottom: 1.5217391304em;
 }
}


/**
 * 15.0 - Print
 */

@media print {
 form,
 button,
 input,
 select,
 textarea,
 .navigation,
 .main-navigation,
 .social-navigation,
 .sidebar,
 .content-bottom-widgets,
 .header-image,
 .page-links,
 .edit-link,
 .comment-respond,
 .comment-edit-link,
 .comment-reply-link,
 .comment-metadata .edit-link,
 .pingback .edit-link {
  display: none;
 }

 body,
 blockquote cite,
 blockquote small,
 pre,
 .entry-content h4,
 .entry-content h5,
 .entry-content h6,
 .entry-summary h4,
 .entry-summary h5,
 .entry-summary h6,
 .comment-content h4,
 .comment-content h5,
 .comment-content h6,
 .entry-content .author-title {
  font-size: 12pt;
 }

 blockquote {
  font-size: 14.25pt;
 }

 .site-title,
 .page-title,
 .comments-title,
 .entry-content h2,
 .entry-summary h2,
 .comment-content h2,
 .widecolumn h2 {
  font-size: 17.25pt;
 }

 .site-description {
  display: block;
 }

 .entry-title {
  font-size: 24.75pt;
  line-height: 1.2727272727;
  margin-bottom: 1.696969697em;
 }

 .format-aside .entry-title,
 .format-image .entry-title,
 .format-video .entry-title,
 .format-quote .entry-title,
 .format-gallery .entry-title,
 .format-status .entry-title,
 .format-link .entry-title,
 .format-audio .entry-title,
 .format-chat .entry-title {
  font-size: 17.25pt;
  line-height: 1.304347826;
  margin-bottom: 1.826086957em;
 }

 .entry-content h1,
 .entry-summary h1,
 .comment-content h1 {
  font-size: 21pt;
 }

 .entry-content h3,
 .entry-summary h3,
 .comment-content h3,
 body:not(.search-results) .entry-summary {
  font-size: 14.25pt;
 }

 .site-description,
 .author-bio,
 .entry-footer,
 .sticky-post,
 .taxonomy-description,
 .entry-caption,
 .comment-metadata,
 .comment-notes,
 .comment-awaiting-moderation,
 .site-info,
 .wp-caption .wp-caption-text,
 .gallery-caption {
  font-size: 9.75pt;
 }

 body,
 .site {
  background: none !important; /* Brute force since user agents all print differently. */
 }

 body,
 blockquote cite,
 blockquote small,
 .site-branding .site-title a,
 .entry-title a,
 .comment-author {
  color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
 }

 blockquote,
 .page-header,
 .comments-title {
  border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
 }

 blockquote,
 .site-description,
 body:not(.search-results) .entry-summary,
 body:not(.search-results) .entry-summary blockquote,
 .author-bio,
 .entry-footer,
 .entry-footer a,
 .sticky-post,
 .taxonomy-description,
 .entry-caption,
 .comment-author,
 .comment-metadata a,
 .comment-notes,
 .comment-awaiting-moderation,
 .site-info,
 .site-info a,
 .wp-caption .wp-caption-text,
 .gallery-caption {
  color: #686868 !important; /* Make sure color schemes don't affect to print */
 }

 code,
 hr {
  background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
 }

 pre,
 abbr,
 acronym,
 table,
 th,
 td,
 .author-info,
 .comment-list article,
 .comment-list .pingback,
 .comment-list .trackback,
 .no-comments {
  border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
 }

 a {
  color: #007acc !important; /* Make sure color schemes don't affect to print */
 }

 .entry-content a,
 .entry-summary a,
 .taxonomy-description a,
 .comment-content a,
 .pingback .comment-body > a {
  box-shadow: none;
  border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
 }

 .site {
  margin: 5%;
 }

 .site-inner {
  max-width: none;
 }

 .site-header {
  padding: 0 0 1.75em;
 }

 .site-branding {
  margin-top: 0;
  margin-bottom: 1.75em;
 }

 .site-main {
  margin-bottom: 3.5em;
 }

 .entry-header,
 .entry-footer,
 .page-header,
 .page-content,
 .entry-content,
 .entry-summary,
 .post-thumbnail,
 .comments-area {
  margin-right: 0;
  margin-left: 0;
 }

 .post-thumbnail,
 .site-main > article {
  margin-bottom: 3.5em;
 }

 .entry-content blockquote.alignleft,
 .entry-content blockquote.alignright {
  border-width: 4px 0 0 0;
  padding: 0.9473684211em 0 0;
  width: -webkit-calc(50% - 0.736842105em);
  width: calc(50% - 0.736842105em);
 }

 body:not(.search-results) .entry-header + .entry-summary {
  margin-top: -1.473684211em;
 }

 .site-footer,
 .widecolumn {
  padding: 0;
 }
}
/*.module-cform {*/
/*    min-height: 100vh;*/
/*}*/
.manage-preferences {
    background-color: #f0f0f0;
}
.c-form {
    display: none;
}
.c-form-loader {
    width: 30px;
    margin: 0 auto;
}
.c-form ul {
    list-style: none;
    padding: 0;
}
.c-field {
    margin-bottom: 20px;
}
.c-width-100,
.c-width-50 {
    width: 100%;
}
.c-field.c-hidden {
    margin-bottom: 0;
}
.c-field label {
    display: block;
    color: #435363;
    font-weight: 700;
    font-size: 16px;
}

.c-field label > i {
    color: #790000;
}

.c-input {
    width: 100%;
    height: 45px;
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 0 10px;
}

.c-select {
    height: 45px;
    width: 100%;
    border-radius: 4px;
    padding: 0 10px;
    background-color: #e3e3e3;
}
.c-section {
    margin-bottom: 45px;
}
.c-basic-fields {
    display: flex;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.c-invisible {
    display: none;
}
.cs-title {
    color: #435363;
    font-weight: 700;
    font-size: 16px;
}
.c-pref-list {
    padding: 0;
    margin: 30px 0;
}
.cl-item {

    margin-bottom: 25px;
}

.cl-circle,
.cl-description {
    display: none;
}

.cl-head {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.cl-switch {
    width: 60px;
    height: 30px;
    background-color: #d9d9d9;
    border-radius: 24px;
    position: relative;
    display: inline-block;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.cl-switch > div {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    left: 0;
    top: -1px;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    transition: all 0.3s ease-in-out;
}
.cl-switch:hover > div {
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.cl-switch.active > div {
    margin-left: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    transition: all 0.3s ease-in-out;
}
.cl-switch.active {
    background-color: #72B57A;
}
.cl-title {
    width: calc(100% - 75px);
}


.cl-pressed-btns {
    margin: 20px 0 0;
}
.cl-pre-btn {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4);
    background-color: #E2E2E2;
    color: #777777;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cl-pre-btn.active {
    background-color: #72B57A;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.4);
    color: #fff;
}
.cl-pre-btn:hover {
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.cl-pre-btn.active:hover {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.6);
}
.cl-field-desc {
    margin: 5px 0;
    font-size: 12px;
    color: #6C7A88;
}
.c-checkboxes {
    margin: 0;
}
.c-choice {
    display: flex;
    justify-content: flex-start;
}
.c-choice input[type=checkbox] {
    margin: 3px 10px 0 0;
}
.c-choice label {
    color: #32404E;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
a.c-btn-submit {
    background-color: #E75300;
    text-transform: none;
    margin-top: 40px;
    padding: 11px 34px;
}

.c-btn-submit .spinner div:after {
    left: 11px;
    width: 2px;
    height: 7px;
    background: #ffffff;
}
.c-btn-submit .spinner {
    width: 25px;
    height: 25px;
}
.c-btn-submit .spinner div {
    transform-origin: 12px 12px;
}
.c-btn-submit .btn-loader {
    top: 10px;
    right: 4px;
}
.c-select-all {
    display: none;
}

/* Text Section */
/* -------------- */
.c-section-text {
    position: relative;
    display: none;
    margin-top: 40px;
}
.c-text-update {
    position: absolute;
    right: 0;
    top: -20px;
    color: #E75300;
    text-transform: uppercase;
    font-size: 11px;
}
.c-text-update:hover {
    color: #ff6100;
}
.c-form ul.c-fields-text {
    padding: 0 50px 0 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cft-item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}
.cft-name {
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}
.cft-value {
    font-size: 16px;
    text-transform: capitalize;
}

/* Errors */
/* -------------- */
.c-error-main {
    display: none;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    color: darkred;
    border-top: 4px solid darkred;
    border-bottom: 4px solid darkred;
    margin-bottom: 20px;
}
.c-error,
.c-error-required {
    display: none;
    color: darkred;
}
.c-field.invalid label {
    color: darkred;
}
.c-field.invalid .c-error {
    display: block;
}
.invalid .c-input {
    border: 3px solid darkred;
}
/* Hide recaptcha badge */
.grecaptcha-badge { opacity:0;}


/* Success Message */
.c-message {
    text-align: center;
}
.c-success {
    font-size: 24px;
    color: #42924e;
    font-weight: 700;
}


@media (min-width:700px) {

    .c-fields-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .c-width-50 {
        width: calc(50% - 20px);
    }
    .c-pref-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .cl-item {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-bottom: 25px;
        width: calc(50% - 20px);
    }
    .cl-circle {
        width: 70px;
        height: 70px;
        border-radius: 70px;
        background-color: #d9d9d9;
        position: relative;
        box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
    }

    .cl-circle img {
        display: block;
        max-width: 48px;
        max-height: 48px;
        position: absolute;
        top: 0; bottom: 0; right: 0; left: 0;
        margin: auto;
    }
    .cl-circle,
    .cl-description {
        display: block;
    }
    .cl-main {
        width: calc(100% - 80px);
    }
    .cl-head {
        margin-bottom: 10px;
        flex-direction: row;
    }
    .cl-description {
        color: #6C7A88;
        font-size: 12px;
    }
    .cl-pre-btn {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .c-section {
        margin-bottom: 30px;
    }
    input[type="submit"].c-btn-submit {
        margin-top: 25px;
    }
    .module-cform {
        max-width: 960px;
        margin: 0 auto;
    }
    .c-select-all {
        display: inline;
        float: right;
        font-size: 12px;
        font-weight: 400;
        color: #E75300;
        text-transform: uppercase;
        cursor: pointer;
    }
    .c-select-all i {
        font-style: normal;
    }
    .c-select-all:hover i {
        color: #ff5b00;
        text-decoration: underline;
    }
    .c-select-all.active i:last-child,
    .c-select-all:not(.active) i:first-child{
        display: none;
    }
    .c-select-all.active i:first-child,
    .c-select-all:not(.active) i:last-child{
        display: inline;
    }

    .c-form ul.c-fields-text {
        padding: 0 80px 0 0;
        justify-content: flex-start;
    }
    .c-section-text {
        width: 100%;
        margin-top: 0;
    }
    .c-text-update {
        top: 0;
        font-size: 12px;
    }
    .cft-item {
        width: auto;
        margin: 0 45px 20px 0;
    }
    .cft-value {
        font-size: 14px;
    }

}

@media (min-width:800px) {

    .cl-circle {
        width: 110px;
        height: 110px;
        border-radius: 110px;
    }
    .cl-circle img {
        max-width: 70px;
        max-height: 70px;
    }

    .cl-main {
        width: calc(100% - 125px);
    }
    .cl-switch {
        width: 50px;
        height: 25px;
        border-radius: 25px;

    }
    .cl-switch > div {
        width: 27px;
        height: 27px;
        border-radius: 23px;
        box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    }
    .cl-switch.active > div {
        margin-left: 25px;
    }
    .cl-title {
        width: calc(100% - 60px);
    }

}





















@font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_0_0.eot');
    src: url('assets/webfonts/33B124_0_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_0_0.woff2') format('woff2'),url('assets/webfonts/33B124_0_0.woff') format('woff'),url('assets/webfonts/33B124_0_0.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_1_0.eot');
    src: url('assets/webfonts/33B124_1_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_1_0.woff2') format('woff2'),url('assets/webfonts/33B124_1_0.woff') format('woff'),url('assets/webfonts/33B124_1_0.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
  }
  @font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_2_0.eot');
    src: url('assets/webfonts/33B124_2_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_2_0.woff2') format('woff2'),url('assets/webfonts/33B124_2_0.woff') format('woff'),url('assets/webfonts/33B124_2_0.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_3_0.eot');
    src: url('assets/webfonts/33B124_3_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_3_0.woff2') format('woff2'),url('assets/webfonts/33B124_3_0.woff') format('woff'),url('assets/webfonts/33B124_3_0.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_4_0.eot');
    src: url('assets/webfonts/33B124_4_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_4_0.woff2') format('woff2'),url('assets/webfonts/33B124_4_0.woff') format('woff'),url('assets/webfonts/33B124_4_0.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_5_0.eot');
    src: url('assets/webfonts/33B124_5_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_5_0.woff2') format('woff2'),url('assets/webfonts/33B124_5_0.woff') format('woff'),url('assets/webfonts/33B124_5_0.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
  }
  @font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_6_0.eot');
    src: url('assets/webfonts/33B124_6_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_6_0.woff2') format('woff2'),url('assets/webfonts/33B124_6_0.woff') format('woff'),url('assets/webfonts/33B124_6_0.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_7_0.eot');
    src: url('assets/webfonts/33B124_7_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_7_0.woff2') format('woff2'),url('assets/webfonts/33B124_7_0.woff') format('woff'),url('assets/webfonts/33B124_7_0.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_8_0.eot');
    src: url('assets/webfonts/33B124_8_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_8_0.woff2') format('woff2'),url('assets/webfonts/33B124_8_0.woff') format('woff'),url('assets/webfonts/33B124_8_0.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'dinPro';
    src: url('assets/webfonts/33B124_9_0.eot');
    src: url('assets/webfonts/33B124_9_0.eot?#iefix') format('embedded-opentype'),url('assets/webfonts/33B124_9_0.woff2') format('woff2'),url('assets/webfonts/33B124_9_0.woff') format('woff'),url('assets/webfonts/33B124_9_0.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
  }
  
  
  /* ------------------------------- */
  /* Icomoon Icons */
  /* ------------------------------- */
  @font-face {
    font-family: 'icomoon';
    src:  url('assets/fonts/icomoon.eot?mm7z8h');
    src:  url('assets/fonts/icomoon.eot?mm7z8k#iefid') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?mm7k8k') format('truetype'),
    url('assets/fonts/icomoon.woff?mm7e8k') format('woff'),
    url('assets/fonts/icomoon.svg?mm7f8k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-envelope:before {
    content: "\e90d";
  }
  .icon-comment:before {
    content: "\e900";
  }
  .icon-download:before {
    content: "\e901";
  }
  .icon-long-arrow-right:before {
    content: "\e902";
  }
  .icon-long-arrow-down:before {
    content: "\e903";
  }
  .icon-youtube-play:before {
    content: "\e904";
  }
  .icon-youtube-square:before {
    content: "\e905";
  }
  .icon-youtube:before {
    content: "\e906";
  }
  .icon-twitter-square:before {
    content: "\e907";
  }
  .icon-twitter:before {
    content: "\e908";
  }
  .icon-linkedin-square:before {
    content: "\e909";
  }
  .icon-linkedin:before {
    content: "\e90a";
  }
  .icon-facebook-official:before {
    content: "\e90b";
  }
  .icon-facebook-f:before {
    content: "\e90c";
  }
  
  
  /* ------------------------------- */
  /* Helper Classes */
  /* ------------------------------- */
  /* CSS classes from hot fix */
  .pt-0 {
    padding-top: 0;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  /* End CSS classes from hot fix */
  .msg-bold {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #aaa;
    position: relative;
  }
  .wait:hover {
    cursor: wait !important;
  }
  .group:after {
    content: "";
    display: table;
    clear: both;
  }
  .txt-thin {
    font-weight: 300;
  }
  .reduct-dark-semi {
    background-color: rgba(0,0,0,.3);
    padding: 10px 25px;
    display: inline-block;
  }
  .dnone {display: none !important;}
  .d-none {display: none;}
  .dblock {display: block !important;}
  .d-block {display: block;}
  .text-center { text-align: center;}
  .text-left { text-align: left;}
  .text-right { text-align: right;}
  
  
  /* Spinner */
  
  .spinner {
    color: darkslateblue;
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
  }
  .spinner div {
    transform-origin: 10px 10px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 1px;
    left: 9px;
    width: 2px;
    height: 7px;
    border-radius: 20%;
    background: #435363;
  }
  .spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
  }
  
  
  .btn-loader {
    display: none;
    position: absolute;
    right: 9px;
    top: 9px;
  }
  
  
  /* Buttons */
  .btn-sm, .btn-md, .gt-form input[type="submit"] {
    display: inline-block;
    /*background-color: #E75300;*/
    background: rgb(231,89,0);
    background: linear-gradient(82deg, rgba(231,89,0,1) 0%, rgba(255,174,9,1) 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 11px 25px;
    /*border: 2px solid #E75300;*/
    min-width: 200px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  
  .btn-sm:hover, .btn-md:hover, .gt-form input[type="submit"]:hover {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    color: #fff;
    background: rgb(231,87,0);
    background: linear-gradient(82deg, rgba(231,87,0,1) 0%, rgba(255,159,9,1) 100%);
    text-decoration: none;
  }
  .btn-sm {
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
    min-width: 140px;
  }
  .btn-arrow {
    color: #E75300;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btn-arrow:hover {
    color: #ee4000;
    text-decoration: none;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btn-arrow:after {
    position: absolute;
    right: -8px;
    top: 1px;
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    opacity: 0;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btn-arrow:hover:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
  }
  .btn-sec-sm, .btn-sec-md, .btn-sec-sm-orange, .btn-sec-md-orange {
    text-align: center;
    font-family: "dinPro", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #414b53;
    min-width: 200px;
    padding: 11px 25px;
    display: inline-block;
    border: 2px solid #414b53;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .btn-sec-sm:hover,
  .btn-sec-md:hover,
  .g-item:hover .btn-sec-sm,
  .g-item:hover .btn-sec-md {
    border-color: #000;
    color: #000;
    background-color: #f3f6fa;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .btn-sec-sm-orange, .btn-sec-md-orange {
    color: #E75300;
    border-color: #E75300;
  }
  .btn-sec-sm-orange {
    font-size: 14px;
    font-weight: 700;
  }
  
  .btn-sec-sm-orange:hover,
  .btn-sec-md-orange:hover,
  .g-item:hover .btn-sec-sm-orange,
  .g-item:hover .btn-sec-md-orange {
    border-color: #EB1633;
    color: #EB1633;
    background-color: #f9f5f3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .btn-sec-sm, .btn-sec-sm-orange {
    min-width: 140px;
    padding: 7px 25px;
  }
  
  /*.m-dark .g-item .btn-sec-sm:hover,*/
  .m-dark .g-item .btn-sec-md:hover {
    background-color: rgba(255,255,255,.07);
  }
  
  
  /* -------------------------------- */
  /* General Styles */
  /* -------------------------------- */
  html, body {
    overflow-x: hidden;
    font-family: "dinPro", "Open Sans", sans-serif;
  }
  body,
  button,
  input,
  select,
  textarea {
    color: #222222;
    font-family: "dinPro", "Open Sans", sans-serif;
    font-size: 16px;
    line-height: normal;
  }
  
  body a:focus {
    text-decoration: none;
  }
  a {
    color: #e75204;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  
  
  .site {
    padding-top: 72px;  /* spacing the header height */
  }
  
  .html.modal-open {
    overflow: hidden;
    height: 100vh;
  }
  /* ---------------- */
  /* Design Elements  */
  /* ---------------- */
  .ribbon {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    padding: 0 30px 0 10px;
    height: 50px;
    line-height: 50px;
    background-color: #1f9de0;
    display: inline-block;
    position: relative;
  }
  .ribbon:after {
    position: absolute;
    top: 0;
    right: -50px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #1f9de0 transparent transparent transparent;
  }
  
  .star_bullets li {
    list-style: none; 
    position: relative;
    padding: 6px 0 0 30px;
  }
  
  ul.star_bullets { margin-left: 0; }
  
  .star_bullets li:before {
    background: transparent url('https://www.cellebrite.com/wp-content/uploads/2019/12/star_logo.png') no-repeat;
    content:"";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    background-size: cover;
  }
  
  .parallax .m-desk-bg { background-attachment: fixed; background-repeat: no-repeat; background-size: cover; }
  
  
  /* ---------------- */
  /* Header           */
  /* ---------------- */
  
  .h-main{
    position: fixed;
    padding: 15px;
    background-color: #FFF;
    top:0;
    width: 100%;
    left: 0;
    -webkit-transition: top 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
    z-index: 500;
    background: linear-gradient(90deg, rgba(18,30,40,1) 0%, rgba(46,61,80,1) 100%);
  }
  .nav-up {
    top: -65px;
  }
  .logo-mob {
    width: 170px;
    display: block;
  }
  .logo-mob img {width: 100%; display: inline-block;}
  
  .h-bar {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .h-top-nav, .nav-primary {
    display: none;
  }
  .h-btns .mobile-menu {
    display: block;
    font-size: 30px;
    color: #ffffff;
    float: left;
    padding-left: 10px;
  }
  .nav-prima {display: none;}
  .shiftnav ul.shiftnav-menu li.menu-item.menu-item-blue {
    background-color: #334f67;
  }
  .shiftnav .shiftnav-menu-image img {
    width: 180px;
    display: inline-block;
  }
  .shiftnav .pll-parent-menu-item img {
    vertical-align: unset;
  }
  .h-search {
    float: left;
    margin-right: 5px;
    display: block;
    font-size: 26px;
    color: #ffffff;
    padding: 7px;
  }
  .srch-wrap {
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    background-color: #435363;
    padding: 5px;
    display: none;
    z-index: 10; /* Update to z-index: 10 from hot fix css */
  }
  .srch > input[type="text"] {
    float: left;
    width: calc(100% - 70px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .srch > input[type="submit"] {
    width: 70px;
    min-width: unset;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    padding: 15px 5px;
    background-color: #999;
    border-radius: unset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .mob-icon:before {
    content: "\f0c9";
  }
  .shiftnav-open .mob-icon:before {
    content: "\f00d";
    font-size: 33px;
  }
  .lang-switch {display: none;}
  
  
  
  
  
  
  /* -------------------- */
  /* Gravity Forms        */
  /* -------------------- */
  select.medium {
    height: 40px;
  }
  input.medium {
    height: 40px;
  }
  .gt-form .gf-horiz-checkbox .gfield_label {
    display: block !important;
    font-size: 12px;
    margin-top: 15px;
    color: #121e28;
  }
  .gform_wrapper .gf-horiz-checkbox .gfield_checkbox {
    margin-bottom: 0;
  }
  .gform_wrapper .gf-horiz-checkbox .gfield_checkbox > li {
    margin-right: 8px;
    display: inline-block;
  }
  .gform_wrapper .gf-horiz-checkbox .gfield_checkbox > li > label {
    font-size: 12px;
    font-weight: 400;
  }
  .gform_wrapper .gf-horiz-checkbox .gfield_checkbox > li > input {
    margin-top: 0 !important;
    margin-right: 2px !important;
  }
  .gform_wrapper .single-checkbox li > label{
    font-weight: 400;
  }
  .gt-form .gform_wrapper .single-checkbox .gfield_label {
    display: none;
  }
  div .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, div .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400;
  }
  
  div.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
    padding-bottom: 15px;
  }
  
  .gfield_checkbox li input[type=checkbox] {
    vertical-align: top !important;
    margin-top: 4px !important;
  }
  
  #gform_wrapper_16 .gfield_checkbox li input[type=checkbox] {
    margin-top: 6px !important;
  }
  .gt-form .ginput_container {margin-top: 1px !important;}
  
  .gtf-captcha .gfield_label {display: none !important;}
  
  /* Progressive Profiling */
  body main .gt-inner .pp:not(.pp-step-1) .gtf-email,
  body main .gt-info-wrap .pp:not(.pp-step-1) .gtf-email {
    width: 100%;
  }
  .mod-form .gfield_checkbox label {font-weight: 400;}
  .mod-form .gform_wrapper .gfield_checkbox li input[type=checkbox]:checked+label, .mod-form .gform_wrapper .gfield_radio li input[type=radio]:checked+label {font-weight: 600;}
  .pp-update-info {
    text-align: right;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
  }
  
  
  
  /* Double opt-in */
  .db-opt-in-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(200,200,200,.8);
    padding: 10px;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
  }
  .db-opt-in {
    overflow-y: scroll;
    position: relative;
    width: 100%;
    padding: 100px 20px;
    background-color: #ffffff;
    border-radius: 10px;
  }
  .db-opt-in-text {
    font-size: 16px;
    margin-bottom: 40px;
    color: #333333 !important;
  }
  .db-opt-in-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .db-opt-in-btns a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-right: 15px;
  }
  .db-opt-in-btns a:hover {
    text-decoration: none;
    opacity: .9;
  }
  .db-opt-in-confirm {
    background-color: #44AF69;
  }
  .db-opt-in-cancel {
    background-color: #999999;
  }
  /* -------------------------------- */
  /* Sections                         */
  /* -------------------------------- */
  
  .s-res{
    font-family: "Open Sans", sans-serif;
    padding: 30px 20px;
  }
  .s-res > hr {
    width: 75px;
    height: 2px;
    margin: 30px auto 50px;
    background-color: #e75204;
    border: none;
  }
  
  /* -------------------- */
  /* Featured Content Block */
  /* -------------------- */
  .feat-info span {
    display: inline-block;
    width: 100%;
  }
  .feat .btn-md {
    width: 100%;
  }
  .feat-cat {
    font-size: 17px;
    color: #e75204;
    margin-bottom: 7px;
  }
  .feat-h {
    font-family: 'dinPro', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    color: #435363;
    margin-bottom: 20px;
  }
  .feat-img {
    margin-bottom: 20px;
    padding-bottom: 50%;
    position: relative;
    overflow: hidden;
  }
  .feat-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .feat-p {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    margin-bottom: 40px;
  }
  .feat-img-desk {
    display: none;
  }
  
  
  /* -------------------- */
  /* Grid Section         */
  /* -------------------- */
  .g-wrap {
    /*background-color: #f9f9f9;*/
    max-width: 1440px;
    margin: 0 auto;
  }
  .g-info .btn-md {
    width: calc(100% - 30px);
  }
  .g-filter {
    font-size: 14px;
    color: #313131;
    display: inline-block;
    margin-bottom: 10px;
  }
  .g-nav {overflow: hidden;}
  .g-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .g-menu li {
    height: 40px;
    min-width: 75px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    background-color: #e5eaf1;
  }
  .g-menu li:hover {
    background-color: #dbe2ec;
  }
  .g-menu li.active {
    background-color: #435363;
  }
  .g-menu li.active a {
    color: #fff;
    cursor: default;
  }
  /*.g-menu li.active:hover, .g-menu li.active a:hover {*/
  /*cursor: default !important;*/
  /*}*/
  .g-menu li a {
    color: #555;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .g-menu li a:hover, .g-menu li a:focus {
    text-decoration: none;
  }
  .g-grid {
    padding-top: 30px;
  }
  .g-title {
    text-align: center;
  }
  .g-title span {
    font-size: 36px;
    font-weight: 300;
    color: #777;
  }
  .g-list {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  /* MODS for cards with icons */
  /*.g-list h2.cc-title {*/
  /*font-size: 20px;*/
  /*line-height: 28px;*/
  /*margin-bottom: 16px;*/
  /*}*/
  
  .g-list .g-info {
    padding: 40px;
  }
  
  /*.g-item {*/
  /*padding-bottom: 25px;*/
  /*}*/
  .g-list .btn-arrow {
    font-size: 14px;
  }
  
  .g-list .btn-arrow:after {
    top: 3px;
  }
  
  .g-list .cc-icon.blue-black {
    background: #121e28;
  }
  
  .g-list .cc-icon.orange {
    background: #e75300;
  }
  
  .g-item {
    font-family: "dinPro", "Open Sans", sans-serif;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    border-radius: 3px;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .module:not(.mod-speakers) .g-item:not(.cc-no-url):hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translate3d(0,-8px,0);
    box-shadow: 1px 5px 15px -2px rgba(0,1,1,.15);
  }
  .module:not(.mod-speakers) .g-item:not(.cc-no-url):hover:before {
    content: "";
    position: absolute;
    bottom: -8px;
    height: 8px;
    left: 0;
    right: 0;
  }
  .g-item:hover .btn-arrow {
    padding-right: 10px;
  }
  .g-item:hover .btn-arrow:after {
    right: -9px;
    opacity: 1;
  }
  
  .g-item > a {display: block; text-decoration: none !important; height: 100%;}
  
  .g-image {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    background-color: #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  
  .b-image.g-image.v-feature {
    background: #fff;
    margin-bottom: 40px; /* Update from hot fix css */
    padding-bottom: 0;
  }
  
  .g-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 10;
  }
  .g-timing {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: 33px;
    line-height: 33px;
    font-weight: 300;
    font-size: 16px;
    font-family: "dinPro", "Open Sans", sans-serif;
    color: #fff;
    border-radius: 0 4px 4px 0;
    padding: 0 11px;
    background-color: rgba(67,83,99,.7);
  }
  .g-timing:before {
    font-size: 15px;
    margin-right: 10px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .g-on_demand:before {
    content: '\e905';
  }
  .g-upcoming:before {
    content: '\f073';
  }
  
  .g-info {
    padding: 25px 0 55px;
    text-align: center;
  }
  .g-cat {
    font-size: 16px;
    color: #aaa;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: block;
    letter-spacing: 1px;
  }
  .g-h {
    font-size: 18px;
    color: #4a4a4a;
    padding: 0 20px;
    margin-bottom: 16px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 600;
  }
  .g-h:hover {text-decoration: none;}
  .g-btn {
    position: absolute;
    bottom: 20px;
    max-width: 100%;
    text-align: center;
    left: 0;
    right: 0;
  }
  .g-load-more {
    text-align: center;
    margin-bottom: 40px;
  }
  .g-unevens {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .g-no-image {
    border-top: 4px solid #e75204;
    align-self: center;
  }
  .g-spinner {
    float: left;
    width: 40px;
    height: 40px;
    padding: 4px;
  }
  .g-spinner .spinner {display: none;}
  .g-event-dates {
    color: #777;
    display: block;
    margin-bottom: 10px;
  }
  
  
  /* -------------------- */
  /* Features             */
  /* -------------------- */
  
  .mod-features {
    text-align: center;
  }
  .sf-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .sf-item {
    width: 300px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .sf-icon {
    width: 100%;
    height: 110px;
  }
  .sf-title {
    font-size: 28px;
  }
  .sf-desc {
    font-size: 16px;
    font-weight: 300;
  }
  
  .s-feat-sm {
    text-align: center;
  }
  .sfs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sfs-item {
    width: 140px;
    margin-bottom: 40px;
  }
  .sfs-icon {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
  .sf-btns, .sfs-btns {
    margin-top: 15px;
  }
  .sf-list .sf-btn, .sfs-list .sfs-btn {
    margin-bottom: 15px;
  }
  
  
  /* Category Page */
  .c-name {
    font-family: 'dinPro', "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
    color: #4a4a4a;
  }
  .category .g-wrap {
    background-color: transparent;
  }
  .c-section-head {
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px 20px 25px;
    margin-top: 30px;
  }
  .page-template-page-category .c-section-head {
    background-color: #f9f9f9;
    margin-top: 0;
    padding-top: 100px;
  }
  .page-template-page-category .c-section-head h2 {
    position: relative;
  }
  .page-template-page-category .c-section-head h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background-color: #e75204;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .category .g-grid {
    padding-top: 0;
  }
  .hat {
    padding: 30px 20px 35px;
    background-image: radial-gradient(circle at 89% 20%, #64727d, #343e47);
    color: #fff;
    font-size: 18px;
    -webkit-background-size: cover;
    background-size: cover;
    text-shadow: 1px 1px 3px rgba(0,0,0,.1);
  }
  .hat-inner {
    text-align: center;
  }
  .hat h1 {
    margin-bottom: 0;
  }
  .hat h1 > p {
    font-family: "dinPro", sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 5px;
  }
  .hat p {
    margin: 0;
    font-size: 24px;
    padding-top: 5px;
  }
  
  
  /* -------------------- */
  /* Card List            */
  /* -------------------- */
  .s-card-list {
    background-color: #f9f9f9;
  }
  .scl-inner {
    max-width: 700px;
    margin: 0 auto;
  }
  .scl-h2 {
    font-size: 36px;
    margin: 1em 0 1.5em;
    font-weight: 700;
    text-align: center;
  }
  .scl-h2 > span {
    color: #e75204;
  }
  .scl-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .scl-item {
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    margin-bottom: 20px;
  }
  .scl-item:hover {
    box-shadow: 0 5px 10px 0 rgba(0,1,1,.15);
  }
  .scl-a {
    display: block;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
  }
  .scl-a:hover {
    text-decoration: none;
  }
  .scl-a > img {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .scl-info {
    width: calc(100% - 116px);
  }
  .scl-info > span {
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
  }
  .scl-info h3 {
    font-size: 17px;
    line-height: 1.3;
    margin: 0;
    color: #333;
  }
  .scl-info p {display: none;}
  .scl-item.no-img .scl-info{
    width: 100%;
  }
  .scl-item:hover .scl-info h3 {
    color: #435363;
  }
  
  .search .scl-inner {
    padding-top: 40px;
  }
  
  /* -------------------- */
  /* Testimonials         */
  /* -------------------- */
  .st-item {
    background-color: #f7f7f7;
    padding: 30px;
    text-align: center;
  }
  .st-img {
    display: inline-block;
    border-radius: 40px;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .st-name-mob, .st-name-desk {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    margin-bottom: 20px;
  }
  .st-name-desk {
    display: none;
  }
  .st-info > p {
    font-size: 21px;
  }
  
  
  /* Blog Post */
  /* -------------------------*/
  
  .nrc-additional-content {
    margin-top: 31px;
  }
  .nrc-add-c-item {
    background-color: #ffffff;
    transition: all .3s ease-in-out;
    margin: 0 auto 30px;
    max-width: 450px;
    border-radius: 5px;
  }
  .nrc-add-c-item:hover {
    margin-top: -10px;
    margin-bottom: 40px;
    transition: all .3s ease-in-out;
    box-shadow: 5px 5px 15px rgba(0,0,0,.1);
  }
  .nrc-add-c-item:hover .btn-arrow {
    padding-right: 10px;
  }
  .nrc-add-c-item .btn-arrow:after {
    top: 2px;
  }
  .nrc-add-c-item:hover .btn-arrow:after {
    opacity: 1;
  }
  .nrc-add-c-img {
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    background-color: #e1e1e1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .nrc-add-c-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .nrc-add-c-info {
    padding: 20px 30px;
    border: 1px solid #d4d7e1;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .nrc-add-c-info .btn-arrow {
    font-size: 14px;
    font-weight: 600;
  }
  .nrc-add-c-brow {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .nrc-add-c-title {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: #333333;
  }
  .nrc-add-c-item > a {
    display: block;
  }
  .nrc-add-c-item > a:hover {
    text-decoration: none;
  }
  
  .nrc-main .nrc-additional-content {
    display: none;
  }
  .nrc-press-releases .g-wrap {
    background-color: #fff;
  }
  
  
  
  
  /* -------------------------------- */
  /*  START Lightbox                 */
  /* -------------------------------- */
  .cb-lightbox-wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(100,100,100,.7);
    z-index: 99999;
    padding: 0 20px;
    cursor: pointer;
  }
  .cb-lightbox-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 40px;
    overflow-y: scroll;
  }
  
  .cb-lightbox-container > i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
  }
  .cb-lightbox-container > i:hover {
    text-decoration: none;
    color: #d85d27;
  }
  .cb-lightbox-container {
    display: inline-block;
    padding: 40px;
    height: 100%;
    position: relative;
  }
  .cb-lightbox-inner img {
    max-width: 100%;
    max-height: 200vh;
  }
  /* -------------------------------- */
  /*  END Lightbox                 */
  /* -------------------------------- */
  
  
  /*.nrc-add-c-btn {*/
  /*  color: #E75300;*/
  /*}*/
  
  /*.single .custom-container,*/
  /*.page-template-thanks .custom-container,*/
  /*.page-template-blog-template .custom-container {*/
  /*  background-color: #f3f3f3;*/
  /*}*/
  /*.b-post {*/
  /*  font-family: "Open Sans", sans-serif;*/
  /*  background-color: #fff;*/
  /*  margin-bottom: 50px;*/
  /*  box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);*/
  /*}*/
  /*!* remove later, after you remove bootstrap styles *!*/
  /*.b-post a, .b-post a:hover {*/
  /*  color: #e75204;*/
  /*}*/
  /*blockquote {*/
  /*  border-left-color: #e75204 !important;*/
  /*}*/
  /*.b-post b, .b-post strong {*/
  /*  font-weight: 600;*/
  /*}*/
  /*!* end remove *!*/
  /*.b-container {*/
  /*  padding: 0 20px 40px;*/
  /*}*/
  /*.b-no-thumb .b-container {*/
  /*  margin-top: 0;*/
  /*  padding: 20px 20px 40px;*/
  /*}*/
  /*.breadcrumbs {display: block;color: #555;font-weight: 300;font-size: 14px;margin: 20px;}*/
  /*.breadcrumbs a {color: #e75204;}*/
  /*.breadcrumbs a:hover {color: #e75204;}*/
  
  /*.b-header {*/
  /*  margin-bottom: 20px;*/
  /*}*/
  /*.b-h1 {*/
  /*  font-family: "dinPro", sans-serif;*/
  /*  font-size: 36px;*/
  /*  font-weight: 300;*/
  /*  line-height: 1.3;*/
  /*}*/
  .b-meta {
    font-style: italic;
  }
  .b-linkedin {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 3px 0 0 15px;
    background: #0274b3;
    border-radius: 2px;
    text-align: center;
    padding: 3px;
  }
  .b-linkedin:hover {
    opacity: 0.9;
  }
  .b-linkedin i {
    color: #fff;
  }
  
  .breadcrumb_last {display: inline-block;max-width: 150px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;vertical-align: bottom;}
  .b-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
  }
  
  .b-image {
    border-radius: 0;
  }
  /*.b-bottom {*/
  /*  margin: 0 auto 50px;*/
  /*  font-family: "Open Sans", sans-serif;*/
  /*}*/
  
  /* Add 30 px between paragraphs */
  .b-content p {
    margin: 0 0 30px;
  }
  
  /* Expand/Collapse element */
  .ec-wrap {
    margin: 30px 0 40px;
  }
  .ec-btn {
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .ec-more,
  .ec-less {
    font-size: 16px;
  }
  .ec-less {display: none;}
  .ec-btn:hover .ec-read {
    color: #1f83c6;
  }
  .ec-text {
    display: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  
  
  
  
  .ec-circle-plus {
    opacity: .7;
    margin-right: 15px;
  }
  
  .ec-circle-plus .ec-circle {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #1f9de0;
    transition: all 0.5s ease-in-out;
  }
  .ec-circle .ec-horizontal {
    position: absolute;
    background-color: #fff;
    width: 17px;
    height: 3px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .ec-circle .ec-vertical {
    position: absolute;
    background-color: #fff;
    width: 3px;
    height: 17px;
    left: 0;
    top: 0;
    bottom: 1px;
    right: 0;
    margin: auto;
  }
  
  .ec-closed .ec-vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
  }
  .ec-closed .ec-horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
  }
  .ec-opened .ec-vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
  }
  .ec-opened .ec-horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  }
  .ec-opened .ec-more {
    display: none;
  }
  .ec-opened .ec-less {
    display: block;
  }
  
  /* Blog Cat */
  /* -------------------------*/
  .cb-section {
    max-width: 1240px;
    margin: 0 auto 60px;
    font-family: "dinPro", "Open Sans", sans-serif;
  }
  
  .cb-head {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  
  .cb-head h1 {
    font-weight: 700;
  }
  
  .blog-cat {
    background-color: #f0f0f0;
    padding: 0 0 100px;
  }
  
  .bfm-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .bfm-item {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
  }
  .bfm-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-shadow: 1px 1px 15px rgba(0,0,0,.1);
    padding: 30px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background: rgb(15,19,22);
    background: linear-gradient(5deg, rgba(15,19,22,.7) 0%, rgba(19,22,31,.5) 100%);
  }
  .bfm-item > a:hover {
    text-decoration: none;
    background: linear-gradient(5deg, rgba(15,19,22,.6) 0%, rgba(19,22,31,.4) 100%);
  }
  .bfm-brow {
    font-size: 13px;
    text-transform: uppercase;
    color: #E75300;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .bfm-title {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.3;
  }
  
  .thumbs-nav {
    padding: 30px 20px;
  }
  .thumb-shelf {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  
  .thumb-li {
    width: 100%;
    background-color: #ffffff;
    transition: all .1s ease-in-out;
    opacity: 0;
    margin-top: -20px;
    margin-bottom: 70px;
    position: relative;
  }
  .thumb-li.thumb-hide {
    display: none;
    transition: all .1s ease-in-out;
  }
  .thumb-li.thumb-show {
    opacity: 1;
    margin-top: 0;
    margin-bottom: 50px;
    transition: all .5s ease-in-out, box-shadow .1s ease-in-out;
  }
  
  .thumb-li > a {display: block;height: 100%;}
  .thumb-li > a:hover {text-decoration: none;}
  .thumb-li .btn-arrow:after {top: 5px;}
  
  .thumb-li:hover {
    /*margin-top: -15px;*/
    /*margin-bottom: 65px;*/
    transition: box-shadow .1s ease-in-out;
    box-shadow: 5px 5px 15px rgba(0,0,0,.1);
  }
  .thumb-li:hover .btn-arrow:after {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    right: -20px;
  }
  .thumb-img {
    padding-bottom: 50%;
    position: relative;
    background-color: #e8e8e8;
  }
  .thumb-img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
  }
  .thumb-txt {
    padding: 20px 30px;
    position: relative;
  }
  .thumb-has-btn .thumb-txt {
    padding-bottom: 60px;
  }
  .thumb-tag {
    background-color: #2E3D50;
    border-radius: 2px;
    padding: 3px 6px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: inline-block;
  }
  .thumb-date {
    color: #999999;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .thumb-cat {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #E75300;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .thumb-title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
  }
  .thumb-btn {
    margin-top: 20px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    position: absolute;
    left: 30px;
    bottom: 20px;
    line-height: unset !important;
  }
  .shelf-load-more-wrap {
    text-align: center;
  }
  .cb-filters-wrap {
    margin-bottom: 40px;
  }
  .cb-select-filter {
    height: 40px;
    border-radius: 5px;
    margin-right: 30px;
    border-color: #D0D2D4;
    padding: 0 10px;
    width: 50%;
    min-width: 250px;
  }
  /*.cb-filter-header {*/
  /*  color: #888E93;*/
  /*  font-size: 14px;*/
  /*  text-transform: uppercase;*/
  /*  font-weight: 600;*/
  /*  margin-bottom: 30px;*/
  /*}*/
  .thumb-nav-items {
    margin-bottom: 20px;
  }
  .thumb-selected-name span {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    color: #999999;
  }
  .cb-search-wrap {
    width: 50%;
    min-width: 250px;
    position: relative;
    margin-bottom: 20px;
  }
  .cb-search {
    height: 40px;
    border-radius: 4px;
    padding: 0 10px;
    width: 100%;
    border: 1px solid #D0D2D4;
  }
  .cb-search-wrap > i {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 20px;
    color: #555555;
  }
  .thumb-filter-clear {
    display: inline-block;
    border-radius: 4px;
    height: 40px;
    width: 80px;
    background-color: #dcdcdc;
    text-align: center;
    line-height: 40px;
    color: #696d6f;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .thumb-filter-clear:hover {
    background-color: #b5b4bb;
    color: #55595b;
    text-decoration: none;
  }
  .thumbs-load-more > span:last-child {
    display: none;
  }
  .thumbs-load-more-disabled {
    border-color: #999999 !important;
    color: #999999 !important;
  }
  .thumbs-load-more-disabled > span:first-child {
    display: none;
  }
  .thumbs-load-more-disabled > span:last-child {
    display: inline;
  }
  
  
  .b-feat-plain .thumb-li.thumb-show {
    margin-bottom: 15px;
  }
  .thumb-hero-one {
    display: none;
  }
  .thumbs-container {
    margin-bottom: 100px;
  }
  .cb-section-title {
    margin-bottom: 20px;
    font-weight: 600;
    margin-left: 20px;
  }
  .b-section-with-sidebar .nr-follow {
    display: flex;
    justify-content: left;
    align-items: end;
    list-style: none;
    padding: 0;
    margin: 40px 0;
  }
  .b-sidebar-item {
    padding: 0 20px;
    margin-bottom: 44px;
  }
  .b-sidebar-item .cb-section-title{
    margin-left: 0;
  }
  
  .b-featured-resources {
    background-image: url("assets/images/blog/featured-resources.png");
    background-size: cover;
    padding: 30px 20px;
    font-size: 16px;
    background-color: #2E3D50;
  }
  .b-featured-resources ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .bfr-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(217, 217, 217, .5);
  }
  .bfr-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .bfr-item > a {
    display: block;
    color: #ffffff;
  }
  .bfr-item > a:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: .9;
  }
  .bfr-item > a:hover .btn-arrow:after {
    right: -21px;
    opacity: 1;
  }
  .bfr-brow {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .bfr-text {
    margin-bottom: 10px;
  }
  .b-featured-resources .btn-arrow:after {
    top: 4px;
  }
  
  
  
  
  
  /* Blog Bottom Elements */
  /*.b-feat {*/
  /*  width: 100%;*/
  /*  box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);*/
  /*  min-height: 200px;*/
  /*  background-color: #3f5364;*/
  /*  -webkit-background-size: cover;*/
  /*  background-size: cover;*/
  /*  position: relative;*/
  /*  padding: 30px;*/
  /*  margin-bottom: 50px;*/
  /*}*/
  /*.bf-grad {*/
  /*  position: absolute;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  background: linear-gradient(to bottom, rgba(250,250,250,0) 0%,rgba(5,14,23,1) 100%);*/
  /*  z-index: 1;*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  /*.bf-title {*/
  /*  color: #fff;*/
  /*  font-size: 28px;*/
  /*  font-weight: 300;*/
  /*  text-shadow: 1px 1px 3px #111;*/
  /*  position: relative;*/
  /*  z-index: 2;*/
  /*  display: block;*/
  /*  margin-bottom: 25px;*/
  /*}*/
  /*.bf-btn {*/
  /*  height: 55px;*/
  /*  color: #fff;*/
  /*  line-height: 49px;*/
  /*  font-size: 18px;*/
  /*  display: inline-block;*/
  /*  text-align: center;*/
  /*  text-transform: capitalize;*/
  /*  border: 3px solid #fff;*/
  /*  margin: 0 auto;*/
  /*  padding: 0 30px;*/
  /*  position: relative;*/
  /*  z-index: 2;*/
  /*}*/
  /*.bf-btn:hover {*/
  /*  color: #fff;*/
  /*  background-color: rgba(240,240,240,.2);*/
  /*  text-decoration: none;*/
  /*}*/
  
  /*.b-message {*/
  /*  background-color: #fff;*/
  /*  box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);*/
  /*  padding: 30px;*/
  /*  margin-bottom: 50px;*/
  /*}*/
  /*.bm-text {*/
  /*  display: block;*/
  /*  font-size: 24px;*/
  /*  font-weight: 300;*/
  /*  margin-bottom: 20px;*/
  /*}*/
  
  
  /* Gated Content Page */
  /*--------------------------------------*/
  .gt-wrap {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.5px;
  }
  .gt-content {
    position: relative;
    padding: 30px 20px 40px;
    background: -moz-linear-gradient(to bottom, rgba(75, 104, 132, 0.7) 0%,rgba(28, 59, 86, 0.7) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(75, 104, 132, 0.7) 0%,rgba(28, 59, 86, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(75, 104, 132, 0.7) 0%,rgba(28, 59, 86, 0.7) 100%);
    -webkit-background-size: cover;
    background-size: cover;
  }
  .gt-img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 10;
  }
  .gt-grad {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px;
    z-index: 11;
    background: -moz-linear-gradient(left, rgba(0,4,15,0.7) 0%, rgba(3,6,13,0.7) 30%, rgba(5,8,10,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0,4,15,0.7) 0%,rgba(3,6,13,0.7) 30%,rgba(5,8,10,0.5) 100%);
    background: linear-gradient(to right, rgba(0,4,15,0.7) 0%,rgba(3,6,13,0.7) 30%,rgba(5,8,10,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b300040f', endColorstr='#8005080a',GradientType=1 );
  }
  .gt-info {
    position: relative;
    z-index: 20;
    color: #fff;
  }
  .gt-c-type {
    font-size: 24px;
    color: #ccc;
    font-weight: 300;
  }
  .gt-cat > a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 13px;
    margin-right: 7px;
    background-color: #435363;
    border-left: 3px solid #e75204;
    color: #fff;
    font-size: 13px;
  }
  .gt-cat > a:hover, .gt-cat > a:focus {
    text-decoration: none;
    color: #fff;
    box-shadow: 1px 4px 5px rgba(0,0,0,.5);
    background-color: #576777;
  }
  /*.gt-cat > a:nth-child(2) {
    background-image: linear-gradient(237deg, #fad961, #f76b1c);
  }
  .gt-cat > a:nth-child(3) {
    background-image: linear-gradient(237deg, #c86dd7, #3023ae);
  }
  .gt-cat > a:nth-child(4) {
    background-image: linear-gradient(237deg, #f5515f, #9f041b);
  }*/
  
  .gt-h1 {
    margin: 5px 0 10px;
    font-weight: 300;
    line-height: 1.3;
    font-family: "dinPro", "Open Sans", sans-serif;
  }
  .gt-txt {
    font-size: 18px;
  }
  .gt-txt p:first-child i, .gt-txt p:first-child em {
    font-size: 16px;
    font-weight: 300;
  }
  .gt-txt ul li {
    font-weight: 300;
    margin-bottom: 15px;
    list-style: none;
    text-indent: -10px;
  }
  .gt-txt ul {
    margin: -10px 0 0 22px;
    padding: 0;
  }
  .gt-txt ul li:before {
    position: relative;
    top: 4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e089";
    font-size: 20px;
    color: #e75204;
    right: 5px;
  }
  .gt-txt p {
    margin-bottom: 20px;
    font-weight: 300;
  }
  
  
  /* Gravity Forms */
  /*--------------------------------------*/
  
  .gt-form {
    position: relative;
    z-index: 20;
    background-color: #fff;
    padding: 20px 20px 0;
    margin-top: 40px;
    border-radius: 5px;
  }
  .gt-form-txt {
    font-size: 18px;
    color: #4a4a4a;
    text-align: center;
    display: block;
  }
  .gt-form .description {display: none;}
  .gt-form .gform_heading,
  .gform_wrapper .hide-label .gfield_label {
    display: none !important;
  }
  
  .gt-form .gform_wrapper .gfield_label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .gt-form .gform_wrapper .gform_footer input[type="submit"] {
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 17px 40px;
  }
  
  .gform_wrapper ul.gfield_radio,
  .gform_wrapper ul.gfield_checkbox {
    margin-bottom: 0;
  }
  ul.gfield_radio:after,
  ul.gfield_checkbox:after{
    content: "";
    display: table;
    clear: both;
  }
  .check-col-2 ul.gfield_radio > li,
  .check-col-2 ul.gfield_checkbox > li{
    display: block;
    float: left;
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .check-col-3 ul.gfield_radio > li,
  .check-col-3 ul.gfield_checkbox > li{
    display: block;
    float: left;
    width: calc(33% - 10px);
    margin-bottom: 10px;
  }
  
  .single-checkbox ul.gfield_checkbox > li {
    width: 100%;
  }
  
  ul.gfield_radio > li > label,
  ul.gfield_checkbox > li > label {
    font-weight: 400;
  }
  
  .check-col-2 ul.gfield_radio > li:nth-last-of-type(odd),
  .check-col-2 ul.gfield_checkbox > li:nth-last-of-type(odd) {
    margin-right: 20px;
  }
  .check-col-3 ul.gfield_radio > li:nth-last-of-type(odd),
  .check-col-3 ul.gfield_checkbox > li:nth-last-of-type(odd){
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
  .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
    margin-top: 0;
  }
  .gt-form ul.gfield_radio > li > input {
  margin-top: 1px;
  }
  .gt-form .gf-horiz-checkbox .gfield_label {
    display: block !important;
    font-size: 12px;
    margin-top: 15px;
  }
  .gfield_radio label {
    font-weight: 400;
  }
  .gfield_radio label {
    font-weight: 400;
  }
  body .gt-form .gform_wrapper ul li.gfield.margin-top-20 {
    margin-top: 20px;
  }
  .gt-form .gform_wrapper ul.gfield_checkbox li label,
  .gt-form .gform_wrapper ul.gfield_radio li label {
    width: auto;
  }
  
  
  
  .gt-wrap .g-grid {
    padding: 40px 0;
  }
  .gt-consent {font-size: 12px;margin-left: 0 !important; margin-top: 15px;}
  .gt-form .gform_wrapper select.gfield_select {background: #f7f7f7;}
  .gt-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 7px;
  }
  .gt-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gt-form .gform_wrapper ul.gfield_radio li input[type=radio]{
    margin-right: 5px;
  }
  
  .gt-submitted .gt-form {
    background-color: transparent;
    padding-bottom: 40px;
    text-align: center;
  }
  
  .gt-spin-thanks {
    padding-left: 45px;
    position: relative;
    height: 60px;
    padding-top: 13px;
  }
  .gt-spin-thanks .btn-loader{
    left: 0;
  }
  
  .gform_wrapper .gform_footer .gform_ajax_spinner {
    height: 25px;
    padding: 0;
    margin-left: 5px;
  }
  
  
  /* --------------------- */
  /* Progressive Profiling */
  /* --------------------- */
  
  /*#gt_form:not(.pp-step-1, pp-step-2, pp-step-3) .gtf-email {*/
  /*width: 100%;*/
  /*}*/
  /*#gt_form.pp .gform_fields > li {
    display: none;
  }
  
  #gt_form.pp-step-1 .gform_fields > li.pp-1,
  #gt_form.pp-step-2 .gform_fields > li.pp-2,
  #gt_form.pp-step-3 .gform_fields > li.pp-3,
  #gt_form.pp-step-4 .gform_fields > li.pp-4,
  #gt_form.pp-step-5 .gform_fields > li.pp-5,
  #gt_form.pp .gform_fields > li.pp-required{
    display: list-item;
  }
  
  #gt_form.pp-step-1 .gform_fields > li.pp-1.gf_left_half, #gt_form.pp-step-1 .gform_fields > li.pp-1.gf_right_half,
  #gt_form.pp-step-2 .gform_fields > li.pp-2.gf_left_half, #gt_form.pp-step-2 .gform_fields > li.pp-2.gf_right_half,
  #gt_form.pp-step-3 .gform_fields > li.pp-3.gf_left_half, #gt_form.pp-step-3 .gform_fields > li.pp-3.gf_right_half,
  #gt_form.pp-step-4 .gform_fields > li.pp-4.gf_left_half, #gt_form.pp-step-4 .gform_fields > li.pp-4.gf_right_half,
  #gt_form.pp-step-5 .gform_fields > li.pp-5.gf_left_half, #gt_form.pp-step-5 .gform_fields > li.pp-5.gf_right_half {
    display: inline-block;
  }*/
  
  
  
  
  /* -------------------- */
  /* Webinars             */
  /* -------------------- */
  .sections-wrap .wb-content {
    padding: 0 0 30px;
  }
  .gt-header {
    background: -moz-linear-gradient(to bottom, rgba(75, 104, 132, 0.9) 0%,rgba(28, 59, 86, 0.9) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(75, 104, 132, 0.9) 0%,rgba(28, 59, 86, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(75, 104, 132, 0.9) 0%,rgba(28, 59, 86, 0.9) 100%);
    position: relative;
  }
  .wb-default-back {
    background-image: url("assets/images/default-background/webinar-back-sm.jpg");
    -webkit-background-size: cover;
    background-size: cover;
  }
  .gt-wide-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
  }
  .gt-webinar .gt-grad {
    background: rgba(5,8,10,0.4);
  }
  .gt-header-inner {
    position: relative;
    color: #fff;
    padding: 30px 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    z-index: 20;
  }
  .gt-timing {
    font-size: 17px;
    font-weight: 300;
  }
  .gt-brow {
    margin: 20px 0 10px;
    font-size: 18px;
    color: #E75300;
  }
  .gt-date {
    font-weight: 300;
    font-size: 16px;
  }
  .gt-info-wrap {
    padding: 20px;
  }
  .gt-light-info {
    color: #444;
  }
  .gt-speakers {
    padding: 0;
    margin: 10px 0;
    list-style: none;
  }
  .gt-person {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .gt-avatar {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ddd;
  }
  .gt-profile {
    width: calc(100% - 75px);
  }
  .gt-name {
    font-size: 18px;
  }
  .gt-profession {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-top: 2px;
  }
  .gt-webinar .gt-form{
    border: 1px solid #dfdfdf;
    margin-top: 30px;
  }
  .gt-info-wrap .gt-event {
    text-align: center;
    background-color: #435363;
    color: #fff;
    padding: 40px 30px;
    /*display: none;*/
  }
  .gt-icon-thanks {
    font-size: 60px;
    color: #6ac259;
    margin-bottom: 10px;
  }
  .wb-content .gt-info-wrap .gt-vid-thumb {
    display: none;
    padding: 0;
    border: none;
    margin-bottom: 70px;
    background-color: transparent;
  }
  .gt-vid-inner {
    overflow: hidden;
    width: 360px;
    box-shadow: 0 0 7px rgba(0,0,0,.1);
  }
  .gt-thx {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
  }
  .gt-thx .gt-icon-thanks {
    float: left;
    margin-right: 12px;
    font-size: 46px;
  }
  .gt-event {
    display: none;}
  .gt-event .gt-thanks {font-size: 18px; font-weight: 300; color: #fff;display: block;}
  .add-to-calendar {
    width: 200px;
    margin: 20px auto;
    text-align: left;
  
  }
  .gt-event .add-event label {
    color: #fff;
    height: 40px;
    border: 1px solid #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    line-height: 38px;
    padding: 0 15px;
    margin-bottom: 10px;
    font-weight: 300;
    width: 100%;
    text-align: center;
  }
  .gt-event .add-event label:hover {
    background-color: rgba(240,240,240,0.2);
  }
  .add-event label i {
    font-size: 18px;
    vertical-align: text-bottom;
  }
  
  .add-to-calendar-checkbox {
    cursor: pointer;
  }
  .add-to-calendar-checkbox:hover {
    color: #e75204;
    border-color: #e75204;
  }
  .add-to-calendar-checkbox:checked~a{
    display:block;
    padding: 7px 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #fff;
    background-color: rgba(240,240,240,0.2);
    border-bottom: 1px solid #425362;
  }
  .add-to-calendar-checkbox:checked~a > i {
    font-size: 20px;
    vertical-align: sub;
    color: #fff;
    margin-right: 5px;
  }
  .add-to-calendar-checkbox:checked~a > i:before {
    color: #fff;
  }
  .add-to-calendar-checkbox:checked~a:hover {
    background-color: rgba(240,240,240,0.3);
    text-decoration: none;
  }
  
  /*.site-header-main {background-color: coral;}*/
  
  
  
  
  
  
  
  /* Thanks page */
  .s-thanks {
    background-color: #fff;
    text-align: center;
  }
  .s-thanks h1 {
    font-size: 52px;
    color: #435363;
    font-family: "dinPro", "Open Sans", sans-serif;
    text-transform: uppercase;
  }
  .th-asset-name, .th-asset-name a {
    font-weight: 300;
    color: #555;
    font-style: italic;
  }
  .th-asset-name a {
    text-transform: capitalize;
  }
  .th-asset-name a:hover {
    text-decoration: underline;
  }
  .th-hr {
    width: 120px;
    height: 4px;
    border: none;
    background-color: #e75204;
    display: inline-block;
    margin: 30px;
  }
  .th-download, .th-download:hover:focus {
    color: #e75204;
  }
  
  /* -------------------------------- */
  /* Page Category Template           */
  /* -------------------------------- */
  .page-template-page-category .g-wrap {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .page-template-page-category .hat h1 > p {
    padding: 10px 20px 12px;
    margin: 0;
    display: inline-block;
  }
  
  /* -------------------------------- */
  /* Search Page                      */
  /* -------------------------------- */
  .srch-page .srch-page-form input[type="text"] {
    position: static;
    width: 230px;
    padding: 9px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .srch-page-form {
    width: 300px;
    margin: -30px auto 30px;
  }
  .srch-page-form.n-found {
    margin: 20px auto;
  }
  .srch-page .msg-bold {
    padding-top: 0;
  }
  
  
  
  /* -------------------------------- */
  /* Newsroom                         */
  /* -------------------------------- */
  .nrw {
    position: relative;
  }
  .nrw ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nr-wide-item,
  #nr_view_svg_top {display: none;}
  #nr_svg_top {
    display: none;
  }
  .nr-menu-container {
    padding: 40px 20px;
  }
  .nr-first-section-wrap {
    position: relative;
  }
  .nr-name {
    text-align: center;
    font: 700 44px "dinPro", sans-serif;
    display: block;
    margin-bottom: 30px;
  }
  .nr-name a {color: #fff;}
  .nr-name a:hover {text-decoration: none; color: #eee;}
  .nr-menu-wrap {
    width: 260px;
    margin: 0 auto;
  }
  .nr-menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }
  .nr-menu li {
    width: calc(50% - 4px);
    margin-bottom: 7px;
  
  }
  .nr-menu li a {
    border: 1px solid #3E8DDE;
    color: #3E8DDE;
    width: 100%;
    display: inline-block;
    padding: 4px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
  }
  .nr-menu li.current-menu-item a {
    border: 1px solid #E75300;
    color: #E75300;
  }
  .nrw .nr-follow {display: flex; justify-content: left;align-items: end; list-style: none; padding: 0; margin: 10px 0 40px;}
  .nr-follow li {margin-right: 20px;}
  .nr-follow a {display: block;color: #999;}
  .nr-follow i {font-size: 30px; }
  .nr-follow li:hover a {color: #E75300; text-decoration: none;}
  .nrw .g-list {margin-top: 10px;}
  .nr-new {
    position: relative;
    padding: 55px 20px;
  }
  .nr .g-grid {
    position: relative;
    z-index: 3;
    padding-top: 0;
  }
  .nr-section {
    margin-bottom: 60px;
  }
  .nr-section-name {
    text-align: center;
    display: block;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    z-index: 3;
    color: #888888;
    margin-bottom: 50px;
  }
  .nr-section-name:after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background-color: #E75300;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .nr-press .nr-section-name {
    color: #333;
  }
  .nr-press .nr-section-name:after {
    background-color: #44AF69;
  }
  .nr .cc-content {
    text-align: left;
    padding: 25px;
  }
  .nr .cc-has-btn > a {
    padding-bottom: 40px;
  }
  .nr .cc-no-img {
    margin-top: 40px;
  }
  .nr .cc-btn {
    text-align: left;
    bottom: 20px;
    left: 25px;
  }
  .nr .btn-arrow {
    font-size: 16px;
  }
  .nr-cat {
    position: absolute;
    top: -40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    padding: 0 25px;
    background-color: #3E8DDE;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    z-index: 11;
  }
  
  /* nr tools */
  .nr-view {
    padding: 20px 0;
  }
  .nr-view .nr-section-name {
    color: #333;
  }
  .nr .nr-list {
    padding: 0 20px;
  }
  .nr-press-tools {
    border-radius: 5px;
    background-color: #fcfcfc;
    padding: 45px 25px 25px;
    background-image: url("assets/images/newsroom/Watch-Circuits.png");
    background-size: 70%;
    background-position: right top;
    background-repeat: no-repeat;
  }
  .nr-tool {
    margin-bottom: 25px;
    color: #777;
    font-size: 16px;
  }
  .nr-tool span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  .nr-tool ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nr-p-tools a {
    color: #777;
  }
  .nr-p-tools a:hover {
    color: #E75300;
  }
  .press-item {
    margin-bottom: 50px;
    box-shadow: none;
  }
  .press-item span {
    display: block;
  }
  .press-date {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 5px;
  }
  .press-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  .nr-link-all {
    text-align: center;
  }
  .nr-link-all a {
    color: #444;
    font-size: 16px;
    font-weight: 600;
  }
  .nr .cc-full-img .cc-has-btn {
    padding-bottom: 0;
  }
  .nr-on-news .nr-section-name:after {
    background-color: #3E8DDE;
  }
  .nr-in-news .nr-section-name:after {
    background-color: #FFAE09;
  }
  .nr-in-news {
    position: relative;
    padding-top: 70px;
  }
  .nr-in-the-news {
    position: relative;
    z-index: 3;
  }
  
  .nr-customer-stories .nr-section-name {color: #333;}
  .nr-customer-stories .nr-section-name:after {background-color: #e64e46;}
  .nr-customer-stories.nr-in-news .nr-link-all a {color: #333;}
  /* -------------------------------- */
  /* Newsroom Category Page           */
  /* -------------------------------- */
  
  .nrc-title {
    text-align: center;
    font-family: "dinPro", sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin: 30px 0 30px;
  }
  .nrc-press-releases .nrc-title {
    margin: 30px 0 60px;
  }
  .news-main, .nrc-main {
    position: relative;
    z-index: 5;
  }
  .nrc-main {
    margin-bottom: 100px;
  }
  .nrc-aside-title {
    font-size: 21px;
    font-weight: 700;
  }
  .nrca-new {
    padding: 40px 30px 10px;
    position: relative;
    z-index: 6;
    border: 1px solid #d4d7e1;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #ffffff;
  }
  .nrc-wrap .press-item:hover .press-title {
    color: #3e4e67;
  }
  .nrc-aside .press-title {
    margin-bottom: 0;
  }
  .nrc-main .g-load-more .btn-md {
    border: 2px solid #E75300;
    color: #E75300;
    background-color: transparent;
  }
  
  
  /* --------------------------------- */
  /* Newsroom Single (Press Post Type) */
  /* --------------------------------- */
  .nrs {
    background-color: #ffffff;
  }
  .nrs .b-content {
    font-weight: 400;
  }
  .nrs .nrc-wrap {position: relative;}
  .nrs-head {
    padding: 40px 25px;
    background: radial-gradient(ellipse at center, #364958 0%,#1e2a33 100%);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    position: relative;
  }
  .nrs .nrc-main {
    background-color: #fff;
    padding: 25px;
    font-size: 18px;
    line-height: 1.7;
  }
  .nrs .m-svg {display: none;}
  .nrs-head-inner {
    position: relative;
    z-index: 5;
  }
  .nrs-title {
    max-width: 1000px;
    margin: 10px 0 20px;
    font-size: 40px;
    font-family: 'dinPro', sans-serif;
    font-weight: 600;
  }
  .nrs-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .nrs-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .nrs-bg-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .nrs-breadcrumbs {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .nrs-breadcrumbs a {
    color: #fff;
  }
  .nrs-breadcrumbs a:hover {
    color: #fff;
  }
  .nrs-breadcrumbs .nrs-newsroom-link {color: #E75300;}
  .nrs-breadcrumbs .nrs-newsroom-link:hover {color: #fe5300;}
  .nrs-meta {font-size: 14px;}
  
  .nrs .nrs-tools {
    position: relative;
    width: 100%;
  }
  .nrs-share-head {
    margin: 40px 0 30px;
  }
  .nrs-share > span {
    width: 100%;
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
  }
  .nrs-share-btns iframe {
    margin-bottom: 0;
  }
  .nrs-share-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none !important;
  }
  .nrs-share-btns li {
    margin-right: 10px;
  }
  .nrs-share-email {
    height: 20px;
    display: block;
    border-radius: 2px;
    background-color: #ffffff;
    color: #444444;
    text-shadow: none;
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .nrc-main .nrs-share-email {
    border: 1px solid #444444;
    line-height: 18px;
  }
  .nrc-main .nrs-share {
    font-size: 12px;
  }
  .nrc-main .nrs-share > span {
    font-size: 18px;
    font-weight: 600;
  }
  .b-content ul {
    margin: 0 0 1.75em 1.25em;
    list-style: disc;
  }
  
  
  /*
    author link used in single_blog.php
  */
  .nrs-author{
    color: white;
  }
  
  .nrs-author:hover{
    color: white;
  }
  
  
  
  /* Top Banner */
  .top-banner {
    display: block;
    background: linear-gradient(30deg, #E75300 0%, #FF9B00 100%);
    color: #fff;
    font-size: 12px;
    font-family: "dinPro", sans-serif;
    position: relative;
  }
  .tb-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .tb-close-inn {
    position: relative;
  }
  .tb-close-inn div {
    width: 3px;
    background-color: #f0f0f0;
    height: 25px;
    position: absolute;
    right: 19px;
    top: 9px;
  }
  .tb-close:hover .tb-close-inn div {
    background-color: #fff;
  }
  .tb-close-inn div:first-child {
    transform: rotate(45deg);
  }
  .tb-close-inn div:last-child {
    transform: rotate(-45deg);
  }
  .tb-inner {
    padding: 15px 25px;
  }
  .tb-inner a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
  }
  .tb-inner a:hover {
    color: #fff;
  }
  
  /* -------------------------------- */
  /* Glossary                         */
  /* -------------------------------- */
  .gl-primary {
    background-color: #fff;
  }
  .gl-wrap {
    padding: 40px 20px;
    font-family: "DinPro", sans-serif;
  }
  .gl-main {
    margin-bottom: 100px;
  }
  .gl-abc {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .gl-head {
    margin-bottom: 60px;
  }
  .gl-head h1,
  .gl-head h2 {
    font-size: 32px;
    font-weight: 600;
  }
  .gl-head p {
    color: #555555;
    font-size: 14px;
    display: block;
    /*max-width: 664px;*/
  }
  .gl-label {
    text-transform: uppercase;
    color: #888E93;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-size: 11px;
    width: 100px;
  }
  .gl-label .btn-loader {
    right: -22px;
    top: 0;
  }
  .gl-label .spinner > div:after {
    background: #8d9aa6;
  }
  .gl-select {
    height: 40px;
    border-radius: 3px;
    padding: 0 10px;
  }
  .gl-alphabet {
    width: 80px;
  }
  .gl-alphabet-list {
    display: none;
  }
  .gl-list {
    transition: opacity .4s ease-in-out;
  }
  .gl-item {
    display: none;
    padding: 20px 0 15px;
    border-bottom: 1px solid #eeeeee;
  }
  .gl-item.gl-item-show {
    display: block;
  }
  .gl-name {
    font-size: 24px;
    color: #555555;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .gl-name a {color: #555555;}
  .gl-name a:hover {text-decoration: none;}
  .gl-desc {
    font-size: 15px;
    color: #606060;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    /*width: 100%;*/
    /*height: 30px;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
  }
  .gl-description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 50px;
  }
  
  .gl-item .btn-arrow:after {
    top: 4px;
  }
  .gl-item .btn-arrow {
    font-size: 13px;
    font-weight: 600;
  }
  /*.gl-other-terms {*/
  /*  display: flex;*/
  /*  justify-content: space-between;*/
  /*}*/
  .gl-other-terms a {
    font-size: 14px;
    font-weight: 600;
    color: #E75300;
    display: inline-block;
  }
  .gl-prev-term {
    float: left;
  }
  .gl-next-term {
    float: right;
  }
  
  
  /* Glossary Filters */
  .gl-filters-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .gl-filters-wrap .gl-label {
    margin-bottom: 10px;
  }
  .gl-filters,
  .gl-filters-search {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .gl-search-input {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #333333;
    width: 163px;
    padding: 0 15px;
  }
  
  /* Glossary Single */
  
  .gl-cat-name {
    font-size: 30px;
    color: #555555;
    font-weight: 600;
  }
  
  .gl-single .gl-head h1, .gl-single .gl-head h2 {
    margin-bottom: 24px;
  }
  .gl-bread {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #888E93;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .gl-bread a {
    color: #888E93;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .gl-bread a:last-child {
    color: #E75300;
  }
  
  .gl-single .gl-list {
    margin-bottom: 100px;
    display: none;
  }
  /* CSS classes from hot fix */
  
  .gl-filters {
    display: none;
  }
  .nr-p-tools {
    display: none;
  }
  .di-platform .pmcf-title {
    font-size: 17px;
  }
  .pm-feat-resource .pmc-feat-item {
    max-width: 300px;
  }
  .pm-company .pm-col-half {
    padding: 0;
    margin-right: 30px;
  }
  .pm-company .pm-col-half:first-child {
    margin-right: 0;
  }
  .pm-endpoint .tb-img {
    width: 61px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
  }
  .pm-endpoint.pm-list-item:hover .tb-img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
    margin-top: -10px;
    margin-bottom: 4px;
  }
  
  
  .law .pml-title:after {
    background-color: #296FC9;
  }
  .business .pml-title:after {
    background-color: #D30813;
  }
  .defense .pml-title:after {
    background-color: #458922;
  }
  .nr-menu-container {
    position: relative;
    z-index: 5;
  }
  .wp-caption .wp-caption-text {
    font-size: 13px !important;
  }
  /* Testimonials */
  .ts-title h2.m-title {
    font-weight: 400;
  }
  
  .ts-title {
    max-width: 700px;
    margin: auto;
  }
  .crypto_icon img {
    max-width: 68px;
    margin-bottom: 0;
  }
  
  .pmc-about-cellebrite {
    border-left: 1px solid #eeeeee;
    margin-left: 30px;
    padding-left: 60px;
  }
  
  #newsroom .nr-on-news .nr-list li:last-child img {
    object-fit: contain;
    top: -70px;
  }
  
  #newsroom .nr-on-news .nr-list li:last-child .cc-img {
    background-color: #121d27;
  }
  
  
  /* Product page Logos */
  .hero_rb .brow img {
    width: auto;
  }
  /* End CSS classes from hot fix */
  
  /* -------------------------------- */
  /* Media Queries 1                  */
  /* -------------------------------- */
  
  @media (min-width:370px) { /* iPhone 6,7,8 */
  
    .s-thanks h1 {font-size: 60px;}
    .breadcrumb_last {max-width: 180px;}
  
    .gl-label {
      font-size: 12px;
      width: 130px;
    }
    
  }
  
  @media (min-width:400px) {
    .tb-inner { text-align: center;}
  }
  
  @media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */
    .sfs-list {justify-content: center;}
    .sfs-item {margin: 0 30px 40px;}
  }
  
  @media (min-width:700px) {
    .site {padding-top: 92px;}
  
    /* General */
    .desk-hide {display: none;}
  
    .p-wrap {padding: 0 40px;}
    .h-main {padding: 23px 0 27px;}
    .h-bar {top: 25px;}
    .srch-wrap {top: 83px;width: 400px;left: auto;right: 0;}
    .s-res {padding: 40px;}
    .feat-img {display: none;}
    .feat {overflow: hidden;}
    .feat-info {width: calc(55% - 30px);float: left;margin-right: 30px;}
    .feat-img-desk {display: block;width: 45%;float: left;padding-bottom: 25%;position: relative;overflow: hidden;}
    .feat-img-desk img {height: 100%;width: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}
    .feat-h {font-size: 40px;}
    .feat .btn-md {width: auto;}
    .sections-wrap .g-wrap-1 {padding-bottom: 0;}
    .g-item {width: 45%;margin-bottom: 60px;}
    .g-filter {float: left; display: block; padding-right: 15px; height: 40px; line-height: 40px;}
    .g-menu {float: left;}
    .g-info .btn-md {width: auto;}
    .page-template-page-category .g-wrap {padding-bottom: 40px;}
    .c-section-head {margin-top: 50px; padding: 30px 0 35px;}
    .c-section-head h2 {font-size: 36px;}
  
    /* Blog Post */
    /*.b-container {background-color: #fff;position: relative;margin: -80px auto 0;width: calc(100% - 50px);padding: 20px 25px 40px;z-index: 2;}*/
    /*.b-image {z-index: 1;}*/
    /*.b-h1 {font-size: 42px;}*/
    /*.breadcrumbs {margin: 30px;}*/
    /*.hat h1 > p {font-size: 42px;}*/
    /*.hat p {font-size: 28px;}*/
    /*.hat {font-size: 21px; padding: 40px 20px 50px;}*/
    /*.hat h1 {font-size: 48px;}*/
    /*.hat-inner {max-width: 640px;margin: 0 auto;}*/
    /*.ec-text {margin-left: 48px;}*/
  
    /* Blog Cat */
    .cb-section {padding: 0 40px;}
    .b-feat-main {padding: 0;max-width: 100%;}
    .bfm-item {padding-bottom: 40%;}
    .bfm-item > a {padding: 60px 40px;}
    .bfm-title {font-size: 24px;}
    .bfm-brow {font-size: 18px;}
  
    .thumb-shelf {margin: 0 -25px;}
    .thumb-li {max-width: calc(50% - 25px);border-radius: 5px;}
    .thumb-img img {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
    }
  
  
  
  
    .b-image.g-image.v-feature {
      min-height: 400px;
      height: 500px; /* from hot fix css */
    }
    .nrc-main .nrc-additional-content {
      display: block;
      width: 100%;
      margin-top: 100px;
    }
    .nrs-share-head {
      margin-bottom: 0;
    }
    .nrc-main .nrc-add-c-item {
      width: 100%;
      max-width: none;
      border-radius: 6px;
    }
    .nrc-main .nrc-add-c-item > a {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
    }
    .nrc-main .nrc-add-c-img {
      width: 50%;
      padding-bottom: 25%;
      border-bottom-left-radius: 6px;
      border-top-left-radius: 6px;
      border-top-right-radius: 0;
    }
    .nrc-main .nrc-add-c-img img {
      border-radius: 0;
      border-bottom-left-radius: 6px;
      border-top-left-radius: 6px;
    }
    .nrc-main .nrc-add-c-info {
      width: 50%;
      border-radius: 0;
      border-bottom-right-radius: 6px;
      border-top-right-radius: 6px;
      border: 1px solid #d4d7e1;
      border-left: none;
    }
  
  
  
  
    /* Gated Content */
    .sections-wrap .gt-content {padding: 60px 40px;}
    .sections-wrap .gt-submitted {padding: 80px 40px;}
    .gt-submitted .g-grid {padding-top: 0;}
    .gt-inner {display: flex; justify-content: space-between; align-items: flex-start; max-width: 1100px; margin: 0 auto;}
    .gt-info {width: calc(100% - 400px);}
    .gt-form {width: 330px; margin: 0 0 0 70px;}
  
  
    .gt-form-txt {display: none;}
    .gt-txt-above-form.gt-form-txt {display: block;}
    .gt-form .gform_wrapper {margin-top: 0;}
    .gt-form .gform_wrapper .top_label li.gfield.gf_left_half {padding-right: 5px;}
    .gt-form .gform_wrapper .top_label li.gfield.gf_right_half {padding: 0 0 0 5px;}
    .gt-form .gform_wrapper .top_label li.gfield {width: 100%; padding-right: 0;}
    .gt-form .gform_wrapper .top_label input.medium, .gt-form .gform_wrapper .top_label select.medium {width: 100%;}
  
    body .gt-form .gform_wrapper ul li.gfield {margin-top: 9px;}
    .gt-form .gform_wrapper .gform_footer {margin: 0; text-align: center;}
  
    .gt-submitted .gt-form {background-color: rgba(240,240,240,.15);padding: 60px 20px;margin-top: 60px;}
    .gt-header-inner {padding: 40px 410px 40px 40px;}
    .gt-info-wrap {position: relative; padding: 20px 410px 20px 40px;min-height: 530px;}
    .gt-info-wrap .gt-form {position: absolute; top: -150px; right: 40px;}
    .gt-info-wrap .gt-vid-thumb {top: 10px;}
    .gt-first-h2 {margin: 0 0 20px;}
    .gt-info-wrap .gt-event {border: none;}
    .wb-default-back {background-image: url("assets/images/default-background/webinar-back-md.jpg");}
  
    .sf-list {display: flex; justify-content: center;flex-wrap: wrap;}
    .sf-item {width: 40%;max-width: 300px;margin: 0 30px 40px;}
    .sf-title {margin: 25px 0 20px;}
    .sf-icon {height: 135px;}
    .st-item {display: flex; justify-content: space-between; align-items: center; text-align: left; padding: 30px 70px;}
    .st-name-desk {display: block; margin-bottom: 0;}
    .st-name-mob {display: none;}
    .st-img {width: 124px; height: 124px; border-radius: 70px; margin: 0 60px 0 0;}
    .scl-item {margin-bottom: 30px;}
    .scl-a {padding: 50px;}
    .scl-a > img {margin-right: 30px;}
    .no-img .scl-a {padding: 45px 50px 50px;}
  
    .page-template-page-category .hat {padding: 45px 20px 60px;}
    .srch-page .srch-page-form input[type="text"] {width: 400px;}
    .srch-page-form {width: 470px;}
  
    #secondaryNav {display: block;}
  
    .nr .nr-list {padding: 0 40px;}
    .nrs .nrc-main {padding: 30px 50px 40px;}
  
    .newsroom-cat .nrc-aside {margin-top: 0;}
    .newsroom-cat .nrca-new {border: none;}
    .newsroom-cat .nrc-main .g-wrap {border-radius: 5px;}
    .newsroom-cat .nrc-main {border-radius: 5px;}
    .top-banner {font-size: 16px;}
    .tb-inner {padding: 21px 25px 19px; max-width: 1000px; margin: 0 auto;}
  
  
    /* Glossary */
    .gl-primary {
      background-color: #f0f0f0;
    }
    .gl-main {
      background-color: #fff;
      padding: 50px 30px 30px;
      border-radius: 7px;
    }
    .gl-head h1,
    .gl-head h2 {
      text-align: center;
    }
    .gl-alphabet {display: none;}
    .gl-abc {
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .gl-label {
      display: inline-block;
      color: #6d7378;
      margin-right: 30px;
      width: auto;
    }
    .gl-alphabet-list {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0;
      cursor: pointer;
    }
    .gl-alphabet-list li {
      display: inline-block;
    }
    .gl-alphabet-list li a {
      padding: 5px 3px 4px;
      display: block;
      font-size: 12px;
      color: #888e93;
      font-weight: 600;
    }
    .gl-alphabet-list li.active a {
      color: #E75300;
    }
    .gl-alphabet-list li a:hover {
      color: #f0681f;
    }
  
  
    .gl-filters-search {
      width: auto;
      display: block;
      margin-bottom: 20px;
    }
  
    .gl-filters {
      margin-right: 30px;
    }
    .gl-search-input {
      width: 250px;
    }
    .gl-label-abc {
      margin-right: 46px;
    }
  
  
    /* Blog Cat */
    .thumbs-nav {padding: 20px 0;}
    .thumb-tag {font-size: 15px;}
    .thumb-date {font-size: 15px;}
    .thumb-cat {font-size: 15px;}
    .thumb-title {font-size: 20px;}
    .thumb-btn {font-size: 15px;}
    .cb-filters-wrap {
      display: flex;
      justify-content: left;
      align-items: center;
    }
    .thumb-nav-items {
      margin-bottom: 0;
    }
    .cb-search-wrap {
      width: 200px;
      margin-bottom: 0;
      margin-right: 20px;
    }
    .cb-select-filter {min-width: 140px;margin-right: 20px; width: auto;}
    .b-featured-resources {padding: 50px 40px;}  
  }
  
  
  @media (min-width:900px) {
    .gt-submitted .gt-inner {align-items: start;}
    .gt-submitted .gt-info {width: calc(100% - 400px);}
    .gt-files .gt-h1 {font-size: 45px;}
  
  
    /* Gated Content */
    .sections-wrap .gt-content {padding: 60px 40px;}
    .sections-wrap .gt-submitted {padding: 80px 40px;}
    .gt-submitted .g-grid {padding-top: 0;}
    .gt-inner {display: flex; justify-content: space-between; align-items: flex-start; max-width: 1100px; margin: 0 auto;}
    .gt-info {width: calc(100% - 400px);}
  
  
    .gt-form-txt {display: none;}
    .gt-form {width: 330px; margin: 0 0 0 70px;}
    .gt-form .gform_wrapper {margin-top: 0;}
    .gt-form .gform_wrapper .top_label li.gfield.gf_left_half {padding-right: 5px;margin-top: 10px;}
    .gt-form .gform_wrapper .top_label li.gfield.gf_right_half {padding: 0 0 0 5px;margin-top: 10px;}
    .gt-form .gform_wrapper .top_label li.gfield {width: 100%; padding-right: 0;}
    .gt-form .gform_wrapper .top_label input.medium, .gt-form .gform_wrapper .top_label select.medium {width: 100%;}
    body .gt-form .gform_wrapper .top_label div.ginput_container {margin-top: 0 !important;}
    body .gt-form .gform_wrapper ul li.gfield {margin-top: 10px;}
    .gt-submitted .gt-form {background-color: rgba(240,240,240,.15);padding: 60px 20px;margin-top: 60px;}
  
    .gt-header-inner {padding: 40px 410px 40px 40px;}
    .gt-info-wrap {position: relative; padding: 20px 410px 20px 40px;min-height: 400px;}
    .gt-info-wrap .gt-form {position: absolute; top: -180px; right: 40px;}
    .gt-info-wrap .gt-vid-thumb {top: 10px;}
    .gt-first-h2 {margin: 0 0 20px;}
    .gt-info-wrap .gt-event {border: none;}
  
    .wb-default-back {background-image: url("assets/images/default-background/webinar-back-md.jpg");}
    .b-wrap {max-width: 800px;margin: 45px auto 50px;}
    .b-message {display: flex; justify-content: space-between;align-items: center; padding: 30px 50px;}
    .bm-text {margin: 0 30px 0 0; max-width: 65%;}
    .b-feat {padding: 30px 50px;}
    .breadcrumbs {display: block;margin: 0 0 25px 0;}
  
    /* training */
    .training .gt-inner {align-items: flex-start;}
    .training .gt-h1 {font-size: 48px;}
    .training .gt-txt {font-size: 21px; font-weight: 300;}
    .sf-item {width: 25%;max-width: 280px;margin: 0 30px 40px;}
  
    .nr-menu-container {display: flex; justify-content: space-between;padding: 40px; position: relative;
      z-index: 5; align-items: center;} /* update to z-index: 5 from hot fix css */
    .nr-menu-wrap {margin: 0; width: auto;}
  
    #nr_svg_whats_new {display: none;}
    #nr_svg_top {display: block;}
    .nr-menu {display: block;}
    .nr-menu li {width: auto; display: inline-block; margin-left: 5px;}
    .nr-menu li a {border: none; color: #fff; padding: 5px 10px;font-size: 12px; text-transform: uppercase; font-weight: 600;}
    .nr-menu li a:hover {text-decoration: none; color: #E75300;}
    .nr-menu li.current-menu-item a {border: none; color: #fff;border-bottom: 2px solid #E75300;border-radius: 1px;}
    .nr-menu li:last-child a {color: #E75300; border:2px solid #E75300; padding: 12px 20px; font-size: 14px;margin-left: 8px;}
    .nr-menu li:last-child a:hover {background-color: #E75300;color: #fff;}
    .nr-new {padding: 0 40px 55px;}
    .nr .g-item {width: calc(33% - 15px);}
    .nr .nr-new .g-item:first-child {display: none;}
    .nr .nr-wide-item {width: 100%;}
    .nr .nr-wide-item a {display: flex; justify-content: center;}
    .nr .nr-wide-item .cc-content {width: 50%;}
    .nr .nr-wide-item .cc-img {width: 50%; padding-bottom: 25%;}
    .nr-wide-item .nr-cat {top: 20px;}
    .nr-wide-item .cc-title {margin-top: 45px;}
    .nr-section-name {text-align: left; font-weight: 500;}
    .nr-section-name:after {right: auto;}
    .nr-wide-item {display: block;margin-bottom: 40px;}
    .nr .nr-wide-item.cc-no-img a {display: block;}
    .nr .nr-wide-item.cc-no-img .cc-content {width: 100%;}
    .nr .nr-wide-item.cc-no-img .nr-cat {top: -40px;}
    .nr .nr-wide-item.cc-no-img .cc-title {margin-top: 0;margin-bottom: 40px;}
    .nr-view {padding:0 40px;
      position: relative;}
    .nr-view-inner {padding-right: calc(33% - 20px);
      position: relative;
      z-index: 3;}
    .nr-press-tools {position: absolute; top: 0; right: 0; width: calc(33% - 20px);}
    .nr-section:not(.nr-press-tools) {padding-right: 40px; position: relative;}
    .nr .nr-list {padding: 0;}
    .nr-press .nr-list {display: flex; justify-content: space-between;}
    .press-item {width: calc(33% - 20px);}
    .press-item .btn-arrow {display: inline-block;}
    .press-item .btn-arrow:after {right: -18px; top: 8px;}
    .press-item:hover .btn-arrow:after {opacity: 1;right: -22px;}
    .press-item a:hover {text-decoration: none;}
    .nr-link-all {position: absolute; right: 40px; top: 18px; z-index: 5;}
  
    .nr-on-news .nr-list li,
    .nr-in-news .nr-list li{
      width: calc(50% - 15px);
    }
    .nr-in-news .m-svg {display: none;}
    .nr-in-news {padding-top: 0;}
    #nr_view_svg_top {display: block;}
    .nr-in-news-wrap {position: relative;}
    .nr-section:last-child {margin-bottom: 0;}
    /*.nr-in-news .nr-link-all a{color: #fff;}*/
    /* CSS classes from hot fix */
    .feature_flex .content-row {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .feature_flex .col-pull-left,
    .col-pull-right {
      margin: auto;
    }
  
    .feature_flex_reverse .content-row {
      flex-direction: row-reverse;
    }
    /* End CSS classes from hot fix */
  }
  
  
  @media (min-width:1020px) {
    .gt-speakers {overflow: hidden; }
    .gt-person {width: calc(50% - 15px); float: left;max-width: 270px;}
    .gt-person:nth-of-type(odd) {margin-right: 30px; clear: left;}
    .gt-avatar {width: 75px; height: 75px;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;}
    .gt-profile {width: calc(100% - 90px);}
  
    /* Blog Cat */
    .thumb-li {max-width: calc(33% - 25px);}
    .cb-section-title {margin-left: 0;}
    .b-section-with-sidebar {
      display: flex;
      justify-content: space-between;
    }
    .b-section-with-sidebar .thumbs-container {
      width: calc(67% - 10px);
    }
    .b-section-with-sidebar .b-sidebar {
      width: calc(33% - 10px);
    }
    .b-section-with-sidebar .thumb-shelf {
      margin: 0 -13px;
    }
    .b-section-with-sidebar .thumb-li {
      max-width: calc(50% - 20px);
    }
  }
  
  
  @media (min-width:1025px) {
    .site {padding-top: 110px;}
  
    .h-main {padding: 0;}
    .h-inner {position: relative;}
    .nav-up {top: -135px;}
    .nav-up .sub-wrap {display: none !important;}
    .has-top-banner .nav-up {top: -215px;}
    .site .mobile-menu-item {display: none;}
    .srch-wrap {top:0;background-color: #48494a;padding: 11px 30px 20px; border-bottom-left-radius: 5px;}
    .srch-wrap input[type="text"]:focus {border: 1px solid #fff;}
  
    .h-btns .mobile-menu {display: none;}
    .h-bar {position: static;width: 100%;height: 34px;padding: 3px 0;background-color: #121E28;}
    .h-btns {float: right;}
    .lang-switch {float: left;position: relative;margin-left: 15px;cursor: default; display: block;z-index: 2;}
    .l-curr {float: left;margin-top: 4px;padding-left: 15px;border-left: 1px solid #fff;display: flex;align-items: center;height: 20px;}
    .l-curr > span {color: #fff;text-transform: uppercase;font-size: 12px;margin-right: 3px;}
    .l-curr  > img {margin-right: 3px;}
    .l-curr > i {color: #fff;font-size: 22px;}
    .lang-switch:hover .l-curr > span, .lang-switch:hover .l-curr > i {color: #aaa;}
    .l-list {list-style: none;position: absolute;top: 20px;padding: 10px 0 0;margin: 0; width: 76px;display: none;z-index: 1;}
    .lang-item > a {border-top: 1px solid #373737; padding: 7px 15px; display: flex;align-items: center; background-color: #4a4a4a;}
    .l-list > li:last-child > a {padding-bottom: 8px;border-radius: 0 0 5px 5px;}
    .lang-item > a:hover {background-color: #5f5f5f;}
    .lang-item > a > span {color: #fff; text-transform: uppercase; font-size: 12px;}
    .lang-switch:hover .l-list {display: block;}
    .h-search {margin: 0;padding: 4px 0;font-size: 18px;color: #ddd;cursor: pointer;}
    .h-search:hover {color: #fff;}
    .h-inner { height: 100px;}
    .h-top-nav {display: block;float: right;margin-right: 12px;}
    .nt {margin-bottom: 0;}
    .nt li {display: inline-block;}
    .nt li a {display: block;padding: 4px 7px;color: #ddd;font-size: 13px;}
  
  
    /*.nav-prima ul, .nt {list-style: none;padding: 0;margin: 0;}*/
    /*.np li {position: relative;}*/
    
    /*.np > li.pll-parent-menu-item {display: none;}*/
    /*.nav-prima .np a {color: #121E28; font-size: 14px; font-weight: 400; text-decoration: none;display: block;}*/
    /*html[lang="es-ES"] .nav-prima .np a,*/
    /*html[lang="fr-FR"] .nav-prima .np a,*/
    /*html[lang="de-DE"] .nav-prima .np a,*/
    /*html[lang="pt-PT"] .nav-prima .np a{*/
        /*font-size: 12px;*/
    /*}*/
    /*.nav-prima .sub-menu a { font-weight: 400;}*/
    /*.np > li > a {height: 100px;line-height: 100px;}*/
    /*.np > li:hover > a,*/
    /*.np > li.current-menu-item > a {background-color: #fafbfb;}*/
    /*.np > li.current-menu-item > a,*/
    /*.np > li.current-menu-item:after{color: #e75204;}*/
    /*.np .sub-menu {display: none;}*/
    /*.np > li:hover > ul,*/
    /*.np > li > ul > li:hover > ul {display: block;}*/
    
    /*.np > li ul {background-color: #fafbfb; position: absolute;}*/
    /*.np > li ul {*/
    /*    border-top: none;*/
    /*}*/
  
  
    /*.np > li > ul {top: 100px;}*/
    /*.np > li > ul > li > ul {left: 100%;top: 0;}*/
    /*.np > li > ul > li:first-child > ul {top: -4px;}*/
    /*.np > li:nth-of-type(n+5) > ul > li > ul {right: 100%;left: auto;}*/
    /*.np .menu-item-blue {display: flex;align-items: center;margin-left: 20px;}*/
    /*.np .menu-item-blue > a {padding: 0 25px; color: #fff; border: 1px solid #E75300; background: #E75300; border-radius: 4px; height: 42px; line-height: 40px;}*/
    /*.np li.menu-item-blue:hover > a { background-color: #f75204; color: #fff; border: 1px solid #f75204;}*/
  
  
  
  
  
    .site-nav-wrap {display: flex; justify-content: space-between;align-items: center; width: 100%;}
    .nav-primary {display: flex; justify-content: right; align-items: center; font-family: "dinPro", sans-serif;color: #121E28; height: 100px;}
    .nav-primary a {color: #ffffff;}
    .nav-primary a:hover {color: #E75300;text-decoration: none;}
    .nav-primary a.active,
    .nav-primary a.active .ttl,
    .nav-primary a.active .pml-txt b {color: #E75300;}
    .nav-primary .prima-cta a.active {color:#fff;}
    .pm-0 {height: 100px; position: relative; z-index: 1;}
    .pm-0 > a:before { height: 30px; position: absolute; content: "";bottom: 0; display: none; left: -40px; width: calc(100% + 80px);}
    .pm-0:hover > a:after,
    .pm-0:hover > a:before {
      display: block;
    }
  
    .pm-0 > a {
      font-size: 14px;
      padding: 39px 10px;
      display: inline-block;
      font-weight: 600;
      color: #ffffff;
    }
    .pm-0:hover {
      background-color: #2E3D50;
      z-index: 5;
    }
    .pm-0:hover > a {
      color: #E75300;
    }
    .prima-cta {
      height: 42px;
      margin-left: 15px;
      border-radius: 4px;
    }
    .prima-cta a {
      line-height: 36px;
      color: #fff;
      border: 2px solid #E75300;
      border-radius: 4px;
      height: 42px;
      padding: 0 30px;
    }
    .prima-cta a:hover {
      color: #fff;
      background-color: #E75300;
    }
    .sub-wrap {
      position: fixed;
      min-height: 100px;
      /*background-color: #fff;*/
      width: 100vw;
      left: 0;
      display: none;
      box-shadow: inset 1px 1px 5px rgba(0,0,0,.3);
      margin-top: -1px; /* To hide a gap in firefox */
      background: linear-gradient(180deg, #2E3D50 0%, #273548 100%);
    }
  
  
    .sub-wrap:after {
      content: "";
      width: 100vw;
      height: 30px;
      display: block;
      position: absolute;
      bottom: -29px;
    }
    /*.sub-wrap:before {*/
    /*  position: absolute;*/
    /*  top: -30px;*/
    /*  width: 100%;*/
    /*  background-color: yellow;*/
    /*  content: "";*/
    /*  height: 30px;*/
    /*}*/
    .pm-0:hover .sub-wrap {
      display: block;
    }
    .sub-inner {
      max-width: 1520px;
      margin: 0 auto;
      display: flex;
      justify-content: space-evenly;
    }
    .tabs-nav {
      width: 250px;
      background-color: #1e2b37;
      position: relative;
      /*margin-top: 1px;*/
    }
    .tn {
      position: relative;
      width: 250px;
      height: 130px;
      border-bottom: 1px solid #263443;
      border-right: 1px solid #263443;
      z-index: 5;
    }
    .tn:before {
      content: "";
      display: block;
      position: absolute;
      height: 130px;
      width: 1000px;
      background-color: #1e2b37;
      right: 242px;
      top: 0;
      border-bottom: 1px solid #1c2936;
    }
    .tn:last-child,
    .tn:last-child:before {
      border-bottom: 8px solid #E75300;
    }
    .tn:last-child:before {
      top: 0;
    }
    .tn > a {
      font-size: 16px;
      font-weight: 600;
      line-height: 130px;
      padding-left: 40px;
      display: block;
    }
    .tn.active,
    .tn.active:before,
    .tn:hover,
    .tn:hover:before {
      background-color: #2E3D50;
    }
    .tn.active > a {
      color: #E75300;
    }
    .tab-nav-arrow {
      height: 130px;
      width: 4px;
      background-color: #E75300;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
    }
    .tab-nav-arrow > i {
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 0 7.5px 8px;
      border-color: transparent transparent transparent #E75300;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -8px;
      margin: auto;
    }
    .tab-nav-line {
      position: absolute;
      width: 4000px;
      height: 8px;
      background-color: #E75300;
      z-index: 7;
      bottom: 0;
      right: -3000px;
    }
    /* Tab Content */
    .pm-tab {
      display: none;
    }
    .pm-tab.active {
      display: block;
    }
    .pm-tab-content {
      border-bottom: 8px solid #E75300;
      width: calc(100% - 250px);
      /*background: linear-gradient(90deg, rgba(46,61,80,1) 0%, rgba(18,30,40,1) 100%);*/
      /*background-color: #2E3D50;*/
      background: linear-gradient(180deg, #2E3D50 0%, #273548 100%);
    }
    .pm-tab-inner {
      display: flex;
      padding: 40px 20px 0 30px;
      justify-content: flex-start;
      flex-wrap: wrap;
    }
    .pm-center {
      height: 100%;
    }
    .pm-center .pm-tab-inner {
      justify-content: center;
      height: 100%;
      padding: 5px 20px 5px 40px;
    }
    .pm-list-item {
      display: block;
      width: calc(25% - 30px);
      margin: 0 15px 40px;
      text-align: center;
    }
    .pm-list-item:hover .l-i {
      transition: all 0.3s ease-in-out;
      transform: scale(1.1);
      margin-top: -10px;
      margin-bottom: 4px;
    }
    .pm-center .pm-list-item {
      align-self: center;
      margin: 0 15px;
    }
    .ttl {
      font-size: 16px;
      font-weight: 600;
      display: block;
      margin-bottom: 4px;
      color: #ffffff;
    }
    /*.pm-list-item:hover .ttl {*/
    /*  color: #194650;*/
    /*}*/
    .tsub {
      font-size: 14px;
      color: #8b9ba7;
      line-height: 1.42;
      display: inline-block;
    }
    .tb-img {
      max-height: 90px;
      margin-bottom: 10px;
    }
    /* Product Icons */
    .l-i {
      display: inline-block;
      width: 60px;
      height: 60px;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out;
    }
  
    /* Menu Columns */
    .pm-feat-resource {
      border-right: 1px solid #4b5a5c; /* Update from hot fix css */
      margin-right: 30px;
    }
    .pm-columns .sub-wrap {
      border-bottom: 8px solid #E75300;
    }
    .pm-columns .sub-inner {
      padding: 40px 0 50px;
    }
    .pm-col-half {
      width: 16.5%;
      padding: 0 10px;
    }
    /* CSS class from hot fix */
    .pmc-resources {
      padding-left: 30px;
    }
    /* End CSS class from hot fix */
    .pm-col-1 {
      width: 33%;
      padding: 0 40px;
    }
    .pm-col-2 {
      width: 66%;
      padding: 0 40px;
    }
    .pm-col-3 {
      width: 100%;
    }
  
    .pmc-list.no-title {
      padding-top: 15px;
    }
    .pml-title {
      font-size: 18px;
      position: relative;
      margin-bottom: 15px;
      display: block;
      font-weight: 600;
    }
    .pml-title:after {
      position: absolute;
      content: "";
      bottom: -10px;
      left: 0;
      width: 72px;
      height: 3px;
      background-color: #E75300;
    }
    .pml-sub {
      font-size: 14px;
      color: #8b9ba7;
      display: block;
      margin-bottom: 25px;
      line-height: 1.3;
    }
    .pml-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }
    .pml-item.has-icon {
      margin-bottom: 0;
    }
    .pml-item.has-img {
      margin-bottom: 20px;
    }
    .pml-item > i {
      width: 40px;
      height: 60px;
      background-size: 100%;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out;
    }
    .has-icon .pml-txt {
      width: calc(100% - 55px);
    }
    .pml-item img {
      width: 100px;
      display: block;
      transition: all 0.3s ease-in-out;
    }
    .has-img .pml-txt {
      width: calc(100% - 120px);
    }
    .pml-txt b {
      color: #ffffff;
      font-size: 16px;
      display: block;
      font-weight: 400;
    }
    .has-img .pml-txt b,
    .has-icon .pml-txt b {
      font-weight: 600;
    }
    .pml-txt span {
      font-size: 14px;
      color: #8b9ba7;
      display: block;
      line-height: 1.3;
      margin-bottom: 10px;
    }
    .pmc-feat-training, .pmc-classes-types {
      border-right: 1px solid #4b5a5c; /* Update from hot fix css */
    }
    .pml-item:hover > i {
      transition: all 0.3s ease-in-out;
      transform: scale(1.2);
    }
    .pml-item:hover > img {
      transition: all 0.3s ease-in-out;
      transform: scale(1.1);
    }
    .pml-item:hover b {
      color: #E75300;
    }
    .no-sub .pml-title {
      margin-bottom: 30px;
    }
  
    /* Menu Featured Content */
    .pmc-feat-item {
      display: block;
      max-width: 280px;
    }
    .pmc-feat-item img {
      display: block;
      margin-bottom: 15px;
      width: 100%;
    }
    .pmcf-txt {
      padding: 0 10px;
    }
    .pmcf-brow {
      color: #E75300;
      font-size: 16px;
      margin-bottom: 3px;
      display: block;
    }
    .pmcf-title {
      color: #ffffff;
      font-size: 18px;
      margin-bottom: 15px;
      font-weight: 600;
      display: block;
    }
  
    .pmcf-txt .pmcf-btn:after {
      top: 4px;
    }
    .pmc-feat-item:hover .pmcf-btn:after {
      opacity: 1;
      right: -24px;
      transition: all 0.3s ease-in-out;
    }
    .pmc-feat-item:hover {
      opacity: .95;
    }
    .pmc-center {
      text-align: center;
    }
    .pmc-right {
      text-align: right;
    }
    .pmc-feat {
      display: flex;
      justify-content: space-around;
      flex-wrap: nowrap;
    }
    .pmc-feat-margin {
      margin: 0 20px;
    }
    .pmc-feat-margin:first-child {
      margin-left: 0;
    }
    .pmc-feat-margin:last-child {
      margin-right: 0;
    }
  
    .g-grid {margin: 0 auto;}
    .g-item {width: calc(33% - 20px);}
  
    .g-info .btn-md {width: auto;}
    .gt-header-inner {padding-right: 480px;}
    .gt-header-inner, .gt-info-wrap {margin: 0 auto; max-width: 1100px;}
    .gt-form {width: 405px; margin: 0 0 0 70px; padding: 25px 30px 10px;}
    .gt-info-wrap {padding-right: 510px; padding-top: 30px;min-height: 612px;}
    .wb-default-back {background-image: url("assets/images/default-background/webinar-back-lg.jpg");}
    .footer div.site-branding a {margin: 0 0 0 50px;}
    .fn:hover li ul, .fn:hover li ul li ul { display: inherit; } 
  
  
    /* Glossary */
    .gl-single .g-item {width: 31%;}
  
    /* Blog Cat */
    .bfm-list {display: flex;justify-content: space-between;}
    .bfm-item {height: 388px;padding-bottom: 0;width: 25%;}
    .bfm-item:first-child {width: 50%;}
    .bfm-item:first-child .bfm-title {font-size: 32px;}
    .bfm-item > a {padding: 50px 20px;}
    .bfm-item:first-child > a {padding: 60px 100px;}
  
    .b-feat-hero-one-inner {display: flex;justify-content: space-between;padding-right: 5px;margin-left: -5px;}
    .b-feat-hero-one .cb-section-title {margin-left: -5px;}
    .b-feat-hero-one .thumb-li {margin-bottom: 20px;}
    .thumb-hero-one {display: block;width: 50%;max-width: unset;}
    .thumb-hero-one .thumb-img {padding-bottom: 60%;}
    .thumb-hero-one .thumb-title {font-size: 24px;}
    .b-feat-hero-one .thumb-shelf {width: 52%;}
    .b-feat-hero-one .thumb-shelf .thumb-li {max-width: calc(50% - 25px);}
    .b-feat-hero-one .thumb-shelf .thumb-li:first-child {display: none;}
    .b-feat-hero-one .thumb-shelf .thumb-img {padding-bottom: 42%;}
    .b-feat-hero-one .thumb-shelf .thumb-title {font-size: 16px;}
  
    /*
       Start Solutions Navigation Hot Fix
    */
    .di-platform .pmcf-txt {
      display: none;
    }
    .di-platform .pmc-feat-item {
      max-width: 100%;
    }
    .di-platform .pmc-feat-item img {
      margin-bottom: 0;
    }
    .pm-col-half.law,
    .pm-col-half.business {
      width: inherit;
    }
    .pm-col-half.law .pml-txt,
    .pm-col-half.business .pml-txt {
      height: inherit;
      margin-left: 20px;
    }
    .law .pml-item>i,
    .business .pml-item>i {
      width: 40px;
      height: 70px;
    }
    /* End Solutions Navigation Hot Fix */
  }
  
  @media (min-width:1100px) {
    /* Glossary */
    .gl-wrap {max-width: 1050px;margin: 0 auto;}
    .gl-main-wrap {display: flex;justify-content: space-between;}
    .gl-main {width: 664px;}
    .g-aside {width: calc(100% - 700px);}
    .gl-head h1,
    .gl-head h2 {text-align: left;font-size: 38px;}
    .gl-wrap .nrc-additional-content {margin-top: 0;}
    .gl-wrap .nrc-add-c-info {border: none;}
  
  
  }
  
  @media (min-width:1200px) {
    /*.nav-prima .np a {font-size: 15px;}*/
    /*.np > .menu-item-has-children:after {right: 15px;}*/
    /*.feat-cat {margin-top: 40px;}*/
    /*.feat-h {font-size: 48px;}*/
    /*.feat-info {width: calc(60% - 60px);margin-right: 60px;}*/
    /*.feat-img-desk {width: 40%;padding-bottom: 23%;}*/
    /*.sf-item {margin: 0 50px 40px;}*/
    /*.sfs-item {margin: 0 40px 30px;}*/
    .cb-section {padding: 0;}
    .cb-head {padding: 40px 0 0;}
  
    .nr-wide-item .cc-title {font-size: 24px; line-height: 1.4;}
    .nrc-wrap {
      display: flex;
      justify-content: space-between;
      max-width: 1360px;
      padding: 0 40px;
      margin: 0 auto;
    }
    .nrc-wrap.nrc-press-releases {
      justify-content: center;
    }
    .nrc-press-releases .nrc-main {
      width: 800px;
    }
    .nrc-press-releases .g-wrap {
      box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    }
  
    .single-post .nrc-main {width: calc(100% - 425px);}
    .single-post .nrc-aside {width: 400px; margin-top: 35px;}
    .nrc-main .g-wrap {padding-top: 30px;}
    .nrc-main .g-grid {padding-top: 0;}
    /*.nrc-main .g-item {width: calc(50% - 15px);}*/
    /*.nrc-main .cc-has-btn {padding-bottom: 40px;}*/
    .nrc-main .cc-btn {bottom: 30px; left: 30px; right: auto; width: auto;}
    .nrc-main .btn-arrow {font-size: 16px; font-weight: 600;}
    .nrc-main .cc-content {padding: 25px 30px 30px;text-align: left;}
    .nrc-main .g-list .btn-arrow:after {top: 7px;}
    .nrc-wrap .press-item {width: 100%;margin-bottom: 25px;}
    .nrc-wrap .press-item .btn-arrow {font-weight: 600;}
  
    .nrs-head {padding: 75px 40px;}
    .nrs-head-inner {margin: 0 auto; max-width: 1180px;}
    .nrs .nrc-main {margin-top: 35px; border-radius: 5px;}
    .nrs .nrc-main {margin-top: 35px; border-radius: 5px;}
  
    .pm-tab-inner {padding: 40px 20px 0 40px;}
    .pm-list-item {width: calc(25% - 40px);margin: 0 20px 40px;}
    .pm-center .pm-list-item {margin: 0 15px;}
    .pm-0 > a {font-size: 16px;padding: 39px 20px;}
    .prima-cta a {padding: 0 30px;}
  
  
    /* Blog Cat */
    .b-feat-hero-one .thumb-shelf .thumb-title {font-size: 18px;}
    /* CSS classes from hot fix */
    #newsroom .nr-on-news .nr-list li:last-child img {
      object-fit: contain;
      top: -98px;
    }
    /* End CSS classes from hot fix */
  
  
  
  }
  @media (min-width:1300px) {
    .nr-wide-item .cc-title {font-size: 30px;}
    .nr-menu-container,
    .nr-new,
    .nr-view-wrap {max-width: 1280px; margin: 0 auto;}
    .nr-menu-container {padding: 40px 0;}
    .nr-new {padding: 0 0 55px;}
    .nr-section:not(.nr-press-tools) {padding-right: 50px;}
    .nr-link-all {right: 50px;}
  }
  @media (min-width:1445px) {
    .srch-wrap {border-bottom-right-radius: 5px;}
  }
  @media (min-width:1520px) {
    .p-wrap {max-width: 1440px;padding: 0;margin: 0 auto;}
  }
  @media (max-width:700px) {
    .mob-hide {display: none;}
  }
  
  
  @media only screen and (max-width: 1023px) and (min-width: 320px) {
    .custom-carosale .owl-item div {
        padding-bottom: 17px !important;
    }
  }
  @media only screen and (max-width: 767px) and (min-width: 320px) {
    .home-banner .owl-item > div {
        height: 546px !important;
        min-height: 546px !important;
    }
    .testimonial-news-mobile .add-imag-bg > .wpb_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .copyright .list-inline {
        padding-bottom: 10px;
        margin-left: 0 !important;
    }
    .owl-theme .owl-controls .owl-buttons {
        display: block !important;
    }
  }
  /* contact us styles - end */
  
  h2.category-title2 {
    text-transform: none !important;
  }
  #field_5_28{
    margin-left: 17px !important;
  }
  
  @media only screen and (max-width: 1023px) and (min-width: 320px) {
    .custom-carosale .owl-item div {
        padding-bottom: 17px !important;
    }
  
  }
  @media only screen and (max-width: 767px) and (min-width: 320px) {
    .home-banner .owl-item > div {
        height: 546px !important;
        min-height: 546px !important;
    }
    .testimonial-news-mobile .add-imag-bg .vc_column-inner > .wpb_wrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .copyright .list-inline {
        padding-bottom: 10px !important;
        margin-left: 0 !important;
    }
    .owl-theme .owl-controls .owl-buttons {
        display: block !important;
    }
    .sec-content-box .custom-link1 {
        float:none !important;
    }
    .read-more {
        bottom: auto !important;}
    .custom-inner-caption p {
        padding:10px 20px 0 15px !important;
    }
    .custom-inner-caption h3 strong.org {
        padding-left:15px !important;
    }
  }
  @media only screen and (min-width: 767px) and (max-width: 1023px) {
    .pro-banner-cont {
        position: absolute;
        width: 92%;
        bottom: 30px;
    }
    .orange-back .pad-25 {
        padding: 15px;
    }
    .custom-inner-caption p {
        padding:10px 20px 0 30px !important;
    }
    .custom-inner-caption h3 strong.org {
        padding-left:30px !important;
    }
    .inner-testimonial-50-50 .grey-box-section p.detail {
        min-height: 120px;
    }
    .testimonial-news-mobile .add-imag-bg .vc_column-inner > .wpb_wrapper{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
  }
  
  /* Menu resize */
  /* for all languages start*/
  @media only screen and (max-width: 1400px) and (min-width: 1201px) {
    .site-header-menu .main-navigation a {
        font-size: 11px;
    }
    .site-header-menu .main-navigation ul ul li a {
        font-size: 11px;
        min-width: 100%;
        padding: 10px 10px 10px 20px !important;
    }
    .main-navigation li:hover > ul {
        width: 100%;
    }
    .cust-nav-wraper .main-navigation ul ul {
        width: auto;
    }
    .main-navigation li:hover > ul, .main-navigation li.focus > ul {
        min-width: 100%;
    }
  }
  @media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .site-header-menu .main-navigation a {
        font-size: 10px;
        padding: 8px !important;
        margin-top: 10px;
    }
    .site-header-menu .main-navigation ul ul li a {
        font-size: 10px;
        min-width: 100%;
        padding: 10px 8px !important;
    }
    .main-navigation li:hover > ul, .main-navigation li.focus > ul {
        min-width: 100%;
    }
  }
  
  .site-header-menu .main-navigation ul ul li a {
    word-wrap: break-word;
  }
  
  
  
  
  
  
  
  /* -------------------------------------------------------------- */
  
  
  /* ----------------------- MODULE STYLES ------------------------ */
  
  
  /* -------------------------------------------------------------- */
  
  
  
  /* ------------------------------- */
  /* General Styles
  /* ------------------------------- */
  .page-template-flexible-content .custom-container .site-content,
  .single .custom-container .site-content,
  .category .custom-container .site-content,
  .page-template-resources .custom-container .site-content,
  .page-template-careers .custom-container .site-content,
  .page-template-page-category .custom-container .site-content{
    width: auto;
    max-width: none;
    margin: 0;
  }
  .page-template-flexible-content .custom-container .footer,
  .single .custom-container .footer,
  .category .custom-container .footer,
  .page-template-resources .custom-container .footer,
  .page-template-careers .custom-container .footer,
  .page-template-page-category .custom-container .footer{
    width: auto;
  }
  .page-template-resources .g-wrap {
    max-width: none;
  }
  
  .m-mob-bg,
  .m-desk-bg,
  .m-group-bg-mob,
  .m-group-bg-desk {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: -2;*/
    background-size: cover;
  }
  .m-desk-bg,
  .m-group-bg-desk {display: none;}
  
  .m-group-bg-desk,
  .m-group-bg-mob {z-index: 1;}
  
  .module {
    padding: 50px 20px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    display: block !important;
    /*z-index: 1;*/
  }
  .m-inner {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
  .m-head {
    text-align: center;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .m-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 70px 0;
    font-family: 'dinPro', 'Open Sans', sans-serif;
    color: #32404e;
    position: relative;
  }
  .m-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background-color: #e75204;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .mod-left .m-title::after,
  .shf-hero .m-title::after{
    right: auto;
    margin: 0;
  }
  .mod-hero.mod-left .m-title::after {
    right: 0;
    margin: 0 auto;
  }
  
  
  .m-desc {
    color: #303B48;
    font-size: 18px;
    line-height: 1.3;
    margin: -15px 0 60px;
  }
  /*.m-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background-color: #e75204;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }*/
  .mh-descr {
    font-size: 16px;
    line-height: 1.7;
  }
  
  .m-bg-white {
    background-color: #ffffff;
  }
  .m-bg-gray {
    background-color: #f0f0f0;
  }
  .m-bg-darkblue {
    background-color: #121e28;
  }
  
  /* DARK MODE */
  .m-dark .m-title,
  .m-dark .m-desc,
  .m-dark .brow,
  .m-dark .disc,
  .m-dark .ft-add-title,
  .m-dark .ft-add-desc,
  .m-dark .ft-tab-content,
  .m-dark .fp-list,
  .m-dark .sb-title,
  .m-dark .sb-desc,
  .m-dark.ms-seamless .g-city {
    color: #fff;
  }
  
  
  .m-dark .btn-sec-sm,
  .m-dark .btn-sec-md {
    color: #fff;
    border-color: #fff;
  }
  /*.m-dark .btn-sec-sm:hover,*/
  .m-dark .btn-sec-md:hover,
    /*.m-dark .btn-sec-sm-orange:hover,*/
  .m-dark .btn-sec-md-orange:hover{
    background-color: rgba(255,255,255,.07);
  }
  
  .m-dark .g-item:hover {
    box-shadow: 1px 7px 20px 0 rgba(0,0,0,.6);
  }
  
  

  
  /* -------------------------------- */
  /* Benefits                         */
  /* -------------------------------- */
  .module.mod-benefits {
    padding-bottom: 25px;
  }
  .mod-benefits .general-btns {
    margin-bottom: 25px;
  }
  .gt-info {
    text-align: left;
  }
  .mod-benefits {
    text-align: center;
    /*z-index: 1;*/
  }
  .sb-list {
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    text-align: center;
  }
  .sb-item {
    display: inline-block;
    margin-bottom: 40px;
    max-width: 320px;
    min-width: 52%;
  }
  .sb-item .btn-arrow a, .sh-content .btn-arrow a, .col-split .btn-arrow a, .ft-tab-content .btn-arrow a {
    color: #e75204;
  }
  .sb-item .btn-arrow a:hover, .sh-content .btn-arrow a:hover, .col-split .btn-arrow a:hover, .ft-tab-content .btn-arrow a:hover {
    color: #ee4000;
    text-decoration: none;
  }
  .sb-img { height: 200px; margin-bottom: 30px; }
  .sb-img img { width: 100%; height: 100%; object-fit: contain; }
  
  .mod-features-icon .sb-btns:nth-child(3), .ft-tab-content .sb-btns:nth-child(3) {
    margin-top: 20px;
  }
  
  [class^="sb-icon-"], [class*=" sb-icon-"] {
    width: 100%;
    height: 110px;
    margin-bottom: 20px;
  }
  .sb-icon-sm {height: 40px;}
  .sb-icon-md {height: 60px;}
  .sb-icon-lg {height: 90px;}
  
  .mod-benefits h2 {
    margin-top: 0px;
  }
  .sb-title {
    font-size: 24px;
    margin: 1px 0 20px;
    font-weight: 600;
  }
  .sb-desc {
    font-size: 16px;
    font-weight: 400;
  }
  .sb-dk-font, .sb-dk-font .brow, .sb-dk-font .m-title, .sb-dk-font .m-desc  {
    color: #fff;
  }
  
  .bg-image {
    position: relative;
    background-size: cover;
    /*z-index: 0;*/
  }
  .bg-desk-img, .bg-mob-img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*z-index: -2;*/
  }
  .bg-desk-img {
    display: none;
  }
  .s-bene-sm {
    text-align: center;
  }
  .sbs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sbs-item {
    width: 140px;
    margin-bottom: 40px;
  }
  .sbs-icon {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
  .sb-list .sb-btn, .sbs-list .sbs-btn {
    margin-bottom: 15px;
  }
  .sb-2col, .sb-3col, .sb-4col {
    align-items: flex-start;
  }
  .sb-item .m-btn-wrap {margin-top: 30px;}
  .sb-item .sb-btns {margin-bottom: 0;}
  .m-txt-btns {margin-top: 20px;}
  
  /* -------------------------------- */
  /* Hero Module / Hero Mod with Form */
  /* -------------------------------- */
  .mod-hero, .shf-hero {
    text-align: center;
    /*z-index: 1;*/
  }
  .mod-hero h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'dinPro', 'Open Sans', sans-serif;
  }
  .sh-content, .gsm-content, .gsi-content, .git-content {
    list-style: none;
    padding: 0;
    text-align: center;
    display: inline-block;
  }
  .sh-list, .gsm-list, .gsi-list, .git-list {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
  }
  .sh-item, .gsm-item, .gsi-item, .git-item {
    display: inline-block;
    margin-bottom: 40px;
  }
  .disc {
    color: #788693;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    text-align: left;
    min-width: 200px;
    max-width: 100%;
    display: table-caption;
  }
  
  .sh-dk-font, .sh-dk-font .brow, .sh-dk-font .gt-info, .shf-dk-font .brow, .shf-dk-font .gt-info, .gsm-dk-font, .gsm-dk-font .brow, .gsi-dk-font, .gsi-dk-font .brow, .git-dk-font, .git-dk-font .brow {
    color: #fff;
  }
  .gt-info h1 {
    font-family: 'dinPro', 'Open Sans', sans-serif;
  }
  .shs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shs-item {
    width: 140px;
    margin-bottom: 40px;
  }
  .sh-list .sh-btn, .shs-list .shs-btn {
    margin-bottom: 15px;
  }
  .sh-content .sb-btn, .sh-content .disc {
    text-align: left;
  }
  /* Hero Mod with Form */
  .shf-hero {
    position: relative;
  }
  .mod-left, .mod-left .hero-btns {
    text-align: left;
    justify-content: left;
  }
  .mod-left .sh-content {
    text-align: center;
    justify-content: center;
  }
  .module .ribbon {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    padding: 0 10px 0 10px;
    background-color: #1f9de0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
  }
  .module .ribbon:after {
    display: none;
  }
  .module .ribbon-pointer {position: absolute; top: 0; right: -50px; content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 50px 50px 0 0;}
  
  .module.mod-hero:first-child .m-title::after {display: none;}
  .module.mod-hero:first-child .m-title { margin: 0 0 50px 0;}
  
  
  
  
  /* -------------------------------- */
  /* Form Module                      */
  /* -------------------------------- */
  
  .mod-form .m-main {
    max-width: 600px;
    margin: 0 auto;
  }
  .mf-form {
    margin: 0 -10px;
  }
  .mf-form .gfield {
    margin: 0 10px 20px !important;
    float: left;
    clear: none !important;
  }
  .mf-form label {margin-bottom: 0;}
  .mf-form .gform_wrapper .gform_footer {
    text-align: center;
  }
  body .mf-form .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px;
    margin-bottom: 7px;
  }
  
  /* Overwrite basic gravity forms css */
  div input[type="date"], div input[type="time"], div input[type="datetime-local"], div input[type="week"], div input[type="month"], div input[type="text"], div input[type="email"], div input[type="url"], div input[type="password"], div input[type="search"], div input[type="tel"], div input[type="number"], input, textarea, select{background-color :#fff;}
  
  .mf-form .gform_wrapper .gform_footer input[type=submit] {
    display: inline-block;
    background: rgb(231,89,0);
    background: linear-gradient(82deg, rgba(231,89,0,1) 0%, rgba(255,174,9,1) 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 13px 40px;
    min-width: 200px;
    max-width: calc(100% - 20px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .mf-form .gform_wrapper .gform_footer input[type=submit]:hover {
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    color: #fff;
    background: rgb(231,87,0);
    background: linear-gradient(82deg, rgba(231,87,0,1) 0%, rgba(255,159,9,1) 100%);
    text-decoration: none;
  }
  
  
  .mf-form .gf-w-100.gfield,
  .mf-form .gf-w-50.gfield,
  .mf-form .gf-w-33.gfield{
    width: calc(100% - 20px) !important;
    padding: 0 !important;
  }
  
  .gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
    width: 100% !important;
  }
  
  .mf-form .gf-clear-left {
    clear: left !important;
  }
  .m-dark:not(.mf-right) .mf-form label,
  .m-dark:not(.mf-right) .mf-form .gt-consent,
  .m-dark:not(.mf-right) div.gform_wrapper .field_description_below .gfield_description {
    color: #fff;
    font-weight: 400;
    opacity: .7;
  }
  .m-dark .gform_wrapper .gfield_required {
    color: #d60000;
  }
  .mod-form.mf-max-col-three .m-main {
    max-width: 800px;
  }
  .mf-thx {
    text-align: center;
    font-size: 24px;
    color: #e75204;
    font-weight: 800;
  }
  
  .mf-thx-inner {
    display: flex;
    justify-content: center;
  }
  .mf-thx-inner > span {
    font-size: 20px;
  }
  .mod-form .mf-thx-inner .spinner {
    top: auto;
  }
  
  .mod-form .spinner {
    top: 8px;
  }
  .mod-form .spinner div:after {
    background: #e75204;
  }
  
  .mf-right .mf-form{background-color: #fff;border-radius: 5px;box-shadow: 0 0 1px rgba(0,0,0,.1);padding: 15px 10px 15px;margin: 0;}
  
  /* Custom Form CSS */
  #gform_31 .gfield {margin: 0 5px 7px !important;width:calc(100% - 10px);display: inline-block;}
  #gform_31 .gf-w-50.gfield,
  #gform_31.gf-w-33.gfield{width: calc(50% - 10px);}
  #gform_31 .gform_fields {margin: 0 -10px !important;}
  
  .m-dark .gform_wrapper div.validation_error {
    color: #c42023;
  }
  
  .m-dark .gfield {
    color: #fff;
  }
  .m-dark .gfield select {
    color: #333333;
  }
  
  /* -------------------------------- */
  /* Featured Content Modules         */
  /* -------------------------------- */
  .mod-features {
    position: relative;
    /*z-index: 1;*/
  }
  .mod-features h2 {
    text-align: left;
  }
  .mod-features-icon h2 {
    text-align: center;
  }
  .mod-features-icon .sb-btns {
    margin-top: 20px;
    text-align: center;
  }
  .mod-features .m-title::after {
    right: auto;
    margin: 0;
  }
  
  .mod-features .col-split, .module .col-split {
    width: 100%;
  }
  .ft-img {
    padding-bottom: 20px;
  }
  
  .fp-icon {
    max-width: 75px;
    display: block;
    margin: 0 auto 15px;
  }
  .fp-img {
    width: 100%;
    max-width: 475px;
    height: auto;
    text-align: center;
  }
  .fp-img-align {
    text-align: center;
    margin: 0;
  }
  .mod-features .m-desc {
    text-align: left;
  }
  .fp-list {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  
  .fp-list h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 34px;
  }
  
  .fp-list ul {
    margin-top: 20px;
  }
  
  .mod-features .sb-btn {
    text-align: center;
    margin-top: 20px;
  }
  .ft-dk-font, .ft-dk-font .brow {
    color: #fff;
  }
  .ft-add {
    text-align: left;
    margin-top: 20px;
    padding-left: 0px !important;
  }
  
  
  .ft_add_ico {
    width: 24px;
    height: 24px;
    float: left;
    margin: 7px 12px 0 0;
    background-image: url(./assets/images/modules/ico_features-checkmark-blue.svg);
    background-repeat: no-repeat;
  }
  
  .m-dark .ft_add_ico {
    width: 24px;
    height: 24px;
    float: left;
    margin: 7px 12px 0 0;
    background-image: url(./assets/images/modules/ico_features-checkmark-orange.svg);
    background-repeat: no-repeat;
  }
  
  .tf-container .m-title:after { display: none; }
  .ft-add-title {
    font-family: 'dinPro', 'Open Sans', sans-serif;
    color: #303B48;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .ft-add-desc {
    color: #303B48;
    font-size: 18px;
    line-height: 28px;
  }
  .ft-tab-content{
    display: none;
  }
  .ft-tab-content.current{
    display: inherit;
  }
  .tab-dark li:not(.current) {
    color: #fff;
  }
  .tf-container h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .tf-container p {
    font-size: 18px;
    line-height: 28px;
  }
  .tf-img {
    text-align: right;
  }
  
  .tf-dk-font, .tf-dk-font .brow {
    color: #fff;
  }
  
  .fp-dk-font, .fp-dk-font .brow {
    color: #fff;
  }
  /*.fp-bg-img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
  }*/
  .ft-tab-content {
    margin: 0;
  }
  .col-pull-right, .col-pull-left { margin: 0px; }
  .col-pull-left { float: left; }
  .col-pull-right { float: right; }
  
  /* -------------------------------- */
  /* Card Modules                     */
  /* -------------------------------- */
  .sc-desc {
    text-align: center;
    font-family: 'dinPro', 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 26px;
  }
  .ci-icon {margin-bottom: 25px;}
  .sc-icon-sm { height: 40px; }
  .sc-icon-md { height: 60px;}
  .sc-icon-lg { height: 90px;}
  
  .sc-dk-font, .sc-dk-font .brow {
    color: #fff;
  }
  .card-grid {
    padding-top: 30px;
  }
  .sc-card-img { position: relative; overflow: hidden; height: 200px; }
  .sc-card-img img { position: absolute; left: -9999px; right: -9999px; top: -9999px; bottom: -9999px; margin: auto; min-width: 100%; min-height: 100%; }
  .card-list {
    padding: 0;
    list-style: none;
    margin: 0;
    /*display: flex;*/
    /*justify-content: center;*/
    /*flex-wrap: wrap;*/
  }
  /*.cl-center {*/
  /*justify-content: center;*/
  /*}*/
  .card-item {
    margin-bottom: 30px;
    box-shadow: 0 3px 7px 1px rgba(0,1,1,.1);
    border-radius: 3px;
    position: relative;
    background-color: #fff;
  }
  .card-item:hover {
    box-shadow: 0 7px 15px 1px rgba(0,1,1,.15);
  }
  .card-item:hover .btn-arrow:after {
    right: -5px;
  }
  .card-item > a {display: block; text-decoration: none !important; height: 100%;}
  
  .card-content {
    padding: 30px;
    text-align: center;
    color: #303B48;
  }
  .card-title {
    color: #303B48;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .card-sub {
    color: #788693;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: -5px;
  }
  .card-desc {
    color: #303B48;
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 20px;
  }
  .card-h:hover {text-decoration: none;}
  .card-btn {
    color: #788693;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  /* -------------------------------- */
  /* Content Cards Module              */
  /* -------------------------------- */
  .m-col-1 .g-item {
    width: 100%;
  }
  .g-item.cc-no-url:hover {
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
  }
  .cc-img {
    position: relative;
    padding-bottom: 50%;
    overflow: hidden;
    background-color: #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .cc-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 10;
  }
  .cc-content {
    padding: 40px;
    text-align: center;
    position: relative;
  }
  .cc-icon {
    position: absolute;
    padding: 13px 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: -32px;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    z-index: 11;
  }
  .cc-icon > img {
    height: 100%;
  }
  .cc-icon-sm { height: 40px; }
  .cc-icon-md { height: 60px;}
  .cc-icon-lg { height: 90px;}
  .cc-brow {
    font-size: 14px;
    text-transform: uppercase;
    color: #888E93;
    display: block;
    margin-bottom: 10px;
  }
  .cc-custom .cc-brow {
    text-transform: none;
    margin-bottom: 5px;
  }
  .cc-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #333;
    margin: 0;
  }
  .cc-subtitle {
    display: inline-block;
    color: #5c6771;
    font-size: 16px;
    line-height: 22px;
  }
  .cc-btn {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 0;
  }
  .cc-no-img {
    align-self: center;
  }
  .cc-has-subtitle .cc-title {
    margin-bottom: 20px;
  }
  .cc-has-cat > a, .cc-has-btn > a {
    padding-bottom: 80px;
  }
  .cc-has-icon .cc-content{
    padding-top: 50px;
  }
  .cc-has-btn-arrow {
    padding-bottom: 50px;
  }
  /*.cc-has-btn-arrow .cc-btn {*/
  /*bottom: 30px;*/
  /*}*/
  .cc-has-icon.cc-no-img .cc-content{
    padding-top: 40px;
  }
  .cc-has-icon.cc-no-img .cc-icon {
    position: static;
    margin-bottom: 15px;
    box-shadow: none;
    padding: 0;
  }
  .module:not(.cc-custom) .cc-has-icon.cc-no-img .cc-icon {
    padding: 13px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
  }
  .cc-align-left .cc-content{
    text-align: left;
  }
  .cc-align-left .cc-btn {
    text-align: left;
    padding: 0 40px;
  }
  .cc-align-left.cc-no-img .cc-icon {
    right: auto;
    position: static;
    width: auto;
    text-align: left;
  }
  .cc-align-left .btn-arrow:after {
    right: -12px;
  }
  /*.cc-align-left.cc-no-img .cc-icon > div {*/
  /*background-position: left bottom;*/
  /*}*/
  .cc-info > .cc-btn {
    display: none;
  }
  
  .g-item .btn-sec-sm,
  .g-item .btn-sec-md {
    border-color: #414b53;
    color: #414b53;
  }
  .mod-content-cards .g-item > a {
    display: block;
  }
  .mod-content-cards .g-item.no-icon .cc-content {
    padding-top: 30px;
  }
  .module.mod-content-cards .g-item {
    margin-bottom: 50px;
  }
  
  .mod-content-cards.m-col-3 .m-main {
    max-width: 1400px;
    margin: 0 auto;
  }
  .mod-content-cards.m-col-2 .m-main {
    max-width: 800px;
    margin: 0 auto;
  }
  .mod-content-cards.m-col-2-wide .m-main {
    max-width: none;
  }
  .mod-content-cards.m-col-2-wide .g-item {
    max-width: none;
  }
  .cc-img .cc-img-overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
    left: 0;
    object-fit: fill;
    z-index: 11;
  }
  .cc-line .cc-img-overlay{
    height: auto;
  }
  .cc-custom.cc-has-overlay-img .cc-img {
    padding-bottom: 60%;
  }
  .cc-line.cc-has-overlay-img .cc-img {
    padding-bottom: 50%;
  }
  .cc-custom.cc-has-overlay-img:not(.cc-line) .g-item:not(.cc-no-img) .cc-content {
    padding-top: 5px;
  }
  
  /* Full image card style */
  .cc-full-img .g-item {
    padding-bottom: 0;
    overflow: hidden;
  }
  .cc-full-img .cc-img {
    padding-bottom: 100%;
  }
  .cc-full-img .cc-content {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 15;
    text-align: left;
    padding: 0 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .cc-full-img .cc-brow {
    color: #d1d7dc;
    text-shadow: 1px 1px 5px rgba(0,0,0,.3);
  }
  .cc-full-img .cc-title {
    color: #FAFAFB;
    margin-bottom: 20px;
    text-shadow: 1px 1px 5px rgba(0,0,0,.3);
    font-weight: 500;
  }
  .cc-full-img .cc-subtitle {
    display: none;
  }
  .cc-full-img .cc-info .cc-btn {
    display: block;
    position: static;
    text-align: left;
  }
  .cc-full-img .cc-btn-out {
    display: none;
  }
  .cc-full-img-overlay {
    background: linear-gradient(180deg, rgba(18,30,40,0) 0%, rgba(18,30,40,.1) 50%, rgba(18,30,40,.9) 100%);
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .cc-full-img .g-item:not(.cc-has-btn) .cc-content{
    bottom: 10px;
  }
  .cc-full-img .cc-has-btn:hover .cc-content {
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .cc-full-img.m-dark .g-item {
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.5);
  }
  .cc-full-img.m-dark .g-item.cc-has-btn:hover {
    box-shadow: 1px 7px 20px 0 rgba(0,0,0,.6);
  }
  
  .sameHeight .g-item {
    align-self: stretch;
  }
  
  /* SVG cards */
  .g-item .cc-svg-card {
    overflow: visible ;
  }
  .svg-anim-1,
  .svg-anim-2 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .cc-has-svg .g-item:hover .svg-anim-1,
  .cc-has-svg .g-item:hover .svg-anim-2 {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .cc-has-svg .g-item:hover .svg-anim-1 {
    transform: translateY(-8px)!important;
  }
  .cc-has-svg .g-item:hover .svg-anim-2 {
    transform: translateY(-16px)!important;
  }
  .cc-has-svg .g-item {
    overflow: visible;
  }
  .cc-svg-inner {
    position: relative;
    height: 200px;
    width: 200px;
    margin: 0 auto;
  }
  .cc-svg-top,
  .cc-svg-middle,
  .cc-svg-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .cc-svg-top {
    bottom: 60%;
  }
  .cc-svg-middle {
    bottom: 30%;
  }
  .cc-svg-bottom {
    bottom: 0;
  }
  .cc-has-svg-layers .g-item:hover .cc-svg-top {
    transform: translateY(-16px)!important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .cc-has-svg-layers .g-item:hover .cc-svg-middle {
    transform: translateY(-8px)!important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .cc-has-svg-layers .g-item .cc-content {
    padding-top: 15px;
  }
  .module.cc-has-svg-layers .g-item,
  .module.cc-has-svg .g-item {
    margin-bottom: 120px;
  }
  .cc-has-svg-layers .m-head,
  .cc-has-svg .m-head {
    margin-bottom: 140px;
  }
  
  /* Hover Links Mod */
  .hover-content {
    width: 0;
    height: 0;
  }
  
  .hover-content::before,
  .hover-content::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  
  .hover-content::before {
    border-top: 3px solid #e75300;
    border-bottom: 3px solid #e75300;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
  }
  
  .hover-content::after {
    border-right: 3px solid #e75300;
    border-left: 3px solid #e75300;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
  }
  
  
  .g-item:hover .hover-content::before,
  .g-item:hover .hover-content::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .g-item .hover-content a, .hover-link-wysiwyg {
    position: relative;
    opacity: 0;
    transition: all .35s ease-in-out;
  
  }
  
  .g-item:hover .hover-content a, .g-item:hover .hover-content-wysiwyg {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    cursor: pointer;
    position: relative;
    left: 0;
    z-index: 40;
  }
  
  .hover-content-wysiwyg {
    color: #fff;
  }
  
  .g-item:hover .hover-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #121e28;
    opacity: .9;
    padding: 60px;
  }
  
  a.hover-link {
    color: #fff;
    display: block;
    text-align: left;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  
  a.hover-link:hover {
    text-decoration: none;
    color: #E75300;
  }
  
  /* -------------------------------- */
  /* Hero Slider                      */
  /* -------------------------------- */
  .lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
  }
  .lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
  }
  .lightSlider {
    overflow: hidden;
    margin: 0;
  }
  .lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .lSSlideWrapper > .lightSlider:after {
    clear: both;
  }
  .lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lSSlideWrapper .lSFade {
    position: relative;
  }
  .lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
  }
  .lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lSSlideWrapper .lSFade > *.active {
    z-index: 10;
  }
  .lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
  }
  /** /!!! End of core css Should not edit !!!/**/
  
  /* Pager */
  .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
  }
  .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
  }
  
  .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #e75204;
  }
  .lSSlideOuter .media {
    opacity: 0.8;
  }
  .lSSlideOuter .media.active {
    opacity: 1;
  }
  /* End of pager */
  
  /** Gallery */
  .lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  }
  .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
  }
  .lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
  }
  .lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
  }
  /* End of Gallery*/
  
  /* slider actions */
  .lSAction > a {
    width: 20px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
  }
  .lSAction > a:hover {
    opacity: 1;
  }
  .lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
  }
  .lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
  }
  .lSAction > a.disabled {
    pointer-events: none;
  }
  .cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
  }
  
  
  /* vertical */
  .lSSlideOuter.vertical {
    position: relative;
  }
  .lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
  }
  .lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
  }
  .lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
  }
  
  /* vertical controlls */
  .lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
  }
  .lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
  }
  .lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
  }
  /* vertical */
  
  
  /* Rtl */
  .lSSlideOuter.lSrtl {
    direction: rtl;
  }
  .lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
  }
  .lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
  }
  .lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
  }
  .lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
  }
  /* Rtl */
  
  @-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
  
    50% {
        left: -15px;
    }
  
    100% {
        left: 0;
    }
  }
  @keyframes rightEnd {
    0% {
        left: 0;
    }
  
    50% {
        left: -15px;
    }
  
    100% {
        left: 0;
    }
  }
  @-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
  
    50% {
        top: -15px;
    }
  
    100% {
        top: 0;
    }
  }
  @keyframes topEnd {
    0% {
        top: 0;
    }
  
    50% {
        top: -15px;
    }
  
    100% {
        top: 0;
    }
  }
  @-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
  
    50% {
        left: 15px;
    }
  
    100% {
        left: 0;
    }
  }
  @keyframes leftEnd {
    0% {
        left: 0;
    }
  
    50% {
        left: 15px;
    }
  
    100% {
        left: 0;
    }
  }
  @-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
  
    50% {
        bottom: -15px;
    }
  
    100% {
        bottom: 0;
    }
  }
  @keyframes bottomEnd {
    0% {
        bottom: 0;
    }
  
    50% {
        bottom: -15px;
    }
  
    100% {
        bottom: 0;
    }
  }
  .lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
  }
  .lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
  }
  /*/  GRab cursor */
  .lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  }
  .lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
  }
  
  
  
  .mod-hero-slider video {
    display:none !important;
  }
  .mod-hero-slider [mod-count="1"]{
    background: url('https://cf-media.cellebrite.com/wp-content/uploads/2019/05/blog-bg-v1-1600x800.jpg');
    background-size: cover;
  }
  
  .mod-hero-slider ul.lSPager.lSpg {
    display:none;
  }
  
  .mod-hero-slider {
    height: calc(100vh - 130px);
  }
  .has-top-banner .mod-hero-slider {
    height: calc(100vh - 230px);
  }
  
  .mod-hero-slider .lSPager.lSpg>li a {
    background-color: transparent;
    border-radius: 30px;
    display: inline-block;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    border: 1px solid #ddd;
  }
  
  .mod-hero-slider ul.lSPager.lSpg {
    position: relative;
    bottom: 45px;
    height: 0;
    margin: 0 !important;
  }
  
  .mod-hero-slider .lSAction > a {
  opacity: 1;
  }
  
  .mod-hero-slider .lSAction > a:hover {
  opacity: .5;
  }
  
  
  .mod-hero-slider .lSAction > a.lSPrev {
    background-image: url('assets/images/modules/hero-slider-left-arrow.png');
  }
  
  .mod-hero-slider .lSAction > .lSPrev {
    background-position: 0 0;
    left: 20px;
  }
  
  .mod-hero-slider .lSAction > a.lSNext {
    background-image: url('assets/images/modules/hero-slider-right-arrow.png');
  }
  
  .mod-hero-slider .lSAction > .lSNext {
    background-position: 0;
    right: 20px;
  }
  
  .mod-hero-slider .lSAction > a {
  background-size: contain;
  background-repeat: no-repeat;
  }
  
  .module.mod-hero-slider {
    padding: 0 20px;
  }
  
  .mod-hero-slider.mod-left .m-inner {
    display: table;
    height: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: 0;
  }
  
  .mod-hero-slider.mod-center .m-inner {
    display: table;
    height: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  
  
  .mod-hero-slider .sh-content {
  padding-left: 30px;
  padding-right: 30px;
  display: table-cell;
  vertical-align: middle;
  }
  
  .mod-hero-slider .m-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: 8px !important;
  }
  
  
  .mod-hero-slider .m-desc {
    margin-bottom: 40px;
  }
  
  .mod-hero-slider .hero-btns {
  margin-bottom: 20px;
  }
  
  .testimonial_wrap.m-bg-darkblue .m-title {
    color: #fff;
  }
  
  /* -------------------------------- */
  /* Testimonial Slider               */
  /* -------------------------------- */
  .mod-testimonial-slider .lSPager.lSpg>li a {
    background-color: transparent;
    border-radius: 30px;
    display: inline-block;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    border: 1px solid #ddd;
  }
  
  .mod-testimonial-slider ul.lSPager.lSpg {
    position: relative;
    bottom: 70px;
    height: 0;
    margin: 0 !important;
  }
  
  .mod-testimonial-slider .lSAction > a {
  opacity: 1;
  }
  
  .mod-testimonial-slider .lSAction > a:hover {
  opacity: .5;
  }
  
  
  .mod-testimonial-slider .lSAction > a.lSPrev {
    background-image: url('assets/images/modules/hero-slider-left-arrow.png');
  }
  
  .mod-testimonial-slider .lSAction > .lSPrev {
    background-position: 0 0;
    left: 20px;
  }
  
  .mod-testimonial-slider .lSAction > a.lSNext {
    background-image: url('assets/images/modules/hero-slider-right-arrow.png');
  }
  
  .mod-testimonial-slider .lSAction > .lSNext {
    background-position: 0;
    right: 20px;
  }
  
  .mod-testimonial-slider .lSAction > a {
  background-size: contain;
  background-repeat: no-repeat;
  }
  
  .testimonial_wrap {
    padding-top: 80px;
  }
  
  .testimonial_wrap .m-title {
    text-align: center;
    margin-bottom: 0;
  }
  
  
  
  
  /* -------------------------------- */
  /* Misc                             */
  /* -------------------------------- */
  
  .content-row {
    display: inline-block;
    width: 100%;
  }
  
  .col-tab-img {
    width: 100%;
    text-align: center;
    position: relative;
    min-height: 1px;
  }
  
  .col-tab-content {
    width: 100%;
    position: relative;
    min-height: 1px;
    text-align: left;
  }
  
  /* Module Meta */
  .mod-meta {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: right;
    align-items: center;
    opacity: .8;
  }
  .mm-number {
    height: 25px;
    width: 25px;
    background-color: #be586d;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    margin: 0 5px;
  }
  .mm-name {
    border-radius: 3px;
    background-color: #54a4a3;
    color: #fff;
    text-align: center;
    height: 25px;
    padding: 0 10px;
  }
  .mm-number span {
    line-height: 25px;
    font-size: 16px;
    font-weight: 800;
  }
  .mm-name span {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
  }
  
  /* -------------------------------- */
  /* Pre-populated Modules            */
  /* -------------------------------- */
  
  .mod-support .m-title {
    text-shadow: 1px 1px 40px #ffffff;
  }
  .mod-support .m-desc p {
    text-shadow: 1px 1px 20px #ffffff;
    font-weight: 600;
  }
  .mod-support .m-mob-bg {
    opacity: .8;
    background-size: 125%;
    background-repeat: no-repeat;
  }
  
  /* -------------------------------- */
  /* Module Button Arrows             */
  /* -------------------------------- */
  section > div .btn-arrow {
    line-height: 30px;
  }
  
  /* -------------------------------- */
  /* Responsive Video Player          */
  /* -------------------------------- */
  .innerContainer {
    position: relative;
    display: block;
    width: 100% !important;
    height: 0;
    padding: 56.25% 0 0 0;
    margin: auto;
  }
  .vidyard_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 360px;
  }
  .col-60-40 .vidyard_player,
  .col-70-30 .vidyard_player,
  .col-40-60 .col-pull-right .vidyard_player,
  .col-30-70 .col-pull-right .vidyard_player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 953.8px;
    max-height: 540px;
  }
  
  .vidyard_player > span {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
  }
  .col-pull-left, .col-pull-right { width: 100%; margin: auto 0 20px auto; position: relative; }
  /*.btn-arrow { line-height: 30px; }*/
  .sb-btns, .sh-content .sb-btns { display: flex; justify-content: center; }
  .sb-btns {margin-bottom: 20px;}
  .sb-btns:last-child {margin-bottom: 0;}
  .hero-btns { display: flex; flex: 1; flex-direction: column; align-items: center;}
  .general-btns { display: flex; flex: 1; flex-direction: column; align-items: center; margin-top: 0px;}
  .feat-btns { display: table; }
  
  
  
  .module:not(.mod-content-cards) .m-btn-wrap > div:nth-child(2) a {
    background: transparent;
    border: 3px solid #686868;
    color: #686868;
    padding: 10px 40px;
  }
  .module:not(.mod-content-cards) .m-btn-wrap > div:nth-child(2) a:hover {
    color: #fff;
    background: #686868;
  }
  .m-dark:not(.mod-content-cards) .m-btn-wrap > div:nth-child(2) a {
    color: #fff;
    border-color: #fff;
  }
  .m-dark:not(.mod-content-cards) .m-btn-wrap > div:nth-child(2) a:hover {
    background: rgba(255,255,255,.1);
    /*border-radius: 0;*/
    color: #fff;
    transform: scale(1.02);
  }
  
  .btn-arrow a, .btn-arrow a:hover {
    color: #e75204;
    text-decoration: none;
  }
  .img-grad {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px;
    /*z-index: -1;*/
    background: -moz-linear-gradient(left, rgba(0,4,15,0.7) 0%, rgba(3,6,13,0.7) 30%, rgba(5,8,10,0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(0,4,15,0.7) 0%,rgba(3,6,13,0.7) 30%,rgba(5,8,10,0.5) 100%);
    background: linear-gradient(to right, rgba(0,4,15,0.7) 0%,rgba(3,6,13,0.7) 30%,rgba(5,8,10,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b300040f', endColorstr='#8005080a',GradientType=1 );
  }
  
  .brow {
    color: #aaa;
    font-size: 18px;
    line-height: 28px;
    font-family: 'dinPro', 'Open Sans', sans-serif;
  }
  .mod-card .brow, .mod-features-icon .brow {
    text-align: center;
  }
  .col-split .brow, .col-tab-content .brow {
    text-align: left;
  }
  
  .mod-md-6, .mod-md-12 {
    width: 100%;
  }
  .ft-add {
    min-width: 200px;
    max-width: 100%;
  }
  .mod-md-12 .general-btns {
    justify-content: left;
    margin-top: 0;
  }
  
  .general-btns .sb-btns {
    width: auto;
  }
  .mod-features .btn-wrap-light, .mod-features .btn-wrap-dark {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  .modules .sh-first { padding: 80px; }
  
  ul.ft-tabs { margin-left: 0; list-style: none; text-align: left; }
  ul.ft-tabs li{
    background: none;
    color: #303B48;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 10px 10px 0;
  }
  ul.ft-tabs li { text-align: left; padding-left: 0; }
  ul.ft-tabs li.current { background: none; border-radius: 0; color: #e75204;  }
  ul.ft-tabs li.tab-link.current:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 10px;
    border-bottom: 1px solid #e75204;
  }
  
  .card-item a div p {
    color: #303B48;
  }
  
  
  /* ------------------------------- */
  /* Speakers
  /* ------------------------------- */
  .mod-speakers .g-item:hover .btn-arrow {
    padding-right: 0;
  }
  .mod-speakers .g-item:hover .btn-arrow:after {
    opacity: 0;
  }
  .mod-speakers .g-item:hover .btn-arrow:hover {
    padding-right: 10px;
  }
  .mod-speakers .g-item:hover .btn-arrow:hover:after {
    opacity: 1;
  }
  .mod-speakers .g-item:hover .btn-sec-sm {
    background-color: transparent;
  }
  .mod-speakers .g-item:hover .btn-sec-sm:hover {
    background-color: #f3f6fa;
  }
  .mp-img {
    margin-top: 20px;
  }
  .mp-img img{
    width:100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
  }
  .mod-speakers .g-info {
    padding: 25px 20px 85px;
  }
  .mod-speakers .g-btn {
    bottom: 30px;
    left: 0;
  }
  .g-city {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .g-date {
    font-size: 16px;
    color: #999;
  }
  
  /* Speakers seamless style */
  
  /*.ms-seamless .g-item {*/
  /*box-shadow: none;*/
  /*background-color: transparent;*/
  /*display: flex;*/
  /*justify-content: flex-start;*/
  /*margin-bottom: 40px;*/
  /*}*/
  /*.ms-seamless .g-item:hover {*/
  /*box-shadow: none;*/
  /*}*/
  /*.ms-seamless .mp-img {*/
  /*margin: 0 20px 0 0;*/
  /*}*/
  /*.ms-seamless .g-info {*/
  /*padding: 0;*/
  /*text-align: left;*/
  /*width: calc(100% - 120px);*/
  /*}*/
  /*.ms-seamless .g-city {*/
  /*margin-bottom: 0;*/
  /*line-height: 1.2;*/
  /*}*/
  /*.ms-seamless .g-btn {*/
  /*position: static;*/
  /*text-align: left;*/
  /*margin-top: 11px;*/
  /*}*/
  .ms-seamless .g-item {
    box-shadow: none;
    margin-bottom: 5px;
    background-color: transparent;
  }
  .ms-seamless .g-item:hover {
    box-shadow: none;
  }
  .ms-seamless .g-info {
    padding-bottom: 62px;
  }
  
  /* MODAL */
  .cb-modal {
    display: none;
    width: 800px;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: white;
    box-shadow: 0 12px 15px 2px rgba(15,25,64,0.1);
  
    color: #59728b;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 40px;
  }
  
  .closed {
    display: none;
  }
  
  .cb-modal-underlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
  
    background: rgba(68, 84, 100, 0.8);
  }
  .cb-modal-guts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 40px 20px;
  }
  .modal-exit {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    border: 0;
    color: rgba(0,0,0,.67);
    background-color:transparent;
    padding: 5px 10px;
    font-size: 3rem;
  }
  .modal-exit:hover {
    background-color: transparent;
    color: #000;
  }
  .cb-modal-head{
    padding:0 0 15px;
    text-align: center;
  }
  .open-button {
    border: 0;
    background: lightgreen;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 21px;
  }
  .cb-modal-body {
    padding-bottom: 60px;
  }
  .module.rm-img-pad {
    padding: 0px;
    margin-bottom: -8px;
  }
  div.col-split.col-pad-right.rm-img-pad, div.col-split.col-pad-left.rm-img-pad { padding: 20px; }
  
  /* ------------------------------- */
  /* Agenda Module
  /* ------------------------------- */
  
  .ag-session{
    font-size:16px;
    text-align:center;
    background-color: rgba(63,83,102,.85);
    color: #FFFFFF;
    padding: 10px;
    margin-bottom: 5px;
  }
  
  .agenda-desktop,
  .agenda-mobile .ag-descr {display:none;}
  .agenda-mobile {display:block;}
  .ag-item{
    padding:10px;
    text-align:center;
  }
  .connect-speakers{margin:0;}
  .ag-time{font-weight:600;}
  .connect-agenda{
    text-align:left;
    list-style:none;
    margin:0;
    border:1px solid rgba(68,84,100,1);
  }
  .ag-menu{
    display:none;
    background-color:rgba(62,83,101);
    color:#FFFFFF;
    overflow:hidden;
    text-align:left;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight:600;
  }
  .ag-item{
    width:100%;
    overflow:hidden;
  }
  .connect-agenda li{
    background-color:rgba(255,255,255,1);
  }
  .connect-agenda li:nth-of-type(even){background-color:#f1f9ff;}
  .ag-20{
    width:20%;
    float:left;
    padding:1%;
  }
  .ag-item a{
    color:rgba(231,82,4,1)!important;
    font-weight:600;
  }
  .ag-30 {
    width: 30%;
    float: left;
    padding: 1%;
  }
  .ag-1{
    padding:10px;
    float: left;
  }
  .m-10{
    margin:10px 0;
  }
  .ag-menu a, .ag-menu a:hover, .ag-menu a:active, .ag-menu a:visited{
    color:rgba(255,255,255,1);
    text-decoration: none;
  }
  .mod-agenda .general-btns {margin-top: 50px;}
  
  
  /* -------------------------------- */
  /* Testimonial Module                    */
  /* -------------------------------- */
  .mod-testimonial-slider {
    font-family: "DinPro", sans-serif;
  } 
  .d-table {
    display: table;
  }
  
  .d-table-cell {
    text-align: left;
    display: table-cell;
    vertical-align: top;
    padding-top: 40px;
  }
  
  .m-name p {
  color: #333;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  margin-left: 40px;
  }
  
  .m-accreditation p {
  color: #333;
  font-size: 18px;
  margin-left: 40px;
  }
  
  .mod-testimonial-slider .m-desc {
  margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }
  
  .ts-slide-brow {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
  }
  .ts-slide-title {
    font-size: 36px;
    font-weight: 600;
    color: #333;
  }
  
  .m-dark .ts-slide-brow,
  .m-dark .m-name p,
  .m-dark .m-accreditation p {
    color: #a6aeb4;
  }
  .m-dark .ts-slide-title {
    color: #fff;
  }
  
  img#ts_star {
    max-width: 13px;
    margin-top: -42px;
    margin-left: 40px;
  }
  
  .quote-before img {
    max-width: 24px;
    margin-bottom: -50px;
    margin-left: 0;
  }
  .quote-after {
  text-align: right;
  }
  
  .quote-after img {
    max-width: 24px;
    margin-top: -20px;
  }
  .mod-testimonial-slider.ts-has-brow-or-title .testimonial-content-wrap {
    padding-top: 16px;
  }
  .testimonial-content-wrap p {
    margin: 0 40px;
  }
  
  
  /* -------------------------------- */
  /* Module Group                     */
  /* -------------------------------- */
  .m-group {
    position: relative;
  }
  
  .m-svg, .m-group-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
  }
  
  
  /* -------------------------------- */
  /* Author Page                  */
  /* -------------------------------- */
  
  .auth_wrap {
    max-width: 1440px;
    min-height: 75vh;
    margin: 40px auto;
    padding: 40px;
  }
  .auth-profile h1, .auth-profile p {
    font-family: 'dinPro', Arial, Helvetica, sans-serif;;
      font-weight: 400;
  }
  .author-profile {
    background: rgb(18,30,40);
    background: -moz-linear-gradient(333deg, rgba(18,30,40,1) 0%, rgba(30,40,57,1) 100%);
    background: -webkit-linear-gradient(333deg, rgba(18,30,40,1) 0%, rgba(30,40,57,1) 100%);
    background: linear-gradient(333deg, rgba(18,30,40,1) 0%, rgba(30,40,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#121e28",endColorstr="#1e2839",GradientType=1);
  
  }
  .auth-profile {
      padding: 80px;
      display: block;
      text-align: center;
  }
  
  .auth-img {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .auth-socail-media {
    margin-top: 20px;
  }
  
  .auth-socail-media {
    margin-top: 18px;
    font-size: 24px;
  }
  
  .auth-socail-media a {
    color: #fff;
    margin-right: 8px;
  }
  
  .auth-socail-media a:hover {
    text-decoration: none;
    color: #E75300;
  }
  
  .auth-info {
    display: block;
    width: 100%;
  }
  
  .auth-info h1 {
    color: #fff;
  }
  
  .auth-title {
    color: #E75300;
    font-size: 18px;
  }
  
  p.auth-bio {
      font-size: 18px;
      color: #000;
  }
  .auth-img {
      width: 225px;
      margin: 0 auto;
  }
  .auth-img img {
      width: 100%;
      max-width: 175px;
      border-radius: 50%;
      border: 2px solid #fff;
  }
  
  .more-from {
    position: relative;
  }
  .more-from:after {
      content: "";
      display: block;
      width: 70px;
      height: 4px;
      background-color: #E75300;
      position: absolute;
      bottom: -20px;
      left: 0;
      margin: 0 auto;
  }
  
  .a-load-more {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .a-load-more .btn-md:hover {
    border-color: #ccc;
  }
  .a-load-more .btn-md {
    min-width: 195px;
    background-color: #eee;
    border: 1px solid #ddd;
    color: #555;
  }
  
  
  .a-btn-loader-wrap img {
  position: absolute;
  bottom: 920px;
  left: 45%;
  z-index: 9999;
  width: 100px;
  height: 100px;
  }
  
  .a-no-posts {
  text-align: center;
  font-size: 20px;
  }
  
  .select-css {
      display: block;
      font-size: 16px;
      font-family: sans-serif;
      font-weight: 700;
      color: #444;
      line-height: 1.3;
      padding: .6em 1.4em .5em .8em;
      width: 250px;
      max-width: 100%;
      box-sizing: border-box;
      margin: 0;
      border: 1px solid #aaa;
      box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
      border-radius: .5em;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
        linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
      background-repeat: no-repeat, repeat;
      background-position: right .7em top 50%, 0 0;
      background-size: .65em auto, 100%;
  }
  .select-css::-ms-expand {
      display: none;
  }
  .select-css:hover {
      border-color: #888;
  }
  .select-css:focus {
      border-color: #aaa;
      box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
      box-shadow: 0 0 0 3px -moz-mac-focusring;
      color: #222;
      outline: none;
  }
  .select-css option {
      font-weight:normal;
  }
  
  /* Auth Modal */
  .auth-modal {
    display: none; 
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  /* Modal Content Box */
  .auth-modal-content {
      background-color: #fefefe;
      margin: 15% auto;
      padding: 60px;
      border: 1px solid #888;
      width: 750px;
      max-width: 100%;
      
  }
  
  
  /* The Close Button */
  .auth-modal-close {
    color: rgb(77, 77, 77);
    opacity: 1;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -40px;
  }
  
  .auth-modal-close:hover,
  .auth-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  a#authModalBtn {
    color: #fff;
  }
  
  
  /* -------------------------------- */
  /* Media Queries                    */
  /* -------------------------------- */
  
  @media (max-width:370px) {
    .ci-2col, .ci-3col {width: 100%;}
    .fp-img-align { width: 100%; }
    .col-split { width: 100%; }
    .ts-col-split { width: 100%; }
  
  
  }
  
  
  
  @media (min-width:480px) { /* smartphones, Android phones, landscape iPhone */
    .sfs-list {justify-content: center;}
    .sfs-item {margin: 0 30px 40px;}
    .sbs-list {justify-content: center;}
    .sbs-item {margin: 0 30px 40px;}
    .tab-content.current, .tab-content, .t-align {text-align: left; margin: 0 20px}
    .fp-img-align { width: 100%; }
    .col-tab-img, .tf-container h2 { margin-bottom: 40px; }
  }
  
  
  
  @media (min-width:700px) {
  
    /* General */
    .module {padding: 100px 40px;}
    .m-btn-wrap > div {margin: 0 10px;}
    .m-mob-bg,
    .m-group-bg-mob {display: none;}
    .m-desk-bg,
    .m-group-bg-desk {display: block;}
  
    /* Form Module */
    .mf-form .gf-w-50.gfield,
    .mf-form .gf-w-33.gfield{
        width: calc(50% - 20px) !important;
    }
  
    /* Hero Module */
    .module.mod-hero:first-child .m-title {font-size: 48px;}
    .mod-hero.mod-left .brow {padding-left: 2px;}
    .mod-hero.mod-left .m-title::after {
        right: auto;
        margin: 0;
    }
  
  
  
  
    .mh-descr {margin-bottom: 40px;}
  
    .sf-list {display: flex; justify-content: center;flex-wrap: wrap;}
    .sf-item {width: 40%;max-width: 300px;margin: 0 30px 40px;}
    .sf-title {margin: 25px 0 20px;}
    .sf-icon {height: 135px;}
  
    /* Benefits */
    .sb-list {display: flex; justify-content: center;flex-wrap: wrap;}
    .sb-2col {width: calc(50% - 80px);margin: 0 40px 75px;}
    .sb-3col {width: calc(50% - 80px);margin: 0 40px 75px;}
    .sb-4col {width: calc(50% - 80px);margin: 0 40px 75px;}
    .sb-icon {height: 135px;}
    .mod-benefits .general-btns {margin-bottom: 75px;}
    .sb-item .m-btn-wrap > div:nth-child(1) {margin-right: 0;}
    .sb-item {min-width: unset;}
    .sb-btns {margin-bottom: 0;}
    /*.mod-benefits .m-btn-wrap > div:nth-child(2) {margin-left: 0;}*/
  
    /* End Benefits */
  
    /* Content Cards Module */
  
    .mod-content-cards.m-col-1 .g-item {width: 100%; max-width: 800px;}
    .cc-custom.m-col-1 .cc-no-img.cc-has-icon .cc-content {text-align: left;display: flex;justify-content: left;padding-left: 15px;}
    .cc-custom.m-col-1 .cc-no-img .cc-icon {margin: 5px 30px 20px 15px;}
    .cc-custom.m-col-1 .cc-no-img .cc-icon > img {max-width: none;}
    .cc-custom.m-col-1 .cc-no-img.cc-has-icon .cc-btn-out {display: none;}
    .cc-custom.m-col-1 .cc-no-img.cc-has-icon .cc-info > .cc-btn {display: block;text-align: left;position: static;margin-top: 40px;padding: 0;}
    .cc-custom.m-col-1 .cc-no-img.cc-has-icon.cc-has-btn-arrow .cc-info > .cc-btn {margin-top: 20px;}
    .cc-custom.m-col-1 .cc-no-img.cc-has-icon {padding-bottom: 0;}
    .mod-content-cards.m-col-1 .cc-img {padding-bottom: 30%;}
    .mod-content-cards.m-col-2 .g-item {width: 45%;}
    .mod-content-cards.m-col-2-wide .g-item {
        width: calc(50% - 40px);
    }
    .col-tab-content .brow,
    .col-tab-content .m-title {
        margin-left: 15px;
    }
    .st-item {display: flex; justify-content: space-between; align-items: center; text-align: left; padding: 30px 70px;}
    .st-name-desk {display: block; margin-bottom: 0;}
    .st-name-mob {display: none;}
    .st-img {width: 124px; height: 124px; border-radius: 70px; margin: 0 60px 0 0;}
  
    /* Card Module */
    /*.ci-1col .card-hdr {text-align: left;}*/
    /*.ci-1col .ci-icon {float: left; margin-right: 15px; display: block;}*/
    .ci-1col > li {max-width: 800px;margin: 0 auto 40px;}
    .ci-1col .card-title {text-align: left;}
    .ci-1col .card-content {text-align: left;display: flex; justify-content: left; padding-left: 15px;}
    .ci-1col .ci-icon {margin: 5px 30px 20px 15px; display: block;}
    .ci-1col .sc-icon-md {height: 60px;}
    .ci-1col .card-btn {text-align: left;}
    .ci-2col,
    .ci-3col {display: flex;justify-content: center; flex-wrap: wrap; margin: 0 -20px; }
    .ci-2col > li,
    .ci-3col > li {width: calc(50% - 40px); margin: 0 20px 40px;}
  
    /* Speakers Module */
    .cb-modal-guts { padding: 40px; }
  
    .ft-tab-content.current, .ft-tab-content, .ft-tabs {text-align: left;}
    .tf-img {margin: 0 20px;}
    /* End Card Module */
  
  
    /* Featured Module */
    .mod-features .m-btn-wrap > div:nth-child(1) {margin-left: 0;}
    /* Featured Tabs */
  
  
  
    /* Featured Product */
  
  
    .fp-img-align { width: 100%; }
    .fp-icon {display: inline-block;margin: 0 15px 0 0;}
  
    .col-split {width: 50%; padding-right: 15px;}
    .mod-features-icon .sb-btn, .mod-features .sb-btn, .ft-tab-content .sb-btn { float: left; display: block; }
    .disc { text-align: left;}
    .col-split .sb-btns { float: left; justify-content: left; }
    .ft-tab-content .sb-btns, .sh-content .sb-btns { float: left; justify-content: left;}
    .hero-btns { display: flex; justify-content: center; flex-direction: row; align-items: baseline; }
    .general-btns { display: flex; justify-content: center; flex-direction: row; align-items: baseline; margin-top: 10px; }
    .mod-md-12 .general-btns div:nth-child(2), .general-btns div:nth-child(2) div, .btn-wrap-dark div:nth-child(2) div, .btn-wrap-light div:nth-child(2) div { margin-left: 20px; }
    .general-btns div:nth-child(2) div { margin-top: 0; }
    .mod-md-6 .general-btns div:nth-child(2) { margin-top: 10px; }
    .col-split .btn-wrap-dark div:nth-child(2) div,
    .col-split .btn-wrap-light div:nth-child(2) div {
        margin-left: 0;
    }
    .sb-item .btn-wrap-dark div:nth-child(2) div,
    .sb-item .btn-wrap-light div:nth-child(2) div {
        margin-left: 0;
    }
    .modules .mod-left, .modules .mod-left div { text-align: left; }
    .modules .mod-left .hero-btns, .mod-left .sh-content, .mod-left .gsm-content, .mod-left .gsi-content, .mod-left .git-content { align-items: normal; }
  
    /* Hero Module */
    .shf-hero .m-inner { display: flex; justify-content: space-between; align-items: flex-start; margin: 0 auto; }
    .mod-md-6 { width: 50%; float: left; }
    .mod-md-12 { width: 100%; }
    .ft-img { padding: 0; }
    .tab-light li:not(.current) {
        -webkit-box-shadow:inset 0px 0px 0px 0px;
        -moz-box-shadow:inset 0px 0px 0px 0px;
        box-shadow:inset 0px 0px 0px 0px;
        border-radius: 0px;
    }
    .col-tab-content { padding: 0 15px; }
  
    .bg-desk-img { display: block; }
    .bg-mob-img { display: none; }
  
    div.col-split.col-pad-right.rm-img-pad, div.col-split.col-pad-left.rm-img-pad { padding: 50px 80px 50px 80px; }
  
    /* Agenda Module */
    .mod-agenda .m-main {max-width: 1000px;margin: 0 auto;}
    .agenda-desktop {border-bottom:1px solid rgba(68,84,100,1);display: block;}
    .ag-menu {display: block;}
    .agenda-mobile {display:none;}
    .ag-item {text-align: left;}
  
    /* Prepopulated Modules */
    .mod-support .m-title {text-shadow: none;}
    .mod-support .m-desc p {text-shadow: none;font-weight: 400;}
    .mod-support .m-mob-bg {opacity: 1; background-size: cover;}
  
    /* MOD Left */
    .mod-left .m-title, .mod-left .m-desc { text-align: left; }
    .mod-left .hero-btns { align-items: flex-start; }
  
    .nr-press-tools {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
    }
  
    /* Testimonial Module */
  
    .ts-media-wrap {
      max-width: 80%;
      margin: 0 auto;
  }
  }
  
  
  
  @media (min-width:900px) {
  
    /* General */
    .module { padding: 100px 80px; }
  
    /* Form Module */
    .mf-right .m-inner {display: flex;justify-content: space-between;}
    .mf-right .m-head {text-align: left;width: calc(100% - 455px);}
    .mf-right .m-main {width: 425px;margin-left: 50px; }
    .mf-right .mf-form{padding: 15px 25px;}
    .mod-form.mf-right .mf-form label, .mod-form.mf-right .mf-form .gt-consent {color: #121e28;opacity: 1;font-size: 12px;margin-bottom: 0;font-weight: 400;}
    body .mf-right .gform_wrapper .top_label div.ginput_container {margin-top: 1px;}
    .mf-right .mf-form .gfield {margin: 0 5px 10px !important;}
    .mf-right .mf-form .gf-w-50.gfield, .mf-right .mf-form .gf-w-33.gfield {width: calc(50% - 10px) !important;}
    .mf-right .mf-form .gf-w-100.gfield {width: calc(100% - 10px) !important;}
    .mf-right .m-title::after {right: auto;}
    .mf-right .m-inner {max-width: 1130px;}
  
    /* Featured Content */
    .mod-features .m-btn-wrap > div {margin-left: 0;}
    .col-pad-right { padding-right: 40px; }
    .col-pad-left { padding-left: 40px; }
  
    /* Speakers Module */
    .ms-seamless .g-item {width: 33%;}
    .ms-seamless .g-list {justify-content: center;}
  
    .shf-hero .gt-info {width: calc(100% - 500px);}
    .shf-hero .gt-form {width: 405px;margin-left: 50px;}
    .sh-content,
    .gsm-content,
    .gsi-content,
    .git-content { width: 800px; }
    .col-split .btn-wrap-dark div:nth-child(2) div, .col-split .btn-wrap-light div:nth-child(2) div { margin-left: 20px; }
    .ft-add .btn-wrap-light div:nth-child(2) div {margin-left: 0px;}
    .mod-features .col-split, .module .col-split { width: 50%; }
    .col-tab-img { margin-bottom: 40px; }
    .col-tab-img { width: 33.33333333%; }
    .col-tab-content { width: 58.33333333%; }
    .col-split img { width: 100%; }
    /*
      Featured Content for column of 30% and 70% width and
      40% and 60% width
   */
  
    .col-30-70 .col-pull-left:first-of-type{width: 30%;}
    .col-30-70 .col-pull-left:last-of-type{width: 70%;}
  
    .col-30-70 .col-pull-right:first-of-type{width: 70%;}
    .col-30-70 .col-pull-right:last-of-type{width: 30%;}
  
    .col-70-30 .col-pull-left:first-of-type{width: 70%;}
    .col-70-30 .col-pull-left:last-of-type{width: 30%;}
  
    .col-70-30 .col-pull-right:first-of-type{width: 30%;}
    .col-70-30 .col-pull-right:last-of-type{width: 70%;}
  
    .col-40-60 .col-pull-left:first-of-type{width: 40%;}
    .col-40-60 .col-pull-left:last-of-type{width: 60%;}
  
    .col-40-60 .col-pull-right:first-of-type{width: 60%;}
    .col-40-60 .col-pull-right:last-of-type{width: 40%;}
  
    .col-60-40 .col-pull-left:first-of-type{width: 60%;}
    .col-60-40 .col-pull-left:last-of-type{width: 40%;}
  
    .col-60-40 .col-pull-right:first-of-type{width: 40%;}
    .col-60-40 .col-pull-right:last-of-type{width: 60%;}
  
  
    /* Hero Slider */
    .mod-hero-slider .sh-content { padding-left: 0; padding-right: 0;} 
    .mod-hero-slider .hero-btns { margin-bottom: 0; margin-left: -10px }
    .mod-hero-slider .m-title { font-size: 36px; font-weight: 800;}
    .lSAction > a { width: 32px; }
    .module.mod-hero-slider { padding: 0 80px;}
    .mod-hero-slider ul.lSPager.lSpg { display:block;}
    .mod-hero-slider {
      position: relative;
      height: 65vh;
      min-height: 25rem;
      width: 100%;
      overflow: hidden !important;
    }
    
    .mod-hero-slider video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100% !important;
      min-height: 100% !important;
      width: auto !important;
      height: auto !important;
      z-index: 0;
      -ms-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      max-width: none !important;
    }
    
    .mod-hero-slider .m-inner {
      position: relative;
      z-index: 2;
    }
    
    .mod-hero-slider .videoOverlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: black;
      opacity: 0.5;
      z-index: 2;
    }
    .mod-hero-slider video {
      display:block !important;
    }
    .mod-hero-slider [mod-count="1"]{
      background: none;
    }
    
    
  }
  
  
  
  @media (min-width:1025px) {
  
    /* Form Module */
    .mf-form .gf-w-33.gfield{width: calc(33.333% - 20px) !important;}
    .mf-max-col-two .gf-w-33.gfield {width: calc(50% - 20px) !important;}
  
    /* Benefits Module */
    .sb-2col {width: calc(40% - 60px);margin: 0 60px 75px;}
    .sb-3col {width: calc(33% - 40px);margin: 0 20px 75px;}
  
  
    .module .g-list {justify-content: center;}
    .module .g-item {width: calc(33% - 40px);max-width: 350px;margin: 0 20px 40px;}
  
  
  
  
    /* ------------------------------------- */
    /* ------------------------------------- */
    /* ScrollBright */
    /* ------------------------------------- */
    /* ------------------------------------- */
  
    /* Fade Up*/
    [data-brs=fade-up] .g-item,
    [data-brs=fade-up] .sb-item,
    [data-brs=fade-up][data-brs-side=both] .col-split,
    [data-brs=fade-up][data-brs-side=left] .col-split:first-child,
    [data-brs=fade-up][data-brs-side=right] .col-split:last-child
    {transform: translateY(40px);}
  
    [data-brs=fade-up].cb-scroll .g-item,
    [data-brs=fade-up].cb-scroll .sb-item,
    [data-brs=fade-up][data-brs-side=both].cb-scroll .col-split,
    [data-brs=fade-up][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs=fade-up][data-brs-side=right].cb-scroll .col-split:last-child
    {transform: translateY(0);}
  
    /* Fade Left */
    [data-brs=fade-left] .g-item,
    [data-brs=fade-left] .sb-item,
    [data-brs=fade-left][data-brs-side=both] .col-split,
    [data-brs=fade-left][data-brs-side=left] .col-split:first-child,
    [data-brs=fade-left][data-brs-side=right] .col-split:last-child
    {transform: translateX(40px);}
    [data-brs=fade-left].cb-scroll .g-item,
    [data-brs=fade-left].cb-scroll .sb-item,
    [data-brs=fade-left][data-brs-side=both].cb-scroll .col-split,
    [data-brs=fade-left][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs=fade-left][data-brs-side=right].cb-scroll .col-split:last-child
    {transform: translateX(0);}
  
    /* Fade Right */
    [data-brs=fade-right] .g-item,
    [data-brs=fade-right] .sb-item,
    [data-brs=fade-right][data-brs-side=both] .col-split,
    [data-brs=fade-right][data-brs-side=left] .col-split:first-child,
    [data-brs=fade-right][data-brs-side=right] .col-split:last-child
    {transform: translateX(-40px);}
    [data-brs=fade-right].cb-scroll .g-item,
    [data-brs=fade-right].cb-scroll .sb-item,
    [data-brs=fade-right][data-brs-side=both].cb-scroll .col-split,
    [data-brs=fade-right][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs=fade-right][data-brs-side=right].cb-scroll .col-split:last-child
    {transform: translateX(0);}
  
    /* Fade Up Left */
    [data-brs=fade-up-left] .g-item,
    [data-brs=fade-up-left] .sb-item,
    [data-brs=fade-up-left][data-brs-side=both] .col-split,
    [data-brs=fade-up-left][data-brs-side=left] .col-split:first-child,
    [data-brs=fade-up-left][data-brs-side=right] .col-split:last-child
    {transform: translate3d(100px,100px,0);}
    [data-brs=fade-up-left].cb-scroll .g-item,
    [data-brs=fade-up-left].cb-scroll .sb-item,
    [data-brs=fade-up-left][data-brs-side=both].cb-scroll .col-split,
    [data-brs=fade-up-left][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs=fade-up-left][data-brs-side=right].cb-scroll .col-split:last-child
    {transform: translate3d(0,0,0);}
  
    /* Fade Up Right */
    [data-brs=fade-up-right] .g-item,
    [data-brs=fade-up-right] .sb-item,
    [data-brs=fade-up-right][data-brs-side=both] .col-split,
    [data-brs=fade-up-right][data-brs-side=left] .col-split:first-child,
    [data-brs=fade-up-right][data-brs-side=right] .col-split:last-child
    {transform: translate3d(-100px,100px,0);}
    [data-brs=fade-up-right].cb-scroll .g-item,
    [data-brs=fade-up-right].cb-scroll .sb-item,
    [data-brs=fade-up-right][data-brs-side=both].cb-scroll .col-split,
    [data-brs=fade-up-right][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs=fade-up-right][data-brs-side=right].cb-scroll .col-split:last-child
    {transform: translate3d(0,0,0);}
  
    /* FLIP */
    /* ------------------------------------- */
    [data-brs^=flip].cb-scroll .g-item,
    [data-brs^=flip].cb-scroll .sb-item,
    [data-brs^=flip][data-brs-side=both].cb-scroll .col-split,
    [data-brs^=flip][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs^=flip][data-brs-side=right].cb-scroll .col-split:last-child
    {transform: perspective(2500px) rotateY(0);}
    /* Flip Left */
    [data-brs=flip-left] .g-item,
    [data-brs=flip-left] .sb-item,
    [data-brs=flip-left][data-brs-side=both] .col-split,
    [data-brs=flip-left][data-brs-side=left] .col-split:first-child,
    [data-brs=flip-left][data-brs-side=right] .col-split:last-child
    {transform: perspective(2500px) rotateY(-100deg);}
  
    /* Flip Right */
    [data-brs=flip-right] .g-item,
    [data-brs=flip-right] .sb-item,
    [data-brs=flip-right][data-brs-side=both] .col-split,
    [data-brs=flip-right][data-brs-side=left] .col-split:first-child,
    [data-brs=flip-right][data-brs-side=right] .col-split:last-child
    {transform: perspective(2500px) rotateY(100deg);}
  
    /* Flip Up */
    [data-brs=flip-up] .g-item,
    [data-brs=flip-up] .sb-item,
    [data-brs=flip-up][data-brs-side=both] .col-split,
    [data-brs=flip-up][data-brs-side=left] .col-split:first-child,
    [data-brs=flip-up][data-brs-side=right] .col-split:last-child
    {transform: perspective(2500px) rotateX(-100deg);}
  
    /* Flip Down */
    [data-brs=flip-down] .g-item,
    [data-brs=flip-down] .sb-item,
    [data-brs=flip-down][data-brs-side=both] .col-split,
    [data-brs=flip-down][data-brs-side=left] .col-split:first-child,
    [data-brs=flip-down][data-brs-side=right] .col-split:last-child
    {transform: perspective(2500px) rotateX(100deg);}
  
    /* ZOOM */
    /* ------------------------------------- */
    [data-brs^=zoom].cb-scroll .g-item,
    [data-brs^=zoom].cb-scroll .sb-item,
    [data-brs^=zoom][data-brs-side=both].cb-scroll .col-split,
    [data-brs^=zoom][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs^=zoom][data-brs-side=right].cb-scroll .col-split:last-child
    {transform: translateZ(0) scale(1);}
  
    /* Zoom In */
    [data-brs=zoom-in] .g-item,
    [data-brs=zoom-in] .sb-item,
    [data-brs=zoom-in][data-brs-side=both] .col-split,
    [data-brs=zoom-in][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-in][data-brs-side=right] .col-split:last-child
    {transform: scale(.6);}
    [data-brs=zoom-in].cb-scroll .g-item,
    [data-brs=zoom-in].cb-scroll .sb-item,
    [data-brs=zoom-in][data-brs-side=both].cb-scroll .col-split,
    [data-brs=zoom-in][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs=zoom-in][data-brs-side=right].cb-scroll .col-split:last-child
    {transform: translateZ(0) scale(1);}
  
    /* Zoom In Up*/
    [data-brs=zoom-in-up] .g-item,
    [data-brs=zoom-in-up] .sb-item,
    [data-brs=zoom-in-up][data-brs-side=both] .col-split,
    [data-brs=zoom-in-up][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-in-up][data-brs-side=right] .col-split:last-child
    {transform: translate3d(0,100px,0) scale(.6);}
  
    /* Zoom In Down*/
    [data-brs=zoom-in-down] .g-item,
    [data-brs=zoom-in-down] .sb-item,
    [data-brs=zoom-in-down][data-brs-side=both] .col-split,
    [data-brs=zoom-in-down][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-in-down][data-brs-side=right] .col-split:last-child
    {transform: translate3d(0,-100px,0) scale(.6);}
  
    /* Zoom In Left*/
    [data-brs=zoom-in-left] .g-item,
    [data-brs=zoom-in-left] .sb-item,
    [data-brs=zoom-in-left][data-brs-side=both] .col-split,
    [data-brs=zoom-in-left][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-in-left][data-brs-side=right] .col-split:last-child
    {transform: translate3d(100px,0,0) scale(.6);}
  
    /* Zoom In Right*/
    [data-brs=zoom-in-right] .g-item,
    [data-brs=zoom-in-right] .sb-item,
    [data-brs=zoom-in-right][data-brs-side=both] .col-split,
    [data-brs=zoom-in-right][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-in-right][data-brs-side=right] .col-split:last-child
    {transform: translate3d(-100px,0,0) scale(.6);}
  
    /* Zoom Out */
    [data-brs=zoom-out] .g-item,
    [data-brs=zoom-out] .sb-item,
    [data-brs=zoom-out][data-brs-side=both] .col-split,
    [data-brs=zoom-out][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-out][data-brs-side=right] .col-split:last-child
    {transform: scale(1.2);}
  
    /* Zoom Out Up*/
    [data-brs=zoom-out-up] .g-item,
    [data-brs=zoom-out-up] .sb-item,
    [data-brs=zoom-out-up][data-brs-side=both] .col-split,
    [data-brs=zoom-out-up][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-out-up][data-brs-side=right] .col-split:last-child
    {transform: translate3d(0,100px,0) scale(1.2);}
  
    /* Zoom Out Down*/
    [data-brs=zoom-out-down] .g-item,
    [data-brs=zoom-out-down] .sb-item,
    [data-brs=zoom-out-down][data-brs-side=both] .col-split,
    [data-brs=zoom-out-down][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-out-down][data-brs-side=right] .col-split:last-child
    {transform: translate3d(0,-100px,0) scale(1.2);}
  
    /* Zoom Out Left*/
    [data-brs=zoom-out-left] .g-item,
    [data-brs=zoom-out-left] .sb-item,
    [data-brs=zoom-out-left][data-brs-side=both] .col-split,
    [data-brs=zoom-out-left][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-out-left][data-brs-side=right] .col-split:last-child
    {transform: translate3d(100px,0,0) scale(1.2);}
  
    /* Zoom Out Right*/
    [data-brs=zoom-out-right] .g-item,
    [data-brs=zoom-out-right] .sb-item,
    [data-brs=zoom-out-right][data-brs-side=both] .col-split,
    [data-brs=zoom-out-right][data-brs-side=left] .col-split:first-child,
    [data-brs=zoom-out-right][data-brs-side=right] .col-split:last-child
    {transform: translate3d(-100px,0,0) scale(1.2);}
  
  
  
    [data-brs^=fade] .g-item,
    [data-brs^=flip] .g-item,
    [data-brs^=zoom] .g-item,
    [data-brs^=fade] .sb-item,
    [data-brs^=flip] .sb-item,
    [data-brs^=zoom] .sb-item,
    [data-brs^=fade][data-brs-side=both] .col-split,
    [data-brs^=flip][data-brs-side=both] .col-split,
    [data-brs^=zoom][data-brs-side=both] .col-split,
    [data-brs^=fade][data-brs-side=left] .col-split:first-child,
    [data-brs^=flip][data-brs-side=left] .col-split:first-child,
    [data-brs^=zoom][data-brs-side=left] .col-split:first-child,
    [data-brs^=fade][data-brs-side=right] .col-split:last-child,
    [data-brs^=flip][data-brs-side=right] .col-split:last-child,
    [data-brs^=zoom][data-brs-side=right] .col-split:last-child
    {
      opacity: 0;
      transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
      transition-property: opacity, transform;
      transition-duration: 1s;
    }
  
    [data-brs^=fade].cb-scroll .g-item,
    [data-brs^=flip].cb-scroll .g-item,
    [data-brs^=zoom].cb-scroll .g-item,
    [data-brs^=fade].cb-scroll .sb-item,
    [data-brs^=flip].cb-scroll .sb-item,
    [data-brs^=zoom].cb-scroll .sb-item,
    [data-brs^=fade][data-brs-side=both].cb-scroll .col-split,
    [data-brs^=flip][data-brs-side=both].cb-scroll .col-split,
    [data-brs^=zoom][data-brs-side=both].cb-scroll .col-split,
    [data-brs^=fade][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs^=flip][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs^=zoom][data-brs-side=left].cb-scroll .col-split:first-child,
    [data-brs^=fade][data-brs-side=right].cb-scroll .col-split:last-child,
    [data-brs^=flip][data-brs-side=right].cb-scroll .col-split:last-child,
    [data-brs^=zoom][data-brs-side=right].cb-scroll .col-split:last-child
    {opacity: 1;}
  
    [data-brs^=fade][data-brs-side=both].cb-scroll .col-split:last-child,
    [data-brs^=flip][data-brs-side=both].cb-scroll .col-split:last-child,
    [data-brs^=zoom][data-brs-side=both].cb-scroll .col-split:last-child
    {transition-delay: 200ms, 200ms;}
  
    [data-brs^=fade] .g-item:nth-of-type(2),
    [data-brs^=flip] .g-item:nth-of-type(2),
    [data-brs^=zoom] .g-item:nth-of-type(2),
    [data-brs^=fade] .sb-item:nth-of-type(2),
    [data-brs^=flip] .sb-item:nth-of-type(2),
    [data-brs^=zoom] .sb-item:nth-of-type(2)
    {transition-delay: 200ms, 200ms;}
  
    [data-brs^=fade] .g-item:nth-of-type(3),
    [data-brs^=flip] .g-item:nth-of-type(3),
    [data-brs^=zoom] .g-item:nth-of-type(3),
    [data-brs^=fade] .sb-item:nth-of-type(3),
    [data-brs^=flip] .sb-item:nth-of-type(3),
    [data-brs^=zoom] .sb-item:nth-of-type(3)
    {transition-delay: 400ms, 400ms;}
  
    [data-brs^=fade] .g-item:nth-of-type(4),
    [data-brs^=flip] .g-item:nth-of-type(4),
    [data-brs^=zoom] .g-item:nth-of-type(4),
    [data-brs^=fade] .sb-item:nth-of-type(4),
    [data-brs^=flip] .sb-item:nth-of-type(4),
    [data-brs^=zoom] .sb-item:nth-of-type(4)
    {transition-delay: 600ms, 600ms;}
  
    [data-brs^=fade] .g-item:nth-of-type(5),
    [data-brs^=flip] .g-item:nth-of-type(5),
    [data-brs^=zoom] .g-item:nth-of-type(5),
    [data-brs^=fade] .sb-item:nth-of-type(5),
    [data-brs^=flip] .sb-item:nth-of-type(5),
    [data-brs^=zoom] .sb-item:nth-of-type(5)
    {transition-delay: 800ms, 800ms;}
  
    [data-brs^=fade] .g-item:nth-of-type(6),
    [data-brs^=flip] .g-item:nth-of-type(6),
    [data-brs^=zoom] .g-item:nth-of-type(6),
    [data-brs^=fade] .sb-item:nth-of-type(6),
    [data-brs^=flip] .sb-item:nth-of-type(6),
    [data-brs^=zoom] .sb-item:nth-of-type(6)
    {transition-delay: 1000ms, 1000ms;}
  
    /* Animation Duration */
    [data-brs-duration=t300] .g-item,
    [data-brs-duration=t300] .sb-item,
    [data-brs-duration=t300] .col-split
    {transition-duration: .3s;}
    [data-brs-duration=t600] .g-item,
    [data-brs-duration=t600] .sb-item,
    [data-brs-duration=t600] .col-split
    {transition-duration: .6s;}
    [data-brs-duration=t1300] .g-item,
    [data-brs-duration=t1300] .sb-item,
    [data-brs-duration=t1300] .col-split
    {transition-duration: 1.3s;}
    [data-brs-duration=t1600] .g-item,
    [data-brs-duration=t1600] .sb-item,
    [data-brs-duration=t1600] .col-split
    {transition-duration: 1.6s;}
    [data-brs-duration=t2000] .g-item,
    [data-brs-duration=t2000] .sb-item,
    [data-brs-duration=t2000] .col-split
    {transition-duration: 2s;}
    [data-brs-duration=t2300] .g-item,
    [data-brs-duration=t2300] .sb-item,
    [data-brs-duration=t2300] .col-split
    {transition-duration: 2.3s;}
    [data-brs-duration=t2600] .g-item,
    [data-brs-duration=t2600] .sb-item,
    [data-brs-duration=t2600] .col-split
    {transition-duration: 2.6s;}
    [data-brs-duration=t3000] .g-item,
    [data-brs-duration=t3000] .sb-item,
    [data-brs-duration=t3000] .col-split
    {transition-duration: 3s;}
  
    /* Animation Easing */
    [data-brs-easing=ease-in-out] .g-item,
    [data-brs-easing=ease-in-out] .sb-item,
    [data-brs-easing=ease-in-out] .col-split
    {transition-timing-function: ease-in-out;}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    .mp-img {margin-top: 30px;}
    .mp-img img {width: 120px;height: 120px;}
  
    /* Content Cards Module */
    .mod-content-cards.m-col-2-wide .g-item {width: calc(50% - 40px);}
  
    .cc-custom.m-col-2-wide .cc-no-img.cc-has-icon .cc-content {text-align: left;display: flex;justify-content: left;padding-left: 15px;}
    .cc-custom.m-col-2-wide .cc-no-img .cc-icon {margin: 5px 30px 20px 15px;}
    .cc-custom.m-col-2-wide .cc-no-img .cc-icon > img {max-width: none;}
    .cc-custom.m-col-2-wide .cc-no-img.cc-has-icon > a > .cc-btn,
    .cc-custom.m-col-2-wide .cc-no-img.cc-has-icon > .cc-btn {display: none;}
    .cc-custom.m-col-2-wide .cc-no-img.cc-has-icon .cc-info > .cc-btn {display: block;text-align: left;position: static;margin-top: 40px;padding: 0;}
    .cc-custom.m-col-2-wide .cc-no-img.cc-has-icon.cc-has-btn-arrow .cc-info > .cc-btn {margin-top: 20px;}
    .cc-custom.m-col-2-wide .cc-no-img.cc-has-icon {padding-bottom: 0;}
  
  
  
    /* card module */
    .ci-3col {display: flex;justify-content: center; flex-wrap: wrap; margin: 0 -20px; }
    .ci-3col > li {width: calc(33% - 40px); margin: 0 20px 40px;}
  
    /* Speakers Module */
    /* .ms-seamless .g-list {justify-content: space-between;}
     .ms-seamless .g-item {width: 45%;max-width: 400px;}
     .ms-seamless .m-main {max-width: 900px;margin: 0 auto;}
     .ms-seamless .mp-img img {width: 100px;height: 100px;}*/
    .cb-modal {height: 85vh;border-radius: 5px;}
  
    /* Featured Content */
    /*.mod-features .m-btn-wrap > div {margin:0;}*/
    .mod-features .m-btn-wrap > div:nth-child(1) {margin-left: 0;}
  
    /* Agenda Module */
    .ag-item,
    .ag-menu {
        padding-left: 40px;
    }
    .ag-1 {padding-right: 30px;}
  
    /* Vidyard player in pop-up window, making it bigger */
    .vidyard_tinner {width: 887px !important;height: 500px !important;}
    .vidyard_tcontent > span {width: 887px !important;height: 500px !important;
    }
  
    /* Testimonial Module */
    .ts-col-split { width: 50%; }
    .ts-media-wrap {
      max-width: 100%;
      margin: 0 auto;
    }
  
    .d-table-cell {
      text-align: left;
      display: table-cell;
      vertical-align: middle;
    }
  
      /* Author Page */
      .a-btn-loader-wrap img { bottom: 400px; }
      .auth-profile { display: flex; align-items: center; text-align: left; }
      .auth-img { width: 20%; }
      .auth-info { width: 80%; }
      .auth-img { margin-right: 40px;}
    
  
  
  }
  
  
  
  @media (min-width:1281px) {
    .sf-item {margin: 0 50px 40px;}
    .sfs-item {margin: 0 40px 30px;}
    .sbs-item {margin: 0 40px 30px;}
    .tf-img {margin: 0px;}
  
    /* Content Card Module */
    .mod-content-cards.m-col-2-wide .cc-img {padding-bottom: 35%;}
  
    /* Card Module */
    .ci-2col .card-title {text-align: left;}
    .ci-2col .card-content {text-align: left;display: flex; justify-content: left;}
    .ci-2col .ci-icon { margin: 5px 25px 20px 0px; display: block;}
    .ci-2col .card-btn {text-align: left;}
  
    .sb-3col {width: calc(33% - 80px);margin: 0 40px 75px;}
    .sb-4col {width: calc(25% - 40px);margin: 0 20px 75px;}
  
    /* Speakers Module */
    .ms-seamless .g-item {width: 25%;}
  
  }
  
  
  
  @media (min-width:1400px) {
    /* Content Cards */
    .module.m-col-4 .g-item {max-width: 280px;}
  }
  
  
  
  @media (min-width:1600px) {
    .module {padding: 100px 0;}
  }
  
  /*
    ******** START CSS from custom-web.css and custom-mobile.css
   */
  body {
    font-family: "Open Sans", sans-serif;
  }
  
  .site {
    margin: 0px;
  }
  
  body:not(.custom-background-image).admin-bar:before {
    top: 0px;
    height: 0px;
  }
  
  body:not(.custom-background-image):after {
    bottom: 0;
    height: 0px;
  }
  
  .site-branding,
  .site-header-menu,
  .header-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .site-branding {
    margin: 0px !important;
    padding-right: 15px;
  }
  
  body:not(.custom-background-image):before {
    top: 0;
    height: 0px;
  }
  
  .site-inner {
    overflow: hidden;
    max-width: 100%;
    margin-top: -10px;
  }
  
  .social-navigation {
    padding-top: 15px;
  }
  
  .social-navigation li {
    margin: 0px;
  }
  
  .social-navigation li a,
  .social-navigation li a:hover,
  .social-navigation li a:focus {
    border-radius: 0px;
    border: 0 none;
    color: #fff;
    padding: 0px 5px;
    display: inline;
    text-decoration: none;
  }
  
  .site-footer {
    padding: 0px;
    padding-top: 20px;
  }
  
  .social-navigation li:last-child a:before {
    content: "\e227";
    font-family: 'Glyphicons Halflings';
  }
  
  .copyright {
    /*left: 5%;*/
    position: relative;
    margin-left: 45px;
  }
  
  .site-content {
    padding: 0px;
  }
  
  /* inner banner end */
  a.custom-link1,
  a.custom-link1:hover,
  a.custom-link1:focus {
    background: #e75204;
    padding: 10px 15px;
    color: #fff;
    border: 0 none;
    box-shadow: none;
    margin-top: 15px;
    position: relative;
    display: table;
    min-width: 134px;
    font-family: "dinPro", "Open Sans", sans-serif;
    /*top: 25px;*/
    font-size: 15px;
  }
  
  a.custom-link,
  a.custom-link:hover,
  a.custom-link:focus,
  a.custom-link1,
  a.custom-link1:hover,
  a.custom-link1:focus {
    background: #e75204;
    padding: 10px 15px;
    color: #fff;
    border: 0 none;
    box-shadow: none;
    margin-top: 40px;
    position: relative;
    display: inline-block;
    min-width: 120px;
    font-family: "dinPro", "Open Sans", sans-serif;
    float: left;
    margin-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  
  .menu-item-has-children a:after,
  .social-navigation a:before,
  .dropdown-toggle:after,
  .bypostauthor>article .fn:after,
  .comment-reply-title small a:before,
  .pagination .prev:before,
  .pagination .next:before,
  .pagination .nav-links:before,
  .pagination .nav-links:after,
  .search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
    line-height: 5px;
  }
  
  .social-navigation a:before {
    font-size: 30px;
  }
  
  .site-main {
    margin-bottom: 0px;
  }
  
  .site-branding {
    float: left;
  }
  
  .entry-header,
  .entry-summary,
  .entry-content,
  .entry-footer,
  .page-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .copyright .list-inline>li a {
    color: #fff;
    padding-top: 5px;
    display: block;
    font-size: 10px;
    font-family: "dinPro", "Open Sans", sans-serif;
  }
  
  .pt-0 {
    padding-top: 0px !important;
  }
  
  body label {
    color: #435363;
  }
  
  .gform_wrapper select.gfield_select {
    padding: 5px 4px;
    background: #d9dadd;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
  }
  
  @media only screen and (min-width : 320px) and (max-width : 1023px) {
    .container {
      padding: 0px !important;
    }
  
    a.custom-link1,
    a.custom-link1:hover,
    a.custom-link1:focus {
      margin-left: 15px;
      margin-top: 10px;
    }
  
    .custom-logo {
      max-width: 100%;
    }
  
  
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .container {
      width: 100% !important;
    }
  }
  
  @media only screen and (min-width : 1024px) {
    .desk-hide {
      display: none;
    }
  }
  
  /* Increasing main container width - custom changes */
  @media only screen and (min-width : 1439px) {
    .custom-container {
      background: #fff;
    }
  
    .custom-container .container,
    .custom-container .site-content {
      /*width: 1440px;*/
      margin-right: auto;
      margin-left: auto;
      /*max-width: 1440px;*/
    }
  
    
  }
  
  
  /*
    ******** END CSS from custom-web.css and custom-mobile.css
   */
  
  