@charset "UTF-8";
a.lien_ext:after {
  content: "\0000a0[\2197]";
}
#mainwrapper header {
  /*Header */
  background-color: rgba(255, 255, 255, 1.00);
  overflow: auto;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}
#mainwrapper header #logo {
  /* Company Logo text */
  width: 260px;
  float: left;
  padding-left: 2%;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #4990B2;
  text-align: center;
}
#mainwrapper header nav {
  /*Nav bar containing links in header */
  text-align: left;
  padding-top: 12px;
  padding-bottom: 36px;
  padding-right: 2%;
  color: #4F8A33;
  width: 68%;
  float: left;
}
#mainwrapper header nav a {
  /* Links in header */
  color: #4F8A33;
  text-decoration: none;
}
#content #mainContent h1, #content #mainContent h2, #mainwrapper header h1 {
  /* Styling for main headings */
  color: #4990B2;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: x-large;
}
#content #mainContent h3 {
  /*Captions ot Taglines */
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bolder;
  color: #4290B2;
  text-align: left;
  font-size: large;
}
#content #mainContent h4 {
  /*Captions ot Taglines */
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
font-weight: normal;
  color: #4290B2;
  text-align: left;
  font-size: large;
}
#content a {
  color: #4F8A33;
  text-decoration: underline;
  font-style: normal;
  font-size: large;
}
#content #mainContent #bannerImage {
  /*Container for main banner image */
  width: 100%;
  background-color: rgba(208, 207, 207, 1.00);
}
#content #mainContent p {
  /* All paragraphs under maincontent */
  color: #101D55;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  text-align: justify;
}
.R3 {
	color : #10F110;
	font-weight: bold;
}
.R2 {
	color : #FFB600;
	font-weight: bold;
}
.R1 {
	color : #FF0000;
	font-weight: bold;
}
.R0 {
	color : #898989;
	font-weight: bold;
}
#content #mainContent #authorInfo {
  /* Author info section */
  background-color: rgba(208, 207, 207, 1.00);
}
#content #mainContent #authorInfo h2, #content #mainContent #authorInfo p {
  color: rgba(255, 255, 255, 1.00);
  padding-left: 2%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 2%;
  text-align: left;
}
footer article {
  /* Footer articles */
  width: 46%;
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  text-align: justify;
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: rgba(146, 146, 146, 1.00);
}
footer article h3 {
  /* Footer article titles */
  text-align: center;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}
footer article h4 {
  /* Footer article titles */
  text-align: center;
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#mainContent {
  /* Container for the blog post in individal blog view */
  padding-left: 2%;
  width: 71%;
  float: left;
  padding-right: 2%;
  padding-top: 41px;
}
#mainwrapper #content #sidebar {
  /* Sidebar*/
  width: 19%;
  padding-left: 2%;
  padding-right: 2%;
  float: left;
  background-color: rgba(246, 246, 246, 1.00);
  margin-top: 50px;
  padding-top: 32px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  color: #4990B2;
}
footer {
  /* Container for footer artices */
  width: 71%;
  padding-left: 2%;
  padding-right: 2%;
}
header #logo h3 {
  color: #4990B2;
}
header #logo h4 {
  color: #4990B2;
}
.notOnDesktop {
  /*element to be displayed only in mobile view and tabet view */
  display: none;
}
#mainContent #bannerImage img {
  /* Actual banner image */
  width: 100%;
}
#mainContent #bannerImage video {
  /* Actual banner image */
  width: 100%;
  height: auto;
}
#sidebar #adimage img {
  /* Image in sidebar */
  width: 100%;
  float: left;
}
/* Tablet view */
@media screen and (max-width:769px) {
  .notOnDesktop {
    /* Search box shown only in mobile view and Tablet view */
    display: block;
    text-align: right;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 96%;
  }
  #content .notOnDesktop input {
    height: 28px;
  }
  #mainContent {
    /* Container for the blog post */
    padding-top: 0px;
    float: none;
    width: 96%;
  }
  #sidebar input {
    /* Search box in sidebar */
    display: none;
  }
  #mainwrapper #content #sidebar {
    /* Sidebar*/
    float: none;
    width: 92%;
    padding-top: 13px;
    overflow: auto;
    margin-top: 3px;
    margin-left: 2%;
    padding-bottom: 13px;
  }
    #mainwrapper header nav {
        /*navigation links in header */
        text-align: center;
        background-color: rgba(255, 255, 255, 1.00);
        width: 98%;
    }
  #mainwrapper header nav a {
    /* Links in header */
    color: #4F8A33;
    text-decoration: none;
  }
  #content #sidebar #adimage {
    /* Image in sidebar */
    width: 60%;
    margin-top: 0px;
    float: left;
  }
  #content #sidebar nav {
    /* Navigation links in sidebar */
    width: 36%;
    float: left;
    padding-left: 4%;
  }
  #content #sidebar a {
    color: #4F8A33;
    font-weight: bolder;
    text-decoration: underline;
  }
  #sidebar nav ul {
	margin-top: 0px;
	text-align: left;
  }
  footer {
    /* Footer region */
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #content footer article {
    /*Each footer article */
    width: 46%;
  }
  #mainwrapper header {
    /* Header */
    width: 100%;
  }
}
/* Mobile view */
@media screen and (max-width:480px) {
  #mainwrapper header #logo {
    /* Company Logo text in header */
    width: 96%;
    margin-left: 2%;
    text-align: center;
  }
  #mainwrapper header nav {
    /*navigation links in header */
    text-align: center;
    background-color: rgba(255, 255, 255, 1.00);
    width: 98%;
  }
  #content #mainContent h1, #content #mainContent h2, #mainwrapper header h1 {
    /* Styling for main headings */
    color: #4990B2;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: medium;
  }
  #mainwrapper header nav a {
    /* Links in header */
    color: #4F8A33;
    text-decoration: none;
  }
  #content #sidebar #adimage {
    /* Container for image in sidebar */
    width: 100%;
  }
  #content #sidebar nav {
    /* Navigation bar for links in sidebar */
    width: 96%;
    padding-top: 7px;
  }
  #content #sidebar a {
    color: #4F8A33;
    font-weight: 400;
    text-decoration: underline;
  }
  #sidebar nav ul li {
    display: inline-block;
    width: 32%;
    text-align: left;
  }
  #mainwrapper #content #sidebar {
    /* sidebar */
    padding-bottom: 0px;
  }
  #content .notOnDesktop {
    /* Search box shown only in mobile and tablet view */
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  #content .notOnDesktop input {
    width: 80%;
    text-align: center;
  }
  #content #mainContent h4 {
    /* Title under maincontent, if any */
    font-size: 14px;
  }
  #content footer article {
    /* Each foter article */
    width: 96%;
  }
}