@import "../fonts/opensans/open-sans.css";

@import "../fonts/opensans-cond/opensans-cond.css";

:root {
  /* declare variables */
  --red-color: #e30327;
  --turquoise: #0f1e35;
  --teal-color: #1c355e;
  --other-blue: #3f9aa0;
  --black-color: #222222;
  --main-color: #58595b;
  --bg-grey: #eeeeee;
  --bg-menu: #c5c4c4;
  --mid-grey: #979595;
  --dark-red: #be162b;
  /* end declare */
}

body {
  color: var(--main-color);
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.15px;
  font-size: 16px;
  min-width: 320px;
  overflow-x: hidden;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

.text a:not(.postpage):not(.btn):not(.prev):not(.next) {
  color: var(--teal-color);
  text-decoration: underline;
  font-weight: bold;
  display: inline;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.page-id-7 .text a:not(.postpage):not(.btn) {
  white-space: normal;
}

.text a:hover {
  /*  text-decoration: underline; */
}

.text a:after,
.submenuitems li a:after,
.docalso ul a:after,
div:not(.pagination):not(.btn) a:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: var(--turquoise);
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.text a:hover:after,
.submenuitems li a:hover:after,
.docalso ul a:hover:after,
.text a:focus:after,
.submenuitems li a:focus:after,
.docalso ul a:focus:after,
.text a:active:after,
.submenuitems li a:active:after,
.docalso ul a:active:after {
  left: 0;
  right: auto;
  width: 100%;
}

img.aligncenter {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

#cookiebar {
  z-index: 1000;
  width: 100%;
}

.alert-cookie-policy {
  margin-bottom: 0;
  background-color: var(--teal-color);
  color: #fff;
}

.cookie_policy {
  background: var(--red-color);
  color: #fff;
}

.cookie_policy:hover {
  background: var(--dark-red);
}

span.red {
  color: var(--red-color);
}

span.blue {
  color: var(--teal-color);
  text-transform: uppercase;
}

.main-menu .col-lg:hover span.blue {
  color: var(--main-color);
}

.btn {
  border-radius: 1.5em;
}

input {
  height: 3em;
  border-radius: 1.5em;
  border: 1px solid var(--main-color);
  padding: 12px;
}

.frm_checkbox input {
  height: auto;
}

input:focus {
  outline: none;
}

.btn-red,
#submit {
  background-color: var(--red-color);
  color: #fff !important;
}

.btn-red a {
  color: #fff !important;
}

.btn-invred {
  border: 1px solid var(--red-color);
  color: var(--red-color);
}

.btn-invred a {
  color: var(--red-color) !important;
}

/*
.btn-invred:hover, #submit:hover {
  color: var(--dark-red);
  border-color: var(--dark-red);
}
*/
.btn-invred:hover,
#submit:hover {
  background-color: var(--dark-red);
  color: #fff !important;
  cursor: pointer;
}

.btn-invred:hover a {
  color: #fff !important;
}

#content .btn-red,
.guidecard .btn-red,
#content .btn-invred,
.btn-white,
#submit {
  font-weight: bold;
  font-size: 19px;
  padding: 9px 32px;
}

.btn-red:hover {
  color: #fff;
  background-color: var(--dark-red);
}

.btn-white {
  background-color: #fff;
  color: var(--teal-color);
}

.btn-white:hover {
  color: var(--turquoise);
}

.contenant {
  max-width: 1200px;
  margin: 0 auto;
}

p {
  margin: 0 0 20px;
  line-height: 1.4em;
  font-size: 18px;
  text-align: justify;
}

.text li {
  font-size: 18px;
}

h1,
h2,
h3 {
  font-family: open_sans_condensedbold, sans-serif !important;
}

.text h2,
.text h3 {
  color: var(--black-color);
}

.text img.alignleft {
  float: left;
}

.text img.alignright {
  float: right;
}

.page-id-13 .text {
  padding-left: 80px;
}

.page-id-13 .text img.alignleft {
  margin-left: -80px;
}

img.size-large {
  max-width: 100%;
  height: auto;
}

.lifted,
img {
  position: relative;
}

.lifted:after,
.shadow {
  /*  z-index:-1; */
  position: absolute;
  content: "";
  background: url(../images/shadow.png) center no-repeat;
  background-size: cover;
  height: 10px;
  width: 100%;
  top: 100%;
  left: 0;
}

svg .xpr {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke: #ffffff;
}

svg .xpr-2 {
  fill: #ffffff !important;
}


header {
  background-color: var(--bg-grey);
  position: fixed;
  width: 100%;
  z-index: 10;
}

header {
  -webkit-box-shadow: 0px 4px 6px 0px rgba(180, 180, 180, 0.9);
  -moz-box-shadow: 0px 4px 6px 0px rgba(180, 180, 180, 0.9);
  box-shadow: 0px 4px 6px 0px rgba(180, 180, 180, 0.9);
}

header::after {
  content: '';
  display: block;
  height: 4px;
}

/* header #topline .contenant { max-width: 1300px; } */
header #sitename {
  text-transform: uppercase;
  font-size: 30px;
  font-family: open_sans_condensedbold, sans-serif !important;
}

header #sitename img {
  margin-top: -32px;
  height: 54px;
}

header .col.text-right {
  margin-top: 10px;
}

header .menulink {
  padding: 6px 24px;
  float: right;
  font-size: 15px;
}

.main-menu {
  margin: 0 0 -4px;
  padding: 0;
}

.main-menu .col-lg {
  padding: 16px 0 12px;
  border-bottom: 4px solid transparent;
}

header .menutitle {
  font-family: open_sans_condensedbold, sans-serif !important;
  text-align: center;
  font-size: 18px;
}

.main-menu .col-lg:hover {
  background-color: var(--bg-menu);
  border-color: var(--red-color);
}

.mobile-menu {
  padding-left: 0;
}

main {
  padding-top: 128px;
}

section {
  padding: 80px 0;
}

h2.sectionhead {
  margin-bottom: 80px;
  color: #000;
  text-align: center;
  font-size: 40px;
}

/* FOOTER */
#disclamer {
  font-size: 12px;
}

footer#pagefooter {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px -4px 6px 0px rgba(180, 180, 180, 0.9);
  -moz-box-shadow: 0px -4px 6px 0px rgba(180, 180, 180, 0.9);
  box-shadow: 0px -4px 6px 0px rgba(180, 180, 180, 0.9);
}

footer#pagefooter::before {
  content: '';
  display: block;
  height: 4px;
}

footer .contenant {
  padding-top: 40px;
}

.footitle {
  font-family: open_sans_condensedbold, sans-serif !important;
  font-size: 24px;
  color: var(--black-color);
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
  font-family: 'Open Sans', sans-serif !important;
}

footer #newsletter input#email {
  display: inline-block;
  margin-right: 14px;
  font-size: 18px;
  width: 280px;
  padding: 14px 24px;
  margin-top: 20px;
}

#newsletter .btn {
  display: inline-block;
  padding: 12px;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: center;
  background: #FF9EA3;
  border-width: 0;
  border-color: #FF9EA3;
  border-style: solid;
  color: #ffffff;
  cursor: pointer;
  border-radius: 24px;
  text-shadow: none;
  margin: 10px 0;
  vertical-align: middle;
}

footer #newsletter {
  margin-top: 18px;
}

#newsletter .frm_button_submit {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

footer #newsletter input#email {
  height: 3em;
  border-radius: 1.5em;
  border: 1px solid var(--main-color);
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}

#newsletter .frm_inside_container,
#newsletter .frm_submit {
  display: inline-block;
}

footer .frm_style_formidable-style.with_frm_style .frm_message {
  padding-top: 16px;
}

.social {
  display: inline-block;
  border-radius: 50%;
  padding: 5px 6px 6px;
  border: 2px solid var(--main-color);
  margin: 40px 12px 60px 0;
  height: 40px;
}

.social:hover {
  border-color: var(--black-color);
}

.social svg {
  width: 26px;
  height: 26px;
  fill: var(--main-color);
}

.social:hover svg {
  fill: var(--black-color);
}

footer p {
  margin-top: 20px;
}

footer .col-md:nth-child(2) {
  padding: 0px 0 0 44px;
}

footer .col-md:nth-child(3) {
  padding: 30px 0 0 100px;
}

footer .lgchange {
  padding: 48px 0;
}

footer .lglabel {
  color: #333;
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
}

footer .lgchoice {
  display: inline-block;
  height: 30px;
  border-radius: 15px;
  padding: 2px 64px 2px 34px;
  background-color: #fff;
  border: 1px solid var(--main-color);
  position: relative;
}

footer .lgchoice:hover {
  border-radius: 15px 15px 0 0;
}

footer .lgchoice .language {
  font-size: 16px;
  cursor: pointer;
}

footer .lgchoice:after {
  border-right: 2px solid var(--red-color);
  border-bottom: 2px solid var(--red-color);
  transform: rotate(45deg);
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 27px;
  top: 3px;
}

footer .lgchoice .otherlg {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-radius: 0 0 15px 15px;
  background: #fff;
  margin-top: 1px;
}

footer .lgchoice:hover:after {
  display: none;
}

footer .lgchoice:hover .otherlg {
  display: block;
}

footer .lgchoice .otherlg .language {
  padding-left: 34px;
}

footer .pageend {
  text-align: center;
  padding-bottom: 20px;
}

footer .pageend div {
  display: inline-block;
  padding: 0 42px;
  border-left: 1px solid #b1b1b1;
  color: #b1b1b1;
  line-height: 1em;
}

footer .pageend div:first-child {
  border: none;
}

footer .pageend div a {
  color: inherit;
}

/* FRONT PAGE */
#jumbofilm {
  position: relative;
  height: 720px;
  overflow: hidden;
}

#jumbofilm h1 {
  color: #fff;
  font-size: 60px;
  padding-bottom: 20px;
  line-height: 1.2em;
  font-family: myriad-pro-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 2px 2px 8px #000;
}

#jumbofilm h1 strong {
  font-weight: 700;
}

#jumbofilm .contenant {
  z-index: 7;
  padding: 154px 0 0;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
}

#jumbofilm .search-form input {
  width: 50%;
  font-size: 18px;
  padding: 10px 31px;
  border-radius: 38px;
  border-color: var(--bg-menu);
  text-align: center;
}

#jumbofilm form {
  position: relative;
}

#homesearch {
  width: 50px;
  height: 50px;
  left: calc(50% + 240px);
  top: 2px;
}

#homesearch #searchsvg {
  width: 64px;
  height: 64px;
  margin-left: -12px;
}

#homesearch #searchsvg .xpr {
  stroke: #666;
}

#jumbofilm .jumbotron-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.ct-btn-scroll {
  position: absolute;
  left: 0;
  right: 0;
  margin: 48px auto 0;
  z-index: 9;
}

/* CROP RANGE */
#croprange {
  background-color: var(--bg-grey);
}

.crop {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 256px;
  margin-bottom: 60px;
  padding: 50% 10% 0;
}

.crop-hover {
  background: #fff;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  display: none;
}

.crop .cropname {
  width: 100%;
  border-radius: 20px;
  background: white;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  letter-spacing: 0.25px;
}

/* GUIDE DOWNLOAD */
#guides {
  padding: 60px 0 20px;
}

#guides .contenant {
  background: url(../images/technical-guide-background.jpg) center;
  color: #fff;
  padding: 60px 80px;
}

.downloadguide {
  padding-bottom: 40px;
}

.downloadguide h2 {
  font-size: 40px;
}

.guidedesc {
  margin: 20px 0 32px;
  font-size: 18px;
}

.downloadguide .btn,
.ctaprod .btn {
  font-weight: bold;
  font-size: 18px;
  padding-left: 42px;
  border-width: 2px;
  text-align: left;
}

.downloadguide .btn {
  position: absolute;
  width: 208px;
}

.ctaprod .btn {
  width: 284px;
}

.ctaprod .btn .btn-text {
  width: 160px;
  display: inline-block;
}

.downloadguide .btn:after,
#guidelist .guidecard .btn:after,
.ctaprod .btn:after {
  border-right: 2px solid var(--turquoise);
  border-bottom: 2px solid var(--turquoise);
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 32px;
  margin-top: 5px;
  content: '';
  transform: rotate(45deg);
  position: absolute;
}

.downloadguide .btn:after {
  margin-left: 22px;
}

#guidelist .guidecard .btn:after {
  margin-left: 32px;
}

.btn-link:after {
  margin-top: 10px !important;
  transform: rotate(-45deg) !important;
}

.downloadguide a:hover .btn-link:after {
  margin-top: 0px !important;
  transform: rotate(-45deg) !important;
}

.downloadguide .btn:not(.nodrop):hover {
  color: #fff;
  background-color: var(--turquoise);
  border-color: #fff;
  -webkit-transition: color 1s, background-color 1s;
  /* Safari */
  transition: 1s;
  text-decoration: none !important;
}

.downloadguide .btn:not(.nodrop):hover::after {
  transform: rotate(-135deg);
  top: 16px;
  border-color: #fff;
}

#guidelist .guidecard .btn:hover::after {
  transform: rotate(-135deg);
  top: 20px;
}

.downloadguide .choose,
.guidecard .choose,
.ctaprod .choose {
  display: none;
  padding: 12px 20px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  color: var(--mid-grey);
  background: #fff;
  display: none;
  width: 180px;
  margin-top: 8px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(143, 143, 143, 1);
  -moz-box-shadow: 0px 4px 5px 0px rgba(143, 143, 143, 1);
  box-shadow: 0px 4px 5px 0px rgba(143, 143, 143, 1);
  z-index: 10;
}

.downloadguide .choose {
  margin-left: -30px;
}

.guidecard .choose,
.ctaprod .choos {
  margin-left: -20px;
}

.choose .mitline {
  border-bottom: 1px solid var(--bg-menu);
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.downloadguide .btn:hover .choose,
.guidecard .btn:hover .choose,
.ctaprod .btn:hover .choose {
  display: block;
}

.downloadguide .img-guide {
  position: absolute;
  top: -72px;
  right: 0px;
  /*  transform: rotate(8deg); */
  height: 330px;
}

#sidebar .downloadguide {
  text-align: center;
  color: #fff;
  background: url(../images/fond_guides_side.png) center;
  padding: 30px 30px 70px;
  position: relative;
}

#sidebar .downloadguide img {
  margin-bottom: 20px;
}

#sidebar .downloadguide .btn {
  width: 208px;
  left: 50%;
  margin-left: -104px;
  top: calc(100% - 74px);
}

.sidecontent {
  background: var(--bg-grey);
  padding: 20px 60px 60px;
  text-align: center;
}

#sidebar .sidecontent .drsilage {
  width: 180px;
  height: 180px;
  margin: 20px auto;
  background: var(--turquoise);
  border-radius: 50%;
  float: none;
}

.sidecontent h4 {
  font-family: open_sans_condensedbold, sans-serif !important;
  color: var(--black-color);
  padding: 10px 20px;
  font-size: 28px;
}

.sidecontent .btn {
  display: block;
  width: 200px;
  position: relative;
  padding-left: 32px;
}

.text .sidecontent .btn a {
  color: #fff !important;
  position: initial;
}

.d-lg-none .sidecontent .btn {
  display: inline-block;
}

#sidebar .sidecontent .btn {
  margin: 20px auto 0;
}

.sidecontent .btn svg {
  fill: #fff;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 20px;
  top: 6px;
}

.laltab {
  background: #1C355E;
  padding: 10px 24px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  border: 2px solid #fff;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
}

.laltab:hover {
  background: #fff;
  border-color: #1C355E;
}

.laltab a {
  color: #fff !important;
}

.laltab:hover a {
  color: #1C355E !important;
}

/* SPEAKERS */
/* .img-wrapper { height: 160px; } */
.speaker img {
  border-radius: 4px;
}

.deets-wrapper {
  height: 130px;
}

.speakername {
  color: var(--red-color);
  font-weight: bold;
  font-size: 20px;
}

.speaker .more {
  background-color: var(--teal-color);
  padding: 4px 14px;
  border-radius: 16px;
}

.speaker .more a {
  color: #fff !important;
  text-decoration: none !important;
}

.speaker .conference {
  font-weight: bold;
  font-style: italic;
}

.conftitle {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* Social feeds */
/* #ctf .ctf-item { width: 33%; float: left; } */
.cff-shared-link {
  overflow: hidden;
}

.juicer-feed p {
  font-size: 16px;
  overflow: hidden;
  font-weight: 400 !important;
}

.juicer-feed {
  font-family: 'Open Sans', sans-serif;
}

.juicer-feed h1.referral,
.juicer-feed li.feed-item::before,
li[data-source="juicer"] {
  display: none !important;
}

.juicer-feed.loaded {
  overflow: hidden;
}

.juicer-feed .j-paginate {
  border: none;
}

.juicer-feed .j-paginate:hover {
  background: #fff;
}

/* VIDEOS */

#videos h2.sectionhead {
  text-align: left;
  margin: 0 20px 20px 0;
}

.videolink {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #fff;
  width: 100%;
  height: 165px;
  margin-bottom: 40px;
}

.videolink.first {
  height: 324px;
}

.text .videolink {
  height: 400px;
}

.post-type-archive-video .videolink {
  height: 200px;
  margin-bottom: 10px;
}

.vduration {
  margin-bottom: 40px;
}

.post-type-archive-video .videolink.first {
  height: 400px;
}

.videoicon,
.videodesc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.videolink:hover .videoicon,
.videolink:hover .videotitle,
.videodesc {
  display: none;
}

.videodesc {
  background: rgba(0, 0, 0, 0.8);
  transition: all 1s;
  overflow: hidden;
}

.videotitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
}

.videodesc p {
  max-height: 100%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding: 20px;
  text-align: center;
}

.videolink:hover .videodesc {
  display: table;
  transition: all 1s;
}

.videoicon svg {
  margin: 20% 33%;
  width: 33%;
  height: 33%;
}

.videoduration {
  position: absolute;
  top: 4px;
  right: 10px;
}

section.head {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  position: relative;
}

section.head .overlay,
.lifted .overlay,
.topicimg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}

section.head.noimg {
  color: var(--main-color);
  padding-bottom: 0px;
}

section.head .contenant {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

section.head .contenant h1 {
  position: relative;
}

section.head h1 {
  font-size: 60px;
  clear: both;
  line-height: 1.2em;
  padding-bottom: 20px;
}

section.head.noimg h1 {
  color: var(--black-color);
}

.col-lg-8 .text {
  max-width: 715px;
}

.text h2,
.text h3 {
  color: var(--black-color);
  padding: 30px 0 12px;
  font-size: 30px;
  letter-spacing: 0.2pt;
}

.text h4 {
  padding: 40px 0 12px;
  font-size: 26px;
}

img.size-full {
  max-width: 100%;
  height: auto;
}

.imagetext {
  margin-top: 90px;
  position: relative;
}

.imagetext .thecaption {
  position: absolute;
  top: 0;
  left: 47%;
  width: 53%;
  background: #fff;
  font-family: open_sans_condensedbold, sans-serif !important;
  padding: 40px;
  font-size: 56px;
  line-height: 1.2em;
  color: var(--black-color);
}

figure.lifted figcaption {
  position: absolute;
  font-size: 14px;
  padding-top: 6px;
}

.caption {
  font-size: 14px;
  padding: 6px 0 40px;
}

.gallery-container {
  margin: 0 auto;
}

.blueimp-gallery>.indicator>li {
  opacity: 1 !important;
}

.page-id-15 .text>div[align="center"]:not(.gallery192) {
  display: none;
}

.text ul {
  list-style: none;
  padding-left: 24px;
}

.text ul li {
  padding: 8px 0;
}

.text ul li:before {
  margin-right: 10px;
  content: "";
  background: var(--teal-color);
  border-radius: 50%;
  color: white;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.contact-email {
  font-size: 22px;
}

/* Subscribe to newsletter */
.newsletter {
  background: url(../images/newsletter.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 72px 20px 72px 200px;
  margin: 60px 0;
  text-shadow: 0px 0px 4px #000;
}

.ctaprod {
  background: url(../images/Cana.jpg) center 60% no-repeat;
  /*  background-size: cover; */
  color: #fff;
  padding: 72px;
  margin: 40px 0;
}

.nltitle {
  font-family: open_sans_condensedbold, sans-serif !important;
  font-size: 32px;
  line-height: 1em;
}

.nlsubtitle {
  font-size: 28px;
}

.ctaprod .nltitle,
.ctaprod .nlsubtitle {
  text-shadow: 0px 0px 4px #000;
}

.newsletter #email {
  width: 300px;
  padding: 12px;
  margin: 20px 0px;
}

.newsletter .btn-red {
  padding: 7px 20px;
}

/* Downloads */
#downloadsvg {
  height: 64px;
  vertical-align: bottom;
  margin-bottom: -18px;
}

#downloadsvg .xpr {
  stroke: var(--red-color);
}

ul.downloads {
  border-top: 1px solid var(--mid-grey);
  border-bottom: 1px solid var(--mid-grey);
  list-style: none;
  padding: 20px 80px;
  margin: 40px 0;
}

ul.downloads li {
  font-weight: bold;
  padding-bottom: 20px;
}

ul.downloads li:hover {
  color: var(--bg-menu);
}

ul.downloads li .dname {
  width: 360px;
  display: inline-block;
}

ul.downloads li .ddeets {
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}

/* Guide list */
#guidelist {
  background-color: var(--bg-grey);
}

#guidelist .guidecontrols {
  width: 60px;
  display: inline-block;
  text-align: center;
  position: relative;
}

#guidelist .guidecontrols>div {
  border-right: 2px solid var(--black-color);
  border-bottom: 2px solid var(--black-color);
  width: 28px;
  height: 28px;
  cursor: pointer;
  position: absolute;
  top: 92px;
}

#guidelist .guidecontrols .guideprev {
  transform: rotate(135deg);
}

#guidelist .guidecontrols .guidenext {
  transform: rotate(-45deg);
  margin-left: 24px;
}

#guidelist .guidecontrols .disabled {
  border-color: var(--mid-grey);
  cursor: default;
}

#guidelist .theguides {
  display: inline-block;
  width: calc(100% - 140px);
}

/*
#guidelist .theguides .row {
  margin-top: 32px;
}
*/
#guidelist .guidecard {
  width: 316px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}

#guidelist .guideets {
  padding: 20px;
  height: 310px;
  /* 340px; */
  position: relative;
  /* margin-bottomL 40px; */
}

#guidelist .guidecard h4 {
  color: var(--black-color);
}

#guidelist .guideets p {
  max-height: 125px;
  /* 183px; */
  overflow: hidden;
}

#guidelist .guidecard .prebtn {
  text-align: center;
  position: absolute;
  top: 412px;
  /* 440px; */
  width: 100%;
}

#guidelist .guidecard .btn {
  padding-right: 30px;
  width: 205px;
  text-align: left;
}

#guidelist .guidecard .btn:after {
  border-color: #fff;
}

.frm_style_formidable-style.with_frm_style #form_supplemental .frm_checkbox label {
  font-size: 14px;
  margin-bottom: 0;
}

#form_supplemental {
  margin-top: -36px;
}

/* checkboxes */
.frm_style_formidable-style.with_frm_style legend+h3,
.frm_style_formidable-style.with_frm_style h3.frm_form_title {
  padding-top: 0;
  font-family: open_sans_condensedbold, sans-serif !important;
}

.frm_style_formidable-style.with_frm_style .checkit .frm_opt_container {
  padding-top: 20px;
}

.frm_style_formidable-style.with_frm_style .checkit .form-field {
  margin-bottom: 0px;
}

.frm_style_formidable-style.with_frm_style .checkit .frm_checkbox {
  padding: 10px 0 0 20px;
}

.frm_style_formidable-style.with_frm_style .checkit .frm_checkbox label {
  display: block;
  position: relative;
  padding-top: 6px;
  margin-bottom: 14px;
  margin-left: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-indent: 0 !important;
  font-size: 16px;
}

.with_frm_style .frm_inside_container label.frm_visible,
.frm_visible {
  opacity: 0;
}

.frm_style_formidable-style.with_frm_style .checkit .frm_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.frm_style_formidable-style.with_frm_style .checkit .frm_checkbox .checkmark {
  position: absolute;
  top: 6px;
  left: -16px;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 1px solid var(--mid-grey);
}

.frm_style_formidable-style.with_frm_style .checkit .frm_checkbox:hover input~.checkmark {
  background-color: #ccc;
}

.frm_style_formidable-style.with_frm_style .checkit .frm_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.frm_style_formidable-style.with_frm_style .checkit .frm_checkbox input:checked~.checkmark:after {
  display: block;
}

.frm_style_formidable-style.with_frm_style .checkit .frm_checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 8px;
  height: 14px;
  border: solid var(--red-color);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.frm_style_formidable-style.with_frm_style .frm_message,
.frm_success_style {
  background: var(--bg-grey);
  border: none;
  text-align: center;
  padding: 30px;
}

/* Download page */
.single-handbook {
  background: var(--teal-color);
}

.single-handbook main {
  padding-top: 20px;
  color: #fff;
}

.single-handbook .handbookdesc {
  text-align: right;
}

.single-handbook .lalfore {
  padding-bottom: 32px;
}

.single-handbook h1 {
  font-size: 60px;
  max-width: 440px;
  margin-left: auto;
  line-height: 1em;
}

.single-handbook .filedeets {
  font-size: 36px;
  padding-bottom: 32px;
}

.single-handbook .img-guide {
  width: 400px;
  margin: 20px 0px 60px auto;
}

.single-handbook .frm_html_container h3 {
  background: var(--red-color);
  text-align: center;
  padding: 24px;
  margin: 0 -50px 16px;
  color: #fff;
}

.formdiv {
  position: relative;
  background: #fff;
  padding: 0 50px 30px;
  min-height: 360px;
}

.arrow-left {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
  border-right: 40px solid #fff;
  top: 220px;
  left: -32px;
}

.supplemental div.frm_checkbox:last-child,
#frm_field_89_container div.frm_checkbox:last-child {
  padding: 50px 0 40px 20px;
  border-top: 1px solid var(--bg-grey);
  margin-top: 40px;
}

.supplemental div.frm_checkbox:last-child label,
#frm_field_89_container div.frm_checkbox:last-child label {
  font-weight: bold;
}

.frm_prev_page {
  display: none;
}

.formdiv .frm_message {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.formdiv .frm_message br {
  display: none;
}

.docalso {
  margin-top: 32px;
  border-top: 1px solid var(--bg-grey);
  padding-top: 32px;
}

.docalso p {
  color: var(--mid-grey) !important;
  font-size: 16px;
  padding: 0 0 20px;
}

.docalso ul {
  padding-left: 20px;
  color: var(--teal-color);
}

.docalso ul li {
  padding-bottom: 10px;
}

.docalso ul li a {
  color: var(--teal-color);
}

.docalso a.bttb {
  font-size: 18px;
  font-weight: bold;
  color: var(--red-color);
}

.docalso a.bttb:before {
  border-right: 2px solid var(--red-color);
  border-bottom: 2px solid var(--red-color);
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 14px 6px 0 0;
  content: '';
  transform: rotate(-45deg);
  font-size: 18px;
}

.navbar-toggler {
  border: none;
  margin-left: -36px;
}

.questionmark {
  border: 2px solid var(--main-color);
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  margin-top: 3px;
  margin-right: -36px;
  height: 38px;
  width: 38px;
  display: inline-block;
}

#mobileMenu {
  background: #fff;
  padding: 0 20px 20px;
}

header #mobileMenu .menutitle {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid var(--mid-grey);
  margin-bottom: 10px;
  font-size: 24px;
  padding-left: 12px;
}

.mobileMenulink {
  font-size: 21px;
}

#showtop {
  border-left: 2px solid var(--main-color);
  border-top: 2px solid var(--main-color);
  width: 16px;
  height: 16px;
  display: inline-block;
  content: '';
  transform: rotate(45deg);
  font-size: 18px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 3px;
}

#mobilesearch form {
  position: relative;
}

#mobilesearch input {
  width: 100%;
  background: var(--bg-grey);
  border: none;
  padding: 10px 24px;
}

header #mobilesearch button {
  top: 23px;
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
  color: #fff !important;
}

/********************** RESPONSIVE **********************/

@media (max-width:1280px) {

  html,
  body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
  }

  header #sitename {
    font-size: 24px;
    padding-top: 10px;
  }

  .contenant {
    margin: 0 32px;
    width: calc(100% - 64px);
  }

  #jumbofilm .contenant {
    z-index: 7;
    padding: 60px 0;
    text-align: center;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1162px) {
  footer #form_newsletter .frm_submit {
    width: 280px;
    text-align: center;
  }
}

@media (max-width:991px) {

  /*  header { position: absolute; } */
  header #topline .contenant {
    text-align: center;
    padding: 0 0 10px;
  }

  header #sitename img {
    margin-top: -10px;
  }

  header #sitename {
    font-size: 24px;
    padding-top: 0;
  }

  #mobileMenu .menutitle {
    cursor: pointer;
  }

  footer .lgchange {
    padding-top: 0;
  }

  #jumbofilm h1 {
    font-size: 35px;
    padding-top: 74px;
  }

  #jumbofilm .search-form input {
    width: 80%;
    padding-right: 55px;
  }

  .crop {
    padding-top: 32%;
  }

  .main-menu .col-lg {
    padding: 0 15px;
    text-align: left;
  }

  .text a:not(.postpage):not(.prev):not(.next) {
    text-decoration: underline;
    white-space: normal;
  }

  .text a:after,
  .docalso ul a:after,
  div:not(.pagination) a:after {
    display: none;
  }

  .blueimp-gallery .indicator {
    display: none !important;
  }

  main {
    padding-top: 58px;
  }

  section {
    padding: 0;
    margin: 20px 0;
  }

  section.head {
    padding: 62px 0;
  }

  section.head h1 {
    font-size: 32px;
  }

  main .contenant {
    margin: 0 40px;
    width: calc(100% - 80px);
  }

  #guides .contenant {
    background-size: cover;
    background-image: url(../images/technical-guide-vertical-background.jpg);
    padding: 32px;
  }

  .page-id-13 .text {
    padding-left: 0px;
  }

  .page-id-13 .text img.alignleft {
    display: none;
  }

  /*
  .home .downloadguide .img-guide {
    top: 30px;
    left: auto;
    right: -130px;
    width: 150%;
  }
  */
  .single-handbook .lalfore {
    width: 201px;
    margin: 0 auto;
  }

  .single-handbook .handbookdesc {
    text-align: left;
  }

  .single-handbook h1 {
    font-size: 52px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .single-handbook .filedeets {
    font-size: 30px;
    text-align: center;
  }

  .single-handbook .img-guide {
    width: 317px;
    margin: 20px calc(50% - 159px);
  }

  .formdiv {
    margin-top: 42px;
  }

  .arrow-left {
    top: -63px;
    left: 50%;
    margin-left: -22px;
    border-right-color: var(--red-color);
    transform: rotate(90deg);
  }

  .imagetext .thecaption {
    font-size: 30px;
  }

  .newsletter {
    margin: 20px -20px;
    padding: 20px;
  }

  blockquote {
    margin-left: 42px;
    margin-top: 20px;
  }

  h2.sectionhead {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

@media (min-width: 769px) and (max-width: 786px) {
  footer #form_newsletter .frm_submit {
    width: 280px;
    text-align: center;
  }
}

@media (max-width: 768px) {

  /* h1, h2, h3 { text-align: center; } */
  main {
    padding-top: 88px;
  }

  .crop {
    padding-top: 41%;
  }

  .home .downloadguide .img-guide {
    position: initial;
    width: 100%;
    height: auto;
  }

  .downloadguide .btn {
    margin-left: calc(50% - 104px);
  }

  footer .contenant {
    padding: 40px 10px;
  }

  footer .col-md {
    width: 400px;
    margin: 0 auto;
  }

  footer #form_newsletter input#field_email {
    width: 95%;
  }

  footer .lgchange {
    margin-top: -34px;
  }

  footer .pageend div {
    padding: 0 4px;
  }

  footer .pageend div.no-sm-border {
    border: none;
  }

  .home blockquote {
    margin-top: 16px;
    padding-left: 0;
  }

  .home blockquote::before {
    font-size: 7em;
    top: -55px;
    left: -54px;
  }

  .home .testimony .drsilage {
    float: none;
    margin: 0 auto;
  }

  .home .testimony .btn.btn-red {
    margin: 17px 0px;
    display: block;
    font-size: 16px;
  }

  .topicimg {
    height: 248px;
  }

  .contact-email {
    font-size: 18px;
  }
}

@media (max-width: 668px) {
  .crop {
    padding-top: 70%;
  }

  header #mobileMenu .menutitle {
    padding: 3px 8px;
    font-size: 21px;
    margin-bottom: 0;
  }
}

@media (max-width: 574px) {
  .crop {
    padding-top: 35%;
  }

  main {
    padding-top: 58px;
  }

  .alert-cookie-policy {
    padding: 5px;
  }

  header #sitename img {
    margin-top: 10px;
  }

  .contenant {
    margin: 0 6px;
    width: calc(100% - 12px);
  }

  #content .btn-red {
    font-size: 12px;
  }

  blockquote {
    margin-left: 0;
  }

  footer #form_newsletter input#field_email {
    margin-right: 2px;
    width: 220px;
  }

  main .contenant {
    margin: 0 10px;
    width: calc(100% - 20px);
  }

  footer .col-md {
    padding-left: 32px !important;
    padding-top: 0px !important;
  }

  footer .lforward {
    width: 176px;
    margin: 0 auto 32px;
  }

  #guides .contenant {
    background-image: url(../images/technical-guide-vertical-background.jpg);
    background-position: center top;
  }

  footer .lgchange {
    margin-top: 0px;
  }
}

@media (max-width: 360px) {

  #form_newsletter #field_email,
  #form_cta #field_location {
    width: 265px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  #downloadsvg {
    width: 64px;
  }
}

#ctf .ctf-author-screenname {
  display: block;
  margin-top: -10px;
  font-size: 14px !important;
}

#ctf .ctf-screename-sep {
  display: none;
}