/* -- Defaults -- */
body {
  color: #171717;
  font-family:'Lato', sans-serif;
}
.post.single p, .post.single ul, .post.single ol {
  font-size:1.2em;
}
a, a:link, a:visited {
  color: #0d9abd;
  text-decoration: none !important;
}
code {
  padding: 0 6px;
  position:relative;
  bottom:1px;
  font-size: 1em;
  font-family:monospace;
  color: #000;
  background-color:transparent;
  border-radius:0;
}
/* --- Header --- */
.header {
  background: #000;
  height: 60px;
  box-shadow: 2px 2px 4px #ccc;
  margin-bottom:50px;
}
.header .search-form-wrapper {
    top: 12px;
}
#searchform button {
	background: transparent;
	color: #FFF;
	padding: 0;
	font-size:22px;
	width:10%;
	position:relative;
	top:3px;
}
#searchform input[type="text"] {
	height: 26px;
	line-height: 26px;
	border-radius: 0;
}
.header .logo-wrapper .wrap {
    margin-left: 0px;
    width: 400px;
    margin-top:5px;
}
@media only screen and (min-width: 981px) {
 #company-logo {
   height:50px;
 }
}

/* --- Header Links --- */
.header .primary-nav-wrapper {
    position: absolute;
    top: 15px;
    left: 54%;
}
.header nav .nav li a {
    color: #ffffff;
    font-size:.8em;
    font-weight:400;
}
.header nav .nav li a:hover {
    color: #b6ec6a;
    text-decoration:none;
}

/* -- Base Content List Display -- */

.content-list-wrapper h2 {
font-family:'Roboto', sans-serif;
   color: #444;
   font-weight: 700;
   border-bottom: solid 1px #eaeaea;
   margin-bottom:15px;
   font-size:1.3em;
}
.hentry.post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: none;
}

.hentry .entry-title a {
  color:#383838;
  font-size:1.1em;
  font-family:'Roboto', Sans Serif;
  text-decoration:none;
  font-size:1em;
  font-weight:400;
}
.hentry .entry-title a:hover {
  color:#03a0c7;
}


/* -- Homepage List Display & Elements -- */

.vc_tta-panels-container {
    border: 1px solid #094a5d;
    padding: 20px;
    box-shadow: 2px 2px 4px #ccc;
}
.wpb-js-composer .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab>a {
    border-radius: 5px 5px 0 0!important;
    position: relative;
    bottom: -5px;
    font-weight:700;

}
.wpb-js-composer .vc_tta-color-peacoc.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: #094a5d!important;
    color: #fff;
}

/* --- Right Rail Content Lists--- */
.right-rail {
	border:solid 1px #eaeaea;
	border-radius: 10px;
	background:#fafafa;
}
.right-rail .content-list-wrapper h2 {
   font-size:1.3em
}
.right-rail .hentry.post {
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #eaeaea;
}
.right-rail .hentry .entry-title a {
  color: #038daf;
  font-size:.9em;
  font-weight:400;
  text-decoration:none;
}
.right-rail.vc_column_container {
	padding:0 10px;
}

/* --- Article Pages --- */
.entry-meta-wrapper {
  display:none;
}

.single-post #main p {
  font-size:18px;
    color:#333;
    font-family:'Lato', sans-serif;
}
.single-post #main td, .single-post #main td p, .single-post #main td ul li, .single-post #main td ol li {
  font-size:16px!important;
}
.single-post a {
  text-decoration:underline;
}
h1.entry-title {
    font-family:;
    color:#000;
    font-family:'Roboto', sans-serif;
    line-height:1;
}
.single-post #main h2 {
  font-family:'Roboto', sans-serif;
color:#000;
margin-top:35px;
  border-bottom:solid 2px #1A715C;
}
.single-post #main h3 {
  font-family:'Roboto', sans-serif;
  margin-bottom: .375em;
}
.single-post #main h4 {
  color:#444;
  text-transform:uppercase;
  font-family:'Roboto', sans-serif;
}
.post h1, .post h2, .post .h3, .post h4, .post .h5 {
    font-weight: 700;
}
h3 {
    font-size: 1.3em;
    font-weight:700;
}
h3 .fa {
  color: #8cc640;
  font-size: 1.3em;
}
h5 {
  font-size: 1em;
  line-height: 2.09em;
  letter-spacing: 0px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
h6 {
  font-size: 1em;
  line-height: 2.09em;
  font-weight:400;
}
h6 i {
color: #8cc540;
}
.entry-meta {
  display:none;
}
.article-table-left {
  width:45%; 
  margin-right:10px;
  float:left;
}
.article-table-right {
  width:45%; 
  float:left;
}
.single-post #main ol li, .single-post #main ul li {
  margin-bottom:10px;
}
.single-post #main ol ul, .single-post #main ul ul {
  margin-top:5px;
  margin-bottom: 0px;
}
.single-post #main ol ul li, .single-post #main ul ul li {
  margin:0;
}
ol li, ul li {
  font-size: 18px;
}
ol {
  margin-top:0px;
  margin-bottom: 20px;
  margin-left:20px;
}
.entry-meta-wrapper {
  display:none;
}
.collapsing-squares .wpb_column {
  border:1px solid #ccc!important;
  min-height:200px!important;
}
.vc_row.collapsing-squares:before {
  content:'Row';
}
.vc_row.collapsing-squares {
   border: 1px dotted #ccc;
   padding: 10px;
   margin-top:20px;
}
blockquote {
    border: 1px solid #ccc;
    padding: 5px 15px;
    background: #fbeded;
}


/* -- Classes in Articles ---*/
.single-post #main h2 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    border-bottom: solid 2px #1A715C;
    line-height:1;
}
.single-post #main h3 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    border-bottom: none;
    font-size:1.5em;
}
.single-post #main h3.info:before {
	font-family: FontAwesome;
    content: "\f05a ";
    margin-right:15px;
    color:#3eaa00;
}
.entry-meta-wrapper {
   display:none;
}
.collapsing-squares .wpb_column {
  border:1px solid #ccc!important;
  min-height:200px!important;
}
.vc_row.collapsing-squares:before {
  content:'Row';
}
.vc_row.collapsing-squares {
   border: 1px dotted #ccc;
   padding: 10px;
   margin-top:20px;
}
blockquote {
    border: 1px solid #ccc;
    padding: 5px 15px;
    background: #fbeded;
}
.img-width-75% {
  width:75%;
}
/* More Articles Links */
.single-post #main .content-list-wrapper .hentry h3.entry-title a {
	font-size:.7em;
	color:#2b889e;
  	font-family:'Roboto', sans-serif;
  	text-decoration:none;
  	font-weight:400;
}
.single-post #main .content-list-wrapper .hentry {
	border-bottom:none;
	padding:0;
	margin:0
}
.single-post #main .content-list-wrapper .hentry:before {
	font-family:'FontAwesome';
	content:"\f15c";
	color: #bbb;
	float:left;
	margin-right:10px;
	position:relative;
	top:2px;
}
.single-post #main .content-list-wrapper .hentry h3.entry-title a:hover {
color: #205c6b;
}
/* Notes & Warnings */

.single-post #main blockquote {
  background:#fbeded;
  padding:15px;
  border: none;
  border-left:solid 3px #f9cccc;
  margin:0;
}
.single-post #main blockquote p {
  margin:0;
  position:relative;
}
.single-post #main .note-wrapper {
  background:#edf4f7;
  padding:15px;
  border-left:solid 3px #9ad9f4;
  font-size:100%;
}
.single-post #main .info-wrapper {
   background:#fbfaed;
	position:relative;
	border-left: solid 3px #ece9bc;
	padding:3px;
}
.single-post #main .info-wrapper p{
  padding-left:40px;
  font-size:100%;
  line-height:1.2;
}
.single-post #main .info-wrapper:before {
  font-family:'FontAwesome';
  	content:" \f05a";
  position:absolute;
  top: 0;
  bottom: 0;
  background: #fbfaed;
  padding:16px 0px 10px 10px;
}
.single-post #main .important-wrapper {
   background:#fbeded;
	position:relative;
	border-left: solid 3px #f9cccc;
	padding:3px;
}
.single-post #main .important-wrapper p{
  padding-left:40px;
  font-size:100%;
  line-height:1.2;
}
.single-post #main .important-wrapper:before {
  font-family:'FontAwesome';
  	content:" \f071";
  position:absolute;
  top: 0;
  bottom: 0;
  background: #fbeded;
  padding:16px 0px 10px 10px;
}
.single-post #main .note-wrapper {
   background:#edf4f7;
	position:relative;
	border-left: solid 3px #9ad9f4;
	padding:3px;
}
.single-post #main .note-wrapper p{
  padding-left:40px;
  font-size:100%;
  line-height:1.2;
}
.single-post #main .note-wrapper:before {
  font-family:'FontAwesome';
  	content:" \f016";
  position:absolute;
  top: 0;
  bottom: 0;
  background: #edf4f7;
  padding:16px 0px 10px 10px;
}
/* in-table notes */
.single-post #main td .note-wrapper {
 background:none;
 padding:0;
 border:none;
 font-style:italic;
}
.single-post #main td .note-wrapper:before {
border:none;
background:none;
content:'';
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
position:relative;
display:inline;
padding:0;
}
.single-post #main td .note-wrapper p{
padding:0;
}
.single-post #main td .note-wrapper p:before {
content:'Note:';
margin-right:4px;
font-weight:700;
}

/* -- Check Lists -- */
.check-list {
display:table;
  width:100%;
  border:solid 1px #85C453;
  background: #85c45308;
  -webkit-box-shadow: 0 0 0 2px #f3f3f3;
  -moz-box-shadow: 0 0 0 2px #f3f3f3;
  box-shadow: 0 0 0 2px #f3f3f3;
  padding: 1em;
}

.check-list h2 {
	font-size:1.3em;
	margin:0;
	border-bottom:none!important;
	text-transform:uppercase;
}
.check-list ul {
	list-style: none;
	margin-top:20px;
	margin-bottom:0;
	padding-left:20px;
} 
.check-list li {
	display:table;
	line-height:1.4;
}
.check-list li:before {
	font-family: FontAwesome;
    content: "\f058 ";
    color:#bbb;
    display:table-cell;
    padding-right:10px;
}
.check-list ul ul li {
	list-style-type:circle !important;
}
.check-list ul ul li:before {
	content:'\f111';
	font-size:8px;
	position:relative;
	bottom:3px;
}