#cohen-container{
    margin-top:-3em;
}
.cohen-h1, .cohen-h2, .cohen-h3, .cohen-h4 {
    color: #1d2430;
    font-family:times;
}    

.cohen-h1 {
    font-size: 1.85em;
    font-weight: 900;
}  

.cohen-h2 {
    font-size: 1.40em;
    font-weight: 600;
}  

.cohen-h3 {
    font-size: 1em;
    font-weight: 600;
}  

.cohen-h4 {
    font-size: 1.5em;
    font-weight: 600;
} 

#cohen-sidebar-right h3{
    text-align: center;
}

.cohen-sidebar-p {
    text-align: center;
}

#cohen-header{
	padding: 0 0 0 0 !important;
	margin-top: 35px;
}

.fill-height{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#cohen-sidebar-left {
    background-color: #1d2430;
    border-color: white;
    border-width: 10px 10px 10px 0px;
    border-style: solid;
    padding: 0;
}

#cohen-sidebar-right {
    background-color: #f0f0f0;
    border-color: white;
    border-width: 10px 0px 10px 10px;
    border-style: solid;
}

#cohen-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#cohen-nav li {
    /*
    padding-top: 15px;
    padding-bottom: 15px;
    */
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 11px;
    font-size: 110%;
}

#cohen-nav a:link, #cohen-nav a:hover, #cohen-nav a:visited {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
}

#cohen-nav li:hover { 
    background-color:#4c5564; 
}

#cohen-header-mobile{
    background-color: #1d2430;
    padding:0;
}
#cohen-nav-mobile {
    list-style-type: none;
    padding: 0;
}

#cohen-nav-mobile li {
    padding: 10px;
    display:inline;
    white-space: nowrap;
    text-align:center;
}

#cohen-nav-mobile a:link, #cohen-nav-mobile a:hover, #cohen-nav-mobile a:visited {
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

#cohen-nav-mobile li:hover { 
    background-color:#4c5564; 
}

.cohen-footer{
    background-color:#e6ebf1;
    margin-top: 14px;
    padding-bottom: 18px;
}

#cohen-footer-left {
	padding-right:25px;
}

#cohen-sidebar-right iframe {
    height: 535px;
    width: 210px;
    bottom: 0;
    position: absolute;
    border:0px;
}
.footer-hr{
    border-bottom: 1px solid #dedede;
    width:100%;
    display: inline-block;
}

.topnav {
  overflow: hidden;
  background-color: #1d2430;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #4c5564;
  color: #fff;
}

.topnav a.active {
  background-color: #4c5564;
  color: white;
}

.topnav .icon {
  display: none;
}

/*Panel tabs*/
.panel-heading  {
	padding-bottom: 15px !important;
	padding-right: 0 !important;
    border-bottom: 1px solid transparent !important;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
	height: 36px;
}
.panel-tabs {
    position: relative;
    bottom: 16px;
    clear:both;
    border-bottom: 1px solid transparent;
}

.pull-right {
	float: right!important;
}

.panel-tabs {
	margin-top:1px;
	margin-right:-2px;
}
.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
	display: inline-block !important;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 5px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
	padding-bottom:12px;
	text-decoration: none;
}
.cohen-social {
	line-height: 0 !important;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: #1d2430;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255, .23);
    border-bottom-color: transparent;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }  	
}

@media screen and (max-width: 525px) {
  .panel-heading  {
	height:76px;
	}
}	

@media screen and (max-width: 306px) {
  .panel-heading  {
	height:116px;
	}
}