body {
  margin: 0px;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  background: #FFFFFF;
}

h1 {
  font-size: 38px;
  font-weight: 400;
}

h2 {
  font-size: 26px;
}

h3 {
  margin: 0px 0px 15px 0px;
  font-size: 22px;
  font-weight: 400;
}

h4 {
  color: #2F71D1;
  font-size: 20px;
}

h5 {
}

h6 {
}

a {
  color: #CC0000;
  text-decoration: none;
}

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

#wrapper {
  background: #FFFFFF;
}

#container {
}

#top {
  padding: 15px 0px;
  color: #FFFFFF;
  font-size: 14px;
  background: #000063;
}

#top-outer {
}

#top-inner {
}

#top-left {
	float: left;
}

#top-left i {
  margin: 0px 10px 0px 0px;
  color: #FFCC66;
  font-size: 21px;
  vertical-align: middle;
}

#phone-number {
  margin: 0px 50px 0px 0px;
}

#top-right {
	float: right;
}

.social-media {
}

.social-media i {
  color: #FFFFFF;
  font-size: 21px;
  vertical-align: middle;
}

#header {
  background: #FFFFFF;
}

#header-outer {
}

#header-inner {
}

#header-left {
  float: left;
}

a#link-home {
  display: block;
}

a#link-home img {
  display: block;
}

#header-right {
  float: right;
}

#navigation {
}

#content {
}

#content-outer {
}

#content-inner {
}

#content {
}

#content p {
  line-height: 1.6em;
}

#content ul li,
#content ol li {
  margin: 0px 0px 10px 0px;
}

#footer-top {
  padding: 40px 0px;
  color: #FFFFFF;
  font-size: 14px;
  background: #333333;
}

#footer-top p {
  line-height: 1.6em;
}

#footer-top a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-top a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

#footer-bottom {
  padding: 20px 0px;
  color: #FFFFFF;
  font-size: 14px;
  background: #222222;
}

#footer-bottom .powered-by,
#footer-bottom .powered-by a,
#footer-bottom .powered-by a:hover {
	color: #999999;
}

.clear-floats::after {
  content: "";
  display: block;
  clear: both;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
}

/* Layout Classes */

div.div-outer {
  width: 1140px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
  padding: 0px;
}

/* Button Styles */

a.button,
button.button {
  display: inline-block;
  padding: 15px 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
}

a.button-gray,
button.button-gray {
  color: #FFFFFF;
  background: #2E2626;
}

a.button-gray:hover,
button.button-gray:hover {
  color: #CCCCCC;
}

a.button-white,
button.button-white {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

a.button-white:hover,
button.button-white:hover {
  color: #FFFFFF;
}

a.button-large {
  padding: 25px 50px;
}

a.button-small {
  padding: 10px 20px;
}

a.button-round,
button.button-round {
  border-radius: 4px;
}

/* Column Styles */

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

div.column-heading {
  display: block;
  position: relative;
  border: 1px solid #0054C9;
}

div.column-heading img {
  display: block;
  max-width: 100%;
  height: auto;
}

div.column-heading h2 {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
}

div.column-heading h2 span {
  display: block;
  padding: 10px;
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Table Styles */

table.table-responsive {
  width: 100%;
  border-collapse: collapse;
}

table.table-responsive tr {
  border: 1px solid #CCCCCC;
}

table.table-responsive tr.row-headings {
  border: 1px solid #477199;
}

table.table-responsive th {
  padding: 8px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  background: -webkit-linear-gradient(#0096FE, #0055C9);
  background: -o-linear-gradient(#0096FE, #0055C9);
  background: -moz-linear-gradient(#0096FE, #0055C9);
  background: linear-gradient(#0096FE, #0055C9);
  border-right: 1px solid #0096FE;
}

table.table-responsive td {
  padding: 8px;
  vertical-align: top;
  background-color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
}

table.table-responsive th.align-left,
table.table-responsive td.align-left {
  text-align: left;
}

table.table-responsive th.align-center,
table.table-responsive td.align-center {
  text-align: center;
}

table.table-responsive th.align-right,
table.table-responsive td.align-right {
  text-align: right;
}

table.table-responsive tr:nth-child(odd) td {
  background-color: #FFFFFF;
}

table.table-responsive tr:nth-child(even) td {
  background-color: #F4F4F4;
}

/* Flex Row Styles */

div.flex-row {
  display: flex;
  flex-wrap: nowrap;
}

div.flex-column {
  width: 100%;
  padding: 20px;
  text-align: left;
  box-sizing: border-box;
}

div.flex-column img {
  max-width: 100%;
  height: auto;
}

/* Misc Styles */

.column-box {
  margin: 0px 0px 25px 0px;
  padding: 20px;
  background: #FFFFFF;
}

.column-box-fixed {
  min-height: 380px;
}

.column-box ul.fa-ul {
  margin-left: 45px;
}

.column-box ul.fa-ul li {
  margin: 0px 0px 10px 0px;
}

.column-box ul.fa-ul li > .fa-li {
  color: #CC0000;
  font-size: 21px;
}

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

.fancy-heading {
  margin: 0px;
}

.fancy-heading-light {
  color: #FFFFFF;
}

.fancy-heading span {
  position: relative;
  display: inline-block;
}

.fancy-heading span::after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100px;
  border-width: 0px 0px 6px 0px;
  border-style: solid;
}

.fancy-heading-brown span::after {
  border-color: #974335;
}

.fancy-heading.align-center span::after {
  left: 0;
  right: 0;
  margin: auto;
}

.float-left {
  float: left;
  margin: 0px 35px 15px 0px;
}

.float-right {
  float: right;
  margin: 0px 0px 15px 35px;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.no-margin {
  margin: 0px !important;
}

.margin-small {
  margin: 10px 0px !important;
}

.margin-medium {
  margin: 20px 0px !important;
}

.margin-large {
  margin: 30px 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.padding-small {
  padding: 10px 0px !important;
}

.padding-medium {
  padding: 20px 0px !important;
}

.padding-large {
  padding: 30px 0px !important;
}

.font-small {
  font-size: 14px;
}

.font-medium {
  font-size: 20px;
}

.font-large {
  font-size: 26px;
}

.text-white {
  color: #FFFFFF;
}