/*
 * Globals
 */

 /* Links */
 a,
 a:focus,
 a:hover {
  color: #fff;
}

/*
 * Base structure
 */

html,
body {
    height: 100%;
}
body {
  color: #00314f;
  text-align: center;
  /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}
/*FONTS*/
@font-face {
    font-family: 'gillsansmt';
    src: url('fonts/gillsansmt.eot');
    src: local('gillsansmt'), url('fonts/gillsansmt.woff') format('woff'), url('fonts/gillsansmt.ttf') format('truetype');
}
@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url('fonts/MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'), url('fonts/MYRIADPROREGULAR.woff') format('woff'), url('fonts/MYRIADPROREGULAR.ttf') format('truetype');
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre {
    font-family: "Gill Sans", "gillsansmt", Calibri, sans-serif;
}
li, a{
    font-family: 'MYRIADPROREGULAR' !important;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
a:focus{
    outline: 0;
}
.site-wrapper {
  width: 100%;
  height: 100%; 
  min-height: 100%;
}
.site-wrapper-inner {
  /*display: table-cell;
  vertical-align: top;*/
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px 0;
}
.masthead .inner{
  padding: 0;
}

/*
 * Header
 */
 .masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 5px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  text-transform: uppercase;
  /*font-weight: bold;*/
  color: #00314f; /* IE8 proofing */
  /*color: rgba(255,255,255,.75);*/
  /*border-bottom: 2px solid transparent;*/
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }
    .masthead-nav {
        float: right;
        padding-right: 15px;
    }
}


/*
 * Cover
 */

 .cover {
    padding: 75px 0 0;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

 .mastfoot {
    color: #08314f; 
    /* IE8 proofing */
    text-transform: capitalize;  
    font-size: 12px;
}


/*
 * Affix and center
 */

 @media (min-width: 768px) {
  /* Pull out the header and footer */
  /*.masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
    }*/
    /* Start the vertical centering */
  /*.site-wrapper-inner {
    vertical-align: middle;
    }*/
    /* Handle the widths */
  /*.masthead,
  .mastfoot,
  .cover-container {
    width: 100%; 
    }*/
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 980px;
}
}


/*CUSTOM STYLES*/
li.separator:before{
    color: #fdb813;
    content: "|";
    font-weight: 600;
}
.blue-ribon{
    background-color: #015697;
    padding: 7px 0;
}
.blue-ribon ul{
    position: relative;
    margin: 0;
    padding: 0;
}
.blue-ribon ul li{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.blue-ribon ul li:before{
    display:inline-block;
    width:4px;
    height:4px;
    content:" ";
    background-color: #fff;
    border:1px solid #fff;
    border-radius:4px;
    vertical-align: middle;
    margin-right: 5px;
}
/*REMOVING CIRCLE FROM FIRST ITEM*/
.blue-ribon ul li:first-child:before{
  display:none;
}
.slides{
    margin-bottom: 50px;
}

.lead {
    margin-bottom: 65px;
}

/*OWL STYLES*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00314f !important;
}
.owl-theme .owl-nav [class*=owl-]{
    background-color: rgba(0, 0, 0, 0.1) !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    margin: 3px !important;
    border-radius: 50%  !important;
}
.owl-carousel {
    position: relative;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    margin-top: -10px; 
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}


.modal{
    text-align: left;
}
.modal h2, 
.modal-title{
    font-size: 20px;
    text-transform: uppercase;
}
.modal label{
    font-weight: 300;
}
.modal h3{
    text-transform: uppercase;
    font-size: 18px;
}
.modal p{
    font-size: 16px;
    color: #4e4545;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Roboto",Arial,Helvetica,sans-serif;
}
.modal ul{
  list-style: none;
  padding: 0;
}
.modal-body{
  display: block;
  overflow: hidden;
}
.form-control, .btn{
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.owl-prev, .owl-next {opacity: 0;}
.owl-carousel:hover .owl-prev {opacity: 1 !important;}
.owl-carousel:hover  .owl-next {opacity: 1 !important;}