/*!
Theme Name: ENO
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eno
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ENO is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


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


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


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


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: 'Lato', sans-serif;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: 'Lato', sans-serif;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: 'Lato', sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


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

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.site-content h2 {
    font-size: 39px;
    line-height: 43px;
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.site-content h3 {
    font-size: 28px;
    line-height: 35px;
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.site-content h4 {
    font-size: 20px;
    line-height: 28px;
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.site-content h5 {
    font-size: 17px;
    line-height: 20px;
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.site-content a {
    color: #0074c0;
    font-weight: 500;
}

.site-content a:hover {
    color: #009e60
}

p {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 1.5rem;
}

.site-content p {
    margin-bottom: 1.5rem;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px !important;
    color: #212121;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
    display: inline-block;
    width: 100%;
}

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

figure {
    margin: 1em 0;
}

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    font-size: 0.75rem;
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: 0;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none !important
}

a:focus {
    outline: 0;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/*
.main-navigation {clear: both;display: block;float: left;width: 100%;}
.main-navigation ul {display: none;list-style: none;margin: 0;padding-left: 0;}
.main-navigation ul ul {-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);float: left;position: absolute;top: 100%;left: -999em;z-index: 99999;}
.main-navigation ul ul ul {left: -999em;top: 0;}
.main-navigation ul ul li:hover > ul,.main-navigation ul ul li.focus > ul {left: 100%;}
.main-navigation ul ul a {width: 200px;}
.main-navigation ul li:hover > ul,.main-navigation ul li.focus > ul {left: auto;}
.main-navigation li {float: left;position: relative;}
.main-navigation a {display: block;text-decoration: none;}
*/

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

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background: #fff;
    width: 270px;
    padding-bottom: 10px;
}

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

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    padding-left: 24px;
    display: block;
    width: 100%;
}

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

.main-navigation ul ul li {
    padding-bottom: 0;
    width: 100%;
    margin-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation {
    float: left
}

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

.main-navigation ul>li {
    display: inline-block;
    margin-left: 23px;
    padding-bottom: 20px;
}

.main-navigation ul li a {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
}

.main-navigation ul li a:hover {
    text-decoration: none;
    color: #009e60
}

.main-navigation ul>li.current-menu-parent>a,
.main-navigation ul>li.current-menu-item>a {
    color: #009e60;
}

.footer-right .col ul li.current-menu-item>a {
    color: #009e60;
}
/*  New ADD meet*/
.main-navigation ul ul li a {
    line-height: inherit;
    padding: 5px 24px;
}

/******Menu*******/

.menu-icon {
    position: absolute;
    width: 46px;
    top: 50%;
    height: 46px;
    right: 15px;
    margin-top: -23px;
    display: none;
    cursor: pointer;
    background: #0074c0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 2
}

.menu-icon-inner,
.menu-icon-inner:after,
.menu-icon-inner:before {
    background-color: #fff;
    position: absolute;
    width: 20px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
}

.menu-icon-inner {
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    left: 13px;
}

.menu-icon-inner {
    top: 50%;
    display: block;
    margin-top: -1px;
}

.menu-icon-inner:before {
    top: -7px;
    -webkit-transition: top 300ms ease .12s, opacity 300ms ease;
    transition: top 300ms ease .12s, opacity 300ms ease;
}

.menu-icon-inner:after,
.menu-icon-inner:before {
    display: block;
    content: "";
}

.menu-icon-inner:after {
    bottom: -7px;
    -webkit-transition: bottom 300ms ease .15s, -webkit-transform 300ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 300ms ease .15s, -webkit-transform 300ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 300ms ease .15s, transform 300ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 300ms ease .15s, transform 300ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 300ms cubic-bezier(.55, .055, .675, .19);
}

.menu-open .menu-icon-inner {
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open .menu-icon-inner:before {
    top: 0;
    -webkit-transition: top 300ms ease, opacity 300ms ease .15s;
    transition: top 300ms ease, opacity 300ms ease .15s;
    opacity: 0;
}

.menu-open .menu-icon-inner:after {
    bottom: 0;
    -webkit-transition: bottom 300ms ease, -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 300ms ease, -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 300ms ease, transform 300ms cubic-bezier(.215, .61, .355, 1) .15s;
    transition: bottom 300ms ease, transform 300ms cubic-bezier(.215, .61, .355, 1) .15s, -webkit-transform 300ms cubic-bezier(.215, .61, .355, 1) .15s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/* Small menu. */

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

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 16px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.post,
.page {
    margin: 0;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

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


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

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

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

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

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
# buttons
--------------------------------------------------------------*/

.button {
    border-radius: 22px;
    min-width: 146px;
    height: 44px;
    border-radius: 22px;
    background-color: #009e60;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 44px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 15px;
    border: 0;
}

.button:hover {
    text-decoration: none;
    color: #fff;
}

.button:focus {
    outline: 0;
}

.btn-blue {
    background-color: #0074c0;
    color: #fff !important
}

.btn-green {
    background-color: #009e60;
    color: #fff !important
}

.btn-white {
    background-color: #ffffff;
    color: #4b4b4b;
}

.btn-blue:hover {
    background-color: #009e60;
    color: #fff !important;
}

.btn-green:hover {
    background-color: #0074c0;
    color: #fff !important;
}

.btn-white:hover {
    background-color: #0074c0;
    color: #fff !important;
}


/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/

.header-main {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}

.site-header {
    padding: 20px 0 0;
}

.site-branding {
    display: inline-block;
}

.header-right {
    display: inline-block;
    float: right;
    padding-top: 9px;
}

.header-btn a.button {
    margin-right: 20px;
}

.header-btn {
    text-align: right;
    margin-bottom: 20px;
}

.search-box {
    display: inline-block;
    float: right;
    margin-left: 18px;
    margin-right: 15px;
    position: relative
}

.search-box .search-form {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1;
    width: 230px;
    background: #fff;
    padding: 10px;
}

.search-box .search-submit {
    background: url(images/search-icon.png) no-repeat;
    height: 30px;
    width: 30px;
    border: 0;
    text-indent: -999999px;
    padding: 0;
    line-height: 30px;
    background-position: center;
    cursor: pointer;
}

.search-box .search-submit.open {
    background: url(images/close.png) no-repeat;
    height: 30px;
    width: 30px;
    border: 0;
    text-indent: -999999px;
    padding: 0;
    line-height: 30px;
    background-position: center;
    cursor: pointer;
    background-size: cover
}

.search-box input.search-field {
    border: 1px solid #dee2e6;
    border-radius: 0;
    padding: 5px;
    font-size: 16px;
}

.search-box label {
    margin-bottom: 0;
}

.search-box .search-submit:focus {
    outline: none;
}


/*--------------------------------------------------------------
## footer Style
--------------------------------------------------------------*/

.site-footer {
    background-color: #0074c0;
    padding: 66px 0 40px;
}

.footer-right,
.footer-left {
    display: inline-block;
}

.footer-left {
    width: 43%;
}

.footer-right {
    width: 50%;
}

.footer-right ul {
    margin: 0;
    padding: 0;
}

.footer-left .f-logo {
    display: inline-block;
    float: left
}

.footer-info {
    color: #fff;
    overflow: hidden;
    padding-left: 38px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 21px;
}

.footer-info p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

.footer-info .email-info,
.footer-info address {
    font-size: 16px;
}

.footer-info .email-info {
    margin-bottom: 30px;
}

.footer-info address {
    margin-bottom: 17px;
    padding-top: 21px;
}

.footer-info .email-info a {
    color: #fff;
}

.footer-right {
    float: right;
}

.site-footer .site-info {
    max-width: 1457px;
    margin: 0 auto;
}

.social-icon a {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    display: inline-block;
    margin-right: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
}

.social-icon a:hover {
    opacity: 0.7;
}

.footer-right .col {
    float: left;
}

.footer-right .col:nth-child(1) {
    width: 25%;
    padding-left: 0;
}

.footer-right .col:nth-child(2) {
    width: 34%;
    padding-left: 0
}

.footer-right .col:nth-child(3) {
    width: 38%;
    padding-left: 0
}

.footer-top {
    display: inline-block;
    width: 100%;
    margin-bottom: 29px;
}

.footer-right .col ul li {
    list-style: none
}

.footer-right .col ul li a {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}

.footer-caption {
    text-align: right;
    margin-right: -30px;
}

.footer-right .col ul li a:hover,
.site-footer a:hover {
    color: #009e60;
}


/*--------------------------------------------------------------
## Default Style
--------------------------------------------------------------*/

.bg-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.bg-cover>img {
    opacity: 0;
    visibility: hidden;
    width: 100%;
}


/****Banner*****/

.home-banner .banner {
    padding: 140px 0;
    position: relative
}

.home-banner .banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #212121;
    opacity: 0.6;
    height: 100%;
}

.home-banner .banner .banner-content {
    max-width: 560px;
    width: 100%;
    color: #ffffff;
    margin-left: 30px;
}

.home-banner .banner .banner-content h1 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 26px;
}

.home-banner .banner .banner-content .sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    margin-bottom: 37px;
}

.home-banner .banner .container {
    position: relative
}

.home-banner .banner .buttons-group a {
    margin-right: 18px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background: transparent;
    text-indent: -99999px;
    border: 0;
    cursor: pointer
}

.slick-arrow:focus {
    outline: 0;
}

.slick-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.slick-arrow.slick-next {
    right: 9%
}

.slick-arrow.slick-prev {
    left: 9%
}

.slick-arrow.slick-next:before {
    background: url(images/arrow-next.png) no-repeat;
    width: 15px;
    height: 20px;
}

.slick-arrow.slick-prev:before {
    background: url(images/arrow-prev.png) no-repeat;
    width: 15px;
    height: 20px;
}


/****Policy section*****/

.analysis-section {
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background: #0074c0;
}

.analysis-section [class*="col-"]:first-child:before {
    content: "";
    height: 100%;
    width: 2px;
    background: #858585;
    position: absolute;
    left: 0;
    top: 0;
}

.policy-box {
    text-align: center;
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 64px 0 62px 0;
}

.policy-box:before {
    content: "";
    height: 100%;
    width: 2px;
    background: #858585;
    position: absolute;
    right: 0;
    top: 0;
}

.policy-box .icon {
    margin-bottom: 15px;
    height: 65px;
}

.policy-box h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.policy-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.policy-box:hover h3 {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}


/****membership section*****/

.become-member {
    background-image: linear-gradient(225deg, #128d2a 0%, #69c764 100%);
    display: inline-block;
    width: 100%;
    padding: 63px 0 81px 0
}

.member-desc h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 57px;
    text-transform: uppercase;
    margin-bottom: 12px
}

.member-desc {
    width: calc(100% - 430px);
    float: left;
    display: inline-block;
}

.member-desc p {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
}

.membership-logo {
    width: 300px;
    float: right;
    padding: 67px 30px 0 30px;
    margin-left: 90px;
}

.membership-logo .slick-arrow.slick-prev {
    left: -30px
}

.membership-logo .slick-arrow.slick-next {
    right: -30px
}

.membership-logo .slick-slide {
    text-align: center
}

.membership-logo .slick-slide img {
    display: inline-block
}

.membership {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 34px;
}


/****Modes In Transportation section*****/

.intro {
    text-align: center;
    max-width: 780px;
    width: 100%;
    margin: 0 auto 50px
}

.intro h3 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center
}

.intro p {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 60px;
}

.intro h3::before,
.intro h3::after {
    margin: 0 30px;
    display: inline-block;
    content: "";
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    width: 80px;
    border: 1px solid #b9b9b9;
}

.transportation-modes {
    padding: 62px 0 0 0;
}

.transportation-modes ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.transportation-modes ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
    margin-bottom: 88px;
}

.mode-box {
    text-align: center;
    position: relative;
}

.mode-box .icon {
    height: 146px;
    width: 146px;
    background-color: #0074c0;
    border-radius: 50%;
    display: inline-block;
    line-height: 146px;
}

.mode-box h3 {
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
}

.mode-box h3 a {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
}

.mode-box h3 a:hover {
    color: #0074c0
}


/*.mode-box a{position: absolute; top: 0; left: 0; height: 100%; width: 100%;}*/

.mode-box .arrow {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 10px;
}

.mode-box:hover .arrow {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.transportation-modes .container {
    max-width: 1410px;
}

.page-template-tp-issues-landing .transportation-modes .container {
    max-width: 1290px;
}

.page-template-tp-issues-landing .professional-development .intro p {
    text-align: left
}

.critical-transportation {
    background-color: #22384f;
    padding: 74px 0 92px 0
}

.critical-transportation .container {
    max-width: 1390px;
}

.critical-transportation .intro {
    margin-bottom: 93px
}

.critical-transportation .intro h3 {
    color: #fff;
}

.critical-transportation .intro h3::before,
.critical-transportation .intro h3::after {
    border-color: #ffffff;
}

.critical-issubox {
    text-align: center;
    margin-bottom: 158px
}

.critical-transportation [class*="col-"]:nth-child(5)>.critical-issubox,
.critical-transportation [class*="col-"]:nth-child(6)>.critical-issubox,
.critical-transportation [class*="col-"]:nth-child(7)>.critical-issubox {
    margin-bottom: 0
}

.critical-issubox .icon {
    margin-bottom: 30px;
}

.critical-issubox h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
}

.critical-issubox h3 a {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
}

.critical-issubox h3 a:hover {
    color: #73879c
}

.cta-section {
    background-image: linear-gradient(225deg, #128d2a 0%, #69c764 100%);
}

.cta-button .button {
    width: auto;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    color: #009e60;
}

.cta-button .button:hover {
    color: #fff;
}

.cta-section .membership {
    padding-left: 41px;
}

.cta-section .member-desc {
    width: calc(100% - 300px);
}

.cta-section .membership-logo {
    padding: 48px 0 0 60px;
    margin-left: 0;
}

.card {
    border: 0 !important;
    border-radius: 0 !important;
}

.card-body {
    padding: 0 !important;
}

.eno-news {
    padding: 76px 0 70px 0;
}

.eno-news .container {
    padding: 0 50px;
}

.eno-news .intro {
    margin: 0 auto 40px;
}

.eno-news [class*="col-"] {
    padding: 0 18px;
}

.card-body h3 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}

.card-body p {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}

.card-body a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-body .article-date a {
    position: static;
}

.collapse .card-body a, .collapsing .card-body a {
	position: inherit !important;
    top: unset !important;
}

.card-body {
    margin-top: 17px;
}


/* #accordion .card .card-body a {position: static;} */

.card-body li a,
.card-body p a,
.card-body h1 a,
.card-body h2 a,
.card-body h3 a,
.card-body h4 a,
.card-body h5 a,
blockquote a {
    position: static;
}

.page-title {
    border-bottom: 1px solid #979797;
    padding-top: 55px;
    padding-bottom: 5px;
}

.page-title h2 {
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 5px;
}

body.single-article .page-title h2 {
    font-size: 26px;
    text-transform: initial;
    font-weight: 600;
}

.professional-development ul li {
    width: 25%;
}

.transportation-modes.professional-development {
    padding: 52px 0 0;
}

.professional-development .intro p {
    margin-bottom: 78px;
}

.professional-development .intro {
    margin: 0 auto 63px;
}

.professional-development ul {
    padding: 0 68px;
}

.link-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}


/**** about page *****/

.about-info {
    padding-top: 36px;
    padding-right: 5px;
}

.about-info ul {
    padding: 0;
    margin: 0 -20px;
    list-style: none
}

.about-info ul li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
}

.about-info ul li .col {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    background-color: #22384f;
    text-align: center;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.about-info ul li .col a {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
}

.about-info ul li .col h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
}

.default-content .page-title {
    margin-bottom: 57px;
}

.about-info ul li .col .icon {
    margin-bottom: 20px;
}

.content-area {
    padding-left: 19px !important;
    margin-bottom: 85px;
}

.about-box img {
    width: 100%;
}

.about-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.about-box span {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
}

.content-area h2 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 26px;
}


/***** sidebar *****/

.sidebar {
    padding-left: 84px !important
}

.sidebar-title {
    border-radius: 1px;
    background-color: #22384f;
    padding: 4px 18px;
    margin-bottom: 22px;
}

.sidebar-title h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0
}

.spotlight-content h3 a {
    color: #22384f;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.spotlight-content h3 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.spotlight-content p {
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px !important
}

.widget {
    margin-bottom: 63px;
}

.spotlight-content {
    padding-top: 9px;
}

.event-date {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.related-project h2 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 11px;
    margin-bottom: 24px;
    border-bottom: 1px solid #979797;
}


/***** RELATED PROJECT *****/

.project-slider {
    padding: 0 0px;
}

.project-slider .project-item {
    padding: 0 12px;
}

.project-slider .bg-cover {
    min-height: 205px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.project-slider a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.project-slider .bg-cover:before {
    content: "";
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-slider .sub-heading {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 20px;
    position: relative
}

.project-slider .slick-arrow.slick-prev:before {
    background: url(images/arrow-blue-left.png) no-repeat;
    width: 15px;
    height: 20px;
}

.project-slider .slick-arrow.slick-next:before {
    background: url(images/arrow-blue-right.png) no-repeat;
    width: 15px;
    height: 20px;
}

.project-slider .slick-arrow.slick-prev {
    left: -10px;
}

.project-slider .slick-arrow.slick-next {
    right: -10px;
}


/***** TAGS *****/

.widget-tags a {
    background-color: #0074c0;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 25px;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 16px;
}

.widget-tags a:hover {
    background: #009e60;
    color: #fff;
}

.widget-tags .sidebar-title {
    margin-bottom: 19px
}

.widget.widget-tags {
    margin-bottom: 40px;
}


/***** ACCORDION *****/

.accordion-main {
    padding: 30px 0
}

.accordion-main .card-header {
    padding: 0;
    border: 0;
    background: transparent;
    position: relative
}

.accordion-main .card {
    border-bottom: 1px solid #979797 !important;
    margin-bottom: 8px;
}

.accordion-main .card:first-child {
    border-top: 1px solid #979797 !important;
    padding-top: 6px;
}

.accordion-main .card .card-body {
    padding-bottom: 15px !important;
    padding-left: 60px !important;
}

.accordion-main .card-header a {
    padding: 21px 10px 22px 63px;
    display: inline-block;
    width: 100%;
    color: #22384f;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative
}

.accordion-main .card-header:before {
    content: "";
    position: absolute;
    height: 37px;
    width: 37px;
    border: 1px solid #009e60;
    border-radius: 50%;
    left: 5px;
    top: 12px;
}

.accordion-main .card-header>a:after,
.accordion-main .card-header a:before {
    content: "";
    position: absolute;
    background: #009e60;
}

.accordion-main .card-header>a:after {
    height: 13px;
    width: 2px;
    left: 23px;
    top: 25px;
}

.accordion-main .card-header>a:before {
    height: 2px;
    width: 12px;
    left: 18px;
    top: 30px;
}

.accordion-main .card-header>a[aria-expanded="true"]:after {
    display: none
}


/***** UPCOMING BOX *****/

.upcoming-event h2 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 26px;
}

.sidebar {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.upcoming-event .widget-box {
    margin-bottom: 20px;
}

.upcoming-event .widget-box h3 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.upcoming-event .widget-box p {
    margin-bottom: 0
}


/*.upcoming-event{padding-top: 70px;}*/


/* .conference-page .sidebar{padding-top: 80px;} */

.conference-page .page-title {
    margin-bottom: 48px;
}

.conference-page h2 {
    margin-bottom: 40px;
}

.conference-page .page-title h2 {
    margin-bottom: 0;
}

.max-conference {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.widget-conference .content h3 a,
.widget-conference .content h3 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.widget-conference .content h3 {
    margin-bottom: 15px;
}

.form .input {
    height: 44px;
    border-radius: 22px;
    border: 1px solid #979797;
    width: 100%;
    margin-bottom: 17px;
}

.widget-conference .bg-cover {
    margin-bottom: 20px;
}

.sidebar p {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.widget-conference {
    margin-bottom: 70px;
}

.form {
    padding-top: 13px;
}

.form .button.btn-green {
    margin-top: 12px;
}


/***** SELECT BOX *****/

.filter-menu {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 5px 0 0;
    margin-left: -7px;
}

.filter-menu .col {
    float: left;
    width: 25%;
    padding: 0 7px;
}

.filter-menu .col .bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    border: 1px solid #212121;
    background: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option:before {
    content: "";
    background: url(images/filter-icon.png) no-repeat;
    height: 25px;
    width: 13px;
    right: 9px;
    top: 10px;
    position: absolute
}

.bootstrap-select .dropdown-toggle:focus,
.btn.focus,
.btn:focus {
    outline: 0 !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
    background: #fff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    border-color: transparent !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #009e60 !important;
    border-radius: 0 !important;
}

.bootstrap-select>.dropdown-toggle {
    padding: .6rem .75rem
}


/***** PAGINATION BOX *****/

.pagination {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important
}

.pagination li {
    margin: 0 2px;
    display: inline-block;
}

.pagination li span,
.pagination li a {
    height: 20px;
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    width: 44px;
    display: inline-block;
    position: relative;
}

.pagination li span.current {
    color: #1fc18c;
}

.pagination li.disabled,
.pagination li a.next,
.pagination li a.prev {
    width: 20px;
    margin: 0 5px;
    font-size: 14px;
}

.pagination li span:before,
.pagination li a:before {
    content: "";
    width: 1px;
    background: #212121;
    right: 0;
    top: 5px;
    position: absolute;
    height: 11px;
}

.pagination li.item span:before,
.pagination li:first-child a:before,
.pagination li:last-child a:before {
    display: none
}

.pagination li:nth-last-child(-n+2) a:before {
    display: none
}

.newslist-page .page-title {
    margin-bottom: 47px;
}

.newslist-page h2 {
    margin-bottom: 20px;
}

.newslist-page .eno-news {
    padding: 67px 0 70px 0;
}

.newslist-page .eno-news [class*="col-"] {
    padding: 0 26px;
}

.pagination-main {
    padding-top: 17px;
}


/***** EVENT PAGE *****/

.event-banner {
    position: relative;
    margin-bottom: 27px;
}

.event-banner:before {
    content: "";
    background: #158BD3;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.49;
}

.post-date {
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 0 35px;
    color: #fff;
}

.post-date span {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 19px;
    display: inline-block;
    width: 100%;
}

.post-date h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 33px;
    margin: 0;
    color: #fff
}

.event-tile {
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}

.event-tile ul li:nth-last-child(-n+2) {
    margin-bottom: 0
}

.event-tile h2 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    border-bottom: 1px solid #979797;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.event-tile ul {
    padding: 0;
    margin: 0 -25px;
}

.event-tile ul li {
    list-style: none;
    display: inline-block;
    width: 50%;
    padding: 0 20px;
    float: left;
    margin-bottom: 40px;
}

.event-tile ul li .tile {
    position: relative;
}

.event-tile ul li .tile .date {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%
}

.event-tile ul li .tile h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    border: 0;
    padding: 0;
    margin: 0;
}

.event-tile ul li .tile .event-info {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 26px 20px 20px 34px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.tile .bg-cover {
    position: relative
}

.tile .bg-cover:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.event-caption h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 28px;
}

.event-box {
    margin-bottom: 74px;
}

.tile a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 1;
}

.quicklinks {
    padding: 0;
    margin: 0;
    list-style: none
}

.quicklinks li a {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
}

.quicklinks li {
    margin-bottom: 7px;
}

.landing-box .col-left {
    width: 70%;
    display: inline-block;
    float: left
}

.landing-box .col-right {
    width: 30%;
    display: inline-block;
    padding-left: 87px;
}


/*.landing-box .col-right .sidebar-title h3{color: #ffffff;font-family: 'Montserrat', sans-serif;font-size: 20px;font-weight: 700;line-height: 38px;text-transform: uppercase;}*/

.landing-box .col-left h3 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 25px
}

.buttons {
    padding-top: 20px;
}

.buttons .button {
    margin-right: 20px;
}

.landing-box {
    border-bottom: 1px solid #ccc;
    margin-bottom: 55px;
    padding-bottom: 56px;
    display: inline-block;
    width: 100%;
}

.landing-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.landing-box .col-left h2 {
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 27px;
}

.landing-box .bg-cover {
    max-height: 480px;
}

.landing-box .post-date {
    bottom: 50px;
    padding: 0 44px;
}

.landing-box .bg-cover {
    max-height: 480px;
}

.landing-box .event-banner {
    margin-bottom: 32px;
}

.enrolling-now {
    border-radius: 0 22px 22px 0;
    background-color: #22384f;
    color: #fff !important;
    position: absolute;
    top: 50px;
    padding: 10px 36px 8px 36px;
    font-family: 'Montserrat', sans-serif;
/*     font-size: 20px; */
	font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.enrolling-now:hover {
    background: #fff;
    color: #22384f !important
}

.error-404 {
    padding: 100px 0;
    text-align: center
}

.filter-box {
    border-bottom: 1px solid #979797;
    padding-bottom: 15px;
}

.filter-box .para-title {
    display: inline-block;
    float: left;
    width: calc(100% - 511px);
    padding-right: 20px;
}

.filter-box .filter-menu {
    width: auto
}

.filter-box .filter-menu .col {
    width: 170px;
}

.feature-webinar {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px
}

.feature-webinar ul {
    list-style: none;
    margin: 0 -15px;
    padding: 0
}

.feature-webinar ul li {
    width: 50%;
    padding: 0 15px;
    float: left;
}

.feature-webinar .tile {
    position: relative;
    margin-bottom: 15px;
}


/*.feature-webinar .enrolling-now {width: 232px;height: 44px;border-radius: 0 22px 22px 0; top:50px;z-index: 2}*/

.feature-webinar .enrolling-now {
    width: 275px;
    height: auto;
    border-radius: 0 22px 22px 0;
/*     top: 50px; */
	top:0px;
    z-index: 2;
    word-break: break-word;
}

.feature-webinar .event-info {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 0 30px;
}

.feature-webinar .event-info .date {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.feature-webinar .event-info h2 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.webinar-page.default-content .page-title {
    margin-bottom: 45px;
}

.webinar-page .filter-box {
    padding-bottom: 10px;
}

.webinar-page .eno-news {
    padding: 53px 0 0 0;
}

.webinar-page .content-area {
    margin-bottom: 66px;
}

.feature-info p {
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.webinar-page .card {
    margin-top: 60px;
}

.archive-page {
    padding-top: 0;
}

.intro.default-list {
    max-width: 1200px;
}

.default-list ul {
    padding: 0 0 0 30px !important;
    display: inline-block;
    max-width: 600px;
    list-style: disc !important;
    margin-bottom: 30px;
    width: 100%;
}

.default-list li {
    width: 100% !important;
    margin: 0 0 10px !important;
    text-align: left;
    display: list-item !important;
}

p:empty {
    display: none;
}

.archive {
    margin-bottom: 20px;
}

.visionary-society {
    max-width: 1300px;
    min-width: 250px;
    position: relative;
    padding-bottom: 66.6667%;
    height: 0px;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px 0px;
    margin-bottom: 30px
}

.visionary-society iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 0px;
}

.our-staff .card {
    margin-bottom: 30px;
}

.our-staff .card .bg-cover {
    border-radius: 50%;
    height: 170px;
    width: 170px;
}

.blog-listing {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #979797;
    width: 100%;
    display: inline-block;
}

.blog-listing .list-thumb {
    display: inline-block;
    float: left;
    width: 200px;
    margin-right: 30px;
    position: relative;
}

.blog-listing .listing-content {
    overflow: hidden;
}

.blog-listing .listing-content .category {
    font-style: italic;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.blog-listing .listing-content h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
}

.blog-listing .listing-content .author {
    font-size: 16px;
}

.blog-listing .listing-content .pub,
.blog-listing .listing-content .meta {
    display: inline-block;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.blog-listing .listing-content .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 15px;
}

.blog-listing .listing-content .top span {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 16px;
}

.blog-listing .listing-content .top .category {
    width: auto;
    font-style: normal
}

.blog-listing .position {
    display: inline-block;
}

.entry-meta {
    overflow: hidden;
    margin-bottom: 20px;
}

.entry-meta .author {
    float: left;
    max-width: 45%;
}

.entry-meta .author .image-author {
    float: left;
    width: 60px;
}

.entry-meta .author .image-author img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.entry-meta .author .details-author {
    margin-left: 10px;
    float: left;
}

.entry-meta .author .details-author .name {
    font-size: 14px;
    line-height: 22px;
}

.entry-meta .author .details-author .author-link a {
    text-decoration: underline;
}

.entry-meta .author .details-author .author-link a {
    text-decoration: underline;
}

.entry-meta .author .details-author .title {
    font-style: italic;
}

.entry-meta .tags {
    float: right;
}

.entry-meta .tags a {
    font-size: 13px;
    background-color: #dfdfdf;
    display: inline-block;
    padding: 5px 10px;
    line-height: normal;
    color: #555;
    margin: 0 0 5px 5px;
    text-decoration: none;
}

.entry-meta .tags a:hover {
    background-color: #e5e5e5;
    text-decoration: none;
}

.dropdown-menu {
    padding-top: 0 !important;
    margin-top: -2px !important;
}

.bootstrap-select .dropdown-menu.show {
    min-width: 100% !important;
    max-width: 100% !important;
}

.bootstrap-select .dropdown-menu.show.inner {
    min-width: 100% !important;
    max-width: 100% !important;
}

.bootstrap-select .dropdown-menu li a {
    white-space: unset !important;
    padding: 5px 24px 5px 10px !important;
    line-height: normal !important;
}

.bootstrap-select .dropdown-menu {
    overflow: hidden;
}

.bootstrap-select .dropdown-menu li a span {
    word-break: break-word;
}

.category-box {
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #212121;
}

.category-box .category {
    font-style: italic;
}

.category-box .cat-line {}

.category-box .category-text {}

body.page-template-aviation-insights-tpl-php .sub-navigation li.button a {
    padding: 0;
}

body.page-template-aviation-insights-tpl-php .sub-navigation ul.buttons {
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

body.page-template-aviation-insights-tpl-php .sub-navigation li.button {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    padding: 0 20px;
    max-width: 210px;
}

.professional-development ul.three-box li {
    width: 33%;
    float: none;
    padding: 0 8px;
}

.professional-development ul.four-box li {
    width: 25%;
    float: none;
    padding: 0 8px;
}

.professional-development ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-builder .related-project {
    margin-bottom: 30px;
}

.page-builder .buttons {
    margin-bottom: 30px;
}

.page-builder-top .event-box {
    margin-bottom: 0
}

.page-builder-top .content-area {
    padding-left: 0 !important;
    margin-bottom: 0
}

.page-builder-top .webinar-page .eno-news {
    padding: 0 15px !important;
}

.page-builder {
    padding-top: 30px;
}

.page-builder .default-content .page-title {
    padding-top: 0;
    margin-bottom: 30px;
}

.page-builder .default-content {
    margin-bottom: 50px;
}

.new-upcoming-event ul li {
    margin-bottom: 40px !important;
    width: 33.33333%;
}

.custom-post-list {
    margin-bottom: 30px;
}

.event-categories {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 10px;
}

.event-categories li {
    float: left;
    margin-right: 20px;
}

.page-template-tp-research-library .sidebar {
    padding: 50px 0 0;
}

.button-group .button {
    min-width: 100%;
    margin: 0 0 15px;
}

.hierarchical-menu ul ul {
    left: 0 !important;
    top: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding-left: 15px;
}


/***SIDEBAR****---2-7-2019***/

.sidebar aside.callout {
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding: 15px;
    overflow: hidden
}

.sidebar aside.callout .title {
    background-color: #22384f;
    padding: 7px 10px;
    margin-bottom: 22px;
    color: white;
    margin: -15px -15px 22px -15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.sidebar aside.callout input[type="submit"] {
    background-color: #009e60;
    color: white;
    border-radius: 0;
    width: 70px;
    text-align: center;
    font-size: 16px;
    height: 30px;
}

.sidebar aside.callout input[type="search"] {
    border-radius: 0;
    margin: 0;
    width: 100%;
    height: 30px;
}

.sidebar aside.callout form label,
.sidebar aside.callout form select {
    width: calc(100% - 70px);
    margin-right: 0;
    float: left;
    height: 30px;
}

.sidebar aside.callout .issuem_archives_shortcode {
    display: block;
    clear: both;
}

.sidebar aside.callout .issuem_archives_shortcode .issuem_archive {
    float: left;
    width: 50%;
    margin: 0;
}

.sidebar aside.callout ul.callout-list li .title {
    background-color: transparent !important;
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin: 0;
    padding: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    transition: all 0.4s;
}

.sidebar aside.callout ul.callout-list li .title:hover {
    color: #009e60 !important;
}

.sidebar aside.callout ul.callout-list {
    padding-left: 0;
}

.sidebar aside.callout ul.callout-list .date {
    font-size: 13px;
}

.sidebar aside.callout .callout-list li {
    padding-bottom: 10px;
}

.sidebar aside.callout .next_previous_archive_pagination:after {
    content: '';
    display: block;
    clear: both;
}


/***MEMBERSHIP----3-7**/

.group-page-content p {
    text-align: center;
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

.group-member .policy-box {
    padding: 15px 0;
}

.group-member .policy-box:before {
    width: 0;
}

.group-member .group-item {
    margin: 15px 0;
}

.group-member .group-item:first-child h2 {
    width: 100%;
}

.group-member .group-item h2 {
    margin: 0;
    padding: 10px 5px;
    color: #22384f;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.group-member .group-item h2:before {
    margin: 0 30px;
    display: inline-block;
    content: "";
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    width: 98px;
    border: 1px solid #b9b9b9;
}

.group-member .group-item h2:after {
    margin: 0 30px;
    display: inline-block;
    content: "";
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    width: 98px;
    border: 1px solid #b9b9b9;
}

.group-member .analysis-section {
    background-color: transparent;
}

.group-member .policy-box .icon {
    height: 146px;
    width: 146px;
    background-color: #0074c0;
    border-radius: 50%;
    display: inline-block;
    line-height: 135px;
}

.group-member .policy-box h3 {
    color: #212121;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 33px;
}

.group-member .policy-box .arrow {
    transition: all 0.4s;
    margin-bottom: 10px;
}

.group-member .policy-box:hover .arrow {
    transform: translateY(10px);
}

.group-member .policy-box:hover h3 {
    transform: translateX(0);
}

.group-member .analysis-section [class*="col-"]:first-child:before {
    width: 0;
}

.group-member .analysis-section .row {
    justify-content: center;
    align-items: center;
}


/***Aboutpage****-3-7**/

.membership-logo .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    padding: 15px;
}

.about-widget .widget.widget-spotlight,
.transportation-modes .widget.widget-spotlight,
.default-content .widget.widget-spotlight,
.default-content .col-right .quicklinks,
.archive-page .widget.widget-spotlight,
.sidebar .widget.widget-spotlight {
    border: 1px solid #e8e8e8;
    padding: 15px;
}

.about-widget .sidebar .sidebar-title,
.transportation-modes .sidebar .sidebar-title,
.default-content .sidebar .sidebar-title,
.default-content .col-right .sidebar-title,
.archive-page .sidebar .sidebar-title,
.sidebar .sidebar-title {
    margin-bottom: 0;
}

.archive-page .sidebar .widget.widget-tags {
    border: 1px solid #eee;
}

.archive-page .sidebar .widget.widget-tags .sidebar-title {
    margin-bottom: 15px;
}

.gallery-grid-wrap .gallery-tile-grid {
    padding: 0 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 160px !important;
}

.gallery-grid-wrap button.slick-prev {
    left: -20px;
}

.gallery-grid-wrap button.slick-next {
    right: -20px;
}

.gallery-grid-wrap button.slick-prev:before {
    background: url(images/arrow-black-left.png) no-repeat;
    transform: rotate(180deg);
}

.gallery-grid-wrap button.slick-next:before {
    background: url(images/arrow-black-left.png) no-repeat;
}

.widget {
    border: 1px solid #e8e8e8;
}

.widget>a {
    margin: 15px 0px 0 15px;
}

.widget>a:last-child {
    margin-bottom: 15px;
}

.sidebar .top {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}


/***8Student Resources-center---16-7**/

.about-info.src-box ul li {
    width: 25%;
}

.about-info.src-box .col {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.about-info.src-box ul li .col h3,
.about-info.src-box ul li .col a {
    color: #000000;
    font-weight: 600;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.about-info.src-box .col:hover h3,
.about-info.src-box .col:hover a {
    color: #0068b1 !important;
    text-decoration: underline;
}

.about-info.src-box .col h3 {
    transition: 0.7s
}

.about-info.src-box ul li .col .icon {
    margin-bottom: 7px;
}

.sidebar .top .title {
    margin: 0 !important;
}

.widget.button-group {
    padding: 15px;
}

.widget.button-group>a {
    display: block
}


/***Sidebar-Form**/

.sidebar form input {
    border-radius: 0;
    margin: 0;
    width: 100%;
    height: 30px;
}

.sidebar form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.sidebar form .mp-form-row {
    margin-bottom: 10px;
}

.sidebar form input.button {
    height: 44px !important;
    border-radius: 22px !important;
    background-color: #009e60;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 44px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 15px;
    border: 0;
    width: auto;
}

.sidebar form input.button:hover {
    background-color: #0074c0;
    color: #fff !important;
}

span.article-date {
    font-weight: 700;
    color: #22384f;
    text-decoration: underline;
}

.col-md-8.content-area .new-upcoming-event ul li {
    width: 50%;
}

.related-project {
    margin-top: 30px;
}

.widget>.quicklinks {
    padding: 15px;
}

.widget.widget-spotlight .spotlight-content .widget {
    border: 0;
    padding: 0;
}

.widget.widget-spotlight .spotlight-content .widget.upcoming-event h2 {
    border-radius: 1px;
    background-color: #22384f;
    padding: 4px 18px;
    color: #fff;
    margin: -23px -15px 8px;
}

.related-project .slick-arrow.slick-prev:before {
    left: -30px;
}

.related-project .slick-arrow.slick-next:before {
    right: -30px;
}

.featured_archives_cover img {
    object-fit: cover;
}

.page-template-tp-research-library .filter-menu .col:nth-child(3) {
    text-align: center;
}

.issuem_archives_shortcode .next_previous_archive_pagination {
    display: none;
}

.top a.read-more {
    padding: 10px 15px 5px 22px;
    display: inline-block
}

.right.pdf {
    display: inline-block;
    float: right;
    margin-top: -45px;
}

.issuem_archives_shortcode {
    display: inline-block;
    width: 100%
}

.issuem_archive {
    width: 21%;
}

a.featured_archives_cover {
    display: inline-block;
    height: auto!important;
    margin-bottom: 10px;
}

.eno-news .bg-cover {
    position: relative
}

.eno-etw-list .bg-cover {
    position: relative
}

.filter-button {
    display: block;
    clear: both;
    padding-top: 18px;
}

.filter-button .col {
    width: auto !important;
}

.eno-news .bg-cover a {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.eno-etw-list .bg-cover a {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.callout a.featured_archives_cover {
    display: table-cell;
    height: auto!important;
    margin-bottom: 10px;
}

a.read-more+h2 {
    margin-top: 20px;
}

.filter-menu input.search-field {
    height: 43px;
    border: 1px solid #000;
    border-radius: 0;
    padding: .6rem .75rem;
}

.bootstrap-select .dropdown-menu li a.active:hover {
    color: #fff;
}

.lock-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #22384f;
}

.lock-icon img {
    width: 18px;
}

.issuem_archives_shortcode .issuem_archive {
    height: auto !important;
}

.issuem_archives_shortcode .issuem_archive p {
    margin: 0;
}

.box-border {
    border: 0 !important;
}

.box-border a.button.btn-green {
    display: block;
}

.issuem_archives_shortcode .issuem_archive {
    height: auto !important;
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 5px 0;
}

.issuem_archives_shortcode .issuem_archive:nth-child(5n + 1) {
    clear: both;
}

.input-group input[type="checkbox"] {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: -4px;
}

.mc-field-group {
    margin-bottom: 20px;
}

.indicates-required {
    margin-bottom: 10px;
}

.page-template-tp-page-builder .page-builder-top {
    margin-bottom: 50px;
}

blockquote p {
    margin: 0 !important;
}

blockquote {
    position: relative;
    padding: 0 30px 0 30px;
    display: inline-block !important;
    margin: 0 0 25px!important;
}

blockquote:before {
    content: "\201C";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 65px;
    line-height: 35px;
    font-family:'Lato', sans-serif;
}

blockquote:after {
    content: "\201C";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 65px;
    line-height: 35px;
    font-family:'Lato', sans-serif;
    transform: rotate(180deg);
}

.listing-content span.date {
    color: #22384f;
    font-weight: 600;
    margin: 0 5px 5px 0;
    text-decoration: underline;
    float: left;
    width: 100%;
}

.breadcrumb {
    background: #fff !important;
    padding-left: 25px;
    position: relative;
}

.breadcrumb li {
    margin-right: 18px;
    position: relative;
}

.breadcrumb li a {
    font-weight: 600;
}

.breadcrumb li::before {
    content: ">";
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    left: -13px;
}

.breadcrumb li:first-child::before {
    display: none;
}

.breadcrumb li a img {
    width: 22px;
    vertical-align: middle;
    margin-top: -6px;
    opacity: 0.6;
}

.image-loder-center {
    text-align: center;
    clear: both;
}

.image-loder-center img.loder-img {
    max-width: 50px;
    padding-left: 10px;
    box-sizing: border-box;
    display: none;
}

.site-branding .logo {
	margin-top: 10px !important;
}


/* .heateor_sss_sharing_container {display: none;} */

.upcoming-webinars-button {
    display: flex;
    justify-content: space-between;
}

.bootstrap-select .dropdown-menu li.selected a {
    background-color: #009e60;
    border-radius: 0;
    color: #fff;
}

figcaption {
	font-size:10pt;
	font-style:italic;
}
.job_listing-template-default .heateor_sss_sharing_container ul li:last-child,
.job_listing-template-default .heateor_sss_sharing_container ul li:nth-child(4) {
	display: none !important;
}

.hamburger{
		display:none;
	}

@media screen and (max-width: 991px)
.site-branding {
    width: 150px;
}

@media screen and (max-width: 767px){
	.hamburger{
		display:block;
	}
	
	.hamburger .search-box-responsive{
		display:block;
	}
	
	.search-box.search-box-responsive {
    position: absolute;
    width: 50px;
    top: 85%;
    right: 37px;
    margin-top: -23px;
	}
	
	.site-branding.site-logo {
    width: 140px;
	}
	
	.menu-item-has-children > a:before {
  		margin-right: 12px;
	}
	
	li#menu-item-46389 {
    color: white;
}
}

.eno-news .author .authorname{
    color: #0074c0;
	font-weight: 500;
}
/* .eno-news .author a {
    pointer-events: none;
    cursor: default;
} */


