 /*
Theme Name: Navarre Beach
Theme URI: https://getrelaxed.com
Author: RogerWest
Author URI: http://rogerwest.com
Description: Theme produced for Navarre Beach

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


@font-face {
    font-family: 'baheula_vintagevintage';
    src: url('fonts/baheula_vintage-webfont.woff2') format('woff2'),
         url('fonts/baheula_vintage-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
	background: #112f3f;
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-family: "franklin-gothic-urw";
  font-weight: 300;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;}
h2 { font-size: 3.6rem; line-height: 1.25; }
h2 a {     
    color: #0065a0;
	text-decoration: none;
	}
h3 { font-size: 3.0rem; line-height: 1.3; }
h4 { font-size: 2.4rem; line-height: 1.35; }
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6; }

p {
  margin-top: 0; }
  
.script {
	font-family: 'baheula_vintagevintage'!important;
	color: #00c4b3;
	font-size: 5.2rem;
	line-height: 1;
	font-weight: normal!important;
	}
	
	@media screen and (max-width: 900px) {
		.script {
			font-size: 4rem;	
			}
		}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #00c4b3; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #0065a0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 2px;
  border: 2px solid #0065a0;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  background-color: #0065a0;
  outline: 0; }

.button.green {
	color: #00c4b3;
	border: 2px solid #00c4b3;
  	}
	
.button.green:hover {
    color: #fff;
    background-color: #00c4b3;	
	}
	
.button.white {
	color: #fff;
	border: 2px solid #fff;
	}
	
.button.white:hover {
	color: #0065a0;
	background-color: #fff;
	}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  color: #222;
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 2px solid #eeeeee;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #0065a0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }
  
input[type="submit"].icon-font {
	font-family: "FontAwesome";
	height: 38px;
	line-height: 38px;
	width: 38px;
	padding: 0;
	font-size: 11px;
	border-radius: 2px;
	color: #00c4b3;
	border: 2px solid #00c4b3;
	}
	
input[type="submit"].icon-font:hover {
	background-color: #00c4b3;
	color: #fff;
	}
	
input[type="date"] {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 2px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
	}
	
select {
	border-radius: 2px;
	}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }
  
img {
	max-width: 100%;
	height: auto;
	}
	
.center-text {
	text-align: center;
	}
	
.span.wpcf7-not-valid-tip {
	font-size: .7rem!important;
	margin-top: -15px!important;
	}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}



* {
  box-sizing: border-box;
}

header {
	background: #fff;
	padding: 2.5rem 0;
	z-index: 9;
	position: relative;
	}
	
#site-logo {
	width: 200px;
	float: left;
	position: relative;
	z-index: 99999;
	}
	
#site-logo a {
	display: block;
	}

nav a {
	color: #1ebcae;
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: 600;
	}

nav a:hover {
	color: #096aa3;
	}

nav[role=navigation] {
	text-align: center;
	text-transform: uppercase;
    position: relative;
    top: 10px;
	float: right;
	}
	
nav ul,
nav li {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
	}
	
nav li {
	position: relative;
	display: inline-block;
	width: auto;
	margin-right: 2.5rem;
	}
	
li.menu-item-has-children a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	padding-left: 5px;
	}

li:last-child {
	border-right:none;
	}

.dropdown-menu {
	opacity: 0;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 90px;
	left: -50px;
	display: none;
	border-radius: 2px;
	padding: 2rem 0;
	width: 200px;
	}

.dropdown-open .dropdown-menu:not(.dropdown-menu-sub) {
	display: block!important;
	opacity: 1;
	box-sizing: content-box;
	z-index: 9;
	}
	
.dropdown-menu li {
	margin: 0;
	width: auto;
	display: block;
	}
	
.dropdown-menu li a {
	display: block;
	padding: 1rem 0;
	text-transform: none;
	}
	
.dropdown-menu li a:after {
	display: none!important;
	}
		
.dropdown-menu li a:hover {
	background: #f1f1f1;
	}

.dropdown-open:after {
	display: block;
	top: auto;
	content: "";
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	border-bottom-color: #fff;
	border-width: 10px;
	left: 45%;
	top: 70px;
	z-index: 9;
	}
	
li#search-dropdown .dropdown-menu {
	left: -180px!important;
	width: 250px!important;
	}
	
li#search-dropdown .dropdown-menu input,
li#search-dropdown .dropdown-menu form {
	margin: 0!important;
	font-weight: normal!important;
	}
	
li#search-dropdown .dropdown-menu input[type=text] {
	width: auto;
	}
	
a#download-guide {
    float: right;
	}
	
	
	
	/* Updated Overrides 3/28 */
	
	.dropdown-menu li a {
		padding: 1rem 2rem;
		text-transform: uppercase;
		text-align: left;
		}

	.dropdown-menu li .dropdown-menu {
		position: static;
		padding: 0;
		width: auto;
		margin-top: -.5rem;
		}
	
	.dropdown-menu li .dropdown-menu li a {
		text-transform: none;
	    padding: .5rem 0 .5rem 3rem;
		}
	
	.dropdown-menu li .dropdown-menu li a:hover {
		background: transparent;
		}
		
	#mobile-nav .sub-menu li.menu-item-has-children .sub-menu {
		display: block!important;
		}
		
	#mobile-nav .sub-menu li.menu-item-has-children .sub-menu li a {
		text-transform: none;
		}
		
	#mobile-nav .sub-menu li.menu-item-has-children span {
		display: none!important;
		}
	
	/* End Overrides */
		
		

section.site-intro {
	padding: 5rem 0;
	color: #fff;
	text-align: center;
	}
		
section.site-intro p {
	max-width: 70%;
	margin: 0 auto;
	}
	
	@media screen and (max-width: 900px) {
		section.site-intro p {
			max-width: 100%;
			}
		}
			
#instagram-feed {
	padding: 6rem 0;
	background: #f7f7f7;
	text-align: center;
	}
	
#instagram-feed h1 {
    font-size: 6.0rem;
    line-height: 1;
    font-weight: 900;
    color: #0065a0;
    margin-bottom: 1rem;
	}
	
	@media screen and (max-width: 1028px) {
		#instagram-feed h1 {
			font-size: 4rem;
			}
		}
	
.social-options li {
	list-style: none;	
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 17%;
	box-sizing: border-box;
	}
	
	@media screen and (max-width: 825px) {
		.social-options li {
			width: 48%;
			margin-bottom: 3rem;
			}
		}
	
.social-options li a:before {
	display: block;
	font-family: "FontAwesome";
	color: #3384b3;
	height: 80px;
	width: 80px;
	line-height: 80px;
	font-size: 40px;
	border-radius: 100%;
	background: #fff;
	margin: 0 auto 1.5rem auto;
	}
	
.social-options li:first-child a:before {
	content: "\f16d";
	}
	
.social-options li:nth-child(2) a:before {
	content: "\f230";
	}
	
.social-options li:nth-child(3) a:before {
	content: "\f099";
	}

.social-options li:nth-child(4) a:before {
	content: "\f16a";
	}
	
.social-options li a {
	color: #3384b3;
	text-decoration: none;
	display: block;
	}
	
.social-options li a span {
	display: block;
	font-size: 1.3rem;
	color: #00c4b3;
	}
	
#locator {
	background: url('img/locator-bg.jpg');
	background-size: cover;
	padding: 6rem 0;
	color: #fff;
	}
	
#locator h2 {
    font-size: 9rem;
    line-height: .9;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 900;
	margin-top: 5rem;
	overflow-wrap:normal;
	}
	
	@media screen and (max-width: 1180px) {
		#locator h2 {
			font-size: 4rem;
			}	
		}

#locator .highlighter {
    font-family: 'baheula_vintagevintage'!important;
    color: #00c4b3;
    font-size: 4rem;
	color: #fff;
	border-bottom: 2px solid #00c4b3;
	display: inline-block;
	line-height: 1;
	position: absolute;
	}
	
#locator .map-container {
    position: relative;
    height: 100%;
    overflow: hidden;
	}
	
#locator .map-container img {
	display: block;
	margin: 0 auto;
	}
	
#locator .highlighter.navarre-beach {
	position: absolute;
    bottom: 0;
    right: 20%;
	}
	
#locator .highlighter.north-county {
	position: absolute;
    top: 40%;
    left: 37%;
	}
	
#locator .highlighter.active {
	color: #9b9b30;
	}

#locator .highlighter.historic-milton {
	position: absolute;
    top: 63%;
    right: 10%;
	}
	
.newsletter {
	background: url('img/newsletter-bg.jpg');
	background-size: cover;
	color: #fff;
	padding: 8rem 0;
	text-align: center;
	}
	
.newsletter h3 {
	font-size: 6rem;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 2rem;
	}
	
	@media screen and (max-width: 1028px) {
		.newsletter h3 {
			font-size: 4rem;
			}
		}
	
.newsletter p {
	margin-bottom: 3rem;
	}

.newsletter .button {
	width: 100%;
	}
	
footer {
	text-align: center;
	padding: 6rem 0 3rem 0;
	color: #00a0dc;
	}
	
footer img {
	max-width: 170px;
	height: auto;
	margin-bottom: 2.5rem;
	}

footer a {
	color: #00a0dc;
	text-decoration: none;
	}
	
.legal {
	text-align: center;
	font-size: 1rem;
	padding: 1.7rem 0;
	border-top: 1px solid #184157;
	}
	
.legal p,
.legal p a {
	color: #00c4b3;
	text-decoration: none;
	margin: 0;
	}
	
.home-stories {
	background: #f7f7f7;
	padding: 6rem 0;
	}
	
	@media screen and (max-width: 1100px) {
		.home-stories .eight.columns.offset-by-two {
		    width: 100%;
		    margin-left: 0;
			}
		}

.story-list h2,
.story-list h2 a {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #0065a0;
	text-decoration: none;
	}
	
.story-list img {
    box-sizing: border-box;
    border: 5px solid #fff;
	}
	
.story {
	margin: 4rem 0 3rem 0;
	}
	
.story-list p {
	margin-bottom: .5rem;
	}
	
.story a.more {
	font-weight: bold;
	font-size: 1.2rem;
	color: #00c4b3;
	text-transform: uppercase;
	text-decoration: none;
	}
				
.story-filter {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 2rem 0;
	text-align: center;
	border-bottom: 1px solid #00c4b3;
	}
			
.story-filter li {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin: 0;
	}
	
.story-filter li button {
	display: block;
	padding: 0 3rem;
	color: #00c4b3;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
	text-decoration: none;
	border: 0;
	margin: 0;
	background-color: transparent;
	}
	
.story-filter li a {
	display: block;
	padding: 0 3rem;
	color: #00c4b3;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2rem;
	text-decoration: none;
	border: 0;
	margin: 0;
	background-color: transparent;
	}
	
	@media screen and (max-width: 1425px) {
		.story-filter li button {
			font-size: 1.6rem;
			padding: 0 1.8rem;
			}
			
		.story-filter li a {
			font-size: 1.6rem;
			padding: 0 1.8rem;
			}
		}
	
.story-filter li button:hover,
.story-filter li button:active,
.story-filter li a:active {
	background-color: transparent;
	}
	
.story-filter li button.is-checked,
.story-filter li a.is-checked
 {
	color: #0065a0;
	}
	
.story-filter li button.is-checked:after {
    font-family: "FontAwesome";
    content: "\f05c";
    padding-left: 3px;
    font-weight: normal;
    font-size: 1.5rem;
    position: relative;
    top: -1px;
	color: #00c4b3;
	}
	
.custom-pagination-wrapper {
	margin-top: 3rem;
	}
.custom-pagination {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    text-align: center;
	padding: 2rem;
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.26);
	box-shadow: 0px 0px 13px -1px rgba(0,0,0,0.26);
	}
	
.page-numbers {
    background: transparent;
    color: #00c4b3;
    padding: 1rem 1.5rem;
    text-decoration: none;
    margin: 0 .2rem;
	font-weight: bold;
	border-left: 1px solid #00c4b3;
	}
	
.page-numbers:nth-child(1) {
	border: 0;
	}
	
.page-numbers.current {
    background: #00c4b3;
    color: #fff;
    padding: 1rem 1.5rem;
    text-decoration: none;
    margin: 0 .2rem;
	border: 0;
	}
	
body.error404 .hero,
body.page-template-template-eventpage .hero,
body.page-template-template-listpage .hero,
body.single .hero,
body.page-template-default .hero,
body.post-type-archive .hero {
    height: 300px;
    text-align: center;
    color: #fff;
    background-size: cover!important;
	background-position: center center!important;
	}
	
body.error404 .hero .container,
body.page-template-template-eventpage .hero .container,
body.page-template-template-listpage .hero .container,
body.single .hero .container,
body.page-template-default .hero .container,
body.post-type-archive .hero .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	}
	
body.error404 .hero h1,
body.page-template-template-eventpage .hero h1,
body.page-template-template-listpage .hero h1,
body.single .hero h1,
body.page-template-default .hero h1,
body.post-type-archive .hero h1 {
    font-size: 9rem;
    line-height: .9;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 900;
	margin: 0;
	}

body.page-template-template-eventpage .hero h1 span,
body.page-template-template-listpage .hero h1 span,
body.single .hero h1 span,
body.page-template-default .hero h1 span,
body.post-type-archive .hero h1 span {
	display: block;
    font-weight: 300;
    font-size: 3rem;
	margin-top: 2rem;
	letter-spacing: .5rem;
	}
	
	@media screen and (max-width: 900px) {
		body.page-template-template-eventpage .hero h1,
		body.page-template-template-listpage .hero h1,
		body.single .hero h1,
		body.post-type-archive .hero h1 {
			font-size: 4rem;
			}
			
		body.page-template-template-eventpage .hero h1 span,
		body.page-template-template-listpage .hero h1 span,
		body.single .hero h1 span,
		body.post-type-archive .hero h1 span {
			font-size: 3rem;
			}
		}

	
body.home .hero,
body.page-template-template-landingpage .hero.video {
    background: no-repeat center center;
    background-size: cover;
    color: #fff;
    height: auto;
	line-height: 0;
    position: relative;
	overflow: hidden;
}
	
body.home .hero video,
body.page-template-template-landingpage .hero.video video {
    width: 100%;
	height: auto;
	}
	
body.home .hero-content,
body.page-template-template-landingpage .hero.video .hero-content {
    position: absolute;
    z-index: 5;
    top: 10rem;
	}
	

body.home .hero-content h1,
body.page-template-template-landingpage .hero.video .hero-content h1 {
    font-size: 11rem;
    line-height: .9;
    letter-spacing: 0;
    text-transform: uppercase;
	font-weight: 900;
	text-align: left;
}

body.home .hero-content h1 span,
body.page-template-template-landingpage .hero.video .hero-content h1 span {
    font-weight: 300;
    font-size: 3rem
}

@media screen and (max-width: 1360px) {
    body.home .hero-content h1,
	body.page-template-template-landingpage .hero.video .hero-content h1 {
        font-size:8rem
    }
}

@media screen and (max-width: 1028px) {
    body.home .hero-content,
	body.page-template-template-landingpage .hero.video .hero-content {
        top: 3rem
    }
    body.home .hero-content h1,
	body.page-template-template-landingpage .hero.video .hero-content h1  {
        font-size:6rem
    }

    body.home .hero-content h1 span,
	body.page-template-template-landingpage .hero.video .hero-content h1 span {
        font-size: 2rem
    }
}

@media screen and (max-width: 600px) {
    body.home .hero-content h1,
	body.page-template-template-landingpage .hero.video .hero-content h1  {
        font-size:3.6rem
    }
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0,0,0,0.1);
}
	
.nav-overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(47,70,86,0.9);
	z-index: 8;
}		

section.page-intro {
	background: #fff;
	padding: 5rem 0;
	text-align: center;
	}
	
section.page-intro p {
	max-width: 70%;
	margin: 0 auto;
	}
	
	@media screen and (max-width: 1028px) {
		section.page-intro p {
			max-width: 100%;
			}	
		}
	
.grid-cta {
    position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: left;
    width: 100%;
    height: 350px;
    text-align: center;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
	text-decoration: none;
}
	
@media (min-width: 576px) {
	.grid-cta {
    	width: 33.333333333%;
	}
	body.page-id-206 .grid-cta,
	.grid-cta.width-50 {
		width: 50%;
	}
}
	
.grid-cta h2 {
    position: relative;
	text-decoration: none;
	color: #fff;	
	z-index: 9999;
	margin-bottom: 0;
	padding: 0 25px;
}
	
.grid-cta h2.script {
	color: #fff;
}

.grid-cta h2.condensed {
	font-family: 'franklin-gothic-extra-compre', sans-serif;
	font-size: 50px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
}

.grid-cta p {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 16px;
}
	
.grid-overlay {
    background: rgba(0,196,179,0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	}
	
.grid-cta:hover {
	cursor: pointer;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.65);	
	}

.grid-cta:hover .grid-overlay {
	opacity: 0;
	}

.grid-cta.has-inset-border:hover:before {
	content: ''; /* you need something or it will be invisible in Chrome */
	color: transparent;
	position: absolute;
	left: 4.5%;
	top: 10%;
	width: 90%;
	height: 80%;
	border: 4px solid #fff;
	z-index: 99999;
	}
	
.list-page-stories {
	padding: 6rem 0 1rem 0;
	background: #f7f7f7;
	}

/* HORIZONTAL LIST */
.list-page-stories .story-list {
    border-bottom: 1px solid #ace8e2;
    padding-bottom: 4rem;
	}

.list-page-stories.horizontal .story-list {
	display: flex;
	flex-direction: column;
	border-bottom: none;
}

.list-page-stories.horizontal .story h2 a {
	font-size: 2.4rem;
}

.list-page-stories.horizontal .story a.image {
	display: block;
	line-height: 0;
	background-color: rgba(0,0,0,0);
	transition: all 0.3s ease;
}
.list-page-stories.horizontal .story a img {
	transition: all 0.3s ease;
}

.list-page-stories.horizontal .story a:hover.image {
	background-color: rgba(0,0,0,1);
}
.list-page-stories.horizontal .story a:hover img {
	opacity: 0.85;
}

@media (min-width: 992px) {
	.list-page-stories.horizontal .story-list {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.list-page-stories.horizontal .story {
		flex: 1;
		margin: 0 15px;
	}
}
	
.breadcrumb-container {
	background: #f7f7f7;
	color: #1ebcae;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 2rem 0;
	}
	
.breadcrumb-container a {
	color: #1ebcae;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}
	
.breadcrumb-container span {
	padding: 0 .7rem;
	}
	
.breadcrumb-container span span {
	padding: 0;
	}
	
body.search .search-hero {
	background: url('img/hero-search.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
    height: 300px;
    text-align: center;
	}
	
body.search .search-hero .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	}
	
body.search .search-hero .container #searchform {
    max-width: 400px;
    margin: 0 auto;
	}
	
body.search .search-hero .container #searchform input[type=text] {
	width: 280px;
	}
	
.search-results {
	background: #fff;	
	}
	
.search-page-title {
	font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #0065a0;
    font-weight: bold;
    text-align: center;
    margin: 4rem 0;
	}
	
.result:nth-child(1) {
    box-sizing: border-box;
    padding: 3rem;
    background: #ccf3f0;
	}
	
.result {
	margin-bottom: 3rem;
	overflow: hidden;
	}
	
.result h3 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	line-height: 1;
	}
	
.result h3 a {
	color: #0065a0;
	text-decoration: none;
	margin-bottom: 1.5rem;
	}
	
.result p {
	margin-bottom: 1.5rem;
	}
	
.result .search-permalink a {
	color: #9b9b30;
	padding-left: 2.1rem;
	display: block;
	box-sizing: border-box; 
	text-decoration: none;
	position: relative;
	font-size: 1.3rem;
	}
	
.result .search-permalink a:before {
	color: #9b9b30;
	content: "\f064";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	}
	
.list-page-listings {
	background: #fff;
	padding: 0 0 6rem 0;
	}
	
	@media screen and (max-width: 1100px) {
		.list-page-listings .eight.columns.offset-by-two,
		.list-page-stories  .eight.columns.offset-by-two {
	    width: 90%;
	    margin-left: 4%;
		}
	}
	
.list-page-listings .list-item {
    border-top: 1px solid #ace8e2;
    padding-top: 3rem;
    margin-top: 3rem;
	}

.list-page-listings .list-item h2 {	
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #0065a0;
	}
	
.list-page-listings .list-item p {
	margin: 0;
	}
	
.list-page-listings .list-item h5 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
	color: #1ebcae;
	}
	
header.thumb-elem-header {
	margin: 0;
	padding: 0;
	z-index: 0;
	background: transparent;
	}
	
#social-feed-ig {
	margin-bottom: 6rem;
	}

.menu-button {
	display: none;
	color:#1ebcae;
	cursor:pointer;
	font-size:3rem;
	padding:.75rem 1.55rem;
	position:absolute;
	right:3rem;
	}

.open-menu {
	color:#1ebcae;
	cursor:pointer;
	font-size:1rem;
	padding:1.4rem;
	position:absolute;
	right:0;
	top:0;
	background:#f7f7f7;
	transition:transform 250ms ease;
	}

.rotate { 
	transform:rotate(135deg);
	background:transparent;
	color:#0065a0;
	}

.overflow {
	margin-top:57px;
	overflow-x:hidden;
	overflow-y:auto;
	}

#mobile-nav {
	display: none;
	background-color:transparent;
	position:absolute;
	width:100%;
	z-index:1;
	}
	
	@media screen and (max-width: 1290px) {
		.menu-button,
		#mobile-nav { 
			display: block;
			}
			
		nav[role=navigation],
		a#download-guide {
			display: none;
			}
		}

#mobile-nav ul {
	background-color:#f7f7f7;
	display:none;
	margin:2.2rem 0 0 0;
	padding:0;
	position:relative;
	background:#fff;
	}

#mobile-nav ul:first-child {
	background-color:#fff;
	}

#mobile-nav ul li {
	border-top:1px solid #f7f7f7;
	list-style:none;
	margin-bottom:0;
	position:relative;
	}
	
#mobile-nav li.menu-item-has-children a:after {
	content: '';
	}

#mobile-nav ul li a {
	color:#1ebcae;
	display:inline-block;
	font-size:1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	padding:1rem;
	text-decoration:none;
	width:100%;
	}
	
#mobile-nav ul li#search-dropdown {
	display: none;
	}

#mobile-nav ul ul {
	margin:0;
	background:#f7f7f7;
	}

#mobile-nav ul ul li {
	border-top:none;
	padding-left:1rem;
	}
	
.main-content {
	background: #fff;
	padding: 6rem 0;	
	}
	
.cm-form input,
.cm-form select {
	margin: 0;
	}
	
.cm-hide {
	display: none;
	}
	
.checkbox-list label {
	display: inline-block;
	padding-left: 5px;
	font-weight: normal;
	}
	
.checkbox-list {
	margin: 1.5rem 0;
	}
	
span.review-count {
	font-size: 1.2rem;
	position: relative;
	top: -5px;
	padding-left: .3rem;
	}
	
.list-item a {
	text-decoration: none;
	}
	

.sitemap li.menu-item-has-children a:after {
	content: '';
	display: none;
	}
	
.sitemap ul {
	list-style: none;
	margin-left: 0;
	}
	
.sitemap li {
	list-style: none;	
	}
	
.sitemap li a {
	text-decoration: none;
	}
	
.sitemap li.menu-item-has-children > a {
    font-weight: 900;
    color: #0065a0;
	}

.sitemap li.menu-item-has-children {
	float: left;
	width: 30.6666666667%;
	margin-left: 4%;
	}
	
.sitemap li.menu-item-has-children:nth-child(1) {
	margin-left: 0;
	}
	
.sitemap li.menu-item-has-children:nth-child(4) {
	margin-left: 0;
	clear: left;
	}
	
.sitemap > li:last-child {
	float: left;
	margin-left: 4%;
    font-weight: 900;
	}
	
.sitemap > li:last-child a {
	color: #0065a0;
	}
	
	
body.post-type-archive-stories .hero {
	background: url('img/stories-hero.png');
	height: 300px;
    text-align: center;
    color: #fff;
    background-size: cover!important;
    background-position: center center!important;
	}
	
body.post-type-archive-stories .story-filter li a {
	padding: 0 2rem;
	}

.flyout-search {
	display: none;
	position: absolute;
	top: 90px;
	width: 100%;
	background: #fff;
	padding: 10px 0;
}

.flyout-search form {
	margin: 0;
}

.flyout-search input[type="text"] { 
	width: 90%;
	margin: 0;
}

.flyout-search input[type="submit"] {
	margin: 0;
}
	
nav .search-menu-item {
	position: absolute;
	right: -315px;
	top: 0;
}

.hidden-lg {
	display: none;
}

@media (max-width: 1290px) {
	.flyout-search {
		opacity: 0;
	}
	nav .search-menu-item {
		display: none;
		right: auto;
	}
	.hidden-lg {
		display: block;
	}
}
/* Wordpress Specific */

.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{text-align:right;}.alignleft{text-align:left;}.aligncenter{text-align:center;}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}


