/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7em;
    color: #000000;
}
h1{font-size:32px;
   text-decoration: underline;
}
 
h2{font-size:20px;
   font-weight:bold;
   text-decoration: underline;
}

h3{font-size:16px;
   font-weight:bold;
   text-decoration: underline;
}

a,
a:hover,
a:focus {
    color:  #4a57f7;
    text-decoration: underline;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#container{
	margin: 0 auto;
	max-width: 1200px;
}

#header {
	width: 100%;
	padding: 5px 5px 0px;
	background-color: #e6e6e6;
	
	
}

header #title {
	font-size: 30px;
	color: #fff;
	text-align: center;
}

#navbar {
	width: 100%;
	background-color: #17649F;
	text-align: center;
	font-size: 10px;
	
}
#navbar > ul {margin: 0}


#navbar ul li {
	display: inline-block;
	padding: 1px 1.5% 1px 1.5% ;
	margin: 0;
}

#navbar ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
}

#navbar ul li a:hover {
	color: #d9d92c;
	text-decoration: none;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;

	
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    font-size: 0.875em;
    background: #e6e6e6;
    color: #255cca;
    transition: all 0.3s;
	
}

#sidebar.active {
    margin-left: -200px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #e6e6e6;
}

/* We remove the margin, padding, and list style of UL and LI components */
#menuwrapper ul, #menuwrapper ul li{
    margin:0;
    padding:0;
    list-style:none;
}

/* We apply background color and border bottom white and width to 200px */
#menuwrapper ul li{
    background-color:#e6e6e6;
    border-bottom:solid 0px white;
    width:200px;
    cursor:pointer;
}

/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover{
    background-color:#b1c6f1;
    position:relative;
}

/* We apply the link style */
#menuwrapper ul li a{
    padding:5px 20px;
    color:#4025ca;
    display:inline-block;
    text-decoration:none;
}

/**** SECOND LEVEL MENU ****/
/* We make the position to absolute for flyout menu and hidden the ul until the user hover the parent li item */
#menuwrapper ul li ul{
    position:absolute;
    display:none;
}

/* When user has hovered the li item, we show the ul list by applying display:block, note: 180px is the individual menu width.  */

#menuwrapper ul li:hover ul{
    left:200px;
    top:0px;
    display:block;
}

/* we apply different background color to 2nd level menu items*/
#menuwrapper ul li ul li{
    background-color:#b1c6f1;
}

/* We change the background color for the level 2 submenu when hovering the menu */

#menuwrapper ul li:hover ul li:hover{
    background-color:#85a6e9;
}

/* We style the color of level 2 links */
#menuwrapper ul li ul li a{
    color:#4025ca;
    display:inline-block;
    width:200px;
};
    position:relative;
}

/* We apply the link style */
#menuwrapper ul li a{
    padding:5px 5px;
    color:#000000;
    display:inline-block;
    text-decoration:none;
}





ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
	
}

#footer{
	width: 100%;
	font-size: 10px;
	padding: 10px 50px 10px 50px;
	background-color: #f2f2f2;
	border-top: 5px solid #244367;
	color: #fff;
	
}
* {
  box-sizing: border-box;
}

.menu {
  width: 35%;
  float: left;
  padding: 10px;
}
.main {
  width: 65%;
  float: left;
  padding: 10px;
}
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  
}
#img {
  max-width: 100%;
  height: auto;
}


/* Clear float */
.clear{
    clear:both;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

.adslot_1 { display:inline-block; width: 300px; height: 600px; }
@media (max-width: 500px) { .adslot_1 {display: none !Important; } }

.adslot_2 { display:inline-block; width: 300px; height: 250px; }
@media (min-width: 500px) { .adslot_2 {display: none !Important; } }


@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    #header {
	width: 100%;
	padding: 10px;
    }
    #header #title {
	font-size: 20px;
	color: #fff;
	text-align: center;
     }
@media  (max-width: 600px) {
  .menu{
    width: 100%;}
   .main{
    width: 100%;}
   .column {
    width: 100%;
  }
img {
  max-width: 100%;
  height: auto;
}
}