.intro2@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS..
     */
html {
	font-family: 'Montserrat', sans-serif;
	/* 1 */
	line-height: 1.15;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 3 */
	-webkit-text-size-adjust: 100%;
/* 3 */ }
/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
	margin: 0;
}
/**
     * Add the correct display in IE 9-.
     */
article, aside, footer, header, nav, section {
	display: block;
}
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption, figure {
	display: block;
}
/**
     * Add the correct margin in IE 8.
     */
figure {
	margin: 1em 0px;
}
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
/* 2 */ }
/**
     * Add the correct display in IE.
     */
main {
	display: block;
}
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
/* 2 */ }
/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active, a:hover {
	outline-width: 0;
}
/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
/* 2 */ }
/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b, strong {
	font-weight: 700!important;
}
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b, strong {
	font-weight: 700!important;
}
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
/* 2 */ }
/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
	font-style: italic;
}
/**
     * Add the correct background and color in IE 9-.
     */
mark {
	background-color: #ff0;
	color: #000;
}
/**
     * Add the correct font size in all browsers.
     */
small {
	font-size: 80%;
}
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio, video {
	display: inline-block;
}
/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
     * Remove the border on images inside links in IE 10-.
     */
img {
	border-style: none;
}
/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
	overflow: hidden;
}
/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
/* 2 */ }
/**
     * Show the overflow in IE.
     */
button {
	overflow: visible;
}
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button, select {
	/* 1 */
	text-transform: none;
}
/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
/* 2 */ }
button, [type="button"], [type="reset"], [type="submit"] {
/**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
 button::-moz-focus-inner,  [type="button"]::-moz-focus-inner,  [type="reset"]::-moz-focus-inner,  [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
 button:-moz-focusring,  [type="button"]:-moz-focusring,  [type="reset"]:-moz-focusring,  [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
     * Show the overflow in Edge.
     */
input {
	overflow: visible;
}
/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;/* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
 -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }
/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
	box-sizing: border-box;
	/* 1 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	color: inherit;
	/* 2 */
	white-space: normal;
/* 1 */ }
/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
/* 2 */ }
/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
	overflow: auto;
}
/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
	display: block;
}
/*
     * Add the correct display in all browsers.
     */
summary {
	display: list-item;
}
/*
     * Add the correct display in IE 9-.
     */
menu {
	display: block;
}
/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
	display: inline-block;
}
/**
     * Add the correct display in IE.
     */
template {
	display: none;
}
/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
	display: none;
}
.foundation-mq {
	font-family: "small=0em&medium=40em&large=1080px&xlarge=75em&xxlarge=90em";
}
html {
	box-sizing: border-box;
	font-size: 100%;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}


textarea {
	height: auto;
	min-height: 50px;
	border-radius: 3px;
}
select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px;
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important;
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 10px;
	background: transparent;
	line-height: 1;
}
[data-whatinput='mouse'] button {
	outline: 0;
}
pre {
	overflow: auto;
}
.is-visible {
	display: block !important;
}
.is-hidden {
	display: none !important;
}
.toggle-name p {
	text-transform: uppercase!important;
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom:5px;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 3px;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #79da43; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }
.row {
	position: relative;
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 25px;
	padding-right: 25px;
}
.headerOffset {
padding-top: 180px;	
}
.row.product {
		padding-left: 15px;
	padding-right: 15px;
}
.row.inset1 {
	position: relative;
	width: 100%;
	max-width: 1450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 45px;
	padding-right: 45px;
}
.row.fullwidth {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
}


.row.footer {
	position: relative;
	width: 100%;
	background: #271f50;
	background-size:cover;
		max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 35px;
	padding-right: 35px;
	min-height: 200px;
}
	.bk1 {
background: #02341d;
	padding-left:0px;
	padding-right: 0px;
}

.headerWrap {
	position: absolute!important;
		max-width: 100%;
	width: 100%;
	padding-right:0;
	padding-left: 0;
	z-index: 9995;
	background: none;

	}
	

.row.header {


	min-height: 65px;
	z-index: 995;
	max-width: 100%;
		background: rgb(0, 0,0, 0.7)!important;

	padding-left: 0px!important;
	padding-right: 0px!important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	position: relative;
}
.row.header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
	background: rgb(2, 52,29, 0.7)!important;
    z-index: 999999;
	background: url('images/header.png')no-repeat bottom center #fff;
		background-size: 100% 5px;
    border-top: 0;
	
	height: 65px!important;
	min-height:65px;

		 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
		-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	
	
}
.row.header .heightChange {
		min-height: 65px;
			 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
		-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.flex-direction-nav a::before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '←';
  color: #000;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  margin: 10px 0 0 0!important;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: #000000!important;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 50%;
  width: 50px!important;
  height: 50px!important;
}
.flex-direction-nav a.flex-next:before {
	left: -15px;
position: relative;
text-align: center;
}
.row.header.sticky .heightChange {
		min-height: 65px;
			 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
		-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.row.fullwidth {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	max-width: 100%;
}
.row::before, .row::after {
	display: table;
	content: ' ';
}
.row::after {
	clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.row .row {
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0;
}
.bk2 {
	background: #2d3135;
	color: #fff;
	
}

@media print, screen and (min-width: 40em) {
.row .row {
	margin-right: 0;
	margin-left: 0;
}
}

@media print, screen and (min-width: 64em) {
.row .row {
	margin-right: 0;
	margin-left: 0;
}
}
.row .row.collapse {
	margin-right: 0;
	margin-left: 0;
}
.row.expanded {
	max-width: none;
}
.row.expanded .row {
	margin-right: auto;
	margin-left: auto;
}
.row:not(.expanded) .row {
	max-width: none;
}
.column, .columns {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 25px;
	padding-left: 25px;
}


.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left;
}
.column.row.row, .row.row.columns {
	float: none;
}
.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}
@media screen {
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background: url(images/ajax-loader.gif) center no-repeat #fff;
}
.pull-top {
	
margin-top:-141px;

}
	.flex-control-nav li {
		z-index:999999!important;
	}
.flex-caption {
width: 100%;
padding: 2% 2% 2% 2% !important;
left: 0;
bottom: 0;
background: rgba(0,0,0,.5);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
font-size: 13px !important;
line-height: 14px;
position: absolute;
margin: 0 !important;
}
#projectFlex.flexslider .slides > li {
	min-height: 600px!important;
}
#partyFlex.flexslider .slides > li {
	min-height: 600px!important;
}
.nulled {
	padding:0!important;
	margin:0!important;
}
.platinum .row:first-child {
		display:none!important;
	}

	.intro2 {
padding: 30px 30px !important;
  border-radius: 20px;
  background-color: #271f50;
    margin:30px 30px 30px 0px!important;
  position: relative;
  width: 100%;
}
	.intro2 a {
		min-width: 150px;
position: relative;
width: 150px;
display: inline-block;
		margin-right:15px;
	}
.party-pad {
	padding:20px 10px 20px 0px !important;
}
.intro {
  padding: 60px 30px !important;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 25px 0px auto !important;
  position: relative;
  width: 100%;
}
.intro-right {
  padding: 50px;
border-radius: 20px;
background-color: #ffffff;
margin: 25px 0 auto !important;
position: relative;
width: 100%;
}

.intro h1 {
	font-size: 40px;
	font-family:'Poppins',sans-serif;
color: #271f50;
	text-shadow: none;
font-weight: 800;
line-height: 1;
	text-align:left;
text-transform: uppercase;
}
.intro2 h1, .intro2 h2 {
	font-size: 40px;
	font-family:'Poppins',sans-serif;
color: #ffffff;
	text-shadow: none;
font-weight: 800;
line-height: 1;
	padding:0 0 20px 0;
	text-align:left;
text-transform: uppercase;
}
.intro-right h1 {
	font-size: 40px;
	font-family:'Poppins',sans-serif;
color: #271f50;
	text-shadow: none;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
}
.intro li {
font-family: 'Poppins',sans-serif;
font-weight: 500;
color: #271f50;
font-size: 18px;
}
.intro2 li {
font-family: 'Poppins',sans-serif;
font-weight: 500;
color: #ffffff;
font-size: 18px;
}
.intro p {
	text-align:left;
		font-family:'Poppins',sans-serif;
	font-weight: 500;
color: #271f50;
margin-bottom: 20px;
font-size: 18px;
}
.intro2 p {
	text-align:left;
		font-family:'Poppins',sans-serif;
	font-weight: 500;
color: #ffffff;
margin-bottom: 20px;
font-size: 18px;
}
.intro-right p {
		font-family:'Poppins',sans-serif;
	font-weight: 600;
color: #271f50;
margin-bottom: 20px;
font-size: 22px;
}
.hd-phone{
	font-size:11px;
	font-weight: 400;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 2.2!important;
	padding: 14px 25px 10px 25px; 
	letter-spacing: 3px;
	
}
.hd-nav{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
		padding: 14px 25px 10px 25px; 
	
}


a#logo-btn {
display: inline-block;
    margin: 0;
    padding: 0 0 100px 0;
    position: relative;
    z-index: 990;
    top: 0px;
    width: 100%;
    max-width: 700px;
    height: auto;
    text-align: left;


	
}
a#logo-btn2 {
	display: inline-block;
	padding: 0;
	position: relative;
	z-index: 990;
	top: 0px;
	width: 100%;
	max-width: 592px;
	height: auto;
	text-align: left;
margin: 50px 0 60px 0;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));

	
}

.hdLine1 {
	position: absolute;
	top: 25px;
	width: 100%;
	height: 1px;
	background: #000;
	left: 50%;
	margin-left:185px;

}

.hdLine2 {
	position: absolute;
	top: 25px;
	width: 100%;
	height: 1px;
	background: #000;
	right: 50%;
		margin-right:185px;

}
.divide {
	position: relative;
	height: 1px;
	background: #8f8f8f;
	width: 100%;
	max-width: 285px;
	margin: 0 auto 0 auto;
}
.missionOne {
	position: absolute;
	max-width: 493px;
	width: 100%;
	right: 70px;
	bottom: 70px;
}
	.row.heroBanner {
		position: relative!important;
			padding-left: 0px;
	padding-right: 0px;
			margin-right: auto;
	margin-left: auto;
background-size: cover!important;
	min-height: 946px;
			margin-top: 0;
	margin-bottom: 0;
    width: 100%;
	max-width: 100%;
	
	
}

	.row.heroBanner.party {
		position: relative!important;
			padding-left: 0px;
	padding-right: 0px;
			margin-right: auto;
	margin-left: auto;
background-size: cover!important;
	min-height: 751px;
			margin-top: 0;
	margin-bottom: 0;
    width: 100%;
		background-attachment: unset!important;
	max-width: 100%;
		padding-bottom: 60px;
		background-image:none;
	
}

	.row.internalBanner {
		position: relative!important;
			padding-left: 0px;
	padding-right: 0px;
			margin-right: auto;
	margin-left: auto;
background-size: cover!important;
	min-height: 656px;
			margin-top: 0;
	margin-bottom: 0;
    width: 100%;
	max-width: 100%;
	
	
}
.cta1 {
	background: url('images/cta1.jpg')no-repeat top center;
	background-size:cover;
	min-height: 200px;
	width: 100%;
	position: relative;
	margin-top: 35px;
}
.col1 {
background: #004531;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
border-bottom: 1px solid #fff;

}
.flex-control-nav {
    width: 100%;
    position: absolute;
    top: 20px!important;
    left: 20px!important;
    text-align: left;
}
.col2 {
background: #2c783c;	
	border-top: 1px solid #fff;
	border-left: 0px solid #fff;
border-right: 0px solid #fff;
border-bottom: 1px solid #fff;
padding-bottom:50px!important;
}

.col3 {
background: #2c783c;	
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
border-right: 0px solid #fff;
border-bottom: 1px solid #fff;
}
.col4 {
background: #ffffff;	
	border-radius:20px;

}
.col5 {
  background: #ffffff;
  position: relative;
  width: 100%;
  border-radius: 20px;
  margin: 0 auto !important;
}

.padme {
		padding:30px 30px;

}
.col6 {
background: #271f50;	
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 0px solid #fff;
}

.col7 {
background: #fff;	
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	
}
.col8 {
background: #2c783c;	
	border-top: 1px solid #fff;
	border-left: 0px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.missionOne span {
display: inline-block;
	color: #fff;
	font-size:16px;
	font-weight: 600;
	letter-spacing: 4px;
	padding-top:10px;
	padding-bottom:10px;

	
}
.missionOne span.middle {
	padding-left:25px;
	padding-right: 25px;
}
.missionUnderline {
	border-bottom: 3px solid #fff;
	padding-top: 10px;
	text-align: center
}
#navigation-wide {
	display: none;
}

.catTitle {
	background: #2d3135;
	color: #fff;
	font-size:14px;
	letter-spacing: 3px;
	font-weight: 500;
	text-transform: uppercase;
	padding:8px 15px 8px 15px;
	width: auto;
	display: inline-block;
}
.catTitle a { 
color: #fff;
	text-decoration: none;
}
.imgWrap {
	position: relative;
}
.spOrder2 {
	color: #fff;
	background: #68c534;
	padding: 5px 10px 5px 10px;
	font-weight: 600;
	letter-spacing: 0px;
	position: absolute;
    bottom:0;
	right: 0;
	font-size: 12px;
}
.saleTag {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
}
.onSaleBox {
	position: relative;
	background: #f5f5f5;
border: 1px solid #cfcfcf;
	color: #fff;
	font-size:13px;
	letter-spacing: 2px;
	font-weight: 500;
	text-transform: uppercase;
	padding:20px 35px 0px 20px!important;

	display: inline-block;
	margin: 0px 0 25px 0;
}
.onSaleBox p {

color: #2d3135;	
}

.specBox {
	background: #2d3135;
	color: #fff;
	font-size:12px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	padding:14px 10px 14px 10px!important;
line-height: 1.8;
	display: inline-block;
	margin: 15px 0 45px 0;
}

.specBorder span {
	border-right: 1px solid #fff;
	padding-right:7px;
		padding-left:3px;
}
.specBorder span:last-child {
	border-right: none;
}
.imageGallery {
position: relative;
	left: -5px;
}

.imageGallery .columns {
padding-right:10px!important;
	
	

}

.colTitle {
	width: 100%;
	position: relative;
	font-size:11px;
	letter-spacing: 3px;
	color:#343434;
	text-transform: uppercase;
	padding-top: 25px;
	padding-bottom:25px;
	text-decoration: none!important;
}
 a.simProduct {
text-decoration: none!important;	
}
.sizeContain {
float: left;
	/*max-width: 135px;*/
	margin-bottom:15px;
	margin-right: 15px;
	position: relative;
}
.sizeLabel {
	position:relative;
	width: 100%;
	font-size:12px;
	line-height: 1;
	text-align: center;
	padding-top: 15px;
	
}
.contentShape {
  position: absolute;
	text-align: center;
	padding-top: 40%;
		font-size:12px;
  width: 100%;
  height: 100%;
}


.szRectangle {
  position: relative;
		display: inline-block;
  width: 67%;
	margin-right: 25px;
	border: 1px solid #000;
		margin-bottom:25px;
}

.szRectangle:after {
  content: "";
  display: block;
  padding-bottom: 30%;
}

.contentShape2 {
  position: absolute;
	text-align: center;
	padding-top: 11%;
		font-size:12px;
  width: 100%;
  height: 100%;
}
.numCount {
	background: #e72507;
	color: #fff;
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size:12px;
			-webkit-border-radius: 100px;
	-moz-border-radius:  100px;
	border-radius:  100px;
	width: 15px;
	height: 15px;
	padding: 0 3px 0 4px;
	text-align: center!important;
	line-height: 15px;
}
.spOrder {
	position: absolute;
	right: 0px;
	top: 0px;
	width:16px;
	height: 16px;
	background: url('images/spOrder.png')no-repeat center center;
}
.quote:before {
	background-image: url("images/quote.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0px;
	left: -63px;
	content: "";
	height: 59px;
	position: absolute;
	z-index: 99999;
	width: 59px;
}
.quote {
max-width: 720px;
}
ul.heateor_sss_sharing_ul, ul.heateor_sss_follow_ul{
	float:left;
}
ul.heateor_sss_sharing_ul li {
	margin:0 10px 0 0!important;
}
.product figure {
	margin: 0!important;
	padding: 0!important;

	height: auto;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
	
	background:#000;
	

}

.product figure:hover figcaption {
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
	filter: alpha(opacity=1);
	opacity: 1;
	padding:0!important;
	margin:0!important;
	border:0!important;
background: none!important;
}
.product figcaption {
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
	filter: alpha(opacity=1)!important;
	opacity: 1!important;
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	bottom: 0px;
	background: rgba(0,0,0,.5);
	color: #fff;
	padding: 0!important;
 box-shadow: none;
	-webkit-transition: all .9s ease;
	-moz-transition: all .9s ease;
	-o-transition: all .9s ease;
	-ms-transition: all .9s ease;
	transition: all .9s ease;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
.product figure img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;

	width: 100%!important;
	margin-bottom:0!important;
	
}
.product figure:hover img {
	padding:0!important;
	margin:0!important;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	  
}
.product figcaption h3 {

	
	color: #fff;
	text-transform: uppercase;
	margin:0;
	display:inline-block;
	position: relative;
	top:40%;
	font-weight:500!important;
letter-spacing: 3px;
	width:100%;
	max-width:100%;
	padding: 15px  25px 15px 25px;
	text-align:center;
	font-size: 19px;

	line-height:1.2!important;

}

ul.social {
	width: 100%;



	z-index: 999;
	position: relative;
display: inline-block;
	margin: 0!important;
}


ul.social li {

	margin-left: 0px;
	display: block!important;
	color: #fff;
	float: left;
	width: 100%;
	font-size: 22px;
padding-bottom:15px!important;
	top: 0;
}
ul.social li a .fab {
font-size:14px;
	margin-right: 10px;
	color: #79da43;
}
ul.social li a {
		padding-top:5px;
padding-right:15px;
		width: 100%;
	line-height: 1;
	text-decoration: none;
	font-size: 12px!important;
	font-weight: normal;
	color: #fff!important;
	text-transform: uppercase;
	display: inline-block;
letter-spacing: 3px;
	margin: 0;
	float: left;
	
}

ul.social li a:hover {
	background: none;
	color: #fff!important;
}

ul.favNav {
	max-width: 270px;
	padding-top:0px;
	margin-left: 0!important;
	list-style: none!important;
}
ul.favNav li {
	display: block;
	width: 100%;
	float: left;
		background: none;
	border-bottom: 1px solid #EAEAEA;
}

ul.favNav li a {
	position: relative;
	font-size: 13px;
	font-weight: 400;

	color: #4e4e4e!important;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
	float: left;
	text-decoration: none;
	padding: 10px 20px 10px 3px;
}
ul.favNav li a.remove {
	color: #24282c!important;
	display: inline!important;
	float: right;
	font-size:24px;
	width: auto;
	margin-right: 8px;
	padding: 0!important;
	position: relative;
}

ul.LNav {
	padding-top: 65px;
	margin-left: 0!important;
	list-style: none!important;
}
ul.LNav ul li {
	display: block;
	width: 100%;
	float: left;
}
ul.LNav li.menu-item-has-children svg.icon-angle-down {
	display: none!important;
}
ul.LNav li a {
	font-size: 18.px;
	font-weight: 400;
	color: #e6e6e6!important;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	float: left;
	text-decoration: none;
	padding: 10px 20px 10px 20px;
}
ul.LNav li a:hover {
	color: #fff!important;
	background: #000!important;
}
ul.LNav ul.sub-menu {
	margin: 0;
	padding: 0 0 0 8px!important;
}
ul.LNav li li a {
	font-size: 14px;
	color: #e6e6e6;
	text-transform: none!important;
}
.accountNav ul {
	margin: 0;
	max-width: 400px;
	list-style: none;
}

.accountNav ul li a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #000;
}
.thBlueBorder {
	background: #2cb0dc;
	height: 100%;
}
.thBlueBorder img {
	padding-top: 45%;
}
.instagram {
	background: url("images/instagram.png")no-repeat left top;
	background-size: cover;
}
.instagram .fab {
	color: #fff;
	font-size: 60px;
	padding-bottom: 25px;
}


.divider {
	width: 100%;
	background: url(images/divider.png)no-repeat center center;
	height: 5px;
}

.footer img {
width:100%;
max-width:243px;	
}
span.callout a {
	position: relative;
	display: inline-block;
	font-size:12px!important;
	background:#eaeaea;
	color: #4b4b4b;
		-webkit-border-radius: 3px;
	-moz-border-radius:  3px;
	border-radius:  3px;
	margin-right:8px;
	padding: 4px;
	font-weight: 600;
	top: -3px;
}
span.callout a:hover {
text-decoration: underline;	
}
#instafeed img {
	padding-right: 0px;
	padding-bottom: 0px;
	opacity: 0.9;
	filter: alph(opacity=80);
	max-width: auto;
	width:100%;
	height:100%;
	border:none!important;
}

#instafeed .infeed {

	float:left;
	width:16.666666667%;
	border-right: 1px solid #fff;
	background-size: 180%!important;
	
}
#instafeed .infeed:last-child {
	border-right: none;
}
#instafeed a {
width:100%;

float:left;


padding-right: 0px;
	padding-bottom: 0px;
	opacity: 0.9;
	filter: alph(opacity=80);

}
#instafeed {
	max-width: 100%;
}
#map {

	position:relative;
	min-height:462px;
	z-index:900;
	margin-bottom: 35px;
	border: 1px solid #000;
}
.customWidth1 {
	max-width: 100%;
}
.customwidth2 {
	max-width: 100%;
}
/*
ul.solutionNav li a.consulting {
		display: inline-block!important;
background:url("images/iconConsultingWhite.png")no-repeat center center;	
}
ul.solutionNav li a.backup {
		display: inline-block!important;
background:url("images/iconRecoverygWhite.png")no-repeat center center;	
}
ul.solutionNav li a.security {
		display: inline-block!important;
	background:url("images/iconSecurityWhite.png")no-repeat center center;
}
ul.solutionNav li a.cloud {
		display: inline-block!important;
	background:url("images/iconCloudWhite.png")no-repeat center center;
}
ul.solutionNav li a.deployment{
		display: inline-block!important;
	background:url("images/iconDeploymentWhite.png")no-repeat center center;
}

ul.solutionNav li a.networking{
		display: inline-block!important;
	background:url("images/iconNetworkingWhite.png")no-repeat center center;
}
ul.solutionNav li a.manageIt{
		display: inline-block!important;
	background:url("images/iconManageItWhite.png")no-repeat center center;
}

ul.solutionNav li a.wireless{
		display: inline-block!important;
	background:url("images/iconWirelessWhite.png")no-repeat center center;
}
ul.solutionNav li a.mobile{
		display: inline-block!important;
	background:url("images/iconMobileWhite.png")no-repeat center center;
}
ul.solutionNav li a.assessment{
		display: inline-block!important;
	background:url("images/iconAssesWhite.png")no-repeat center center;
}

ul.solutionNav li a.medical{
		display: inline-block!important;
	background:url("images/iconMedicalWhite.png")no-repeat center center;
}*/
ul.solutionNav li a:hover {
	bottom: 4px;
	border-bottom: 3px solid #fff;
}

.Main {
	background: none;
}
.pageNavContain {
	margin-left: 15px;
	margin-right: 15px;
}
.bannerHighlight {
	background-size: cover!important;
}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	
}
.alignright {
	float: right!important;
	margin-left: 25px;
	margin-bottom: 15px;
	
}
.padlr1 {
	padding-left: 10px;
	padding-right: 10px;
}
.padlr2 {
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.padlr3 {
	padding-left: 30px;
	padding-right: 30px;
}
.padlr4 {
	padding-left: 15px;
	padding-right: 15px;
}
.padlr5 {
	padding-left: 20px;
	padding-right: 20px;
}
.padlr6 {
	padding-left: 60px;
	padding-right: 60px;
}
.padlr8 {
	padding-left: 30px;
	padding-right: 30px;
}
.padt1 {
	padding-top: 10px;
}
.padt2 {
	padding-top: 20px;
}
.padt3 {
	padding-top: 30px;
}
.padt4 {
	padding-top: 40px;
}
.padt5 {
	padding-top: 50px;
}
.padt6 {
	padding-top: 60px;
}
.padt7 {
	padding-top: 70px;
}
.padt8 {
	padding-top: 80px;
}
.padt9 {
	padding-top: 90px;
}
.padt10 {
	padding-top: 0px;
}
.padb1 {
	padding-bottom: 10px;
}
.padb2 {
	padding-bottom: 20px;
}
.padb3 {
	padding-bottom: 30px;
}
.padb4 {
	padding-bottom: 40px;
}
.padb5 {
	padding-bottom: 50px;
}
.padb6 {
	padding-bottom: 60px;
}
.padb7 {
	padding-bottom: 70px;
}
.padb8 {
	padding-bottom: 80px;
}
.padb9 {
	padding-bottom: 90px;
}
.padb10 {
	padding-bottom: 100px;
}
.padlrnull {
	padding-left: 1px!important;
	padding-right: 1px!important;
}

figure {
	position: relative!important;
	margin-top:10px!important;
	margin-bottom:35px!important;
max-width:100%!important;
	width: 100%!important;

}
figcaption {
		position: relative;

	width: 100%!important;
	
	background: #fbbf1d;
	padding: 15px;
	color: #fff;

}
.content img {
	width: 100%;
}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	
}

.content img.size-full {
	max-width:827px!important;
	width: 100%!important;
}
.social a {
	font-family: 'Montserrat', sans-serif!important;
	color:#ffffff!important;
	font-size:19px;
	font-weight:600;
	padding:10px 0 20px 0;
	transition: all 0.5s ease;
	text-decoration:none!important;
	display:inline-block;
	
}
.social a:hover,.social a:focus {
	color:#2c3d76!important;
	text-decoration:none!important;

}


.social a span {
	font-family: 'FontAwesome'!important;
}


.col5 h2 {
	margin: 0;
	background-color:#f0c835;		
	color: #271f50;
	text-transform: uppercase;
	font-size: 40px !important;
display: block;
	border-radius:20px 20px 0 0;
	padding:20px 20px!important;
	letter-spacing: 0px!important;
	font-weight: 800!important;
	line-height: 1!important;		

}
	
			span.date {
	line-height: 0.8;
margin: 0;
  margin-top: 0px;
color: #fff;
text-transform: uppercase;
font-size: 40px !important;
display: block;
letter-spacing: 0px !important;
font-weight: 600 !important;
padding: 20px 0 20px 0 !important;

}
	span.date1 {
line-height: 0.8;
margin: 0;
  margin-top: 0px;
color: #fff;
text-transform: uppercase;
font-size: 40px !important;
display: block;
letter-spacing: 0px !important;
font-weight: 600 !important;
border-bottom: 1px dashed black;
padding: 20px 0px 20px 0px !important;

}
h3.date1 {
border-top: 1px dashed black;
line-height: 0.8;
margin: 0;
  margin-top: 20px;
color: #fff;
text-transform: uppercase;
font-size: 40px !important;
display: block;
letter-spacing: 0px !important;
font-weight: 600 !important;
border-bottom: 1px dashed black;
padding: 20px 0px 20px 0px !important;

}
		span.date2 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px !important;
display: block;
padding:20px 0px 20px 0px !important;
	letter-spacing: 0px!important;
	font-weight: 600!important;
	border-bottom: 1px dashed black;
			

}
.col5 h4 {
  margin: 0;
  color: #271f50;
  text-transform: uppercase;
  font-size: 26px !important;
  display: block;
  padding: 20px 20px 20px 20px!important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  line-height: 1.1;
}
.small-1 {
	width: 8.33333%;
}
.small-push-1 {
	position: relative;
	left: 8.33333%;
}
.small-pull-1 {
	position: relative;
	left: -8.33333%;
}
.small-offset-0 {
	margin-left: 0%;
}
.small-2 {
	width: 16.66667%;
}
.small-push-2 {
	position: relative;
	left: 16.66667%;
}
.small-pull-2 {
	position: relative;
	left: -16.66667%;
}
.small-offset-1 {
	margin-left: 8.33333%;
}
.small-3 {
	width: 25%;
}
.small-push-3 {
	position: relative;
	left: 25%;
}
.small-pull-3 {
	position: relative;
	left: -25%;
}
.small-offset-2 {
	margin-left: 16.66667%;
}
.small-4 {
	width: 33.33333%;
}
.small-push-4 {
	position: relative;
	left: 33.33333%;
}
.small-pull-4 {
	position: relative;
	left: -33.33333%;
}
.small-offset-3 {
	margin-left: 25%;
}
.small-5 {
	width: 41.66667%;
}
.small-push-5 {
	position: relative;
	left: 41.66667%;
}
.small-pull-5 {
	position: relative;
	left: -41.66667%;
}
.small-offset-4 {
	margin-left: 33.33333%;
}
.small-6 {
	width: 50%;
}
.small-push-6 {
	position: relative;
	left: 50%;
}
.small-pull-6 {
	position: relative;
	left: -50%;
}
.small-offset-5 {
	margin-left: 41.66667%;
}
.small-7 {
	width: 58.33333%;
}
.small-push-7 {
	position: relative;
	left: 58.33333%;
}
.small-pull-7 {
	position: relative;
	left: -58.33333%;
}
.small-offset-6 {
	margin-left: 50%;
}
.small-8 {
	width: 66.66667%;
}
.small-push-8 {
	position: relative;
	left: 66.66667%;
}
.small-pull-8 {
	position: relative;
	left: -66.66667%;
}
.small-offset-7 {
	margin-left: 58.33333%;
}
.small-9 {
	width: 75%;
}
.small-push-9 {
	position: relative;
	left: 75%;
}
.small-pull-9 {
	position: relative;
	left: -75%;
}
.small-offset-8 {
	margin-left: 66.66667%;
}
.small-10 {
	width: 83.33333%;
}
.small-push-10 {
	position: relative;
	left: 83.33333%;
}
.small-pull-10 {
	position: relative;
	left: -83.33333%;
}
.small-offset-9 {
	margin-left: 75%;
}
.small-11 {
	width: 91.66667%;
}
.small-push-11 {
	position: relative;
	left: 91.66667%;
}
.small-pull-11 {
	position: relative;
	left: -91.66667%;
}
.small-offset-10 {
	margin-left: 83.33333%;
}
.small-12 {
	width: 100%;
}
.small-offset-11 {
	margin-left: 91.66667%;
}
.small-up-1 > .column, .small-up-1 > .columns {
	float: left;
	width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	float: left;
}
.small-up-2 > .column, .small-up-2 > .columns {
	float: left;
	width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	float: left;
}
.small-up-3 > .column, .small-up-3 > .columns {
	float: left;
	width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	float: left;
}
.small-up-4 > .column, .small-up-4 > .columns {
	float: left;
	width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	float: left;
}
.small-up-5 > .column, .small-up-5 > .columns {
	float: left;
	width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	float: left;
}
.small-up-6 > .column, .small-up-6 > .columns {
	float: left;
	width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	float: left;
}
.small-up-7 > .column, .small-up-7 > .columns {
	float: left;
	width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	float: left;
}
.small-up-8 > .column, .small-up-8 > .columns {
	float: left;
	width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	float: left;
}
.small-collapse > .column, .small-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.small-collapse .row {
	margin-right: 0;
	margin-left: 0;
}
.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0;
}
.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.small-centered {
	margin-right: auto;
	margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}
.small-uncentered, .small-push-0, .small-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
}
@media print, screen and (min-width: 40em) {
.row {
	padding-left: 15px;
	padding-right: 15px;
}
	.imageGallery .columns {
padding-right:0px!important;
	
	

}
#navigation-wide {
	display: none;
}
	
.column, .columns {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.bk2.blogSingle {
	background: #1e222e!important;
	margin: 0 25px 0 25px;
}
.bk3 {
	margin: 0 25px 0 25px;
}
.contact {
	padding-left: 40px!important;
	padding-right: 40px!important;
}
.bk1.footer {
	min-height: auto;
	margin: 0 25px 25px 25px;
}
.CaseContain {
	background-color: #2cb0dc;
	/* Fallback */
	background-image: none;
	/* CSS gradients */
	background-image: -moz-linear-gradient( center top, #4ec7e9 5%, #32a3d4 100% );
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4ec7e9), color-stop(1, #32a3d4) );
	background-image: linear-gradient(to bottom, #4ec7e9, #32a3d4);

    /* IE */
   filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ec7e9', endColorstr='#32a3d4');
	padding-left: 10px;
	padding-right: 25px;
	margin-bottom: 4px;
}

.columns .columns {
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
}


.box1, .box2, box3 {
	padding-right: 25px;
	padding-left: 25px;
}
	.quote {
max-width: 100%;
		padding-left:50px;
		padding-right:50px;
}
	figure {
	position: relative!important;
	margin: 0 0 35px 0;
max-width:auto!important;
	width: auto!important;

}
	
figcaption {
		position: relative;

	width: 100%!important;
	
	background: #fbbf1d;
	padding: 15px;
	color: #0f3145;

}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	
}
.content img {
	width: auto;
}
.content img.size-full {
	max-width:827px!important;
	width: 100%!important;
}
	.customWidth1 {
	max-width: 889px;
}
.customwidth2 {
	max-width: 383px;
}
	.intro {
  padding: 60px 30px !important;
  border-radius: 20px;
  background-color: #ffffff;
  margin:0px 30px 60px 30px!important;
  position: relative;
  width: 100%;
}
	.intro2 {
padding: 30px 30px !important;
  border-radius: 20px;
  background-color: #271f50;
  margin:30px 30px 30px 0px!important;
  position: relative;
  width: 100%;
}
.medium-1 {
	width: 8.33333%;
}
.medium-push-1 {
	position: relative;
	left: 8.33333%;
}
.medium-pull-1 {
	position: relative;
	left: -8.33333%;
}
.medium-offset-0 {
	margin-left: 0%;
}
.medium-2 {
	width: 16.66667%;
}
.medium-2a {
	width: 20%;
}
.medium-push-2 {
	position: relative;
	left: 16.66667%;
}
.medium-pull-2 {
	position: relative;
	left: -16.66667%;
}
.medium-offset-1 {
	margin-left: 8.33333%;
}
.medium-3 {
	width: 25%;
}
.medium-push-3 {
	position: relative;
	left: 25%;
}
.medium-pull-3 {
	position: relative;
	left: -25%;
}
.medium-offset-2 {
	margin-left: 16.66667%;
}
.medium-4 {
	width: 33.33333%;
}
.medium-push-4 {
	position: relative;
	left: 33.33333%;
}
.medium-pull-4 {
	position: relative;
	left: -33.33333%;
}
.medium-offset-3 {
	margin-left: 25%;
}
.medium-5 {
	width: 41.66667%;
}
.medium-push-5 {
	position: relative;
	left: 41.66667%;
}
.medium-pull-5 {
	position: relative;
	left: -41.66667%;
}
.medium-offset-4 {
	margin-left: 33.33333%;
}
.medium-6 {
	width: 50%;
}
.medium-push-6 {
	position: relative;
	left: 50%;
}
.medium-pull-6 {
	position: relative;
	left: -50%;
}
.medium-offset-5 {
	margin-left: 41.66667%;
}
.medium-7 {
	width: 58.33333%;
}
.medium-push-7 {
	position: relative;
	left: 58.33333%;
}
.medium-pull-7 {
	position: relative;
	left: -58.33333%;
}
.medium-offset-6 {
	margin-left: 50%;
}
.medium-8 {
	width: 66.66667%;
}
.medium-push-8 {
	position: relative;
	left: 66.66667%;
}
.medium-pull-8 {
	position: relative;
	left: -66.66667%;
}
.medium-offset-7 {
	margin-left: 58.33333%;
}
.medium-9 {
	width: 75%;
}
.medium-push-9 {
	position: relative;
	left: 75%;
}
.medium-pull-9 {
	position: relative;
	left: -75%;
}
.medium-offset-8 {
	margin-left: 66.66667%;
}
.medium-10 {
	width: 83.33333%;
}
.medium-push-10 {
	position: relative;
	left: 83.33333%;
}
.medium-pull-10 {
	position: relative;
	left: -83.33333%;
}
.medium-offset-9 {
	margin-left: 75%;
}
.medium-11 {
	width: 91.66667%;
}
.medium-push-11 {
	position: relative;
	left: 91.66667%;
}
.medium-pull-11 {
	position: relative;
	left: -91.66667%;
}
.medium-offset-10 {
	margin-left: 83.33333%;
}
.medium-12 {
	width: 100%;
}
.medium-offset-11 {
	margin-left: 91.66667%;
}
.medium-up-1 > .column, .medium-up-1 > .columns {
	float: left;
	width: 100%;
}
.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}
.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
	float: left;
}
.medium-up-2 > .column, .medium-up-2 > .columns {
	float: left;
	width: 50%;
}
.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}
.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
	float: left;
}
.medium-up-3 > .column, .medium-up-3 > .columns {
	float: left;
	width: 33.33333%;
}
.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}
.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
	float: left;
}
.medium-up-4 > .column, .medium-up-4 > .columns {
	float: left;
	width: 25%;
}
.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}
.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
	float: left;
}
.medium-up-5 > .column, .medium-up-5 > .columns {
	float: left;
	width: 20%;
}
.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}
.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
	float: left;
}
.medium-up-6 > .column, .medium-up-6 > .columns {
	float: left;
	width: 16.66667%;
}
.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}
.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
	float: left;
}
.medium-up-7 > .column, .medium-up-7 > .columns {
	float: left;
	width: 14.28571%;
}
.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}
.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
	float: left;
}
.medium-up-8 > .column, .medium-up-8 > .columns {
	float: left;
	width: 12.5%;
}
.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}
.medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}
.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
	float: left;
}
.medium-collapse > .column, .medium-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.medium-collapse .row {
	margin-right: 0;
	margin-left: 0;
}
.expanded.row .medium-collapse.row {
	margin-right: 0;
	margin-left: 0;
}
.medium-uncollapse > .column, .medium-uncollapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.medium-centered {
	margin-right: auto;
	margin-left: auto;
}
.medium-centered, .medium-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}
.medium-uncentered,  .medium-push-0,  .medium-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
}

@media print, screen and (min-width: 64em) {
.row {
	padding-left: 25px;
	padding-right: 25px;
}


.column, .columns {
	position: relative;

	float: left;
	padding-right: 1rem;
	padding-left: 1rem;
}



	.welcomeText {
z-index: 998;
	position: relative;
	top: 25px;
	padding: 10px!important;
}

	ul.social {

	padding:0;
	
}
	.customWidth1 {
	max-width: 889px!important;
}
.customWidth2 {
	max-width: 383px!important;
}
.social a {
	font-family: 'Montserrat', sans-serif!important;
	color:#ffffff!important;
	font-size:19px;
	font-weight:600;
	padding:10px 0 20px 0;
	transition: all 0.5s ease;
	text-decoration:none!important;
	display:inline-block;
	
}
.social a:hover,.social a:focus {
	color:#2c3d76!important;
	text-decoration:none!important;
}


.social a span {
	font-family: 'FontAwesome'!important;
}
.col5 h2 {
	margin: 0;
	background-color:#f0c835;		
	color: #271f50;
	text-transform: uppercase;
	font-size: 40px !important;
display: block;
	border-radius:20px 20px 0 0;
	padding:20px 20px!important;
	letter-spacing: 0px!important;
	font-weight: 800!important;
	line-height: 1!important;		

}
	
			span.date {
	line-height: 0.8;
margin: 0;
  margin-top: 0px;
color: #fff;
text-transform: uppercase;
font-size: 40px !important;
display: block;
letter-spacing: 0px !important;
font-weight: 600 !important;
padding: 20px 0 20px 0 !important;

}
	span.date1 {
line-height: 0.8;
margin: 0;
  margin-top: 0px;
color: #fff;
text-transform: uppercase;
font-size: 40px !important;
display: block;
letter-spacing: 0px !important;
font-weight: 600 !important;
border-bottom: 1px dashed black;
padding: 20px 0px 20px 0px !important;

}
		span.date2 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 32px !important;
display: block;
padding:20px 0px 20px 0px !important;
	letter-spacing: 0px!important;
	font-weight: 600!important;
	border-bottom: 1px dashed black;
			

}

.col5 h4 {
  margin: 0;
  color: #271f50;
  text-transform: uppercase;
  font-size: 26px !important;
  display: block;
  padding: 20px 20px 20px 20px!important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  line-height: 1.1;
}
	
	a#logo-btn2 {
display: inline-block;
    padding: 0;
    position: relative;
    z-index: 990;
    top: 0px;
    width: 100%;
    max-width: 680px;
    height: auto;
    text-align: left;
    margin: 50px 0 80px 0;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
	
}

	.row.heroBanner.party {
		position: relative!important;
			padding-left: 0px;
	padding-right: 0px;
			margin-right: auto;
	margin-left: auto;
background-size: cover!important;
	min-height: 751px;
			margin-top: 0;
	margin-bottom: 0;
    width: 100%;
		background-attachment: fixed!important;
	max-width: 100%;
		padding-bottom: 60px;
	
}
.intro {
  padding: 60px 30px !important;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 20px 0px auto !important;
  position: relative;
  width: 100%;
}
.intro-right {
  padding: 50px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 0 0px 0 25px !important;
  position: relative;
  width: auto;
}		
	.col5 {
background: #ffffff;	
position:relative;
	width:100%;
	border-radius:20px;
	margin:0 25px 25px 0px!important;
}
	
	.intro2 {
padding: 30px 30px !important;
  border-radius: 20px;
  background-color: #271f50;
  margin:15px 0px 30px 0px !important;
  position: relative;
  width: 100%;
}
header {
padding: 150px 50px 50px 50px;
  background-color: #004531;
  text-align: center;
  margin: 0 0 100px 0; 
  
}

.package {
    background-color:#ffffff;
    padding:30px;
    border-radius:10px;
}

.package p, .package a {
    color:#000000!important;
    text-align:left;
}
.package h3 {
    color:#000000;
    font-size:24px;
    line-height: 1.1;
}
.register a {
    color:#000000;
}
.large-1 {
	width: 8.33333%;
}
.large-push-1 {
	position: relative;
	left: 8.33333%;
}
.large-pull-1 {
	position: relative;
	left: -8.33333%;
}
.large-offset-0 {
	margin-left: 0%;
}
.large-2 {
	width: 16.66667%;
}
.large-2a {
	width: 20%;
}
.large-push-2 {
	position: relative;
	left: 16.66667%;
}
.large-pull-2 {
	position: relative;
	left: -16.66667%;
}
.large-offset-1 {
	margin-left: 8.33333%;
}
.large-3 {
	width: 25%;
}

.large-push-3 {
	position: relative;
	left: 25%;
}
.large-pull-3 {
	position: relative;
	left: -25%;
}
.large-offset-2 {
	margin-left: 16.66667%;
}
.large-4 {
	width: 33.33333%;
}
.large-push-4 {
	position: relative;
	left: 33.33333%;
}
.large-pull-4 {
	position: relative;
	left: -33.33333%;
}
.large-offset-3 {
	margin-left: 25%;
}
.large-5 {
	width: 41.66667%;
}
.large-push-5 {
	position: relative;
	left: 41.66667%;
}
.large-pull-5 {
	position: relative;
	left: -41.66667%;
}
.large-offset-4 {
	margin-left: 33.33333%;
}
.large-6 {
	width: 50%;
}
.large-push-6 {
	position: relative;
	left: 50%;
}
.large-pull-6 {
	position: relative;
	left: -50%;
}
.large-offset-5 {
	margin-left: 41.66667%;
}
.large-7 {
	width: 58.33333%;
}
.large-push-7 {
	position: relative;
	left: 58.33333%;
}
.large-pull-7 {
	position: relative;
	left: -58.33333%;
}
.large-offset-6 {
	margin-left: 50%;
}
.large-8 {
	width: 66.66667%;
}
.large-push-8 {
	position: relative;
	left: 66.66667%;
}
.large-pull-8 {
	position: relative;
	left: -66.66667%;
}
.large-offset-7 {
	margin-left: 58.33333%;
}
.large-9 {
	width: 75%;
}
.large-push-9 {
	position: relative;
	left: 75%;
}
.large-pull-9 {
	position: relative;
	left: -75%;
}
.large-offset-8 {
	margin-left: 66.66667%;
}
.large-10 {
	width: 83.33333%;
}
	.heroBanner .large-10 {
	width: 86.33333%;
}
.large-push-10 {
	position: relative;
	left: 83.33333%;
}
.large-pull-10 {
	position: relative;
	left: -83.33333%;
}
.large-offset-9 {
	margin-left: 75%;
}
.large-11 {
	width: 91.66667%;
}
.large-push-11 {
	position: relative;
	left: 91.66667%;
}
.large-pull-11 {
	position: relative;
	left: -91.66667%;
}
.large-offset-10 {
	margin-left: 83.33333%;
}
.large-12 {
	width: 100%;
}
.large-offset-11 {
	margin-left: 91.66667%;
}
.large-up-1 > .column, .large-up-1 > .columns {
	float: left;
	width: 100%;
}
.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
	clear: both;
}
.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
	float: left;
}
.large-up-2 > .column, .large-up-2 > .columns {
	float: left;
	width: 50%;
}
.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
	clear: both;
}
.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
	float: left;
}
.large-up-3 > .column, .large-up-3 > .columns {
	float: left;
	width: 33.33333%;
}
.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
	clear: both;
}
.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
	float: left;
}
.large-up-4 > .column, .large-up-4 > .columns {
	float: left;
	width: 25%;
}
.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
	clear: both;
}
.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
	float: left;
}
.large-up-5 > .column, .large-up-5 > .columns {
	float: left;
	width: 20%;
}
.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
	clear: both;
}
.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
	float: left;
}
.large-up-6 > .column, .large-up-6 > .columns {
	float: left;
	width: 16.66667%;
}
.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
	clear: both;
}
.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
	float: left;
}
.large-up-7 > .column, .large-up-7 > .columns {
	float: left;
	width: 14.28571%;
}
.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
	clear: both;
}
.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
	float: left;
}
.large-up-8 > .column, .large-up-8 > .columns {
	float: left;
	width: 12.5%;
}
.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
	clear: none;
}
.large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
	clear: both;
}
.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
	float: left;
}
.large-collapse > .column, .large-collapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.large-collapse .row {
	margin-right: 0;
	margin-left: 0;
}
.expanded.row .large-collapse.row {
	margin-right: 0;
	margin-left: 0;
}
.large-uncollapse > .column, .large-uncollapse > .columns {
	padding-right: 0;
	padding-left: 0;
}
.large-centered {
	margin-right: auto;
	margin-left: auto;
}
.large-centered, .large-centered:last-child:not(:first-child) {
	float: none;
	clear: both;
}
.large-uncentered,  .large-push-0,  .large-pull-0 {
	position: static;
	float: left;
	margin-right: 0;
	margin-left: 0;
}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
p {
	font-weight: 400;
	color:#1A1A1A;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}
.col1 p, .col2 p , .col6 p {
	color: #fff;

}

.col6 p {
	color: #fff;
	font-size:22px;
}
.col4 p{
	color: #271f50;font-weight:600;
}
.col5 p{
	color: #271f50;font-weight:600;font-size:18px;
}
p.small {
	font-weight: 500;
	color: #515151;
	margin-top: 5px;
	font-size: 12px!important;
	line-height: 1.4;
	letter-spacing: 1px;
	text-rendering: optimizeLegibility;
}
.filter p {
	font-size:11px;
	letter-spacing: 1px;
	margin-top: 3px;
	margin-bottom: 0;
}
.cta1 p {
	color:#fff;
	text-transform: uppercase;
	font-size:15px;
	font-weight: 500;
}




.footer p {
	font-size: 18px;

	line-height: 1.8;
	color: #fff;
	max-width: 100%;

}
.footer p.copyright, p.copyright a {
	color: #fff;
	font-size:12px;
}

em, i {
	font-style: italic;
	line-height: inherit;
}
strong, b {
	font-weight: 700!important;
	line-height: inherit;
}
small {
	font-size: 80%;
	line-height: inherit;
}
h1, h2, h3, h4, h5, h6 {
	
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
}
h1 small,  h2 small,  h3 small,  h4 small,  h5 small,  h6 small {
	line-height: 0;
	color: #cacaca;
}
h1 {

	color: #fff;
	text-transform: uppercase;
	font-size: 39px;
	line-height: 1;
	margin-top: 0;
	font-weight: 800!important;
	margin-bottom: 18px;
	text-shadow:1px 4px 6px #4d4e21;
}

h1 span {
	line-height: 0.8;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 63px;
	display: block;
	font-weight: 800!important;

}


.col5 h4 {
  margin: 0;
  color: #271f50;
  text-transform: uppercase;
  font-size: 26px !important;
  display: block;
  padding: 20px 20px 20px 20px!important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  line-height: 1.1;
}
.internalBanner h1 {
	color: #fff;
	padding: 10px 0 10px 0;
	font-weight: 300!important;
	background: rgb(0, 0, 0, 0.8);
}


h2, h2 a {

	color: #271f50;

	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0;
		font-weight: 800;
	margin-bottom: 15px;
}
.col1 h2 span{
	font-size:25px;
	text-transform: lowercase;
	display: block;
		font-weight: 300;
}
.col5 h3{
	font-size:30px;
	text-transform: none;
	display: block;
		font-weight: 600;
	padding:0px 20px 0px 20px;
	color: #271f50;
	line-height: 1;
}
a.outline-button.small {
isplay: inline-block;
border: 1px solid #233056;
vertical-align: middle;
margin: 0 auto;
padding: 5px 25px 5px 25px !important;
font-weight: bold;
font-family: 'Mulish',sans-serif !important;
text-transform: uppercase !important;
background: #ffffff !important;
color: #233056 !important;
font-size: 16px !important;
-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
transition: background-color 0.25s ease-out, color 0.25s ease-out;
-webkit-appearance: none;
line-height: 1.9;
text-align: center;
cursor: pointer;
max-width: auto;
border-radius: 0px;
text-decoration: none !important;
  
}
a.outline-button.small:hover , a.outline-button.small:focus {
	background: #233056 !important;
color: #ffffff  !important;
}
.col5 h4 {
  margin: 0;
  color: #271f50;
  text-transform: uppercase;
  font-size: 26px !important;
  display: block;
  padding: 20px 20px 20px 20px!important;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  line-height: 1.1;
}
.col1 h2, .col2 h2,  .col6 h2 {
	font-size:40px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}

  .col4 h2     {
	font-size:40px;
	color: #271f50;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}
h2.pagetitle {
		color: #231f20;
	letter-spacing: 1px;
	font-size: 35px;
	line-height: 1.2;
	margin-top: 0;
	font-weight: 300!important;
	margin-bottom: 18px;
}
.cta1 h2 {
	color: #fff;
}
.bk1 h2 {
	color: #fff;
	font-weight: 600;
}
h2.arrowTitle:before {
	
	background-image: url("images/arrowTitle.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	top: -13px;
	left: -60px;
	content: "";
	height: 65px;
	position: absolute;
	z-index: 99999;
	width: 53px;

}
h2 span.specialOrder {
	float: right;
	font-size:11px;
	position: relative;
top: 10px;
	color: #7d8288;
	letter-spacing: 2px;
	padding-right: 15px;
}

h2 span.specialOrder:after {
	content: "";
	position: absolute;
	right: 0;
	top: -3px;
	width:16px;
	height: 16px;
	background: url('images/spOrder.png')no-repeat center center;
}



h3 {

	font-size: 26px;
	color: #3C3C3C;
	line-height: 1.4;
	margin-top: 0;
	font-weight: 800;
	margin-bottom: 18px;
}
h3.sponsorTitle {
	color: #271f50;
	border-bottom: 1px solid #bababa;
	padding-bottom: 15px;
	font-size:12px;
	font-weight: 400;
	letter-spacing: 4px;
}
.col4 h3 {
	color: #271f50;
	margin-bottom: 5px;
}
.filter h3 {
		margin-bottom: 10px;
}
h3 a {
	text-decoration:none;
}
.instagram h3 {
	font-size:12px;
	letter-spacing: 3px;
		font-weight: 500;
}

.instagram h3 .fab {
	position: relative;
	display: inline-block;
	font-size:45px;
	color: #79da43;
	margin-right:15px;
	top: 10px;

}
.footer h3 {
		color: #fff;
	letter-spacing: 3px;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 15px;
}
h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.footer h4 {
	font-size:16px;
	color: #fff;
	letter-spacing:0;
	font-weight: 500;
}
.blogFeed h4 {
	text-transform: uppercase;
font-size:25px;
	
}
.footer .box1 h4 {
color:#fff;
}
.footer .box2 h4 {
color:#0f3145;
}
.footer .box3 h4 {
color:#0f3145;
}
h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
h1 {

	color: #fff;
	text-transform: uppercase;
	font-size: 54px;
	line-height: 1;
	margin-top: 0;
	font-weight: 800!important;
	margin-bottom: 18px;
	text-shadow:1px 4px 6px #4d4e21;
}

h1 span {
	line-height: 0.8;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 93px;
	display: block;
	font-weight: 800!important;

}
		

h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
}

@media print, screen and (min-width: 64em) {
h1 {

	color: #fff;
	text-transform: uppercase;
	font-size: 84px;
	line-height: 1;
	margin-top: 0;
	font-weight: 800!important;
	margin-bottom: 18px;
	text-shadow:1px 4px 6px #4d4e21;
}

h1 span {
	line-height: 0.8;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 123px;
	display: block;
	font-weight: 800!important;

}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
}

a {
	line-height: inherit;
	color: #ffffff;
	text-decoration: underline;
	font-weight: 400;
	cursor: pointer;
}

a:hover, a:focus {
	color: inherit;
	text-decoration: underline!important;
}
.filter a  {
	text-decoration:none;
}
.footer a {
    color: #fff!important;
	margin:0;
}
.hd-nav a {
color: #000;
	font-size:11px;
	letter-spacing: 3px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 1!important;
	
}
p.copyright a {
	text-decoration: none;
}

.copyright a {
	color: #000;
}

a img {
	border: 0;
}
hr {
	clear: both;
	max-width: 62.5rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}
ul, ol, dl {
	margin-bottom: 1.5rem;
	list-style-position: outside;
	line-height: 1.6;
}
li {
	font-size: 17px;
}
.col1 li, .col2 li, .col4 li {
	color: #fff;
	
}
.col5 li {
	color: #271f50;
font-size: 18px;
font-weight: 600;
list-style-type: none;
background: #eee;
margin: 10px 0;
padding: 5px 20px;
border-radius: 50px;
	
}
.col6 ul {
	margin: 0;
}
.col6 ul li {
	color: #fff;
	font-size:14px;
	margin-bottom:12px;
}
.serviceLanding li {
	font-size: 16px;
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

ol {
	margin-left: 1.25rem;
}
ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}
dl {
	margin-bottom: 1rem;
}
dl dt {
	margin-bottom: 0.3rem;
	font-weight: bold;
}
blockquote:before {
	background-image: url("images/quote2.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0px;
	left: -20px;
	content: "";
	height: 53px;
	position: absolute;
	z-index: 99999;
	width: 53px;
}
.bk1 blockquote:before {
	background-image: url("images/quote.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0px;
	left: -60px;
	content: "";
	height: 53px;
	position: absolute;
	z-index: 99999;
	width: 53px;
}
blockquote p {
	font-size:28px!important;
	line-height: 1.3!important;
	font-wieght:300;

}
blockquote {
	width: 100%;

	margin: 0 0 35px 0;
	padding: 0px 10px 20px 45px;
	background: url("images/quoteBorder.png") repeat-y left top;

	position: relative;
}

.bk1 blockquote {
	width: 100%;

	margin: 0 0 35px 0;
	padding: 0px 10px 20px 0px;
	background: url("images/quoteBorder.png") repeat-y left top;

	position: relative;
}

cite {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 600;
}
cite:before {
	content: "~ ";
}
abbr {
	border-bottom: 1px dotted #0a0a0a;
	color: #0a0a0a;
	cursor: help;
}

code {
	padding: 0.125rem 0.3125rem 0.0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a;
}
kbd {
	margin: 0;
	padding: 0.125rem 0.25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a;
	border-radius: 3px;
}
.subheader {
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a;
}
.lead {
	font-size: 125%;
	line-height: 1.6;
}
.stat {
	font-size: 2.5rem;
	line-height: 1;
}
p + .stat {
	margin-top: -1rem;
}
.no-bullet {
	margin-left: 0;
	list-style: none;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

@media print, screen and (min-width: 40em) {
.medium-text-left {
	text-align: left;
}
.medium-text-right {
	text-align: right;
}
.medium-text-center {
	text-align: center;
}
.medium-text-justify {
	text-align: justify;
}
}

@media print, screen and (min-width: 64em) {
.large-text-left {
	text-align: left;
}
.large-text-right {
	text-align: right;
}
.large-text-center {
	text-align: center;
}
.large-text-justify {
	text-align: justify;
}
}
.show-for-print {
	display: none !important;
}

@media print {
* {
	background: transparent !important;
	box-shadow: none !important;
	color: black !important;
	text-shadow: none !important;
}
.show-for-print {
	display: block !important;
}
.hide-for-print {
	display: none !important;
}
table.show-for-print {
	display: table !important;
}
thead.show-for-print {
	display: table-header-group !important;
}
tbody.show-for-print {
	display: table-row-group !important;
}
tr.show-for-print {
	display: table-row !important;
}
td.show-for-print {
	display: table-cell !important;
}
th.show-for-print {
	display: table-cell !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
.ir a:after,  a[href^='javascript:']:after,  a[href^='#']:after {
	content: '';
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
pre,  blockquote {
	border: 1px solid #8a8a8a;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}

.login [type='text'], .login [type='password'], .login [type='date'], .login [type='datetime'], .login [type='datetime-local'], .login [type='month'], .login [type='week'], .login [type='email'], .login [type='number'], .login [type='search'], .login [type='tel'], .login [type='time'], .login [type='url'], .login [type='color'], .login textarea {
	display: block!important;
	box-sizing: border-box!important;
	width: 100%!important;
	height: auto!important;
	margin: 0 0 1rem!important;
	padding: 12px 10px 12px 10px!important;
	border: 1px solid #2a2e32!important;
	background-color: #fff!important;
	font-family: inherit!important;
	font-size: 16px!important;
	letter-spacing: 3px!important;
	color: #2d3135!important;
	font-weight: 400!important;
	-webkit-appearance: none1;
	-moz-appearance: none!important;
	appearance: none!important;
	border-radius: 0!important;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
	padding: 12px 10px 12px 10px;
	border: 1px solid #2a2e32;
	background-color: #fff;
	font-family: inherit;
	font-size: 16px;
	color: #2d3135;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,  textarea:focus {
	outline: none;
	border: 1px solid #000;
background-color: #fff;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {

	max-width: 100%;
}
textarea[rows] {
	height: auto;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #2a2e32;
	  opacity: 1 !important;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color: #2a2e32;
	  opacity: 1 !important;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #2a2e32;
	  opacity: 1 !important;
}
 input::placeholder, textarea::placeholder {
 color: #2a2e32;
	  opacity: 1 !important;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
[type='submit'], [type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
}
input[type='search'] {
	box-sizing: border-box;
}
[type='file'], [type='checkbox'], [type='radio'] {
	margin: 0 0 1rem;
}
[type='checkbox'] + label, [type='radio'] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: 0.5rem;
	margin-right: 1rem;
	
	margin-bottom: 0;
}
[type='checkbox'] + label[for],  [type='radio'] + label[for] {
	cursor: pointer;
}
label > [type='checkbox'], label > [type='radio'] {
	margin-right: 0.5rem;
}
[type='file'] {
	width: 100%;
}
/* NINJA FORM ADDITIONS */
.nf-form-fields-required {
	display: none;
}
.nf-error-msg, .ninja-forms-req-symbol {
	color:#79da43!important;
	font-size: 16px!important;
	line-height: 1;
	top: 5px;
	position: relative;
}
.box2 .nf-error-msg, .box2 .ninja-forms-req-symbol {
	color:#0f3145!important;
}
.nf-field-container {

	padding: 0px;
	margin-bottom: 10px!important;
}
.sideBar2 .ninja-forms-req-symbol {
	color: #fff;
}
.nf-fu-progress {
	margin-bottom: 0!important;
}
.contact .nf-error-msg, .contact .ninja-forms-req-symbol {
	color: #fff;
}
.label-above .nf-field-label {
	margin-bottom:0!important;
}
.nf-error-msg, .ninja-forms-req-symbol {
	color: #6edef8h!important;
}
/* NINJA FORM ADDITIONS */

li > label {
   font-weight: 400!important; 
}
label {
	font-family: 'Montserrat', sans-serif;
	display: block;
	margin: 0!important;
	font-size: 16px;
	font-weight: 600!important;
	line-height: 1.8;
	color: #000;
}
.footer label {
	color: #fff;
	font-size:14px;
	font-weight: 600;
	text-transform:uppercase;
	margin-bottom:5px!important;
	letter-spacing: 1px;
}
.footer .label-right label {
	text-transform:none;

}
.bk3.shadow1 label {
	color: #2E2E2E;
}
label.middle {
	margin: 0 0 1rem;
	padding: 0.5625rem 0;
}
.help-text {
	margin-top: -0.5rem;
	font-size: 0.8125rem;
	font-style: italic;
	color: #0a0a0a;
}
.input-group {
	display: table;
	width: 100%;
	margin-bottom: 1rem;
}
.input-group > :first-child {
	border-radius: 3px 0 0 3px;
}
.input-group > :last-child > * {
	border-radius: 0 3px 3px 0;
}
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: 0;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	width: 1%;
	height: 100%;
}
.input-group-label:first-child {
	border-right: 0;
}
.input-group-label:last-child {
	border-left: 0;
}
.input-group-field {
	border-radius: 0;
	height: 2.5rem;
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	width: 1%;
	height: 100%;
}
.input-group-button a,  .input-group-button input,  .input-group-button button,  .input-group-button label {
	height: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}
.input-group .input-group-button {
	display: table-cell;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	max-width: 100%;
	margin-bottom: 0.5rem;
}
.login legend {
font-family: 'Montserrat', sans-serif;
	color: #231f20!important;
	letter-spacing: 3px!important;
	font-size: 20px!important;
	font-weight: 400!important;
	line-height: 1.4!important;
	margin-top: 0!important;
	margin-bottom: 15px!important;
	text-transform: uppercase;

}
#wpmem_login .link-text {
	float: left;

	padding-top: 10px;
	width: 100%!important;
	font-size:12px!important;
	text-align: left!important;
}
.button_div {
	text-align:left!important;
}
input#rememberme {

		margin: 13px 5px 0 15px!important;
}
button_div label {
	float: left!important;

}
#wpmem_reg .button_div, #wpmem_login .button_div {
	height: auto!important;
	width: 100%!important;
	float: left;
}
#wpmem_reg .req-text {
	display:none;
	
}
.fieldset {
	margin: 0px 0px!important;
	padding:0!important;
	border: none;
}
#wpmem_reg fieldset, #wpmem_login fieldset {
	margin: 0px 0 35px 0!important;
	padding:0!important;
	border: none;
}
.fieldset legend {
	margin: 0;
	margin-left: -0.1875rem;
	padding: 0 0.1875rem;
	background: #fefefe;
}
select {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: 2px 20px 2px 8px;

	background-color: #fff;
	border: 1px solid #2a2e32!important;
	font-family: inherit;
	font-size: 14px;
	border-radius: 0!important;
	font-weight: 300!important;
	text-transform: uppercase;
	color: #0a0a0a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
 @media screen and (min-width: 0\0) {
 select {
 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
}
}
select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}
 select::-ms-expand {
 display: none;
}
select[multiple] {
	height: auto;
	background-image: none;
}
.is-invalid-input:not(:focus) {
	border-color: #c60f13;
	background-color: #f8e6e7;
}
 .is-invalid-input:not(:focus)::-webkit-input-placeholder {
 color: #c60f13;
}
 .is-invalid-input:not(:focus)::-moz-placeholder {
 color: #c60f13;
}
 .is-invalid-input:not(:focus):-ms-input-placeholder {
 color: #c60f13;
}
 .is-invalid-input:not(:focus)::placeholder {
 color: #c60f13;
}
.is-invalid-label {
	color: #c60f13;
}
.form-error {
	display: none;
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	font-weight: bold;
	color: #c60f13;
}
.form-error.is-visible {
	display: block;
}
.hide {
	display: none !important;
}
.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }


.submit-wrap input, input.buttons {
background: #79da43;

	vertical-align: middle;
	margin: 0 0 0 0!important;
	padding: 15px 24px 13px 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius:  3px;
	border-radius:  3px;
	text-decoration: none;
	transition: none;
	font-size: 14px!important;
	letter-spacing: 3px;
text-transform: uppercase;
	float: left;
	display: block!important;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	color: #fff;
	border: none!important;
}

.button, button {
	background: #f0c837;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0px 5px 0;
	text-transform: uppercase;
	padding: 18px 20px 18px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius:  2px;
	border-radius:  2px;
	text-decoration: none;
	transition: none;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	font-weight: 800;
	color: #1a380a;
}
.button.small {
	font-size:12px;
	letter-spacing: 1px;
	padding: 12px 15px 12px 15px;
}
.button.smaller, button.simplefavorites-clear, button.simplefavorite-button {
	font-size:11px;
	letter-spacing: 1px;
	padding: 8px 10px 8px 10px;
}
.button.grey {
	background: #24282c !important
}
.button:hover, button:hover {
	background: #2c783c;
	color: #fff;
	text-decoration: none!important;
}

.yellow {
   color:#2c783;
}
.button.menu {
	position: relative;
	top: 0px;
	text-align: center;
	margin: 0!important;
	border: none;
	font-size: 25px;
	color: #000;
	border-radius: 0!important;
	padding:20px 20px 30px 20px; 
		background: #fff;

}
.button.menu img {
	max-width: 50px;
}
.button.menu:hover {

	color: #000;
	border: none;
		background: #fff;
	
}
.button.menu span {
	position: relative;
	display: block;
	color: #000;
	
	padding-bottom:0;
top:10px;
	margin-top: 0;
	letter-spacing: 1px;
	font-size:12px;
	font-weight: 600;

}


.button.close, .button.close:active {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 4px 9px 4px 9px;
	font-size: 29px;

	color: #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius:  100px;
	border-radius:  100px;

		background: none;
	border: 1px solid #fff;
}


.close-button, .close-button:active {
	position: relative;
	top: 5px;
	right: 5px;
	padding: 4px 9px 4px 9px;
	font-size: 29px;

	color: #000;
	-webkit-border-radius: 100px;
	-moz-border-radius:  100px;
	border-radius:  100px;

		background: none;
	border: 1px solid #000;
}

.button.tiny {
	font-size: 0.6rem;
}


@media print, screen and (min-width: 40em) {
.button, button {
	background: #f0c837;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0px 5px 0;
	text-transform: uppercase;
	padding: 18px 20px 18px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius:  2px;
	border-radius:  2px;
	text-decoration: none;
	transition: none;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	font-weight: 800;
	color: #1a380a;
}
}

@media print, screen and (min-width: 64em) {

}

.button.large {
	font-size: 1.25rem;
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.button.primary {
	background-color: #2ba6cb;
	color: #0a0a0a;
}
.button.primary:hover, .button.primary:focus {
	background-color: #2285a2;
	color: #0a0a0a;
}
.button.secondary {
	background-color: #e9e9e9;
	color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
	background-color: #bababa;
	color: #0a0a0a;
}
.button.alert {
	background-color: #c60f13;
	color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
	background-color: #9e0c0f;
	color: #fefefe;
}
.button.success {
	background-color: #5da423;
	color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
	background-color: #4a831c;
	color: #0a0a0a;
}
.button.warning {
	background-color: #ffae00;
	color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a;
}
.button.body-font {
	background-color: #222222;
	color: #fefefe;
}
.button.body-font:hover, .button.body-font:focus {
	background-color: #1b1b1b;
	color: #fefefe;
}
.button.header {
	background-color: #222222;
	color: #fefefe;
}
.button.header:hover, .button.header:focus {
	background-color: #1b1b1b;
	color: #fefefe;
}
.button.hollow {
	border: 1px solid #2ba6cb;
	color: #2ba6cb;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
	border-color: #165366;
	color: #165366;
}
.button.hollow.primary {
	border: 1px solid #2ba6cb;
	color: #2ba6cb;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #165366;
	color: #165366;
}
.button.hollow.secondary {
	border: 1px solid #e9e9e9;
	color: #e9e9e9;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #757575;
	color: #757575;
}
.button.hollow.alert {
	border: 1px solid #c60f13;
	color: #c60f13;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #63080a;
	color: #63080a;
}
.button.hollow.success {
	border: 1px solid #5da423;
	color: #5da423;
}
.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #2f5212;
	color: #2f5212;
}
.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700;
}
.button.hollow.body-font {
	border: 1px solid #222222;
	color: #222222;
}
.button.hollow.body-font:hover, .button.hollow.body-font:focus {
	border-color: #111111;
	color: #111111;
}
.button.hollow.header {
	border: 1px solid #222222;
	color: #222222;
}
.button.hollow.header:hover, .button.hollow.header:focus {
	border-color: #111111;
	color: #111111;
}
.button.disabled, .button[disabled] {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
	background-color: #2ba6cb;
	color: #fefefe;
}
.button.disabled.primary, .button[disabled].primary {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
	background-color: #2ba6cb;
	color: #0a0a0a;
}
.button.disabled.secondary, .button[disabled].secondary {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #e9e9e9;
	color: #0a0a0a;
}
.button.disabled.alert, .button[disabled].alert {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #c60f13;
	color: #fefefe;
}
.button.disabled.success, .button[disabled].success {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #5da423;
	color: #0a0a0a;
}
.button.disabled.warning, .button[disabled].warning {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
	background-color: #ffae00;
	color: #0a0a0a;
}
.button.disabled.body-font, .button[disabled].body-font {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.body-font, .button.disabled.body-font:hover, .button.disabled.body-font:focus, .button[disabled].body-font, .button[disabled].body-font:hover, .button[disabled].body-font:focus {
	background-color: #222222;
	color: #fefefe;
}
.button.disabled.header, .button[disabled].header {
	opacity: 0.25;
	cursor: not-allowed;
}
.button.disabled.header, .button.disabled.header:hover, .button.disabled.header:focus, .button[disabled].header, .button[disabled].header:hover, .button[disabled].header:focus {
	background-color: #222222;
	color: #fefefe;
}
.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 0.4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: 0.4em;
	display: inline-block;
	float: right;
	margin-left: 1em;
}
.button.arrow-only::after {
	top: -0.1em;
	float: none;
	margin-left: 0;
}
.is-off-canvas-open {
	overflow: hidden;
}
.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	background: rgba(254, 254, 254, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}
.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}
.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}
.off-canvas {
	position: fixed;
	z-index: 1;
	opacity: 1!important;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #232528 !important;
}
[data-whatinput='mouse'] .off-canvas {
	outline: 0;
}
.off-canvas.is-transition-overlap {
	z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.off-canvas-absolute {
	position: absolute;
	z-index: 1;
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas-absolute {
	outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.position-left {
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}
.position-left.is-transition-push::after {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
	-ms-transform: none;
	transform: none;
}
.position-right {
	top: 0;
	right: 0;
	width: 340px;
	height: 100%;
	-ms-transform: translateX(340px);
	transform: translateX(340px);
	overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
	-ms-transform: translateX(-340px);
	transform: translateX(-340px);
}
.position-right.is-transition-push::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
	-ms-transform: none;
	transform: none;
}
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-ms-transform: translateY(-250px);
	transform: translateY(-250px);
	overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
	-ms-transform: translateY(250px);
	transform: translateY(250px);
}
.position-top.is-transition-push::after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
	-ms-transform: none;
	transform: none;
}
.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	-ms-transform: translateY(250px);
	transform: translateY(250px);
	overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
	-ms-transform: translateY(-250px);
	transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
	content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
	-ms-transform: none;
	transform: none;
}
.off-canvas-content {
	transition: transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
.position-left.reveal-for-medium {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-left.reveal-for-medium ~ .off-canvas-content {
	margin-left: 250px;
}
.position-right.reveal-for-medium {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-right.reveal-for-medium ~ .off-canvas-content {
	margin-right: 250px;
}
.position-top.reveal-for-medium {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-top.reveal-for-medium ~ .off-canvas-content {
	margin-top: 250px;
}
.position-bottom.reveal-for-medium {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-bottom.reveal-for-medium ~ .off-canvas-content {
	margin-bottom: 250px;
}
}

@media print, screen and (min-width: 64em) {
.position-left.reveal-for-large {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-left.reveal-for-large ~ .off-canvas-content {
	margin-left: 250px;
}
.position-right.reveal-for-large {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-right.reveal-for-large ~ .off-canvas-content {
	margin-right: 250px;
}
.position-top.reveal-for-large {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-top.reveal-for-large ~ .off-canvas-content {
	margin-top: 250px;
}
.position-bottom.reveal-for-large {
	-ms-transform: none;
	transform: none;
	z-index: 1;
}
.position-bottom.reveal-for-large ~ .off-canvas-content {
	margin-bottom: 250px;
}
}
body.is-reveal-open {
	overflow: hidden;
}
html.is-reveal-open, html.is-reveal-open body {
	min-height: 100%;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99998;
	display: none;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: scroll;
}
.reveal {
	z-index: 99999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 3px;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
	outline: 0;
}

@media print, screen and (min-width: 40em) {
.reveal {
	min-height: 0;
}
}
.reveal .column, .reveal .columns,  .reveal .columns {
	min-width: 0;
}
.reveal > :last-child {
	margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
.reveal {
	width: 600px;
	max-width: 62.5rem;
}
}

@media print, screen and (min-width: 40em) {
.reveal .reveal {
	right: auto;
	left: auto;
	margin: 0 auto;
}
}
.reveal.collapse {
	padding: 0;
}

@media print, screen and (min-width: 40em) {
.reveal.tiny {
	width: 30%;
	max-width: 62.5rem;
}
}

@media print, screen and (min-width: 40em) {
.reveal.small {
	width: 50%;
	max-width: 62.5rem;
}
}

@media print, screen and (min-width: 40em) {
.reveal.large {
	width: 90%;
	max-width: 62.5rem;
}
}
.reveal.full {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media screen and (max-width: 40em) {
.reveal {
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	height: 100vh;
	min-height: 100vh;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}
}
.reveal.without-overlay {
	position: fixed;
}
table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 3px;
}
table thead,  table tbody,  table tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe;
}
table caption {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
}
table thead {
	background: #f8f8f8;
	color: #0a0a0a;
}
table tfoot {
	background: #f1f1f1;
	color: #0a0a0a;
}
table thead tr,  table tfoot tr {
	background: transparent;
}
table thead th,  table thead td,  table tfoot th,  table tfoot td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-weight: bold;
	text-align: left;
}
table tbody th,  table tbody td {
	padding: 0.5rem 0.625rem 0.625rem;
}
table tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1;
}
table.unstriped tbody {
	background-color: #fefefe;
}
table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe;
}

@media screen and (max-width: 64em) {
table.stack thead {
	display: none;
}
table.stack tfoot {
	display: none;
}
table.stack tr,  table.stack th,  table.stack td {
	display: block;
}
table.stack td {
	border-top: 0;
}
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto;
}
table.hover thead tr:hover {
	background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
	background-color: #ececec;
}
table.hover tbody tr:hover {
	background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec;
}
.table-scroll {
	overflow-x: auto;
}
.table-scroll table {
	width: auto;
}
.responsive-embed, .flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}
.responsive-embed iframe,  .responsive-embed object,  .responsive-embed embed,  .responsive-embed video,  .flex-video iframe,  .flex-video object,  .flex-video embed,  .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-embed.widescreen,  .flex-video.widescreen {
	padding-bottom: 56.25%;
}
.dad-youtube-responsive {
	padding-bottom: 35px;
}
.column-block {
	margin-bottom: 0;
}
.column-block > :last-child {
	margin-bottom: 0;
}
div[class*="mui"] {
	opacity: 0;
}
.is-animating div[class*="mui"] {
	opacity: 1
}
.slide-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-delay: 300ms !important;
}
.is-animating .slide-in-down.mui-enter {
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 300ms !important;
}
.slide-in-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-in-left.mui-enter {
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-in-up.mui-enter {
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.slide-in-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-in-right.mui-enter {
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-out-down.mui-leave {
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.slide-out-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-out-right.mui-leave {
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.slide-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-out-up.mui-leave {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.slide-out-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition-property: transform, opacity;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.is-animating .slide-out-left.mui-leave {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.fade-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 0;
	transition-property: opacity;
}
.is-animating .fade-in.mui-enter {
	opacity: 1;
}
.fade-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	opacity: 1;
	transition-property: opacity;
}
.is-animating .fade-out.mui-leave {
	opacity: 0;
}
.hinge-in-from-top.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-top.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-right.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-right.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(90deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-bottom.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-left.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(90deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-left.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.is-animating .hinge-in-from-middle-x {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateX(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-middle-x.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotateY(-90deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .hinge-in-from-middle-y.mui-enter {
	transform: perspective(2000px) rotate(0deg);
	opacity: 1;
}
.hinge-out-from-top.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: top;
	transform-origin: top;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-top.mui-leave {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}
.hinge-out-from-right.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: right;
	transform-origin: right;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-right.mui-leave {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-bottom.mui-leave {
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0;
}
.hinge-out-from-left.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: left;
	transform-origin: left;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-left.mui-leave {
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-middle-x.mui-leave {
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	transform: perspective(2000px) rotate(0deg);
	-ms-transform-origin: center;
	transform-origin: center;
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .hinge-out-from-middle-y.mui-leave {
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0;
}
.scale-in-up.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .scale-in-up.mui-enter {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.scale-in-down.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .scale-in-down.mui-enter {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.scale-out-up.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .scale-out-up.mui-leave {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}
.scale-out-down.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: scale(1);
	transform: scale(1);
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .scale-out-down.mui-leave {
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}
.spin-in.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .spin-in.mui-enter {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}
.spin-out.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating .spin-out.mui-leave {
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	opacity: 0;
}
.spin-in-ccw.mui-enter {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0.75turn);
	transform: rotate(0.75turn);
	transition-property: transform, opacity;
	opacity: 0;
}
.is-animating .spin-in-ccw.mui-enter {
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
}
.spin-out-ccw.mui-leave {
	transition-duration: 500ms;
	transition-timing-function: linear;
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition-property: transform, opacity;
	opacity: 1;
}
.is-animating spin-out-ccw.mui-leave {
	-ms-transform: rotate(-0.75turn);
	transform: rotate(-0.75turn);
	opacity: 0;
}
.slow {
	transition-duration: 750ms !important;
}
.fast {
	transition-duration: 250ms !important;
}
.linear {
	transition-timing-function: linear !important;
}
.ease {
	transition-timing-function: ease !important;
}
.ease-in {
	transition-timing-function: ease-in !important;
}
.ease-out {
	transition-timing-function: ease-out !important;
}
.ease-in-out {
	transition-timing-function: ease-in-out !important;
}
.bounce-in {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
	transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
	transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
	transition-delay: 300ms !important;
}
.long-delay {
	transition-delay: 700ms !important;
}
.delay-1 {
	transition-delay: 100ms !important;
}
.delay-2 {
	transition-delay: 200ms !important;
}
.delay-3 {
	transition-delay: 300ms !important;
}
.delay-4 {
	transition-delay: 1200ms !important;
}
.delay-5 {
	transition-delay: 500ms !important;
}
.delay-6 {
	transition-delay: 1800ms !important;
}
.delay-7 {
	transition-delay: 2800ms !important;
}
.delay-9 {
	transition-delay: 3500ms !important;
}
.shake {
	animation-name: shake-7;
}
 @keyframes shake-7 {
 0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
 transform: translateX(7%);
}
 5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
 transform: translateX(-7%);
}
}
.spin-cw {
	animation-name: spin-cw-1turn;
}
 @keyframes spin-cw-1turn {
 0% {
 transform: rotate(-1turn);
}
 100% {
 transform: rotate(0);
}
}
.spin-ccw {
	animation-name: spin-cw-1turn;
}
 @keyframes spin-cw-1turn {
 0% {
 transform: rotate(0);
}
 100% {
 transform: rotate(1turn);
}
}
.wiggle {
	animation-name: wiggle-7deg;
}
 @keyframes wiggle-7deg {
 40%, 50%, 60% {
 transform: rotate(7deg);
}
 35%, 45%, 55%, 65% {
 transform: rotate(-7deg);
}
 0%, 30%, 70%, 100% {
 transform: rotate(0);
}
}
.shake, .spin-cw, .spin-ccw, .wiggle {
	animation-duration: 500ms;
}
.infinite {
	animation-iteration-count: infinite;
}
.slow {
	animation-duration: 750ms !important;
}
.fast {
	animation-duration: 250ms !important;
}
.linear {
	animation-timing-function: linear !important;
}
.ease {
	animation-timing-function: ease !important;
}
.ease-in {
	animation-timing-function: ease-in !important;
}
.ease-out {
	animation-timing-function: ease-out !important;
}
.ease-in-out {
	animation-timing-function: ease-in-out !important;
}
.bounce-in {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
	animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
	animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
	animation-delay: 300ms !important;
}
.long-delay {
	animation-delay: 700ms !important;
}

.post-navigation, .image-navigation {
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	display: inline-block;
	background: #232526;
	border-top: 4px solid #21374c;
}
.bk3 .post-navigation {
	padding-right: 0px;
	padding-left: 0px;
}

@media screen and (min-width: 62.5em) {
.post-navigation, .image-navigation {
	position: relative;
	padding-right: 35px;
	padding-left: 35px;
	background: #232526;
	border-top: 4px solid #21374c;
}
}
.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	padding: 15px 5px 0 5px;
	width: 100%;
	position: relative;
	display: inline-block;
}
.bk3 .nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	padding: 0 5px 0 5px;
 width: 100%;
	position: relative;
	display: inline-block;
}
.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	padding: 11px 0 12px;
	width: 100%;
}
.nav-links a[rel="prev"] {
	width: 90%;
	float: right;
	display: inline-block;
}
.nav-links a[rel="next"] {
	width: 90%;
	float: left;
	text-align: left;
	display: inline-block;
}
.post-navigation .meta-nav {
	color: #000!important;
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	text-transform: uppercase;
}
.post-navigation .nav-next {
	width: 50%!important;
	float: left!important;
	text-align: left;
	display: inline-block!important;
	background-image: none!important;
}
.post-navigation .nav-previous {
	width: 50%;
	float: right;
	text-align: right!important;
	display: inline-block!important;
	background-image: none!important;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 15px;
	text-decoration: none;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	border-top: 5px solid transparent!important;
}
.post-navigation .nav-previous .post-title, .post-navigation .nav-previous a:hover .post-title {
	color: #fff!important;
}
.post-navigation .post-title {
	background: #165260;
	color: #fbb324;
	padding: 10px;
	display: inline-block;
}
.post-navigation .nav-next .post-title, .post-navigation .nav-next a:hover .post-title{
	color: #fff!important;
}
.post-navigation a, .image-navigation a {
	color: #fff!important;
	display: block;
	font-size: 14px;
	line-height: 1.7142857142;
	text-transform: none;
}
.post-navigation a:hover, .image-navigation a:hover {
	color: #d23b4d;
}
/* Paging Navigation */
.social-navigation a:before, .secondary-toggle:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .comment-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before, .pagination .prev:before, .pagination .next:before, .image-navigation a:before, .image-navigation a:after, .format-link .entry-title a:after, .entry-content .more-link:after, .entry-summary .more-link:after, .author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
/* Paging Navigation */
.icon.icon-arrow-left {
		position: relative;
	max-width:25px;
	max-height: 20px;
	margin-right:15px;
	top:5px;
}
.icon.icon-arrow-right {
	position: relative;
	max-width:25px;
		max-height: 20px;
	margin-left:15px;
	top:5px;
}
.nav-subtitle {
	display: block;
	width: 100%;
}
.navigation .screen-reader-text {
	display: none;
}
.navigation, .navigation.pagination {
	border-top: none;
	/*background: #20364a;*/
	background: none;
	text-align: center;
	width: 100%;
}
.navigation.pagination {
	border: none;
	background: none;
}
.nav-links {
	margin-top: -5px;
}
.navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}
.navigation span.nextLink a, .paging-navigation span.prevLink a, .navigation a.next, .navigation a.prev, .page-numbers, .page-numbers.current, .nav-links .nextLink a, .nav-links .prevLink a {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin-right: 1px;
	line-height: 35px;
	padding: 7px 16px!important;
	color: #fff;
	text-transform: uppercase;
}
.navigation a.next, .navigation a.prev, .page-numbers.current, .nav-links .nextLink a, .nav-links .prevLink a {
	font-weight: 500!important;
	color: #5a5a5a!important;
	font-size: 18px!important;
}
.paging-navigation a, .nav-links a {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 16px!important;
	margin-right: 1px;
	line-height: 35px;
	padding: 0px;
	color: #fbb324!important;
	font-weight: 300;
}
.nav-links a {
	font-size: 18px;
	font-weight: 500;
	color: #5a5a5a!important;
}
.paging-navigation .page-numbers, .nav-links .page-numbers {
	font-size: 18px;
	color: #fff;
}
.paging-navigation .page-numbers.current, .nav-links .page-numbers.current {
	border-top: 5px solid #000;
	font-size: 18px;
}
.paging-navigation a:hover, .paging-navigation span.nextLink a:hover, .paging-navigation span.prevLink a:hover {
	border-top: 5px solid #7299bc;
	color: #fff;
}
.nav-links a:hover, .paging-navigation a.next:hover, .paging-navigation a.prev:hover, .nav-links .nextLink a:hover, .nav-links .prevLink a:hover {
	text-decoration: none;
	border-top: 5px solid #000!important;
	color: #fff;
}
.entry-attachment {
	margin-bottom: 1.75em;
}
.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}
.entry-caption > :last-child {
	margin-bottom: 0;
}
.content-bottom-widgets {
	margin: 0 7.6923%;
}
.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}
/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}
.blog .format-status .entry-title, .archive .format-status .entry-title {
	display: none;
}
/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
	padding-top: 1.75em;
}
.comments-title, .comment-reply-title {
	border-top: 4px solid #1a1a1a;

	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}
.comments-title {
	margin-bottom: 1.217391304em;
}
.comment-list {
	list-style: none;
	margin: 0;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}
.comment-list .children {
	list-style: none;
	margin: 0;
}
.comment-list .children > li {
	padding-left: 0.875em;
}
.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}
.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}
.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}
.comment-metadata, .pingback .edit-link {
	color: #686868;

	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}
.comment-metadata {
	margin-bottom: 2.1538461538em;
}
.comment-metadata a, .pingback .comment-edit-link {
	color: #686868;
}
.comment-metadata a:hover, .comment-metadata a:focus, .pingback .comment-edit-link:hover, .pingback .comment-edit-link:focus {
	color: #007acc;
}
.comment-metadata .edit-link, .pingback .edit-link {
	display: inline-block;
}
.comment-metadata .edit-link:before, .pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}
.comment-content ul, .comment-content ol {
	margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}
.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover, .comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}
.comment-form {
	padding-top: 1.75em;
}
.comment-form label {
	color: #686868;
	display: block;

	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.comment-list .comment-form {
	padding-bottom: 1.75em;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}
.no-comments {
	border-top: 1px solid #d1d1d1;

	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}
.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}
.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}
.form-submit {
	margin-bottom: 0;
}
.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}
.comment-reply-title small {
	font-size: 100%;
}
.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}
.comment-reply-title small a:hover, .comment-reply-title small a:focus {
	color: #1a1a1a;
}
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

