* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	box-sizing: border-box;
	font: 300 16px 'Raleway', sans-serif;
	min-height: 100%;
	padding-bottom: 280px;
	position: relative;
}

 h1 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}

h1 span {
	font-weight: 300;
	text-transform: none;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 1em 0 0.667em 0;
}

p {
	line-height: 1.5em;
	margin: 1em 0;
}

a { transition: 300ms; }

img { vertical-align: middle; }

.pull-left {
	float: left;
	margin: 0 2em 1em 0;
}

.pull-right {
	float: right;
	margin: 0 0 1em 2em;
}

.button {
  background-color: #fff;
  border-radius: 20px;
  color: #2e3335;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-left: 40px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
  background-color: #1f1f1f;
  padding: 20px;
}

.main-menu {
	display: grid;
  gap: 20px;
	grid-auto-columns: auto;
  grid-auto-flow: column;
	list-style: none;
  place-items: center;
}

.main-menu a {
	color: #fff;
  display: block;
	font-size: 18px;
	font-weight: 500;
  text-decoration: none;
	text-transform: uppercase;
}

.main-menu a:hover { color: #72aed4; }

/* ==========================================================================
   Mobile Menu
   ========================================================================== */

#mainMenu {
	background-color: #2a2b33;
	height: 100vh;
	overflow-x: hidden;
	position: fixed;
		top: 0;
		right: 0;
	transition: 1s;
	width: 0;
	z-index: 998;
}

#mainMenu.show { width: 100%; }

#mainMenu ul { list-style: none; }

#mainMenu .moduletable.mobile { margin: 0 30px; }

#mainMenu .moduletable.mobile:first-child { margin-top: 30px; }

.mobile-menu li ul {
	display: none;
	margin-bottom: 15px;
}

.mobile-menu a {
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 20px 0;
	text-decoration: none;
	white-space: nowrap;
}

/* ==========================================================================
		Mobile Menu Toggle
		========================================================================== */
	
#openMenu {
	background-color: #2a2b33;
	display: none;
	padding: 20px 15px;
	position: fixed;
		top: 0;
		right: 0;
	transition: .5s;
	width: 41px;
	z-index: 999;
}

#openMenu.open {
	background-color: #2a2b33;
	color: #fff;
}

#menuTitle {
	position: relative;
	text-align: center;
	transition: .5s;
}
	
/* ==========================================================================
		Mobile Menu Icon Transition Effect
		========================================================================== */
	
#btn {
	cursor: pointer;
	display: block;
	height: 30px;
	position: relative;
	transition: .5s;
	z-index: 200;
}

#btn .icon,
#btn .icon::before,
#btn .icon::after {
	background: #fff;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	transition: top ease .5s .5s, transform ease .5s;
	width: 41px;
}

#btn .icon {
	top: 14px;
	left: 2px;
}

#btn .icon::before { top: -8px; }

#btn .icon::after { top: 8px; }

#btn.active .icon { background: transparent; }

#btn.active .icon::before { transform: rotate(45deg); }

#btn.active .icon::after { transform: rotate(-45deg); }

#btn.active .icon::before,
#btn.active .icon::after {
	background-color: #fff;
	top: 0;
	transition: top ease .5s, transform ease .5s .5s;
}

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

.banner { overflow-x: hidden; }

.banner .ig-main-scope-wrapper { margin: 0 -1px; }

/* ==========================================================================
   Section 1
   ========================================================================== */

.section1 { background-color: #043757; }

.section1 .custom {
  align-items: center;
  color: #fff;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto;
  justify-content: center;
  margin: 0 auto;
  max-width: 1600px;
  padding: 60px 20px;
}

.section1 .text {
  font-size: 28px;
  font-weight: 400;
}

/* ==========================================================================
   Section 2
   ========================================================================== */

.section2 {
  background-color: #f1f1f1;
  padding: 80px 20px;
}

.section2 .custom {
  margin: 0 auto;
  max-width: 1600px;
  text-align: center;
}

.section2 .grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
}

.section2 .grid-item a {
  display: block;
  height: 128px;
}

/* ==========================================================================
   Section 3
   ========================================================================== */

.section3 { background-color: #444; }

.section3 .custom {
	color: #fff;
	margin: 0 auto;
	max-width: 1600px;
	padding: 80px 20px;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
	margin: 80px auto;
	max-width: 1600px;
  overflow: hidden;
	padding: 0 20px;
}

.content ul {
	line-height: 1.5em;
	margin: 1em 0;
  overflow: hidden;
}

.content li { margin-left: 1.1em; }

.content a { color: #0068a5; }

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-wrapper {
	background-color: #000;
	position: absolute;
    right: 0;
		bottom: 0;
    left: 0;
}

.footer {
	color: #ccc;
	margin: 0 auto;
	max-width: 1400px;
	padding: 60px 20px;
	text-align: center;
}

.bottom-menu {
	display: grid;
	gap: 20px;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
	justify-content: center;
	list-style: none;
	margin-bottom: 30px;
}

.bottom-menu a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.bottom-menu .item-108,
.mobile-menu .item-108 { display: none; }

.bottom-logo {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.bottom-logo img {
	margin: 10px 20px;
	max-width: 100%;
	max-height: 60px;
}

@media only screen  
and (max-width : 1023px) {

body { padding-bottom: 0; }

.main-menu .logo img {
  height: auto;
  width: 300px;
}

.section1 .custom { padding: 30px 20px; }

.section1 .text { font-size: 20px; }

.content { margin: 50px auto; }

.section2,
.section3 .custom { padding: 50px 20px; }

.footer-wrapper { position: relative; }

}

@media only screen  
and (max-width : 767px) {

.pull-left,
.pull-right {
  float: none;
  margin: 1em 0;
}

.main-menu li a:not(.logo) { display: none; }

.moduletable.bottom { display: none; }

#openMenu { display: block; }

img { max-width: 100%; }

.section1 .custom { grid-template-columns: auto; }

}