@charset "UTF-8";
/* CSS Document */
body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
}
a, a:link {
  color: #005cd9;
}
h1, h2, h3, h4, p {
  line-height: 140%;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}
h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
p:last-child {
  margin-bottom: 0px;
}
img {
  max-width: 100%;
  height: auto;
}
#logo img {
  max-width: 275px;
  min-width: 200px !important;
  height: auto;
  display: block;
  width: 100%;
  margin: 10px 0px;
}

#top-bar {
  background-color: #eaeaea;
  color: #00336b;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
#top-bar a {
  color: #00336b;
}
#top-bar img {
  width: 24px;
  height: auto;
}
#top-bar form {
  display: inline-block;
}
#top-bar form input {
  display: block;
  margin-left: 15px;
  width: 110px;
  height: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding-left: 30px;
  background-image: url(magnify.png);
  background-position: 10px 5px;
  background-repeat: no-repeat;
  text-align: left;
  color: #000;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;;
}
ul.top-list {
  display: inline-block;
  margin: 0px 10px;
  padding: 0px;
  list-style-type: none;
  height: 24px;
  vertical-align: middle;
}
ul.top-list li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin: 0px 10px;
  height: 24px;
  line-height: 24px;
}

#header-bar {
  background-color: #fff;
}

nav#main {
  margin-top: 42px;
}
nav#main ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
nav#main ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-left: 18px;
}
nav#main ul li:first-child {
  margin-left: 0px;
}
nav#main ul li a {
  color: #00336b;
  font-size: 16px;
  padding: 8px 0px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
nav#main ul li a:hover {
  text-decoration: none;
  color: #c50000;
}
#menu-icon {
  display: hidden;
  width: 40px;
  height: 40px;
  background-color: #00336b;
  background-image: url(menu-toggle.png);
  background-size: cover;
}
a:hover#menu-icon {
  background-color: #c50000;
}

#sliderow{
  border-bottom:2px solid #ffbb03;
  z-index:1;
}
.nivo-nextNav {
  right: 1%;
  background-image: url(right-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.nivo-prevNav {
  left: 1%;
  background-image: url(left-arrow.png);
  width: 30px;
  height: 58px;
  text-indent: -3000px;
  background-size: cover;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}
.nivo-nextNav:hover, .nivo-prevNav:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.nivo-caption{
  background:rgba(0,0,0,.4);
  text-align:center;
  opacity:1;
  top:0px;
  left:0px;
  height:45px;
  width:100%;
  position:absolute;
  margin: 0 !important;
  color: #ffbb03;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=8);
}
.nivo-caption h2 {
  line-height:110%;
  font-size:28px;
  font-weight:800;
}

#home-black {
  background-color: #ebebeb;
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: url(gears.jpg);
  background-size: cover;
}
#home-black img {
  width: 100%;
  height: auto;
  border-bottom: 4px solid #009e92;
}
#home-black h3 {
  color: #002395;
  margin-bottom: 10px;
}
#home-black p {
  color: #000;
}
#home-black p em {
  font-style: italic;
  color: #8c8c8c;
}
#home-black ul li {
    list-style: square outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 8px;
}
#home-six {
  padding-top: 20px;
  padding-bottom: 30px;
}
#home-six .row {
  padding: 20px 0px;
}
#home-six h3 {
  font-size: 15px;
  margin-bottom: 5px;
  padding-top: 15px;
}
#home-six img {
  width: 80px;
  height: auto;
}
h3#feat-1 {
  color: #7c7c7c;
}
h3#feat-2 {
  color: #ff7c4f;
}
h3#feat-3 {
  color: #ffbb03;
}
h3#feat-4 {
  color: #005cd9;
}
h3#feat-5 {
  color: #e4002b;
}
h3#feat-6 {
  color: #487b1c;
}
#home-cta {
  background-color: #002395;
  padding-top: 30px;
  padding-bottom: 30px;
}
#home-cta h3 {
  color: #fff;
  font-size: 28px;
  margin: 8px;
}
#home-cta p {
  color: #fff;
  font-size: 20px;
}
#home-cta a {
  border: 1px solid #fff;
  display: block;
  text-align: center;
  padding: 15px 5px 12px;
  margin-top: 30px;
  color: #fff;
  text-transform: uppercase;
}
#home-cta a:hover {
  background: #fff;
  border: 1px solid white;
  text-decoration: none;
  color: #005cd9;
}
#home-two {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #efefef;
}
#home-two h3 {
  font-weight: 300;
  color: #7c7c7c;
}
#home-two h3 strong {
  color: #c50000;
  font-weight: bold;
}

a.turq-btn {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  text-transform: uppercase;
  background: #005cd9;
  border: 1px solid #005cd9;
  font-size: 14px;
}
a.turq-btn:hover {
  color: #005cd9;
  background: none;
  text-decoration: none;
}

#home-logos {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}
#home-logos img {
  width: 11%;
  margin: 0px 6px;
  height: auto;
}

p.quote {
  color: #7c7c7c;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
}
p.blue-text {
  color: #005cd9;
}

#footer-bar {
  padding-top: 50px;
  padding-bottom: 10px;
  background-color: #5b5b5b;
  color: #fff;
}
#footer-bar h4 {
  color: #fff;
}
#footer-bar p {
  color: #fff;
}
#footer-bar a {
  color: #fff;
}
#footer-social img {
  width: 32px;
  height: auto;
}
#footer-social {
  margin-bottom: 20px;
}
#copyrow {
  padding-top: 50px;
  color: grey;
}
#copyrow a {
  color: grey;
}
#content-bar-one {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 50px;
}
#page-content {
  font-size: 15px;
}
#page-content h2, #page-content h3, #page-content h4, #page-content p, #page-content ul {
  margin: 0px;
  padding: 0px;
  line-height: 140%;
  margin-bottom: 20px;
}
#page-content h2 {
  font-weight: 800;
  color: #00336b;
  font-family: Arial, Helvetica, sans-serif;
}
#page-content h3 {
  font-weight: 800;
  color: #e4002b;
  font-family: Arial, Helvetica, sans-serif;
}
#page-content h4, h5 {
  font-weight: 800;
  color: #7c7c7c;
  font-family: Arial, Helvetica, sans-serif;
}
#page-content ul {
    margin-top: 10px;
}
#page-content ol {
    margin-top: 10px;
}
#page-content ul li {
    list-style: square outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
#page-content ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}

#title-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #002395;
}
#title-bar h1 {
  color: #fff;
  font-weight: 300;
  line-height: normal;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
.widget {
  margin-bottom: 20px;
}
#text-widget {
  padding: 22px;
  background : -moz-linear-gradient(50% 100% 90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  background : -webkit-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(230, 230, 230, 1) ), color-stop(0.9865, rgba(255, 255, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  background : -ms-linear-gradient(90deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#FFFFFF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 98.65%);
  border-style : Solid;
  border-color : #E5E5E5;
  border-color : rgba(229, 229, 229, 1);
  border-width : 1px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E6E6E6', GradientType=0);
}
.widget h3 {
  margin: 0px;
  margin-bottom: 10px;
  line-height: 140%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #002395;
  font-family: Arial, Helvetica, sans-serif;
}
.widget p {
  margin: 0px;
  margin-bottom: 20px;
  line-height: 140%;
}

/**** cymCMS specific ****/
.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

#gallery-masonry {
    margin: 0 auto;
    width: auto;
}
#gallery-masonry div.item {
    display: block;
    width: 160px;
    float: left;
    background-color: #eee;
    padding: 4px 4px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
    opacity: 1;
    -moz-transition: opacity 0.3s ease-in-out;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

img.scale {
  width:100% !important;
}

.cymProdCaption {
  padding: 3px;
  font-size: 11px;
  color: #0160aa;
}
.cymDisplayTitle { display: none; }
.cymBody { padding: 8px; line-height: 130%; }
.cymBody ul {
    margin-top: 10px;
}
.cymBody ol {
    margin-top: 10px;
}
.cymBody ul li {
    list-style: square outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.cymBody ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 125%;
    padding-bottom: 6px;
}
.cymBody strong,b { font-weight: bold; }
.cymBody em,i { font-style: italic; }
.cymArticleBody { padding-top:6px; }
.cymBody .cymHeader, .cymSectHeader, .cymArticleHeader, .cymTitle, .cymGalleryHeader, span.cymHeader {
  line-height: 120%;
  font-size:18px;
  font-weight: normal;
}
.cymCalcTable td {
  padding: 3px;
}
.cymBody h4 {
  margin-top: 8px;
  margin-bottom: 10px;
}

.cymGallery { padding: 8px; line-height: 130%; }
.cymGallery ul li {
    list-style: disc outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}
.cymGallery ol li {
    list-style: decimal outside none;
    margin-left: 20px;
    line-height: 120%;
    padding-bottom: 4px;
}

.cymGallery strong,b { font-weight: bold; }
.cymGallery em,i { font-style: italic; }

ul.cymSiteMap { list-style: disc outside none; margin-left: 10px; }
ul.cymSiteMap ul li { line-height: 100%; }
ul.cymSiteMap ul.cymSiteMap { list-style: disc outside none; margin-left: 20px; }
ul.cymSiteMap ul.cymSiteMap ul li { line-height: 100%; }

hr { border: 0; height: 0; border-top: 1px solid rgba(0,0,0,0.4); border-bottom: 1px solid rgba(255,255,255,0.3); }
hr.grad { border: 0; height: 0; border-top: 1px solid rgba(0,0,0,0.2); border-bottom: 1px solid rgba(255,255,255,0.3); }

.date {
  color: #7c7c7c;
  font-style: italic;
}

.sidenav, .sidenav_static {
  color: #cc0000;
  list-style-type:square;
  font-size:14px;
  margin-left: 16px;
  line-height: 125%;
  margin-bottom:8px;
}
.sidenav_child_static {
  font-weight: bold;
  margin-left:18px;
}
.sidenav a {
  color: #27345e;
  text-decoration:none;
  font-size:15px;
}
.sidenav a:hover {
  text-decoration:underline;
  font-size:15px;
}
.sidenav_child {
  margin-left:12px;
  margin-bottom: 9px;
  list-style: square outside none;
}
.sidenav_child a {
  color: #4d4d4d;
  text-decoration:none;
}
.sidenav_child a:hover {
  text-decoration:underline;
}
.sidenav_static span {
  color: #27345e;
  font-weight: bold;
}
.sidenav_child_static span {
  color: #27345e;
  font-weight: bold;
}

.cymFormTable { width: 99%; }
.cymFormTable .fText { width: 85%; }
.cymFormTable .fTextArea { width: 85%; }
.cymFormTable .fSelect { width: 88%; }
.cymFormBody { padding: 10px 0px 0px 2px }
.cymLabel { color: #555555; }
.cymLabelRequired { color: #555555; }
.cymHelp { color: #777777; font-style: italic; }

.form_gallery {
  margin: 0 auto;
  width: auto;
}
.form_gallery .item {
  display: block;
  width: 160px;
  float: left;
  background-color: #eee;
  padding: 4px 4px;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
}

.topmar8  { margin-top:8px; }
.topmar10 { margin-top:10px; }
.topmar12 { margin-top:12px; }
.topmar16 { margin-top:16px; }
.topmar24 { margin-top:24px; }

img.scale {
  width:100% !important;
}
img.xl {
  width: 99% !important;
  height: auto;
}

/* Flip boxes */
.card-grid {
  width:250px;
  height:250px;
  margin: 12px;
  display: inline-block;
}
.card-grid .front, .card-grid .back {
  text-align: center;
  padding: 6px;
}
.card-txt {
  margin-top: 0;
  padding-top: 0;
  color: #777;
  font-weight: 500;
}
.card-img {
  display: block;
  padding: 8px;
  line-height: 8px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom:15px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container iframe {
    padding-top:30px;
    padding-left:0;
}
.vm-video-container iframe {
    padding: 2px;
    background-color: #bbbbbb;
}


/************************/
/* Mobile */
/************************/

@media (max-width: 1199px) {
nav#main ul li {
  margin-left: 20px;
}
#home-logos img {
  width: 10%;
}

@media (max-width: 991px) {
#top-bar .text-right {
 text-align:center;
}
#logo {
 margin:0 auto;
}
nav#main ul {
 text-align: center;
}
nav#main ul li {
 margin-left: 9px;
 margin-right: 9px;
}
nav#main ul li a {
 font-size: 13px;
}
#logo img {
 margin:0 auto;
 margin-bottom: 20px;
 margin-top:20px;
}
#footer-bar, #footer-bar .text-right {
 text-align: center;
}
#home-logos img {
 width: 20%;
 margin: 0px 15px;
}
p:last-child{
  margin-bottom:20px;
}
#home-six .row {
  padding: 0px 0px;
}
}

@media (max-width: 767px) {
nav#main {
 margin: 0 auto;
 float: none;
 margin-top: 0px;
}
#menu-icon {
 display: block;
 margin: 0 auto;
 margin-bottom: 10px;
 margin-top: 10px;
}
nav#main ul, nav#main:active ul {
 display: none;
 position: relative;
 padding: 20px;
 background: #fff;
 border: none;
 margin: 0 auto;
 width: 100%;
 border-radius: 4px 0 4px 4px;
 margin-bottom: 10px;
 border: 1px solid #D0D0D0
}
nav#main ul li {
 text-align: center;
 width: 100%;
 padding: 10px 0;
 margin: 0;
 margin-left: 0px;
 display: block;
}
nav#main ul li a {
 padding: 0px;
 width: 100%;
 font-size: 18px;
}
nav#main ul li a:hover {
 color: #c50000
}
nav#main:hover ul {
 display: block;
}
.top-list li {
 font-size: 11px;
}
#home-logos img {
 width: 40%;
}
.nivo-caption {
  height:28px;
}
.nivo-caption h2 {
  font-size:18px;
}
}

@media (max-width: 610px) {
#top-bar form {
 display: block;
 margin:0 auto;
 margin-top:10px;
}
#top-bar form input {
 display: block;
 margin:0 auto;
 margin-bottom:4px;
}
.top-list {
 padding-top:5px !important;
}
}
