*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	font: normal normal 16px/1.5 @copyFamily;
	text-size-adjust: 100%;
}

/*html,
header__logo-wrap {
	min-height: 100%;
}*/


body {
	position: relative;
	font-size: 18px;
	color: #3599cc;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
  background-position: center top;
	line-height: 1.5;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.5rem 0;
  font-weight: bold;
	color: #000000;
}

h1 ,.h1 {
	font-size: 1.26666em;
}



h2,.h2 {
	font-size: 1.4em;
}

h3,.h3 {
  font-size: 1.5em;
}

h4, h5, h6, .h4 , .h5 , .h6 {
	font-size: 1em;
}

small {
	font-size: 0.875em;
}

img {
  max-width: 100%;
  width: 100%;
}

a:hover {
	color: #01d7ff;;
}

/* Container */

.container {
	max-width: 960px;
	margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: content-box;
}

/* magic dust grid system */
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -7.5px;
}
.grid--large-gutters {
  margin: 0 -30px;
}
.grid--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 15px;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 7.5px;
}
.grid--large-gutters > .grid__column {
  padding: 0 30px;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}

/*end grid*/


/* typo */
.hmega {
	font-size: 1.7em;
  letter-spacing: 5px;
}


/* utilities */

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.u-text-center {
	text-align: center;
}

.u-text-right {
	text-align: right;
}

.u-text-left {
	text-align: left;
}

.overlay {
		background: rgba(0,25,61,0.83);
    position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
}

/*icon*/

.icon {
  position: absolute;
  display: inline-block;
	width: 26px;
	height: 19px;
  background-image: url(../assets/images/email.png);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: 2px 1px;
}

.icon--left {
  left: 0;
	margin-top: 2px;
  margin-left: 0;
}

.icon--right {
  right: 0;
  margin-top: 14px;
  margin-right: 13px;
}



/* buttons */



.header__logo-wrap {
	display: block;
	width: auto;
	margin: 0 auto;
	h1 {
		display: none;
	}
}

.header__logo-wrap h1{
	display: none;
}

.header {
	margin-top: 0;
  padding-top: 1.1em;
}


.header__logo {
	display: block;
  margin: 0 auto;
	width: auto;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 0.87em;
}


/* content */

.content {
	text-align: center;
}

/* footer */
.footer {
	text-align: center;
}

.footer-links {
  display: inline-block;
}

.footer-links__item {
	vertical-align: middle;
	text-align: center;
	display: block;
}


.footer-links__item a, .footer-links__item p {
	color: #85c1dc;
	text-transform: uppercase;
  text-decoration: none;
	display: block;
	font-size: 12px;
	margin: 0;
}

.footer-links__item a:hover {
	color: #3599cc;
}


.panels {
  text-decoration: none;
	margin: 15px 0;
	display: block;
}

.panels__image {
	background-image: url(../assets/images/panel1.jpg);
	background-size: cover;
	width: 300px;
	height: 263px;
	margin: 0 auto 0;
  background-position: center;
}


.panels__image--2 {
	background-image: url(../assets/images/panel2.jpg);
}

.panels__image--3 {
	background-image: url(../assets/images/panel3.jpg);
}


.panels p , .panel__title {
	text-transform: uppercase;
	color: #3499cb;
	font-size: 18px;
	text-decoration: none;
}

.panels p {
	margin-top: 10px;
  margin-bottom: 0;
}

.panel__title {
  margin-top: 13px;
  margin-bottom: 0;
}

.panels:hover .panel__title{
	color: #6aac42;
}

.panel__title:after {
	content: '';
	display: block;
	width: 87px;
	height: 2px;
	background-color: #3499cb;
	text-align: center;
	margin: 7px auto 0;
}

.footer {
	margin-top: 2.5rem;
    padding-bottom: 2rem;
}

@media screen and (min-width: 480px) {

	.footer-links__item a, .footer-links__item p {
		font-size: 14px;
	}

}

@media screen and (min-width: 680px) {

	.header__logo-wrap {
		width: 681px;
	}

	.panels__image {
			width: auto;
	}

	.footer-links__item a, .footer-links__item p {
		font-size: 18px;
	}


}

@media screen and (min-width: 960px) {

	.panels {
		margin: 0 0;
	}

	.footer-links__item {
		display: inline-block;
	}

	.header__logo-wrap {
		margin: 110px auto;
	}

	.footer {
    margin-top: 5rem;
	}

	.footer-links__item a, .footer-links__item p {
		display: inline;
	}

	.footer-links__item:after {
		content: '|';
		color: #85c1dc;
    margin: 0 .2rem;
	}

	.footer-links__item:last-child:after {
		display: none;
	}


}
