/* line 1, ../sass/blog.scss */
.right {
  float: right;
}

/* line 5, ../sass/blog.scss */
.left {
  float: left;
}

/* line 9, ../sass/blog.scss */
.blog-post {
  height: 333px;
  width: 100%;
  padding: 0 !important;
  margin: 0 0 10px;
}
/* line 14, ../sass/blog.scss */
.blog-post .image {
  width: 240px;
  display: block;
  float: left;
  display: block;
  height: 333px;
  overflow: hidden;
}
/* line 22, ../sass/blog.scss */
.blog-post .content {
  position: relative;
  float: right;
  width: 420px;
  color: #fff;
  padding: 30px;
  height: 273px;
}
/* line 29, ../sass/blog.scss */
.blog-post .content p {
  line-height: 1.2em;
}
/* line 32, ../sass/blog.scss */
.blog-post .content .title {
  margin-bottom: 5px;
}
/* line 36, ../sass/blog.scss */
.blog-post .content .tags-list a {
  font-weight: bold;
}
/* line 39, ../sass/blog.scss */
.blog-post .content .tags-list a:hover {
  text-decoration: underline;
}
/* line 45, ../sass/blog.scss */
.blog-post .content .categories p a {
  font-size: 14px;
}
/* line 47, ../sass/blog.scss */
.blog-post .content .categories p a:hover {
  text-decoration: underline;
}
/* line 53, ../sass/blog.scss */
.blog-post .content a {
  color: white;
}
/* line 56, ../sass/blog.scss */
.blog-post .content h2 {
  margin: 30px 0;
  font-size: 130%;
}
/* line 60, ../sass/blog.scss */
.blog-post .content h2 a:hover {
  text-decoration: underline;
}
/* line 65, ../sass/blog.scss */
.blog-post .content .smaller {
  font-size: 11px;
}
/* line 68, ../sass/blog.scss */
.blog-post .content .excerpt {
  margin-bottom: 30px;
  height: 50px;
}
/* line 71, ../sass/blog.scss */
.blog-post .content .excerpt p {
  line-height: 1.5em;
}
/* line 75, ../sass/blog.scss */
.blog-post .content .tags {
  margin: 0 0 20px;
}
/* line 78, ../sass/blog.scss */
.blog-post .content .readmore {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
/* line 84, ../sass/blog.scss */
.blog-post .content .readmore:hover {
  text-decoration: underline;
}
/* line 89, ../sass/blog.scss */
.blog-post.class0 {
  background: #005288;
}
/* line 92, ../sass/blog.scss */
.blog-post.class1 {
  background: #f28551;
}
/* line 95, ../sass/blog.scss */
.blog-post.class2 {
  background: #76ab15;
}
/* line 98, ../sass/blog.scss */
.blog-post.class3 {
  background: #9d3d98;
}
/* line 102, ../sass/blog.scss */
.blog-post.even .image {
  float: right;
}

/* line 109, ../sass/blog.scss */
.blog-single #BackButton {
  margin: 30px 0 0;
}
/* line 112, ../sass/blog.scss */
.blog-single .date {
  margin: 15px 0;
  color: #757575;
  font-size: 11px;
}
/* line 117, ../sass/blog.scss */
.blog-single .featured-image {
  margin-bottom: 30px;
}
/* line 120, ../sass/blog.scss */
.blog-single .tags {
  color: #4378ae;
}
/* line 123, ../sass/blog.scss */
.blog-single .tags .tags-list a {
  font-weight: bold;
}
/* line 126, ../sass/blog.scss */
.blog-single .tags .tags-list a:hover {
  text-decoration: underline;
}
/* line 130, ../sass/blog.scss */
.blog-single .tags .title {
  margin-bottom: 7px;
}
/* line 134, ../sass/blog.scss */
.blog-single .content {
  margin: 0 0 30px;
}
/* line 136, ../sass/blog.scss */
.blog-single .content p {
  margin: 0 0 20px 0;
  line-height: 1.4em;
}

/* line 143, ../sass/blog.scss */
.comments-area.blog {
  margin: 0 0 30px;
}
/* line 145, ../sass/blog.scss */
.comments-area.blog .comments-form-container {
  background: #f0f0f0;
  padding: 18px 20px;
  color: #747474;
  margin: 0 0 20px;
}
/* line 151, ../sass/blog.scss */
.comments-area.blog #respond {
  margin-top: 0;
}
/* line 153, ../sass/blog.scss */
.comments-area.blog #respond form {
  margin-top: 0;
}
/* line 156, ../sass/blog.scss */
.comments-area.blog #respond h3 {
  margin-top: 0;
  color: #003d6e;
}
/* line 160, ../sass/blog.scss */
.comments-area.blog #respond p.comment-form-author {
  width: 48%;
  float: left;
}
/* line 163, ../sass/blog.scss */
.comments-area.blog #respond p.comment-form-author label, .comments-area.blog #respond p.comment-form-author input {
  display: block;
  width: 100%;
}
/* line 168, ../sass/blog.scss */
.comments-area.blog #respond p.comment-form-email {
  width: 48%;
  float: right;
}
/* line 171, ../sass/blog.scss */
.comments-area.blog #respond p.comment-form-email label, .comments-area.blog #respond p.comment-form-email input {
  display: block;
  width: 100%;
}
/* line 176, ../sass/blog.scss */
.comments-area.blog #respond label {
  margin-bottom: 5px;
}
/* line 179, ../sass/blog.scss */
.comments-area.blog #respond input {
  padding: 2px 0 2px 5px;
}
/* line 182, ../sass/blog.scss */
.comments-area.blog #respond .required {
  margin-left: 5px;
  display: none;
}
/* line 186, ../sass/blog.scss */
.comments-area.blog #respond #submit {
  background: url("../images/but_submitcomment.png") no-repeat;
  height: 34px;
  width: 165px;
  float: right;
  text-indent: -9999px;
  border: none;
}
/* line 195, ../sass/blog.scss */
.comments-area.blog .avatar {
  display: none;
}
/* line 198, ../sass/blog.scss */
.comments-area.blog article header cite, .comments-area.blog article header time {
  margin-left: 0;
}
/* line 201, ../sass/blog.scss */
.comments-area.blog article header cite {
  float: left;
  font-weight: bold;
}
/* line 205, ../sass/blog.scss */
.comments-area.blog article header time {
  float: right;
}
/* line 208, ../sass/blog.scss */
.comments-area.blog article.comment {
  padding: 20px 0;
  border-bottom: 1px solid #e622a0;
  margin: 0 0 10px;
}
/* line 212, ../sass/blog.scss */
.comments-area.blog article.comment header {
  margin-bottom: 10px;
  color: #003d6e;
}
/* line 216, ../sass/blog.scss */
.comments-area.blog article.comment .comment-content {
  color: #747474;
}

/* line 222, ../sass/blog.scss */
nav.paging-navigation {
  margin: 20px 0;
}

/* line 227, ../sass/blog.scss */
.widget-area .sidebarGreyPanel {
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  margin-bottom: 5px;
  padding: 16px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 235, ../sass/blog.scss */
.widget-area .sidebarGreyPanel h3 {
  color: #003d6e;
  margin: 0 0 12px;
  font-size: 15px;
}
/* line 240, ../sass/blog.scss */
.widget-area .sidebarGreyPanel p, .widget-area .sidebarGreyPanel .textwidget {
  margin-bottom: 10px;
  color: #000000;
  font-size: 13px;
}
/* line 247, ../sass/blog.scss */
.widget-area .blog-category-list li {
  list-style: none;
}
/* line 249, ../sass/blog.scss */
.widget-area .blog-category-list li ul {
  margin: 0 0 10px 0;
}
/* line 251, ../sass/blog.scss */
.widget-area .blog-category-list li ul li {
  list-style-type: circle;
  list-style: inside;
  margin: 0 0 10px;
  color: #4378AE;
}
/* line 261, ../sass/blog.scss */
.widget-area .blog-archive-list li {
  list-style: none;
  margin: 0 0 10px;
}
/* line 267, ../sass/blog.scss */
.widget-area .contact-us-widget .phone {
  font-size: 22px;
  line-height: 22px;
  color: #e622a0;
  font-weight: bold;
}
/* line 273, ../sass/blog.scss */
.widget-area .contact-us-widget .phone-blue {
  color: #003d6e;
  font-weight: bold;
}
/* line 279, ../sass/blog.scss */
.widget-area .newsletter-signup span {
  width: auto;
  display: block;
  position: relative;
}
/* line 284, ../sass/blog.scss */
.widget-area .newsletter-signup input {
  width: 93%;
  padding: 0 1%;
  height: 28px;
  line-height: 28px;
  padding-left: 5%;
}
/* line 291, ../sass/blog.scss */
.widget-area .newsletter-signup input[type="submit"] {
  background: url('/wp/wp-content/themes/sovereign/images/submit-newsletter.gif?1402042276');
  text-indent: -9999px;
  width: 163px;
  display: block;
  height: 32px;
  border: none;
}
/* line 299, ../sass/blog.scss */
.widget-area .newsletter-signup label {
  color: #747474;
  font-size: 13px;
}

/* line 308, ../sass/blog.scss */
#main #boxNews .pink-blog h3 {
  background: url('/wp/wp-content/themes/sovereign/images/capsule_pink.png?1402061595') no-repeat;
}
/* line 312, ../sass/blog.scss */
#main #boxNews a.pink-blog {
  color: #e622a0;
}

/* line 317, ../sass/blog.scss */
#socialIcons {
  margin-top: 10px;
}

/* line 321, ../sass/blog.scss */
.image-disclaimer {
  font-size: 11px;
  color: #757575;
  margin: 40px 0;
}

/* line 327, ../sass/blog.scss */
.share_section {
  margin: 20px 0 0;
}
/* line 328, ../sass/blog.scss */
.share_section p {
  float: left;
  line-height: 28px;
  margin: 0 18px 0 0;
  font-weight: bold;
}
/* line 334, ../sass/blog.scss */
.share_section .custom {
  display: inline-block;
  position: relative;
  width: 81px;
  height: 28px;
  margin-right: 10px;
}
/* line 342, ../sass/blog.scss */
.share_section .st_twitter_custom {
  background: url('/wp/wp-content/themes/sovereign/images/sharethis_sprite.png?1402390964') no-repeat -1px 0;
}
/* line 345, ../sass/blog.scss */
.share_section .st_facebook_custom {
  background: url('/wp/wp-content/themes/sovereign/images/sharethis_sprite.png?1402390964') no-repeat -94px 0;
}
/* line 348, ../sass/blog.scss */
.share_section .st_linkedin_custom {
  background: url('/wp/wp-content/themes/sovereign/images/sharethis_sprite.png?1402390964') no-repeat -188px 0;
}
/* line 351, ../sass/blog.scss */
.share_section .st_googleplus_custom {
  background: url('/wp/wp-content/themes/sovereign/images/sharethis_sprite.png?1402390964') no-repeat -283px 0;
}
/* line 354, ../sass/blog.scss */
.share_section .st_pinterest_custom {
  background: url('/wp/wp-content/themes/sovereign/images/sharethis_sprite.png?1402390964') no-repeat -377px 0;
}
/* line 357, ../sass/blog.scss */
.share_section .st_email_custom {
  background: url('/wp/wp-content/themes/sovereign/images/sharethis_sprite.png?1402390964') no-repeat -470px 0;
}

/* line 362, ../sass/blog.scss */
.blog-sidebar {
  padding-top: 55px;
}
/* line 364, ../sass/blog.scss */
.blog-sidebar .textwidget {
  margin: 0;
}
/* line 367, ../sass/blog.scss */
.blog-sidebar .sidebarGreyPanel {
  margin: 0 0 30px 0;
}

/* line 373, ../sass/blog.scss */
.comments-area.blog h3 {
  font-size: 15px;
}
/* line 376, ../sass/blog.scss */
.comments-area.blog label {
  font-size: 11px;
}
/* line 379, ../sass/blog.scss */
.comments-area.blog .comments-form-container {
  border: 1px solid #e0e0e0;
}

/* line 384, ../sass/blog.scss */
div.wpcf7-response-output {
  width: auto !important;
}
