/*
Theme Name: FGF
Author: Blueprint Interactive
Author URI: http://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}

/* WAYPOINTS */
.fade-in-from-left {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-in-from-left.animated {
    animation-name: fade-from-left;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    45% {
        opacity: 0.5;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade-in-from-bottom {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.fade-in-from-bottom.animated {
    animation-name: fade-from-bottom;
    animation-duration: 1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@keyframes fade-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade-in-from-right {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.fade-in-from-right.animated {
    animation-name: fade-from-right;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -o-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/* HEADER --------------------------------------------------------------------*/
.main-header {
    padding: 20px 7%;
    position: relative;
    text-align: center;
}

.header-image {
    width: 92px;
    height: auto;
}

.main-header .header-a {
    /* color: #EE9E3C; */
    color: #D55F2C;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 34px;
    padding: 0px 15px;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}

.main-header a:hover {
    /* color: #D55F2C; */
    color: #EE9E3C;
}

#download-arrow-svgrepo-com {
    transition: all ease-in-out 0.4s; 
}

.header-a.download:hover #download-arrow-svgrepo-com {
    fill: #EE9E3C;
}

.header-a.search,
.header-a.download,
.header-a.about {
    /* border-left: 3px solid #EE9E3C; */
    border-left: 3px solid #D55F2C;
}

.header-a.download svg {
    width: 19px;
    height: auto;
}

body { font-size: 16px; }
input, select { font-size: 100%; }


.search-input {
    background: #EBEAEA;
    border-radius: 23px;
    border: none;
    display: inline-block;
    font-size: 17px;
    margin-right: 20px;
    padding: 12px 15px;
    vertical-align: super;
    width: calc(100% - 466px);
}

.search-header-wrapper {
    display: inline-block;
    /* width: calc(100% - 620px); */
    width: calc(100% - 484px);
    vertical-align: top;
    margin: 7px 20px 0 0;
    /* border-left: 3px solid #EE9E3C;
    border-right: 3px solid #EE9E3C; */
    max-width: 500px;
}

.hero {
    position: relative;
}

.tb-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 7%;
    position: relative;
    width: 100%;
    min-height: 475px;
}

.tb-overlay {
    background-color: rgba( 35, 63, 138, 1);
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
}

.tb-inner-left {
    display: inline-block;
    margin-right: 5%;
    position: relative;
    width: 49%;
    z-index: 1;
}

.tb-inner-left h1 {
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.1;
}

.tb-inner-left h2 {
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    margin: 25px 0 20px;
}

.orange-a {
    background: #D55F2C;
    /* background-color: #f5c182; */
    color: #FFFFFF;
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin: 20px 20px 0 0;
    padding: 20px ;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}

.orange-a svg {
    vertical-align: middle;
    height: 21px;
}

.orange-a:hover {
    background-color: #f5c182;
}

p.has-text-color.has-large-font-size {
	font-size:26px;
	font-weight:600;
}

.tb-inner-right {
    background-color: #ffffff;
    display: inline-block;
    padding: 30px;
    position: absolute;
    vertical-align: top; 
    /* min-height: 375px; */
    width: 40%;
    z-index: 1;
    /* top: 40px; */
    right: 7%;
    top: 50%;
    transform: translateY(-50%);
}

.tb-inner-right h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}

.news-card-wrapper {
    /* margin: 20px 0; */
    padding: 10px 0;
    border-bottom: 3px solid #EE9E3C;
}

.news-card-p {
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.1;
}

.news-card-wrapper h3 {
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.news-card-wrapper h3 a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}

.news-card-wrapper h3 a:hover {
    color: #D55F2C;
}

.news-card-p.source {
    color: #D55F2C;
    text-transform: uppercase;
}

.news-card-p.source a {
    color: #D55F2C;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}

.news-card-p.source a:hover {
    color: #fff;
}

.news-card-p span {
    color: #D55F2C;
}

.news-card-p span.date {
    color: #FFFFFF;
}

.main-content-wrapper {
    padding: 50px 6%;
    width: 100%;
}

.table-contents-wrapper {
    display: inline-block;
    margin-top: 100px;
    vertical-align: top;
    width: 28%;
}

.main-content-inner {
    display: inline-block;
    padding: 0 0 30px 4%;
    width: 70%;
}

.table-contents-wrapper h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #273461;
    margin: 0 0 30px;
}

.table-content-list {
    margin: 30px 0 30px 30px;
    color: #273461;
}

.table-content-list li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #273461;
}

.table-content-list li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #273461;
    text-decoration: none;
}

.table-content-list li a:hover {
    color: #EE9E3C;
}

/* .table-contents-wrapper form input, */
.chosen-single.chosen-default,
.chosen-single {
    border: 2px solid #273461 !important;
    padding: 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    height: 35px !important;
    padding: 4px 0px 0px 13px !important;
    color: #273461 !important;
    border-radius: 30px !important;
    background: #fff !important;
}

.chosen-container .chosen-results {
    margin: 4px 4px 4px 0;
}

.chosen-container .chosen-results li.active-result {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #273461;
}

.chosen-container-single .chosen-single div b {
    background-position: 0px 6px !important;
}

.chosen-container.chosen-container-single {
    text-align: left;
}

.chosen-single {
    /* font-family: 'Open Sans', sans-serif;
    font-weight: 400; */
}

.main-content-inner p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #231F20;
    margin: 20px 0;
}

.main-content-inner strong {
    /* font-family: 'Open Sans Condensed', sans-serif; */
    font-weight: 700;
    /* color: #231F20; */
    /* font-size: 22px;
    margin: 20px 0; */
}

.inner-h1,
.main-content-inner h2,
.main-content-inner h3,
.main-content-inner h4,
.main-content-inner h5,
.main-content-inner h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #D55F2C;
    /* color: #273461; */
    line-height: 1.2;
}

.inner-h1 {
    font-size: 65px;
}

.inner-h1 img {
    vertical-align: middle;
}

.main-content-inner h2 {
    font-size: 45px;
}

.main-content-inner h3 {
    font-size: 30px;
}

.main-content-inner h4 {
    font-size: 30px;
    margin-left: 98px;
}

.main-content-inner h5 {
    font-size: 35px;
}

.main-content-inner h6 {
    font-size: 20px;
}

.main-content-inner.full-width {
    padding: 50px 8% 100px;
    width: 100%;
    word-break: break-word;
}

.wp-block-image,
.wp-block-media-text {
    margin: 70px auto;
}

/* .main-content-inner .wp-block-media-text.alignwide p {
    font-weight: 700;
} */
.wp-block-image img {
    height: auto;
}

.main-content-inner .wp-block-image .aligncenter {
    text-align: center;
}

.main-content-inner ul {
    margin: 20px 10%;
}

.main-content-inner ul li { 
    list-style-image: url('images/arrow.svg'); 
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 20px 0;
    color: #231F20;
} 

.main-content-inner .wp-block-image figcaption {
    color: #273461;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

footer {
    border-top: 20px solid #273461;
    font-size: 0;
    padding: 30px 5%;
    width: 100%;
    text-align: center;
}

footer a {
    display: inline-block;
    margin-right: 3%;
    height: auto;
    vertical-align: middle;
    width: 14%;
    width: 31%
}

footer a:last-of-type {
    margin-right: 0;
}

footer a img {
    width: 100%;
    height: auto;
    max-height: 140px;
    object-fit: contain;
    
    max-height: 100px;
    max-width: 300px;
}

/* footer img {
    margin-right: 3%;
    height: auto;
    vertical-align: middle;
    width: 14%;
}

footer img:last-of-type {
    margin-right: 0;
} */

.wp-block-columns,
.wp-block-media-text.alignwide {
    /* max-width: 60%; */
    max-width: 900px;
    margin: auto;
    
}

.page-id-177 .wp-block-columns, 
.page-id-177 .wp-block-media-text.alignwide {
    max-width: 80%;
}

.page-id-177 .wp-block-media-text.alignwide:last-of-type {
    margin-bottom: 70px;
}

#pagin {
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
}

#pagin a {
    text-decoration: none;
}

#pagin a #pagination-arrows {
    transition: all 0.4s ease-in-out;
}

#pagin a:hover #pagination-arrows {
    stroke: #fff;
}

.button {
    display: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    color: #D55F2C;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
}

.button:hover {
    color: #273461;
}

/* .button.current {
    display: inline-block;
} */

.buttons-wrapper {
    position: relative;
}

.button.prev,
.button.next {
    display: block;
    /* margin-left: 5px; */
}

.main-content-inner p.previous-p,
.main-content-inner p.next-p {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    width: 200px;
    max-width: 100%;
    vertical-align: top;
}

.main-content-inner p.next-p {
    margin-left: auto;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.home .main-content-inner p.previous-p {
    display: none;
}

.home .main-content-inner p.next-p {
    position: static;
    margin-left: auto;
    display: block;
}

.main-content-inner p a {
    transition: all ease-in-out 0.4s;
    color: #D55F2C;
}

.main-content-inner p a:hover {
    color: #EE9E3C;
}

.tb-inner-right {
    font-size: 0;
    text-align: center;
}

.single-logo-wrap {
    display: inline-block;
    width: 100%;
    width: 33%;
    vertical-align: middle;
    margin: 10px 0;
    padding: 5px;
}

.single-logo-wrap img {
    width: 100%;
    height: auto;
    max-width: 160px;
}

.main-content-inner .source_wrapper {
    word-break: break-all;
}

.main-content-inner .source_wrapper p {
    color: #273461;
    font-size: 14px;
}

.main-content-inner .source_wrapper ol,
.main-content-inner .source_wrapper ul {
    color: #273461;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.main-content-inner .source_wrapper ol li,
.main-content-inner .source_wrapper ul li {
    color: #273461;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-left: 30px;
}

.main-content-inner .source_wrapper a {
    transition: all ease-in-out 0.4s;
    color: #D55F2C;
    text-decoration: none;
}

.main-content-inner .source_wrapper a:hover {
    color: #273461;
}

.search-header-wrapper.mobile {
    display: none;
}

.wp-block-quote {
    width: 90%;
    margin: auto;
}

.main-content-inner .wp-block-quote p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.wp-block-quote cite {
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #273461;
    font-size: 20px;
}

.wp-block-media-text__media img, 
.wp-block-media-text__media video {
    height: auto;
}