@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
.cc-window.cc-floating, .cc-banner .cc-message { width: 100% !important; max-width: 100% !important; }
h1 { font-family: abril-display, serif; font-size: 72px; font-weight: 400; font-style:italic; line-height: 0.9; color: #466bb2; }
h2 { font-family: abril-display, serif; font-weight: 500; font-size: 38px; line-height: 46px; color: #466bb2; position: relative; margin-bottom: 15px; }
h3 { font-family: abril-display, serif; font-weight: 500; font-size: 28px; line-height: normal; color: #466bb2; }
h4 { font-family: abril-display, serif; font-size: 14px; line-height: 30px; color: #466bb2; font-weight: 400; }
p, li { font-size: 20px; line-height: 31px; color: #4a4a4a; }
a { font-size: 20px; line-height: 30px; font-weight: 400; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: #466bb2; text-decoration: none; }
a:hover { opacity: 0.7; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { background-color: #fff; font-family: "Lato", sans-serif; }
img { max-width: 100%; }
strong { font-weight: 700; }
ul, ol { list-style: none; margin-top: 15px; padding: 0; } 
ul li, ol li { font-size: 18px; line-height: 30px; }
select, textarea, input { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.row .column { padding: 0px 20px; }
.container { max-width: 1120px; width: 100%; margin: 0px auto; }
.container_full { max-width: 100%; width: 100%; margin: 0px 40px; }
header { background: url("../img/hero.jpg") no-repeat bottom center; background-size: cover; height: 570px; position: relative; width: 100%; z-index: 1; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
header:before { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); content: ''; height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; right: 0; left: 0; }
header .container { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; position: relative; z-index: 2; }
header .logo { position: absolute; top:40px; left:50px; width:230px; }
header p { width: 590px; font-size: 24px; font-weight: 400; color: #fff; text-align: center; }
header h1 { margin: 0 auto 30px auto; color: #fff; text-align: center; position: relative; }
header h1 a { font-size: 60px; font-weight: 900; line-height: 1.2; color: #fff; }
main { overflow: hidden; }
main .container { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
main .container > div { padding-top: 100px; padding-bottom: 65px; }
main .container > div:nth-of-type(1) { width: 60%; max-width: 60%; -webkit-flex-basis: 60%; -ms-flex-preferred-size: 60%; flex-basis: 60%; }
main .container > div:nth-of-type(2) { width: 30%; max-width: 30%; -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; min-width: 270px; }
main p { margin-top: 0; }
main .split-paragraph { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-fill: balance; -moz-column-fill: balance; column-fill: balance; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; }
main h2 { margin-top: 60px; }
main h2:first-of-type { margin-top: 0; }
main .team { padding-top: 40px; }
main .team > div { width: -moz-calc(50% - 25px); width: calc(50% - 25px); display: inline-block; height: 105px; vertical-align: top; margin-bottom: 35px; }
main .team > div:nth-of-type(odd) { margin-right: 40px; }
main .team > div img { float: left; max-width: 105px; height: auto; margin-right: 25px; }
main .team h3 { color: #126ab2; margin: 15px 0 0 0; font-weight: 400; }
main .team p { margin-bottom: 45px; font-size: 18px; }
.news { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.news .news-item { width: -moz-calc(50% - 20px); width: calc(50% - 20px); margin-bottom: 40px; }
.news .news-date { font-size: 14px; font-weight: 400; line-height: 2.21; letter-spacing: 0.5px; color: #126ab2; text-transform: uppercase; }
.news .news-title { font-weight: 700; color: #4a4a4a; line-height: 1.72; display: inline-block; }
.news .news-title a { color: #4a4a4a; font-size: 18px; }
.news .news-title:hover a { opacity: 1 !important; color: #466bb2; }
.sidebar { position: relative; }
.sidebar .downloads a { font-family: "Lato", sans-serif; display: block; font-weight: 400; font-size: 20px; margin-bottom: 10px; color: #4a4a4a; }
.sidebar .downloads a:last-of-type { margin-bottom: 0; }
.sidebar .downloads a:before { font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 20px; padding-right: 20px; content: '\f35d'; }
.sidebar .downloads a:hover { opacity: 1 !important; color: #126ab2; }
.sidebar .contact ul li { color: #4a4a4a; padding-left: 45px; position: relative; margin-bottom: 15px; }
.sidebar .contact ul li h3 { margin-bottom: 0; text-transform: uppercase; font-size: 18px; font-weight: 400; }
.sidebar .contact ul li:before { font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #126ab2; position: absolute; left: 0; font-size: 22px; }
.sidebar .contact ul li.email:before { content: '\f1d8'; }
.sidebar .contact ul li.phone:before { content: '\f095'; }
.sidebar .contact ul li.address:before { content: '\f041'; }
.sidebar .contact ul li.facebook:before { content: '\f39e'; font-family: 'Font Awesome 5 Brands'; }
.sign-up { background: #466BB2; padding: 45px 0 25px 0; }
.sign-up h3 { color: #FFF; margin-right: 40px; font-weight: 700; margin-top: 0; position: relative; bottom: 7px; }
.sign-up .container { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -moz-box-pack: space-between; -ms-flex-pack: space-between; justify-content: space-between; }
.sign-up #signup form { width: 100%; position: relative; }
.sign-up #signup form .form-password { display: none !important; }
.sign-up #signup form .textbox { position: relative; }
.sign-up #signup form .textbox.error::after { -webkit-animation: fadeIn .6s ease-out forwards; -moz-animation: fadeIn .6s ease-out forwards; animation: fadeIn .6s ease-out forwards; content: '\f00d'; color: #b53939; font-family: 'Font Awesome 5 Free'; font-weight: 900; top: 5px; position: absolute; right: 50px; }
.sign-up #signup form .textbox.alright-alright-alright::after { -webkit-animation: fadeIn .6s ease-out forwards; -moz-animation: fadeIn .6s ease-out forwards; animation: fadeIn .6s ease-out forwards; color: #39b54a; content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; top: 5px; position: absolute; right: 50px; }
.sign-up #signup form .textbox i { position: absolute; top: 12px; right: 13px; }
.sign-up #signup form .textbox input { background-color: #466bb2; outline: none; width: 100%; padding: 0 0 10px 0; border: none; border-bottom: solid 1px #FFF; color: #FFF; margin-bottom: 12px; font-size: 20px; border-radius: 0; caret-color: white; }
.sign-up #signup form .textbox input::-webkit-input-placeholder { color: #DDD; }
.sign-up #signup form .textbox input:-moz-placeholder { color: #DDD; }
.sign-up #signup form .textbox input::-moz-placeholder { color: #DDD; }
.sign-up #signup form .textbox input:-ms-input-placeholder { color: #DDD; }
.sign-up #signup form .textbox input::-ms-input-placeholder { color: #DDD; }
.sign-up #signup form .textbox input::placeholder { color: #DDD; }
.sign-up #signup form .recaptcha { opacity: 0; height: 0px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; pointer-events: none; }
.sign-up #signup form .recaptcha.show { opacity: 1; height: 78px; pointer-events: all; margin-top: 0; margin-bottom: 0px; }
.sign-up #signup form .signup-submit { outline: none; position: relative; width: 30px; border: 0; background-color: transparent; color: #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background-image: url("../img/send.png"); background-repeat: no-repeat; background-size: 27px; position: absolute; top: 45px; right: 0; height: 30px; }
.sign-up #signup form .signup-submit:hover { opacity: 0.7; }
.sign-up #signup .signup-message { margin: 10px 0; color: #FFF; }
.sign-up #newsletter { margin-right: 10%; flex-basis: 30%;}
footer { background-color: #10203e; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; overflow: hidden; padding-top: 50px; padding-bottom: 50px; }
footer .logo_ft p, footer .logo_ft a { color: #fff; font-size: 28px; font-weight: 700; margin: 0; }
footer #social li { display: inline-block; margin: 0 15px; }
footer #social a { font-size: 24px; color: #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
footer #social a:hover { opacity: 0.7; }
footer .blender { color: #fff; font-size: 18px; margin: 0; }
footer .blender a { font-size: 18px !important; font-weight: 700; }
@media screen and (max-width:1200px) {
  main .container { padding: 0 30px; }
  footer { padding: 20px; }
}
@media screen and (max-width:1024px) {
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  p, a { font-size: 18px; }
  main h2 { margin-top: 30px; }
  main .container { display: block; }
  main .container > div { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; padding: 50px 0 0 0; }
  main .sidebar { background-color: transparent; }
  main .sidebar:after { display: none; }
  main .sidebar h2 { margin-top: 65px !important; }
  main .sidebar h2:first-of-type { margin-top: 30px !important; }
  main .sidebar .downloads a { font-size: 18px; }
  main .split-paragraph { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
  .sidebar .contact ul li { font-size: 16px; }
  .recaptcha { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; }
  footer { margin-top: 0; height: auto; }
  footer div { text-align: center !important; padding: 0 !important; margin: 10px auto !important; float: none !important; }
  footer #social { margin-top: 30px !important; }
  footer #social li { margin: 0 25px; }
  footer .blender { font-size: 15px; }
  footer .blender a { font-size: 15px !important; }
  footer .logo_ft p, footer .logo_ft a { font-size: 20px; }
}
@media screen and (max-width:768px) {
  header { margin-bottom: 65px; padding-top: 0; height: 275px; }
  header .content { width: -moz-calc(100% - 60px); width: calc(100% - 60px); height: auto; margin: 0 30px; padding: 35px 0; overflow: hidden; }
  header .content:before { display: none; }
  header .content h1 { font-size: 28px; margin: 0 auto 15px auto; width: 100%; }
  header .content h1 a { font-size: 28px; }
  header .content p { margin: 0; font-size: 16px; width: 100%; }
  header .logo { position: relative; top:0; left:0; width:200px; text-align: center; margin:0px auto; padding:20px 0; }
  header .container { height: auto; }
  main .container > div { padding: 0 0 0; }
  main .team { padding-top: 0; }
  main .team > div { width: 100%; display: block; height: 90px; }
  main .team > div img { width: 90px; }
  main .team > div:nth-of-type(odd) { margin-right: 0; }
  .news .news-item { width: 100%; margin-bottom: 25px; }
  .news .news-title { font-size: 16px; }
  .news .news-title a { font-size: 16px; }
  .sign-up { padding: 30px 0; margin-top: 40px; }
  .sign-up .container { display: block; padding: 0 20px; height: auto; }
  .sign-up #signup form .textbox input { font-size: 16px; }
  .sign-up #signup form .textbox input:placeholder { font-size: 16px; }
  .sign-up #signup form .signup-submit { background-size: 16px; height: 17px; }
}

.accordion .column {
    min-height: 130px;
    height: 130px;
    position: relative;
    
    overflow: hidden;
}
.accordion .expand {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #466bb2;
    font-style: normal;
    font-weight: 600;
    cursor: pointer;
    margin-top:15px;
}
.accordion .expand span { color: #000; }
.bio-container { margin-bottom: 40px; }
.bio-container:after { content: " "; visibility: hidden; display: block; height: 0; clear: both; }
.bio-container.no-image .bio-image { display: none; padding-left: 0; }
.bio-container.no-image .bio-content-container { width: 100%; padding-left: 0; }
.bio-container:not(.no-image) .column { min-height: 180px; height: 180px; }
.bio-container .flex-container { display: flex; align-items:center; margin-bottom: 10px; }

.bio-content { padding-left: 0; flex-basis:calc(100% - 130px); }
.bio-content .name { font-size: 22px; line-height: 30px; font-weight: 700; }
.bio-content .title { font-size: 18px; line-height: 27px; font-weight: 400; }
.bio-image { max-width: 105px; padding-left: 0; flex-basis:105px; margin-right: 25px; }
.bio-image img { max-width: 105px; width:100%; }
.bio-content h3 { margin: 0; }
.gallery-container { margin-top: 40px; }
.gallery-container h2 { display: none; }
.content-main div.my-gallery figure { width: 145px; height: 145px; }
.grecaptcha-badge { display: none !important;}
.grecaptcha-badge.show { display: block !important; visibility: visible !important;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s; -webkit-text-fill-color: #fff !important; font-size: 20px; font-family: "Lato", sans-serif;
}
.btn{
  font-family: Lato;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  background-color: #466bb2;
  text-align: center;
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

}

.btn i { margin-right: 10px;}
