@CHARSET "ISO-8859-1";
/*--------------- header -------------------*/
#head {
    margin-bottom: 0;
    background: none repeat scroll 0 0 #214467;
}

#logo {
    line-height: 0;
    margin: 0;
}
#logo-wrapper {
    float: left;
    }
#logo .site-branding__name {
    margin-left: 100px;
    }
#header {
    margin-top: 10px;
}
/*--------- content ------------*/  
#content {
        margin-top: 5px;
}
/*--------- Sidebar ------------*/
#sidebar-first {
    margin-top: 5px;
}
/*--------------- footer -------------------*/
ul li.leaf {
    list-style-image: none;
    list-style: none;
    list-style-type: disc;
    
}
/*--------------- Forms -------------------*/
.form-submit {
    background-image: none;
    border: medium none;
    text-shadow: none;
    border-radius: 0;
    border-color: #005088;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    
}
#edit-preview.form-submit {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #333;
    }
#edit-preview.form-submit:hover {
    background-color: #fff;
    }
/*--------------- copyright -------------------*/
#copyright {
    padding: 0 0 25px;
}

ul.social {
    margin: 5px;
}

/*-------------------- Messages and Warnings ----------------------*/
div.messages {
  /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0;
  /* Drupal core uses "6px 0" margin */
  padding: 3px 3px 3px 59px;
  color: #3f3f3f;
  border: none;
  background: #75d675 url(../images/icon-tick.png) no-repeat 23px center;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.warning,
tr.warning {
  /* Medium priority messages */
  border-color: #e9c75f;
}

div.error,
tr.error {
  /* High priority messages. See also the .error declaration below. */
  border-color: #e56464;
}

.error {
  /* Errors that are separate from div.messages status messages. */
  color: #3f3f3f;
}

div.warning {
  background: #e9c75f url(../images/icon-warning.png) no-repeat 23px center;
}

div.error {
  background: #e56464 url(../images/icon-cross.png) no-repeat 23px center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  div.messages {
    background-image: url(../images/icon-tick-2x.png);
    background-size: 16px 16px;
  }

  div.warning {
    background-image: url(../images/icon-warning-2x.png);
    background-size: 16px 16px;
  }

div.error {
    background-image: url(../images/icon-cross-2x.png);
    background-size: 16px 16px;
  }
}

.messages-inner {
  padding: 15px 20px;
  background: #fff;
}

div.status,
.ok {
  color: #3f3f3f;
}

/*--------- Buttons ------------*/
/*  
.links li a {
    border-radius: 0;
    text-shadow: none;
}
*/
.links li a {
    background-color: #0072c6;
    border-color: #005088;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Segoe",Helvetica,Arial,sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 0.8rem;
    padding: 3px 10px;
    text-align: center;
    vertical-align: middle;
    word-wrap: break-word;
    text-shadow: none;
}
.links li a:hover {
    background-color: #2693ff;
    }
ul.primary li a {
    padding: 0 5px;
}   
/*------------------ Comments -----------------*/
node-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

.comment h2.title {
    margin-bottom: 1em;
}
.comment div.user-picture img {
    margin-left: 0;
}
.comment {
    display: table;
    margin-bottom: 20px;
    vertical-align: top;
    border-bottom: none;
}
.comment .attribution {
    display: table-cell;
    overflow: hidden;
    padding: 0 30px 0 0;
    vertical-align: top;
}
.comment .attribution img {
    border: 1px solid #d3d7d9;
    margin: 0;
}

.comment .user-picture {
    border: none;
    margin: 0;
    padding: 0;
    }
.comment .attribution .username {
    white-space: nowrap;
}
.comment .submitted {
    color: #3b3b3b;
    padding: 0;
    background: none;
    }
.comment .submitted p {
    font-size: 1.071em;
    line-height: 1.2;
    margin: 4px 0;
}
.comment .submitted .comment-time {
    color: #68696b;
    font-size: 0.786em;
}
.comment .submitted .comment-permalink {
    font-size: 0.786em;
}
.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}
.comment .comment-arrow {
    background: url("../images/comment-arrow.gif") no-repeat scroll 0 center transparent;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    height: 40px;
    margin-left: -47px;
    margin-top: 10px;
    position: absolute;
    width: 20px;
}

.comment .comment-text {
    border: 1px solid #d3d7d9;
    display: table-cell;
    padding: 10px 25px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comment .indented {
    margin-left: 40px;
}
.comment ul.links {
    padding: 0 0 0.25em;
}
.comment ul.links li {
    padding: 0 0.5em 0 0;
}
.comment-unpublished {
    margin-right: 5px;
    padding: 5px 2px 5px 5px;
}
.comment-unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}
/*------------------ Views -----------------*/

.view-flag-bookmarks .views-row,
.view-og-extras-groups .views-row {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    }
.view-flag-bookmarks .views-row-last,
.view-og-extras-groups .views-row-last {
    border-bottom: none;
    }
.view-og-extras-groups .views-row {
    padding-bottom: 5px;
    }

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
    #logo-wrapper img {
    width: 45px;
    height: 45px;
    }
    #logo .site-branding__name {
    margin: 5px 0 0 50px;
    }
    .columns, .column { margin: 0 10px; }
}
/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .columns, .column { margin: 0 10px; }
}

.view-podcasts .views-row {
	margin-bottom: 10px;

	}

#block-block-2 {
	margin-bottom: 0;
	
}


#block-block-2 p {
	margin: 0;

	}