article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  list-style: none;
  padding: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.alert {
  border: 1px solid #d1d1d1;
  margin: 10px;
  padding: 5px 18px;
}
.clear {
  zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.transparent {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.no-underline {
  text-decoration: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.button,
.button:visited {
  color: #ffffff;
  font: bold 12px/1em "Arial", Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  height: auto;
  text-decoration: none;
  padding: 3px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body {
  background: #22262b;
  color: #121212;
  font-size: 15px;
  font-family: "Arial", Helvetica, sans-serif;
  line-height: 22px;
}
input.text {
  background: #fbfbfb;
  border: 1px solid #999999;
  color: #121212;
  font: 13px/20px "Arial", Helvetica, sans-serif;
  height: 24px;
  padding: 2px 5px;
  -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
input.text:focus {
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input.submit,
input#submit {
  color: #ffffff;
  font: bold 12px/1em "Arial", Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  height: auto;
  text-decoration: none;
  padding: 3px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  background: #2664ae;
  border: 1px solid #347dd3;
}
input.submit:hover,
input#submit:hover,
input.submit:focus,
input#submit:focus {
  background: #ff9900;
  border-color: #ff9900;
}
.wrap {
  width: 100%;
}
#container {
  zoom: 1;
  background: #ffffff;
  padding: 20px;
}
#container:before,
#container:after {
  content: "";
  display: table;
}
#container:after {
  clear: both;
}
#main {
  zoom: 1;
}
#main:before,
#main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}
a,
a:visited {
  color: #2664ae;
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #ff9900;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
h2,
h3,
h4,
h5 {
  color: #000;
  font-family: "Poppins", Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 26px;
  letter-spacing: -0.05em;
}
h2 {
  font-size: 20px;
  letter-spacing: -0.025em;
}
h1,
h2 {
  line-height: 1.2em;
  margin: 0 0 20px;
}
h1.archive-title {
  background: #f7f7f7;
  border-top: 1px dotted #d9d9d9;
  border-bottom: 1px dotted #d9d9d9;
  margin: 0 0 10px;
  padding: 7px 5px 5px;
}
h1.archive-title strong.n {
  color: #002b65;
}
h1.archive-title.nomargin {
  margin: 0;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
header.header {
  background-color: #1d4b83;
}
.banner {
  background: url("../library/images/header-background.jpg") no-repeat center 0;
}
.sitelogo {
  display: block;
  text-align: center;
}
.sitelogo a,
.sitelogo a:visited,
.sitelogo a:hover,
.sitelogo a:focus {
  background: url("../library/images/logo.png") no-repeat 0 0;
  color: #fff;
  display: block;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  text-decoration: none;
  width: 214px;
  position: relative;
  *margin: 0;
}
.banner-image {
  display: none;
}
#header-bottom {
  background: #333333;
  clear: both;
  display: block;
  height: 10px;
  width: 100%;
}
#graybar {
  zoom: 1;
  display: block;
  width: 100%;
}
#graybar:before,
#graybar:after {
  content: "";
  display: table;
}
#graybar:after {
  clear: both;
}
#menu-wrap {
  background: #555;
  font: 500 14px/20px "Poppins", Verdana, Helvetica, sans-serif;
}
#menu-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-wrap ul li a,
#menu-wrap ul li a:visited {
  color: #ffffff;
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}
#menu-wrap ul li a:hover,
#menu-wrap ul li a:focus {
  background: #333;
}
#menu-wrap ul li .fa {
  color: #9e9e9e;
  width: 20px;
}
#menu-wrap ul li ul {
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: normal;
}
#menu-wrap ul li ul .fa:before {
  content: '\f0da' !important;
}
#menu-wrap ul li ul span {
  display: inline-block;
  text-indent: 15px;
}
#menu-wrap ul li ul .fa {
  text-indent: 20px;
}
#menu-wrap ul.nav > li {
  border-bottom: 1px solid #555;
}
#menu-wrap .menu-home .fa:before {
  content: '\f015';
}
#menu-wrap .menu-products .fa:before {
  content: '\f019';
}
#menu-wrap .menu-about .fa:before {
  content: '\f0c0';
}
#menu-wrap .menu-quote .fa:before {
  content: '\f044';
}
#menu-wrap .menu-contact .fa:before {
  content: '\f095';
}
#navwrap {
  background: #ffffff;
  border-bottom: 1px solid #999999;
  color: #404040;
  font: 12px/18px "Arial", Helvetica, sans-serif;
  margin: 0;
  padding: 10px 0;
}
#navwrap .crumbs {
  padding: 0 10px;
}
#navwrap a,
#navwrap a:visited {
  color: #404040;
  display: inline-block;
  padding: 0 5px;
  text-decoration: none;
  white-space: nowrap;
}
#navwrap a:hover,
#navwrap a:focus {
  color: #404040;
}
#navwrap .breadcrumb_last {
  color: #404040;
  display: inline-block;
  padding: 0 5px;
  white-space: nowrap;
}
nav.pagination {
  clear: both;
  display: block;
  padding: 50px 0 10px;
}
nav.pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.pagination ul.page-numbers li {
  display: inline;
}
nav.pagination ul.page-numbers .page-numbers,
nav.pagination ul.page-numbers .page-numbers:visited {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  background: #d9d9d9;
  border: 1px solid #e5e5e5;
  color: #121212;
  font: bold 11px/20px "Arial", Helvetica, sans-serif;
  display: inline-block;
  padding: 2px 7px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.pagination ul.page-numbers .page-numbers:hover,
nav.pagination ul.page-numbers .page-numbers:visited:hover,
nav.pagination ul.page-numbers .page-numbers:focus,
nav.pagination ul.page-numbers .page-numbers:visited:focus {
  background: #2664ae;
  border-color: #347dd3;
  color: #ffffff;
}
nav.pagination ul.page-numbers .page-numbers.current,
nav.pagination ul.page-numbers .page-numbers:visited.current {
  background: #2664ae;
  border-color: #347dd3;
  color: #ffffff;
  font-weight: bold;
}
nav.pagination ul.page-numbers .page-numbers.next,
nav.pagination ul.page-numbers .page-numbers:visited.next,
nav.pagination ul.page-numbers .page-numbers.prev,
nav.pagination ul.page-numbers .page-numbers:visited.prev {
  padding: 3px 10px;
  width: auto;
}
nav.pagelinks {
  zoom: 1;
  padding: 10px 0;
}
nav.pagelinks:before,
nav.pagelinks:after {
  content: "";
  display: table;
}
nav.pagelinks:after {
  clear: both;
}
nav.pagelinks ul {
  margin: 0;
  text-align: center;
}
nav.pagelinks ul li {
  display: inline-block;
  padding: 0 10px;
}
nav.pagelinks ul a,
nav.pagelinks ul a:visited {
  color: #2664ae;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
nav.pagelinks ul a:hover,
nav.pagelinks ul a:visited:hover,
nav.pagelinks ul a:focus,
nav.pagelinks ul a:visited:focus {
  background: #333333;
  color: #ffffff;
}
article {
  padding: 0 0 20px;
}
article.front {
  background: url("../library/images/sep.gif") repeat-x 0 bottom;
  border-bottom: 3px solid #999999;
  padding: 0 0 20px;
}
article .articlehead {
  border-bottom: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 20px 0 10px;
}
article .articlehead h1 {
  margin: 0;
  text-align: center;
}
article .articlehead h1 a,
article .articlehead h1 a:visited {
  color: #002b65;
  text-decoration: none;
}
article .articlehead h1 a:hover,
article .articlehead h1 a:focus {
  color: #ff9900;
}
article .articlehead h2 {
  margin: 0;
}
article .articlehead h2 a,
article .articlehead h2 a:visited {
  color: #003a87;
  text-decoration: none;
}
article .articlehead h2 a:hover,
article .articlehead h2 a:focus {
  color: #ff9900;
}
article .tags p {
  border-top: 1px dotted #e5e5e5;
  border-bottom: 1px dotted #e5e5e5;
  color: #777;
  font: 10px/16px "Arial", Helvetica, sans-serif;
  display: block;
  margin: 5px 0;
  padding: 2px 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
article .tags a,
article .tags a:visited {
  text-decoration: none;
}
article .tags a:hover,
article .tags a:focus {
  text-decoration: underline;
}
article .articlecontent p,
article .articlecontent pre {
  margin: 0 0 15px;
}
article .articlecontent blockquote {
  font-family: "Georgia", serif;
  font-style: italic;
  padding: 5px 15px;
}
article .articlecontent ul {
  margin-left: 0 !important;
}
article .articlecontent ul li {
  background: url("../library/images/tick.png") no-repeat 5px 1px;
  margin: 0 0 10px 0;
  padding: 3px 0 5px 35px;
}
article .articlecontent ol {
  list-style: decimal;
  margin-left: 35px !important;
}
article .articlecontent ol li {
  margin: 0 0 10px;
}
article .articlecontent dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
article .articlecontent img {
  margin: 0;
  max-width: 96%;
  width: auto;
  height: auto;
}
article .articlecontent video,
article .articlecontent object {
  max-width: 100%;
  height: auto;
}
article .articlecontent pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
article .articlecontent .alignleft,
article .articlecontent img.alignleft,
article .articlecontent wp.caption.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
article .articlecontent .alignright,
article .articlecontent img.alignright,
article .articlecontent wp.caption.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
article .articlecontent .aligncenter,
article .articlecontent img.aligncenter,
article .articlecontent wp.caption.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
article .articlecontent .gallery {
  clear: both;
}
article .articlecontent .gallery-item {
  float: left;
  margin: 10px 0 0;
  text-align: center;
  width: 33%;
}
article .articlecontent .gallery-item a,
article .articlecontent .gallery-item a:visited {
  background: 0;
  display: block;
  text-decoration: none;
  width: 90%;
}
article .articlecontent .gallery-caption {
  width: 90%;
}
article .articlecontent .gallery-icon img {
  height: auto;
  max-width: 100%;
  width: auto;
}
article img[class*="align"],
article img[class*="attachment-"],
article img[class*="wp-image-"] {
  height: auto;
}
article img.wp-post-image {
  background: #ffffff;
  border: 1px solid #f3f3f3;
  padding: 2px;
}
article .yarpp-related {
  font-size: 12px;
  margin: 50px 0 20px;
}
article .yarpp-thumbnail {
  height: auto !important;
}
article img.attachment-yarpp-thumbnail {
  background: 0;
  border: 0;
  float: none;
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}
article .wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
article .wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
article .wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.feature-box {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 1px #dadada, inset 0 0 15px #e6e6e6;
  -moz-box-shadow: 0 0 0 1px #dadada, inset 0 0 15px #e6e6e6;
  box-shadow: 0 0 0 1px #dadada, inset 0 0 15px #e6e6e6;
  background: #f7f7f7;
  border: 1px solid #fff;
  padding: 10px;
}
.mfeature {
  margin: 0 0 20px;
}
.mfeature img {
  height: auto;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
.latest-articles article {
  border-bottom: 1px solid #999999;
  padding: 10px 0;
}
.latest-articles article h3 {
  font-size: 16px;
  margin: 0;
}
.latest-articles article h3 a,
.latest-articles article h3 a:visited {
  text-decoration: none;
}
.latest-articles article h3 a:hover,
.latest-articles article h3 a:focus {
  color: #ff9900;
  text-decoration: underline;
}
.latest-articles article p {
  font-size: 13px;
  margin: 0;
}
.latest-articles article img {
  float: right;
  max-height: 80px;
}
.article-list article {
  border-bottom: 1px solid #a6a6a6;
  padding: 10px 5px 15px;
}
.article-list article .tags p {
  background: 0;
  padding: 0;
}
.article-list article .articlecontent p {
  margin: 0;
}
.archive-description {
  background: #f7f7f7 url("../library/images/sepdark.gif") repeat-x 0 bottom;
  padding: 10px;
  position: relative;
  bottom: 10px;
  text-align: justify;
}
.archive-description p {
  margin: 0 0 10px;
}
.gallery-caption,
.bypostauthor {
  background-color: transparent;
}
#post-not-found #searchform input.text {
  width: 65.74585634900001%;
}
#post-not-found #searchform input.submit {
  display: inline;
  margin: 0;
  width: 31.491712705%;
}
#comment-block {
  padding: 50px 0 0;
}
#comment-block .title {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #121212;
  font: bold 14px/20px "Arial", Helvetica, sans-serif;
  margin: 0;
  padding: 5px 0;
}
#comment-block .title strong.n {
  color: #002b65;
}
.commentlist {
  border-bottom: 1px solid #d9d9d9;
  font-family: "Arial", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
.commentlist .respond-form {
  padding: 10px;
}
.commentlist li {
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 0;
  padding-right: 0;
}
.commentlist li.depth-2,
.commentlist li.depth-3,
.commentlist li.depth-4,
.commentlist li.depth-5 {
  margin-left: 15px;
  margin-right: 0;
}
.commentlist li:last-child {
  border-bottom: 0;
}
.commentlist ul.children {
  border-top: 1px solid #d9d9d9;
  margin: 10px 0 0;
  padding: 0;
}
.commentlist .comment-profs {
  position: absolute;
  left: 0;
}
.commentlist .comment-deets {
  margin-left: 60px;
  font-size: 12px;
}
.commentlist .comment-deets .comment-reply-link {
  color: #ffffff;
  font: bold 12px/1em "Arial", Helvetica, sans-serif;
  cursor: pointer;
  height: auto;
  padding: 3px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #f2f2f2;
  color: #121212;
  font: normal 11px "Arial", Helvetica, sans-serif;
  clear: both;
  display: inline-block;
  margin-bottom: 0;
  padding: 2px 5px;
  text-decoration: none;
}
.commentlist .comment-deets .comment-reply-link:hover,
.commentlist .comment-deets .comment-reply-link:focus {
  background: #fafafa;
  border-bottom-color: #f0f0f0;
  text-decoration: underline;
}
.commentlist .vcard {
  color: #003a87;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time a,
.commentlist .vcard time a:visited {
  color: #5f5f5f;
  text-decoration: none;
}
.commentlist .vcard time a:hover,
.commentlist .vcard time a:visited:hover,
.commentlist .vcard time a:focus,
.commentlist .vcard time a:visited:focus {
  text-decoration: underline;
}
.commentlist .comment_content {
  font-size: 12px;
  padding: 5px 0 0;
}
.commentlist .comment_content p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 10px;
}
#comment-nav {
  zoom: 1;
  padding: 10px 0;
}
#comment-nav:before,
#comment-nav:after {
  content: "";
  display: table;
}
#comment-nav:after {
  clear: both;
}
#comment-nav ul {
  margin: 0;
  text-align: center;
}
#comment-nav ul li {
  display: inline-block;
  padding: 0 5px;
}
#comment-nav ul a,
#comment-nav ul a:visited {
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  background: #d9d9d9;
  border: 1px solid #e5e5e5;
  color: #121212;
  font: bold 11px/20px "Arial", Helvetica, sans-serif;
  display: inline-block;
  padding: 2px 7px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#comment-nav ul a:hover,
#comment-nav ul a:visited:hover,
#comment-nav ul a:focus,
#comment-nav ul a:visited:focus {
  background: #ff9900;
  border-color: #ffad33;
  color: #ffffff;
}
.respond-form {
  background: #f7f7f7;
  border-top: 1px dotted #bfbfbf;
  border-bottom: 1px dotted #bfbfbf;
  margin: 10px;
  padding: 20px;
}
.respond-form #comment-form-title {
  color: #121212;
  font: bold 16px/20px "Arial", Helvetica, sans-serif;
  margin: 0 0 15px;
  padding: 0;
}
.respond-form form {
  margin: 0;
}
.respond-form form ul#comment-form-elements,
.respond-form form p {
  margin: 0 0 10px;
}
.respond-form form li {
  border-top: 0 !important;
  clear: both;
  list-style-type: none;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
.respond-form form label {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  overflow: hidden;
  text-indent: 50px;
  white-space: nowrap;
}
.respond-form form input.text,
.respond-form form textarea {
  background: #fcfcfc;
  border: 1px solid #d9d9d9;
  color: #121212;
  font-family: "Arial", Helvetica, sans-serif;
  line-height: 20px;
  display: block;
  height: 30px;
  width: 48.618784527%;
  padding: 3px 6px;
}
.respond-form form input.text:focus,
.respond-form form textarea:focus {
  background: #ffffff;
}
.respond-form form input.text:invalid,
.respond-form form textarea:invalid {
  background-color: #f6e7eb;
  border-color: #fbc2c4;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form textarea {
  height: 150px;
  width: 96%;
  resize: none;
  -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  -moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
  box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}
a#cancel-comment-reply-link,
a#cancel-comment-reply-link:visited {
  color: #ffffff;
  font: bold 12px/1em "Arial", Helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  height: auto;
  text-decoration: none;
  padding: 3px 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: 0;
  color: #2664ae;
  font-weight: normal;
}
a#cancel-comment-reply-link:hover,
a#cancel-comment-reply-link:focus {
  text-decoration: underline;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.block {
  font-size: 13px;
  margin: 0 0 40px;
}
.block .title {
  border-bottom: 2px solid #ff9900;
  color: #666666;
  font: bold 14px/20px "Arial", Helvetica, sans-serif;
  margin: 0;
  padding: 0 0 5px;
  text-transform: uppercase;
}
.block .title a:link,
.block .title a:visited {
  color: #121212;
  text-decoration: none;
}
.block .title a:hover,
.block .title a:focus {
  color: #ff9900;
}
.block ul {
  font-family: "Arial", Helvetica, sans-serif;
  margin: 0;
}
.block ul li {
  border-bottom: 1px solid #999999;
}
.block ul li a,
.block ul li a:visited {
  display: inline-block;
  font-weight: bold;
  line-height: 16px;
  padding: 5px 0;
  text-decoration: none;
}
.block ul li ul {
  margin-left: 12px;
}
.block ul li li {
  border-bottom: 0;
}
.block select {
  background: #ffffff;
  border: 1px solid #999999;
  color: #121212;
  font-family: "Arial", Helvetica, sans-serif;
  line-height: 20px;
  display: inline-block;
  padding: 2px;
  width: 100%;
}
.block ul.blogroll li {
  font: 12px "Georgia", serif;
  padding: 5px 0;
}
.block ul.blogroll li a,
.block ul.blogroll li a:visited {
  background: 0;
  font: bold 13px/20px "Arial", Helvetica, sans-serif;
  padding: 0;
  width: 100%;
}
.block ul.blogroll img {
  clear: both;
  display: block;
  max-height: 85px;
  max-width: 300px;
}
.block ul#recentcomments li {
  padding: 5px 0;
}
.block ul#recentcomments li a,
.block ul#recentcomments li a:visited {
  background: 0;
  padding: 0;
}
.block ul#recentcomments li a.url,
.block ul#recentcomments li a.url:visited {
  background: 0;
  padding: 0;
}
.block .tagcloud {
  border-bottom: 1px solid #999999;
  font-size: 14px;
  padding: 10px 0;
}
.block .tagcloud a,
.block .tagcloud a:visited {
  background: #f2f2f2;
  color: #666666;
  display: inline-block;
  margin: 0 0 3px;
  padding: 2px 5px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block .tagcloud a:hover,
.block .tagcloud a:visited:hover,
.block .tagcloud a:focus,
.block .tagcloud a:visited:focus {
  background: 0;
  color: #2664ae;
}
.block .textwidget {
  padding: 5px 0;
}
.block .textwidget h1,
.block .textwidget h2 {
  background: 0;
  border-bottom: 0;
  font: bold 16px/18px "Arial", Helvetica, sans-serif;
  margin: 0 0 15px;
}
.block .textwidget h1 a,
.block .textwidget h2 a,
.block .textwidget h1 a:visited,
.block .textwidget h2 a:visited {
  color: #2664ae;
  text-decoration: underline;
}
.block .textwidget h1 a:hover,
.block .textwidget h2 a:hover,
.block .textwidget h1 a:focus,
.block .textwidget h2 a:focus {
  color: #ff9900;
}
.block .textwidget h3 {
  color: #002b65;
}
.block .textwidget p {
  margin: 0 0 15px;
  text-align: justify;
}
.block .textwidget ul,
.block .textwidget ol {
  font-family: "Georgia", serif;
  list-style: disc;
  margin: 0 0 15px 25px;
}
.block .textwidget ul li,
.block .textwidget ol li {
  border-bottom: 0;
}
.block .textwidget ul li a,
.block .textwidget ol li a,
.block .textwidget ul li a:visited,
.block .textwidget ol li a:visited {
  background: 0;
  font-weight: normal;
  padding: 0;
  text-decoration: underline;
}
.block .textwidget ol {
  list-style: decimal;
}
.block .textwidget img {
  max-width: 99.999999993%;
}
.block table#wp-calendar {
  border-collapse: collapse;
  border-spacing: 2px;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.block table#wp-calendar caption {
  color: #003a87;
  font: bold 12px "Arial", Helvetica, sans-serif;
  text-align: center;
  padding: 5px 0 10px;
}
.block table#wp-calendar thead th {
  background: url("../library/images/sep.gif");
  font-weight: bold;
  padding: 5px 0;
}
.block table#wp-calendar tfoot td {
  font-weight: bold;
  padding: 5px 0;
}
.block table#wp-calendar tfoot td#prev {
  text-align: left;
}
.block table#wp-calendar tfoot td#next {
  text-align: right;
}
.block table#wp-calendar tbody tr {
  border-bottom: 1px dotted #ddd;
}
.block table#wp-calendar tbody td {
  padding: 5px 0;
  vertical-align: top;
}
.block table#wp-calendar tbody td a,
.block table#wp-calendar tbody td a:visited {
  font-weight: bold;
}
.block #searchform {
  padding: 5px 0;
}
.block #searchform input.text {
  margin: 0 auto 5px;
  width: 96%;
}
.block #searchform input.submit {
  display: block;
  margin: 0 auto;
  min-width: 40%;
}
.widget_recent_entries .post-date {
  clear: both;
  display: block;
  color: #999;
  font: 11px/13px "Arial", Helvetica, sans-serif;
  padding: 0 0 7px;
}
.widget_rss ul li a,
.widget_rss ul li a:visited {
  padding: 10px 0 0;
}
.widget_rss .rssSummary {
  font: 12px "Georgia", serif;
  line-height: 18px;
  padding: 0 0 10px;
  text-align: justify;
}
.widget_rss .rss-date,
.widget_rss cite {
  clear: both;
  display: block;
  color: #999;
  font: 11px "Arial", Helvetica, sans-serif;
  padding: 0 0 5px;
}
.widget_rss cite {
  text-align: right;
}
.widget_categories li,
.widget_archive li {
  font: 12px "Georgia", serif;
}
.widget_categories li a,
.widget_archive li a {
  font: 13px "Arial", Helvetica, sans-serif;
}
#footdesc {
  background-color: #1c4980;
  background-image: -webkit-linear-gradient(top, #1c4980 0%, #2d75cd 100%);
  background-image: -o-linear-gradient(top, #1c4980 0%, #2d75cd 100%);
  background-image: linear-gradient(to bottom, #1c4980 0%, #2d75cd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1c4980', endColorstr='#ff2d75cd', GradientType=0);
  border-top: 10px solid #161a20;
  color: #fff;
  font: bold 12px/20px "Arial", Helvetica, sans-serif;
  padding: 25px 0;
  text-align: center;
}
#footdesc .fsname {
  font-weight: bold;
}
#footdesc a,
#footdesc a:visited {
  color: #fff;
  text-decoration: none;
}
#footdesc a:hover,
#footdesc a:focus {
  text-decoration: underline;
}
#footdesc .links a {
  color: #ddd;
  font-weight: normal;
}
@media only screen and (min-width: 481px) {
  .banner .wrap {
    padding: 30px 0;
  }
  .articlecontent .alignleft,
  .articlecontent img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .articlecontent .alignright,
  .articlecontent img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .articlecontent .aligncenter,
  .articlecontent img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  #colophon {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    float: left;
    margin-left: 2.762430939%;
    position: relative;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .wrap {
    zoom: 1;
    margin: 0 auto;
    max-width: 980px;
  }
  .wrap:before,
  .wrap:after {
    content: "";
    display: table;
  }
  .wrap:after {
    clear: both;
  }
  #sitecontainer {
    background: url("../library/images/contentbg.gif") repeat-x 0 0;
    padding: 0 15px;
  }
  #sitepadd {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    top: -50px;
  }
  #content {
    background: #ffffff;
  }
  #main {
    float: left;
    min-height: 435px;
    padding: 0;
    position: relative;
    width: 70%;
  }
  #main.home-page {
    width: 65%;
  }
  #main.home-page .articlehead h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
  }
  #sidearea {
    float: right;
    padding: 0;
    position: relative;
    width: 26%;
  }
  #sidearea.wider {
    width: 31%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  header.header {
    background: #2d75cd url("../library/images/header-gradient.png") repeat-x 0 0;
  }
  .banner .wrap {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .sitelogo {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 10;
  }
  .banner-image {
    display: block;
    text-align: right;
    padding-bottom: 30px;
    position: relative;
  }
  .banner-image img {
    position: relative;
    z-index: 9;
  }
  .buzz {
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
    background: url("../library/images/smartbuzz.png") no-repeat;
    height: 250px;
    width: 370px;
    position: absolute;
    left: -60px;
    top: 80px;
    z-index: 5;
  }
  a.menu-access {
    display: none;
  }
  #menu-wrap {
    background: 0;
    position: relative;
    z-index: 999;
  }
  #menu-wrap ul.nav > li {
    border-bottom: 0;
    border-right: 1px solid #ddd;
  }
  #menu-wrap ul {
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
    border-bottom: 1px solid #dcdcdc;
    list-style: none;
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  #menu-wrap ul:before,
  #menu-wrap ul:after {
    content: "";
    display: table;
  }
  #menu-wrap ul:after {
    clear: both;
  }
  #menu-wrap ul li {
    display: block;
    float: left;
    margin: 0;
    position: relative;
  }
  #menu-wrap ul li a,
  #menu-wrap ul li a:visited {
    color: #2664ae;
    display: block;
    padding: 17px 20px 13px;
  }
  #menu-wrap ul li a:hover .fa,
  #menu-wrap ul li a:focus .fa,
  #menu-wrap ul li.current-menu-item .fa {
    color: #2664ae;
  }
  #menu-wrap ul li a:hover,
  #menu-wrap ul li a:focus,
  #menu-wrap ul li.current-menu-item a,
  #menu-wrap ul li.current-menu-item a:visited {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffffffff', GradientType=0);
  }
  #menu-wrap ul li.current-menu-item .fa {
    color: #777;
  }
  #menu-wrap ul li.current-menu-item a,
  #menu-wrap ul li.current-menu-item a:visited {
    color: #333;
  }
  #menu-wrap ul li ul {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    display: none;
    margin: 0;
    padding: 5px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 9999;
    width: 220px;
  }
  #menu-wrap ul li ul li:first-child {
    border-top: 1px dashed #ddd;
  }
  #menu-wrap ul li ul li {
    border-bottom: 1px dashed #ddd;
    display: block;
    float: none;
    margin: 0;
  }
  #menu-wrap ul li ul li a,
  #menu-wrap ul li ul li a:visited {
    font-weight: normal;
    padding: 8px 10px;
  }
  #menu-wrap ul li ul li a:hover,
  #menu-wrap ul li ul li a:focus {
    background: #f0f0f0;
  }
  #menu-wrap ul li ul li span {
    text-indent: 5px;
  }
  #menu-wrap ul li ul li .fa {
    text-indent: 0;
    text-align: center;
  }
  #menu-wrap ul li ul li ul {
    display: none;
    left: 220px;
    top: 0;
  }
  #menu-wrap ul li:hover > ul,
  #menu-wrap ul li:focus > ul {
    display: block;
  }
  .articlecontent {
    padding: 0 20px;
  }
  .mfeature img {
    width: 100%;
  }
  #post-not-found #searchform input.text {
    width: 70%;
  }
  #post-not-found #searchform input.submit {
    width: auto;
  }
  .respond-form {
    position: relative;
    z-index: 1;
  }
  #foot .col {
    float: left;
    margin-left: 1.422430939%;
    position: relative;
    width: 23.928176794%;
  }
  #foot .col.first {
    margin-left: 0;
  }
  #footdesc .eightcol {
    text-align: left;
  }
  #footdesc .fourcol {
    padding-top: 13px;
    text-align: right;
  }
  #footdesc .fsname {
    display: block;
    font: bold 24px/28px "Georgia", serif;
  }
  body.left-sidebar #main {
    float: right;
  }
  body.left-sidebar #sidearea {
    float: left;
  }
  body.no-sidebar #main {
    margin: 0;
    width: 100%;
  }
  body.no-sidebar .mfeature {
    float: right;
    margin: 0 0 10px 10px;
    width: 65.74585634900001%;
  }
}
@media only screen and (min-width: 960px) {
  .buzz {
    left: 20px;
  }
}
@media only screen and (min-width: 50px) and (max-width: 767px) {
  #menu-wrap {
    overflow: hidden;
  }
  a.menu-access {
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
    border-bottom: 1px solid #dcdcdc;
    color: #2664ae;
    cursor: pointer;
    display: block;
    font: 500 14px/20px "Poppins", Verdana, Helvetica, sans-serif;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  a.menu-access:hover {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffffffff', GradientType=0);
  }
}
