@import url(https://fonts.googleapis.com/css?family=Lato);

/* ---------------------------------------------

 * Filename:     style.css
 * Version:      1.0.0 (2015-11-07)
 * Website:      http://www.zymphonies.com
 * Description:  System Style
 * Author:       Zymphonies Dev Team
 info@zymphonies.com

 -----------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  background:#fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 150%;
  background-attachment: fixed;
}

a {
  color: #0881cd;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #0B9CA1;
}

h1, .h1, h2, h3, h4, h5, h6 {
  font-family:  'Lato', sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
  color: #000;
  line-height: 100%;
}

h1 { font-size: 26px; }

.h1{ font-size: 42px; }

h2 { font-size: 24px; }

h3 {
  font-size: 20px;
  
}

p { margin-bottom: 15px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th,
.sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

table {
  background: #ececec;
  border: 1px solid #bbbbbb;
}

th {
  background: #2E3D4A;
  border-right: 1px solid #c8c7c7;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

td {
  background: #FFF;
  color: #747474;
  text-align: left;
  padding: 10px;
  border: 1px solid #DBDBDB;
}

code {
  background: rgb(250, 250, 250);
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color: #fdfc9b;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

hr {
  border: none;
  border-top: #EEE 1px solid;
}

dt {
  font-weight: bold;
  margin-bottom: 24px;
}

dd {
  margin-left: 30px;
  margin-bottom: 24px;
}

ul {
  list-style-type: disc;
  margin-left: 0;
  margin-bottom: 12px;
}

ul ul {
  list-style-type: square;
  margin-bottom: 0;
}

ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom: 0;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom: #999 1px dotted;
  cursor: help;
}

big {
  font-size: 1.3em;
}

cite,
em {
  font-style: italic;
}

ins {
  background-color: #fdfc9b;
  text-decoration: none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes: none;
  border: 1px solid rgb(226, 220, 220);
  background: rgb(250, 247, 247) url(../images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 10px;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

img,
video {
  max-width: 100%;
  /*height: auto;*/
}

video {
  display: block;
}

audio {
  max-width: 100%;
}

b {
  font-weight: bold;
  color: #333;
}

.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; 
}

#home-top-block {
  padding: 0;
  z-index: 9;
  margin: 0 auto;
  background: #f9fafb;
}

.front #post-content {
  text-align: center;
  padding: 0;
}
.front #block-system-main{
  display: none;
}
#post-content{
  padding: 20px 0;
}
.region-content{
  padding: 10px 0;
}
.front #container{
  background: #f9f9f9;
  margin-top:0;
}
#social_slider {
  background: #f9fafb;
}
#header_wrapper {
  position: relative;
  z-index: 9;
  background: #fff;
}

#header {
  max-width: 1024px;
  margin: 0 auto;
}

.top_left {
  float: left;
  display: table;
  margin: 10px 0;
}

.top_right {
  float: right;
  margin: 10px 0;
}

#logo {
  display: inline-block;
  vertical-align: middle;
}

.not-front #logo {
  margin-top: 5px;
}

.fixed #logo img{
  width: 100px;  
}
#logo a{
  margin: 0 5px 0 0;
  display: block;
}

#logo img {
  display: block;
  height: 55px;
  max-width: 100%;
}

#site-title {
  margin: 0px;
  font-size: 24px;
  font-weight: bold;
  line-height: 112%;
  display: inline-block;
  vertical-align: middle;
}

#site-title a {
  font-weight: normal;
}

#site-description {
  margin: 0;
  clear: both;
  color: #888;
  font-size: 13px;
  line-height: 120%;
  font-weight: normal;
}

.menu_wrapper {
  width: 100%;
}

.menu-wrap {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 200;
  right: 0;
  left: 0;
   -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.not-front .menu-wrap {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}

.fixed #main-menu{
  margin-top:30px;

}
#main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top:14px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

.region-search{
  float: right;
  margin: 9px 0;
  position: relative;
  width: 200px;
}

.region-search input{
  margin: 0;
}
.search-button input[type="submit"]{
    font-family: FontAwesome;
    color: #fff !important;
    display: inline;
    font-size: 18px;
}
#block-search-form{
  float:right;
  margin-right: 2px;
}
#block-search-form #edit-actions{
  display:none;
}
#block-search-form .content {
    margin-top: 0;
}
#block-search-form input.form-text {
    border-radius: 3px 0 0 3px;
    border-right: 0;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin-right: 0px;
    padding: 0px;
    width: 150px;
    border: 1px solid #ddd;
    margin: 0;
    transition: all .5s ease;
    background: #fff;
}
#block-search-form button.form-submit {
    margin: 0;
    padding: 1px 5px 0px 6px;
    vertical-align: top;
    transition: all .5s ease;
    color:#00A9EB;
    background: #F9F9F9;
    border-radius: 0 3px 3px 0;
    border: 1px solid #ddd;
    font-size: 14px;
    border-left: 0;
    height: 24px;
}

#block-search-form .fa-search {
  color: #333;
}

#main-menu ul {
  float: left;
  padding: 0;
  margin: 0;
}

#main-menu li {
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  float: left;
}

#main-menu a {
  padding: 11px 18px;;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  line-height: 100%;
  white-space: nowrap;
  font-weight: 600;
}

#main-menu li li a.active{
  border-bottom: 1px solid #525252;
}

#main-menu ul li:first-child {
  padding-left: 0;
}

ul.menu {
  padding: 0;
  margin: 5px 0 5px 0;
}

.region ul.menu li,
.region ul.links li,
.region .item-list ul li {
  background: none;
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 0 0 0 15px;
  text-align: left;
}

.drop-down-toggle {
  position: absolute;
  top: 8px;
  right: 16px;
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: rgb(73, 71, 71);
  border: rgb(170, 170, 170) 2px solid;
}

.drop-down-arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 7px 0 0 4px;
  border-top: 7px solid #aaa;
  border-left: transparent 7px solid;
  border-right: transparent 7px solid;
}

#main-menu li li {
  float: none;
  min-width: 150px;
  padding: 0;
  margin: 0;
  position: relative;
}

#main-menu li ul ul {
  left: 151px;
  top: 0;
}

#main-menu li li a {
  min-width: 150px;
  margin: 0;
  border-bottom: 1px solid #525252;
  text-align: left;
  overflow: hidden;
  padding: 15px 15px;
  color: #DEDEDE;
  font-size: 11px;
}

#main-menu li li.expanded > a {
  background: url(../images/arrow.png) center right no-repeat;
}

#main-menu li ul {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 0;
  margin: 0;
  background: #333;
  overflow: visible !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display: block;
}

#main-menu .nav-toggle {
  display: none;
}

#main-menu ul li.leaf,
#main-menu ul li.expanded,
#main-menu ul li.collapsed {
  list-style: none;
}

#main-menu ul.menu li li {
  border: 0;
  margin: 0;
  width: 100%;
}

#main-menu ul.menu li li:hover >a {
  color: #fff;
  background-color: #222;
}

#main-menu li.expanded,
#main-menu li.collapsed,
#main-menu li.leaf {
  margin: 0;
  padding: 0;
}

#container {
  
  clear: both;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.83);
}

.container-wrap {
  margin: 0px auto;
  overflow: hidden;
}

.homebanner{
  position: relative;
  background: url(../../../../../fr/sites/prcmarine.org/themes/prcm2/images/bg.html) no-repeat bottom #00afc4;
  font-size: 14px;
  background-size: cover;
  left: 0;
  margin: auto;
  right: 0;
  width: 100%
}

.homebanner .region{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.region-slideshow {
  /*max-width: 1024px;*/
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

.region-home-banner-text .block{
  /*max-width: 1024px;*/
  margin: 0 auto;
  text-align: center;
}

.region-home-banner-text h1{
  font-weight: bold;
  color: #fff;
  font-size: 25px;
}

.region-home-banner-text p{
  font-size: 16px;
  color: #fff;
}
.view-featured-slider{
	background: -moz-linear-gradient(top,  #0088dd, #0088dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088dd), color-stop(100%,#0088dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0088dd 0%,#0088dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0088dd 0%,#0088dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0088dd 0%,#0088dd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0088dd 0%,#0088dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50088dd', endColorstr='#0088dd',GradientType=0 ); /* IE6-9 */
}
.view-featured-slider .view-footer,#page_header_prcm .text{
  background: rgb(255, 255, 255);
  z-index: 100;
  top: 36%;
  max-width: 40%;
  height: 68px;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  margin: 0 auto;
  right: 9%;
  z-index: 50;
  position: absolute;
}
.nivo-caption h1{
    color: #fff;
   font-family: "Source Sans Pro",sans-serif;
    font-size: 15px;
    text-align: right;
    width:40%;
    float:right;
    position: relative;
    right:115px;
}
.nivo-caption {
  background: none;  
  z-index: 100;
  top: 58%;
  position: absolute;
  max-width: 100%;
  height: 88px;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  padding: 5px 0px;
  text-align:right;
  opacity: 1; 
  z-index: 50;
}

.view-featured-slider .view-footer .site-slogan h1,#page_header_prcm .text p {
  padding: 10px 3px;
  font-size: 20px;
  text-transform: initial;
  color:#0088DD;
  line-height: 100%;
  text-align: right;
}
.view-featured-slider .view-footer .site-slogan h1{
  font-size: 18px;
}
.prcm-title{
  color:#ffffff;
  background:transparent;
  font-family:  'Lato', sans-serif;
  z-index:167;
  position:absolute;
  top: 23%;
  right: 9%;
  font-weight:bold;
  font-size:4.2em;
}

.nivo-caption p {
  padding: 15px 0;
  font-size: 14px;
}

.theme-default .nivo-controlNav {
  text-align: center;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  width: 100px;
}

.theme-default .nivo-controlNav {
  padding: 5px 0 0 0;
  position: absolute;
  bottom: 70px;
  z-index: 99;
  text-align: center;
  width: 100%;
}

.theme-default .nivo-controlNav a {
  text-indent: 9999px;
  font-size: 0;
}

.theme-default .nivo-controlNav a:hover img {
  background: #999;
}

.theme-default ul.banner-menu{
  overflow: hidden;
  margin: 0;
}

.theme-default ul.banner-menu li{
  display: inline-block;
}

.theme-default ul.banner-menu li a{
  display: block !important;
  background: none;
  border: 1px solid #24C9CF;
  padding: 6px 18px;
  border-radius: 3px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-right: 20px;
}

.theme-default ul.banner-menu li.active a{
  background: #24C9CF;
}

.content-sidebar-wrap {
  float: left;
  width: 100%;
}

.content-sidebar-wrap #content {
  display: inline;
  margin-bottom: 10px;
  float: right;
  width: 100%;
}

#sidebar-first {
  float: left;
}

#sidebar-second {
  float: right;
  border-left: 1px solid #ccc;
  padding-left: 5px;
}

aside .block {
  margin-bottom: 10px;
}

aside #user-login-form input.form-text {
  width: 100%;
}

/* 3 columns */

body.two-sidebars .content-sidebar-wrap {
  width: 79%;
}

body.two-sidebars #content {
  width: 73%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 73%;
}

body.front.sidebar-first #content{
  width: 100%;
}

body.sidebar-first #sidebar-first {
  width: 24%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 75%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 22%;
}

.breadcrumb {
  margin-bottom: 10px;
  margin: .5rem 2%;
}

.node {
  margin: 20px 0;
}

.node h2.title,
.page-title {
    padding: 10px 20px;
    color: #0881cd;
    position:relative;
}
.page-title:after {
    border: 1px solid #0881cd;
    bottom: -1px;
    content: "";
    height: 2px;
    background: #0881cd;
    left: 20px;
    position: absolute;
    width: 100px;
}

.node h2.title a,
.page-title a{
  color: #000;
}

.block {
  margin-bottom: 10px;
}

.block > h2 {
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
  text-align: left;
}

.theme-default .nivo-directionNav a {
  top: 0;
  left: 0;
  opacity: .2 !important;
  background: url(../images/slider-arrow.png) #FFF -12px 50px;
  height: 40px;
}

.theme-default .nivo-directionNav a:hover {
  opacity: 1 !important;
}

.nivo-directionNav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40px;
  top: 37%;
  z-index: 6;
  margin-top: -20px;
}

.theme-default .nivo-caption * {
  font-family:  'Lato', sans-serif;
  color: #fff;
}

.theme-default a.nivo-prevNav:hover {
  background: url(../images/slider-arrow.png) #FFF -12px 44px;
}

.theme-default a.nivo-nextNav {
  right: 0;
  background-position: -78px 50px;
  left: auto;
}

.theme-default a.nivo-nextNav:hover {
  background-position: -78px 44px;
}

#footer-area{
  padding: 20px 0;
}

#footer-area ul.menu li a.active {
  color: #ddd;
}

.region-front-welcome {
  max-width: 1024px;
  margin: 2% auto;
  text-align: center;
  overflow: hidden;
  line-height: 150%;
}

.region-front-welcome .block h2 {
  text-align: center;
  font-size: 22px;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
}

ul.links {
  margin: 0;
}

.form-submit {
  cursor: pointer;
  margin: 5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

/*-------------------------------------------*
Menus and item lists
/*-------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

/*-------------------------------------------*
Admin Tabs
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li {
  float: left;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
Tabs and Tags
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a {
  display: inline-block;
  background: url(../images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*
Profile
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.profile .field {
  padding: 5px;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
Navigation
/*-------------------------------------------*/

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
Forum
/*-------------------------------------------*/

.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(../images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a {
  font-size: 16px;
}

/* -------------------------
Images
---------------------------- */

img {
  outline: 0;
}

img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* -------------------------
Comments
---------------------------- */

.comment h2.title{
  border-bottom: 1px solid #eee;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.user-picture {
  text-align: center;
}

.comment div.user-picture img {
  margin-left: 0;
  border-radius: 50%;
  border: 0;
  max-width: 80px;
}

.comment-submitted {
  text-align: center;
}

.comment {
  margin: 20px 0;
  display: table;
  vertical-align: top;
}

.comment .attribution {
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: top;
  overflow: hidden;
  width: 20%;
  margin: 0;
}

.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}

.comment .attribution .username {
  white-space: nowrap;
}

.comment .comment-submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}

.comment .comment-submitted .comment-time {
  font-size: 0.786em;
}

.comment .comment-submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}

.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}

.comment .comment-arrow {
  background: url(../../../../../fr/sites/prcmarine.org/themes/prcm2/images/comment-arrow.html) no-repeat 0 center transparent;
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -36px;
  margin-top: 15px;
  position: absolute;
  width: 20px;
}

.comment .comment-text {
  padding: 0 15px 0px 15px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
}

.comment .indented {
  margin-left: 80px;
  border: 1px solid #eee;
}

.comment-unpublished {
  margin-right: 5px;
  padding: 5px 2px 5px 5px;
}

.comment .comment-text .comment-arrow {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

/* -------------------------
Form Elements
---------------------------- */

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.fieldset-wrapper {
  margin-top: 25px;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  top: 0;
  padding: 1em 0 0.2em;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

fieldset.collapsed {
  background: transparent;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

fieldset.collapsed legend {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

fieldset .fieldset-wrapper {
  padding: 0 10px;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-style: italic;
}

input {
  margin: 2px 0;
  padding: 4px;
}

input:focus {
  outline-color: #ECF8FC;
}

textarea.form-textarea,
select.form-select {
  padding: 4px;
}

input.form-text,
textarea.form-textarea,
select.form-select {
  border: 1px solid #BEBEBE;
  padding: 12px;
  border-radius: 2px;
  max-width: 86%;
  background: #FFFEFE;
}

.password-suggestions ul li {
  margin-left: 1.2em;
}

.form-item, .form-actions {
  margin: 10px 0;
}

.form-type-radio label, .form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2px;
}

button,
body a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: 0;
  color: #fff;
  margin: 0 5px 5px 0;
  padding: 13px 16px;
  display: inline-block;
  font-size: 16px;
  background-color: #006D90;
}
.views-exposed-form .views-exposed-widget .form-submit {
     margin-top: 0em;
}

button:hover,
body a.btn:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #006484;
}

ol.search-results {
  padding-left: 0;
}

.search-results li {
  border-bottom: 1px solid #d3d7d9;
  padding-bottom: 0.4285em;
  margin-bottom: 0.5em;
}

.search-results li:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 1em;
}

.search-results .search-snippet-info {
  padding-left: 0;
}

.search_block {
  margin: 9px 0;
  overflow: hidden;
}

.region-search input.form-text{
  width: 200px;
  background: #fff;
  padding: 6px;
  border-radius: 0;
}

.top_right .region-user-menu {
  overflow: hidden;
  width: 100%;
}

#top-area {
  padding:0 0 30px 8%;
  
}

#top-area .block {
  margin: 0;
}

#top-area .column {
  float: left;
  padding: 0 1%;
  padding-top:5px;
  text-align: center;
  margin-left:5px;
}

/* #top-area .column .region{
  background: #fff;
  border:1px solid #e2e3e4;
  min-height:240px;
  position:relative;
} */

#top-area .column h2{
  text-align: center;
}

#top-area .column .block-prcm-toolkit h2{
  padding: 90px 0 5px 0;
  color: #009bff;
  font-size:18px;
  border-bottom:none;
}

#top-area .column .block-prcm-toolkit .content{
  padding-top:5px;
  min-height:167px;
  height:167px;
  position:relative;
  font-size: 12px;
}
#top-area .column .block-prcm-toolkit .content > a{
  display:block;
  clear:both;
  padding:15px 0;
  background:#0881cd;
  color:#ffffff;
  width:100%;
  text-align:center;
  margin-top:5px;
  position:absolute;
  bottom:0;
  left:0;
}

#top-area .column.one .block-prcm-toolkit{
  background:url('../images/la-une.png') center top no-repeat;
}
#top-area .column.three{
  padding-right: 0;
}

#top-area .column.three .block-prcm-toolkit{
  background:url('../images/membre.png') center top no-repeat;
}
#top-area .column.two {
  border-width: 1px 0;
}

#top-area .column.two .block-prcm-toolkit{
  background:url('../images/forum.png') center top no-repeat;
}

#top-area .column.four .block-prcm-toolkit{
  background:url('../images/thematik.png') center top no-repeat;
}
#top-area h3{
  font-family:  'Lato', sans-serif;
  color: #2ac5ee;
}

#top-area .fa{
  padding: 25px 20px;
  background: #F4F4F4;
  border-radius: 50%;
  font-size: 24px;
  width: 70px;
  text-align: center;
  height: 70px;
  color: #BEBEBE;
}

#footer-area .column:last-child {
  float: right;
}

#top-area .column-title {
  color: #e0e0e0;
}

#footer-area {
  content: " "
}

#footer-area::before {
  content: " "
}

#footer {
  position: relative;
  overflow: hidden;
  clear: both;
  color: #fff;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/media-back.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -100;
}

.footer-bg::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2000px;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

#footer *{
  color: #f6f7f8;
}
#footer p span{
  color: #0881cd; 
}
#footer span.social-icons a i{
  color: #0881cd; 
}
#footer h2{
  color: #fff;
  font-size: 16px;
  border-bottom: none;
}
#footer a{
 text-decoration: none;
 color: #fff;
}
#footer a:hover{
  text-decoration: none;
  color: #0881cd;
}
#home-bottom-block *{
  color: #ddd;
}

.footer_credit {
  border-top: 1px solid #fff;
  padding: 10px 0;
  font-size: 13px;
  color: #fff;
}

.footer_credit {
  content: " ";
}

.footer_credit::before {
  content: " ";
}

.region-signup {
  background: #ECF8FC;
  border: 1px solid #C3EBF5;
  padding: 20px 10px;
  margin: 10px 0;
  text-align: center;
}

.region-signup p {
  margin: 0;
}

.region-signup h1 {
  margin-bottom: 15px;
}

.region-signup .btn {
  background: #97BA0C;
  border-color: #AAD20E;
  color: #fff;
  border: 0;
}

.region-signup .btn:hover {
  background: #AAD20E;
}

.footer_credit .copyright {
  float: left;
}

.footer_credit .copyright {
  float: left;
  padding: 5px 0;
}

#footer-area #block-user-login .form-text{
  width: 100%;
}

#footer-area #block-user-login li{
  padding: 0;
}

#footer-area .column {
  float: left;
  width: 25%;
  padding: 10px;
}

#footer-area .column:first-child {
  margin-left: 0;
  float: left;
}

.copyright {
  float: left;
}

.credits {
  padding: 6px 0;
  font-size: 11px;
  text-align: center;
  color: #333;
}

/*---------------------------
Social Icons
----------------------------*/

.social-icons {
  text-align: right;
  float: right;
}

.social-icons ul {
  margin: 0;
}

.social-icons li {
  display: inline-block;
}

.social-icons li a {
  width: 25px;
  color: #333;
  padding: 5px 6px;
  display: block;
  overflow: hidden;
  background: #F9F9F9;
  border-radius: 3px;
  border: 1px solid #EEE;
  line-height: 100%;
  text-align: center;
}

.social-icons li a:hover {
  background: #fff;
  color: #999;
}

/*---------------------------
User Menu
----------------------------*/

.region-user-menu h2 {
  display: none;
}

.region-user-menu ul li {
  display: inline-block;
  background: none;
  padding: 0 10px;
  border-right: 1px solid #636363;
  line-height: 100%;
}

.region-user-menu ul li.last {
  border: 0;
  padding-right: 0;
}

/*---------------------------
Footer
----------------------------*/

#home-bottom-block {
  background: #fff;
  color: #fff;
  padding: 0;
}

.footer_block {
  clear: both;
}

.bottom_widget #footer-area .column {
  width: 32.5%;
}

.top_widget #footer-area .column {
  width: 49.5%;
}

.page-blog article {
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 20px;
}

.page-blog article footer {
  background: #F3F3F3;
  padding: 5px 10px;
  border: 1px solid #E7E7E7;
}

.field-name-field-tag {
  margin: 20px 0;
  overflow: hidden;
}

.field-name-field-tag .field-item {
  display: inline-block;
}

.field-name-field-tag .field-item a {
  display: block;
  background: #5183AF;
  color: #FFF;
  padding: 4px 8px;
  margin: 2px;
  border-radius: 3px;
}

.user-menu-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.user-menu-wrapper * {
  font-size: 12px;
}

.user-menu-wrapper ul.menu {
  text-align: right;
  margin: 0;
  float: right;
}

.user-menu-wrapper ul.menu li {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  background: none;
}

.user-menu-wrapper ul.menu li a {
  display: block;
  padding: 4px 8px;
}

.user-menu-wrapper ul.menu li a:hover {
  text-decoration: none;
}

.region-contactno {
  float: left;
}

.region-contactno .block {
  float: right;
}

.region-contactno h2,
.region-contactno .content {
  float: left;
  margin: 0;
  padding: 0px;
  margin-left: 2px;
  border: 0;
}

.region-contactno .content p {
  padding: 0;
  margin: 0;
}

.full-wrap {
  max-width: 1024px;
  margin: 0 auto;
  clear: both;
  min-height: 70px;
}

#footer .column li {
  display: block;
  padding: 2px 0;
}

#footer .column li:last-child {
  border: 0;
}

#footer ul {
  margin: 0;
  overflow: hidden;
}

.feature {
  text-align: center;
}

.feature .fa {
  padding: 26px;
  font-size: 58px;
  margin: 0 auto;
  border-radius: 50%;
  width: 110px;
  text-align: center;
  height: 110px;
  margin: 3% 0;
}

.not-logged-in.page-user #home-top-block .page-title,
.not-logged-in.page-user #home-top-block .tabs-wrapper {
  display: none;
}

.not-logged-in.page-user #home-top-block{
  max-width: 500px;
  margin: 4% auto;
  background: white;
  padding: 10px 30px;
  border: 1px solid #DDD;
}

.not-logged-in.page-user .breadcrumb{
  display: none;
}

/*Error Style*/

div.error,
div.status,
div.warning {
  background: #FEF5F1;
  border-radius: 3px;
  border-color: #EC7F58;
  padding: 5px 15px;
}

div.status {
  background: #F8FFF0;
  border-color: #BE7;
}

div.warning {
  background-color: #FFFCE5;
  border-color: #ED5;
}

.region-clients {
  overflow: hidden;
  padding: 10px 0;
  background-color: #edf3f3;
}

.region-clients .block{
  max-width: 1024px;
  margin: 0 auto;
}

.region-clients ul li {
  list-style: none;
  float: left;
  width: 20%;
  text-align: center;
  padding: 1.5%;
}

/*view-news*/

.view-news .views-row{
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.view-news p{
  margin: 0;
}

.view-news .views-field-created{
  font-weight: 600;
  font-size: 12px;
  color: #666;
}

.view-news .views-row.views-row-last{
  border: 0;
}

.view-gallery .view-content{
  overflow: hidden;
}

.view-gallery .views-row{
  float: left;
  width: 25%;
  padding: 5px;
}

.view-gallery .views-row img{
  display: block;
}

.front .view-gallery .views-row{
  width: 33%;
}

/*Accordion*/

.ui-widget{
  font-family:  'Lato', sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.ui-accordion .ui-accordion-header{
  background: #00afc4;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  border: 0;
}

.ui-accordion .ui-accordion-content{
  padding: 15px;
  background: #FBFBFB;
}

.ui-tabs.ui-widget{
  padding: 0;
  border: 0;
  background: none;
}

.ui-tabs .ui-tabs-panel{
  padding: 15px;
  background: #FBFBFB;
  border: 1px solid #ddd;
}

.ui-tabs .ui-tabs-nav{
  padding: 0;
  background: none;
  border: 0;
}

.ui-tabs .ui-tabs-nav li{
  background: #00AFC4;
  border: 0;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav li a{
  font-weight: normal;
  color: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active{
  background: #FBFBFB;
  border: 1px solid #ddd;
  border-bottom: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
  color: #333;
}

/*Parallax Block*/

.parallax-block{
  background: #edecf8;
  border-bottom: 1px solid #fff;
}
.parallax-block.one {
  background:#f9fafb;
  overflow: auto;
}
.parallax-block .oppotunite{
  background:#f9fafb;
  color:#fff;
  margin:0;
  min-height:380px;
  float: right;
}
.col-6.agenda{
  background:#f9fafb;
  margin: 0;
  border-right: 1px solid #dddbe9;
  height: 450px;
}
.col-6.actu{
  border-right: 1px solid #dddbe9; 
  margin: 0;
  width: 50%;
}
.parallax-block .oppotunite  .container {
     margin-left: 0; 
 }
.parallax-block .region{
  overflow: hidden;
}

.halfwidth{
  width: 50%;
  float: left;
}

.parallax-block.two{
  background: rgba(237, 236, 248, 0.81);
}

.parallax-block.three{
  background: #edecf8;
}

.parallax-block.four{
  background: #edecf8;
}

.parallax-block .region{
  max-width: 1024px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.parallax-block #block-bean-opportunities h2{
  color:#0881cd;
  text-align: center;
  margin-left: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
.parallax-block #block-bean-opportunities .field-items  .field-item a{
  color:#333;
  text-align:left;
  padding:10px 0;
  display: inline-flex;
}
.parallax-block #block-bean-opportunities .field-items{
  margin:40px 0;
}
.field.field-name-field-bean-description.field-type-text-long.field-label-hidden .even {
    margin: 40px 0;
    margin-left: 80px;
    text-align: left;
    color: #fff;
}

.parallax-block #block-bean-opportunities .field-items  .field-item .link{
  display: inline-block;
  height: 26px;
}

.parallax-block h2{
  text-align: center;
}
#home-block-three{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#home-block-three .region{
  z-index: 2;
  position: relative;
}
#home-block-three .block-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 120%;
    width: 100%;
}

#home-block-three .block-bg::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 2000px;
  background: #fff;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}


#home-block-four{
  background: #00A9DF;
  color: #fff;
  border: 0;
}

.region ul li.node-readmore{
  list-style: none;
  background: none;
  display: inline-block;
}

.node-readmore a{
  background: #00AFC4;
  color: #fff;
  padding: 10px 15px;
  display: block;
}

/*Webform*/

.block-webform form{
  overflow: hidden;
  text-align: left;
  padding: 0 10px;
}

.block-webform input,
.block-webform textarea{
  width: 100%;
}

.webform-component-textarea .grippie{
  display: none;
}

.block-webform .webform-component-textfield{
  float: left;
  width: 50%;
  padding: 0 10px;
}

.block-webform .webform-component-textarea,
.block-webform .form-actions {
  padding: 0 10px;
  clear: both;
}
.theme-light.slider-wrapper{
  padding:0;
}
.bg-color-grad{
  background: #badffa; /* Old browsers */
  background: -moz-linear-gradient(top,  #badffa 0%, #155F91 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#badffa), color-stop(100%,#155F91)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #badffa 0%,#155F91 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #badffa 0%,#155F91 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #badffa 0%,#155F91 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #badffa 0%,#155F91 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#badffa', endColorstr='#155F91',GradientType=0 ); /* IE6-9 */
}

.theme-light a.nivo-prevNav {
  left: 0;
}

.theme-light .nivo-controlNav {
  z-index:8;
  position: absolute;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom:10px;
}

.nivo-caption{

}
.theme-light .nivo-controlNav{
}
.theme-light .nivo-controlNav a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/bullets.png) ;
  text-indent: -9999px;
  border: 0;
  margin: 0 3px;
}

.theme-light .nivo-controlNav a.active {
  background-position:0 89%;
}
#home-block-two{
  background:#fff;
  padding:0;
}
#block-views-actualites-block h2{
  text-align:center;
  margin-left:0px;
  padding: 10px 20px;
  color: #0088dd;
}
.slick__arrow {
  bottom: auto;
  display: none;
  height: 2px;
  left: 0;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  top: -19px;
  width: 100%;
  z-index: 2;
}

.slide__content .slide__grid{
  display:block;
}
.slide__content .slide__grid  {
  clear:both;
  margin: 20px 0;
  overflow:auto
}
.slide__content .slide__grid .grid__content .views-field-field-image{
  float:left;
}
.slide__content .slide__grid .grid__content .views-field-field-image .bande{
  background:#0088dd url('../images/icondate.png') 50% 50% no-repeat;
  text-align:right;
  color:#fff;
  padding-right:5px;
}
.slide__content .slide__grid .grid__content .views-field-title{
  float:right;
  overflow: hidden;
  clear: right;
  padding-right: 10px;
  text-align: left;
}
@media only screen and (min-width: 45em){
  .slide__content .slide__grid .grid__content .views-field-title,.slide__content .slide__grid .grid__content .views-field-body{
    margin-left:2px;
    width:50%; 
  }
}
.slide__content .slide__grid .grid__content .views-field-body{
  float: right;
  text-align: left;
  font-size:13px;
  margin-top: 15px;
}
.slide__content .slide__grid .grid__content .views-field-title a{
  text-align:left;
  color:#0088dd;
  font-size:13px;
  line-height:10px;
  font-weight:bold;
}
#block-views-calendar-block-1{
    float:left;
}
.front #block-views-most-recent-event-block{
    float:right;
    width: 100%;
}
.front #block-views-most-recent-event-block > h2{
    text-align: center;
    position: relative;
    font-size: 30px;
    color: #0881cd;
    text-transform: uppercase;
    margin-bottom:30px;
}

.view .date-nav-wrapper {
    position: relative;
    margin-top: 5px;
    width: 100%;
    background-color: #0088dd;
    color: #ffffff;
}
.view .date-nav-wrapper .date-nav{
  margin-bottom: 0;
  padding-bottom: 5px;
}
.view .date-nav-wrapper .date-heading a{
  color: #fff;
  font-size: 20px;
}
.view .date-nav-wrapper .date-prev,.view .date-nav-wrapper .date-next {
     background: transparent;
}
.view .date-nav-wrapper .date-prev a ,.view .date-nav-wrapper .date-next a{
    margin-left: 10px;
    font-weight: bold;
    color:#fff;
}
.calendar-calendar th.days {
    background-color: transparent;
    padding: 4px 0;
    color: #ccc;
    font-weight: initial;
    border:none;
}
.calendar-calendar tr{
    padding: 4px 0; 
}
.calendar-calendar tr > td{
  padding: 12px 0;
}
.calendar-calendar tr td.today {
    background-color:transparent;
}
.calendar-calendar tr td.today > div:first-child{
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  height: 20px;
  width: 20px;
  padding: 3px 4px;
  margin: 2px 6px;
  line-height: 100%;
  text-align: center;
  background: #53bf81;
}
.calendar-calendar tr td.today > div:first-child a{
  text-decoration: none;
  color:#fff;
}

.calendar-calendar tr td.has-events > div:first-child a{
  text-decoration: none;
}
#block-views-most-recent-event-block .views-field-nothing .row {
    margin-bottom: 10px;
}
#block-views-most-recent-event-block .views-field-nothing .row i.fa{
  font-size: 3.3em;
}
#block-views-most-recent-event-block .views-field-nothing .row .col-8{
  padding-left: 4px;
}
#block-views-most-recent-event-block .views-field-nothing .row .col-8 a{
  color: #333447;
  text-decoration: none;
  text-transform: capitalize;
  padding-left: 4px;
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  display: block;
  line-height: 12px;
}
#block-views-most-recent-event-block .views-field-nothing .row .col-8 span{
  color: #7c7986;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 4px;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  display: block;
  clear:both;  
}
.view-homepage-videos .view-content .col-4{
  float:left;
  margin: 5px 20px;
}

.view-homepage-videos .view-content{
  min-height: 100%;
  height: 570px;
}

.view-homepage-videos .more-link {
  text-align: center;
  min-height: 50px;
}

.view-homepage-videos .more-link a {
  border-radius: 3px !important;
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #2196fe;
  font-size: 18px;
  font-weight: 500;
  text-transform: unset;
  color: #ffffff;
  padding: 10px 30px;
}

#block-views-homepage-videos-block-1 h2, .block-quicktabs h2{
    text-align: center;
    margin: 50px auto;
    padding: 10px 20px;
    color: #0088dd;
}
.block-quicktabs{
  padding: 20px 0;
}
.block-quicktabs .content{
  padding:20px 0;
}
.block-quicktabs .content .quicktabs-wrapper .quicktabs_main{
  margin:30px 26px;
}
.block-quicktabs h2{
  border: 2px solid #0088dd;
  color:#0088dd;
  text-transform: capitalize;
  display: none;
}
.block-quicktabs .quicktabs-wrapper .quicktabs-tabs li a {
  color:#0088dd;
  padding: 0 10px;
  font-size: 18px;
}

.block-quicktabs .quicktabs-wrapper .quicktabs-tabs li.active a{
  border: 1px solid #0088dd;
}
.quicktabs-tabpage .views-field-field-image{
  float: left;
}
.quicktabs-tabpage .views-field-body{
  float: right;
}
.quicktabs-tabpage .views-field-title{
  float: right;
}
.quicktabs-tabpage .views-field-title{
 margin-top: 40px;
}
.quicktabs-tabpage .views-field-title a{
  font-size: 18px;
 
}
.quicktabs-tabpage .views-row{
  padding: 10px 20px;
  
  background: #fff;
    overflow: auto;
}
#block-views-homepage-videos-block-1 .content{
  display: block;
  overflow: auto;
}
#page_header_prcm{
  min-height:320px;
  overflow: hidden;
  position: relative;
  z-index: 1; 
  	background: #50a2d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #0088dd, #0088dd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0088dd), color-stop(100%,#0088dd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0088dd 0%,#0088dd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0088dd 0%,#0088dd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0088dd 0%,#0088dd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0088dd 0%,#0088dd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50088dd', endColorstr='#0088dd',GradientType=0 ); /* IE6-9 */

}
#page_header_prcm .text {
  background: rgba(255, 255, 255, 0.96);
  position: absolute;
  top: 35%;
  z-index: 2;
  max-width: 50%;
  height: 75px;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  margin: 0 auto;
  right: 9%;
}

/*#page_header_prcm .text p{
 padding: 10px 0;
  font-size: 1.5em;
  text-transform: uppercase;
  color:#0088DD;
  line-height: 100%;
}*/
#page_header_prcm .block-bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url('../images/pagehead.png') no-repeat center;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 120%;
    width: 100%;
}
.theme-light .nivoSlider img {
    border: none;
}
.view-actualites .views-row .actu-title a,.view-focus .views-row .actu-title a,.view-centre-de-ressources a{
  color: #0881cd;
  font-weight: bold; 
}

.view-actualites .views-row  .more-link,.view-focus .views-row  .more-link {
  display: block;
  clear: both;
  width: 110px;
  margin-top: 15px;
  text-align: center;
  border-radius: 3px !important;
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #2196fe;
  font-size: 14px;
  font-weight: 500;
  text-transform: unset;
  color: #ffffff;
  padding: 5px 15px;
}

.view-team .views-row .more-link{
  color:#0881cd;
  display: block;
  clear: both;
  width: 80px;
}

#block-system-main{
  margin: 1.5rem 2%;
  margin-bottom:60px;
  background: #fff;
}

#sidebar-second .block > h2 {
    margin: 8px 0px;
    overflow: hidden;
    text-align: left;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333333;
    padding: 3px 4px;
    display: block;
    clear: both;
    position:relative;
    font-size: 1.1em;
}

#sidebar-second .block > h2:after{
    border: 1px solid #0881cd;
    bottom: -1px;
    content: "";
    height: 2px;
    background: #0881cd;
    left: 0;
    position: absolute;
    width: 50px;
}
.top-header {
    padding-top: 8px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    color: #ffffff;
    height: 40px;
}
.top-header .container{
    height: 16px;
}
.region-top-header-right {
    float:right;
    overflow:auto;
    width:25%;
}
.region-top-header-right #block-locale-language > h2{
    display:none;
}

.region-top-header-right #block-locale-language ul{
    list-style:none;
}
.region-top-header-right #block-locale-language ul li{
    display: inline-block;
    margin-right: 3px;
}

.view-centre-de-ressources .doc{
   position:relative;
}

.view-centre-de-ressources .doc:before{
color: #E2E2E2;  
     content: "\f1c1";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 2em;
    width: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0881cd;
}
.view-centre-de-ressources .document:before{
    color: #E2E2E2;  
     content: "\f1c1";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 2em;
    width: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0881cd;

}
.view-centre-de-ressources .vid:before{
    color: #E2E2E2;  
     content: "\f1c8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 2em;
    width: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0881cd;
}
.view-centre-de-ressources .aud:before{
  content: "\f1c7";  
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 2em;
    width: 35px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0881cd;
}
.view-centre-de-ressources .disc:before{
    content: "\f0e5";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 5em;
    width: 88px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E2E2E2;

}
.view-centre-de-ressources .publ:before{
    content: "\f097";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 5em;
    width: 88px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E2E2E2;}

.view-centre-de-ressources .views-row{
  padding: 10px 0;
  border-bottom: 1px solid #E2E2E2;
}
.views-nivo-slider {
  height: 100% !important;
  margin-bottom: 0!important;;
}
#block-locale-language{
  margin-bottom:0;
  float: left;
  margin-right: 7px;
}

#block-locale-language ul {
     margin-left: 0px; 
     margin-bottom: 0px; 
}

.node-article .field-name-field-image{
  float: left;
  margin-right: 35px;
}

#block-views-part-block-4,#block-views-part-block-5,
#block-views-part-block-3,#block-views-part-block-2,
#block-views-part-block-6,#block-views-part-block-7,
#block-views-part-block-8,#block-views-part-block-9,#block-views-part-block-1,
#block-views-part-block,#block-views-views-agenda-block,
#block-bean-opportunites,#block-bean-autre-plateforme,
#block-prcm-toolkit-directory,#block-views-part-block-13,
#block-views-part-block-14,#block-views-part-block-12,#block-views-part-block-15,
#block-views-part-block-10,#block-views-part-block-11,
#block-views-part-block-17,#block-views-part-block-18,#block-views-part-block-16, 
#block-views-part-block-16, #block-views-part-block-19{
   margin-left: 17px;
   margin-right: 20px;
   float: left;
   margin-bottom: 10px;
}
.one-sidebar #block-views-part-block-4,.one-sidebar #block-views-part-block-5,
.one-sidebar #block-views-part-block-3,.one-sidebar #block-views-part-block-2,
 .one-sidebar #block-views-part-block-6,.one-sidebar #block-views-part-block-1,
 .one-sidebar #block-views-part-block,.one-sidebar #block-views-views-agenda-block,
 .one-sidebar #block-bean-opportunites,.one-sidebar #block-bean-autre-plateforme,
 .one-sidebar #block-prcm-toolkit-directory,.one-sidebar #block-views-part-block-13,
 .one-sidebar #block-views-part-block-14,.one-sidebar #block-views-part-block-12, .one-sidebar #block-views-part-block-17,
 .one-sidebar #block-views-part-block-18, .one-sidebar #block-views-part-block-16, .one-sidebar #block-views-part-block-19 {
   margin-left: 5px;
   margin-right: 20px;
 }
#block-views-part-block-6 .field-content a ,#block-views-part-block-7 .field-content a ,
#block-views-part-block-8 .field-content a , #block-views-part-block-9 .field-content a , 
#block-views-part-block-4 .field-content a ,#block-views-part-block-5 .field-content a, 
#block-views-part-block-3 .field-content a ,#block-views-part-block-2 .field-content a, 
#block-views-part-block-1.field-content a ,#block-views-part-block .field-content a
#block-views-part-block-13 .field-content a,#block-views-part-block-14 .field-content a
,#block-views-part-block-12 .field-content a,#block-views-part-block-15 .field-content a,
#block-views-part-block-10 .field-content a,#block-views-part-block-11 .field-content a,
#block-views-part-block-17 .field-content a,#block-views-part-block-18 .field-content a,
#block-views-part-block-16 .field-content a, #block-views-part-block-19 .field-content a{
  color:inherit;
}

#block-views-part-block-4 .field-content p ,#block-views-part-block-5 .field-content p,
#block-views-part-block-7 .field-content p ,#block-views-part-block-8 .field-content p ,
#block-views-part-block-9 .field-content p ,#block-views-part-block-3 .field-content p ,
#block-views-part-block-1 .field-content p ,#block-views-part-block .field-content p
#block-views-part-block-13 .field-content p ,#block-views-part-block-14 .field-content p
,#block-views-part-block-12 .field-content p,#block-views-part-block-15 .field-content p,
#block-views-part-block-10 .field-content p,#block-views-part-block-11 .field-content p,
#block-views-part-block-17 .field-content p,#block-views-part-block-18 .field-content p,
#block-views-part-block-16 .field-content p, #block-views-part-block-19 .field-content p{
  text-align:justify;
}
#block-views-part-block-4 h2,#block-views-part-block-5 h2,
#block-views-part-block-6 h2, #block-views-part-block-2 h2,
#block-views-part-block-1 h2,#block-views-part-block-3 h2,
#block-views-part-block-7 h2,#block-views-part-block-8 h2,
#block-views-part-block-9 h2,
#block-views-part-block h2,#block-views-views-agenda-block h2,
#block-bean-opportunites h2,#block-bean-autre-plateforme h2,
#block-prcm-toolkit-directory h2,#block-views-part-block-13 h2,
#block-views-part-block-14 h2,#block-views-part-block-12 h2 ,#block-views-part-block-15 h2,
#block-views-part-block-10 h2,#block-views-part-block-11 h2,
#block-views-part-block-17 h2,#block-views-part-block-18 h2,
#block-views-part-block-16 h2, #block-views-part-block-19 h2{
  position: relative;
  color:#0881cd;
  margin-bottom: 20px;
  line-height: 37px;
}
#block-views-part-block-4 h2:before, #block-views-part-block-5 h2:before,
#block-views-part-block-6 h2:before,#block-views-part-block-2 h2:before,
#block-views-part-block-1 h2:before,#block-views-part-block-3 h2:before,
#block-views-part-block-7 h2:before,#block-views-part-block-8 h2:before,
#block-views-part-block-9 h2:before,
#block-views-part-block h2:before, #block-views-views-agenda-block h2:before,
#block-bean-opportunites h2:before,#block-bean-autre-plateforme h2:before,
#block-prcm-toolkit-directory h2:before,#block-views-part-block-13 h2:before, 
#block-views-part-block-14 h2:before ,#block-views-part-block-12 h2:before,
#block-views-part-block-15 h2:before, #block-views-part-block-10 h2:before,#block-views-part-block-11 h2:before,
#block-views-part-block-17 h2:before,#block-views-part-block-18 h2:before,
#block-views-part-block-16 h2:before, #block-views-part-block-19 h2:before{
    content: "";
    height: 35px;
    width: 54px;
    display: block;
    float: left;
    margin-right: 10px;
}
#block-views-part-block-2 h2:before, #block-views-part-block-16 h2:before{
  background:url(../images/partenariat.jpg) no-repeat center;

} 
#block-views-part-block-1 h2:before{
  background:url(../images/equipe.jpg) no-repeat center;

}
#block-views-part-block-3 h2:before, #block-views-part-block-17 h2:before{
  background:  url(../images/memberb.jpg) no-repeat center;

}
#block-views-part-block h2:before, #block-views-part-block-18 h2:before{
  background: url(../images/gouvernance.jpg) no-repeat center;

}

#block-views-part-block-13 h2:before{
    content: '\f098';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-14 h2:before{
    content: '\f022';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-views-agenda-block h2:before{
    content: '\f073';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-bean-opportunites h2:before{
    content: '\f128';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-bean-autre-plateforme h2:before{
    content: '\f08e';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-prcm-toolkit-directory h2:before{
    content: '\f0c0';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-4 h2:before{
    content: '\f086';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-5 h2:before, #block-views-part-block-19 h2:before{
    content: '\f0ae';
    font: normal normal normal 38px/1 FontAwesome;
}

#block-views-part-block-6 h2:before{
    content: '\f046';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-7 h2:before{
    content: '\f1b8';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-8 h2:before{
    content: '\f071';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-9 h2:before{
    content: '\f2cb';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-12 h2:before{
    content: '\f0f6';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-15 h2:before{
    content: '\f00e';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-10 h2:before{
    content: '\f0f6';
    font: normal normal normal 38px/1 FontAwesome;
}
#block-views-part-block-11 h2:before{
    content: '\f022';
    font: normal normal normal 38px/1 FontAwesome;
}


.box-overlay {
    position: relative;
}
.box-overlay a{
  display: table-cell;
  vertical-align: middle;
  top: 0px;
  background: none;
  position: relative;
  text-align: center;
}
.box-text-overlay {
    z-index: 5;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 32px;
    font-family:   Lato, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 34px;
}

.grid-item-image img {
  opacity:0.5;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
}

.grid-item-image {
  display: block;
  background: #0E1D2E;
 /* max-width: 270px;*/
  margin: 5px auto;
  overflow: hidden;
}

.col-4:hover  .grid-item-image img{
  opacity:1;
}

.grid-item-image .box-overlay {
  display: table;
  height: 160px;
  width: 100%;
  overflow: hidden;
}
.grid-item-image .box-overlay img {
  position: absolute;
}
.grid-item-image .box-overlay .box-text-overlay  {
  display: block;
  vertical-align: middle;
  top: 0px;
  background: none;
  position: relative;
}

.field-name-field-bean-ressource-type {
  padding:0px 40px;
  color:#fff;
  width:100%;
  text-align: left;
}
.view-thematiques .col-4 {
  float:left;
  margin:.5rem 2%;
  min-height:.125rem
}

.field-label-inline .field-items{
  margin-left: 4px;
}


/** STYLES REFACTORING **/

.ff-serif {
  font-family: 'Lora', serif;
}

.font-weight-normal {
  font-weight: normal;
}

 .lts-1px {
   letter-spacing: 1px;
}


.w-full {
  width: 100%;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.d-block {
  display: block;
}

.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute
}



.bg-white {
  background-color: #fff;
}






.small {
  font-size: 0.75rem;
}
.card-heading {
  font-size: 2.25rem;
}
.styled-link {
  text-decoration: none;
  outline: none;
  color: #0088dd;
  transition: all 0.25s ease-in; 
}
.styled-link:hover,
.styled-link:focus,
.styled-link:active {
  color: #536dfe;
}




.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.float-left {
  float: left;
}
.float-right{
  float: right;
}






/**Margin and padding utilities*/
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}


.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}

.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}




.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}


.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 3rem;
}

.card {
  padding: 20px;
  border-radius: 2px;
  border: solid 1px rgba(144, 144, 144, 0.25);
}

.card-wrapper {
}

.card-wrapper a {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  color: #0088dd;
  transition: all 0.25s ease-in; 
  display: block;
}

.card-wrapper a:hover,
.card-wrapper a:focus,
.card-wrapper a:active {
  color: #0088dd;
}

.card-content {
  min-height: 130px;
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  display: block;
}

.card-content a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: #0088dd;
  transition: all 0.25s ease-in; 
  display: block;
}

.card-content a:hover,
.card-content a:focus,
.card-content a:active {
  color: #0088dd;
}

.card-content > .content-text  {
  height: 120px;
}

.card-header {
  padding: 30px;
}

.card-header img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}


/* Slider */
.slick-slider
{
  height: 500px;
	position: relative;
  display: block;
  overflow: hidden;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider .item {
  height: 500px;
  background-size: cover; 
  -ms-background-size: cover; 
  -o-background-size: cover; 
  -moz-background-size: cover; 
  -webkit-background-size: cover;
}

.slick-slider .item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #fff, #0088dd);
  opacity: .6;
}

.slick-list
{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;
	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}

.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/** Slick Arrow */

.slick-prev:before,
.slick-next:before {
  color: black;
  content: '';
}

.slick-arrow {
  width: 30px;
  height: 30px;
  z-index: 5;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0.5;
}

.slick-arrow:hover {
  opacity: .3
}

.slick-prev {
  left: 0%;  
  transform: rotate(225deg);
  margin-left: 20px;
}

.slick-next {
  right: 0%;
  transform: rotate(45deg);
  margin-right: 20px;
}

.ct-header .ct-slick {
	margin-bottom: 0;
}
.slick-initialized .slick-slide {
	display: block;
}
.ct-u-display-tablex {
	display: table;
	width: 100%;
	height: 600px;
}
.ct-u-display-tablex > .inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.ct-u-display-tablex > .inner h1.big {
	font-size: 3.0rem;
	line-height: 1;
	color: #fff;
	font-weight: 700;
  text-shadow: -2px 7px 16px rgba(14, 12, 41, 0.2), -2px 4px 2px rgba(0, 0, 0, 0.1);
}

.ct-u-display-tablex > .inner h1.big2 {
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
	font-weight: 500;
  padding-top: 50px;
}

.ct-u-display-tablex > .inner .description {
  background-color: rgb(255, 255, 255, 0.8);
}

.ct-u-display-tablex > .inner .description .big2{
  color: #0881cd;
}

.ct-u-display-tablex > .inner p {
	font-size: 2.3rem;
	line-height: 1.1;
	margin: 30px 0 40px;
	color: #fff;
}

.btn {
	text-transform: uppercase;
    font-weight: bold;
    padding: 15px 26px;
    padding: 1.5rem 2.6rem;
    color: #fff;
    border-radius: 0;
    border: none;
    font-size: 22px;
    font-size: 2.2rem;
}
* {
outline: none !important;
}
.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
}
.btn-transparent {
	background-color: transparent;
	border: 3px solid #fff;
}
.ct-slick .slick-track,
.ct-slick .slick-list,
.ct-slick .item,
.ct-slick .slick-item {
	min-height: inherit;
}

.slick-list {
	height: 600px;
}

.icon-check {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../images/checkmark%402x.png);
  -webkit-background-size: 26px 26px;
  -moz-background-size: 26px 26px;
  background-size: 26px 26px;
}

.opp-text {
  margin-left: 15px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
}

.section-news-block {
  padding-bottom: 30px;
}

.section-news-block .news-wrapper {
  background: #ffffff;
  border: 1px solid #ebebeb;
}
.section-news-block .news-wrapper .news-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-news-block .news-wrapper .news-img img {
  margin-bottom: 0px !important;
  width: 100%;
  display: block;
  height: 210px;
}
.section-news-block .news-wrapper .news-img .date-meta {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  background: #0088dd;
  font-size: 30px;
  width: 110px;
  text-align: center;
  margin-left: -55px;
  color: #ffffff;
  padding: 6px 0;
  font-weight: 600;
}
.section-news-block .news-wrapper .news-img .date-meta span {
  font-size: 16px;
  display: block;
}
.section-news-block .news-wrapper .news-meta {
  list-style: none;
  overflow: hidden;
  margin: 6px 0;
}
.section-news-block .news-wrapper .news-meta li {
  display: block;
}
.section-news-block .news-wrapper .news-button {
  border-radius: 0 !important;
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #0088dd;
  font-size: 12px;
  color: #ffffff;
  padding: 5px 10px;
}
.section-news-block .news-wrapper .news-button:hover {
  background: #FFFFFF;
  border: 0px;
  color: #0088dd;
}
.section-news-block .news-wrapper .news-content {
  padding: 0px 12px 24px 12px;
}
.section-news-block .news-wrapper .news-content .news-text h5 a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 18px !important;
  color: #444444;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.section-news-block .news-wrapper .news-content .news-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  font-weight: 300;
}
.section-news-block .news-wrapper:hover .news-img:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section-news-block .news-wrapper:hover .news-button {
  background: #0088dd;
  color: #FFFFFF;
}
.section-news-block .news-wrapper:hover .news-button .fa {
  color: #FFFFFF;
}


/** Calendar */
.section-events-block {
  padding-left: 40px;
}

.section-events-block .events-wrapper {
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
}

.section-events-block .events-wrapper:before {
  position: absolute;
  top: 5px;
  left: -11px;
  display: inline-block;
  border-top: 11px solid transparent;
  border-left: 0 solid #ebebeb;
  border-right: 11px solid #ebebeb;
  border-bottom: 11px solid transparent;
  content: " ";
}

.section-events-block .events-wrapper:after {
  position: absolute;
  top: 6px;
  left: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 0 solid #fff;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  content: " ";
}

.section-events-block .events-wrapper .events-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-events-block .events-wrapper .events-img img {
  margin-bottom: 0px !important;
  width: 100%;
  display: block;
}
.section-events-block .events-wrapper .events-img .date-meta {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 60px;
  background: #0088dd;
  font-size: 30px;
  width: 110px;
  text-align: center;
  margin-left: -55px;
  color: #ffffff;
  padding: 6px 0;
  font-weight: 600;
}
.section-events-block .events-wrapper .events-img .date-meta span {
  font-size: 16px;
  display: block;
}
.section-events-block .events-wrapper .events-meta {
  list-style: none;
  overflow: hidden;
  margin: 6px 0;
}
.section-events-block .events-wrapper .events-meta li {
  display: block;
}
.section-events-block .events-wrapper .events-button {
  border-radius: 3px !important;
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #0088dd;
  font-size: 12px;
  font-weight: 500;
  text-transform: unset;
  color: #ffffff;
}
.section-events-block .events-wrapper .events-button:hover {
  background: #FFFFFF;
  border: 0px;
  color: #0088dd;
}
.section-events-block .events-wrapper .events-content {
  padding: 0px 12px 0px 12px;
}
.section-events-block .events-wrapper .events-content .events-text h5 a {
  font-family: 'Montserrat', sans-serif;
  margin-top: 18px !important;
  color: #444444;
  font-size: 18px;
  line-height: 32px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}

.section-events-block .events-wrapper .events-content .events-text h6 a {
  margin-top: 18px !important;
  color: #444444;
  font-size: 13px;
  line-height: 20px;
  display: block;
  font-weight: 400;
  text-align: left;
}

.section-events-block .events-wrapper .events-content .events-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.section-events-block .events-wrapper:hover .events-img:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.section-events-block .events-wrapper:hover .events-button {
  background: #0088dd;
  color: #FFFFFF;
}
.section-events-block .events-wrapper:hover .events-button .fa {
  color: #FFFFFF;
}

.section-events-block .events-day {
  color: #0881cd;
  font-size: 30px;
  font-weight: 400;
}

.section-events-block .events-month {
  color: #0881cd;
}



.cta-section-3 {
  padding: 64px 0;
  background: transparent;
  background-image: url('../images/pattern_1.png');
  background-repeat: repeat;
  background-position: center center;
  background-size: initial;
  background-attachment: fixed;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-section-3:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0088dd;
  opacity: 0.95;
  top: 0;
  left: 0;
  content: '';
}
.cta-section-3 h2 {
  font-size: 26px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.01em;
}
.cta-section-3 p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: #f2f2f2;
}
.cta-section-3 a {
  display: block;
  margin: 24px auto 0 auto;
  width: 180px;
  color: #0088dd;
  background: #ffffff;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.region-home-block-02 {
  max-width: unset !important;
}

.news-text h5 {
  text-align: left;
  color: #0088dd !important;
  height: 100px;
}

.news-text > h5 > a{
  text-align: left;
  color: #0088dd !important;
}

.section-heading {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.a2a_default_style {
  margin-top: 15px;
}