/*VERT: #30b8c0*/
/*VIOLET: #464190*/
/*GRIS: #54677d*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
body {
    color: #243a54;
    font-family: "helvetica", arial, sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    letter-spacing: 0.25px;
}
h1, h3, h4, h5, h6, .h1, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}
h1, .h1 {
    color: #2A307F;
    font-size: 34px;
    line-height: 1.4em;
    font-weight: 300;
}
.path-frontpage h1{
  display: none;
}

h2, .h2 {
    color: #222;
    font-size: 26px;
    line-height: 1.3em;
    margin-top: 10px;
    font-weight: 400;
    color: #464190;
    margin-bottom: 10px;
}
h3, .h3 {
    color: #39b7b4;
    font-weight: 400;
    font-size: 18px;
}
h4, .h4 {
    color: #39b7b4;
    font-weight: 400;
    font-size: 16px;
}
h5, .h5 {
  color: #464190;
  font-size: 14px;

}
h1.page-title{
  margin-bottom: 10px;
  margin-top: 10px;
}
.bcg h1.page-title{
  text-align: left;
}
h2 a {
    text-decoration: none;
}

.block-content h2,.view-header h2, .view-header .h2{
  text-transform: uppercase;
  font-size: 26px;
}
.section-title .h2, .section-title h2{
  text-transform: uppercase;
}
.node--view-mode-full h2{
  text-transform: inherit;
}


hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #d0d4d9;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    margin: 40px 5px;
}
strong {
    font-weight: 700;
    letter-spacing: 1px;
}

i {
  font-weight: 400;
}
a {
    color: #464190;
    text-decoration: none;
}
a:hover {
    color: #363171;
    
}

div.centered, span.centered {
    display: block;
    text-align: center;
}

.right {
    float: right;
}
i.fa-5x {
    margin-bottom: 20px;
    margin-top: 20px;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
p{
  line-height: 1.5em;
  
}

a.btn {
  text-decoration: none;
}
.section-title {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
span.medium-text {
  font-size: 18px;
}
span.big-text {
  font-size: 24px;
}
span.huge-text {
  font-size: 50px;
  line-height: 1.4em;
  font-weight: 700;
}
span.text-green {
  color: #30b8c0;
}
span.text-purple {
  color: #464190;
}
.right {
  float: right;
}
i.fa-5x {
  margin-bottom: 20px;
  margin-top: 20px;
}
img {
  height: auto;
  max-width: 100%;
}
ul.row {
  margin-bottom: 40px;
  margin-top: 0;
  padding-left: 0;
}
ul.row li {
  list-style: outside none none;
  margin-bottom: 20px;
  margin-top: 20px;
}
.light-block {
    background: #ebebeb none repeat scroll 0 0;
    padding: 10px 30px 30px;
}
.tags.inline {
    display: inline;
    list-style: outside none none;
    padding: 0 10px;
    text-transform: uppercase;
}
.text-center{
	text-align: center;
}

.row-element {
    margin-bottom: 70px;
    margin-top: 70px;
}

.node__content ul li {
    position: relative;
    list-style: none;
    line-height: 1.6em;
    margin-bottom: 5px;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.node__content ul li:before {
font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\f046";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
color: #2A307F;
    font-size: 22px;
    padding-left: 0;
    position: absolute;
    top: 2px;
    left: -24px;
}
figcaption{
  font-size: 14px;
  color: #CCC;
  text-align: center;
}
.text-medium {
  font-size: 1.4rem;
  line-height: 1;
}

@media (min-width: 576px) {
  .text-medium {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .text-medium {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.text-big {
  font-size: 1.8rem;
  line-height: 1;
}

@media (min-width: 576px) {
  .text-big {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .text-big {
    font-size: 2.2rem;
  }
}

.text-huge {
  font-size: 2.5rem;
  line-height: 1;
}

@media (min-width: 576px) {
  .text-huge {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  .text-huge {
    font-size: 3rem;
  }
}

@media (min-width: 576px) {
  .text-xs-center {
    text-align: left;
  }
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 34px;
  }
  h1.page-title{
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  }

  h2, .h2 {
    font-size: 35px;
    line-height: 1.3em;
    margin-top: 15px;
  }
  .block-content h2,.view-header h2, .view-header .h2{
  font-size: 30px;
  }
  h3, .h3 {
    font-size: 21px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 16px;
  }

}

@media (min-width: 992px) {

  }

@media (min-width: 1200px) {

}

