/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/LatoLatin-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/LatoLatin-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/LatoLatin-Light.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/LatoLatin-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/LatoLatin-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/LatoLatin-Regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('../fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/LatoLatin-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/LatoLatin-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/LatoLatin-Bold.svg#Lato') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
  url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html, body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-size: 27px;
  color: #4b77f2;
  letter-spacing: 0.05rem;
  font-weight: 600;
}
.hero h1 {
  font-family: 'Lato', sans-serif;
  font-size: 70px;
  color: #fff;
  letter-spacing: 0.2rem;
  font-weight: bold;
  font-style: normal;
  word-wrap: break-word;
  text-transform: capitalize;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-size: 27px;
  color: #4b77f2;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  margin-bottom: 2rem;
  color: #545454;
}
 @media only screen and (max-width: 470px) {
   h3{
     font-size: 20px;
   }
}
h4 {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #4b77f2;
  margin-bottom: 2rem;
}
p {
  color: #525252;
  font-size: 20px;
}
a {
  color: #335ECF;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}
a:hover, a:active, a:visited, a:focus {
  color: #335ECF;
  text-decoration: underline;
}
.hero h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
.hero h2 {
  margin-bottom: 2rem;
}
.container {
  padding-top: 2rem;
  font-size: 20px;
  color: #525252;
  font-family: 'Open Sans';
  position: relative;
}
.hero {
  height: 46rem;
  background-image: linear-gradient(to right, #335ecf, #296bd3, #2577d7, #2a82d8, #368dd9);
  background-repeat: repeat;
  background-size: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  position:relative;
}

.hero::before{
  content: ' ';
  background: url(/static/design_media/libravatar_header.svg);
  background-position-y: 0%;
  width: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  bottom: 0;
  background-position-x: center;
  max-width: 3000px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -2px;
}
.hero .dropdown-menu {
   background: #fffffff0 !important;
 }
.hero li :hover {
    background: #358cd930 !important;
  }

@media only screen and (max-width: 1000px) {
.hero {
  background-size: cover;
  }
}
.hero .btn {
  background-color: #5488E6;
  border: solid 2px #D5DFF9;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 2rem;
  height: 5rem;
  min-width: 12rem;
color:#FFFFFF;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.hero .btn:hover {
  background-color: #ADC0E1AD;
  border: solid 2px #D5DFF9;
  border-radius: 4px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
#account_dropdown{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page {
  min-height: calc(100vh - 16rem);
}
footer {
  background-image: linear-gradient(to right, #335ecf, #296bd3, #2577d7, #2a82d8, #368dd9);
  background-size: auto;
  height: 16rem;
  background-size: cover;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  position: relative;
  width: 100%;
}
footer::before{
  content: ' ';
  background: url(/static/design_media/libravatar_header.svg);
  background-position-y: 0%;
  width: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  top: 0;
  background-position-x: center;
  max-width: 2000px;
  transform: rotate(180deg);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2px;
}
footer p {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}
footer .container {
  padding-top: 11rem;
}
@media only screen and (max-width: 470px) {
footer {
  height: auto;
  }
}
.left { grid-area: left; }
.middle { grid-area: middle; }
.right { grid-area: right; }

.main-content-container {
  display: grid;
  grid-template-areas:
  'left middle right';
  grid-gap: 5rem;
  padding: 10px;
}
@media only screen and (max-width: 1212px) {
  .main-content-container  {
    grid-template-areas:
    'left left'
    'middle right';
  }
}
@media only screen and (max-width: 620px) {
  .main-content-container  {
    grid-template-areas:
    'left'
    'middle'
    'right';
  }
  .hero h1 {
    font-size: 55px;
  }
  .hero h2 {
    font-size: 24px;
    line-height: 4rem;
  }
}

.main-content-container > div {
  background-color: #fff;
  text-align: center;
  padding: 2rem 2rem;
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 24px -3px rgba(0,0,0,0.41);
  -moz-box-shadow: 10px 10px 24px -3px rgba(0,0,0,0.41);
  box-shadow: 10px 10px 24px -3px rgba(0,0,0,0.41);
  border: solid 1px #335ECF29;
}
.left {
  flex: 1;
  margin-bottom: 5rem;
}
.left p {
  width: 90%;
  margin: auto;
}
.middle {
  flex: 1;
}
.middle h2 {
  margin-bottom: 2rem;
}
.right {
  height: 32rem;
}
.right h2 {
  margin-bottom: 2rem;
}
.button {
  background-color: #fff;
  color: #335ECF;
  padding: 0.5rem 1.6rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: auto;
  border: solid #335ECF 1px;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.button:hover {
  background-color: #335ECF;
  color: #FFF;
  text-decoration: none;
}
#contribute {
  border: solid 1px #335ECF;
  font-size: 20px;
  width: 26rem;
  color: #335ECF;
}
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #5588e6;
  border-color: #335ECF;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #5588e6 !important;
  border-color: #FFFFFF26 !important;
}
.btn-group{
  float: left;
  }
}
@media only screen and (max-width:1122px) {
  .hero {
    height:34rem;
  }
}
@media only screen and (max-width: 620px) {
  .hero {
    height:30rem;
  }
}
@media only screen and (max-width: 470px) {
  .hero .btn{
    width: 70%;
    margin-bottom: 0rem;
    justify-content: center;
    margin-left: 15% !important;
    margin-right: 15% !important;
  }
  .hero {
    height: 47rem;
  }
  .btn-group {
    width: 100%;
    justify-content: center;
    margin-left: 15%;
  }
  .form-group {
    width: auto;
    margin-left: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 400px) {
  #page {
    overflow: hidden;
  }
  .hero .btn{
    width: 80%;
    justify-content: center;
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
  .btn-group {
    margin-left: 10%;
  }
  .hero .dropdown-menu {
    width: 80%;
    justify-content: center;
    margin-left: 10% !important;
    margin-right: 10% !important;
    top: 26rem;
  }
}
@media only screen and (max-width: 620px) {
  #page .container #home-form {
    margin-bottom: 2rem;
  }
  .btn-group, .btn-group-vertical {
    display: contents;
}
  #contribute {
    width: unset;
  }
}
#contribute:hover {
  color: #FFF;
}
label {
  font-size: 18px;
  font-weight: 100;
}
#toolscheck {
  font-size: 16px;
  font-weight: 100;
}
hr {
  margin-top: 2rem;
  margin-bottom: 4rem;
  border: none;
}
.pull-left a {
  color: #fff;
  text-decoration: underline;
}
.pull-left b {
  font-weight: 600;
}
header {
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
}

.navbarlibravatar {
  background: #335ecf; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #335ecf 0%, #368dd9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #335ecf 0%,#368dd9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #335ecf 0%,#368dd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335ecf', endColorstr='#368dd9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-radius: unset;
  color: #fff;
border:0;
}

.navbarlibravatar a {
  color: #fff;
}

.navbarlibravatar .navbar-nav > li > a:hover, .navbarlibravatar .navbar-nav > li > a:focus, .navbarlibravatar .navbar-nav > .open > a {
background-color: rgba(255, 255, 255, 0.12) !important;
}
.navbarlibravatar .dropdown-menu {
background-color:#327fd6;
border:0;
}
.navbarlibravatar .navbar-right .dropdown-menu {
background-color:#368DD9;
}
.navbarlibravatar .dropdown-menu > li > a {
color:#FFFFFF;
}
.navbarlibravatar .dropdown-menu > li > a:hover {
background-color:rgba(0,0,0,0.2);
}
.navbar-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: unset;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: auto;
  margin-bottom: auto;
}
.navbarlibravatar .navbar-brand:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.navbar-header .navbar-toggle{
  padding-top: 0.2rem;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.panel {
  margin-top: 1rem;
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 24px -3px rgba(0,0,0,0.41);
  -moz-box-shadow: 10px 10px 24px -3px rgba(0,0,0,0.41);
  box-shadow: 10px 10px 24px -3px rgba(0,0,0,0.41);
  border: 0;
}
.panel-heading {
  background: #335ecf; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #335ecf 0%, #368dd9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #335ecf 0%,#368dd9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #335ecf 0%,#368dd9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335ecf', endColorstr='#368dd9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#FFFFFF;
border-top-left-radius:16px;
border-top-right-radius:16px;
}
.panel-title label {
margin-bottom:0;
}
.panel-title a {
color:#FFFFFF;
}
.unconfirmed-mail-form{
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0rem;
}
#page .container .panel-body {
  min-width: 130px !important;
  min-height: 110px !important;
}
#id_export_file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#id_export_file + label {
  font-weight: 600;
  color: color: #335ECF;
  display: inline-block;
  margin: auto;
}

#id_export_file:focus + label,
#id_export_file + label:hover {
}

#id_photo {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#id_photo + label {
  font-weight: 600;
  color: color: #335ECF;
  display: inline-block;
  margin: auto;
}

#id_photo:focus + label,
#id_photo + label:hover {
}

.navbar-toggle {
  font-size: 26px;
  margin-top: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: normal;
}

.form-control {
border-width: 2px;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
border-color:rgba(51,94,207,0.5);
background: none;
}
.form-control:hover {
border-color:rgba(51,94,207,0.75)
}
.form-control:focus {
border-color:rgb(51,94,207);
box-shadow:none;
}
.checkbox input, .radio input {display:none}
.checkbox input + label, .radio input + label {
padding-left:0;
}
.checkbox input + label:before, .radio input + label:before {
font-family: FontAwesome;
display: inline-block;
letter-spacing:5px;
font-size:20px;
color:#335ECF;
}
.checkbox input + label:before {content: "\f0c8"}
.checkbox input:checked + label:before {content: "\f14a"}
.radio input + label:before {content: "\f10c"}
.radio input:checked + label:before {content: "\f192"}

@media only screen and (max-width: 470px) {
  .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
      background-color: #eeeeee40;
      border-color: #337ab7;
      color: #fff;
  }
}
.input-group-addon:last-child {
  border: 1px solid #5555554d;
  border-radius: 4px;
}

@media only screen and (min-width: 600px){
  .btn-group, .btn-group-vertical {
    display: inline;
  }
}
 @media only screen and (min-width: 2000px){
   footer::before {
     background: none !important;
   }
   footer {
     height: 8rem;
     position: relative;
     bottom: 0;
   }
   footer .container {
     padding-top: 3rem;
   }
 }
 @media only screen and (min-width: 412px) and (max-width: 582px) {
 #page .container.row {
   display: inline-block;
   }
 }
 @media only screen and (max-width: 599px) {
   .hero .dropdown-menu {
     width: 56%;
     justify-content: center;
     margin-left: 2.5% !important;
     margin-right: 10% !important;
     top: 22rem;
   }
 }
 @media only screen and (max-width: 470px) {
   .hero .dropdown-menu {
     width: 80%;
     justify-content: center;
     margin-left: 10% !important;
     margin-right: 10% !important;
     top: 22rem;
   }
   .dropdown-menu > li > a{
     white-space: unset !important;
   }
 }
 @media only screen and (max-width: 427px) {
   .hero .dropdown-menu {
     width: 80%;
     justify-content: center;
     margin-left: 10% !important;
     margin-right: 10% !important;
     top: 26rem;
   }
 }
 @media only screen and (max-width: 290px) {
   .hero .dropdown-menu {
     margin-top: 7rem;
     width: 90%;
     margin-left: 5% !important;
     margin-right: 5% !important;
   }
 }
 @media only screen and (max-width: 230px) {
   .hero .dropdown-menu {
     width: 100%;
     margin-left: 0 !important;
     margin-right: 0 !important;
     margin-top: 11rem !important;
   }
 }
.profile-container{
  border-top: solid 5px #2F95EDB3;
  display: grid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.profile-container img{
  margin: 0.5em;
}
.panel-body.profile > div, .panel-body.profile > img {
  text-align: left;
}
.panel-heading.profile{
  background: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.profile-container > h3{
  color: #353535;
  font-weight: bold;
}
.profile-container > ul > li > a, .profile-container button{
  color: #353535;
  text-decoration: none;
}
.profile-container.active{
  border-top: solid 5px #335ECF;
}
.profile-container ul > li > button:hover, .profile-container ul > li > a:hover{
  color: #335ECF;
}
.email-profile { grid-area: email; }
.profile-container{
  padding-top: 2rem;
}
.profile-container > img {
  grid-area: img;
  margin: auto;
}
.profile-container > ul {
  grid-area: list;
  list-style-type: none;
  padding:0;
  font-size: 18px;
}
.profile-container > ul > li{
  padding-top: 0.5rem;
}
@media only screen and (max-width: 420px) {
  .profile-container > ul > li {
    padding-top: 0.85rem;
  }
}
.profile-container > ul > li > a:hover{
  text-decoration: none;
}
.profile-container {
  display: grid;
  grid-template-areas:
    'img email email email email email'
    'img list list list list list';
  grid-gap: 0;
  grid-template-columns: 20% 80%;
}
@media only screen and (max-width: 700px) {
  .profile-container {
    grid-template-columns: 40% 60%;
  }
}
.profile-container > div, profile-container > img {
  text-align: center;
}
.profile-container.active > img{
  max-height:120px;
  max-width:120px;
}
@media only screen and (max-width: 420px) {
  .profile-container.active > img {
    max-height:80px;
    max-width:80px;
  }
}
.profile-container > ul{
  display:none
}
.profile-container.active > ul{
  display:block;
}
.profile-container > img{
  max-height:80px;
  max-width:80px;
}
h3.panel-title{
  margin-top: unset;
}
.profile-container > h3{
  padding-top: 26px;
}
@media only screen and (max-width: 470px) {
  .profile-container > h3{
    padding-top: 20px;
  }
}
.profile-container:hover {
  cursor: pointer;
}
.profile-container.active > h3{
  padding-top: 12px;
}
.profile-container.active{
  cursor: pointer;
  background: #dcdcdcb5;
}
.profile-container.active:hover{
  cursor:auto;
}
@media only screen and (min-width: 768px) {
  .profile-container:hover ul {
    display:block !important;
  }
  .profile-container:hover {
    background: #dcdcdcb5;
  }
  .profile-container:hover img{
    max-height:120px;
    max-width:120px;
  }
  .profile-container:hover h3{
    padding-top: 12px;
  }
}
.alert-success {
    color: #353535;
    background-color: #3582d71f;
}
