/*!
Theme Name: Portulans Institute WP
Theme URI: https://www.portulans.com/
Author: eJump
Author URI: https://ejump.ro/
Description: Custom theme for Portulans Institute
Version: 1.0.0
Tags: custom-theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 General
    1.1 Layout
    1.2 Elements
    1.3 Typography
    1.4 Forms
    1.5 Media
    1.6 Accessibility
2.0 Sections
    2.1 Header/Hero
	2.2	Footer
    2.3 Comments
    2.4 Aside
3.0 Content
	3.1	Blog
	3.2	Pages
	3.3	Posts
    3.4 Blocks
4.0 Responsive
5.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 General                                 			 -----*/
a{
  outline: 0;
}
*,
*:before,
*:after {
    box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html,
body {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #162b37;
	font-size: 16px;
    line-height: 1.6;
    text-align: left;
    font-weight: normal;
    word-break: break-word;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#totop {
	display: none;
  	position: fixed;
  	bottom: 15px;
  	right: 15px;
  	z-index: 99;
  	border: none;
  	outline: none;
  	background-color: #002147;
  	color: #ffffff;
  	cursor: pointer;
  	padding: 10px 12px;
  	border-radius: 10px;
  	font-size: 16px;
	line-height: 1;
}
/*  1.1     Layout */
.container {
    max-width: 1200px;
}
.container.full-width {
    max-width: 100%;
}
.wp-block-group {
    margin: 0 auto !important;
}
.section-regular {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.section-full {
    max-width: 100%;
    margin: 0 auto;
}
/*  Alignments */
.aligncenter,
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    float: none;
    text-align: center;
}
figure.alignleft,img.alignleft{padding: 0 10px 5px 0;margin-top: 0;}
figure.alignright,img.alignright{padding: 0 0 5px 10px;margin-top: 0;}
.alignleft,
.wp-block-image .alignleft {
    float: left;
    text-align: left;
}
.alignright,
.wp-block-image .alignright {
    float: right;
    text-align: right;
}
figcaption { display: block !important; }
/*  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;
}
/*  1.2     Elements */
hr {
    background-color: #e8f0f7;
    border: 0;
    height: 1px;
    margin-bottom: 50px;
	margin-top: 50px;
}
dt { font-weight: 700; }
dd { margin: 0 20px 20px; }
figure { margin: 20px 0; }
/*  Lists */
ul,
ol {
    margin: 0;
	padding: 0;
	display: block;
}
.page-content ul,
.page-content ol {
    margin: 15px auto 30px;
}
ul { list-style: disc inside; }
ol { list-style: decimal inside; }
li > ul,
li > ol {
	background: none;
	padding: 0;
	margin: 5px 0 5px 20px;
}
li > ul,
li > ol {
	padding: 0;
}
li > ul { list-style: disc inside; }
li > ol { list-style: lower-latin inside; }
ul li,
ol li {
	margin: 7px 0;
}
article li > ol li,
article li > ul li {
	background: none;
	padding: 0;
}
ol > li {
	padding: 0;
	background: none;
}
ul.custom-list {
    padding: 25px 0;
}
ul.custom-list li {
    list-style: none;
    padding-left: 25px;
    background: url("assets/img/bullet.png") no-repeat;
    background-position: 0 5px;
    background-size: auto;
    margin: 25px 0 25px 0;
}
/*  Tables */
table {
    margin: 25px 0;
    width: 100%;
	font-size: 18px;
	line-height: 28px;
}
table tr {
	padding: 20px;
	border-bottom: 1px solid #d2e5e7;
}
table tr:hover, table tr.odd:hover { background: #d2e5e7; }
table tr.odd { background: #f5f5f5; }
table th,
table td {
	padding: 10px;
	margin: 0;
}
/*  Various */
cite {
    font-size: 16px;
}
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-pullquote {
    margin: 40px 0;
    padding: 20px 40px;
}
.wp-block-quote {
    border-left: 3px solid #002147;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 22px;
}
.wp-block-quote cite { display: block; margin: 10px auto 0; }
.wp-block-pullquote {
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.wp-block-media-text {
    margin: 40px 0;
}
.wp-block-code {
    background: #f5f5f5;
    padding: 20px;
    margin: 20px 0;
}
/*  Links */
a,
a:visited,
a:hover,
a:active,
a:focus {
	font-family: inherit;
	font-size: inherit;
	transition: border 0.5s, color 0.5s;
    text-decoration: none;
    padding-bottom: 2px;
    transition: color 0.5s, border 0.5s;
}
a,
a:visited {
	outline: 0;
    border-bottom: 1px solid #0d407a;
    color: #002147;
}
a:focus, a:active { outline: 1px dotted #000000; }
a:hover { color: #3072be; border-bottom: 1px solid transparent; }
a.image-link,
a.image-link:visited,
a.image-link:hover,
a.image-link:active,
a.image-link:focus,
.widget_media_image a,
.widget_media_image a:visited,
.widget_media_image a:hover,
.widget_media_image a:active,
.widget_media_image a:focus,
.wp-block-image a,
.wp-block-image a:visited,
.wp-block-image a:hover,
.wp-block-image a:active,
.wp-block-image a:focus {
	border-bottom: none;
}
a img, a:visited img { opacity: 1; transition: opacity 0.5s; }
a:hover img { opacity: 0.6; }
/*  Buttons */
.wp-block-button a,
.wp-block-button a:visited,
.wp-block-button a:hover,
.wp-block-button a:active,
.wp-block-button a:focus,
a.wp-block-button,
a.wp-block-button:visited,
a.wp-block-button:hover,
a.wp-block-button:active,
a.wp-block-button:focus {
    font-size: 16px;
	line-height: 1.4;
    border-bottom: none;
    padding: 12px 24px;
    transition: opacity 0.5s;
    margin: 10px 10px;
}
.wp-block-button a:hover,
.wp-block-button a:active,
.wp-block-button a:focus,
a.wp-block-button:hover,
a.wp-block-button:active,
a.wp-block-button:focus {
    opacity: 0.9;
}
.wp-block-button.is-style-outline a:hover,
.wp-block-button.is-style-outline a:active,
.wp-block-button.is-style-outline a:focus,
a.wp-block-button.is-style-outline:hover,
a.wp-block-button.is-style-outline:active,
a.wp-block-button.is-style-outline:focus {
    border-bottom: 2px solid;
}
a.btn,
a.btn:visited,
a.btn:focus,
a.btn:hover,
a.btn:active,
.btn > a,
.btn > a:visited,
.btn > a:focus,
.btn > a:hover,
.btn > a:active,
input.btn,
input.btn:visited,
input.btn:focus,
input.btn:hover,
input.btn:active,
input[type=submit].btn,
input[type=submit].btn:visited,
input[type=submit].btn:focus,
input[type=submit].btn:hover,
input[type=submit].btn:active,
input[type=reset].btn,
input[type=reset].btn:visited,
input[type=reset].btn:focus,
input[type=reset].btn:hover,
input[type=reset].btn:active,
input[type=button].btn,
input[type=button].btn:visited,
input[type=button].btn:focus,
input[type=button].btn:hover,
input[type=button].btn:active,
button.btn,
button.btn:visited,
button.btn:focus,
button.btn:hover,
button.btn:active
{
	display: inline-block;
	margin: 10px;
    padding: 16px 40px;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 30px;
    transition: background-color 0.3s, color 0.3s;
    border: none;
    box-shadow: none;
}
a.btn-white,
a.btn-white:visited,
.btn-white > a,
.btn-white > a:visited,
input.btn-white,
input.btn-white:visited,
button.btn-white,
button.btn-white:visited {
    color: #002147;
    background-color: #ffffff;
}
a.btn-white:hover,
a.btn-white:active,
a.btn-white:focus,
.btn-white > a:hover,
.btn-white > a:active,
.btn-white > a:focus,
input.btn-white:hover,
input.btn-white:active,
input.btn-white:focus,
button.btn-white:hover,
button.btn-white:active,
button.btn-white:focus {
    color: #ffffff;
    background-color: #002147;
}

a.btn-blue,
a.btn-blur:visited,
.btn-blue > a,
.btn-blue > a:visited,
input.btn-blue,
input.btn-blue:visited,
button.btn-blue,
button.btn-blue:visited {
    color: #ffffff;
    background-color: #002147;
}
a.btn-blue:hover,
a.btn-blue:active,
a.btn-blue:focus,
.btn-blue > a:hover,
.btn-blue > a:active,
.btn-blue > a:focus,
input.btn-blue:hover,
input.btn-blue:active,
input.btn-blue:focus,
button.btn-blue:hover,
button.btn-blue:active,
button.btn-blue:focus {
    color: #002147;
    background-color: #ffffff;
}
/*  1.3     Typography */
.text-center { text-align: center; }
.text-center-left { text-align: center; }
.text-center-right { text-align: center; }
.text-white { color: #ffffff; }
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
	margin: 15px auto;
	padding: 0;
    font-weight: 400;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content p {
    margin: 10px auto 30px;
}
h1, h2, h3 { line-height: 1.2; }
h4, h5, h6, p { line-height: 1.6; }
h1 { font-size: 32px; }
h2 { font-size: 30px; }
h3 { font-size: 26px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; color: #0378bf; }
p { font-size: 16px; }
strong, b {
    font-weight: 700;
}
em, i {
	font-style: italic;
}
/*  1.4     Forms */
form {
    margin: 20px auto;
    padding: 0;
    width: 100%;
    max-width: auto;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}
label {
    display: inline-block;
    margin: 0 10px;
    padding: 0;
}
input,
textarea,
select {
    margin: 10px 0;
    padding: 10px 12px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border: 1px solid #c8e2ff;
}
textarea {
    height: 140px;
}
input:focus,
textarea:focus,
select:focus {
    border: 1px solid #78a8df;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[time=week],
textarea,
select {
    display: inline-block;
    width: 100%;
}
input[type=radio],
input[type=checkbox],
input[type=color],
input[type=file],
input[type=range],
input[type=radio]:focus,
input[type=checkbox]:focus,
input[type=color]:focus,
input[type=file]:focus,
input[type=range]:focus,
input[type=submit],
input[type=reset],
input[type=button],
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
    border-bottom: none;
}
input[type=radio],
input[type=checkbox],
input[type=color],
input[type=file],
input[type=range] {
    display: inline-block;
    margin: 15px 0;
    padding: 0;
    background: transparent;
}
input[type=submit],
input[type=reset],
input[type=button] {
    display: inline-block;
    border-bottom: none;
    border-radius: 50px;
    padding: 10px 20px;
    color: #ffffff;
    background: #002147;
    border: none;
    outline: none;
    transition: all 0.5s;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    background: #ffffff;
    color: #002147;
}
/*  1.5     Media */
img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-block-image img {
    margin: 0 auto;
}
.wp-block-image .alignleft img {
    margin: 0 20px 0 0;
}
.wp-block-image .alignright img {
    margin: 0 0 0 20px;
}
embed, iframe, object { max-width: 100%; }
/*  Captions */
.wp-caption {
    margin-bottom: 20px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption-text {
    margin: 10px 0;
	font-size: 18px;
	line-height: 24px;
}
.wp-caption-text { text-align: center; }
/*  Galleries */
.wp-block-gallery {
    margin: 20px;
	text-align: center;
}
.blocks-gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
	margin: 20px 0;
}
.blocks-gallery-item a,
.blocks-gallery-item a:visited,
.blocks-gallery-item a:hover,
.blocks-gallery-item a:active,
.blocks-gallery-item a:focus {
	border-bottom: none;
}
/*  1.6     Accessibility */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    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;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #002147;
    display: block;
    font-size: 14px;
    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; }
/*--------------------------------------------------------------
2.0 Sections                                  			 -----*/
ul.menu,
ul.menu li {
    list-style: none;
}
/*  2.1     Header/Hero */
header#masthead {
    position: relative;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
}
a.custom-logo-link img { max-width: 200px; width: auto; max-height: 40px; }
a.custom-logo-link,
a.custom-logo-link:visited,
a.custom-logo-link:hover {
	margin: 0;
	padding: 20px 0;
	border-bottom: none;
    display: block;
}
/*  Navigation */
#mtoggle { text-align: right; }
#main-toggle {
    vertical-align: middle;
	display: inline-block;
	border: none;
	width: 40px;
	height: 40px;
	background: url('assets/img/menu.svg') no-repeat;
    background-size: 60% auto;
    background-position: 50% 50%;
    transition: all 0.5s;
    margin: 0 10px;
}
#main-toggle, #main-toggle:visited { opacity: 0.6; }
#main-toggle:hover { opacity: 1; cursor: pointer; }
#main-toggle.menu-open {
    opacity: 0.5;
}
ul#main-menu {
    font-size: 16px;
    line-height: 1.4;
    display: none;
    margin: 0;
    padding: 0 0 40px 0;
    list-style: none;
}
ul#main-menu ul,
ul#main-menu li,
ul#main-menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#main-menu a,
ul#main-menu a:visited,
ul#main-menu a:hover,
ul#main-menu a:active,
ul#main-menu a:focus {
    margin: 0;
    padding: 16px 0 16px 30px;
    border-bottom: 1px solid #f5f5f5;
	display: block;
    position: relative;
}
ul#main-menu > li > a {
    font-weight: 700;
}
ul#main-menu > li > a:before {
    content: url("assets/img/bullet.png");
    position: absolute;
    left: 6px;
    top: 16px;
}
ul#main-menu > li > ul a,
ul#main-menu > li > ul a:visited,
ul#main-menu > li > ul a:hover,
ul#main-menu > li > ul a:active,
ul#main-menu > li > ul a:focus {
    border-bottom: none;
}

ul#main-menu a,
ul#main-menu a:visited {
    color: #506069;
}
ul#main-menu a:hover,
ul#main-menu a:active,
ul#main-menu a:focus {
    color: #002147;
}
/*  Hero */
#hero {
    text-align: center;
    color: #ffffff;
}
#hero h1 {
    font-weight: 700;
}
.default-hero,
.custom-hero {
    padding-top: 60px;
    padding-bottom: 60px;
}
.default-hero {
    background-color: #002147;
}
.custom-hero {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.hero-profile-pic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #ffffff;
}
/*  2.2     Footer */
footer.site-footer {
    font-size: 14px;
    line-height: 1.6;
    background: #062c3b;
    color: #ffffff;
    padding: 50px 0 0;
    margin: 0;
    display: block;
}
footer.site-footer .widget {
    margin: 30px 0;
}
footer.site-footer a,
footer.site-footer a:visited,
footer.site-footer a:hover,
footer.site-footer a:active,
footer.site-footer a:focus {
    color: #ffffff;
    border-bottom: none;
}
footer.site-footer ul.menu a,
footer.site-footer ul.menu a:visited {
    color: #ffffff;
    opacity: 0.6;
    border-bottom: none;
    transition: opacity 0.5s;
}
footer.site-footer ul.menu a:hover,
footer.site-footer ul.menu a:active,
footer.site-footer ul.menu a:focus {
    color: #ffffff;
    opacity: 1;
    border-bottom: none;
}
footer ul.menu li {
    margin: 12px 0;
    list-style: none;
}
footer.site-footer p {
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0;
}
footer.site-footer h4.widget-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding: 0;
    border-bottom: none;
    color: #ffffff;
}
footer.site-footer .footer-copyright {
    text-align: center;
    border-top: 1px solid #183b49;
    margin: 40px 0 0 0;
    padding: 20px 0;
}
footer.site-footer .footer-copyright p {
    font-size: 13px;
    line-height: 1;
    margin: 0;
    color: #ffffff;
    opacity: 0.6;
}
/*  2.3     Comments */
h3#reply-title,
h4.comments-title {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
    margin: 30px 0 30px 0;
    padding: 0 0 30px 0;
}
#comments #respond {
    padding: 0;
    margin: 75px 0 0 0;
}
footer.comment-meta {
    font-size: 14px;
}
.comment-author,
.comment-metadata {
    display: inline-block;
    width: 49%;
    padding: 10px 0;
}
.comment-metadata {
    text-align: right;
}
.comment-author img {
    margin-right: 10px;
}
.comment-content {
    padding: 20px 0;
}
.comment-body {
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}
.comment-body .reply {
    font-size: 14px;
    text-align: right;
}
.comment-list,
.comment-list li,
.comment-list ul {
    list-style: none;
}
ul.comment-list > li {
    margin: 0;
    padding: 0;
}
ul.comment-list > li ul li {
    padding: 0 0 0 30px;
    margin: 0;
}
p.logged-in-as {
    font-size: 16px;
}
.comment-form-comment {
    margin-top: 30px;
}
#commentform input[type=submit] {
    float: right;
}
#commentform .comment-form-cookies-consent {
    margin: 50px 0 20px 0;
}
#commentform .comment-form-cookies-consent label {
    width: 70%;
    vertical-align: top;
}
#commentform #wp-comment-cookies-consent {
    margin: 0;
}
/*  2.4     Aside */
#aside {
    margin: 0;
    padding: 0;
}
.widget {
    font-size: 16px;
    margin: 0;
    padding: 0 0 30px 0;
}
h4.widget-title {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.search-form {
    text-align: center;
}
.search-form label {
    display: block;
    margin: 0;
    padding: 0;
}
/*--------------------------------------------------------------
3.0 Content                                          	 -----*/
section {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aside section,
footer section {
    padding-top: 0;
    padding-bottom: 0;
}
.page-hero,
.single-hero {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #002147;
    padding-top: 60px;
    padding-bottom: 160px;
}
.single.content-boxed,
.page.content-boxed {
    position: relative;
    z-index: 9;
    margin: -100px 0 50px;
    padding: 30px;
}
.sidebar.boxed {
    padding: 30px;
    margin: 50px 0 75px;
}
.page.custom-page {
    margin: 0 -15px;
}
.boxed {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.5s;
    background: #ffffff;
    margin-bottom: 30px;
}
.boxed-inner {
    padding: 30px;
}
.boxed:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 992px)
{
    .page-hero,
    .single-hero {
        padding-top: 90px;
        padding-bottom: 200px;
    }
    .single-hero.team-hero {
        padding-top: 50px;
        padding-bottom: 200px;
    }
    .page.content-boxed {
        margin: -150px 0 50px;
        padding: 40px 80px;
    }
	.single.content-boxed{
        margin: -150px 0 50px;
        padding: 40px 60px;
    }
    .single.content-boxed.single-w-sidebar {
        padding: 40px;
    }
    .sidebar.boxed {
        padding: 40px;
        margin: -150px 0 50px;
    }
    .custom-hero {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
.content-boxed {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
/*  Elements */
.wp-block-cover.alignleft {
    margin-right: 30px;
}
.wp-block-cover.alignright {
    margin-left: 30px;
}
figcaption {
    font-size: 14px;
}
/*  3.1     Blog */
.entry {
    margin-bottom: 50px;
}
.navigation {
    padding-top: 40px;
    padding-bottom: 40px;
}
.list-entry-content {
    padding: 20px 30px;
}
.entry-thumbnail-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.entry-thumbnail {
    height: 230px;
    width: 100%;
    transition: transform 0.5s;
    background-size: cover;
}
.entry:hover .entry-thumbnail {
    transform: scale(1.1)
}
.entry-thumbnail.entry-thumbnail-empty {
    background: url("assets/img/empty-list.png") no-repeat #002147;
    background-size: 50px auto;
    background-position: 50% 50%;
}
h4.list-post-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h4.list-post-title a,
h4.list-post-title a:visited,
h4.list-post-title a:hover,
h4.list-post-title a:active,
h4.list-post-title a:focus {
    border-bottom: none;
}
.entry-excerpt {
    font-size: 14px;
    opacity: 0.75;
    transition: opacity 0.5s;
}
.entry:hover .entry-excerpt {
    opacity: 1;
}
.post-meta {
    display: block;
    margin: 75px 0;
}
.post-meta p {
    font-size: 14px;
    font-weight: 700;
}
.post-meta span {
    margin-right: 30px;
}
/*  3.2     Pages */
.wp-block-group {
    margin: 40px 0;
}
h4.section-title {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    margin: 50px 0 35px;
    padding: 0 0 10px 20px;
    background: url("assets/img/bullet.png") no-repeat;
    background-position: 0 6px;
    background-size: auto;
}
/*  Custom Pages */
.contact-email {
    background: url("assets/img/email.jpg") no-repeat;
    background-position: 0 0;
    background-size: auto;
}
.contact-address {
    background: url("assets/img/map.jpg") no-repeat;
    background-position: 0 0;
    background-size: auto;
}
.contact-email,
.contact-address {
    padding: 12px 15px 12px 70px;
    margin: 20px 0;
}
/*  3.3     Posts */
/*  Team members */
.team-entry {
    margin-bottom: 50px;
}
.hero-profile-pic {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    margin: 25px auto;
}
.team-entry-content {
    padding: 20px 30px;
}
.team-entry:hover p.entry-excerpt {
    opacity: 1;
}
.team-entry-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border-bottom: 2px solid #0378bf;
}
.team-entry-thumbnail {
    width: 150px;
    height: 180px;
    background-size: cover;
    background-position: 50% 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
}
.team-entry-info {
    flex: 1;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.team-entry-no-thumbnail {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 400px) {
    .team-entry-thumbnail { order: 2; }
    .team-entry-info { order: 1; padding-top: 15px; }
    .team-entry-header { flex-direction: column; }
}
.team-entry h4.list-post-title {
    display: block;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 10px;
}
.team-entry p.list-post-description {
    display: block;
    font-size: 14px;
}
.team-entry .entry-excerpt p {
    font-size: 16px;
}
/*  3.4     Blocks */
/*  Entries carousels */
.related-carousel-title {
    font-weight: 700;
    margin-top: 50px;
}
.related-carousel {
    margin-top: -75px;
    margin-bottom: 75px;
}
.related-carousel-item {
    margin: 25px 10px;
}
.related-carousel-item .related-carousel-content {
    padding: 20px 30px 40px;
}
.related-carousel-item .related-carousel-content h4 {
    font-size: 16px;
    font-weight: 700;
}
.related-carousel-item .related-carousel-content h4 a,
.related-carousel-item .related-carousel-content h4 a:visited {
    border-bottom: 1px solid transparent;
}
.related-carousel-item .related-carousel-content p {
    opacity: 0.6;
    transition: opacity 0.5s;
}
.related-carousel-item:hover .related-carousel-content p {
    opacity: 1;
}
.related-carousel-item .related-carousel-content a.read-more {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding-top: 15px;
}
.related-carousel-img-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.related-carousel-item .related-carousel-img {
    height: 230px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #002147;
    transition: transform 0.5s;
}
.related-carousel-item:hover .related-carousel-img {
    transform: scale(1.1);
}
.related-carousel-item .related-carousel-img.related-carousel-img-empty {
    background: url("assets/img/empty-list.png") no-repeat #002147;
    background-size: 50px auto;
    background-position: 50% 50%;
}
.related-carousel-item:hover .related-carousel-img.related-carousel-img-empty {
    background-size: 55px auto;
}
/*  Latest news */
.news-carousel {
    padding-top: 30px;
    padding-bottom: 60px;
}
.news-carousel-item {
    margin: 25px 10px;
}
.news-carousel-item .news-carousel-content {
    padding: 20px 30px 40px;
}
.news-carousel-item .news-carousel-content h4 {
    font-size: 16px;
    font-weight: 700;
}
.news-carousel-item .news-carousel-content h4 a,
.news-carousel-item .news-carousel-content h4 a:visited {
    border-bottom: 1px solid transparent;
}
.news-carousel-item .news-carousel-content p {
    opacity: 0.6;
    transition: opacity 0.5s;
}
.news-carousel-item:hover .news-carousel-content p {
    opacity: 1;
}
.news-carousel-item .news-carousel-content a.read-more {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding-top: 15px;
}
.news-carousel-img-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.news-carousel-item .news-carousel-img {
    height: 230px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #002147;
    transition: transform 0.5s;
}
.news-carousel-item:hover .news-carousel-img {
    transform: scale(1.1);
}
/*  Hero Carousel */
.slides-carousel {
    padding: 0 0 30px 0;
    margin: 0;
    background: #f6f6f6;
}
.slides-carousel .slick-slide { background: #f6f6f6; }
.slides-carousel .container {
    max-width: 2000px;
    padding-left: 0;
    padding-right: 0;
}
.slides-carousel-thumbnail {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.slides-carousel .slides-carousel-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 30px;
}
.slide-subtitle {
    text-transform: uppercase;
    font-weight: 700;
}
/*--------------------------------------------------------------
4.0 Responsive                                           -----*/
@media only screen and (min-width: 576px)
{

}
@media only screen and (min-width: 768px)
{
    /*  Header */
    ul#main-menu > li {
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }
}
@media only screen and (min-width: 992px)
{
    /*  Typography */
    .text-center-left { text-align: left; }
    .text-center-right { text-align: right; }
    h1 { font-size: 48px; }
    h2 { font-size: 40px; }
    h3 { font-size: 30px; }
    /*  Hero Carousel */
    .slides-carousel { padding-bottom: 0; overflow: hidden }
    .slides-carousel .slick-dots {
        transform: translateX(0);
        left: 50%;
        padding-left: 40px;
        width: auto;
        bottom: 25px;
    }
    .slides-carousel .slides-carousel-content {
        max-width: 700px;
		min-height: 510px;
    }
    .slides-carousel-thumbnail {
        width: 100%;
        max-width: 950px;
        min-height: 400px;
    }
}
@media only screen and (min-width: 1200px)
{
    /*  Header */
    a.custom-logo-link img { max-width: 300px; width: 100%; max-height: 100%; }
    #mtoggle { display: none; }
    .menu-main-menu-container { text-align: right; }
    ul#main-menu,
    ul#main-menu > li {
        display: inline-block;
        box-shadow: none;
        text-align: right;
        position: relative;
        padding: 0;
        width: auto;
        vertical-align: middle;
    }
    ul#main-menu > li > a:before {
        display: none;
    }
    ul#main-menu li a,
    ul#main-menu li a:visited,
    ul#main-menu li a:hover,
    ul#main-menu li a:focus,
    ul#main-menu li a:active {
        border-bottom: none;
        margin: 0;
        transition: all 0.5s;
    }
    ul#main-menu > li > a,
    ul#main-menu > li > a:visited,
    ul#main-menu > li > a:hover,
    ul#main-menu > li > a:focus,
    ul#main-menu > li > a:active {
        padding: 51px 7px 48px;
    }
    ul#main-menu > li {
        border-top: 2px solid transparent;
        transition: all 0.5s;
    }
    ul#main-menu > li > a {
        font-weight: 400;
        color: #162b37;
    }
    ul#main-menu > li:hover {
        border-top: 2px solid #002047;
    }
    ul#main-menu > li:hover > a {
        font-weight: 400;
        text-shadow: 0 0 1px #002047;
        color: #002047;
    }
    ul#main-menu > li ul.sub-menu a,
    ul#main-menu > li ul.sub-menu a:visited {
        padding: 12px 60px 12px 30px;
        position: relative;
    }
    ul#main-menu > li ul.sub-menu a:hover,
    ul#main-menu > li ul.sub-menu a:focus,
    ul#main-menu > li ul.sub-menu a:active {
        padding: 12px 40px 12px 50px;
    }
    ul#main-menu > li ul.sub-menu a:before {
        content: url("assets/img/bullet.png");
        position: absolute;
        left: 0px;
        top: 12px;
        opacity: 0;
        transition: all 0.5s;
    }
    ul#main-menu > li ul.sub-menu a:hover:before,
    ul#main-menu > li ul.sub-menu a:focus:before,
    ul#main-menu > li ul.sub-menu a:active:before {
        opacity: 1;
        left: 30px;
    }
	ul#main-menu li ul.sub-menu {
		display: none;
		position: absolute;
		background: #ffffff;
		border-radius: 10px;
		left: 50%;
		top: 100px;
        transform: translateX(-50%);
		text-align: left;
		min-width: 150px;
		padding: 20px 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	}
    ul#main-menu li ul.sub-menu:before {
        content: url("assets/img/submenu.png");
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
    }
	ul#main-menu li:hover ul { display: inline-block; }
	ul#main-menu li ul li {
        display: block;
        text-align: left;
        white-space: nowrap;
    }
}
@media only screen and (min-width: 1600px)
{
    .section-regular {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 2000px)
{

}
@media only screen and (min-width: 3000px)
{

}
/*--------------------------------------------------------------
5.0 Print                                   			 -----*/
@media print
{
    form, button, input, select, textarea, .page-links, .edit-link, .list-nav, .comments-pagination, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link, .btn, #htransition { display: none !important; }
    #hero { padding: 0; }
	body, h5, h6, p { font-size: 12pt; }
	h1 { font-size: 24pt; }
	h2 { font-size: 20pt; }
	h3 { font-size: 18pt; }
	h4 { font-size: 14pt; }
	.list-post-title { font-size: 16px; }
	.wrap { padding-left: 5% !important; padding-right: 5% !important; max-width: none; }
	.entry-meta { font-size: 9pt; }
	body, .site { background: none !important; }
	body, a, .site-title a { color: #222 !important; }
}

/* ANDREI EJUMP STYLE */
.fellows-class{
  margin-top: 100px !important;
}
.fellows-class .entry-excerpt{
  min-height: 110px;
}

.social-icons-section a {
    border: 0;
}

.social-icons-section {
    margin: 0 auto;
    display: table;
	margin-top: 10px;
}

.social-icons-section div {
    float: left;
    margin-right: 15px;
}

/* NEW TEMPLATE STYLE  */

.wrapper-content {
    display: table;
    margin: 0 auto;
}

.hero-image-top {
    background-size: cover !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 150px 0 250px;
}

.subtitle-on-hero-image {
    font-size: 34px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.title-on-hero-image {
    font-size: 58px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.page.custom-page-new {
    display: inline-block;
    width: 100%;
    margin-top: -100px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 30px 50px;
    border-radius: 5px;
    color: #506069;
    font-size: 16px;
    line-height: 16px;
}

.page.custom-page-new .wp-caption img[class*=wp-image-] {
    padding: 0 15px 0;
    margin-top: -10px;
}

.page.custom-page-new .wp-caption-text {
    font-size: 14px;
    line-height: 26px;
    color: #506069;
    text-align: left;
    font-style: italic;
}

.page.custom-page-new ul {
    list-style: none;
}

.page.custom-page-new ul li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    max-width: 700px;
    line-height: 26px;
    font-size: 16px;
}

.page.custom-page-new ul li::before {
    content: "\A";
    border-style: solid;
    border-width: 7px 12px 7px 0;
    border-color: transparent #002147 transparent transparent;
    transform: rotate(180deg);
    position: absolute;
    left: -25px;
    top: 5px;
}

.page.custom-page-new h3 {
    color: #002147;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.page.custom-page-new h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #002147;
}

.title-other-programs {
    color: #002147;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
}

.section-our-programs {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

.box-single-program {
    display: inline-block;
    width: 100%;
}

.title-single-program {
    color: #002147;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 15px 0;
    text-transform: uppercase;
}

.description-single-program {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      padding: 10px 15px 0;
      max-height: 106px;
      overflow: hidden;
}

.box-single-program a {
    color: #002147;
    border: 0;
    text-decoration: underline;
    text-transform: inherit;
    padding: 25px 15px;
    display: inline-block;
}

.page.custom-page-new .wp-caption.alignleft img[class*=wp-image-] {
    padding-left: 0;
}

.page.custom-page-new .wp-caption.alignright img[class*=wp-image-] {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .hero-image-top {
        padding: 50px 0;
    }
    .subtitle-on-hero-image {
        font-size: 20px;
        line-height: 30px;
    }
    .title-on-hero-image {
        font-size: 30px;
        line-height: 40px;
    }
    .page.custom-page-new {
        margin: 0;
        box-shadow: none;
        border: 0;
        padding: 0;
    }
    .page.custom-page-new .wp-caption {
        width: 100%;
        max-width: 375px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page.custom-page-new img {
        padding: 0 !important;
        margin: 0;
        display: inline-block;
        width: 100%;
        max-width: 340px;
        float: none;
    }
    .custom-page-new ul,
    .custom-page-new p,
    .custom-page-new h1,
    .custom-page-new h2,
    .custom-page-new h3,
    .custom-page-new h4,
    .custom-page-new h5 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-single-program {
        margin-bottom: 10px
    }
}

/* SOCIAL MEDIA SHARE STYLE */

.share-section-nwsl {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.share-section-social-media {
    display: inline-block;
    width: 100%;
    padding: 0px 0 30px;
}

.share-section-social-media strong {
    display: inline-block;
    width: 100%;
    padding: 5px 0 5px;
}

.share-section-social-media .container-links {
    display: inline-block;
    width: 100%;
}

.share-section-social-media a {
	color: #fff;
    border-radius: 100%;
    text-decoration: none !important;
    opacity: 1;
    margin-right: 7px;
    font-size: 18px;
    width: 34px;
    height: 34px;
    padding: 0;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border: 0 !important;
}

.share-section-social-media a:hover {
    color: #fff;
    opacity: 0.75;
}

.twitter-class {
    background: #1da1f2;
}

.facebook-class {
    background: #3b5998;
}

.reddit-class {
    background: #ff4500;
}

.link-class {
    background: #0077b5;
}

.mail-class {
    background: #414959;
}

@media screen and (max-width: 991px) {
    .share-section-social-media a {
        display: inline-block;
        margin: 5px;
    }
}

.author-image-small{
    width: 25%;
    height: auto;
  
    margin: 0;
    float: left;
}
.author-image-small img{
	text-align: center;
    margin: 0 auto;
    display: table;
}
.author-custom-info{
	float:left;
	width: 75%;
	padding-left: 15px;
}
.author-custom-single{
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
    margin: 20px 0;
}
.author-custom-excerpt{
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	text-align: left;
	margin: 0;
}
.author-sidebar{
	background: #f5f5f5;
	padding-top: 35px;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 35px;
	    padding-left: 15px;
    padding-right: 15px;
	
}
.author-image-container{
	width: 60px;
	height: 60px;
	 border: 1px solid #ccc;
	  overflow: hidden;
	border-radius: 100%;
}
.single-box-author{
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.socials-icons{
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	text-align: center;
}


/*EVENTS PAGE*/
.title-page-custom h1 {
    color: #002147;
    font-size: 48px;
    font-weight: bold;
    padding: 30px 0;
}

.page-template-template-events .nav.nav-tabs {
    list-style: none;
    margin: 0 auto;
    display: table;
    max-width: 730px;
    width: 100%;
}

.page-template-template-events .nav.nav-tabs li {
    float: left;
    width: 33%;
    padding: 0 15px;
}

@media screen and (max-width: 991px) {
    .page-template-template-events .nav.nav-tabs li {
        width: 100%
    }
}

.page-template-template-events .nav.nav-tabs li button {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 40px;
    color: #000;
    padding: 0 15px;
    margin: 0 auto;
    display: table;
    width: 100%;
    background: transparent;
}

.page-template-template-events .nav.nav-tabs li button:focus {
    outline: none !important;
}

.page-template-template-events .nav.nav-tabs li:nth-child(2) button {
    color: #74339B;
    border-color: #74339B;
}

.page-template-template-events .nav.nav-tabs li:nth-child(3) button {
    color: #032F3C;
    border-color: #032F3C;
}

.page-template-template-events .nav.nav-tabs li.active button {
    background: #0079BF;
    border-color: #0079BF;
    color: #fff;
}

.date-time-event {
    padding: 7px 15px;
    color: #506069;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}

.title-event-single {
    color: #002147 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none !important;
    border: none;
    /* min-height: 105px; */
    display: inline-block;
    padding: 0 15px;
    margin: 0;
}
.title-event-single:hover {
    border: none;
    padding: 0 15px;
    margin: 0;
    color: #3072be !important;
}
.event-content {
    color: #162B37;
    font-size: 14px;
    line-height: 24px;
    padding: 7px 15px;
    display: inline-block;
    width: 100%;
    /* min-height: 160px; */
}

.event-content p {
    margin: 0 !important;
}

.register-button {
    color: #fff !important;
    background: #002147;
    border: 1px solid #002147;
    border-radius: 30px;
    padding: 7px 20px !important;
    font-size: 14px !important;
    line-height: 17px;
    text-transform: uppercase;
	    width: 151px;
    display: inline-block;
    text-align: center;
}

.register-button:hover {
    color: #002147 !important;
    background: #fff;
    transition: .5s all;
    border: 1px solid #002147 !important;
}

.more-info-btn {
    float: right;
}

.cta-event {
    display: inline-block;
    width: 100%;
    padding: 0 15px 15px;
}

.img-event {
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
    border: none;
    min-height: 222px;
    overflow: hidden;
    position: relative;
}
.img-event:hover {
    border: none;
    margin: 0;
    color: #3072be !important;
}
.img-event img {
    height: 100%;
    width: 100% !important;
    max-width: 100%;
    position: absolute;
}

.box-event {
    margin: 0 auto 15px;
    display: table;
    width: 90%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.5s;
}

.fixed-nav-page {
    position: fixed;
    width: 100%;
    top: 120px;
    left: 0;
    background: #002147;
    padding: 10px 0;
    z-index: 99;
    height: 45px
}

.fixed-nav-page ul {
    list-style: decimal !important;
    margin: 0;
    padding: 0;
    color: #fff !important;
}

.fixed-nav-page ul li {
    float: left;
    margin: 0 30px 0 0;
}

.fixed-nav-page ul li a {
    color: #fff;
    text-decoration: none !important;
    border: 0 !important;
}

.fixed-nav-page ul li a:hover {
    text-decoration: none !important;
    border: 0 !important;
}

#sticky {
    display: none;
    height: 10px;
}
.postid-1232 .wp-image-1278{
width: 130px;
height: auto;
}
@media screen and (max-width: 1600px){
	.home #slick-slide00 .slides-carousel-thumbnail{
		background-position-x: 30% !important;
	}
}
@media screen and (max-width: 991px){
	.news-carousel .slick-prev{
		position: absolute;
    left: -20px;
    top: 50%;
    z-index: 1111;
	}
		.news-carousel .slick-next{
		position: absolute;
    right: -20px;
    top: 50%;
    z-index: 1111;
	}
}
.eventsup-carousel h4{
    min-height: 52px;
}
.eventsup-carousel p{
    min-height: 103px;
}