@CHARSET "UTF-8";

@import 'https://fonts.googleapis.com/css?family=Fjalla One|Oswald:300';

body {
  margin: 0;
  padding: 110px 0px 0px 0px;
  background-color: #0C0B0C;
  font-family: 'Oswald', sans-serif;
  font-size: 14pt;
  color: #fff;
  letter-spacing: 0.5px;
  position: relative;
}

/* Cookies */

.flexi-cookie {
  padding: 10px 0;
  background-color: #476991;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.flexi-cookie-msg {
  width: calc(50% - 10px);
  float: left;
  color: #fff;
}

.flexi-cookie-buttons {
  float: right;
  text-align: right;
  padding-top: 8px;
}

.flexi-cookie-buttons .button:hover {
	color: #fff;
	border: 1px solid #fff;
	opacity: 0.6;
}

.clear:before,
.clear:after,
.flexi-cookie:before,
.flexi-cookie:after {
  display: table;
  content: ' ';
  clear: both;
}

.flexi-cookie-inner {
  width: 1000px;
  margin: 0 auto;
}

/* Basic Styles */

h1, h2, h3 {
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}

hr {
  width: 100%;
  height: 1px;
  margin: 20px auto;
  border: none;
  background-color: #3e4447;
  display: block;
  position: relative;
}

hr:before {
	content: "";
	background-image: url("img/hr-style.png");
	width: 30px;
	height: 20px;
	left: calc(50% - 15px);
	top: calc(50% - 10px);
	position: absolute;
	background-color: #0C0B0C;
}

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

.iconshape {
  fill: none;
  stroke: none;
}

.strokeme {
  stroke: #000;
}

.fillme {
  fill: #fff;
}

a.social-link{
	margin: 0px 10px;
	text-decoration: none;
}

a.social-link:hover .fillme {
	fill: #476991;
}

/* Buttons */

.content a.button, a.button, .formandu-button {
  display: inline-block;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
	padding: 10px 20px;
	text-transform: uppercase;
  transition: all 0.2s ease-in;
  cursor: pointer;
  border: 1px solid #fff;
}

.content a.button:hover, a.button:hover, .formandu-button:hover {
  color: #476991;
  background-color: transparent;
  border: 1px solid #476991;
}

/* Header */

.header {
	padding: 0px;
	background-color: #0c0b0c;
	padding: 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* Menu */

#shownav {
  display: none;
}

.menubar {
	width: 100%;
}

nav.menu {
  position: relative;
  z-index: 20;
  text-align: left;
  list-style: none;
  margin: 0 auto;
  padding: 0 0;
}

nav.menu span.item a {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  display: block;	
  padding: 30px 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in;
  border-bottom: 2px solid transparent;
}

nav.menu span:hover a {
	border-bottom: 2px solid #476991;
	color: #476991;
}

nav.menu span.toplevel-sep:before {
  content: '|';
}

.submenu .subitem a{
	color: #fff !important;
	border: none !important;
	padding: 20px 10px !important;
}

.submenu .subitem a:hover {
	color: #fff !important;
	background-color: #476991 !important;
	border: none;
}

/* System Widgets */

.flexi-system-widgets {
  text-align: center;
  padding: 8px 0;
  font-size: 0;
}

.flexi-system-widget {
  border-left: 1px solid #fff;
  display: inline-block;
  padding: 0 12px;
  font-size: 11pt;
}

.flexi-system-widget a {
  text-decoration: none;
  transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  -ms-transition: color 0.3s, border 0.3s;
  -moz-transition: color 0.3s, border 0.3s;
  -webkit-transition: color 0.3s, border 0.3s;
}

.flexi-system-widget:first-child {
  border-left: none !important;
}

/* Banner */

.banner {
  height: 620px;
  margin: 0 auto;
  background-image: url("img/main-image.jpg");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-transform: uppercase;
}

/* Main */

.main {

}

.content {
	padding: 20px 0px;
}

.content:empty {
	display: none;
}

.breakoutresume:last-child {
	padding: 0 !important;
}

a {
	color: #476991;
	text-decoration: none;
	transition: all 0.2s ease-in;
}

a:hover {
	opacity: 0.8;
}

/* Footer */

.footer:before,
.footer:after {  
  display: table;
  content: ' ';
  clear: both;  
}

.footer {
  padding: 10px 0;
  color: #fff;
  background: #0c0b0c;
}

.footer-box {
	width: 49%;
	float: left;
}

.footer-box:last-child {
	text-align: right;
	padding-top: 10px;
}

/* Forms */

.formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
  width: 96%;
  margin: 0 auto;
  padding: 5px 2%;
  border: 1px solid #888;
  background: #fff;
  color: #333;
  font-weight: normal; 
}

.formandu-textarea {
  height: 200px;
}

.formandu-label {
  margin: 8px 0 0 0;
  padding: 4px;
  display: block;
}

.formandu-container[align="right"] {
  text-align: center;
  padding: 8px;
}

.formandu-container[align="right"] .formandu-button {
  font-size: 1.6em; 
}

/* List Styles */

span[style~="red"] {
  font-size: 0;
}

span[style~="red"]:after {
  font-size: 14pt;
  color: #fff;
  content: '◈';
}

/* Entry Page */

.entry-text {
	background-color: rgba(0,0,0,0.5);
	margin-top: 120px;
	padding: 20px;
}

.flexi-entry-buttons .button {
	color: #fff !important;
	border: 1px solid #fff !important;
}

/* Breakout Blocks */

.strap {
	background-color: #141719;
	padding: 10px 0px;
}

.strap hr:before {
	background-color: #141719;
}

.testimonials {
	background-image: url("img/banner-1.jpg");
	padding: 20px 0px;
}

.banner .row, .testimonials .pbeditable, .strap .pbeditable {
  width: 1000px;
  margin: 0 auto;
}

.pb-title, .pb-subtitle {
	margin: 10px auto;
	text-align: center;
}

/* Responsive Styles */

@media (max-width: 1000px) {
	
	body {
		padding: 0;
	}
	
	.wrapper, .header {
		width: 100%;
	}
	
	/* Breakout Blocks */
	
	.banner .row, .testimonials .pbeditable, .strap .pbeditable {
	  width: 100%;
	  margin: 0 auto;
	}
	
	/* Cookies and Forms */
	
  .flexi-cookie {
    padding: 10px;
    text-align: center;
    width: auto;
  }
  
  .flexi-cookie-msg {    
    float: none;
    font-size: 0.8em;
    padding: 0;
    width: auto; 
  }
  
  .flexi-cookie-buttons {
    width: auto;    
    float: none;
    text-align: center;
    padding: 5px 0;
  }
  
  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
    margin: 10px auto;
  }	
  
  .flexi-cookie-inner, .wrapper {
    width: 100%;
  }
  
  .flexi-cookie-buttons:nth-child(2) .button {
  	margin-top: 10px;
  }
	
	/* Header */
	
	.header {
		padding: 0px 0px 10px;
		text-align: center;
		position: static;
	}
	
	/* Menu */
	
  #shownav {
    display: inline-block;
    margin: 20px 0px 0px;
    color: #fff !important;
    border: 1px solid #fff !important;
  }
  
  .flyout {
  	background-color: #000;
  }
  
  .flyo-show {
  	text-align: center;
  	font-size: 13pt;
  }
  
  a.button.flyo-show {
  	color: #fff;
  }
  
  .flyo-header {
  	text-align: center;
  	padding: 10px 0px;
  	border-bottom: 1px solid #2b2b2b;
  	border-top: 1px solid #2b2b2b;
  }
  
  .flyo-header img {
  max-width: 90%;
  margin: 0 auto;
  }
  
  .flyo-hide {
  	border: none !important;
  }
  
  .submenu {
  	border: none;
  }
  
  nav.menu span.item a {
  	padding: 20px 0px;
  	border-top: 1px solid #fff;
  }
  
  /* Banner */
  
  .banner {
		display: none;
	}
	
	/* Main */
	 
	img {
  	max-width: 100%;
  }
  
  .content {
  	padding: 20px;
  	text-align: center;
  }
  
  .testimonials {
  	text-align: center;
  }
  
  /* Footer */
	
	.footer-box {
		width: 100%;
		text-align: center !important;
		margin: 10px 0px;
	}
  
}
