/* Background pattern from subtlepatterns.com */
/* ==========================================================================
   Global Styles
   ========================================================================== */

   h1 {
    margin: 0 0 20px 0;
    text-transform: none;
    font-family: 'Maven Pro', sans-serif;
    color: #000080;
   }	
   h2{
    margin: 0 0 10px 0;
    font-family: 'Maven Pro', sans-serif;
    color: #000080;
   }
   h3{
    margin: 0 0 15px 0;
    font-family: 'Maven Pro', sans-serif;

   }
   h5{
    margin: 0;
   }

   h4{
    border-bottom: 5px solid #ff7f00;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    border-top: 5px solid #000080;
    color: #222;
    text-align: center;
    padding: 5px 0;
    font-family: 'Maven Pro', sans-serif;
   }

   p{
    font:400 15px/20px 'Lato', Helvetica,Arial,sans-serif;
    color: #292728;
   }
   UL LI{
    font:400 15px/20px 'Lato', Helvetica,Arial,sans-serif;
   }

   .uk-link, a, a:visited{
    color: #ff7f00;
   }
   a:hover{
    color: #222222;
   }

    a.uk-button-large {
    color: #ffffff;
    background: #000080;
    margin-left: 50px;
    font-family: 'Maven Pro', sans-serif;
    color: #ff7f00;
    font-size: 14px;
   }
em {
    color: #fff;
}

 
/* ==========================================================================
   Header
   ========================================================================== */
   header{
    background: rgb(0,0,178);
    background: -moz-linear-gradient(top, rgba(0,0,178,1) 0%, rgba(0,0,128,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,178,1) 0%,rgba(0,0,128,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,178,1) 0%,rgba(0,0,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000b2', endColorstr='#000080',GradientType=0 );
   }
    @media (max-width: 767px){
        header .uk-grid{
          margin-left: 0;
        }
        .headerContact h2 a{
          background: none !important;
          border: 0 !important;
        }
        .uk-navbar{
          background: #fff !important;
        }
    }
    @media (min-width: 768px) and (max-width: 960px){
      .logo img {
    max-width: 400px !important;
    }
    }

    .logo img{
    max-width: 500px;
    position: absolute;
    margin-top: 15px;
    }

   .uk-navbar-nav>li>a {
    text-transform: uppercase;
    font-family: 'Maven Pro', sans-serif;
    transition: background 0.5s ease;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    height: 55px;
    line-height: 50px;
   }

   .uk-nav-offcanvas>li>a {
    text-transform: uppercase;
    font-family: 'Maven Pro', sans-serif;
    transition: background 0.5s ease;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5pt;
   }

   .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
    background-color: transparent;
    color: #ff7f00;
  }

   .uk-nav-offcanvas>li>a:hover, a .uk-link {
    background-color: #fff;
    color: #222222;
   }

   .uk-navbar-nav>li>a:hover {
    background-color: transparent;
   }


   .uk-navbar-nav>li.uk-active>a,
    html .uk-nav.uk-nav-offcanvas>li.uk-active>a{
    background-color: transparent;
    color: #ff7f00;
    }



    .uk-dropdown{
    }
    .uk-nav>li>a{

    }
    html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
    background-color: #ffffff;
    color: #020202;
    }
    .uk-nav-offcanvas>.uk-open>a, html:not(.uk-touch) 
    .uk-nav-offcanvas>li>a:hover, html:not(.uk-touch) 
     {
    background: #fff;
    color: #ff7f00;
    }

    .uk-navbar {
    background: transparent;
    border-bottom: 3px solid #f36700;
    }

    .nav_bg {
      background-color: transparent;
    }

  .uk-offcanvas {
    background: rgba(254, 254, 254, 0.41);
  }

  .uk-offcanvas-bar{
background: #222222; 
  }

  .uk-navbar-toggle{
    color: #222222;
    font-size: 20pt;
    font-family: 'Maven Pro', sans-serif;

  }
  .uk-navbar-toggle:hover, .uk-navbar-toggle:focus{
    color: #222222;
    text-decoration: none;
  }

    .logoMobile{
      max-width: 100%;
      padding: 0;
    }
    .headerContact{
      padding-left: 0;
      margin-top: 5px;
    }
    .headerContact h2{
        font-size: 25px;
    }

    @media (max-width: 767px){
      .headerContact{
        display: block;
        margin-bottom: 15px; 

      }
        .headerContact h2{
          margin-top: 0px;
          line-height: 1em;
          font-size: 30px;
        }
    }
    .headerContact h2 a{
    color: #ffffff;
    font-weight: 400;
    transition: color 0.2s ease;
    font-size: 18pt;
    text-transform: none;
    padding: 11px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid #ff7f00;
    border-left: 1px solid #ff7f00;
    border-right: 1px solid #ff7f00;
    background: rgb(255,127,0);
    background: -moz-linear-gradient(top, rgba(255,127,0,1) 0%, rgba(229,76,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,127,0,1) 0%,rgba(229,76,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,127,0,1) 0%,rgba(229,76,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#e54c00',GradientType=0 );
    }
    .headerContact h2 a:hover{
      color: #000;
      border-bottom: 1px solid #000;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
    }
    .headerContact h2.uk-hidden-small{
    }
    .headerContact p{
      color: #fff;
    }

/* ==========================================================================
   Global Page Styles
   ========================================================================== */

	 .uk-button-primary{
    text-transform: uppercase;
    font-family: 'Maven Pro', sans-serif;

   }

   .uk-overlay-background {
    background: rgba(41,39,40,.5);
    }
/* ==========================================================================
   Footer
   ========================================================================== */
   footer{
    color: #fff;
    border-top: 5px solid #ff7f00;
    background: rgb(0,14,27);
    background: -moz-linear-gradient(top, rgba(0,14,27,1) 0%, rgba(85,85,85,1) 10%, rgba(0,14,27,1) 20%, rgba(0,14,27,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,14,27,1) 0%,rgba(85,85,85,1) 10%,rgba(0,14,27,1) 20%,rgba(0,14,27,1) 100%);
    background: linear-gradient(to bottom, rgba(0,14,27,1) 0%,rgba(85,85,85,1) 10%,rgba(0,14,27,1) 20%,rgba(0,14,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e1b', endColorstr='#000e1b',GradientType=0 );
    padding-top: 40px;
    padding-bottom: 20px;
    }
   footer h2{
    color: #fff;
    border-bottom: 1px solid #ff7f00;
   }

   footer p{
    color: #fff;
   }
   footer a{
    color: #ff7f00;
   }

   footer a:hover{
    color: #fff;
   }
   footer span{
    color: #fff;
   }

   @media (max-width: 767px){
    #dnn_footerLeftOuterPane, #dnn_footerLeftPane{
      text-align: center;
    }
    #dnn_footerCenterPane img{
      width: auto !important;
      max-height: 133px !important;
      height: 133px !important;
    }
    .banner{
      background: none !important; 
      border: 0 !important;
      margin-top: 10px !important;
    }
   }

   .fcp {
    margin-top: 10px;
    text-align: center;
   }


/* ==========================================================================
   Home Page Styles
   ========================================================================== */
    .slideshow{

    }
    .uk-slideshow h3{
    font-size: 40px;
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
    line-height: 1em;
    color: #0000ae;
    font-weight: 900;
    }

    @media (min-width: 960px) and (max-width: 1199px){
      .uk-slideshow h3{
        font-size: 23px;
      }
      .uk-slideshow p{
        font-size: 10px !important;
      }
    }

    @media (min-width: 768px) and (max-width: 959px){
      .uk-slideshow h3{
        font-size: 15px;
        margin-left: 50px;
        margin-top: 20px;
      }
    }

    @media (min-width: 481px) and (max-width: 767px){

    button#dnn437SendNow {
      margin-left: 0px;
    }

    .uk-button-large{
      margin-left: 20px;

    }
    .uk-slideshow h3 {
      font-size: 18px;
      margin-left: -5px;
      margin-top: 100px;
    }

  }

    @media (max-width: 480px){
      .uk-slideshow h3 {
        font-size: 10px;
        margin-left: -5px;
        margin-top: 100px;
        }
    }

    @media (max-width: 959px){
      .uk-slideshow p{
        display: none !important;
      }
      a.uk-button-large{
        display:none;
      }
    }
   

    .uk-slideshow p{
    font-size: 16px;
    margin-left: 50px;
    font-weight: 900;
    color: #0505ae;
    }


    .uk-slideshow a.uk-button-primary{

    }

    .uk-button:hover, .uk-button:focus {
    background-color: #fff;
    color: #000;
    outline: none;
    text-decoration: none;
}

.slideshow h1{
  color: #fff; 
  text-align: center;
}
.border{
  padding-top: 40px;
  padding-bottom:40px;
}
.border1{
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.09) 1%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.9) 90%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.09) 1%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.09) 1%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.9) 90%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
  /* Call to Action
   ========================================================================== */

#cta{
    background: rgb(0,0,178);
    background: -moz-linear-gradient(top, rgba(0,0,178,1) 0%, rgba(0,0,128,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,178,1) 0%,rgba(0,0,128,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,178,1) 0%,rgba(0,0,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000b2', endColorstr='#000080',GradientType=0 );
    border-top: 3px solid #f36700;
    border-bottom: 3px solid #f36700;
}
.banner{
      border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 1px solid #ff7f00;
    border-left: 1px solid #ff7f00;
    border-right: 1px solid #ff7f00;
    background: rgb(255,127,0);
    background: -moz-linear-gradient(top, rgba(255,127,0,1) 0%, rgba(229,76,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,127,0,1) 0%,rgba(229,76,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,127,0,1) 0%,rgba(229,76,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#e54c00',GradientType=0 );
    padding: 20px;
    margin-top: -43px;
    text-align: center;
  }
 
   h5 {
    margin-top: 15px;
    color: #fff;
    text-align: center;
    font-family: 'maven pro';
    font-weight: 900;
    font-size: 17px;
   }
   .cta-dig p{
    font-size: 1.5em;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #fff;
   }
   .cta-dig{
    box-shadow: 2px 2px 17px 1px #000;
    color: #fff;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #000080;
   }
}
/*
   Slider
   ========================================================================== */
   .uk-slidenav-position{
    
   }
   	


/* ==========================================================================
   Body Page Styles
   ========================================================================== */
   blockquote{
    background: #000080;
    color: #fff;
    padding: 15px;
    border-left: 5px solid #ff7f00;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
   }

   .uk-thumbnail{
    padding:0px;
    border: 2px solid #000080;
   }



/*---------------------Contact form Styles-----------------*/

    .control-label {
    color: #000080;
    font-size: 11pt;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    }

    .uk-form select, .uk-form textarea, .uk-form input[type="text"] {
    background: #eee;
    color: #000;
    border: 1px #222 solid;
    padding: 10px;
    margin: 5px 0 5px 0;
    }

    .uk-form textarea:focus, .uk-form input[type="text"]:focus {
    background:#fff;
    color: #000;
    border: 1px #ff7f00 solid;
    }

     /*---------------------Send Now Button---------------------*/
    .uk-button-primary {
    background-color: #ff7f00;
    color: #222;
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    margin-left: 0px;
    }
    .uk-button-primary:hover {
      background: #222;
      color: #ff7f00;
      font-family: 'Maven Pro', sans-serif;
      text-transform: uppercase;
    }

   	


/* ==========================================================================
   Gallery Styles
   ========================================================================== */
    .eds_GravityGallery_Graviton .edsgg_galleryDetails li.edsgg_MediaRatingContainer {
      display:none;
    }
    .eds_GravityGallery_Graviton .edsgg_thumbnailContainer .edsgg_likes, .eds_GravityGallery_Graviton .edsgg_media .edsgg_likes {
      display: none;
    }
    .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer .edsgg_image_thumbnail{
      background-color: #000080;
      border:none;
    }
    .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper{
      border: none;
      box-shadow: none;
    }
    .eds_GravityGallery_Graviton .edsgg_titleAuthorAndDate .edsgg_authorAndDate{
      display: none;
    }
    .eds_GravityGallery_Graviton .edsgg_MediaRating .edsgg__mediaRatingAction{
      display: none;
    }
    .eds_GravityGallery_Graviton .edsgg__itemCommentsWrapper .edsgg__commentsCommentFormWrapper{
      display: none;
    }
    .eds_GravityGallery_Graviton .edsgg_mainTitle{
      display: none;
    }
    .eds_GravityGallery_Graviton .edsgg_media .edsgg_embedMediaDataWrapper{
      border: none;
      background-color: #000080;
    }
    .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper:before{
      display: none;
    }
    .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer .edsgg_title{
      text-align: center;
    }