/*
#233a56 dark blue
#314c6d light blue
*/
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:800');



@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");


/* begin responsive media queries ----------- */
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) {
	
	.socialBtn{
		width:30px;
		height:30px;}


}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width : 768px) {
	h1{
		font-size: 30px;
	}
}

#myBtn {
	font-family: 'Montserrat', sans-serif !important;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #989999;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #000;
}

/* everything else ----------- */


.closeSB{
	color:#ffffff;
}

.panel-title > a:before {
    float: right !important;
	margin-right:1%;
	margin-left:30px;
    font-family: FontAwesome;
    content:"\f068";
    color:#000;
	font-size:.6em;
}
.panel-title > a.collapsed:before {
    float: right !important;
	font-family: FontAwesome;
    content:"\f067";
	color:#5F6061;
	font-size:.6em;
	
	
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}



ul {
  display: inline-block;
  list-style-type: disc;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  margin-right: 0;
  padding-left: 20px;
  padding-right:10px;
}

li {
margin-bottom: 15px;

}

.temp {
	color:#102743;
	font-family: 'Montserrat', sans-serif !important;}


body {
    font-family: 'Lora', serif;
    background: #fff;
	display: inline-block;
}

p ul{
    font-family: 'Lora', serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.7em;
    color: #2B2B2B;
}

a,
a:hover {color:#000;}
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    
}

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


.btn-dk-blue{
	background:#314c6d!important
}



/* ---------------------------------------------------
    STATIC HEADER STYLE
----------------------------------------------------- */

.stHeader{
	background-color:#CECFD1; 
	position:absolute; 
	left:0px; 
	z-index:2; 
	padding: 10px 0px 10px 5px !important;
	height:60px;
	display:inline-block;
	
	
}
.logo {
	font-family: 'Lora', serif;
	font-weight:bold;
	margin-left: 20px;
	font-size:1.2em;
	position:absolute;
	top:14px
	
	
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #314c6d;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #314c6d;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #ffffff;
    color: #233a56;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

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

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #FFFFFF;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #233a56;
    background: #fff;
}



a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #314c6d;
}


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

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

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

#content {
    width: 100%;
    padding: 20px 0px 0px 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
	left:0;
}

.spacer {
    width: 100%;
    height: 1px;
    background-color: #CDCDCF;
    margin: 20px 0px 20px 0px;
}




.blogMargin{
	padding: 15px 15px 0px 15px !important;
	font-size:.7em;
	border-left:solid thin #CDCDCF;
	border-right:solid thin #CDCDCF;
	height:auto !important;
	
}

.aboutHeader{
font-family: 'Montserrat', sans-serif !important;
color: #5F6061 !important;}


a.linkDark:link, a.linkDark:active{
font-family: 'Montserrat', sans-serif !important;
color: #5F6061 !important;

}

a.linkDark:hover {
	color:#000 !important;
	font-family: 'Montserrat', sans-serif !important;
}


a.linkBlue:link, a.linkDark:active{
font-family: 'Montserrat', sans-serif !important;
color: #314c6d !important;

}

a.linkBlue:hover {
	color:#102743;
	font-family: 'Montserrat', sans-serif !important;
}

/* ---------------------------------------------------
    images and padding
----------------------------------------------------- */

.pic100{
	
	width:100%; 
	height:auto; 
	margin-top:15px; 
	margin-bottom:15px;
	float:left;
	margin-right:15px;
	display:inline-block;
	clear: left;
}

.picBullet{
	
	width:100%; 
	height:auto;
	float:left;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:15px;
	display:inline-block;
	clear: left;
}


