





 .fl-node-5cf14b6676d31 > .fl-row-content-wrap {
	margin-top:80px;
}










.fl-node-5cf14b6676d42 {
	width: 66.66%;
}




.fl-node-5cf14cec4b9d2 {
	width: 100%;
}




.fl-node-5cf14b6676d46 {
	width: 33.33%;
}
.pp-search-form {
	display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.pp-screen-reader-text {
	position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*---- Reset ---- */
.pp-search-form input[type="search"],
.pp-search-form button {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    min-width: 0;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.pp-search-form button:hover {
	border: 0;
}

.pp-search-form input[type="search"]:focus,
.pp-search-form button:focus {
	outline: 0;
    color: inherit;
}
.pp-search-form input[type="search"]:focus {
	background: none;
	background-color: transparent;
	border: 0;
}

.pp-search-form input[type="search"] {
	padding: 10px;
}

.pp-search-form button {
    background-color: #aaa;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
}
.pp-search-form button[type="submit"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pp-search-form__input {
    flex-basis: 100%;
    color: #555;
	transition: color 0.2s;
}
.pp-search-form__input::-webkit-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}
.pp-search-form__input:-ms-input-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}
.pp-search-form__input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}
.pp-search-form__input:-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}
.pp-search-form__input::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: 0.6;
}

.pp-search-form__container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    border: 0 solid transparent;
    min-height: 50px;
}

.pp-search-form--style-minimal .pp-search-form__icon {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	color: #555;
}

.pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form__container:not(.pp-search-form--lightbox) {
	background: #eee;
}

.pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form__container:not(.pp-search-form--lightbox) {
	overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
	transform: scale(0);
}
.pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form__container {
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 15%;
    background-color: rgba(0, 0, 0, 0.8);
}

.pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form input[type="search"].pp-search-form__input {
	font-size: 30px;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #fff;
    line-height: 1.5;
	color: #fff;
	border-radius: 0;
}

.pp-search-form--style-full_screen .pp-search-form__toggle {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    color: #333;
}
.pp-search-form--style-full_screen .pp-search-form__toggle i {
    position: relative;
    display: block;
    border: solid 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 33px;
    height: 33px;
    background-color: rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}
.pp-search-form--style-full_screen .pp-search-form__toggle i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.55em;
}

.pp-search-form__submit {
	color: #fff;
    -webkit-transition: color 0.2s, background 0.2s;
    -o-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
}
.pp-search-form--button-type-text .pp-search-form__submit {
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.pp-search-form--lightbox-close {
	color: #eaeaea;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 1;
	cursor: pointer;
	position: absolute;
	top: 30px;
    right: 30px;
	font-size: 25px;
	line-height: 1;
    padding: 5px;
    z-index: 2;
}
.pp-search-form--lightbox-close svg {
    stroke: #fff;
	stroke-width: 3px;
	width: 30px;
	height: 30px;
}.fl-node-5cf14b6676d58 .pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form__container:not(.pp-search-form--lightbox) {
			background-color: #ffffff;
	}

.fl-node-5cf14b6676d58 .pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form--focus .pp-search-form__container:not(.pp-search-form--lightbox) {
		}

.fl-node-5cf14b6676d58 .pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form__container {
	}

.fl-node-5cf14b6676d58 .pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form--focus input[type="search"].pp-search-form__input {
	}

.fl-node-5cf14b6676d58 .pp-search-form__icon {
	padding-left: calc( 34px / 3 );
}

.fl-node-5cf14b6676d58 .pp-search-form__input,
.fl-node-5cf14b6676d58 .pp-search-form-wrap.pp-search-form--style-full_screen input[type="search"].pp-search-form__input {
	}

.fl-node-5cf14b6676d58 .pp-search-form--focus input[type="search"].pp-search-form__input,
.fl-node-5cf14b6676d58 .pp-search-form-wrap.pp-search-form--style-full_screen .pp-search-form--focus input[type="search"].pp-search-form__input {
	}

.fl-node-5cf14b6676d58 .pp-search-form__input::-webkit-input-placeholder {
	color: #6e6e6e;
}
.fl-node-5cf14b6676d58 .pp-search-form__input:-ms-input-placeholder {
	color: #6e6e6e;
}
.fl-node-5cf14b6676d58 .pp-search-form__input::-moz-placeholder {
	color: #6e6e6e;
}
.fl-node-5cf14b6676d58 .pp-search-form__input:-moz-placeholder {
	color: #6e6e6e;
}
.fl-node-5cf14b6676d58 .pp-search-form__input::placeholder {
	color: #6e6e6e;
}


.fl-node-5cf14b6676d58 .pp-search-form__submit {
			background-color: #ffffff !important;
				color: #09367a !important;
	}

.fl-node-5cf14b6676d58 .pp-search-form__submit:hover {
			background-color: #ffffff !important;
				color: #09367a !important;
	}

.fl-node-5cf14b6676d58 .pp-search-form--style-full_screen .pp-search-form {
	text-align: center;	
}

.fl-node-5cf14b6676d58 .pp-search-form__toggle i {
				font-size:  50px;
		width:  50px;
		height:  50px;
					}
.fl-node-5cf14b6676d58 .pp-search-form__toggle:hover i {
		}
.fl-node-5cf14b6676d58 .pp-search-form__toggle i:before {
	}.fl-node-5cf14b6676d58 .pp-search-form__container {
	min-height: 34px;
}
.fl-node-5cf14b6676d58 .pp-search-form--button-type-icon .pp-search-form__submit {
	font-size: 16px;
}
.fl-node-5cf14b6676d58 input[type='search'].pp-search-form__input, .fl-node-5cf14b6676d58 .pp-search-form--button-type-text .pp-search-form__submit {
	padding-left: calc( 34px / 3 );
	padding-right: calc( 34px / 3 );
}
.fl-node-5cf14b6676d58 input[type='search'].pp-search-form__input {
	min-height: 50px;
}
.fl-node-5cf14b6676d58 .pp-search-form__container:not(.pp-search-form--lightbox), .fl-node-5cf14b6676d58 .pp-search-form-wrap.pp-search-form--style-full_screen input[type='search'].pp-search-form__input {
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #0a317e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	box-shadow: 0px 0px 3px 0px #b4b4b4;
}
.fl-node-5cf14b6676d58 .pp-search-form-wrap:not(.pp-search-form--style-full_screen) .pp-search-form__input {
	min-height: 34px;
	max-height: 34px;
}
.fl-node-5cf14b6676d58 .pp-search-form__submit {
	min-width: calc( 1 * 34px );
}
.fl-node-5cf14bb62be45.fl-module-heading .fl-heading {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
.fl-node-5cf14d47bb62e.fl-module-heading .fl-heading {
	font-size: 20px;
	text-transform: uppercase;
}
 .fl-node-5cf14bf5e5d66 > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-5cf14cec18e7f div.fl-post-grid-post {
	margin-bottom: 60px;
	width: 300px;
	visibility: visible;
}
.fl-node-5cf14cec18e7f .fl-post-grid-sizer {
	width: 300px;
}
@media screen and (max-width: 360px) {
	.fl-node-5cf14cec18e7f .fl-post-grid,
	.fl-node-5cf14cec18e7f .fl-post-grid-post,
	.fl-node-5cf14cec18e7f .fl-post-grid-sizer {
		width: 100% !important;
	}
}
.fl-node-5cf170282dc68.fl-module-heading .fl-heading {
	text-transform: uppercase;
}
 .fl-node-5cf170282dc68 > .fl-module-content {
	margin-bottom:10px;
}
.fl-node-5cf14bdfc0a7c, .fl-node-5cf14bdfc0a7c .fl-photo {
	text-align: center;
}
 .fl-node-5cf14bdfc0a7c > .fl-module-content {
	margin-top:10px;
}
.post-categories-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.post-categories-menu-item a {
    color: #575757;
    padding-left: 7px;
    border-left: 3px solid #fff;
    transition: all 0.25s ease;
    transition-property: color, border-left;
}

.post-categories-menu-item {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0px 4px 0px;
    font-size: 16px;
}

.post-categories-menu-item a:hover, .post-categories-menu-item a:focus, .post-categories-menu-item a:active{
    text-decoration: none;
    color: #09367a;
    border-left: 3px solid #09367a;
    /* padding-left: 7px; */
} .fl-node-5cf174d9429e3 > .fl-module-content {
	margin-top:10px;
}
.fl-node-5cf171271e6c5.fl-module-heading .fl-heading {
	text-transform: uppercase;
}
 .fl-node-5cf171271e6c5 > .fl-module-content {
	margin-bottom:10px;
}
.fl-node-5cf192565447e .fl-post-feed-post {
	margin-bottom: 32px;
}
.fl-node-5cf192565447e .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}
.fl-node-5cf14b6676d5c.fl-module-heading .fl-heading {
	text-transform: uppercase;
}
 .fl-node-5cf14b6676d5c > .fl-module-content {
	margin-bottom:10px;
}
.post-tag-cloud-link {
    padding: 5px 10px;
    border: 1px solid #acacac;
    color: #acacac;
    transition: all 0.25s ease;
    transition-property: background-color, color, border;
    margin: 5px 5px 5px 0px;
    display: inline-block;
}

.post-tag-cloud-link:first-child {
    margin-left: 0px;
}

.post-tag-cloud-link:hover {
    background-color: #ed1b24;
    color: #fff;
    border: 1px solid #ed1b24;
    text-decoration: none;
}

.post-tag-cloud-link:active, .post-tag-cloud-link:focus {
    background-color: #fff;
    color: #ed1b24;
    border: 1px solid #ed1b24;
    text-decoration: none;
} .fl-node-5cf18a0f1d8fa > .fl-module-content {
	margin-top:10px;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */

.fl-node-5cf14cec18e7f .fl-post-grid-post {
  font-size: 14px;
  border: none;
}
.fl-node-5cf14cec18e7f .fl-post-image {
  margin-bottom: 30px;
}
.fl-node-5cf14cec18e7f .fl-post-title {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.fl-node-5cf14cec18e7f .fl-post-meta {
  padding: 0 0 15px;
}
.fl-node-5cf14cec18e7f .related-post-divider {
  border: 0;
  height: 1px;
  background: -moz-linear-gradient(left,#0c3380 0%,#0c3380 20%,#eaeaea 20%,#eaeaea 100%);
  background: -webkit-linear-gradient(left,#0c3380 0%,#0c3380 20%,#eaeaea 20%,#eaeaea 100%);
  background: -o-linear-gradient(left,#0c3380 0%,#0c3380 20%,#eaeaea 20%,#eaeaea 100%);
  background: -ms-linear-gradient(left,#0c3380 0%,#0c3380 20%,#eaeaea 20%,#eaeaea 100%);
  background: linear-gradient(to right,#0c3380 0%,#0c3380 20%,#eaeaea 20%,#eaeaea 100%);
}
.fl-node-5cf14cec18e7f .fl-post-more-link a {
  border: 1px solid #09367a;
  padding: 5px 20px;
  display: inline-block;
  color: #09367a;
  font-weight: semibold;
  transition: all 0.25s ease;
  transition-property: color, background-color;
}
.fl-node-5cf14cec18e7f .fl-post-more-link a:hover {
  color: #fff;
  background-color: #09367a;
  text-decoration: none;
}
.fl-node-5cf192565447e .fl-post-feed-post {
  border: none;
}
.fl-node-5cf192565447e .fl-post-grid-post {
  font-size: 14px;
  border: none;
}
.fl-node-5cf192565447e .fl-post-text {
  padding: 20px;
}
.fl-node-5cf192565447e .fl-post-title {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 5px;
  color: #09367a;
}
.fl-node-5cf192565447e .fl-post-title a {
  color: #09367a;
}
.fl-node-5cf192565447e .fl-post-title a:hover {
  text-decoration: underline;
}
.fl-node-5cf192565447e .fl-post-meta {
  padding: 0 0 15px;
}
.fl-node-5cf192565447e .post-date {
  color: #000;
  font-family: "Open Sans", sans-serif;
}
.fl-node-5cf192565447e i.far {
  color: #09367a;
  font-size: 16px;
  margin-right: 5px;
}

                                
        
                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        
		
        
		
        
		
        
		
        
        			.fl-node-5cf14b6676d31 .fl-row-content {
				min-width: 0px;
			}
		
        			.fl-node-5cf14cec19608 .fl-row-content {
				min-width: 0px;
			}
		