/* Scss Document */
/*variables*/
/* 320*/
/*768px*/
/*1024px;*/
/*==================== 
font styles using target pixel size divided by default 24 / 16 is 1.5 so 1.5em  = 24px, 1.125em = 18, 1 = 16px, 0.875em = 14px, 0.75em = 12px, 0.625 = 10px 0.3125em = 5px
======================*/
/* 14px*/
/* 16px*/
/*variables padding-margins*/
/* colour */
.white {
  color: #fff; }
.whiteBack {
  background-color: #fff; }
.opacity {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* For IE8 and earlier */ }
.noOpacity {
  opacity: 1;
  filter: alpha(opacity=1);
  /* For IE8 and earlier */ }
.colour-1 {
  background-color: #e5e5e5; }
.colour-2 {
  background-color: #aaaaaa; }
.colour-3 {
  background-color: #f6f6f6; }
.colour-4 {
  background-color: #253066; }
.colour-5 {
  background-color: #68bfec; }
.colour-6 {
  background-color: #d0e1ea; }
/*shared*/
hr {
  border-top: 1px dashed #fff;
  padding: 10px 0;
  /*padding: $xlrg-padding-tb;*/ }
.bold {
  font-weight: bold; }
.noMargin {
  margin: 0; }
/*images*/
figure.imageFullWidth, .imageFullWidth img,
.imageFullWidth {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  padding-bottom: 10px; }
figure.imageThirdWidthLeft,
.imageThirdWidthLeft {
  width: 100%;
  padding-bottom: 10px; }
.imageThirdWidthLeft img {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 10px; }
figure.imageThirdWidthRight,
.imageThirdWidthRight {
  width: 100%;
  padding-bottom: 10px; }

.imageThirdWidthRight img {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 10px; }

.third, .two-third, .half, .fullWidth {
  width: 100%;
  padding-bottom: 10px; }

.float-right {
  float: right;
  padding-left: 10px; }

.float-left {
  float: right;
  padding-right: 10px; }

/*video*/
.videoContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; }

/*tables*/
.tableContainer {
  position: relative;
  width: 100%;
  overflow: auto; }

/*general styles for tables*/
table {
  border-right: 0;
  border-left: 0;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%; }
  table td {
    border: 1px solid #dce6f0;
    vertical-align: top; }
  table tr:nth-child(even) {
    background-color: #fffcbf; }
  table tr:nth-child(odd) {
    background-color: #fff; }
  table tbody tr:hover, table tbody tr:hover p, table tbody tr:hover li {
    background-color: #222;
    color: #fff; }
  table tbody tr:hover a {
    color: #dac27c;
    background-color: #222; }
  table th {
    background-color: #dce6f0;
    color: #000;
    padding: 5px;
    text-align: left;
    vertical-align: bottom; }
  table tfoot tr td {
    background-color: #dce6f0; }
  table tfoot tr {
    display: none; }
  table td {
    padding: 5px;
    font-size: 0.875em; }
  table td span {
    font-size: 0.875em; }
  table .noTrStrips tr:nth-child(even) {
    background-color: #fff; }
  table caption {
    background-color: #fff;
    color: #222;
    font-size: 1em;
    font-weight: bold;
    text-align: center; }

/*forms*/
.umbraco-forms-form {
  padding: 0; }

/*fonts links*/
a:link, a:visited {
  color: #fff;
  text-decoration: underline; }

a:hover, a:active {
  color: #d0e1ea;
  text-decoration: none; }
.list-group-item {
  background-color: #68bfec; }
  .list-group-item a:link, .list-group-item a:visited {
    text-decoration: none; }
  .list-group-item a:hover, .list-group-item a:active {
    text-decoration: underline; }
h3.standard {
  font-size:1.125em;
	padding-top: 5px;
}

#accordion a h3 {
  color: #253066;
  text-decoration: none; }
/*structure*/
/*cookie*/
#cookie_directive_container {
  background-color: #68bfec; }
  #cookie_directive_container a:link, #cookie_directive_container a:visited {
    color: #fff; }
  #cookie_directive_container a:hover, #cookie_directive_container a:active {
    color: #253066; }
/*------- nav header -------*/
.fixedTop {
  position: fixed;
  z-index: 2000;
  width: 100%; }

nav, a.btn {
  text-decoration: none; }
  nav a:link, nav a:visited, a.btn a:link, a.btn a:visited {
    text-decoration: none; }
  nav a:hover, nav a:active, a.btn a:hover, a.btn a:active {
    text-decoration: none; }

section {
  position: relative; }
footer {
	padding: 20px;
	background-color: #e5e5e5;
}
/* classes */
.lrg-padding {
  padding: 20px; }
.borderBot{
  border-bottom: 10px solid #68bfec;
}
blockquote {
  font-size: 1.125em;
  border-left: 10px solid #f6f6f6;
  margin: 0;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.cite{
	color:#d0e1ea;
	text-align: right;
	font-size: 1em;
	padding:0;
	margin: 0 0 20px 0;
}

/* p1 home*/
.posTop {
  position: absolute;
  top: -5rem; }

.posBot {
  position: relative;
  bottom: -6rem; }

/*section 1*/
#p1 .home-image {
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
  	padding: 6em 0em; }
  #p1 .home-image .hp {
    margin-top: 60px; }

/*section 2*/
#p2 {
  background: #e5e5e5 url(/assets/images/sd/site/drone-logo-back.png) 40px center no-repeat; }
  #p2 .row .imageBack-p2 {
    background: #253066 url(/assets/images/sd/site/drone-logo-back-sm.png) bottom left no-repeat; }

/*section 3*/
#p3 {
  background: #253066 url(/assets/images/sd/site/drone-logo-back-sm.png) bottom left no-repeat; }
  #p3 .row .imageBack-p3 {
    background: #253066 url(/assets/images/sd/site/drone-logo-back-sm.png) center left no-repeat; }

/*section 4*/
#p4 {
  background: #aaaaaa url(/assets/images/sd/site/drone-logo-back-sm.png) 80% 30% no-repeat; }
  #p4 .row .imageBack-p3 {
    background: #aaaaaa url(/assets/images/sd/site/drone-logo-back-sm.png) center left no-repeat; }

/*section 5*/
#p5 {
  background: #e5e5e5 url(/assets/images/sd/site/drone-logo-back-sm.png) bottom left no-repeat; }
  #p5 .row .imageBack-p3 {
    background: #253066 url(/assets/images/sd/site/drone-logo-back-sm.png) center left no-repeat; }

/*section 6*/
#p6 .imageLogoBackSm {
  background: #253066 url(/assets/images/sd/site/drone-logo-back-sm.png) top left no-repeat; }
#p6 .row .imageBack-p6 {
  background: #68bfec url(/assets/images/sd/site/drone-logo-back.png) bottom center no-repeat; }

/*section 7*/
#p7 {
  background: #aaaaaa url(/assets/images/sd/site/drone-logo-back.png) center left no-repeat; }

/*class*/
.responsive {
  width: 100%; }

.med-padding {
  padding: 1em; }

.xlrg-padding {
  padding: 20px; }
.card{
    border: none;
    border-radius: 0;
}
/* =================== back to top of page ================ */
.jumpTopContainer .jumpTop {
  position: fixed;
  bottom: 0;
  left: 0px;
  font-size: 1em;
  display: block;
  padding: 15px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  border-radius: 50px 0;
  border-bottom: 0; }

.jumpTopContainer a:link, .jumpTopContainer a:visited {
  color: #c9dbe9;
  background-color: #68bfec;
  text-decoration: none; }
.jumpTopContainer a:hover, .jumpTopContainer a:active {
  background-color: #dce6f0;
  color: #253066;
  text-decoration: underline;
  border-radius: 50px 0;
  border-bottom: 0; }
.jumpTopContainer .jumpTop.cd-is-visible, .jumpTopContainer .jumpTop.cd-fade-out, .jumpTopContainer .no-touch .jumpTop:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }
.jumpTopContainer .jumpTop.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }
.jumpTopContainer .jumpTop.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

@media (min-width: 850px) {
  .xlrg-padding {
    padding: 5rem; } }
