.fl-block-overlay-actions {
    background: #004C92 !important;
    float: left;
    margin: 0 -1px;
    text-shadow: none;
    z-index: 99999 !important;
}

a, .fl-builder-content {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.text-bold {
	font-weight: bold !important;
}
.text-blue, .text-blue a {
	color: #1A58A4 !important;
}
.text-skyblue, .text-skyblue a {
	color: #02a0db !important;
}
.text-navy, .text-navy a {
	color: #004C92 !important;
}
.text-orange, .text-orange a {
	color: #FFBA1E !important;
}
.text-white, .text-white a {
	color: #fff !important;
}
.hidden {
	display: none;
}
.read-more {
    text-transform: uppercase;
    font-size: 12px;
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.read-more:before {
	content: "\f101";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.read-more:hover, .read-more:focus, .read-more:active {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.submenu-title {
	font-size: 1.2em !important;
	font-weight: bold;
	margin-top: 15px;
	/*border-bottom: 1px solid white;*/
}
/*.submenu-title:before {
	content: "\f101";
	font-family: FontAwesome;
}*/
body h2.fl-post-feed-title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.8em;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
p.a:hover {
    color: #FFBA1E;
    text-decoration: none !important;
}
p.a:focus {
    color: #004C92;
    text-decoration: none !important;
}
.fl-accordion-button-label {
	text-align: left;
    color: #02A0DB !important;
}
.fl-accordion-button-label:hover {
    color: #1A58A4 !important;
}
.fl-accordion-content, ul, ol {
    text-align: left;
}
/*
ul, ol {
    line-height: 2;
	-webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.fl-builder-content ul {
	list-style: none;
    position: relative;
}
.fl-builder-content li:before {
    list-style: none;
    font-family: 'FontAwesome';
    content: '\f101';
    padding-right: 0.5em;
}
.fl-builder-content ol li:before {
    list-style: none;
    content: '';
    padding-right: 0px;
}
*/
/* Buttons */

.fl-button {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.fl-button:hover, .fl-button:focus, .fl-button:active {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	/*-ms-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);*/
}
a.fl-button, a.fl-button:visited {
    border: 0px !important;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border: none !important;
}

/* Navigation */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent !important;
	outline: none;
	color: #FFBA1E !important;
	border-bottom: 0px !important;
}
.custom_language_switcher a {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
}
.custom_language_switcher a:hover {
    color: #FFBA1E;
}

/* Content Pages */
.fl-heading {
	line-height: 1.5;
}
.lineheight-normal {
	line-height: normal !important;
}
.lineheight-double, ul.lineheight-double {
	line-height: 2 !important;
}
h1.single-title {
    text-align: left;
    font-size: 22px;
}
.fl-post-header {
	visibility: hidden;
}
.fl-row-content-wrap {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.white-border img {
    max-width: 100%;
    border: 3px solid #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.white-border img:hover {
    border: 3px solid #FFBA1E;
}
.blue-border img {
    max-width: 100%;
	border: 3px solid #fff;
    /*border: 3px solid #1A58A4;*/
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.blue-border img:hover {
    /*border: 3px solid #02A0DB;*/
	border: 3px solid #FFBA1E;
}
.no-border {
	border: none !important;
}
#main p.meta {
    font-style: normal !important;
    color: #808080;
    font-size: 12px;
}
.region.active img {
	-webkit-filter: none;
	filter: none;
	max-width: 200px !important;
    opacity: 1.0 !important;
}
.region img {
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
	max-width: 200px !important;
	opacity: 0.9;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.region img:hover {
	/*-webkit-filter: none;
	filter: none;*/
	opacity: 1;
}
.lead {
    font-size: inherit !important;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5 !important;
}
p.home-lead {
	font-size: 18px;
    line-height: 1.5 !important;
}
.page-header {
    padding-bottom: 0px !important;
    margin: 0 0 5px !important;
    /*border-bottom: 2px solid #FFBA1E !important;*/
    color: #004C92;
	text-align: center;
    font-weight: 700;
	/*visibility: hidden;
	margin-top: -80px !important;*/
	border-bottom: 0px solid #fff !important;
}
.yellow-line, h3.yellow-line {
	border-bottom: 2px solid #FFBA1E;
	padding-bottom: 5px;
}
/*span.bird-icon {
    float: left;
    margin-right: 10px;
    margin-top: -10px;
    width: 50px;
    height: 50px;
    background: url('http://portage.dev.luminafx.com/wp-content/uploads/2016/02/bird.png');
    background-repeat: no-repeat;
    background-size: cover;
}*/
/*section.post_content.clearfix {
    margin-bottom: 50px;
}
form#commentform {
    margin-bottom: 50px;
}*/
.announcement-list h2 a:link, .announcement-list h2 {
    font-family: 'Montserrat' !important;
    font-size: 18px !important;
}
.announcement-list {
    margin-bottom: 30px;
    border-bottom: 1px #f4f4f4 solid;
}
.archive #main .post h3 {
	font-size: 20px;
    line-height: 1 !important;
    margin-bottom: 10px;
}
.fl-content-slider-navigation .slider-prev {
    left: 10px !important;
}
.fl-content-slider-navigation .slider-next {
    right: 10px !important;
}
.fl-builder-pagination {
    padding: 20px 0 !important;
}
.fl-builder-pagination li a.page-numbers:hover, .fl-builder-pagination li span.current {
    background: #004C92 !important;
    text-decoration: none;
    color: #fff !important;
	border: 0 !important;
}
.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
    border: 0px solid #004C92 !important;
    background: #fff;
	padding: 5px 15px !important;
}
.fl-module-content .fl-icon i, .fl-module-content .fl-icon i:before {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.fl-node-56d90dce885c4 .fl-tabs-panels, .fl-node-56d90dce885c4 .fl-tabs-panel {
    border-color: #1a58a4;
}
.fl-node-56d90dce885c4 .fl-tabs-label.fl-tab-active {
    border: 0px !important;
    background: #1a58a4;
    color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.fl-tabs-panel-content.fl-tab-active {
	border: 0px !important;
    display: block;
    background: #1a58a4 !important;
    color: #fff;
}
.fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
    border-width: 0px !important;
    border-style: solid;
    border-bottom: none !important;
    padding: 12px 20px 12px !important;
    top: 1px;
}
.fl-tabs-label {
	border: 0px !important;
    padding: 12px 18px;
    color: #1a58a4;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
.fl-tabs-label:hover {
    color: #02A0DB;
}
.fl-tabs-panel h3, .fl-tabs-panel h4 {
    color: inherit !important;
}
img.alignright.size-medium.wp-image-9757 {
    border: 0px !important;
}
.fl-post-carousel-grid .fl-post-carousel-post {
    border: none !important;
}
body .fl-post-carousel-grid .fl-post-carousel-title {
    font-size: 1.2em !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0;
}
.fl-post-carousel-grid .fl-post-carousel-text {
    padding: 10px !important;
}
.top-header .fl-row-content-wrap {
    min-height: 450px !important;
}
.fl-post-feed-image-beside .fl-post-feed-image {
    float: left;
    width: 15% !important;
}
.fl-post-feed-image {
    margin-bottom: 5px !important;
}
.fl-post-feed-image-beside.fl-post-feed-has-image .fl-post-feed-content {
    margin-left: 17% !important;
}
span.fl-post-feed-date {
    /*background: #02A0DB;
    padding: 5px 10px;
    color: #fff;*/
	color: #02A0DB;
}

/* CONTACT FORM */
.super-store .fl-html {
	display: block !important;
}
.fl-contact-form label {
    visibility: hidden;
}
.fl-contact-form textarea, .fl-contact-form input[type=text], .fl-contact-form input[type=tel], .fl-contact-form input[type=email] {
	border: 1px solid #ccc;
	color: #777;
    padding: 10px;
}
.fl-contact-form input:focus, .fl-contact-form textarea:focus {
    border: 1px solid #1A58A4;
    box-shadow: 0px 0px 2px 0px #1A58A4;
    color: #383838;
}
.cat_dropdown {
	width: 100%;
	border: 1px solid #ccc;
	color: #777;
    padding: 10px;
}
select#archives-dropdown-2 {
	border: 1px solid #ccc;
	color: #777;
    padding: 5px;
    width: 100%;
}
label.screen-reader-text {
    display: none !important;
    visibility: hidden !important;
}
.fl-contact-form .fl-contact-error {
    color: #DD4420;
    display: none;
    font-size: 12px;
    font-weight: lighter;
    margin-top: 2px;
    float: left;
}
input.fl-contact-form-submit {
	color: white;
	background: #1A58A4;
	text-transform: uppercase;
    border-radius: 0;
	border: 0;
    min-width: 160px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input.fl-contact-form-submit:hover {
	/*-ms-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);*/
}
button.btn.btn-default.btn-search {
	color: #fff;
	font-size: 12px;
    background: #0A4184 !important;
    border: 1px solid transparent !important;
    height: 34px;
	line-height: 0px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
button.btn.btn-default.btn-search:hover {
    background: #1A59A6 !important;
    border: 1px solid transparent !important;
}
a.newsletter-link {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
    -webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}
a.newsletter-link:before {
	font-family: 'FontAwesome';
    content: "\f100";
	font-weight: 400;
	padding-right: 5px;
}
a.newsletter-link:hover, a.newsletter-link:before:hover {
	color: #1A58A4 !important;
}
.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_menu .a2a_svg {
    border-radius: 0px !important;
}

.a2a_floating_style {
    background: rgba(255,255,255,0.7) !important;
    border-radius: 0px !important;
}

/* 404 PAGE */
article#article-not-found {
    margin-top: 80px;
    margin-bottom: 320px;
	text-align: center;
	color: #aaa;
}
article#post-not-found {
    margin-top: 150px;
    margin-bottom: 100px;
}
.404-page {
	margin: auto;
	text-align: center;
	padding: 20px;
}
.404-search {
	margin-top: 20px;
}

section.post_content.archives-img img {
    width: 30%!important;
    float: left;
    padding-right: 20px;
	margin-bottom: 20px;
    height: 120px !important;
}

article.article-posts {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

header.article-header img {
    width: 810px;
    padding-right: 10px;
}


/* SEARCH */
.search-open {
    background: rgba(255,255,255,0.5);
    width: 200px;
    text-align: left;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important;
    padding: 0 10px;
}

/* MODAL POPUP */
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 0px 0 #fff !important;
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	transition: all 0.3s ease;
}

.close:hover, .close:focus {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.modal-dialog {
    width: 600px;
    margin: 10% auto !important;
}

/* CORRECTION UPDATE THEME */
.fl-button br {
    display: none;
}
.fl-accordion-button {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}
.pp-photo-gallery-content > p {
    display: none;
}
.pp-post-filters li {
	margin-right: 10px !important;
}
.centers article.center .btn_contact a {
    margin-top: 0 !important;
}
.centers article.center .btn_contact a br {
    display: none;
}