html {
  scroll-behavior: smooth;
}

/* -- LOGOTYPE and HEADING --*/

/*(Height will be proportional to width) */

h1 {
  /* Mobile heading */
  font-size: 25px;
  line-height: 130%;
}

.spacer {
  padding: 5px 0;
}
.blue {
  color: #040f8d;
}

hr.style-six {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.publishedon {
  text-align: right;
  font-size: 10px;
  margin-bottom: 5px;
}

.topstories h5 {
  background: #3b5998;
  padding: 8px 10px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
.topstories {
  border: 1px #e1e1e1 solid;
  margin-bottom: 20px;
}
.topstories ul {
  list-style-type: square;
  padding: 0 10px 10px 10px;
  margin: 0;
}
.topstories ul li {
  display: inline-block;
  padding: 5px 0 10px 0px;
}

/* Random Styling */

.redheadline {
  color: #f00f00;
  text-decoration: underline;
}
.subheadline {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Comments Styling */

.latestcomments {
  background: #3b5998;
  padding: 8px 10px;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.comment-title {
  font-weight: bold;
  font-size: 13px;
  color: #3b5998;
}
.comment-text {
  font-size: 13px;
  margin-top: 5px;
  line-height: 18px;
}

.comment-meta {
  font-size: 12px;
  margin: 5px 0;
}
.comment-meta-a {
  color: #3b5998;
}
.comment-underline {
  border-bottom: 1px dotted #666;
}

/* Blue Button */

a.shortc-button {
  border: 1px solid #a3a3a3;
  background: #d4d4d4;
  min-height: 25px;
  line-height: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  margin: 0 5px 20px;
  padding: 0 10px;
  position: relative;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  background: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(0%, #d4d4d4),
    color-stop(100%, #c7c7c7)
  );
  background: -webkit-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
  background: -moz-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
  background: -o-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
  background: -ms-linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
  background: linear-gradient(top, #d4d4d4 0, #c7c7c7 100%);
}
a.shortc-button:visited,
a.shortc-button:link {
  color: #000;
}

a.shortc-button:hover {
  background: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(0%, #d8d6d6),
    color-stop(100%, #cdcdcd)
  );
  background: -webkit-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
  background: -moz-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
  background: -o-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
  background: linear-gradient(top, #d8d6d6 0, #cdcdcd 100%);
}
a.shortc-button:active {
  top: 1px;
}
a.shortc-button.orange {
  border: 1px solid #be8a2b;
  background: #ffa500;
  background: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(0%, #ffa500),
    color-stop(100%, #ed9900)
  );
  background: -webkit-linear-gradient(top, #ffa500 0, #ed9900 100%);
  background: -moz-linear-gradient(top, #ffa500 0, #ed9900 100%);
  background: -o-linear-gradient(top, #ffa500 0, #ed9900 100%);
  background: -ms-linear-gradient(top, #ffa500 0, #ed9900 100%);
  background: linear-gradient(top, #ffa500 0, #ed9900 100%);
}
a.shortc-button.orange:hover {
  background: -webkit-gradient(
    linear,
    50% 0,
    50% 100%,
    color-stop(0%, #ffb93a),
    color-stop(100%, #f3ab26)
  );
  background: -webkit-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
  background: -moz-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
  background: -o-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
  background: -ms-linear-gradient(top, #ffb93a 0, #f3ab26 100%);
  background: linear-gradient(top, #ffb93a 0, #f3ab26 100%);
}
a.shortc-button.big {
  min-height: 55px;
  font-size: 22px;
  padding: 10px 25px;
}

/* CTA Button */

/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 0%;
}
.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 */
}
/*  GRID OF FIVE  */
.span_4_of_5 {
  width: 80%;
}
.span_1_of_5 {
  width: 20%;
}

/* End of Comment Styling */

@media (min-width: 900px) {

  h1 {
    /* Desktop heading */
    font-size: 34px;
    line-height: 120%;
  }
}

/*
 *	Reset
*/

*,
input,
textarea {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
}

ul {
  list-style-type: none;
}

/*
 *	Custom CSS
*/

body {
  font-family: sans-serif;

  /* background-image: url('images/british-background1.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #ededef; */
}

.header {
  background: #183a52;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.header .heading {
  display: none;
}

.content {
}

.content .container {
  margin: 1em;
}

.content h1 {
  margin-bottom: 0.4em;
  color: #222;
}

.content p {
  margin: 1em 0;
  line-height: 1.5em;
  color: #222;
}

.nav {
  background: #f1f1f1;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: regular;
}

.nav ul {
  list-style-type: none;
  padding: 0.3em 0;
}

.nav ul li {
  display: inline;
  margin: 0 1.5em;
}

a:link {
  color: #0000ee;
  text-decoration: none;
}

a:visited {
  color: #551a8b;
  text-decoration: none;
}

a:hover {
  color: #0000ee;
  text-decoration: underline;
}

.nav {
  display: none;
}

.sidebar {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*
 *	Desktop Version
*/

@media all and (min-width: 900px) {

  .header .container,
  .content .container {
    max-width: 972px;
    width: 100%;
    margin: 0 auto;
  }

  .nav {
    display: block;
    margin-bottom: 1em;
  }

  .nav .container {
    max-width: 972px;
    width: 100%;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .content .container h1 {
    margin-bottom: 0.3em;

    color: #222;
  }

  .content .container {
    height: auto;
    overflow: hidden;
  }

  .main {
    font-size: 0.95em;
    width: auto;
    float: none;
    overflow: hidden;
  }

  .main p {
    margin: 1em 0;
    line-height: 1.6em;
    color: #222;
  }

  .content {
    overflow: hidden;
  }

  .sidebar {
    display: block;
    width: 300px;
    float: right !important;
    margin-left: 1em;
  }
}

@media (min-width: 900px) and (max-width: 1000px) {
  .container {
    padding: 0 10px;
  }
}

.form-wrapper {
  max-width: 450px;
  margin: 30px auto;
  width: 100%;
}

#push-comments #push_ptdnda68z {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}

#push-comments #push_ptdnda68z__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}

#push-comments #push_ptdnda68z__title {
  color: #43a047;
  border-bottom: 0px solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

#push-comments #push_ptdnda68z__message {
  border: 1px solid #43a047;
  box-shadow: 0px 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}

#push-comments #push_ptdnda68z__submit {
  background: #43a047;
  border: none;
  box-shadow: 0px 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: 0.5s;
  text-align: center;
  text-shadow: 0px 0px 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}

#push-comments #push_ptdnda68z__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}