html {
  height: 100%; }

body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.25em;
  font-family: "PT Serif"; }

h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 29px;
  font-weight: 700;
  color: #304a8c; }
  h1 a {
    color: #304a8c; }
    h1 a:hover {
      text-decoration: none;
      color: #304a8c; }

h2 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  font-style: italic;
  color: #fd8e08; }

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #304a8c; }

h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fd8e08; }

.error {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 20%;
  margin-bottom: 40%; }

.empty {
  display: none; }

.by-line {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #000000; }
  .by-line a {
    color: #000000; }

.center-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }

.container {
  max-width: 1000px; }

.directional-wrap {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-justify-content: center; }

.btn-orange {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  border: none;
  font-weight: 700;
  background-color: #fd8e08;
  color: #FFFFFF; }

.btn-dark {
  border: none;
  background-color: #304a8c;
  color: #FFFFFF;
  font-size: 12px; }
  .btn-dark:hover {
    color: #FFFFFF; }

.fa-times-circle {
  font-size: 40px; }

.error h2 {
  margin-bottom: 30px; }

.content-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FFFFFF; }

.hide-scroll {
  overflow: hidden; }

.loading-background {
  background: url("../images/loading.gif") no-repeat;
  background-size: 100px 100px;
  height: 100px;
  margin-top: 40px;
  width: 100px; }

.scroll-button {
  z-index: 3;
  display: none;
  height: 50px;
  width: 150px;
  padding-top: 17px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  position: fixed;
  top: 50%;
  right: -60px;
  background-color: #fd8e08;
  color: #FFFFFF;
  text-align: center; }
  .scroll-button:hover {
    text-decoration: none; }

.show-scroll-button {
  display: block; }

a:hover {
  text-decoration: none; }

.no-padding {
  padding: 0; }

.click-me:hover {
  cursor: pointer; }

.margin-left-auto {
  margin-left: auto; }

.button-options .btn {
  padding: 0;
  width: 100%; }

.button-options .btn-option-left {
  border-radius: 4px 0 0 4px; }

.button-options .btn-option-right {
  border-radius: 0 4px 4px 0; }

.button-options .active {
  background-color: #fd8e08; }
  .button-options .active h3 {
    color: #FFFFFF; }
  .button-options .active:hover {
    background-color: #fd8e08 !important; }

.button-options .active-triangle {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #fd8e08; }

.button-options .inactive {
  background-color: #ddd; }
  .button-options .inactive:hover {
    background-color: #ddd !important; }

@media (min-width: 768px) {
  body {
    font-size: 16px; }
  h1 {
    font-size: 45px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 18px; }
  .by-line {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px; }
  .directional-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
    text-align: center; } }

@media (min-width: 922px) {
  .error {
    margin-top: 20%;
    margin-bottom: 50%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1000px; }
  .error {
    margin-top: 20%;
    margin-bottom: 37%; } }

@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.eot?rsg68i");
  src: url("../fonts/icomoon.eot?rsg68i#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rsg68i") format("truetype"), url("../fonts/icomoon.woff?rsg68i") format("woff"), url("../fonts/icomoon.svg?rsg68i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-usni_blog_logo_white:before {
  content: "\e900"; }

.icon-usni_footer_logo:before {
  content: "\e901"; }

.navbar-nav {
  margin: 0; }

.navbar {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 4;
  height: 58.516px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
  transition: all .25s ease-out; }
  .navbar a {
    outline: 0; }
    .navbar a:active {
      outline: 0;
      text-decoration: none; }
    .navbar a:focus {
      outline: 0;
      text-decoration: none; }
  .navbar .slide-menu-button {
    height: 100%;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    transition: all .25s ease-out; }
    .navbar .slide-menu-button:focus {
      outline: none; }
    .navbar .slide-menu-button .open-icon {
      display: block;
      width: 22px;
      height: 3px;
      margin-top: 5px; }
    .navbar .slide-menu-button .close-icon {
      font-size: 30px;
      border: 1px solid #FFFFFF; }
  .navbar .icon-usni_blog_logo_white {
    color: #FFFFFF !important; }
  .navbar .navbar-brand {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    top: -6px;
    width: 100%;
    height: 60%; }
  .navbar .navbar-brand-md {
    position: absolute;
    left: -50px;
    top: 9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100%;
    height: 60%; }
  .navbar .navbar-brand-tablet {
    position: absolute;
    left: -190px;
    top: 9px;
    text-align: center;
    width: 100%;
    height: 60%; }
  .navbar .navbar-brand-mobile {
    position: absolute;
    top: 9px;
    text-align: center;
    height: 60%;
    width: 100%; }
  .navbar ul {
    height: 100%; }
    .navbar ul li {
      height: 100%; }
    .navbar ul .share {
      border: none; }
    .navbar ul a {
      height: 100%;
      color: #FFFFFF !important; }
      .navbar ul a:hover {
        background-color: #FFFFFF !important;
        color: #002B5C !important; }
    .navbar ul a.active {
      background-color: #FFFFFF !important;
      color: #002B5C !important; }

.head-icon {
  font-size: 21px; }

.list-inline {
  padding: 10px;
  background-color: #FFFFFF;
  border-right: 1px solid #ddd; }

.panel-group .panel {
  margin-top: 0 !important;
  border-radius: 0 !important; }

.navbar-nav > li, .navbar-nav {
  float: left; }

.navbar-nav.navbar-right:last-child {
  margin-right: -15px; }

.navbar-right {
  float: right; }

.page_item {
  display: block;
  list-style-type: none;
  border-bottom: 1px solid #ddd; }
  .page_item:last-child {
    border-bottom: none; }
  .page_item a {
    margin-left: 20px; }

.children {
  display: block;
  padding-left: 0; }
  .children .page_item {
    padding: 0;
    border-left: none; }
  .children li {
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #ddd; }
    .children li a {
      margin-left: 20px; }

.main-menu-bottom-link {
  position: absolute;
  bottom: 0; }

.children-link {
  margin-left: 20px;
  margin-right: 20px;
  width: inherit !important; }

.guest-name {
  display: block;
  border-bottom: 1px solid #ddd;
  list-style-type: none; }
  .guest-name:last-child {
    border-bottom: none; }

.guest-link {
  padding-left: 20px;
  padding-right: 20px; }

.cat-item {
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  list-style-type: none; }
  .cat-item:last-child {
    border-bottom: none; }

.archives-item li {
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  list-style-type: none; }
  .archives-item li:last-child {
    border-bottom: none; }

.custom-accord {
  min-height: 400px; }
  .custom-accord .panel {
    border-left: none;
    border-top: none;
    border-right: none; }
  .custom-accord .panel-group {
    min-height: 400px;
    border: none; }
  .custom-accord .panel-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0;
    width: 298px;
    height: 54px;
    background-color: #FFFFFF;
    border-radius: none; }
    .custom-accord .panel-heading a:focus {
      outline: none; }
  .custom-accord .panel-body {
    padding: 0;
    border-top: none !important;
    border-left: 15px solid #002B5C;
    border-right: 15px solid #002B5C;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 30vh; }
  .custom-accord a {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 54px; }

.active-open {
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 54px;
  -ms-flex-align: center;
      align-items: center;
  background-color: #002B5C;
  color: #FFFFFF; }

.head-wrap {
  width: 298px; }

.head-name {
  margin-left: 21px; }

.glyphicon {
  margin-right: 15px; }

.overlay {
  z-index: 4;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: .7;
  background-color: #000000; }

.headslide {
  left: 300px;
  transition: all .25s ease-out; }

.main-content {
  background-color: #FFFFFF; }

.header {
  position: relative; }

.side-menu {
  position: fixed;
  top: 0;
  left: -310px;
  z-index: 1030;
  height: 100%;
  overflow: auto;
  border-right: 10px solid #004ca2;
  transition: all .25s ease-out; }
  .side-menu::-webkit-scrollbar {
    display: none; }
  .side-menu .list-group {
    width: 300px; }

.orange-nav {
  height: auto;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fd8e08;
  text-align: left;
  white-space: nowrap; }
  .orange-nav li {
    margin-bottom: 25px; }
  .orange-nav a {
    text-decoration: none;
    color: #FFFFFF; }

.side-menu-border {
  border-right: 10px solid #ddd; }

.slide {
  left: 0;
  transition: all .25s ease-out; }

.over-btn {
  z-index: 2000;
  position: fixed;
  left: 0;
  border-bottom: 5px solid #004ca2;
  background-color: #004ca2;
  height: 59px;
  color: #FFFFFF;
  border-radius: 0;
  transition: all .25s ease-out; }
  .over-btn:focus {
    outline: none !important;
    color: #FFFFFF; }
  .over-btn .open-icon {
    display: block;
    width: 22px;
    height: 3px;
    margin-top: 5px; }
  .over-btn .close-icon {
    font-size: 30px;
    border: 1px solid #FFFFFF; }

.min {
  opacity: 1;
  background-color: #FFFFFF;
  border-bottom: 5px solid #ddd;
  border-right: 1px solid #ddd;
  transition: all .25s ease-in-out; }
  .min .fa-times-circle {
    color: #002B5C; }
  .min .open-icon {
    background-color: #002B5C; }
  .min li {
    border-right: 1px solid #ddd; }
    .min li a {
      color: #002B5C !important; }
  .min .category {
    border-left: 1px solid #ddd; }
  .min .search {
    border-left: 1px solid #ddd; }
  .min .slide-menu-button {
    background-color: #FFFFFF; }
  .min .icon-usni_blog_logo_white {
    color: #002B5C !important; }

button.min {
  background-color: #ddd;
  border-color: #ddd; }
  button.min:hover {
    border-color: #ddd; }

.btn-hide {
  left: -50px; }

.max {
  background-color: #002B5C;
  border-bottom: 5px solid #004ca2;
  border-right: 1px solid #004ca2;
  transition: all .25s ease-in-out; }
  .max:focus {
    background-color: #004ca2; }
  .max .open-icon {
    background-color: #FFFFFF; }
  .max li {
    border-right: 1px solid #004ca2; }
  .max .category {
    border-left: 1px solid #004ca2; }
  .max .search {
    border-left: 1px solid #004ca2; }
  .max .slide-menu-button {
    background-color: #002B5C; }

button:hover .fa {
  color: #FFFFFF; }

.more-usni .panel-default {
  width: 300px; }
  .more-usni .panel-default li {
    list-style: none; }
  .more-usni .panel-default .panel-body h2 {
    display: none; }
  .more-usni .panel-default .panel-body .blogroll {
    padding-left: 0;
    list-style: none; }
    .more-usni .panel-default .panel-body .blogroll li {
      border-bottom: 1px solid #ddd; }
      .more-usni .panel-default .panel-body .blogroll li a {
        padding-left: 20px; }

@media screen and (min-width: 768px) {
  .more-usni .panel-default {
    position: fixed;
    overflow: auto;
    bottom: 0;
    border-top: 1px solid #ddd; }
  .more-usni-show {
    left: 0;
    transition: all .25s ease-out; }
  .more-usni-hide {
    left: -300px;
    transition: all .20s ease-out; }
  .row-offcanvas {
    height: 100vh;
    position: relative;
    transition: all .25s ease-out; }
  .row-offcanvas-left {
    left: 0; }
  .sidebar-offcanvas {
    left: -300px; }
  .row-offcanvas-left.active {
    left: 300px; }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 300px; }
  .side-menu {
    bottom: 0;
    background-color: #FFFFFF; }
  .over-btn {
    left: 300px;
    transition: all .20s ease-out; }
    .over-btn:hover {
      border-color: #004ca2; }
  .btn-hide {
    left: -300px; }
  .nav-shift-right {
    left: 300px; }
  .icon-usni_blog_logo_white {
    font-size: 34px; } }

@media screen and (max-width: 767px) {
  .sidebar-offcanvas {
    position: relative;
    transition: all .25s ease-out; }
  .row-offcanvas-left.active .sidebar-offcanvas {
    z-index: 5;
    left: 0; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -100%; }
  .sidebar-offcanvas {
    z-index: 2;
    position: absolute;
    top: 58.516px;
    width: 100%; }
  .navbar {
    padding-right: 7px; }
  .head-icon {
    padding-top: 5px; }
  .headslide {
    left: 0;
    transition: all .25s ease-out; }
  .side-menu {
    top: 59px !important;
    border-right: none; }
  .main-menu-bottom-link {
    position: relative; }
  .icon-usni_blog_logo_white {
    font-size: 30px;
    margin-top: 5px; } }

.footer {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #002B5C;
  font-size: 11px;
  color: #FFFFFF; }

.footer-wrap {
  margin-top: 10px;
  margin-bottom: 5px; }

.footer-logo {
  margin-right: 30px;
  margin-left: 30px;
  -ms-flex-order: 1;
      order: 1; }
  .footer-logo img {
    height: 44px;
    width: 132px; }

.copy-right {
  -ms-flex-order: 2;
      order: 2; }

.powered-by {
  -ms-flex-order: 3;
      order: 3; }

@media (min-width: 768px) {
  .footer-logo {
    -ms-flex-order: 2;
        order: 2; }
  .copy-right {
    -ms-flex-order: 1;
        order: 1; }
  .powered-by {
    -ms-flex-order: 3;
        order: 3; } }

.homepage .feature-image {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  background: no-repeat center;
  background-size: cover; }

.homepage .top-post {
  border-bottom: 1px solid #ddd; }

.homepage .teaser-post {
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 25px; }

.call-action-block {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #002B5C; }

.quote-wrap {
  margin-top: 30px;
  margin-bottom: 30px; }
  .quote-wrap h2 {
    color: #FFFFFF; }
  .quote-wrap h2::first-letter {
    font-size: 40px; }

.fa-quote-left {
  color: #FFFFFF;
  float: left;
  font-size: 40px;
  margin-right: 10px; }

@media (min-width: 768px) {
  .homepage .feature-post {
    margin-bottom: -20px; }
  .homepage .feature-image {
    height: 100%; }
  .homepage .feature-title {
    margin-top: 280px;
    padding-top: 8px;
    padding-bottom: 15px; }
    .homepage .feature-title .by-line {
      color: #FFFFFF; }
      .homepage .feature-title .by-line a {
        color: #FFFFFF; }
    .homepage .feature-title h1 a {
      color: #FFFFFF; }
  .homepage .title-bg {
    background-color: rgba(0, 43, 92, 0.7); }
  .homepage .top-post .btn-orange {
    bottom: 26px; }
  .homepage .top-post p {
    margin-bottom: 50px;
    margin-top: 20px; }
  .homepage .second-post .btn-orange {
    bottom: 25px; }
  .homepage .second-post p {
    margin-bottom: 50px;
    margin-top: 30px; }
  .homepage .third-post .btn-orange {
    bottom: 25px; }
  .homepage .third-post p {
    margin-bottom: 50px;
    margin-top: 30px; }
  .homepage .btn-orange {
    float: right;
    z-index: 2;
    width: 230px; }
  .homepage .full-post {
    border-bottom: 1px solid #ddd; }
  .product-img {
    float: left;
    width: 170px;
    height: 250px;
    margin-right: 20px;
    margin-bottom: 20px; } }

.post-content {
  position: relative;
  margin-top: 20px; }
  .post-content img {
    display: block;
    height: auto;
    max-width: 100%; }
  .post-content ul {
    list-style: none; }
    .post-content ul li:before {
      content: "\f101";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      width: 1.3em; }

ul.post-categories {
  list-style-type: none;
  padding: 0; }
  ul.post-categories li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 5px;
    text-align: left; }
    ul.post-categories li:after {
      content: ","; }
    ul.post-categories li:last-child:after {
      content: ""; }
    ul.post-categories li a {
      color: #fd8e08; }

.post-tags a {
  margin-right: 5px;
  margin-top: 5px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fd8e08; }
  .post-tags a:after {
    content: ","; }
  .post-tags a:last-child:after {
    content: ""; }

.post-body {
  margin-bottom: 20px; }
  .post-body .container-fluid {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0; }
  .post-body .btn-default {
    width: 150px;
    border: 1px solid #a5a5a5;
    color: #a5a5a5; }
    .post-body .btn-default .badge {
      margin-top: 3px;
      background-color: #a5a5a5; }
  .post-body .fa {
    margin-top: 3px;
    font-size: 17px; }

.post-left {
  margin-top: 20px; }

.post-wrap {
  padding-left: 10px;
  padding-right: 10px; }

.post-image {
  display: block;
  position: relative;
  width: 100%;
  min-height: 300px;
  background: no-repeat center;
  background-size: cover; }

.user-block {
  margin-top: 40px;
  padding: 15px;
  background-color: rgba(221, 221, 221, 0.3); }
  .user-block p {
    font-size: 12px; }
  .user-block h3 {
    margin-top: 0; }

.btn-author {
  margin-top: 10px; }

.share-link {
  margin-bottom: 20px;
  margin-top: 20px; }
  .share-link .fa {
    margin-right: 5px;
    color: #a5a5a5;
    font-size: 35px; }
  .share-link a:focus {
    text-decoration: none; }

.large-comment {
  width: 100%;
  margin-bottom: 30px;
  color: #a5a5a5; }
  .large-comment .badge {
    background-color: #a5a5a5; }

.tiny-input {
  height: 30px;
  width: 200px; }

.related-teaser {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd; }

.related-content {
  margin-top: 20px; }

blockquote {
  width: auto;
  padding: 35px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-left: -40px;
  margin-right: -40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
  color: #304a8c;
  background-color: #FFFFFF;
  clear: both; }

blockquote p {
  display: inline; }

.pull-quote {
  border-left: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-left: -40px;
  margin-right: -40px;
  padding: 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
  color: #304a8c; }

.pull-image {
  border: none !important;
  padding: 0 !important; }

.left-quote {
  width: auto;
  background-color: #FFFFFF;
  clear: both; }

.wp-caption-text {
  display: block;
  font-size: 10px;
  text-align: center; }

.sidebar-product {
  border: 1px solid #ddd;
  width: 170px;
  height: 250px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }

.sidebar-feature {
  border: 1px solid #ddd;
  width: 340px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) {
  .post-body {
    padding-left: 20px;
    border-left: 2px solid #ddd;
    margin-top: 20px; }
    .post-body .btn-default {
      width: 130px; }
  .post-image {
    min-height: 500px; }
  .sidebar-product {
    margin-left: 0;
    margin-top: 20px; }
  .sidebar-feature {
    margin-left: 0;
    margin-top: 20px; }
  blockquote {
    border: none;
    margin: 25px;
    padding: 10px;
    font-size: 18px; }
  .pull-quote {
    border: none;
    margin: 25px;
    padding: 10px;
    font-size: 18px; }
  .left-quote {
    border: none;
    float: left;
    margin-left: -50%;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 480px;
    font-size: 18px; } }

@media (min-width: 922px) {
  .post-image {
    min-height: 600px; }
  .post-content img {
    display: block;
    max-width: 100%;
    height: auto; }
  .post-wrap {
    padding-left: 30px;
    padding-right: 20px; }
  .wp-caption-text {
    display: block;
    float: right;
    font-size: 10px; } }

@media (min-width: 1200px) {
  .post-wrap {
    padding-left: 50px;
    padding-right: 20px; }
  .left-quote {
    max-width: 609px; } }

.listings .btn:hover {
  background-color: #FFFFFF; }

.listings .panel {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd; }
  .listings .panel:hover {
    border-color: #304a8c; }

.listings ul {
  margin-top: 10px;
  padding-left: 0;
  text-align: left;
  list-style: none; }

.listings li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd; }

.listings h3 {
  color: #a5a5a5; }

.listings p {
  margin-top: 10px; }

.btn-header {
  margin-right: 10px;
  margin-top: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #FFFFFF;
  color: #FFFFFF; }
  .btn-header:hover {
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.6) !important; }

.category-blocks {
  margin-top: 70px; }

.panel-container {
  margin-top: 30px;
  margin-bottom: 10px; }

.panel-blocks {
  margin-top: 70px; }

.panel-heading {
  color: #304a8c;
  border-bottom: 1px solid #ddd; }

.panel-body {
  color: #a5a5a5; }

.panel-primary > .panel-heading {
  color: #FFFFFF;
  background-color: #304a8c;
  border-color: #304a8c; }

.panel-info {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px; }

.cat-name {
  height: auto;
  width: 120px;
  margin-top: 5px;
  word-wrap: break-word;
  text-align: left; }

.listing-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-height: 200px;
  height: 100px;
  background: url(../images/usni_guest_blogger_banner.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF; }
  .listing-header .container {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
    margin: 0; }
  .listing-header h1 {
    margin-top: 20px;
    color: #FFFFFF; }

.pagination {
  margin-top: 20px; }

@media (min-width: 768px) {
  .guest-bloggers .panel-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center; }
  .listings .panel {
    margin-left: 10px;
    margin-right: 10px; }
  .listings .category-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center; }
  .panel-container {
    margin-top: 50px; }
  .btn-header {
    margin-right: 20px;
    margin-top: 30px; }
  .listing-header {
    min-height: 400px; }
    .listing-header .container {
      padding-right: 100px;
      padding-left: 100px; }
  .btn-listing {
    float: right;
    width: 230px;
    z-index: 2;
    top: 37px; }
  .page-listing .teaser-post {
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
    .page-listing .teaser-post .container {
      padding: 0;
      border-bottom: 1px solid #ddd; } }

.page {
  margin-bottom: 50px;
  margin-top: 30px; }
  .page img {
    float: left;
    padding-right: 15px;
    padding-bottom: 10px; }
  .page h3 {
    margin-bottom: 20px; }
  .page .container {
    padding-left: 30px;
    padding-right: 30px; }
  .page .by-line {
    margin-bottom: 30px; }

.post-list {
  margin-bottom: 20px; }
  .post-list .by-line {
    padding-bottom: 10px; }
  .post-list .teaser-post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 10px; }

.list-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
  width: 100%;
  min-height: 200px;
  padding: 15px;
  background: url(../images/usni_guest_blogger_banner.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF; }
  .list-header .container {
    padding-right: 30px;
    padding-left: 30px;
    margin: 0; }
  .list-header .btn-header {
    margin-top: 15px;
    margin-bottom: 10px; }
  .list-header h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #FFFFFF; }
  .list-header p {
    margin-bottom: 10px; }

.author-list {
  margin-bottom: 50px; }

.category-header {
  text-transform: capitalize; }

.search-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-height: 200px;
  height: 100px;
  background: url(../images/usni_guest_blogger_banner.jpg) no-repeat center;
  background-size: cover;
  color: #FFFFFF; }
  .search-header .container {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
    margin: 0; }
  .search-header h1 {
    margin-top: 20px;
    color: #FFFFFF; }

.search-button {
  margin-top: 0;
  padding-top: 8px; }

@media (min-width: 768px) {
  .search-header {
    min-height: 400px; }
    .search-header .container {
      padding-right: 100px;
      padding-left: 100px; } }
