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

h1 {
  color: #2F71D1;
  font-size: 38px;
}

h2 {
  color: #444444;
  font-size: 32px;
  font-weight: 400;
}

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

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

h5 {
}

h6 {
}

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

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

#wrapper {
  background: #FFFFFF;
}

#container {
}

#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;
}

#header-right-top {
  padding: 10px 0px 0px 0px;
  text-align: right;
}

#phone-number,
#social-media-top {
  display: inline-block;
  vertical-align: middle;
}

#phone-number {
	margin: 0px 15px 0px 0px;
  color: #005751;
}

#social-media-top {
}

.social-media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 5px 0px 0px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background: #024F93;
  border-radius: 50%;
}

.social-media a i.fa {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#header-right-bottom {
}

#navigation {
}

#content {
}

#content-outer {
}

#content-inner {
}

#content {
}

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

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

#footer {
  padding: 40px 0px;
  background: -webkit-linear-gradient(#034A8B, #0D213D);
  background: -o-linear-gradient(#034A8B, #0D213D);
  background: -moz-linear-gradient(#034A8B, #0D213D);
  background: linear-gradient(#034A8B, #0D213D);
}

#footer-outer {
}

#footer-inner {
}

#footer p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
}

#footer a {
  color: #FFFFFF;
}

#footer a:hover {
  color: #FFFFFF;
}

#footer p.powered-by,
#footer p.powered-by a {
  color: #CCCCCC;
}

#footer-top {
  padding: 50px 0px;
  border-bottom: 1px solid #CCCCCC;
}

#footer-bottom {
  padding: 0px 0px 50px 0px;
}

#footer-bottom-left {
}

#footer-bottom-left img {
  height: 50px;
  margin: 0px 5px;
  padding: 5px;
  background: #FFFFFF;
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Layout Classes */

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

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

/* Button Styles */

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

a.button-blue,
button.button-blue {
  color: #FFFFFF;
  background: #024F93;
}

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

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

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

a.button-teal,
button.button-teal {
  color: #FFFFFF;
  background: #005751;
}

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

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

/* Column Styles */

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;
}

/* Misc Styles */

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

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

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

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

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

.fancy-heading {
  margin: 0px;
}

.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-blue span::after {
  border-color: #003366;
}

.fancy-heading-teal span::after {
  border-color: #00B5A8;
}

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

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

img.img-box {
  padding: 2px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

/* Misc Styles */

.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;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

.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;
}

.text-teal {
  color: #00B5A8;
}