@import "css/jquery.mCustomScrollbar.min.css";
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
/*
Theme Name: Bloc Québécois
Theme URI: http://bloc.nuagelab.com
Author: Upperkut
Author URI: http://www.upperkut.com
Version: 1.0
License: Proprietary
Text Domain: bloc
*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
/* Make body the same height as the window */
html {
  height: 100%;
}
body {
  min-height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
/* Common classes */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
  width: 1px;
  height: 1px;
  visibility: hidden;
  display: block;
  margin: -1px 0 0 -1px;
  overflow: hidden;
}
html {
  background: #f2f2f2 url('images/bg.png') 50% 50% repeat;
}
body {
  background: transparent url('images/bg-shadow.png') 50% 50% repeat-y;
  font-family: 'Lato', sans-serif;
  padding: 70px 0 70px;
  min-height: 100%;
  height: auto;
  position: relative;
}
.assistive-text {
  display: none;
}
#wrapper,
#wrapper > header,
#wrapper > footer {
  width: 1280px;
}
.hidden {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
#wrapper {
  height: auto;
  min-height: 100%;
  background: #fff;
  margin: 0 auto;
}
#wrapper > header,
#wrapper > footer {
  position: absolute;
}
#wrapper > header .logo a,
#wrapper > footer .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#wrapper > header .logo a img,
#wrapper > footer .logo a img {
  visibility: hidden;
}
#wrapper > header nav,
#wrapper > footer nav {
  display: block;
  height: 70px;
}
#wrapper > header nav ul,
#wrapper > footer nav ul,
#wrapper > header nav ul li,
#wrapper > footer nav ul li {
  list-style: none;
  margin: 0;
}
#wrapper > header nav ul li,
#wrapper > footer nav ul li {
  float: left;
  padding: 0 25px;
}
#wrapper > header nav ul li a,
#wrapper > footer nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
}
#wrapper > header nav ul li a i.fa,
#wrapper > footer nav ul li a i.fa {
  font-size: 30px;
  line-height: 70px;
  vertical-align: middle;
}
#main {
  clear: both;
}
#main > header {
  width: 100%;
  clear: both;
  height: 70px;
  background: #33b2cc;
  padding-left: 420px;
}
#main > header h1 {
  line-height: 70px;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
/** Fancybox **/
#fancybox-wrap,
#fancybox-wrap * {
  box-sizing: content-box;
}
/** Single **/
.single-post #main #content .thumbnail img {
  max-width: 100%;
  height: auto;
}
.single-post #main #content .thumbnail.video {
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}
.single-post #main #content .thumbnail.video > div.white {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  margin-top: -15px;
  margin-left: -15px;
}
.single-post #main #content .thumbnail.video > a {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -28px;
  width: 100%;
  line-height: 100%;
  text-align: center;
  color: #e52d27;
}
.single-post #main #content .thumbnail.video > a i {
  font-size: 56px;
}
a.disabled,
input.disabled {
  background: #ccc!important;
}
/*** **/
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  opacity: 1;
  text-decoration: none;
}
.mCSB_scrollTools .mCSB_buttonUp:before {
  background: none;
  content: "\f077";
}
.mCSB_scrollTools .mCSB_buttonDown:before {
  background: none;
  content: "\f078";
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #3bb2ca;
  border-radius: 2px;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #666;
  filter: none;
  -ms-filter: none;
}
/**** SPLASH ****/
#splash {
  font-family: Lato, sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('images/bg-splash.jpg') 50% 50% no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-splash.jpg',sizingMethod='scale')";
  background-size: 100% 100%;
  background-size: cover;
  display: table;
  z-index: 999;
}
#splash div.bgcolor {
  display: table-row;
  height: 100%;
  background: url('images/rgb-0-151-210-85.png') 0 0 repeat;
}
#splash div.bgcolor div.bggradient {
  background: url('images/bg-gradient.png') 50% 50% no-repeat;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-gradient.png',sizingMethod='scale')";
  background-size: 100% 100%;
  background-size: cover;
}
#splash div.bgcolor div.align {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#splash div.bgcolor div.align p.intro {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 38px;
  width: 680px;
}
#splash div.bgcolor div.align div.form {
  width: 480px;
  margin: 0 auto;
  position: relative;
  margin-top: 35px;
}
#splash div.bgcolor div.align div.form a.btn {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: normal;
  height: auto;
  white-space: inherit;
  padding-left: 30px;
  position: relative;
  display: block;
  font-size: 25px;
  text-decoration: none;
  margin-bottom: 16px;
  position: absolute;
  right: 0;
  bottom: 12px;
}
#splash div.bgcolor div.align div.form a.btn::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-align: center;
  opacity: 1;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}
#splash div.bgcolor div.align div.form a.close::before {
  content: "\f00d";
  top: -3px;
}
#splash div.bgcolor div.align div.form .gform_wrapper {
  margin-top: 12px;
  max-width: 100%!important;
}
#splash div.bgcolor div.align div.form .gform_wrapper .gform_footer {
  margin-top: 24px;
  padding-top: 0;
}
#splash div.bgcolor div.align div.form .gform_wrapper .gfield .gfield_label {
  display: none;
}
#splash div.bgcolor div.align div.form .gform_wrapper .gfield .ginput_container {
  width: 100%;
  max-width: 100%;
  margin-top: 12px;
}
#splash div.bgcolor div.align div.form .gform_wrapper .gfield .ginput_container input[type=text],
#splash div.bgcolor div.align div.form .gform_wrapper .gfield .ginput_container input[type=email] {
  width: 100%;
  max-width: 100%;
  border: 0;
  padding-left: 16px;
  padding-right: 16px;
}
#splash div.bgcolor div.align div.form .gform_wrapper .gfield.gfield_error {
  background: transparent;
  border: 0;
  margin-bottom: 0;
  width: 100%;
}
#splash div.bgcolor div.align div.form .gform_wrapper .gfield.gfield_error .gfield_description.validation_message {
  display: none !important;
}
#splash div.bgcolor div.align div.form .gform_wrapper .gfield.gfield_error input {
  background: #ffdfe0;
}
#splash div.bgcolor div.align div.form .gform_wrapper div.validation_error {
  color: #f00;
  border-color: #f00;
}
#splash div.bgcolor div.align div.form .gform_wrapper input[type=submit] {
  background: #1aa2d7;
  background: rgba(0, 151, 210, 0.85);
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 200px;
  max-width: 200px;
}
#splash div.bgcolor div.align div.form .gform_wrapper input[type=text],
#splash div.bgcolor div.align div.form .gform_wrapper input[type=email],
#splash div.bgcolor div.align div.form .gform_wrapper input[type=submit] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 30px;
  height: 60px;
  font-family: Lato, sans-serif;
}
@media (max-width: 1280px) {
  #splash {
    width: 1280px;
    position: absolute!important;
    height: 100%;
    height: 100vh;
  }
  html {
    overflow: auto;
  }
  body {
    min-width: 1280px;
  }
}
@media (max-height: 580px) {
  #splash img {
    width: 424px;
    height: auto;
  }
  #splash div.bgcolor div.align div.form {
    width: 240px;
  }
  #splash div.bgcolor div.align div.form a.btn {
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 8px;
    bottom: 9px;
  }
  #splash div.bgcolor div.align div.form a.btn::before {
    font-size: 15px;
  }
  #splash div.bgcolor div.align div.form .gform_wrapper {
    margin-top: 21px;
  }
  #splash div.bgcolor div.align div.form .gform_wrapper .gform_footer {
    margin-top: 12px;
  }
  #splash div.bgcolor div.align div.form .gform_wrapper input[type=text],
  #splash div.bgcolor div.align div.form .gform_wrapper input[type=email],
  #splash div.bgcolor div.align div.form .gform_wrapper input[type=submit] {
    font-size: 16px;
    height: 30px;
  }
  #splash div.bgcolor div.align div.form .gform_wrapper input[type=submit] {
    width: 100px;
  }
  #splash div.bgcolor div.align div.form .gform_wrapper .gfield .gfield_label {
    display: none;
  }
  #splash div.bgcolor div.align div.form .gform_wrapper .gfield .ginput_container {
    margin-top: 6px;
  }
  #splash div.bgcolor div.align div.form .gform_wrapper .gfield .ginput_container input[type=text],
  #splash div.bgcolor div.align div.form .gform_wrapper .gfield .ginput_container input[type=email] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
#ie8 #splash img {
  width: 424px;
  height: auto;
}
#ie8 #splash div.bgcolor div.align div.form {
  width: 240px;
}
#ie8 #splash div.bgcolor div.align div.form a.btn {
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 8px;
  bottom: 9px;
}
#ie8 #splash div.bgcolor div.align div.form a.btn::before {
  font-size: 15px;
}
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper {
  margin-top: 21px;
}
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper .gform_footer {
  margin-top: 12px;
}
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper input[type=text],
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper input[type=email],
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper input[type=submit] {
  font-size: 16px;
  height: 30px;
}
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper input[type=submit] {
  width: 90px;
}
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper .gfield .gfield_label {
  display: none;
}
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper .gfield .ginput_container {
  margin-top: 6px;
}
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper .gfield .ginput_container input[type=text],
#ie8 #splash div.bgcolor div.align div.form .gform_wrapper .gfield .ginput_container input[type=email] {
  padding-left: 8px;
  padding-right: 8px;
}
#wrapper > header {
  height: 70px;
  top: 0;
}
#wrapper > header .logo {
  width: 280px;
  height: 140px;
  background: #093c71 url(images/logo.png) 50% 50% no-repeat;
  background-size: 181px auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png',sizingMethod='scale')";
  position: absolute;
  left: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  z-index: 999;
}
#wrapper > header nav {
  background: #262626;
  width: 100%;
}
#wrapper > header nav ul {
  padding-left: 395px;
}
#wrapper > header nav ul li a {
  color: #ccc;
  display: block;
  max-height: 70px;
  overflow: hidden;
  line-height: 70px;
  vertical-align: middle;
}
#wrapper > header nav ul li a:hover {
  color: #eee;
}
#wrapper > header nav ul li.button {
  padding: 16px 30px 0;
}
#wrapper > header nav ul li.button a {
  padding: 0 30px;
  border: 2px solid #ccc;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  border-radius: 3px;
}
#wrapper > header nav ul li.button a:hover {
  border-color: #eee;
}
#wrapper > header nav ul li.search {
  z-index: 998;
  position: absolute;
  top: 0;
  right: 0;
}
#wrapper > header nav ul li.search > a,
#wrapper > header nav ul li.search a.submit {
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
#wrapper > header nav ul li.search .expand {
  display: none;
}
#wrapper > header.searching {
  height: 140px;
}
#wrapper > header.searching li.search a {
  background: #0f3862;
}
#wrapper > header.searching li.search .expand {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  background: #093c71;
  background: rgba(9, 60, 113, 0.8);
  height: 70px;
  width: 930px;
}
#wrapper > header.searching li.search .expand input[type=text] {
  background: transparent;
  line-height: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  margin: 10px 70px 10px 50px;
  float: left;
  font-size: 30px;
  color: #fff;
  width: 800px;
}
#wrapper > header.searching li.search .expand input[type=submit] {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
#wrapper > header.searching li.search .expand a.submit {
  background: transparent;
}
#header-image.img-childpages img {
  display: block;
}
#header-image.img-childpages .childs > a {
  display: block;
  height: 240px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 120% auto;
  float: left;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
}
#header-image.img-childpages .childs > a > span {
  width: 100%;
  height: 100%;
  display: block;
}
#header-image.img-childpages .childs > a > span {
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header-image.img-childpages .childs > a > span > span {
  position: absolute;
  bottom: 30px;
  left: 62px;
  display: block;
  background: url('images/img-child-underline.png') 2000px 100% no-repeat;
  -webkit-transition: all 0.5s;
}
#header-image.img-childpages .childs > a:hover,
#header-image.img-childpages .childs > a.active {
  background-size: 100% auto;
}
#header-image.img-childpages .childs > a:hover > span,
#header-image.img-childpages .childs > a.active > span {
  background-color: rgba(125, 191, 250, 0.5);
}
#header-image.img-childpages .childs > a:hover > span > span,
#header-image.img-childpages .childs > a.active > span > span {
  background-position: 0 100%;
  padding-bottom: 17px;
}
#header-image.img-childpages .childs::after {
  display: block;
  clear: both;
}
#header-image.img-childpages .childs.c1 > a {
  width: 100%;
}
#header-image.img-childpages .childs.c2 > a {
  width: 50%;
}
#header-image.img-childpages .childs.c3 > a {
  width: 33%;
}
#header-image.img-childpages .childs.c3 > a:last-child {
  width: 34%;
}
#header-image.img-childpages .childs.c4 > a {
  width: 25%;
}
#wrapper > footer {
  height: 70px;
  clear: both;
  background: #093c71;
  position: fixed;
  bottom: 0;
  color: #fff;
  padding: 0 70px;
}
#wrapper > footer .logo {
  background: transparent url('images/logotype.png') 50% 50% no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 100%;
  float: left;
}
#wrapper > footer nav {
  margin-top: 0px;
  float: left;
}
#wrapper > footer nav li a {
  color: #fff;
}
#wrapper > footer nav li.contact {
  padding: 0 69px;
}
#wrapper > footer nav li.contact a,
#wrapper > footer nav li.contact a > i.fa {
  height: 70px;
  line-height: 70px;
  vertical-align: middle;
  font-size: 20px;
}
#wrapper > footer nav li.contact a {
  font-weight: 700;
}
#wrapper > footer nav li.contact a > i.fa {
  line-height: 65px;
  margin-right: 5px;
}
#wrapper > footer .copyright {
  float: right;
  padding-top: 25px;
  vertical-align: middle;
  font-size: 20px;
}
#wrapper > footer .copyright small {
  font-size: 12px;
}
#main > nav {
  float: left;
  width: 350px;
  background: #f2f2f2;
  padding: 10px 0 0 70px;
  border-right: 1px solid #ccc;
  height: 100%;
}
#main > nav a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  float: right;
  padding-right: 17px;
  font-size: 30px;
  /*line-height:60px;*/
  vertical-align: middle;
  line-height: 100%;
  position: relative;
  top: -4px;
}
#main > nav a {
  color: #999;
  display: block;
  font-size: 24px;
  text-decoration: none;
  vertical-align: middle;
}
#main > nav a i.fa {
  float: right;
  font-size: 30px;
}
#main > nav a.home,
#main > nav li.current-menu-item > a {
  color: #33b2cc;
}
#main > nav a.home:after {
  content: "\f015";
}
#main > nav ul,
#main > nav ul li {
  list-style: none;
}
#main > nav > ul li {
  clear: both;
  cursor: pointer;
}
#main > nav > ul > li.menu-item-has-children > a:after {
  content: "\f078";
}
#main > nav > ul > li > a {
  /*line-height:60px;*/
  padding: 20px 0;
  font-weight: 700;
  text-transform: uppercase;
}
#main > nav > ul > li > ul {
  overflow-y: hidden;
  border: 0;
  max-height: 0;
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#main > nav > ul > li > ul > li.menu-item-has-children > a {
  font-weight: bold;
}
#main > nav > ul > li > ul > li > a {
  line-height: 60px;
}
#main > nav > ul > li > ul > li > ul {
  margin-left: 20px;
}
#main > nav > ul > li > ul > li > ul > li > a {
  padding: 16px 30px 16px 0;
  line-height: 120%;
}
#main > nav > ul > li.menu-item-has-children.current-menu-ancestor > a:after {
  content: "\f077";
}
#main > nav > ul > li.menu-item-has-children.current-menu-ancestor > ul {
  border-bottom: 1px solid #ccc;
  max-height: 1000px;
}
#main > nav a.home {
  float: left;
  width: 100%;
}
#main > nav a.home,
#main > nav > ul > li > a {
  border-bottom: 1px solid #ccc;
}
#main > nav > ul > li:last-child > a,
#main > nav > ul > li:last-child > ul {
  border: 0;
}
#main .post-nav {
  margin-top: 32px;
  font-size: 20px;
  text-align: center;
}
#main .post-nav .nav-next {
  border-left: 1px solid #999;
}
#main .post-nav .nav-next,
#main .post-nav .nav-previous {
  display: inline-block;
  font-size: 24px;
  color: #ccc;
  padding: 0 16px;
  text-transform: uppercase;
  font-weight: 700;
}
#main .post-nav .nav-next i.fa-chevron-left,
#main .post-nav .nav-previous i.fa-chevron-left {
  margin-right: 10px;
}
#main .post-nav .nav-next i.fa-chevron-right,
#main .post-nav .nav-previous i.fa-chevron-right {
  margin-left: 10px;
}
#main .post-nav .nav-next a,
#main .post-nav .nav-previous a {
  color: #999;
  text-decoration: none;
}
#main .post-nav .nav-next a:hover,
#main .post-nav .nav-previous a:hover {
  text-decoration: underline;
}
#main .post-nav .nav-more {
  display: inline-block;
  width: 210px;
  height: 50px;
  padding-top: 10px;
  color: #33b2cc;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: url('images/bg-show-more.png') 0 0 no-repeat;
}
#main .post-nav .nav-more,
#main .post-nav .loading {
  margin-top: 30px;
}
#main #content {
  width: 860px;
  float: left;
  font-size: 24px;
  padding: 50px 0 50px 70px;
}
#main #content img {
  max-width: 100%;
  height: auto;
}
#main #content strong,
#main #content b {
  font-weight: 900;
}
#main #content i,
#main #content em {
  font-style: italic;
}
#main #content i.fa {
  font-style: normal;
}
#main #content p,
#main #content li,
#main #content dt,
#main #content dd {
  line-height: 140%;
  color: #333;
}
#main #content p,
#main #content li {
  margin-bottom: 1em;
}
#main #content h1,
#main #content h2,
#main #content h3 {
  font-weight: 900;
  margin-bottom: 1em;
  line-height: 140%;
}
#main #content h1 {
  font-size: 36px;
}
#main #content h1.no-margin {
  margin-bottom: 0;
}
#main #content h2 {
  font-size: 28px;
}
#main #content h3 {
  font-size: 24px;
}
#main #content dl > dd {
  display: block;
  padding-left: 1.5em;
  text-indent: 0;
}
#main #content dl > dd:before {
  float: left;
  margin-left: -1.5em;
  color: #999;
}
#main #content ol > li {
  list-style: decimal;
  margin-left: 1.3em;
  padding-left: 0.5em;
  text-indent: 0;
}
#main #content ul > li {
  list-style: none;
  display: block;
  padding-left: 1.5em;
  text-indent: 0;
}
#main #content ul > li:before {
  float: left;
  margin-left: -1.5em;
  content: "• ";
  color: #999;
}
#main #content ul.gallery {
  padding-top: 30px;
  width: 820px;
  float: left;
  list-style: none;
  margin: 0;
}
#main #content ul.gallery > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main #content ul.gallery > li:before {
  content: "";
}
#main #content ul.gallery li {
  float: left;
  width: 380px;
  margin: 0 30px 25px 0;
}
#main #content ul.gallery li img {
  display: block;
  width: 100%;
  height: 234px;
}
#main #content ul.gallery li a {
  text-decoration: none;
  color: #999;
  font-weight: 900;
}
#main #content ul.gallery li span.dl {
  display: block;
  margin-top: 10px;
}
#main #content .cols {
  width: 100%;
}
#main #content .cols h2 {
  line-height: 110%;
}
#main #content .cols > div {
  width: 50%;
  float: left;
}
#main #content .cols > div:nth-child(2n+1) {
  padding-right: 25px;
}
#main #content .cols > div:nth-child(2n) {
  padding-left: 25px;
}
#main #content .entry-share {
  font-size: 20px;
  float: right;
}
#main #content .entry-share .fa-facebook {
  color: #507bbc;
}
#main #content .entry-share .fa-twitter {
  color: #63caed;
}
#main #content .entry-share .fa-paper-plane {
  color: #999;
}
#main #content .entry-share ul,
#main #content .entry-share ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
#main #content .entry-share ul li:before {
  content: '';
}
#main #content .entry-share ul li {
  border-right: 1px solid #ccc;
  padding: 0 15px;
}
#main #content .entry-share ul li.last {
  border: 0;
  padding-right: 0;
}
#main #content hr {
  clear: both;
  border: 0;
  margin: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 20px 0;
}
body.single #main #content h1 {
  margin: 0;
}
body.single #main #content .entry-share {
  float: none;
  margin-bottom: 36px;
}
body.single #main #content .meta-entry {
  font-size: 16px;
  color: #999;
  line-height: 140%;
}
#main #content ol.tiroirs {
  counter-reset: tiroir-counter;
  list-style: none;
  border-top: 1px solid #ccc;
}
#main #content ol.tiroirs > li {
  list-style: none !important;
  position: relative;
  margin: 0;
  padding: 22px 0 22px 24px;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
}
#main #content ol.tiroirs > li > div {
  display: none;
}
#main #content ol.tiroirs > li h4 {
  cursor: pointer;
}
#main #content ol.tiroirs > li h4,
#main #content ol.tiroirs > li:before {
  color: #5597d0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
#main #content ol.tiroirs > li:before {
  display: none;
  /*content: counter(tiroir-counter) + ".";
      counter-increment: tiroir-counter;
      float: left;
      position: absolute;
      left: 0;*/
}
#main #content ol.tiroirs > li.expand h4,
#main #content ol.tiroirs > li.expand:before {
  color: #999;
}
#main {
  /** Regular **/
  /** Columns **/
}
#main #content.posts article {
  border-bottom: 1px solid #ccc;
  padding: 30px 0 10px;
}
#main #content.posts article .thumbnail,
#main #content.posts article .excerpt {
  float: left;
  width: 380px;
}
#main #content.posts article .thumbnail {
  margin-right: 30px;
  min-height: 50px;
}
#main #content.posts article .thumbnail.video {
  position: relative;
  cursor: pointer;
}
#main #content.posts article .thumbnail.video img {
  max-width: 100%;
  height: auto;
}
#main #content.posts article .thumbnail.video > div.white {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  margin-top: -15px;
  margin-left: -15px;
}
#main #content.posts article .thumbnail.video > a {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -28px;
  width: 100%;
  line-height: 100%;
  text-align: center;
  color: #e52d27;
}
#main #content.posts article .thumbnail.video > a i {
  font-size: 56px;
}
#main #content.posts article .meta-entry {
  font-size: 16px;
  color: #999;
  line-height: 140%;
}
#main #content.posts article .excerpt h1,
#main #content.posts article .excerpt h1 a {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #093c71;
  margin: 0;
  text-decoration: none;
}
#main #content.posts article .excerpt h1 a:hover {
  text-decoration: underline;
}
#main #content.posts article .excerpt p {
  font-size: 20px;
}
#main #content.posts article .excerpt a.readmore {
  font-size: 14px;
  color: #093c71;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
}
#main #content.posts article.no-thumbnail .excerpt {
  float: none;
  width: 100%;
}
#main #content.posts .posts {
  float: left;
}
#main #content.posts .posts-columns {
  float: left;
  width: 100%;
}
#main #content.posts .posts-columns article {
  width: 50%;
  float: left;
  border: 0;
  padding: 0 0 20px;
}
#main #content.posts .posts-columns article .thumbnail {
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  float: none;
}
#main #content.posts .posts-columns article h1 {
  font-size: 20px;
  margin-top: 10px;
}
#main #content.posts .posts-columns article .entry-share {
  margin-top: 8px;
}
#main #content.posts .posts-columns article:nth-child(2n+1) {
  padding-right: 15px;
}
#main #content.posts .posts-columns article:nth-child(2n) {
  padding-left: 15px;
}
.page-template-page-participate-php #main #meme,
.single-bloc_meme #main #meme {
  width: 860px;
  float: left;
  font-size: 24px;
  padding: 50px 0 50px 70px;
}
.page-template-page-participate-php #main #meme img,
.single-bloc_meme #main #meme img {
  max-width: 100%;
  height: auto;
}
.page-template-page-participate-php #main #meme .message,
.single-bloc_meme #main #meme .message {
  height: 22px;
  width: 200px;
  position: relative;
  top: -2px;
}
.page-template-page-participate-php #main #content h2,
.single-bloc_meme #main #content h2 {
  font-size: 36px;
  color: #666;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-template-page-participate-php #main #content h2 i,
.single-bloc_meme #main #content h2 i {
  margin-right: 16px;
}
.page-template-page-participate-php #main #content .posts-columns article h1,
.single-bloc_meme #main #content .posts-columns article h1 {
  display: none;
}
.page-template-page-participate-php #main #content .cols,
.single-bloc_meme #main #content .cols {
  padding-bottom: 40px;
}
.page-template-page-participate-php #main #content .cols > div:nth-child(2n+1),
.single-bloc_meme #main #content .cols > div:nth-child(2n+1) {
  width: 385px;
}
.page-template-page-participate-php #main #content .cols > div:nth-child(2n),
.single-bloc_meme #main #content .cols > div:nth-child(2n) {
  width: 405px;
}
.page-template-page-participate-php #main #content .cols h2,
.single-bloc_meme #main #content .cols h2 {
  line-height: 30px;
  margin-bottom: 20px;
}
.page-template-page-participate-php #main #content .cols ul.buttons,
.single-bloc_meme #main #content .cols ul.buttons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page-participate-php #main #content .cols ul.buttons > li,
.single-bloc_meme #main #content .cols ul.buttons > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-page-participate-php #main #content .cols ul.buttons > li:before,
.single-bloc_meme #main #content .cols ul.buttons > li:before {
  content: "";
}
.page-template-page-participate-php #main #content .cols ul.buttons > li,
.single-bloc_meme #main #content .cols ul.buttons > li {
  margin-bottom: 20px;
}
.page-template-page-participate-php #main #content .cols ul.buttons > li a,
.single-bloc_meme #main #content .cols ul.buttons > li a {
  padding: 0 16px;
  display: block;
  background: #33b2cc;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 900;
}
.page-template-page-participate-php #main #content .cols ul.buttons > li a i,
.single-bloc_meme #main #content .cols ul.buttons > li a i {
  display: inline-block;
  width: 28px;
  text-align: center;
  margin-right: 12px;
}
.page-template-page-participate-php #main #content .newsletter form input[type=text],
.single-bloc_meme #main #content .newsletter form input[type=text],
.page-template-page-participate-php #main #content .newsletter form input[type=email],
.single-bloc_meme #main #content .newsletter form input[type=email],
.page-template-page-participate-php #main #content .newsletter form a.submit,
.single-bloc_meme #main #content .newsletter form a.submit {
  height: 60px;
}
.page-template-page-participate-php #main #content .newsletter form input[type=text],
.single-bloc_meme #main #content .newsletter form input[type=text] {
  width: 100%;
}
.page-template-page-participate-php #main #content .newsletter form input[type=email],
.single-bloc_meme #main #content .newsletter form input[type=email] {
  width: 310px;
  float: left;
}
.page-template-page-participate-php #main #content .newsletter form a.submit,
.single-bloc_meme #main #content .newsletter form a.submit {
  width: 60px;
  display: block;
  text-align: center;
  background: #33b2cc;
  color: #fff;
  line-height: 60px;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 5px;
  font-size: 36px;
  font-weight: 900;
  float: right;
}
.page-template-page-participate-php #main #content .newsletter form input[type=text],
.single-bloc_meme #main #content .newsletter form input[type=text],
.page-template-page-participate-php #main #content .newsletter form input[type=email],
.single-bloc_meme #main #content .newsletter form input[type=email] {
  padding: 10px 16px;
  font-size: 24px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}
.page-template-page-participate-php #main #content .newsletter form input[type=submit],
.single-bloc_meme #main #content .newsletter form input[type=submit] {
  visibility: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
}
.page-template-page-biblio-php #main #content.posts > h1 {
  margin-bottom: 10px;
}
.page-template-page-biblio-php #main #content.posts .posts {
  float: none;
}
.page-template-page-biblio-php #main #content.posts .posts article {
  padding: 30px 0;
}
.page-template-page-biblio-php #main #content.posts .posts article .meta-entry,
.page-template-page-biblio-php #main #content.posts .posts article h1,
.page-template-page-biblio-php #main #content.posts .posts article a {
  display: inline;
  font-size: 20px;
}
.page-template-page-biblio-php #main #content.posts .posts article .meta-entry {
  color: #999;
  display: none;
}
.page-template-page-biblio-php #main #content.posts .posts article h1,
.page-template-page-biblio-php #main #content.posts .posts article h1 a {
  color: #333;
  text-transform: none;
  text-decoration: none;
}
.page-template-page-biblio-php #main #content.posts .posts article a.download {
  float: right;
  text-transform: uppercase;
  color: #093c71;
  text-decoration: none;
  margin-left: 20px;
}
.page-template-page-pressroom #main #content section,
.page-template-page-contact #main #content section {
  clear: both;
  padding-bottom: 30px;
  margin-top: 25px;
  border-bottom: 1px solid #ccc;
}
.page-template-page-pressroom #main #content section h1,
.page-template-page-contact #main #content section h1 {
  margin-bottom: 20px;
}
.page-template-page-pressroom #main #content section h1.no-margin,
.page-template-page-contact #main #content section h1.no-margin {
  margin: 0;
}
.page-template-page-pressroom #main #content section a,
.page-template-page-contact #main #content section a {
  text-decoration: none;
  color: #999;
  font-weight: 900;
}
.page-template-page-pressroom #main #content section img,
.page-template-page-contact #main #content section img {
  max-width: 100%;
  height: auto;
}
.page-template-page-pressroom #main #content section:first-child,
.page-template-page-contact #main #content section:first-child {
  margin-top: 0;
}
.page-template-page-pressroom #main #content section:last-child,
.page-template-page-contact #main #content section:last-child {
  border: 0;
}
.page-template-page-pressroom #main #content div.posts,
.page-template-page-contact #main #content div.posts {
  float: none;
}
.page-template-page-pressroom #main #content div.posts article,
.page-template-page-contact #main #content div.posts article {
  padding-top: 15px;
}
.page-template-page-pressroom #main #content div.posts article h1,
.page-template-page-contact #main #content div.posts article h1,
.page-template-page-pressroom #main #content div.posts article h1 a,
.page-template-page-contact #main #content div.posts article h1 a {
  color: #093c71;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
}
.page-template-page-pressroom #main #content div.posts article h1 a:hover,
.page-template-page-contact #main #content div.posts article h1 a:hover {
  text-decoration: underline;
}
.page-template-page-pressroom #main #content #map-border,
.page-template-page-contact #main #content #map-border {
  width: 402px;
  height: 231px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  float: right;
  padding: 11px 12px;
}
.page-template-page-pressroom #main #content #map-border #map,
.page-template-page-contact #main #content #map-border #map {
  width: 100%;
  height: 100%;
}
.page-template-page-pressroom #main #content #gallery .no-margin,
.page-template-page-contact #main #content #gallery .no-margin {
  margin-top: 20px;
}
body.page-template-page-candidates-php #main #content > h1 {
  color: #32b2cb;
  text-transform: uppercase;
}
body.page-template-page-candidates-php #main #content #selector select {
  width: 380px;
  background: #ccc;
  height: 60px;
  border: 0;
  font-size: 24px;
  color: #666;
  padding: 0 20px;
}
body.page-template-page-candidates-php #main #content #selector select option {
  font-size: 12px;
}
body.page-template-page-candidates-php #main #content .posts.candidates article {
  width: 790px;
  display: block;
  float: left;
}
body.page-template-page-candidates-php #main #content .posts.candidates article a {
  color: #32b2cb;
  text-decoration: none;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .image {
  background: #ccc;
  width: 150px;
  height: 150px;
  float: left;
  margin: 0 20px 20px 0;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .image img {
  display: block;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .infos {
  float: left;
  width: 220px;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .infos h1 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .infos h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 24px;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .infos h1 a {
  color: #333;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .infos .contact {
  font-size: 14px;
  line-height: 120%;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .infos .contact .links {
  color: #32b2cb;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .infos .contact a.fb {
  font-size: 16px;
}
body.page-template-page-candidates-php #main #content .posts.candidates article .desc {
  width: 380px;
  float: right;
  font-size: 13px;
}
body.single-bloc_candidate #main #content .mCSB_scrollTools .mCSB_buttonUp,
body.single-bloc_candidate #main #content .mCSB_scrollTools .mCSB_buttonDown {
  color: #33b2cc;
  text-decoration: none;
}
body.single-bloc_candidate #main #content .mCSB_scrollTools a:hover {
  text-decoration: none!important;
}
body.single-bloc_candidate #main #content .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #ccc;
}
body.single-bloc_candidate #main #content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #33b2cc;
  border-radius: 2px;
}
body.single-bloc_candidate #main #content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
body.single-bloc_candidate #main #content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
body.single-bloc_candidate #main #content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #666;
  filter: none;
  -ms-filter: none;
}
body.single-bloc_candidate #main #content .banner {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
body.single-bloc_candidate #main #content h3 {
  font-size: 18px;
  text-transform: uppercase;
}
body.single-bloc_candidate #main #content .left,
body.single-bloc_candidate #main #content .right {
  padding-top: 40px;
  width: 50%;
  float: left;
  font-size: 18px;
  line-height: 140%;
}
body.single-bloc_candidate #main #content .left a,
body.single-bloc_candidate #main #content .right a {
  color: #093c71;
  text-decoration: none;
}
body.single-bloc_candidate #main #content .left a:hover,
body.single-bloc_candidate #main #content .right a:hover {
  text-decoration: underline;
}
body.single-bloc_candidate #main #content .left a.fb,
body.single-bloc_candidate #main #content .right a.fb {
  display: inline-block;
  color: #33b2cc;
  font-size: 48px;
  margin-top: 18px;
  margin-right: 13px;
}
body.single-bloc_candidate #main #content .left {
  padding-right: 15px;
}
body.single-bloc_candidate #main #content .left hr {
  margin: 30px 0 13px;
}
body.single-bloc_candidate #main #content .left li {
  margin-bottom: 0;
}
body.single-bloc_candidate #main #content .left ul,
body.single-bloc_candidate #main #content .left ol {
  margin-bottom: 1em;
}
body.single-bloc_candidate #main #content .right {
  padding-left: 15px;
}
body.single-bloc_candidate #main #content .right > div {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  padding-top: 13px;
}
body.single-bloc_candidate #main #content .right > div:first-child {
  padding-top: 0;
}
body.single-bloc_candidate #main #content .right #newspress {
  border: 0;
}
body.single-bloc_candidate #main #content .right .office h3 {
  text-transform: none;
  margin: 0;
}
body.single-bloc_candidate #main #content #events .events {
  height: 325px;
}
body.single-bloc_candidate #main #content #events .events .event {
  border-color: #ccc;
}
body.single-bloc_candidate #main #content #newspress h3 {
  margin-bottom: 1.8em;
}
body.single-bloc_candidate #main #content #newspress h3 a {
  color: #333;
}
body.single-bloc_candidate #main #content #newspress #news,
body.single-bloc_candidate #main #content #newspress #press {
  height: 305px;
  overflow: hidden;
}
body.single-bloc_candidate #main #content #newspress article h1 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0.8em 0 1.6em;
}
body.single-bloc_candidate #main #content #newspress article a.readmore {
  color: #093c71;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
}
body.single-bloc_candidate #main #content #newspress > div {
  display: none;
}
body.single-bloc_candidate #main #content #newspress > div:first-of-type {
  display: block;
}
.page-template-page-plateforme-php #main #content h1 {
  font-size: 60px;
  color: #5597d0;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0.2em;
}
.page-template-page-plateforme-php #main #content h2 {
  font-size: 40px;
  color: #333;
  font-weight: 900;
  margin-bottom: 0.5em;
}
#main #content .calendar {
  margin-bottom: 0;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}
#main #content .calendar .right {
  width: 280px;
  background: #b4e1ed;
  border-radius: 5px;
  height: 100%;
  font-size: 16px;
  padding: 14px 18px;
  overflow: hidden;
  float: right;
}
#main #content .calendar .left {
  width: 469px;
  float: left;
  padding: 0;
}
#main #content .calendar .left div.month {
  height: 40px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  overflow: hidden;
  border-top: 1px solid #ccc;
}
#main #content .calendar .left div.month a {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  color: #666;
}
#main #content .calendar .left div.month a.next {
  float: right;
}
#main #content .calendar .left div.dotw {
  background: #f2f2f2;
  float: left;
  width: 100%;
  border-radius: 5px;
}
#main #content .calendar .left div.dotw span {
  width: 67px;
  height: 18px;
  font-size: 12px;
  display: block;
  float: left;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  line-height: 18px;
  color: #666;
}
#main #content .calendar .left div.dotw span.last {
  border: none;
}
#main #content .calendar .left div.days span.day {
  cursor: pointer;
  width: 67px;
  height: 40px;
  font-size: 16px;
  display: block;
  float: left;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  line-height: 40px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #ccc;
}
#main #content .calendar .left div.days span.day span.number {
  margin: 3px 0 0 16px;
  width: 35px;
  height: 34px;
  display: block;
  border-radius: 5px;
  line-height: 34px;
}
#main #content .calendar .left div.days span.day.noborder {
  border-bottom: 0;
}
#main #content .calendar .left div.days span.day.active span.number {
  background: #b4e1ed;
}
#main #content .calendar .left div.days span span.color {
  background: none;
  float: none;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  margin: 1px;
  display: block;
  position: absolute;
  top: 0;
}
#main #content .calendar .left div.days span.day.off {
  color: #ccc;
}
#main #content .calendar .left div.days span.day.today {
  /* nothing special */
  font-weight: 900;
}
#main #content .calendar .left div.days span.day.selected span.number {
  color: #fff;
  background: #6ac3db;
}
.events {
  overflow: auto;
  height: 100%;
}
.events .event {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #333;
  line-height: 120%;
  color: #333;
}
.events .event .date {
  text-transform: lowercase;
  font-weight: bold;
  margin-bottom: 1em;
}
.events .event .location:before {
  content: "\f041";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}
.events .event .location {
  margin-left: 12px;
  color: #0c3d6f;
  margin-bottom: 1em;
}
.events .event .location a {
  color: #0c3d6f;
  text-decoration: none;
}
.events .event h3 {
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 120%!important;
  margin-bottom: 0.5em!important;
}
.events .event .with {
  margin-bottom: 1em;
  font-style: italic;
}
.events .event .time:before {
  content: "\f017";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
}
.events .event .time {
  margin-left: 18px;
  margin-bottom: 1em;
}
.events .event .more a {
  color: #0c3d6f;
  text-decoration: none;
}
.events .event .more a:hover {
  text-decoration: underline;
}
.events .event:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#main #content .gform_wrapper {
  margin: 0;
}
#main #content .gform_wrapper ul,
#main #content .gform_wrapper ul > li {
  margin: 0;
  padding: 0;
}
#main #content .gform_wrapper ul > li:before {
  content: '';
}
#main #content .gform_wrapper label {
  display: none;
}
#main #content .gform_wrapper input[type=text],
#main #content .gform_wrapper input[type=email],
#main #content .gform_wrapper input[type=password],
#main #content .gform_wrapper textarea,
#main #content .gform_wrapper select {
  border: 1px solid #ccc;
  color: #999;
  font-size: 28px;
  padding: 0 20px;
  width: 100%;
}
#main #content .gform_wrapper input[type=text],
#main #content .gform_wrapper input[type=email],
#main #content .gform_wrapper input[type=password],
#main #content .gform_wrapper select {
  height: 60px;
}
#main #content .gform_wrapper textarea {
  padding: 10px 20px;
  height: 380px;
}
#main #content .gform_wrapper input[type=submit] {
  background: #33b2cc;
  color: #fff;
  border: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 60px;
  vertical-align: middle;
  padding: 0 34px;
}
#main #content .gform_wrapper input[type=text],
#main #content .gform_wrapper input[type=email],
#main #content .gform_wrapper input[type=password],
#main #content .gform_wrapper textarea,
#main #content .gform_wrapper select,
#main #content .gform_wrapper input[type=submit] {
  border-radius: 3px;
}
#main #content .gform_wrapper .gfield {
  width: 100%;
  margin-bottom: 20px;
}
#main #content .gform_wrapper .ginput_container {
  margin: 0 0 20px 0;
}
#main #content .gform_wrapper input[type=submit] {
  display: inline-block;
}
#main #content .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  text-align: right;
}
#main #content .gform_wrapper .form-left,
#main #content .gform_wrapper .form-right {
  width: 50%;
  float: left;
}
#main #content .gform_wrapper .form-left {
  padding: 0 15px 0 0;
}
#main #content .gform_wrapper .form-right {
  padding: 0 0 0 15px;
}
.slideshow,
.top-blocks {
  height: 630px;
  width: 100%;
  overflow: hidden;
  background: #333;
}
.slideshow .slides,
.top-blocks .slides,
.slideshow .buttons,
.top-blocks .buttons {
  height: 100%;
}
.slideshow > .image,
.top-blocks > .image,
.slideshow > .slides,
.top-blocks > .slides {
  width: 930px;
  float: left;
  background: #444;
}
.slideshow > .image .slide,
.top-blocks > .image .slide,
.slideshow > .slides .slide,
.top-blocks > .slides .slide,
.slideshow > .image .slide .image,
.top-blocks > .image .slide .image,
.slideshow > .slides .slide .image,
.top-blocks > .slides .slide .image {
  width: 100%;
  height: 100%;
}
.slideshow > .image .slide a,
.top-blocks > .image .slide a,
.slideshow > .slides .slide a,
.top-blocks > .slides .slide a,
.slideshow > .image .slide .image a,
.top-blocks > .image .slide .image a,
.slideshow > .slides .slide .image a,
.top-blocks > .slides .slide .image a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.slideshow > .image img,
.top-blocks > .image img,
.slideshow > .slides img,
.top-blocks > .slides img {
  display: block;
}
.slideshow .buttons,
.top-blocks .buttons {
  width: 350px;
  float: right;
}
.slideshow .buttons ul,
.top-blocks .buttons ul {
  width: 100%;
  height: 630px;
  display: table;
}
.slideshow .buttons ul li,
.top-blocks .buttons ul li {
  display: table-row;
}
.slideshow .buttons ul li a,
.top-blocks .buttons ul li a {
  display: table-cell;
  vertical-align: middle;
}
.slideshow {
  position: relative;
}
.slideshow .bullets {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 930px;
}
.slideshow .bullets a {
  display: inline-block;
  border-radius: 50px;
  width: 11px;
  height: 11px;
  background: #fff;
  margin: 0 5px;
  text-decoration: none;
}
.slideshow .bullets a:hover {
  text-decoration: none;
}
.slideshow .bullets a.active {
  background: #acb7c3;
}
.slideshow .buttons ul {
  /*li:nth-child(3) {
        background:#4e99dc;
      }
      li:nth-child(4) {
        background:#669999;
      }*/
}
.slideshow .buttons ul li a {
  text-decoration: none;
  outline: none;
  padding: 0 35px 0 30px;
  color: #fff;
}
.slideshow .buttons ul li a > div {
  display: table;
  width: 100%;
}
.slideshow .buttons ul li a > div > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.slideshow .buttons ul li a > div > div b,
.slideshow .buttons ul li a > div > div i {
  display: block;
}
.slideshow .buttons ul li a i:before {
  font-size: 72px;
}
.slideshow .buttons ul li a b {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 18px;
}
.slideshow .buttons ul li:nth-child(1) {
  background: #4e788c;
}
.slideshow .buttons ul li:nth-child(2) {
  background: #4e99dc;
}
.top-blocks .buttons {
  background-color: #333;
  text-align: center;
}
.top-blocks .buttons ul li a {
  display: table-cell;
  padding: 20px;
  text-decoration: none;
  color: #ccc;
}
.top-blocks .buttons ul li a b,
.top-blocks .buttons ul li a div {
  display: block;
}
.top-blocks .buttons ul li a i:before {
  font-size: 60px;
}
.top-blocks .buttons ul li a b {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.top-blocks .buttons ul li a:hover {
  color: #fff;
}
.top-blocks .buttons ul li.active a {
  color: #33b2cc;
}
.old-ie header .logo {
  background-image: url(images/logo-header.png);
}
.old-ie footer .logo {
  background-image: url(images/logotype-footer.png);
}
