/* Minification failed. Returning unminified contents.
(315,17): run-time error CSS1036: Expected expression, found ';'
(695,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
body, html{
  font-family: 'Source Sans Pro', arial, sans-serif;
  font-weight: 400;
  font-size:16px;
  color: #232176;
  padding: 25px 0 20px 0;
  webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/** Page Element Styles - Sitewide **/
h1{font-weight: 400; font-size: 30px; padding: 30px 15px; background-color: #edf7fb; margin: 0; margin-bottom: 30px; border-top: 4px solid #ace6ff; }
h2{font-weight: 600; font-size: 26px; margin-top: 0px;}
h3{font-weight: 400; font-size: 22px;}
h4{font-weight: 600; font-size: 18px;}
h5{font-weight: 400; font-size: 16px; color: #656565;}
p{color: #656565}

/** Hyperlink Styles - Sitewide **/
a {color:#232176; cursor:pointer;}
a:link {
  text-decoration:none; 
  -webkit-transition: color .3s; 
  -moz-transition: color .3s; 
  -o-transition: color .3s; 
  -ms-transition: color .3s; 
  transition: color .3s;
}
a:visited {color:#232176; text-decoration:none;}
a:hover {color:#ace6ff; text-decoration:none;}
a:active {color: #ace6ff;text-decoration: none;}

/* ==========================================================================
   OL & UL Style
========================================================================== */

ul.bulleted-list {
  margin: 0;
  padding-left: 15px;
}

ul.bulleted-list li{
  list-style: none;
  margin-bottom:8px;
}

ul.bulleted-list li:before{
  content: "\f054"; 
  font-family: 'FontAwesome'; 
  display: inline-block;
  margin-left: -15px; /*same as padding-left set on li*/
  width: 15px; /*same as padding-left set on li*/
}

.arrow-right-blue{
  background-image: ('../img/arrow-right-blue.png');
  height: 12px;
  width:12px;
}

.lead-home{font-weight: 600; font-size: 22px; line-height: 26px; color: #232176;}
.lead {font-size: 22px; line-height: 26px; color: #232176;}

.svg .logo{
  background: url('../../img/strataero-logo.svg') no-repeat;
  width: 212px;
  margin:14px 0 28px 0;
}

.logo{
  background: url('http://strat-aero.msdev.co/img/strataero-logo.png') no-repeat;
  width: 212px;
  margin:14px 0 28px 0;
}

@media only screen and (max-width:975px){
  .svg .logo, .logo{
    margin:0px 0 0px 0;
  }
}

/* ==========================================================================
   Table Styles
========================================================================== */

table {
  width: 100%; 
  margin: 15px 0;
  border-top: 2px solid #CCC;
}

td, th {
  vertical-align: top;
  padding:10px 0;
}

th {
  font-weight: 600;
}

tr {border-bottom: 1px solid #CCC;}

/** Shaded Tables **/

.shaded-table {
  border-top: 2px solid #CCC;
}

.shaded-table th, .shaded-table td {
  padding: 10px;
}

.shaded-table tr:nth-child(odd) {
  background-color: #f4f4f4;
}

.shaded-table tr td:first-child{
  font-weight: 600; 
  width: 100px;
}

/** Share Price Tables **/

.shaded-table-shareprice{
  border-top: none;
}

.shaded-table-shareprice tr, .shaded-table-detailed-shareprice tr{
  border-bottom: 1px solid #dcf0f8;
}

.shaded-table-shareprice th, .shaded-table-shareprice td, .shaded-table-detailed-shareprice th, .shaded-table-detailed-shareprice td{
  padding: 10px;
  border-top: none !important;
}

.shaded-table-shareprice th{
  border-bottom: 1px solid #222076;
  text-align: right;
}

.shaded-table-shareprice tr:nth-child(even), .shaded-table-detailed-shareprice tr:nth-child(even) {
  background-color: #edf7fb;
}

.shaded-table-shareprice tr td{
  text-align: right;
}

.shaded-table-shareprice tr td:first-child, .shaded-table-shareprice tr th:first-child{
  text-align: left;
}

/** Share Price Tables **/

.shaded-table-detailed-shareprice{
  border-top: 1px solid #dcf0f8;
}

/* ==========================================================================
   Navigation
========================================================================== */

.navbar-collapse{
  padding: 0;
}

.navbar-nav{
  border-top: 4px solid #ace6ff;
}

.nav>li{ 
  width: 100%;
  border-bottom: 1px solid #dcf0f8;
}

.navbar-nav>li>a{
  font-size: 18px;
  color: #222076;
}

.navbar-nav>li>ul{
  padding: 0;
}

.navbar-nav>li>ul>li{
  list-style: none;
  border-top: 1px solid #FFF;
}

.navbar-nav>li>ul>li>a{
  font-size: 16px;
  padding: 15px;
  display: block;
  background-color:#daf3fd;
}

.navbar-nav>li>ul>li>a.active{
  border-left: 4px solid #79cff4;
}

.navbar-nav>li>ul>li>a:hover{
color: #222076;
}

.navbar-nav>li>ul>li>ul{
  padding:0;
}

.navbar-nav>li>ul>li>ul>li{
  list-style: none;
  border-top: 1px solid #fff;
}

.navbar-nav>li>ul>li>ul>li>a{
  padding: 15px;
  display: block;
  background-color: #ace6ff;
}

.navbar-nav>li>ul>li>ul>li>a.active{
  border-left: 4px solid #222076;
}

.navbar-nav>li>ul>li>ul>li>a:hover{
  color: #222076;
}

.navbar-toggle{
  margin-right: 0;
  padding: 10px 13px;
  margin-top:10px;
  margin-bottom: 0;
}

.aero-info-mngr{
  background-color: #222076;
  border-radius: 4px;
  color: #FFF !important;
  font-size: 14px;
  padding: 10px 5px;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.aero-info-mngr:hover{
  background-color: #edf7fb;
  color: #222076 !important;
}


.arrow {
    float: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
}

.active > a > .fa-caret-right:before {
  content: "\f0d7";
}

@media only screen and (max-width:974px){
  .navbar-nav>li>a{
    padding:15px; 
  }

  .navbar-nav>li{
    padding:0 15px; 
  }
}

/* ==========================================================================
   Banner
========================================================================== */

.banner-text-wrap{
  top: 0;
  padding: 40px 60px 40px 48px;
}

.banner-text-wrap h1{
  font-size: 38px;
  font-weight:600;
  color: #FFF;
  background: none;
  margin: 0;
  padding: 0;
  border-top: none;
}

.banner-image{
  background-image:url("http://strat-aero.msdev.co/img/banner-image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 278px;
}

@media only screen and (max-width:767px){
  
  .banner-text-wrap{
    padding: 15px;
  }

  .banner-text-wrap h1{
    font-size: 26px;
    font-weight:;
    color: #FFF;
    background: none;
    margin: 0;
    border-top: none;
  }

  .banner-image{
    height: inherit;
    min-height: 175px;
    /**padding-bottom: 45%;**/
    background-image:url("http://strat-aero.msdev.co/img/banner-image.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
  }

}

/* ==========================================================================
   Banner Links
========================================================================== */

.banner-links{
  padding: 0px;

}

.banner-links a{
  display: block;
}

@media only screen and (min-width:768px){
  .banner-links a{
    padding: 15px;
    display: block;
    height: 100px;
  }
  .banner-links:first-child{
    background-color: #ace6ff;
  }

  .banner-links:first-child + div{
    background-color: #caefff;
  }

  .banner-links:first-child + div + div{
    background-color: #daf3fd;
  }

  .banner-links:first-child + div + div + div{
    background-color: #edf7fb;
  }

  .banner-links a:hover{
    color: #222076;
    border-bottom:4px solid #222076;
    -webkit-transition: border .3s; 
    -moz-transition: border .3s; 
    -o-transition: border .3s; 
    -ms-transition: border .3s; 
    transition: border .3s;
  }

  .banner-links-next{
    color: #FFF;
    background-color: #222076;
    border-right: 15px solid #FFF;
    height: 59px;
    margin-bottom:85px;
  }

  .banner-links-prev {
    color: #FFF;
    background-color: #222076;
    border-left: 15px solid #FFF;
    height: 59px;
  }
}

@media only screen and (max-width:767px){
  .banner-links{
    padding: 0 15px;
  }

  .banner-links a{
    padding: 15px;
  }

  .banner-links:first-child a{
    background-color: #ace6ff;
  }

  .banner-links:first-child + div a{
    background-color: #caefff;
  }

  .banner-links:first-child + div + div a{
    background-color: #daf3fd;
  }

  .banner-links:first-child + div + div + div a{
    background-color: #edf7fb;
    margin-bottom: 30px;
  }

  .banner-links a:hover{
    color: #222076;
  }

  .banner-links-next, .banner-links-prev{
    display: none;
  }
}

.banner-links div:hover{
  border-bottom: 3px solid #222076;
}

/* ==========================================================================
   Latest News Slider
========================================================================== */

.latest-news{
  margin: 30px 0;
  float: left;
  width: 100%;
}

.latest-news-slider-controls{
  background-color: #edf7fb;
  padding: 10px 15px;
  float: left;
}

.latest-news-item{
  float: left;
}

.latest-news-item p{
  color: #232176;
  padding: 0;
  margin: 10px;
  float: left;
  overflow: hidden;
}

.bx-prev, .bx-next{
    display: inline-block;
    margin-left: -15px; /*same as padding-left set on li*/
    width: 15px; /*same as padding-left set on li*/
}

.latest-news-slider-prev, .latest-news-slider-next {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
     padding: 0 4px;
}

/* Desktop & Tablet*/
@media only screen and (min-width:768px){

  .latest-news-slider-controls{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom: 1px solid #ace6ff;
    border-left: 1px solid #ace6ff;
    border-top: 1px solid #ace6ff;
  }

  .latest-news-item{
    width: 565px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 1px solid #ace6ff;
    border-right: 1px solid #ace6ff;
    border-top: 1px solid #ace6ff;
  }

  .latest-news-item p{
    width: 405px;
    height: 22px;
    display: block;
  }

  .latest-news-item span{
    width: 110px;
    float: right;
    margin: 10px;
    display: block;
    width: 110px;
    text-align: right;
    border-left: 1px solid #ace6ff;
  }
}

/* Mobile */
@media only screen and (max-width:767px){
  .latest-news-slider-controls{
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: 1px solid #ace6ff;
    border-right: 1px solid #ace6ff;
    border-left: 1px solid #ace6ff;
  }

  .latest-news-item{
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ace6ff;
  }

  .latest-news-item span{
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ace6ff;
    padding: 10px;
  }
}

/* ==========================================================================
   Share Price
========================================================================== */

.share-price{
  background-color:#edf7fb;
  border-bottom: 4px solid #ace6ff;
  padding: 15px;
}

@media only screen and (max-width:767px){
  .share-price{
    margin-top: 20px;
  }
}

.share-price h2{
  padding-bottom:15px;
  border-bottom: 1px dashed #232176;
  margin-top: 15px;
}

.share-price h3{
  font-size: 18px;
  margin:0;
}

.share-price p{
  font-size: 13px;
  margin: 0;
}

.share-price-value{
  font-size: 40px;
}

.share-price-currency{
  font-size: 27px;
}

ul.share-price-change{
  margin: 10px 0;
  height: 30px;
  padding: 0;
  float: left;
}

.share-price-change li{
  float: left;
  font-size: 18px;
  margin: 0 10px 0 20px;
  padding-left: 5px;
}

li.share-price-up{
  list-style: url('../../img/arrow-up-green.png');
}

/* ==========================================================================
   IR Quick links
========================================================================== */
.ir-quick-links{
  padding: 0;
  margin: 30px 0;
}

.ir-quick-links li{
  border-bottom: 1px solid #ace6ff;
  list-style: none;
}

.ir-quick-links li a {
  background-color: #edf7fb;
  display: inline-block;
  padding: 10px;
  width: 100%;
}

.ir-quick-links li a:after{
  content: "\f054"; /*fontawesome char code inside the ''*/
  font-family: 'FontAwesome'; /* or whatever */
  display: inline-block;
  /*margin-left: -1.2em; /*same as padding-left set on li*/
  /*width: 1.2em; /*same as padding-left set on li*/
  float: right;
}

/* ==========================================================================
   Quote Panel
========================================================================== */

.quote-panel{
  background-color:#edf7fb;
  border-bottom: 4px solid #ace6ff;
  padding: 15px;
}

.quote-panel h4{
  font-size: 18px;
}

/* ==========================================================================
   Link Panel
========================================================================== */

.link-panel{  
}

.link-panel a:hover{
  border-bottom: 4px solid #232176;
  color: #232176;
}

.link-panel a{
  padding: 15px;
  display: block;
  background-color:#edf7fb;
  border-bottom: 4px solid #ace6ff;
  margin: 15px 0;
}

/* ==========================================================================
   Contact Page
========================================================================== */

.address-panel{
  padding: 15px;
  font-size: 14px;
  background-color:#edf7fb;
  border-bottom: 4px solid #ace6ff;
  margin: 0  0 30px 0;
}

.address-panel p{
  color: #232176;
  margin: 0;
}

.address-panel h5{
  color: #232176;
  margin-top: 0;
}

#map-canvas-london, #map-canvas-texas {
  position: relative;
  height: 220px;
}

@media only screen and (max-width:767px){
  #map-canvas-london, #map-canvas-texas {
    position: relative;
    padding-bottom: 50%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
  }
}

/* ==========================================================================
   Geographic Reach
========================================================================== */

.office-panel{}

.office-panel ul{
  margin: 0;
  padding: 0;
}

.office-panel ul li{
  padding: 15px 15px 15px 45px;
  font-size: 14px;
  background-color:#edf7fb;
  border-bottom: 4px solid #ace6ff;
  margin: 0  0 15px 0;
  list-style: none;
}

.svg .office-panel ul li:first-child{
  background: url('../../img/pin-1.svg') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.svg .office-panel ul li:first-child + li{
  background: url('../../img/pin-2.svg') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.svg .office-panel ul li:first-child + li + li{
  background: url('../../img/pin-3.svg') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.svg .office-panel ul li:first-child + li + li + li{
  background: url('../../img/pin-4.svg') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.svg .office-panel ul li:first-child + li + li + li + li{
  background: url('../../img/pin-5.svg') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.svg .office-panel ul li:first-child + li + li + li + li + li{
  background: url('../../img/pin-6.svg') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.svg .office-panel ul li:first-child + li + li + li + li + li + li{
  background: url('../../img/pin-7.svg') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.office-panel ul li:first-child{
  background: url('http://strat-aero.msdev.co/img/pin-1.png') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.office-panel ul li:first-child + li{
  background: url('http://strat-aero.msdev.co/img/pin-2.png') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.office-panel ul li:first-child + li + li{
  background: url('http://strat-aero.msdev.co/img/pin-3.png') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.office-panel ul li:first-child + li + li + li{
  background: url('http://strat-aero.msdev.co/img/pin-4.png') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.office-panel ul li:first-child + li + li + li + li{
  background: url('http://strat-aero.msdev.co/img/pin-5.png') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.office-panel ul li:first-child + li + li + li + li + li{
  background: url('http://strat-aero.msdev.co/img/pin-6.png') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.office-panel ul li:first-child + li + li + li + li + li + li{
  background: url('http://strat-aero.msdev.co/img/pin-7.png') 10px center no-repeat #edf7fb;
  background-size: 22px;
}

.office-panel ul li p{
  color: #232176;
  margin: 0;
}

.office-panel ul li h5{
  color: #232176;
  margin: 0;
}

/* ==========================================================================
   Board Slider
========================================================================== */

.slider-wrap{
  margin-bottom: 30px;
  width: 100%;
  padding: 0;
}

.slider-wrap li{
  list-style: none;
  border-bottom: 1px solid #dcf0f8;
  padding: 5px 0;
}

.slider-wrap li ul{
  margin: 0;
  padding: 0;
}

.slider-wrap li ul li{
  border-bottom: none;
}

.slider-wrap li a:visited, .slider-wrap li a:active {color:#232176;}
.slider-wrap li a:hover {color:#ace6ff;}

.slider-arrow {
    float: right;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    margin-top: 9px;
}

.active > a > .fa-chevron-right:before {
  content: "\f078";
}

/* ==========================================================================
   Affilliates Page
========================================================================== */

ul.logos{
  width:100%;
  float: left;
  padding: 0;
  margin: 0;
}

.row-1 li{
  list-style: none;
  float: left;
  margin:20px 10px;
}

.row-2 li{
  list-style: none;
  float: left;
  margin:20px 10px;
}

.row-3 li{
  list-style: none;
  float: left;
  margin:20px 10px;
}

/* ==========================================================================
   Sticky footer styles
========================================================================== */

html {
  position: relative;
  min-height: 100%;
}

footer {
  position: absolute;
  font-size: 14px;
  bottom: 0;
  width: 100%;
  background-color: #efefef;
}

@media only screen and (min-width:975px){
  body {margin-bottom: 340px;} /* Margin bottom by footer height */
  footer {height: 340px;} /* Set the fixed height of the footer here */
}

@media only screen and (min-width:768px) and (max-width:974px){
  body {padding: 0 0 20px 0; margin-bottom: 355px;} /* Margin bottom by footer height */
  footer {height: 355px;} /* Set the fixed height of the footer here */
}

@media only screen and (max-width:767px){
  footer .site-map{display: none;}
  body {padding: 0 0 20px 0; margin-bottom: 65px;} /* Margin bottom by footer height */
}

footer .site-map{padding: 35px 0;}
footer .copyright {background-color: #e1e1e1; padding:20px 0;}
footer .copyright a {display:inline;}
footer a {display: block; width: 100%; margin: 7px 0;}
footer ul {margin: 0; padding: 0; list-style: none;}
footer ul li {}
footer ul li ul {margin: 0 0 0 20px;}
footer ul li ul li a {font-style: italic;}


.social-icons li{ width: 32px; height: 32px; margin: 7px 0; float: right; display: block;}
.social-icons li a{}

.social-icons li.linkedin {background: url('../../img/social-icons.png') 0 0 no-repeat;}
.social-icons li.linkedin:hover {background: url('../../img/social-icons.png') 0 -32px no-repeat;}
.social-icons li.twitter {background: url('../../img/social-icons.png') -32px 0 no-repeat;}
.social-icons li.twitter:hover {background: url('../../img/social-icons.png') -32px -32px no-repeat;}
.social-icons li.facebook {background: url('../../img/social-icons.png') -64px 0px no-repeat;}
.social-icons li.facebook:hover {background: url('../../img/social-icons.png') -64px -32px no-repeat;}

/* ==========================================================================
   UItoTop jQuery Plugin 1.2
========================================================================== */

.svg #toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:30px;
  right:30px;
  overflow:hidden;
  width:51px;
  height:51px;
  border:none;
  background:url('../../img/top.svg') no-repeat left top;
}

.svg #toTopHover {
  background:url('../../img/top.svg') no-repeat left -51px;
  width:51px;
  height:51px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:30px;
  right:30px;
  overflow:hidden;
  width:51px;
  height:51px;
  border:none;
  background:url('http://strat-aero.msdev.co/img/top.png') no-repeat left top;
}

#toTopHover {
  background:url('http://strat-aero.msdev.co/img/top.png') no-repeat left -51px;
  width:51px;
  height:51px;
  display:block;
  overflow:hidden;
  float:left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline:none;
}

/* ==========================================================================
   Contact Form
========================================================================== */

.form{ 
    max-width: 100%; 
    min-width: 100%; 
    margin: 20px 0; 
    padding: 0px; 
} 

.form label{ 
    display: block; 
} 
.form input[type=radio], input[type=checkbox]{ 
    margin: 10px; 
    width: 13px; 
} 
.form div{ 
    display: block; 
} 
.form input, form textarea, form select{ 
    border: none;
    padding: 10px; 
    width: 100%;
    background-color: #f8f8f8;
} 

.form select{
    background-color: #f8f8f8;
    height: 45px;
}

.form textarea{ 
    height: 115px; 
    width: 100%; 
} 

.form button[type=submit], .form-button input[type=submit]{ 
    width: 100%; 
    background-color: #232176; 
    color: #FFF; 
    border: none;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
} 

.form button[type=submit]:hover, .form-button input[type=submit]:hover{ 
    background-color: #ace6ff; 
    color: #232176; 
} 

.form-button input[type=checkbox]{
  display:block;
  float:left;
  width:inherit;
  margin:4px 0;
}

.form-button label{
  display:initial;
  margin-bottom:0;
}

.field{ 
    margin-bottom: 15px;
    border-bottom: 2px solid #ace6ff; 
} 

.hide {
    display: none;
}