@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?tdud19');
  src:  url('../fonts/icomoon.eot?tdud19#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?tdud19') format('truetype'),
    url('../fonts/icomoon.woff?tdud19') format('woff'),
    url('../fonts/icomoon.svg?tdud19#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: never;
  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-arrow_drop_up:before {
  content: "\e900";
}
.dropdown-toggle-menu >.icon-arrow_drop_down:before {
  content: "\e901";
}
.icon-keyboard_arrow_up:before {
  content: "\e902";
}
.icon-keyboard_arrow_right:before {
  content: "\e903";
}
.icon-keyboard_arrow_left:before {
  content: "\e904";
}
.icon-keyboard_arrow_down:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-facebook-f:before {
  content: "\e908";
}



body, html {
	font-family: 'Arimo';
	font-size: 16px;
	font-weight: normal;
	color: #10499f;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Futura';
	clear: both;
	margin: 0 0 10px;
	color: #4F96DA;
	line-height: 1.2em;
}

a:-webkit-any-link {
	text-decoration: none;
}
slick-prev
h1 {
	font-weight: bold;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 16px; 
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4F96DA;
}
h6 {
	font-size: 13px; 
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
}
p, ul, ol {
	line-height: 1.6em;
	color: #10499f;
}

p:last-child {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
}

/**
* Flex
*/
.flex_center {
	display: flex;
	align-items: center
}

/**
* Page Wrap
*/
.page_wrap {
	background-image: url(../img/bg-01.svg);
	background-size: 100%;
	background-repeat: repeat-y;    
}
.page_builder section:first-child {
	margin-top: 50px;
}

.page_builder section + section {
	margin-top: 50px;
}

.page_builder section.no_padding + section {
	margin-top: -50px;
}

.page_builder section + section.home_subscribe {
	margin-top: 0;
}


/**
* Navigation 
*/

.main-navigation {
    position: relative;	
}
.main-navigation li {
    position: static;
}
.main-navigation ul li:hover ul {
    display: inherit;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 1;
    transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;    
}
.main-navigation ul li:hover ul li ul {
    display: inherit;
    position: relative;
    left: 0;
}
.main-navigation ul li:hover ul li {
    float: right;
    position: static;
    display: block;
    text-align: left;
    padding-right: 30px;
}
.main-navigation ul li:hover ul li ul li {
    float: none;
    padding-top: 0;
}
.main-navigation ul li:hover ul {
    display: inherit;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
#primary-menu > li > a {
	color: #fff;
}
#primary-menu li .sub-menu, .menu >li .dropdown-menu {
    background-color: #10499F;
    background-image: url(../img/svg_bg-01.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    border: none;
}

.menu li .dropdown-menu li .dropdown-menu {
     background-color: transparent;
    background-image: none; 
}

#primary-menu li .sub-menu .sub-menu {
	background-color: transparent;
	background-image: none;
}

.main-navigation ul:hover ul li a:link,
.main-navigation ul:hover ul li a:visited {
    color: #fff;
    text-decoration: none;
}
.main-navigation ul:hover ul li ul li a:link,
.main-navigation ul:hover ul li ul li a:visited {
    color: #fff;
    text-decoration: none;
}
.main-navigation ul:hover ul li ul li a {
    padding-left: 1em;
    padding-top: 0;
}

.menu-menu-primary-container {
	text-align: right;
	height: 90px;
}
.main-navigation ul {
	display: inline-block;
}
.main-navigation ul li {
	float: left;
	display: inline-block;
}
.main-navigation .sub-menu a {
	color: #fff;
}
.main-navigation ul.sub-menu li.menu-item-has-children > a {
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0 15px;
}
.main-navigation ul.sub-menu ul.sub-menu li a:before {
	content: '— ' ;
}
.main-navigation ul.sub-menu ul.sub-menu li {
	text-align: left;
	margin-bottom: 7.5px;
}

.main-navigation ul.sub-menu {
	padding: 30px 0 30px;
}
.main-navigation ul.sub-menu ul.sub-menu {
	padding: 0;
}

#primary-menu > li {
	height: 90px;
	padding: 0 15px;
}

#primary-menu > li > a,
#primary-menu > li > form {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
}
#primary-menu > li > a:after {
	content:'';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
}

#primary-menu > li > a:hover:after {
    transform-origin: bottom left;
    transform: scaleX(1);	
}

#primary-menu > li.current-menu-item a:after {
    transform: scaleX(1);	  
}

#primary-menu li.search {
	padding-right: 0;
}
#primary-menu li.search form {
	position: relative;
}
#primary-menu li.search form input[type='text'] {
	position: relative;
	background-image: url(../img/input_bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
	border: 0;
	padding: 0 30px;
	height: 45px;
	font-size: 14px;
}
#primary-menu li.search form input[type='submit'] {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('../img/search.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
	width: 22.5px;
	height: 22.5px;
	border: 0;
}

.dropdown-item {
    white-space: normal;
}

.menu li .dropdown-menu li a {
    display: block;
    color: #fff;
}

.menu li .dropdown-menu li {
    width: 16%;
}

.menu li .dropdown-menu li .dropdown-menu li {
    width: 100%;
}

.menu li .dropdown-menu li .dropdown-menu a:before {
    content: "—";
    margin-right: 5px;
    position: absolute;
    left: 15px;
}


.menu li .dropdown-menu li .dropdown-menu a {
    padding-left: 40px;
    position: relative;
}

.menu li .dropdown-toggle-menu .dropdown-menu {
    display: none;
    padding: 10px 0 10px 20px;
}

.menu li .dropdown-toggle-menu .dropdown-menu .dropdown-menu {
    display: block;
}

.menu li .dropdown-toggle-menu {
    position: relative !important;
}

.menu li .dropdown-toggle-menu .icon {
    position: absolute;
    right: 7px;
     top: 4px;
    z-index: 1;
    color: #fff;
    background-color: #3a619c;
}

.menu li .dropdown-menu li a:hover,
.menu li .dropdown-menu li.active >a {
    color: #0095da !important;
    background-color: transparent !important;
}


/**
* Header 
*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 100;
}

header.scrolled {
	background-color: #10499f;
}

.site-branding {
	float: left;
	position: relative;
	z-index: 10;
}
.site-branding img {
	height: 90px;
	width: auto;
	padding: 10px;
}

.home_header {
	height: 80vh;
	overflow: hidden;
	position: relative;
}
.home_header .overlay {
	/*background-color: rgba(0, 0, 0, 0.1);*/
	position: absolute;
	z-index: 1;
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.home_header .attachment-post-thumbnail {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);		
}

.left_entry {
	background-image: url(../img/large_left-01.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	z-index: 10;
	height: 100%;
	width: 70%;
}
.left_entry * {
	color: #fff;
}

.left_entry .content_wrap {
	position: absolute;
	bottom: 50px;
	left: 50px;
	padding-right: 50%;
}


/**
* Front Page
*/


.featured_home {
	background-color: #0095DA;
	position: relative;	
}
.upcoming_home {
	background-color: #10499F;
	position: relative;
}
.featured_home *,
.upcoming_home * {
	color: #fff;
}

#blog_posts.posts_home {
	margin-top: 0;
	padding-top: 75px;
	padding-bottom: 50px;
	 background-color: #F7F7F7;
	background-image: url(../img/blogs_bg.svg);
	background-size: cover;
	background-position: center;
}
#blog_posts.posts_home .post_wrap {
    background-color: #F7F7F7;
	font-size: 16px;
	position:relative;
	height:100%;
}	

.post_footer {
	position:absolute;
	bottom:30px;
	left:30px;
	right:30px;
}

.post_wrap .inner_post_wrap {
	padding:30px 30px 108px 30px;
}

#blog_posts.posts_home .post_wrap a:hover h4 {
	text-decoration: underline;
}
body.home .upcoming_home {
	margin-top: 0;
}

.upcoming_home .header_line2,
.featured_home .header_line3 {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

body.home .featuredimage_home {
	background-size: cover;
	background-position: center;
	margin-top: 0;
}

.home.sponsors_carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.home.sponsors_carousel ul li {
	display: inline-block;
	padding:10px;
}

.sponsors_carousel img {
	height:100px;
	width:auto;
}

.page_builder section.programs_carousel,
.page_builder section.featured_home {
	margin-top: 0;
}

.section-articles {
    background-color: #F7F7F7;
}

.programs_carousel {
    border-top: 2px solid #F7F7F7;
    border-bottom: 2px solid #F7F7F7;
    padding: 40px 0;
	background-color: #fff;
}

/**
* Image Cover
*/

.img_col{
	position: relative;
	max-height: 600px;
	overflow: hidden;
}

.img_col img.attachment-full {
	object-fit: cover;
	object-position: center;
	min-width: 100%;
	min-height: 100%;
}

.featuredimage_home {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
}

/**
* Image Banner Angle
*/
.banner_angle {
	position: absolute;
	right: -2px;
	height: 100%;
	z-index: 5;
    filter: invert(16%) sepia(92%) saturate(29) hue-rotate(
210deg) brightness(81%) contrast(84%);	
}


/**
* Fluid container content boxed
*/

.box_right {
	padding: 30px;
}


/**
* Header - Pages
*/

#header_pan {
	background-color: #10499F;
	background-image: url(../img/default_background.svg);
	position: relative;
	min-height: 400px;
	overflow:hidden;
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header_line {
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 100%;
}

#header_pan .col_1 {	
	background-color: #10499F;
	color: #fff;
	
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

@media(max-width: 991px) {
    
    #header_pan .col_1 {	
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#header_pan .col_1 * {
	color: #fff;
}
#header_pan .col_1 .header_wrap {
	padding: 100px 30px 50px 30px;
	max-width: 500px;
	display: flex;
	height: 100%;
}
#header_pan .col_1 .header_wrap p {
	font-size: 16px;
}
#header_pan .col_1 .header_wrap .align_end {
	align-self: flex-end;
	    width: 100%;
}

#header_pan .col_3 {
	background-position: center;
	background-size: cover;
	
	   -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

@media(max-width: 991px) {
    
  #header_pan .col_3 {	
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        
        height: 500px;
        position: relative;
    }
}

#header_pan .zfa-button {
	    cursor: default !important;
}


.header_break {
/*    filter: invert(16%) sepia(92%) saturate(29) hue-rotate(*/
/*210deg) brightness(81%) contrast(84%);*/
	position: absolute;
	height: 100%;
	top: -1px;
}

body.home #header_pan {
	min-height: calc(100vh - 280px);
	margin-bottom:0;
}

body.home #header_pan .col_1 .header_wrap {
	max-width: 500px;
	padding-bottom: 75px;
}
.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-prev:active,
.slick-next:hover, 
.slick-next:active {
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:active {
	background-image: url(../img/down-arrow-of-angle-1.svg) !important;
}
.slick-next,
.slick-next:hover,
.slick-next:active {
	background-image: url(../img/down-arrow-of-angle.svg) !important;
}

.slick-prev, .slick-next {
    background-size: contain;
    width: 13px !important;
    height: 20px !important;
    background-color: transparent;
    border: none;
    color: transparent;
}

.glider-home .slick-prev,
.glider-home .slick-next {
    position: absolute;
    top: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.glider-home .slick-prev {
    left: 0;
}

.glider-home .slick-next {
      right: -45px;
}


/**
* Subscribe Banner 
*/
#subscribe_banner {
	background-color: #263E7E;
	color: #fff;
	padding: 40px 0;
}
#subscribe_banner .no_padding {
	margin-top:0;
}
#subscribe_banner * {
	color: #fff;
}
#subscribe_banner form * {
	color: #000;
}
#subscribe_banner form label {
	color: #fff;
}

#home_subscribe {
	padding: 0 0 40px;
	background-color: #1a4a9d;
}

.home_subscribe h3 {
    color: #fff;
    font-weight: normal;
    font-family: 'Arimo';
}

.home_subscribe .img-wrap img {
    max-width: 100% ;
    width: auto;
  max-height: 200px;
}

.home_subscribe .gform_fields {
	display: flex !important;
}

.home_subscribe #field_1_1 {
	    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
}

.home_subscribe #field_1_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.home_subscribe .gform_footer {
	margin-top: -4px !important;
}

/**
* Blog Post
*/
.post_wrap {
	padding-top: 15px;
}

.post_wrap .cat a,
.post_wrap .cat a:visited {
	color: #4F96DA;
}

/**
* Banner
*/
#banner .content_side {
	background-color: #10499F;
}
#banner .content_side * {
	color: #fff;
}
#banner .banner_wrap {
	padding: 50px;
}


#banner .image_side {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    overflow: hidden;
}
#banner .image_side img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%	
}

/**
* Footer
*/

footer {
	position: relative;
	background-color: #E9EDEF;
	padding-bottom: 50px;
	font-size: 14px;
}

section.no_padding + footer {
	margin-top: 0;
}

footer .footer-col {
	padding-top: 50px;
}

footer .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

footer a,
footer a:visited,
footer a:hover {
	color: #292929;
}
footer a:hover {
	border-bottom: 1px solid #292929;
}

/**
* Sticky Note
*/
.sticky_note {
	font-size: 15px;
	padding: 30px;
	background-color: #0095DA;
	color: #fff;
	position: sticky;
	top:150px;
	overflow: hidden;
}

.sticky_note * {
	color: #fff;
}

.program_sidebar h6:first-child {
	margin-top: 0;
}

.sticky_note:after {
	content: '';
	width: 50px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	top: -25px;
	right: -25px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}

.sticky_note a {
	color: #fff;
}
.sticky_note a:hover {
	border-bottom: 1px solid #fff;
}

.sticky_note .other_info  {
	margin-top: 15px;
}

.share_widget {

}

.sticky_note h6 {
	margin-top: 30px;
}
.sticky_note .widget:first-child h6 {
	margin-top: 0;
}
.sticky_note .social li {
	display: inline-block;
}

/**
* Sticky Archive Bar
*/

.alm-btn-wrap {
    margin-top:40px;
}
.alm-btn-wrap .alm-load-more-btn {
    background:#0094DA !important;
    font-size: 20px !important;
    height:60px !important;
    padding: 0 40px !important;
}

.sticky_archive {
    z-index:100;
	padding: 30px;
	background-color: #0095DA;
	color: #fff;
	margin: 50px 0;
	
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

.sticky_archive .wp-block-search__button {
	background-color: transparent;
	border: 3px solid #fff;
	color: #fff;
}

.sticky_archive #block-10,
.sticky_archive #block-11,
.sticky_archive #block-12 {
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    
      flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 15px;
}

.sticky_archive #block-11 select,
.sticky_archive #block-12 select {
    width: 100%;
}

.sticky_archive #block-12 label {
    display: none;
}

.no-results {
	margin-bottom: 50px;
}

.sticky_archive input {
	border: 0 !important;
}

.sticky_archive select,
.sticky_archive input {
	font-size: 14px;
	border: 0;	
}

.archive_header {
	margin-bottom: 30px;
	margin-top: -20px;
}



.single_wrap {
	margin-top: 50px;
}

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


/**
* Search results
*/
.search_row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

.search_result {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.search_result:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

/**
* Staff
*/
.profile_wrap {
	padding-top: 15px;
}

.profile_image img {
    width:100%;
    height:auto;
}

.profile_wrap h6 {
	font-weight: normal;
}

.profile_wrap p {
	margin-bottom: 15px;
}

.list_icon .hvr_svg:hover {
	filter: invert(41%) sepia(86%) saturate(3217%) hue-rotate(175deg) brightness(99%) contrast(101%);
}

.sidebar_logo img {
	width: 170px;
	height: auto;
}
.sidebar_logo {
	text-align: center;
}


/*** @Media Min **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.box_right{
		max-width: 270px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.box_right{
		max-width: 360px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.box_right{
		max-width: 480px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.box_right{
		max-width: 570px;
		padding: 50px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.box_right{
		max-width: 610px;
		padding: 75px;
	}

	.featuredimage_home {
		height: 650px;
	}
}


/*** @Media Max **/
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}







.slick-track
{
    display: flex !important;
	align-items:center; 
}

.slick-slide
{
    height: inherit !important;
}


#gform_1 {
	display:flex;
	column-gap: 20px;
	align-items: center;
}
#gform_1 .gform_fields {
	flex-grow: 4;
}

#gform_1 .gform_body {
	width:100%;
}



.mentions_page .widget_archive ul { 
	list-style:none;
	margin:0;
	padding:0;
}

.mentions_page .widget_archive ul li {
	margin:5px 0;
	border-bottom:1px solid #efefef;
}

.mentions_page .widget_archive ul li {
	font-size:15px;
	color:#ccc;
}

.mentions_page .widget_archive ul li a {
	font-size:15px;
}

.econference {margin-top:50px;}
.single_econference.sticky_note h6 {
    margin-top:0;
}
.econf_btn {
    margin-bottom:30px;
    display:inline-block;
}

.single_econf_wrap {
    padding-bottom:50px;
    border-bottom:1px solid #ccc;
}

.section-articles {
	padding: 80px 0;
	background-color: #fff;
}

.section-articles img {
	width: 100%;
	height: 250px;
	 object-fit: cover;
}

.section-articles h2, .posts_home h2 {
	margin-bottom: 40px;
}

.section-social-feeds {
    padding: 80px 0;
	margin-top: 0 !important;
}

.section-social-feeds h2 {
    margin-bottom: 40px;
}

.video-item {
	background-color: #F7F7F7;
	margin-bottom: 30px;
}

.video-item .img-wrap {
	height: 100%;
	min-height: 290px;
}

.video-item .img-wrap img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.video-item .zfa-button {
	border: none;
    background-color: transparent;
}

.video-item .post_wrap {
	padding: 30px 15px;
}

.video-item .entry-meta {
	margin-bottom: 10px;
}

.video-item .description {
	margin-bottom: 15px;
}

.single_wrap_multimedia iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 30px;
}

.single_wrap_multimedia .social-media-wrap {
    text-align: left;
	padding: 30px 0;
}

.single_wrap_multimedia .social {
    padding: 0;
}

.single_wrap_multimedia .social li {
        display: inline-block;
    background-color: #0095DA;
    vertical-align: middle;
}

.home-slider .slick-slide img {
    width: 100%;
    height: auto;
}

.content-follow {
text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}

.content-follow ul {
    margin: 0;
    padding: 0;
}

.content-follow ul li {
display: inline-block;
    margin: 0;
    padding: 0 5px;
}

.content-follow ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
}

.content-follow ul li a:hover {
        color: #3495da;
}

.section-home-intro {
    padding-bottom: 80px;
}

.section-articles2 .post_wrap {
	height: 100%;
	    background-color: #F7F7F7;
	padding: 40px 40px 78px;
	position: relative;
}

.section-articles2 .post_wrap .entry-meta {
	margin-bottom: 20px;
}

.section-daily-newsletter {
	background-color: #fff;
	margin: 0 !important;
	padding: 80px 0;
}

.newsletter-lists {
	margin-top: 40px;
}

.newsletter-lists .newsletter-item {
	background-color: #F7F7F7;
    padding: 40px;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter-lists .newsletter-item a:hover {
	text-decoration: underline;
}