@import '/resources/css/wk-fonts.css';
@import "/resources/css/wk-colors.css";

/* ===== Universal Styles ===== */
html, body {
	font-family: "Calibri","Helvetica Neue",Helvetica,"Roboto",Arial,sans-serif;
  font-size: 16px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

p {
    margin: 0 0 10px;
}
.bold {
  font-weight: bold;
}
.push {
  height: 40px;
}
/* ============================ */

/* ===== HEADER ===== */
.logo {
  height: 75px;
  -webkit-background-size:50%;
  -moz-background-size:50%;
  background-size:60%;
  background-position: 50% 50%;
  background-image: url(../../../img/Wolters-Kluwer-logo.jpg);
  background-repeat: no-repeat;
}
.title {
  color: white;
  text-align: center;
  font-family: 'Franziska', sans-serif;
  font-style: italic;
}
.subtitle {
  font-family: sans-serif;
  font-style: italic;
  font-weight: bold;
  color: rgba(0,0,0,0.2);
  text-align: right;
  padding: 0px 20px 0px 0px;
  margin-top: 2px;
}
.row-title {
  margin: 1.5rem 0;
}
/* ================== */


/* ===== INTRO ===== */
.applogo {
  height: 75px;
  -webkit-background-size:50%;
  -moz-background-size:50%;
  background-size:60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.intro {
  margin-top: 20px;
}
/* @media only screen and (max-width: 425px) {
  .applogo {
    display:none;
  }
} */
/* @media only screen and (max-width: 654px) {
  .supportbtn {
    display:none;
  }
} */
/* ================= */


/* ===== FORM ===== */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    padding-bottom: .25rem;
}
/* ================ */



/* ===== FOOTER ===== */
.footer {
  margin-top: 2rem;
  line-height: 3rem;
	bottom: 0;
position: absolute;
width: 100%;
z-index: 5;
}
.mainFooter_logoSection--note {
  font-family: "Fira Sans";
}
@media only screen and (max-width: 600px) {
  .mainFooter_logoSection--note {
    display:none !important;
  }
}
@media only screen and (max-height: 927px) {
  .footer {
    position: relative;
  }
}


/* ================== */


/* ===== BORDER STYLES ===== */
.bdr-top-blu {
  border-top-style: solid;
  border-top-color: #007ac3;
  border-top-width: 1px;
}
.bdr-right-blu {
  border-right-style: solid;
  border-right-color: #007ac3;
  border-right-width: 1px;

}
.bdr-bottom-blu {
  border-bottom-style: solid;
  border-bottom-color: #007ac3;
  border-bottom-width: 1px;
}
.bdr-left-blu {
  border-left-style: solid;
  border-left-color: #007ac3;
  border-left-width: 1px;
}
/* ========================= */



/* ========== SLIDE IN SUPPORT PANEL ========== */
.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
.support-header {
  height: 75px;
  -webkit-background-size:50%;
  -moz-background-size:50%;
  background-size:80%;
  background-position: 50% 50%;
  background-color: rgba(133,188,32,.95);
}
.support-logo {
  height: 75px;
  position: absolute;
  left: 40px;
  margin-top: -10px;
}
.support-title {
  height: 75px;
  color: white;
  text-align: center;
  font-family: 'Franziska', sans-serif;
  font-style: italic;
  background-color: #8bbf2b;
}
.closebtn {
	float:right;
	color: #fff !important;
	padding-top: 0px;
	padding-right: 10px;
}
.article_aside {
  padding-bottom: 64px;
  float: left !important;
  margin-top: 18px;
  display: block;
}

#wrapper {
	width: 100%;
}

#first {
  float:left;
  padding-top: 1rem;
}
#second {
  float:left;
  padding-top: 2rem;
  width: 90%;
}
/* @media only screen and (max-width: 767px) {
  #second {
    padding-left: 20px;
  }
} */
/* ============================================ */






.banner {
	width:728px;
	border:0;
	margin-top:10px;
}
.leaderboard {
	height: 90px;
	background: url("https://documentation.wolterskluwerfs.com/Help/resources/img/Feedback-Leaderboard.png") no-repeat;
}
.form-group {
	margin-bottom: 8px;
	line-height: .7;
	margin: 5px 10px;
}
.before-hr {
  margin-bottom: -.5rem;
}
.after-hr {
  margin-top: -1rem;
}
.helpicon {
	width: 50px;
}
.helplabel {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pushright {
	text-indent: 20px;
}
.right40 {
	margin-left: 40px;
}
#feedbackForm {
	font-size: 12px;
}
/*h1,h2,h4,h5,h6{
	font-family: 'PrimaryFontLight', Fallback,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-style:normal;
	font-weight:400;
	margin:0 0 1em;
	clear:both;
	color: rgb(110, 187, 31);
}*/
h2, .wk-h2 {
    font-size: 1.875rem;
    font-weight: 300;
    color: #007ac3;
}
h3 {
	font-size: 33px;
	color: #007ac3;
	font-weight: 100;
	font-family: FranziskaWebPro,serif, Segoe UI Light, Segoe UI, Helvetica, Garuda, Arial, sans-serif;
	font-style: normal;
	line-height: 1.167;
}

.AppTitle {
/*font-family: FranziskaWebPro,serif;*/
  font-style: italic;
  font-weight: 400;
  color: #007ac3;
  margin: 20px 0 1em 1rem;
  font-size: 30px;
}
.AppTitleInsert {
	font-size: 16px;
}

li {
	padding-bottom: 10px;
}
.submitbtn {
	font-size: 33px;
	font-family: 'Fira Sans','PrimaryFontLight', 'Segoe UI', sans-serif;
}
/*.glyphicon-user, .glyphicon-home, .glyphicon-envelope, .glyphicon-earphone, .glyphicon-list, .glyphicon-edit {
	color:rgb(110, 187, 31);
}*/
.BannerTitle {
	position: absolute;
	left: 200px;
	top: 0.5rem;
	right: 0px;
	width: 520px;
	height: 62px;
	color: white;
	font-size: 2rem;
	font-family: 'Franziska',serif;
  font-style: italic;
  font-weight: bold;
}

#logoData {
  width: 100px;
  text-align: right;
  vertical-align: top;
  padding-top: 20px;
}


.supportbtn {
	/* float: right; */
	padding: 0 3px 0 15px;
	font-family: 'Fira Sans','PrimaryFontLight', 'Segoe UI', sans-serif;
}

#feedbackType {
    border-radius: 15px;
    border: 2px solid #8bbf2b;
    padding: 15px;
    font-size: 13px;
    margin-left: 20px;
}

/* ========== Side panel ========== */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  /* overflow-y: scroll;   */
  transition: 0.5s;
  /*padding-top: 60px;*/
	font-family: "Fira Sans",sans-serif;
  font-weight: 300;
  visibility: hidden;
}

#sideNavContainer {

}

.sidenav a {
  transition: 0.3s;
	color: #007ac3;
}

.sidenav a:hover, .offcanvas a:focus{
    /*color: #a3c6ff;*/
}



#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.button1 {
  background-color: white;
  color: #007ac3;
  border: 2px solid #007ac3;
  border-radius: 6px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	float: right;
}

.button1:hover {
  background-color: #007ac3;
  color: white;
  border-radius: 4px;
}

/* ========== Support ========== */


.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}



.mainHeader, .newsHighlightList_fact {
  background-position: left center;
  margin-top: 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mainHeader--products .mainHeader_heading{
  background-color:#aad063;
  background-color:rgba(133,188,32,.7);
  overflow: hidden;
}

.mainNavigation--products{background-color:#8bbf2b;background-color:rgba(133,188,32,.95)}

.mainHeader_heading {
  color: #fff;
  font-size: 75.2px;
  line-height: 96px;
  font-weight: 700;
  margin: 0;
  font-style: italic;
  padding: 15px 64px 45px;
  font-family: Franziska,serif;
}



.article {
  overflow: hidden;
  background-color: #fff;
  float: left;
  width: 100%;
  display: block;
}

.article_header {
  padding-left: 32px;
  padding-top: 32px;
  width: 100%;
  float: left;
  padding-right: 64px;
}

.article_title {
  font-family: Franziska,serif;
  font-style: italic;
  font-weight: 400;
  color: #007ac3;
  margin: 0 0 1em;
  font-size: 42px;
  font-size: 2.625rem;
  display: block;
}

.article_body {
    width: 90%;
    line-height: 1.4;
}

/*.article_body ol, .article_body p, .article_body ul, .introductionBanner ol, .introductionBanner p, .introductionBanner ul {
    line-height: 1.65em;
    font-family: "Fira Sans",sans-serif;
    font-weight: 300;
    line-height: 1.42857143;
    color: #474747;
    font-size: 1.25em;
    display: block;
    margin-top: 0;
    margin-bottom: 1.5em !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}*/

.article_div {
    margin-left: 66px;
    padding-top: 20px;
}



.categoryNavigation, .categoryNavigation.blue {
    width: 100%;
    padding: 64px 20px 64px 10px;
    color: #fff;
    margin-bottom: 64px;
    background-color: #007ac3;
    word-wrap: break-word;
}

.categoryNavigation_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9375rem;
}

.categoryNavigation_item {
    margin-bottom: 16px;
    margin: 0;
    padding: 0;
    text-indent: -10px;
}

.categoryNavigation_link {
    font-size: 18px;
	color: #fff !important;
    text-decoration: none;
    position: relative;
    padding: 4px 0 4px 4px;
}

.categoryNavigation_link :before{
	<i class="fa-li fa fa-check-square"></i>
}

b, strong {
    font-weight: 400 !important;
}

.article_content p a {
	text-decoration: underline;
}

/* ===== SECTION ===== */
.section {
  margin-bottom: 2rem;
}

/* ===== FOOTER ===== */
.mainFooter {
  margin-top: 3rem;
}
.mainFooter_logoSection {
    color: #fff;
    line-height: 64px;
    padding: 0 64px 0px;
}

.mainFooter_sections--logo {
    padding-top: 0;
    padding-bottom: 0;
}

.mainFooter_sections {
	background-color: #757575;
	margin-left: -16px;
  /*position: relative;
	margin: 0;
  list-style: none;*/
}

.mainFooter_logoSection--note {
    text-align: right;
    font-size: 22px;
    margin-top: -64px;
}

.mainFooter_logo {
    display: inline-block;
    height: 64px;
	margin-left: 64px;
    width: 196px;
    border: 0;
    text-indent: -9999px;
    background-image: url("/resources/img/Wolters-Kluwer-logo_white_trans.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 100%;
}

@media (max-width:1024px){
    .landingIntroduction--detail_aside,
    .landingIntroduction--detail_message,
    .landingIntroduction_aside,
    .landingIntroduction_message,
    .newsLandingLayout .categoryNavigation,
    .newsLandingLayout .contactCard,.newsLandingLayout .twitterFeed,.showcaseListItem_description,.showcaseListItem_image,.statisticsBanner_column{width:50%}}.filterTab_link,.newsHighlightList_item,.productList_item,.videoWall_video{width:50%}

/* SUPPORT PANEL */
.form-para {
  margin-left: 1rem;
  font-size: .75rem;
  font-weight: 500;
}
