/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/* HTML */
html{
	margin-top: 0px !important;
}

/* Admin */
#wpadminbar, .post-edit-link{
	display:none !important;
}

/* General */
body{
	background-color:#fff !important;
}

body, input{
	font-family: 'Raleway', sans-serif;
}

p{
	/* margin-bottom:22px; */
	margin-bottom:15px;
}

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

p, div, span{
	color:#464646;
}

a, .breadcrumb a{
	color:#032351;
	font-weight:600;
}

a:hover, .breadcrumb a:hover{
	color:rgb(87, 129, 198) !important;
}

blockquote{
	background-color:#f4f7fe;
	border-color:#032351;
	font-style:normal;
}

blockquote *{
	font-weight:normal;
	color:#032351;
}

table{
	border-width:1px !important;
}

::selection {
    background:  rgba(205,205,205, 0.9) none repeat scroll 0 0; 
	color: inherit;
}

::-moz-selection {
    background:  rgba(205,205,205, 0.9) none repeat scroll 0 0; 
	color: inherit;
}

/* Headings */
h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif !important;
	text-transform:uppercase !important;
	letter-spacing:1px;
	padding-bottom:0px !important;
}

h1, h2, h3{
	font-weight:normal !important;
}

h4, h5, h6{
	font-weight:600;
	color:#032351;
}

h1{
	font-size: 28px;
	line-height:35px;
	margin-bottom:15px;
}

h2, .entry-title, .post .entry-title{
	font-size: 24px;
	line-height:32px;
	margin-bottom:15px;
}

@media only screen and (max-width: 559px){
	h1 {
		font-size: 24px;
		margin-bottom:12px;
		line-height:32px;
    }

	h2, .entry-title, .post .entry-title{
		font-size: 21px;
		margin-bottom:12px;
		line-height: 29px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 559px){
	h1 {
		font-size: 26px;
		line-height: 33px;
		margin-bottom:13px;
    }

	h2, .entry-title, .post .entry-title{
		font-size: 22px;
		line-height: 29px;
		margin-bottom:13px;
	}
}

/* Form */
.nf-form-cont input, .nf-form-cont textarea{
	font-family: 'Raleway', sans-serif;
	width:100% !important;
	max-width:100% !important;
}

.nf-form-cont .nf-form-recaptcha{
	visibility:visible !important;
}

.nf-form-cont .nf-response-msg p{
	font-style:italic;
	color:rgb(87, 129, 198);
}

.nf-form-cont .nf-response-msg p:first-child{
	margin-bottom:5px;
}

.nf-form-cont .nf-form-fields-required, .nf-form-cont .nf-error-msg{
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

.nf-form-cont .nf-form-fields-required{
	margin:20px 0px;
	color:#032351;
}

.nf-form-cont .nf-error-msg{
	font-size:0.8rem;
}

.nf-form-cont .nf-error-field-errors{
	display:none;
}

.site-content input[type="submit"], .site-content input[type="button"], .nav-links .nav-previous a, .nav-links .nav-next a, .error-404 .box-button{
	background-color:#032351 !important;
	color:#fff !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1rem !important;
	text-transform:uppercase !important;
	letter-spacing:1px !important;
	font-weight:600 !important;
	width:auto !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	border:none !important;
}

.site-content input[type="submit"]:hover, .site-content input[type="button"]:hover, .nav-links .nav-previous a:hover, .nav-links .nav-next a:hover, .error-404 .box-button:hover{
	color:#fff !important;
	background-color:rgb(36, 67, 112) !important;
}

.site-content input:focus, .site-content textarea:focus{
	border-color:rgb(36, 67, 112);
}

.site-content label{
	font-family: 'Montserrat', sans-serif !important;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* Maps */
.google-maps-builder-wrap .gmnoprint a, .google-maps-builder-wrap .gm-style-cc a{
	display:none;
}

#secondary .widget .google-maps-builder-wrap{
	margin-top: -20px;
}

/* Breadcrumbs */
.breadcrumb{
	font-family: 'Montserrat', sans-serif;
	font-size:14px !important;
	margin:0 0 40px 0;
	padding-top:10px;
	text-transform:capitalize;
	color:#464646;
}

.breadcrumb a{
	margin-left:0px;
	font-weight:bold;
	text-transform:capitalize;
}

/* Top-Menu */
.top-bar{
	padding: 0 20px;
	background-color:rgba(3,35,79, 0.85);
}

.top-bar input[type="submit"]{
	background:#032351 url("wp-content/themes/core-corporate/assest/img/Icon-Search.png") no-repeat scroll center center;
	background-size:40%;
}

.top-bar .row a:hover, .top-bar .search-toggle:hover:before, .top-bar .search-active.search-toggle::before, .top-bar .search-toggle:hover:before{
	color: rgb(126, 179, 253);
}

.top-bar .menu-right{
	display:none; 
}

.top-bar .custom-col-6.topbar-left{
	float:right;
	text-align:right;
	width:100%;
	letter-spacing:0.5px;
}

.top-bar .search-toggle{
	/*border-left: 1px solid rgb(36, 67, 112);*/
	border:none !important;
	padding-left: 23px;
}

.top-bar .row a, .top-bar .row span{
	font-size:0.85rem;
}

.top-bar .row .post-meta-author li{
	border:none;
}

.top-bar .header-text{
	color:#fff;
	font-weight:600;
	letter-spacing:1px;
	transition: color, 0.5s;
}

.top-bar .header-text:hover{
	color:rgb(126, 179, 253);
}

.tobbar-button  ul li  a:hover,
.site-header input.search-submit:hover{
	background-color: rgb(36, 67, 112);
	color:#fff !important;
}

input[type="search"]:focus{
	border-color: rgb(36, 67, 112);
	background-color:#d5dce8 !important;
}

.tobbar-button ul li a{
    background: #041d40;
}

.top-menu-toggle_bar_wrapper{
	display:none !important;
}

@media only screen and (max-width: 1024px){
	.top-bar{
		background-color:rgba(3,35,79, 1);
	}
	
	.top-menu-toggle_body_wrapper{
		display:block;
	}

	.top-bar .custom-col-6 {
		margin-bottom:0px;
	}

	.top-menu-toggle_body_wrapper {
		position:relative;
	}
}

@media only screen and (max-width:957px){
	.top-bar .custom-col-6 .header-hide{
		display:none;
	}

	.top-bar .container .row{
		clear:both;
	}

	.top-bar .custom-col-11{
		position:absolute;
		float:left;
		width:auto;
	}

	.top-bar .custom-col-11 .custom-col-6.topbar-left{
		text-align:left;
	}
}

@media only screen and (max-width: 767px){
	input[type="search"]{
		background-color:transparent !important;
		border: 1px solid #c2c2c2 !important;
		color: #323232 !important;
	}

	input[type="search"]:focus{
		border-color: rgb(36, 67, 112) !important;
	}
}

/* Main Menu */
#menu-group{
	font-family: 'Montserrat', sans-serif;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:999;
}

.site-logo{
	display:block;
	max-width:190px;
}

.site-logo-mobile{
	display:none;
}

.site-branding{
	width:30%;
	max-width:325px;
	top:0 !important;
}

.site-branding .site-title{
	text-transform:uppercase;
	font-size:1.4rem;
	margin-bottom:0px;
}

.site-branding .site-title a:hover{
	color:#fff !important;
}

.home-menu-wrapper{
	/*background-color:rgba(0, 0, 0, 0.7);*/
	background-color:transparent;
	letter-spacing:1px;
}

.home-menu-wrapper .container{
	padding:0;
}

.home-menu-wrapper .hgroup-wrap{
	padding:20px 30px;
}

.home-menu-wrapper .hgroup-right{
	width:70%;
	/*width: calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 300px);*/
}

.home-menu-wrapper .hgroup-right a{
	font-weight:600;
}

.home-menu-wrapper p, .home-menu-wrapper a, .home-menu-wrapper ul a{
	/*color:#032351;*/
	color: #fff;
}

.home-menu-wrapper ul a:hover, .home-menu-wrapper ul .current_page_item a, .home-menu-wrapper ul .current_page_ancestor a{
	color: rgb(126, 179, 253);
}

.home-menu-wrapper .logged-in .hgroup-wrap, .home-menu-wrapper .hgroup-wrap{
	top:0;
}

.home-menu-wrapper .hgroup-wrap {
	position:relative;
}

.home-menu-wrapper .main-navigation ul li.menu-item{
	z-index:0;
	
}

.home-menu-wrapper .main-navigation ul > li.menu-item-has-children{
	z-index:1 !important;
}

.home-menu-wrapper .main-navigation ul li .sub-menu{
	border-color:#4d629e;
	background-color:#f1f1f1;
	top:20px;
	/*left: 50%;
  transform: translateX(-50%);*/
	/*left:15px;*/
	right:15px;
	left:auto;
	text-align:right;
}

.home-menu-wrapper .main-navigation .sub-menu li a{
	font-size:14px;
}

.home-menu-wrapper ul li ul li a:hover,
.home-menu-wrapper ul li ul li:hover > a,
.home-menu-wrapper ul li.current-menu-item ul li a:hover {
    background: rgb(75, 115, 173);
    color: #fff;
}

.home-menu-wrapper .main-navigation .sub-menu li a:hover{
	background-color:#dcd9d9;
	/*background:transparent;*/
}

.home-menu-wrapper .main-navigation .sub-menu li .sub-menu{
	margin-right:180px;
}

.mean-bar .meanmenu-reveal{
	top:50% !important;
	transform:translate(0,-50%);
}

.mean-bar a span, .mean-bar .meanmenu-reveal span, .mean-bar .meanclose span{
	background:#032351 !important;
}

.mean-container a.meanmenu-reveal{
	color:#032351 !important;
}

.mean-nav li{
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
	padding:15px 30px;
	border:2px solid #fff;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
}

.mean-nav li:first-child{
	border-top-style:none;
}

.mean-nav li a{
	color:#032351;
}

.mean-nav li a:hover, .mean-nav li a:hover + .mean-expand{
	color:#577194;
}

.mean-nav .mean-expand{
	transition:color, 0.5s;
}

.mobile-nav{
	display:none;
}

.mobile-nav ul > .current_page_item > a, .mobile-nav ul > .current_page_parent > a{
	color:#7294c2;
}

@media only screen and (max-width:1024px){
	.site-logo{
		display:none;
	}
	
	.site-logo-mobile{
		display:block;
	}
	
	#menu-group{
		position:relative;
	}

	.home-menu-wrapper .hgroup-wrap {
		background: rgb(255, 255, 255) none repeat scroll 0 0;
		padding: 15px 30px !important;
		position: static;
		z-index: 9;
	}

	.home-menu-wrapper p, .home-menu-wrapper a, .home-menu-wrapper ul a{
		color:#032351;
	}

	.home-menu-wrapper .site-title a:hover{
		color:rgb(87, 129, 198) !important;
	}
}

@media only screen and (max-width: 1024px){
	.menu-top-menu-container{
		display:none;
	}

	.mobile-nav{
		display:block;
	}
}

/* Footer */
.site-footer{
	background-color:#f1f1f1;
	margin-top:39px;
	letter-spacing:0.25px;
}

.site-footer, .site-footer a{
	text-transform:none !important;
}

.site-footer .back-to-top a{
	background-color:rgb(75, 115, 173) !important;
	color:#fff !important;
}

.site-footer .widget{
	margin-bottom:0;
	margin-top:0;
}

.site-footer .widget-area .container{
	display: -webkit-flex;
  display: flex;
}

.site-footer .widget-area .custom-col-4{
	text-align:center;
	width:auto;
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.site-footer .widget-area .custom-col-4:first-child aside{
	float:left;
}

.site-footer .widget-area .custom-col-4:last-child aside{
	float:right;
}

.site-footer .widget-area .custom-col-4 aside{
	text-align:left;
	display:inline-block;
}

.site-footer .widget-area{
	padding:30px 0;
}

.site-footer .widget-title{
	font-size:1rem;
	border:0;
	margin:0;
	color: #032351;
}

.site-footer .widget-area li:first-child{
	padding-top:0;
}

.site-footer .widget-area li:last-child{
	padding-bottom:0;
}

.site-footer .widget-area .widget_pages ul li ul{
	display:none;
}

.site-footer .widget-area .widget_meta li:last-child{
	display:none;
}

.site-footer .widget-area .textwidget{
	margin-bottom:0;
}

.site-footer .widget-area .textwidget p:last-child{
	margin-bottom:0;
}

.site-footer .widget-area a, .site-footer .widget-area p{
	color:#464646 !important;
	font-size:0.95rem;
	font-weight:normal;
}

.site-footer .widget-area a:hover{
	/*color:#7e7d7d;*/
	color:rgb(87, 129, 198) !important;
}

.bottom-footer{
	border:0;
	background-color:#032351;
}

.bottom-footer .site-generator{
	padding:10px 0;
}

.bottom-footer .copyright-url{
	display:inline;
}

.bottom-footer .copy-right{
	font-family: 'Montserrat', sans-serif;
	font-size:0.8rem;
	text-align:center;	
	text-transform:uppercase;
	letter-spacing:1px;
	color:#fff !important;
	width:100%;
	margin-bottom:0;
}

@media only screen and (max-width: 780px){
	.site-footer .widget-area .container{
		display:block;
	}

	.site-footer .widget-area .custom-col-4{
		flex-grow:none;
		width:100%;
	}

	.site-footer .custom-col-4 aside.widget{
		position:relative !important;
		left:0;
		right:0;
		float:none !important;
		clear:both;
		display:block;
		text-align:center;
		margin-top:30px;
	}

	.site-footer .custom-col-4:first-child aside.widget{
		margin-top:0px;
	}
}

/* Sidebar */
#secondary.widget-area .widget:last-child{
	margin-bottom:0px;
}

#secondary.widget-area .widget-title{
	font-size: 18px;
	font-weight: 600;
	color:#032351;
}

#secondary.widget-area .widget, #secondary.widget-area .widget a{
	font-size:0.95rem !important;
	font-weight:normal;
	text-align:center;
}

#secondary.widget-area .widget_contact_info .confit-address{
	/*margin-top:10px;*/
	margin-bottom:5px;
}

#secondary.widget-area .widget_contact_info .confit-address a{
	font-size:1rem !important;
	font-weight:600;
}

#secondary.widget-area .widget_contact_info .confit-email a{
	text-transform:none;
}

#secondary.widget-area .widget_contact_info .contact-map{
	width:100% !important;
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu li{
	padding-left:0px;
	background: none; 
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu li a{
	padding-left:10px !important;
	padding-right:10px !important;
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu > li > a{
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	color:#fff;
	font-weight:bold;
	font-size:18px !important;
	display:block;
	background-color:#204477;
	padding:20px 0px;
	border-radius:8px 8px 0px 0px;
	/*pointer-events:none;*/
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu > li > a:hover{
	color:#fff !important;
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu li ul li{
	padding:0px;
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu li ul li a{
	display:block;
	color:#464646;
	/*color:#032351;
	font-weight:600;*/
	font-size:1rem !important;
	padding:10px 0;	
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu ul.child-sidebar-menu > li.page_item > a{
	background-color:#f1f1f1;
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu ul.child-sidebar-menu > li.page_item.current_page_item > a, #secondary .advanced-sidebar-menu .parent-sidebar-menu ul.child-sidebar-menu > li.page_item.has_children.current_page_parent > a{
	font-weight:bold;
	color:#032351;
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu ul.grandchild-sidebar-menu > li.current_page_item > a, #secondary .advanced-sidebar-menu .parent-sidebar-menu ul.grandchild-sidebar-menu > li.has_children.current_page_parent > a{
	color:#032351;
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu ul.grandchild-sidebar-menu a{
	font-size:0.9rem !important;
}

/*#secondary .advanced-sidebar-menu .parent-sidebar-menu ul.child-sidebar-menu > li.page_item.has_children > a::after{
	content: " ";
	background-image:url("/wp-content/themes/core-corporate/assest/img/Icon-Expand.png");
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	width:12px;
	height:12px;
	display:inline-block;
	margin-left:10px;
}*/

/*#secondary .advanced-sidebar-menu .parent-sidebar-menu ul.child-sidebar-menu > li.page_item.has_children.current_page_item > a::after,#secondary .advanced-sidebar-menu .parent-sidebar-menu ul.child-sidebar-menu > li.page_item.has_children.current_page_parent > a::after{
	background-image:url("/wp-content/themes/core-corporate/assest/img/Icon-Collapse.png");
}*/

#secondary .advanced-sidebar-menu .parent-sidebar-menu ul.child-sidebar-menu li.page_item a{
	border-bottom:1px #a7a7a7 dotted;
}

#secondary .advanced-sidebar-menu .parent-sidebar-menu li ul li a:hover{
	color:rgb(87, 129, 198);
}

@media only screen and (max-width: 1240px){
	#primary, #secondary{
		padding-left:40px;
		padding-right:40px;
	}
}

@media only screen and (max-width: 980px){
	#primary{
		width:100%;
	}

	#secondary {
		/*padding-left:15px;
		text-align:center;*/
		display:block;
		width:100%;
		margin-top:30px;
		padding:40px;
		background: #fff;
	    background-image:
	    -webkit-gradient(linear, top, down, from(#f1f1f1), to(#fff));
			background-image:
	    -webkit-linear-gradient(top, #f1f1f1, #fff);
	  	background-image:
	    -moz-linear-gradient(top, #f1f1f1, #fff);
	  	background-image:
	    -o-linear-gradient(top, #f1f1f1, #fff);
	  	background-image:
	    linear-gradient(to bottom, #f1f1f1, #fff);
	}
}

/* Widgets - Footer, Sidebar */
.widget-title{
	font-weight:700 !important;
	padding-bottom:10px !important;
}

/* Default Page */
.site-content .entry-content p, .site-content .entry-content div, .site-content .entry-content ul, input:not(.search-submit), textarea{
	font-size:1rem;
}

.site-content .entry-content ul {
	margin-left:5px;
}

.site-content .entry-content ul li {
	position:relative;
	left:15px;
	padding-right:0px;    
}

.site-content .entry-content ul > li::before{
	position:relative;
	display:inline-block;
	left:-18px;
	margin-right:-8px;
}

.site-content .entry-content > ul li ul li::before{
	display:none;
}

.site-content .entry-content ul li ul li{
	list-style-type:square;
	margin-left:20px;
}

.site-content .entry-content ul li{
	margin-top:10px;
}

.site-content .entry-content > ul > li:first-of-type{
	margin-top:0px;
}

.site-content .entry-content ul li:last-of-type{
	margin-bottom:10px;
}

.site-content .entry-content img{
	margin-bottom:20px;
}

.site-content .resource-type{
	margin-top:5px;
	font-style:oblique;
}

.page-title-wrap{
	background-color: rgb(36, 67, 112);
}

.page-title-wrap::before, .archive .page-title-wrap::before, .error404 .page-title-wrap::before{
	background: rgba(2, 12, 42, 0.4) none repeat scroll 0 0;
	/*background: rgba(2, 12, 42, 0.64) none repeat scroll 0 0;*/
}

.page-title-feat{
	background-blend-mode:lighten;
}

.page-title-feat::before{
	background: rgba(2, 12, 42, 0.6) none repeat scroll 0 0;
}

.page-title-wrap .container{
	padding:0 50px;
}

.page-title, .page-title span{
	color:#fff;
}

.page-title::before{
	display:none;
}

/*@keyframes title-bar{
	0% {width:0px;}
	100% {width:100px;}
}

@-webkit-keyframes title-bar{
	0% {width:0px;}
	100% {width:100px;}
}*/

.page-title::after{
	background: #fff;
	content: "";
	display: block;
	height: 3px;
	width: 100px;
	margin-top: 20px;
	/*animation:title-bar 1s linear;
	-webkit-animation:title-bar 1s linear;*/
}

.page-title{
	font-weight:500;
	letter-spacing:4px;
	margin-bottom:0px;
}

.page #content .entry-header{
	display:none;
}

.page:not(.home) #content, .single-post #content{
	margin-top:-30px;
}

.page .entry-content .pdf-icon::before{
	content:"";
	background-image:url("/wp-content/themes/core-corporate/assest/img/Icon-PDF.png");
	background-size:auto 100%;
	background-repeat:no-repeat;
	width:1.8rem;
	height:1.8rem;
	display:inline-block;
	position:relative;
	margin-right:5px;
	vertical-align:middle;
}

.resource-block .pdf-icon::before{
	display:none !important;
}

.global-layout-right-search:not(.page) .site-main article{
	padding:20px !important;
	margin:0px;
}

.global-layout-right-search:not(.page) .site-main article .entry-header, .global-layout-right-search:not(.page) .site-main article .entry-header .entry-title{
	padding:0px !important;
	margin:0px;
}

.global-layout-right-search:not(.page):not(.single-post) .site-main article .entry-title{
	font-size: 18px;
	line-height: 1.2;
}

.global-layout-right-search:not(.page)  .site-main article .entry-title::before{
	display:none;
}

.global-layout-right-search:not(.page) .site-main article .entry-summary, .global-layout-right-search:not(.page) .site-main article .entry-content{
	margin-top:8px;
	padding:0px;
	font-size: 1rem;
}

.global-layout-right-search:not(.page)  .site-main article .entry-meta a{
	color:#464646;
}

.site-main article .entry-footer .cat-links a, .site-main article .entry-footer .comments-link{
	margin-left:0px;
	margin-right:0px;
}

.site-main article .entry-meta, .global-layout-right-search:not(.page) .site-main article .entry-footer{
	display:none;
}

.global-layout-right-search:not(.search) .site-main article .post-item-text{
	width:100%;
}

.global-layout-right-search:not(.search) .site-main article .post-image{
	margin-bottom:0px;
}

.global-layout-right-search:not(.search) .site-main article .date a{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	padding:5px 10px;
	background-color: rgb(87, 129, 198);
}

.global-layout-right-search:not(.search) .site-main article .date a:hover{
	background-color: rgb(93, 126, 181);
}

.search .nav-links{
	margin-top:30px;
}

.search-no-results .page-header{
	display:none;
}

.search-no-results .page-content p{
	font-size:1rem;
}

.error-404 .box-button::before{
	display:none;
}

@media only screen and (max-width:479px){
	.page-title-wrap{
		padding-bottom:55px !important;
		margin-bottom:50px;
	}
}

@media only screen and (max-width: 559px){
	.page-title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 559px){
	.page-title {
    font-size: 28px;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 767px){
	.page-title {
    font-size: 32px;
	}
}

@media only screen and (max-width: 1024px){
	.page-title-wrap{
		background-attachment:scroll;
	}

	.page-title-wrap{
		padding-bottom:85px;
	}
}

@media only screen and (min-width: 1024px){
	.page-title-wrap{
		padding-bottom:85px;
	}
}

/* Parent Page */
/* For other styling, see "Posts View" */
.pc-separator{
	margin-top:40px;
	display:block;
	clear:both;
}

.pc-block{
	overflow: hidden;
}

.pc-block .pc-img{
	width:250px;
	height:150px;
	background-size:100%;
	background-position:center;
	background-repeat: no-repeat;
	margin-right:20px;
	transition: background-size 0.25s;
}

.pc-block:hover .pc-img{
	background-size:105%;
}

.pc-block-1{
	display:block;
	float:left;
}

.pc-block-2{
	float:left;
	width:calc(100% - 270px);
	width:-moz-calc(100% - 270px);
	width:-webkit-calc(100% - 270px);
	width:-o-calc(100% - 270px);
}

.pc-content{
	margin-bottom:8px;
}

.pc-more::after{
	background-image:url("/wp-content/themes/core-corporate/assest/img/Icon-ReadMore.png");
}

@media only screen and (max-width:697px){
	.pc-block-2{
		width:100%;
	}

	.pc-block-1{
		float:none;
	}

	.pc-block-1 .pc-img{
		width:100%; 	
		height:calc(72.8vw * 0.60);
		height:-moz-calc(72.8vw * 0.60);
		height:-webkit-calc(72.8vw * 0.60);
		height:-o-calc(72.8vw * 0.60);
		margin-right:0px;
		margin-bottom:20px;
	}
}

/* Posts Page */
.single-post article{
	/*border-color:#e4e2e2 !important;*/
	border:none !important;
}

.single-post .nav-links{
	margin-top:20px;
	margin-bottom:30px;
}

.single-post .nav-links a{
	font-size:0.8rem !important;
	background-color:transparent !important;
	color:#032351 !important
}

.single-post .nav-links a:hover{
	background-color:transparent !important;
	color:#5781c6 !important;
}

.single-post .nav-links .nav-previous a, .single-post .nav-links .nav-next a{
	width:300px !important;
}

.single-post .nav-links .nav-previous a{
	text-align:left
}

.single-post .nav-links .nav-next a{
	text-align:right;
}

.single-post #comments #reply-title{
	padding-bottom:10px !important;
}

.single-post #comments .comment-form-comment{
	margin-top:15px;
}

.single-post #comments .form-submit{
	margin-bottom:40px;
}

.single-post #comments .comment-subscription-form{
	padding:5px 0px;
}

.post-item-text{
	float:left;
	width:100% !important;
}

.post-item-text .date *{
	font-size:1rem;
}

.post-item-text .date a{
	justify-content:left !important;
	align-items:left !important;
	padding:10px 0px !important;
	pointer-events:none;
	width:auto;
	background-color:transparent !important;
}

@media only screen and (max-width:767px){
	.single-post .nav-links .nav-previous, .single-post .nav-links .nav-next{
		display:block;
		width:100%;
	}

.single-post .nav-links .nav-next{
	margin-top:10px;
}

	.single-post .nav-links .nav-previous a, .single-post .nav-links .nav-next a{
		text-align:left !important;
		width:100% !important;
	}
}

/* Resource Page */
.resource-block, .pc-block, .global-layout-right-search:not(.page):not(.single-post) .site-main article{
	border-bottom: 1px #e4e2e2 solid !important;
	padding:20px 20px;
	text-align:left;
	
	background: rgba(250,250,250,1);
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fefefe', GradientType=0 );
}

.resource-block:first-of-type, .pc-block:first-of-type, .global-layout-right-search:not(.page):not(.single-post):not(.archive) .site-main article:first-of-type, .archive .post-item-wrapper:first-of-type article{
	border-top: 1px #e4e2e2 solid;
}

.resource-block div[itemprop="name"], .pc-title{
	display:inline-block;
	font-size:1.2rem !important;
	margin-bottom:5px;
	text-transform:none;
}

.resource-block div[itemprop="name"]{
	color:#032351;
	font-weight:600;
	transition:color 0.5s;
}

.resource-block div[itemprop="name"]:hover{
	color:rgb(87, 129, 198);
}

.resource-block div[itemprop="datePublished"]{
	color:#464646;
}

.resource-block .resource-post{
	margin-top:10px;
}

.link-download a, .pc-more{
	margin-top:4px;
	font-family: 'Montserrat', sans-serif;
	font-size:12px !important;
	text-transform:uppercase;
}

.link-download a{
	display:inline-block;
	margin-top:10px;
}

.link-download a::after, .pc-more::after{
	content:"";
	display:inline-block;
	margin-bottom:-1px;
	width:12px;
	height:12px;
	background-size:cover;
	margin-left:8px;
}

.link-download a::after{
	background-image:url("/wp-content/themes/core-corporate/assest/img/Icon-Download.png");
}

.page-pagination-container{
	text-align:center;
}

.page-pagination{
	padding-top:40px;
	position:relative;
	display:inline-block;
	margin: 0 auto;
	width:auto !important;
}

.page-pagination .page-numbers{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
	border-radius:0px;
	box-shadow:none;
	border:rgb(36, 67, 112) 1.5px solid;
	padding:4px 10px;
}

.page-pagination .page-numbers.current, .page-pagination .page-numbers:hover{
	background-color:rgb(36, 67, 112);
	color: #fff !important;
}

/* Home */
.home #content{
	padding-top:49px;
}

.home #content p{
	font-size:1.2rem !important;
	line-height:140%;
	margin-bottom:0px;
}

/* Home - Slider */
@media only screen and (max-width:500px){
	.home .n2-ss-control-bullet{
		position:relative !important;
		top:0px !important;
		bottom:0px !important;
		left:0px !important;
		margin:10px 0;
	}

	.home #content{
		padding-top:69px;
	} 
}