@charset "UTF-8";
#mainwrapper header {
    /*Header */
    background-color: rgb(255, 255, 255);
    overflow: auto;
    font-family: "Arial Narrow";
    font-style: normal;
    font-weight: 400;
    border-bottom-style: solid;
    border-bottom-color: #008080;
    border-width: thick;
}
#mainwrapper header #logo {
	/* Company Logo text */
	width: 55%;
	float: left;
	padding-left: 0%;
	padding-top: 12px;
	padding-bottom: 6px;
	color: rgb(0, 0, 0);
	font-family: "Arial Narrow";
	font-size: x-large;
	font-weight: bold;
	vertical-align: bottom;
}
#mainwrapper header nav {
	/*Nav bar containing links in header */
	text-align: right;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-right: 2%;
	width: 40%;
	float: right;
	color: rgb(0, 51, 102);
	font-family: "Arial Narrow";
	font-size: medium;
	font-weight: bold;
	vertical-align: bottom;
}
header nav a {
	/* Links in header */
	padding-right: 2%;
}
#content #mainContent h1, #content #mainContent h2 {
	/* Styling for main headings */
	color: rgba(146,146,146,1.00);
}
#content #mainContent h3 {
    /*Captions ot Taglines */
    font-family: londrina-solid; 
	font-style: normal; 
	font-weight: 400; 
	font-size: x-large;;
    color: hsla(210,100%,20%,1.00);
}
#content #mainContent #bannerImage {
    /*Container for main banner image */
    background-color: rgba(208,207,207,1.00);
	display: inline-block;
}
#content #mainContent #social-button {
  vertical-align: baseline;
}
.share {
   float: left;
   padding: 10px 15px 10px 15px;
	border: none;
   background-color: #ececec;
   text-decoration: none;
   font-size: 14px;
   color: #FFF;
   z-index: 1;
   transition: transform .1s ease-in;
}
 
.email {
   background-color: #cc2127; 
}
.download {
   background-color: #7B36BD; 
}
.linkedin {
   background-color: #0077b5;
}
.facebook {
   background-color: #3b5998;
}
 
.twitter {
   background-color: #55acee;
}

.print {
    background-color: #005757;
}
.share:hover {
   transform: scale(1.3);
   z-index: 2;
}
.launch {
	background-color: #000000;
	color: #FFFFFF;
}


#content #mainContent p {
    /* All paragraphs under maincontent */
    color: rgba(0,0,0);
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    font-size: medium;
   
}
#content #mainContent #authorInfo {
	/* Author info section */
	background-color: rgb(102, 153, 255);
	padding: 0px 2px 0px 10px;
	border: none;
}
#content #mainContent #authorInfo h2 {
    color: rgb(0, 0, 0);
    padding: 10px 2px 0px 10px;
    font-family: "Arial Narrow";
    font-size: large;
    font-weight: bold;
;
}
#content #mainContent #authorInfo a>img {
    margin-right: 6px;
	vertical-align: baseline;
    
}
#content #mainContent #authorInfo p {
	color: rgb(0, 0, 0);
	padding: 0px 10px 15px ;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
footer article {
    /* Footer articles */
    width: 96%;
    padding-left: 0%;
    padding-right: 2%;
    text-align: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: rgba(0,0,0,1.00);
    font-size: small;
}
footer article h3 {
    /* Footer article titles */
    text-align: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: small
}
#mainContent {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 71%;
    float: left;
    /* [disabled]float-offset: left; */
    font-weight: normal;
    font-size: medium;
    margin-left: 0px;
    margin-right: 10px;
}
#content #mainContent a>img {
    margin-right: 20px;
    display: inline-block;
	
}  
#content #mainContent .images {
    margin-right: 20px;
	margin-left: 10px;
	text-decoration: none;
	color: darkgreen;
	font-weight: bold;

} 
#content #mainContent .images img {
	border: thin solid black;
	width: 70%;

}   

#mainwrapper #content #sidebar {
    /* Sidebar*/
    border: medium solid #008080;
    width: 19%;
    padding-left: 2%;
    padding-right: 2%;
	padding-bottom: 2%;
    float: right;
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
    padding-top: 2px;
}
#mainwrapper {
	/* Container of all content */
	width: 80%;
	overflow: auto;
	margin-left: 10%;
}
#content #sidebar input {
	
}
#content #sidebar #adimage {
	/* Container for Image in sidebar */
	width: 100%;
	background-color: rgb(255, 255, 255);
	margin-top: 5px;
	float: none;
	overflow: auto;
}
nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
    font-family: "Arial Narrow";
    color: rgba(0,51,102,1.00);
    font-size: medium;
}
#footerbar {
	/* Footer bar at the bottom of the page */
	height: 10px;
	clear: both;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}
#footer {
    /* Container for footer artices */
  	top: 2 px;
	width: 96%;
    padding-left: 2%;
    padding-right: 2%;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #005050;

}
.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#mainContent #bannerImage img {
	/* Actual banner image */
	width: 100%;
}
#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}
#mainwrapper header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
/* Tablet view */
@media screen and (max-width:850px) {
#mainwrapper {
	/* Container of all content */
	width: 98%;
	overflow: auto;
	margin-left: 1%;
	margin-right: 1%;
}
}
/* Mobile view */
@media screen and (max-width:480px)  {
#mainwrapper {
	/* Container of all content */
	width: 99%;
	overflow: auto;
	margin-left: 1%;
}
#mainwrapper header #logo {
	/* Company Logo text in header */
	width: 100%;
	margin-left: 0%;
}
#mainwrapper header nav {
	/*navigation links in header */
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}
#mainwrapper #content #sidebar {
    /* Sidebar*/
    width: 98%;
    padding-top: 5px;
	padding-bottom: 2px;
}
#content #sidebar #adimage {
	/* Container for image in sidebar */
	width: 100%;
}
#content #sidebar nav {
	/* Navigation bar for links in sidebar */
	width: 96%;
	padding-top: 5px;
}
#sidebar nav ul li {
	width: 32%;
}
#content #mainContent {
	/* Search box shown only in mobile and tablet view */
	width: 98%;
	padding-left: 0px;
	padding-right: 0px;
}
#content .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#content #mainContent h3 {
    /* Title under maincontent, if any */
    font-size: 18px;
 
}
#content #mainContent .images {
    margin-right: 1%;
	margin-left: 1%;
	text-decoration: none;
	text-align: center;
	color: darkgreen;
	font-weight: bold;

} 
#content #mainContent .images img {
	border: thin solid black;
	align-content: center;
	width: 70%;

}
#content footer article {
	/* Each foter article */
	width: 96%;
}
}
