@CHARSET "UTF-8";

@import 'https://fonts.googleapis.com/css?family=Domine|Noto+Sans:400,400i|Playball';

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 11pt;
  color: #2d2d2d;
}

/* Cookies */

.flexi-cookie {
  padding: 10px 0;
  background-color: #ececec;
  border-bottom: 1px solid #4eaeea;
}

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

.flexi-cookie-buttons {
  width: calc(50% - 10px);
  float: right;
  text-align: right;
}

.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: 'Domine', serif;
	font-weight: normal;
	color: #445599;
}

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

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

.content a {
	color: #445599;
	text-decoration: none;
	transition: 0.2s ease-in;
}

.content a:hover {
	opacity: 0.8;
}

/* Buttons */

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

.content a.button:hover, a.button:hover, .formandu-button:hover {
  color: #fff;
  background-color: #3b4a7a;
  text-decoration: none;
}

/* Header */

.header {
	padding: 20px 0px;
	background-color: #fff;
}

.header-left {
	width: 50%;
	float: left;
}

.header-right {
	width: 50%;
	float: right;
	text-align: right;
	padding-top: 10px;
}

.header-right a, .header-right span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	-webkit-filter: brightness(1);
	transition: all 0.2s ease-in;
}

.header-right a:hover {
	-webkit-filter: brightness(0.5);
}

/* Menu */

#shownav {
  display: none;
}

.menubar {
	width: 100%;
	background-color: #445599;
}

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

nav.menu span.item a {
	font-family: 'Domine', sans-serif;
  color: #fff;
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  background-color: #445599;
}

nav.menu span:hover a {
	color: #fff;
	background-color: #3b4a7a;
}

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

.submenu .subitem a {
	background-color: #445599 !important;
	color: #fff !important;
}

.submenu .subitem a:hover {
	background-color: #3b4a7a !important;
}

/* 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;
}

/* Strap */

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

.strap .pbeditable {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.strap h1, .strap h2 {
	color: #fff;
	margin: 0 auto;
	font-family: 'Domine', serif;
	background-color: #445599;
	position: relative;
	text-transform: uppercase;
	font-weight: normal;
}

/* Main */

.main {
	background-color: #f4f3e9;
}

.content:empty {
	display: none;
}

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

/* Slider */

.slider {
	background-color: #f4f3e9;
	padding: 10px 0px;
}

.slider .wrapper {
	border-top: 1px solid #e0e0e0;
}

/* Footer */

.footer-top {
	background-color: #fff;
	padding: 20px 0px;
}

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

.footer-top-box:first-child a {
	color: #445599;
	text-decoration: none;
}

.footer-top-box:nth-child(2) a {
	display: block;
	text-decoration: none;
	padding: 2px 0px;
	color: #2d2d2d;
}

.footer-top-box:nth-child(2) a:before {
	content: "";
	background-image: url("img/arrow-2.png");
	height: 12px;
	width: 8px;
	display: inline-block;
	margin-right: 20px;
	transition: all 0.2s ease-in;
}

.footer-top-box:nth-child(2) a:hover:before {
	-webkit-transform: translate(10px, 0px);
}

.footer-bottom {
	text-align: center;
	background-color: #445599;
	color: #fff;
	padding: 20px 0px;
}

.footer-bottom a {
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease-in;
}

.footer-bottom a:hover {
	opacity: 0.7;
}

/* 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: #000;
  content: '•';
}

/* Entry Page */

.entry-text {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	color: #fff;
}

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

/* Breakout Blocks */

.pb-title, .pb-subtitle {
	text-align: center;
}

/* Responsive Styles */

@media (max-width: 1000px) {
	
	.wrapper, .header {
		width: 100%;
	}
	
	.slider {
	display: none;
	}
	
	/* Breakout Blocks */
	
	.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: 20px 0px 0px;
		text-align: center;
	}
	
	.header-left, .header-right {
		width: 100%;
		text-align: center;
		padding: 10px 0px;
	}
	
	.header-right {
		padding-bottom: 0;
	}
	
	/* Menu */
	
  #shownav {
    display: inline-block;
    margin: 20px 0px 0px;
    color: #fff !important;
    border: 1px solid #fff !important;
  }
  
  .flyout {
  	background-color: #fff;
  }
  
  .flyo-show {
  	text-align: center;
  }
  
  .flyo-header {
  	text-align: center;
  	padding: 10px 0px;
  	border-bottom: 1px solid #ececec;
  	border-top: 1px solid #ececec;
  }
  
  .flyo-hide {
  	border: none !important;
  }
  
  /* Banner */
  
  .banner {
		display: none;
	}
	
	/* Main */
	 
	img {
  	max-width: 100%;
  }
  
  /* Footer */
	
	.footer-top-box {
		width: 100%;
		text-align: center !important;
		margin: 10px 0px;
	}
  
}
