/*
Theme Name: Small Gov Con
Author: Joel Gaeddert, Flint Hills Design
Author URI: http://flinthillsdesign.com.com/
Description: A custom theme for the Small Gov Con Blog based off the Petefish Law theme by Flint Hills Design and the _s theme by Automattic.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0;
}
a img {
  border: 0;
}
/* =Form styling
----------------------------------------------- */
label {
  width: 132px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #404040;
  color: #666;
  font-family: sans-serif;
  font-size: 13px;
  font-size: 1.4rem;
  line-height: 1.5;
}
/* Headings */
h4,
h5,
h6 {
  clear: both;
}
h1 {
  color: #003D56;
  font-family: 'Vollkorn', serif;
  font-size: 20px;
}
h2 {
  color: #003D56;
  font-family: 'Vollkorn', serif;
  font-size: 20px;
  margin-top: 5px;
}
h3 {
  color: #003D56;
  font-family: 'Vollkorn', serif;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #888;
}
h4 {
  color: #888;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 10px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 1.5em;
}
ul {
  list-style: disc;
}
ul.BasicList {
  padding-left: 15px;
  line-height: 1.4em;
}
ul.BasicList li {
  list-style-type: none;
  margin-left: -25px;
  margin-top: 6px;
}
ul.BasicList ul {
  margin-left: 16px;
  margin-bottom: 12px;
}
ul.BasicList ul li {
  list-style-type: disc;
}
ul.BasicList ul ul {
  margin-left: 16px;
  margin-bottom: 6px;
}
ul.BasicList ul ul li {
  list-style-type: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fafafa), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0 2px 1px #fff;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 2;
  padding: 1.12em 1.5em 0.88em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f5f5f5), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* IE10+ */
  background: linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dcdcdc', GradientType=0);
  /* IE6-9 */
  border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type=text],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
  color: #111;
}
input[type=text] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
.clearer {
  clear: both;
}
/* Links */
a {
  color: #007E7A;
}
a:visited {
  color: #007E7A;
}
a:hover,
a:focus,
a:active {
  color: #e33c05;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* =Layout
----------------------------------------------- */
@media (max-width: 600px) {
  .hidden-xs {
    display: none;
  }
}
#page {
  /*max-width: 960px;*/
  margin: auto;
  /*border: 8px solid @brand-secondary;*/
  background: white;
}
.site-header hgroup {
  padding: 20px;
  overflow: auto;
  position: relative;
  background-image: url('images/header-bg-blur-darkish.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
.site-header .site-title {
  float: left;
  max-width: 100%;
}
.site-header .site-description {
  font-size: 20px;
  color: #003D56;
  color: white;
  position: absolute;
  left: 316px;
  top: 182px;
}
.site-header .site-description2 {
  font-size: 13px;
  color: #003D56;
  color: white;
  position: absolute;
  left: 316px;
  top: 208px;
}
.site-header .social-media {
  float: right;
  margin: 20px 44px 0 0;
}
#secondary .social-media {
  overflow: auto;
}
.social-media li {
  list-style-type: none;
  display: inline-block;
  margin: 6px;
}
.social-media li a {
  color: #e33c05;
  color: #003D56;
}
.social-media li a:hover {
  color: #e33c05;
}
.widget ul.social-media li a {
  border: none;
}
@media (max-width: 900px) {
  .site-header .site-description,
  .site-header .site-description2 {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
  .site-header {
    text-align: center;
  }
  .site-header .social-media {
    margin: 15px 0 0 0;
    float: none;
  }
  .site-header .social-media li {
    float: none;
  }
}
/* =Menu
----------------------------------------------- */
.menu-primary-menu-container {
  padding-left: 48px;
}
@media (max-width: 600px) {
  .menu-primary-menu-container {
    padding-left: 0;
  }
}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #003D56;
  font-size: 16px;
  font-weight: bold;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 0.75em 1.25em 0.75em 1.25em;
}
.main-navigation ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  display: none;
  float: left;
  position: absolute;
  top: 2.95em;
  top: 3em;
  left: 0;
  z-index: 99999;
  background: white;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul a {
  width: 250px;
  color: #003D56;
}
.main-navigation ul ul li {
  font-size: 0.9em;
}
.main-navigation li:hover > a {
  background: #007E7A;
  color: white;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
  background: #001923;
  background: #007E7A;
  color: white;
}
.main-navigation li.current_page_item li a,
.main-navigation li.current-menu-item li a {
  background: white;
  color: #001923;
}
.main-navigation li.current_page_item li a:hover,
.main-navigation li.current-menu-item li a:hover {
  background: #001923;
  color: white;
}
/* Small menu */
.menu-toggle {
  cursor: pointer;
}
.main-small-navigation .menu {
  display: none;
}
/* =Home
----------------------------------------------- */
.home .post {
  width: 46%;
  margin: 2%;
  float: left;
}
.home #content .post:first-child {
  width: 96%;
  margin: 2%;
  float: none;
  border: none;
  margin-bottom: 80px;
  /* background: #eee; padding:1em; border: 6px solid @brand-secondary; */
}
.home #content .post:first-child h1 {
  font-size: 2.8em;
  font-family: 'Arial Black';
}
.home #content .post:nth-child(2n) {
  clear: both;
}
.home .hentry {
  border-top: 6px solid #007E7A;
  padding-top: 10px;
}
.home .left-center {
  width: 325px;
  float: left;
  height: 350px;
  background: #e2ded7;
  margin: 0 20px 0 20px;
}
.home .right-center {
  width: 575px;
  float: left;
  height: 350px;
  background: #e2ded7;
}
.home .left-third {
  width: 300px;
  float: left;
  height: 350px;
  background: #e2ded7;
  margin-left: 20px;
}
.home .middle-third {
  width: 300px;
  float: left;
  height: 350px;
  background: #e2ded7;
  margin: 0 10px;
}
.home .right-third {
  width: 300px;
  float: left;
  height: 350px;
  background: #e2ded7;
}
.home div.entry-meta {
  /* clear:none; padding: 1em; margin:1em 30em 1em -1.3em; background: white; */
}
/* =Content
----------------------------------------------- */
#main {
  overflow: auto;
  border-top: 4px solid #e2e2d7;
}
#primary {
  width: 62%;
  padding: 20px 20px 20px 140px;
  padding: 2% 2% 2% 5%;
  float: left;
}
#secondary {
  width: 25%;
  padding: 3%;
  float: right;
  font-size: 0.9em;
  color: #999;
}
@media (max-width: 600px) {
  #primary {
    width: 96%;
    padding: 2%;
    float: none;
  }
  #secondary {
    width: 96%;
    padding: 2%;
    float: none;
    font-size: 0.9em;
    color: #999;
    clear: both;
  }
}
#secondary a {
  text-decoration: none;
}
#primary .entry-content img.alignleft {
  float: left;
  margin: 2%;
  margin-right: 3%;
  margin-top: 1%;
  margin-left: 0%;
  max-width: 65%;
}
.box h2 {
  margin: 0.5em;
  background: #003D56;
  text-align: center;
  font-family: 'Vollkorn', serif;
  font-size: 1.2em;
  padding: 0.75em 0.25em;
  color: white;
}
.box h2 a {
  color: white;
}
.entry-title {
  font-family: 'Vollkorn', serif;
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0.15em;
  color: #003D56;
}
.entry-title a {
  text-decoration: none;
  color: #003D56;
}
.entry-title a:hover {
  color: #e33c05;
}
.entry-meta {
  clear: both;
  font-size: 0.8em;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.more-link {
  border: 1px solid;
  text-decoration: none;
  padding: 0.5em;
  display: inline-block;
  margin-bottom: 1em;
}
.more-link:hover {
  background: #007E7A;
  color: white;
}
/* =Single
----------------------------------------------- */
.single #authorinfo {
  display: none;
}
#authorinfo span {
  display: block;
}
#authorinfo .author-meta {
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .single #primary {
    width: 67%;
  }
  .single #content {
    margin-left: 160px;
  }
  .single .hentry {
    float: right;
  }
  .single #authorinfo {
    float: left;
    margin-left: -160px;
    width: 120px;
    padding-right: 19px;
    border-right: 1px solid #eee;
    font-size: 0.9em;
    color: #999;
  }
  .single #secondary {
    width: 20%;
    /* border-left: 1px solid #eee;  */
  }
  .single #authorinfo {
    display: block;
  }
}
/* =Footer
----------------------------------------------- */
.site-footer {
  background: rgba(0, 61, 86, 0.2);
  border-top: 1px solid rgba(0, 61, 86, 0.2);
  padding-top: 1em;
  color: #003D56;
  font-family: 'Vollkorn', serif;
  overflow: auto;
}
.site-info {
  text-align: center;
}
.site-info #logo {
  width: 180px;
  opacity: 1;
}
.disclaimer {
  font-family: 'Vollkorn', serif;
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  margin: 1% 6%;
  text-align: justify;
}
.disclaimer a {
  color: #a09c92;
  text-decoration: none;
}
.disclaimer a:hover {
  color: #003D56;
}
.copyright {
  font-family: 'Vollkorn', serif;
  text-align: center;
  font-size: 0.8em;
  margin-top: 1em;
  padding: 2em;
  border-top: 1px solid rgba(0, 61, 86, 0.2);
  background: rgba(0, 61, 86, 0.1);
}
.copyright p {
  margin: 0;
}
.copyright a {
  color: #003D56;
  text-decoration: none;
}
.copyright a:hover {
  color: white;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
.archive article {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.archive article .entry-meta a {
  color: #999;
}
.archive article .entry-meta a:hover {
  color: #003D56;
}
.archive article footer.entry-meta {
  display: none;
}
.social-links {
  padding: 20px 0;
}
.social-links img:hover {
  opacity: 0.8;
}
.wpp-views {
  display: none;
}
/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em;
}
.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
#content .gallery {
  margin-bottom: 1.5em;
}
#content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
#content .gallery dd {
  margin: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
#content .site-navigation {
  margin: 0 0 1.5em;
  overflow: auto;
  clear: both;
  font-size: 0.8em;
}
#content .site-navigation a {
  text-decoration: none;
}
#content .site-navigation a:hover {
  text-decoration: underline;
}
#content .nav-previous {
  float: left;
  width: 50%;
}
#content .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.main-small-navigation {
  background-color: rgba(0, 61, 86, 0.2);
}
.main-small-navigation .menu-toggle {
  padding: 10px 0;
}
.main-small-navigation ul {
  margin: 0;
}
.main-small-navigation ul a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #003D56;
  border-top: 1px solid rgba(0, 61, 86, 0.1);
}
.main-small-navigation ul a:hover {
  background-color: #e33c05;
  color: white;
}
/* =Comments
----------------------------------------------- */
#comments {
  clear: both;
  margin-top: 50px;
}
#comments #reply-title {
  background: #007E7A;
  color: white;
  padding: 0.5em;
}
#comments .comment-notes {
  font-size: 0.8em;
  font-style: italic;
  margin-top: 0.5em;
}
#comments .form-allowed-tags {
  display: none;
}
/* =Widgets
----------------------------------------------- */
.widget {
  margin: 1em 0 0.5em;
}
.widget .widget-title {
  background: #007E7A;
  color: white;
  padding: 0.5em;
  margin-top: 1em;
}
.widget#book {
  border: 1px solid #ddd;
}
.widget#contact a {
  font-size: 1.2em;
}
.widget ul {
  margin: 0;
}
.widget ul li {
  list-style-type: none;
  margin: 0;
}
.widget ul li a {
  padding: 0.4em;
  margin: 0;
  display: block;
}
.widget ul li a:hover {
  background: #e33c05;
  border-color: #e33c05;
  color: white;
}
#text-3 {
  border: 1px solid #ddd;
  padding-bottom: 20px;
  text-align: center;
}
#text-3 img {
  width: 100% !important;
}
#text-3 h2 {
  margin: 0 0 10px 0;
  color: white;
  background: #61635A;
  background: #003D56;
  padding: 5px;
}
/* Search widget */
#searchsubmit {
  display: none;
}
.related-posts {
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.box {
  /* border:8px solid #8D45C6; background: #eee; padding:10px; margin:15px 0; color:#8D45C6; */
}
.myButton a {
  background-color: #007E7A;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  border: 8px solid #007E7A;
  display: inline-block;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #222;
}
.myButton a:hover {
  background-color: #e33c05;
  border-color: #e33c05;
}
.myButton a:active {
  position: relative;
  top: 1px;
}
.footer-contact-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
}
.footer-contact-info li {
  margin: 1.5em 20px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .footer-contact-info li {
    width: auto;
  }
}
.footer-contact-info li a {
  text-decoration: none;
}
