/*--- mainstream ---*/

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica Neue-medium-webfont.eot');
    src: url('../fonts/Helvetica Neue-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helvetica Neue-medium-webfont.woff2') format('woff2'),
         url('../fonts/Helvetica Neue-medium-webfont.woff') format('woff'),
         url('../fonts/Helvetica Neue-medium-webfont.ttf') format('truetype'),
         url('../fonts/Helvetica Neue-medium-webfont.svg#Helvetica Neuemedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/Helvetica NeueBOLD.eot');
    src: url('../fonts/Helvetica NeueBOLD.eot') format('embedded-opentype'),
         url('../fonts/Helvetica NeueBOLD.woff2') format('woff2'),
         url('../fonts/Helvetica NeueBOLD.woff') format('woff'),
         url('../fonts/Helvetica NeueBOLD.ttf') format('truetype'),
         url('../fonts/Helvetica NeueBOLD.svg#Helvetica NeueBOLD') format('svg');
         font-weight: bold;
    font-style: normal;
}


/* ==========================================================================
   Global Styles
   ========================================================================== */

   h1, h2, h3, h4, h5, h6 {
    margin: 0px 0 15px 0;
    font-weight: 400;
   
   color: #CB1B1F;
    text-transform: none;
   }	

   p{
    font: 400 16px/28px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #eee;
   }
   p.ContactUs{
    font: 400 16px/32px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #eee;
   }
   .submit-confirm p{
	   color: #000 !important;
   }

   .uk-link, a, a:visited{
      color: #CB1B1F;
   }
   .uk-button-large{
    background: #222;
    color: #fff;
    font-family: 'Helvetica Neue', sans-serif;
    border: none;
   }
   .uk-button-large:hover{
    color: #348ecd;
    background: #111;
    font-family: 'Helvetica Neue', sans-serif;
    cursor: pointer;
   }
   .uk-dotnav-contrast>.uk-active>* {
    background: rgb(0, 37, 70);
}
.bgcolorpage{
background-color: #111;
    box-sizing: border-box;
    padding: 20px;
}
#dnn_ctas1{
  background-color: #111;
   padding-top: 35px;
    padding-bottom: 35px;
}

#dnn_ctas1 h2{
      text-align: center;
    background-color: #002546;
    padding: 20px;
}
#dnn_ctas2{
  background-color: #111;
  padding-top: 35px;
    padding-bottom: 35px;
}
#dnn_ctas2 h2{
     text-align: center;
    background-color: #002546;
    padding: 20px;
   }
ul li{
  font: 400 16px/26px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #eee;
}
/* ==========================================================================
   Header
   ========================================================================== */
   header{
    background: transparent;
   }
body {
    margin: 0;
       background: url(/portals/0/background.jpg) no-repeat center center fixed #015AD2;
    /* background-color: rgba(0, 0, 158, 0.63); */
   
    background-size: cover;
    /* background-position: initial; */
}
blockquote {
    padding-left: 15px;
    border-left: 5px solid #C61A1D;
    font-size: 16px;
    line-height: 32px;
    font-style: italic;
        color: #A9A9A9;
}
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #ccc;
    font-style: italic;
}
#welcomeText{
    background-color: #111;
    box-sizing: border-box;
    padding: 20px;
    
}
   .uk-navbar{
      background:#111;
    z-index: 3;
      z-index: 3;
   }
   .uk-navbar-brand{
    height: 35px;
    display: none;
    visibility: hidden;
   }
   .navTable{
    display: table;
    margin:0 auto;
   }
   .uk-active .uk-navbar-brand{
    display: none;
    visibility: visible;
   }
   .uk-navbar-nav>li>a,
   .uk-nav-offcanvas>li>a {
       display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    font-size: 24px;
   
   }
   .uk-navbar-nav>li>a:hover,
   .uk-navbar-nav>li>a:focus,
   .uk-navbar-nav>li.uk-open>a,
   .uk-navbar-nav>li.uk-active>a,
    html .uk-nav.uk-nav-offcanvas>li.uk-active>a{
      color: #F2F2F2;
    background-color: #CB1B1F;
    }
    .uk-dropdown{
    padding: 15px;
    background-color: #002546;
    color: #444;
    font-size: 1rem;
    vertical-align: top;
    margin-top: 0px
    }
    .uk-nav>li>a{
      color: #fff;
      
    }
    .uk-nav>li>a:hover,
    .uk-nav>li.uk-active>a{
      background: #348ecd;
      
    }


    .logoMobile.uk-navbar-center{
      max-width: 80%;
    }
    .headerContact h2  {
    color: #fff;
    font-size: 40px;
}
    .headerContact{padding-left: 0;padding-bottom: 20px;}
    .headerContact h2 a{
     
      color: #fff;
    }
    .headerContact h2 a:hover{
      text-decoration: none;
    }
em {
    color: #fff;
    font-style: normal;
}



.box h2{
    border: 3px #002546 solid;
    padding: 10px;
    text-align:center;
}
/* ==========================================================================
   Global Page Styles
   ========================================================================== */

	

/* ==========================================================================
   Footer
   ========================================================================== */

      footer {
    background: #111;
    padding-top: 40px;
    text-align: center;
    position: relative;
}

#footer:before {
    height: 12.5vw;
    background: #000000;
    width: 10%;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
}

#footer:after {
    height: 25.5vw;
    background: #eeeeee;
    width: 200%;
    right: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-19.7deg);
    transform: rotate(-19.7deg);
}
   
 
#dnn_bannerPane:before {
    content: '';
    background: url("../img/footer.png") center bottom;
    background-size: cover;
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 100px;
    width: 100%;
}

.copysp{
  color:#fff;
}
.designsp{color:#fff;}
.loginsp{color:#fff;}
.loginsp a{color:#fff;}

.designsp a{color:#fff;}

/* ==========================================================================
   Home Page Styles
   ========================================================================== */
    .uk-slideshow h3{
      font-family: 'Helvetica Neue', sans-serif;
      font-size: 30px;
    }
    .uk-slideshow p{
      font-size: 16px;
    }
    .uk-slideshow a.uk-button-primary{
      background: #348ecd;
      font-family: 'Helvetica Neue', sans-serif;
      z-index: 2;
      color: #fff;
    }
    .uk-icon-chevron-down.uk-icon-large.uk-margin-large-top{
      margin-bottom: 25px !important
    }
    a.slideshowChevDown:hover{
      color: #fff;
     }
     a.slideshowChevDown:focus{
      color: #348ecd;
     }

/* 
   Call to Action
   ========================================================================== */
   .cta-dig h4 a{
    font-size: 1.5em;
    text-align: center;
    background: #348ecd;
    color: #fff;
    display: block;
    padding: 20px 0; 
    transition: all ease 0.5s;
   }
   .cta-dig h4 a:hover{
    font-size: 1.5em;
    text-align: center;
    color: #348ecd;
    background: #111;
    display: block;
    padding: 20px 0;
    text-decoration: none; 
   }
   	


/* 
   Slider
   ========================================================================== */
   .uk-slidenav-position{
    z-index: 1;
   }
   	


/* ==========================================================================
   Body Page Styles
   ========================================================================== */
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #ccc;
    font-style: italic;
}
   	

/* ==========================================================================
   Contact Form Styles
   ========================================================================== */

   	.bstrap30 .form-horizontal .control-label {
    text-align: right;
    color:#fff;
    font-size: 16px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.bstrap30 .btn-info {
    color: #fff;
    background-color: #CB1B1F;
    border-color: #CB1B1F;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */
.DNNEmptyPane {
  display: none;
  visibility: hidden;
}
@media(max-width: 480px){
  .headerContact h2 {
    color: #fff;
    font-size: 26px;
  }

      .uk-slideshow {
          position: relative;
          z-index: 0;
          width: 100%;
          margin: 0;
          padding: 0;
          list-style: none;
          overflow: hidden;
          touch-action: pan-y;
          display: none;
      }

      #dnn_bannerPane{
        display:none;
      }
      .uk-navbar {
          background: #DE1E23;
          z-index: 3;
          z-index: 3;
      }
      .uk-navbar-toggle {
          font-size: 18px;
          color: #FFF;
          text-decoration: none;
      }
}

.uk-navbar-toggle {
          font-size: 35pt;
          color: #FFF;
          text-decoration: none;
}

.dg_line_height{
  line-height: 20px;
  font-size: 11pt;
}

.dg_line_fix, .dg_line_height_parent p, .dg_line_height_parent li{
  line-height: 20px;
  font-size: 11pt;
}

.headerContact h2 {
  font-size: 15pt;
}