/*
Theme Name: Coastal 2018 Refresh
Author: The Stone Agency
Author URI: https://thestoneagency.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
 
 @import "refresh2018.css"; /* Using a string */


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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


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

a { color: #00e; }
a:visited { color: #016430; }
a:hover { color: #016430; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #333132; text-decoration: none; }

mark { background: #ff0; color: #333132; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

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


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

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

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

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

#login-container {
  padding-top: 120px;
}

#login-container .help-block {
  display:none;
}


.container-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid .row {

}

.header {
  background-color:#00a44d;
  min-height: 126px;
  padding-top: 20px;
  height: auto;
}

.header .menu {
  background-color: #00572b;
  min-height: 50px;
}

.header .navbar-default {
  background-color: transparent;
  border-width: 0px;
  margin-bottom: 0px;
}

.header .navbar-brand {
  background-image: url(img/coastal_logo_2018.png);
  background-repeat: no-repeat;
  width: 186px;
  height: 91px;
  margin-left: 20px;
}

.header .navbar-default {
  background-color: #353535;
}

.header .navbar-default .navbar-header {
  background-color: #00a44d;
}

.header .navbar-default .navbar-nav>li {
  padding-top: 10px;
}

.header .navbar-default .navbar-nav>li>a {
  font-size: 27px;
}



.header .navbar-default .navbar-nav>li.active>a {
  color: #00a44d;
}

.header .navbar-default .navbar-nav>li>a,
.header .navbar-default .navbar-nav>li>a:hover {
  color: #FFF;
  font-weight: bold;
/*   font-family: sans-serif; */
  text-transform: uppercase;
  line-height: 27px;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #FFF;
}

.hero {
  text-align: center;
  padding-top: 0px;
}

.hero .hero-header {
  height: 385px;
  padding-top: 1px;
  
  background-position: center center;
  background-repeat: no-repeat;
}

.home .hero .hero-header {
  background-image: url(img/home-hero-header-bg.png);

}

.more-info .hero .hero-header {
  background-image: url(img/more-info-hero-header-bg.png);
}

.join-us .hero .hero-header {
  background-image: url(img/join-us-hero-header-bg.png);
}

.join-us .hero .hero-content .section-2 p {
  font-size: 20px;
  max-width: 800px
}

.join-us .hero .hero-content .section-2 p a {
  color: #FFF;
}

.join-us .hero .hero-content .section-2 {
  padding-top: 30px;
}

.hero-content.locator {
  background-color: #FFF;
}

#container.join-us .section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

#container.join-us .section-3 h1 {
  padding-bottom: 20px;
}

.membership .hero .hero-header {
  background-image: url(img/membership-hero-header-bg.png);
  height: 487px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 200px;
}

.hero .hero-header h1 {
  font-size: 45px;
  color: #FFF;
  font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
  text-transform: uppercase;
  padding-top: 0px;
  font-weight: bold;
}

.hero .hero-header p {
  font-size: 18px;
  color: #FFF;
  font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
  text-transform: uppercase;
  padding-top: 0px;
  font-weight: bold;
}

.hero .hero-content .row {
  margin-right: 0px;
  margin-left: 0px;
}

.hero h1 {
  text-transform: uppercase;
  color: #00562a;
  font-size: 36px;
  font-weight: bold;
  font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
}

.hero .hero-content h2 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
/*   width: 285px; */
}

.hero .hero-content p {
  font-size: 17px;
  font-weight: normal;
  font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
  color: #333132;
  margin: 20px 0 0 0;
}

.hero .hero-content .section-1 {
  min-height: 256px;
  background-color: #FFF;
  padding: 35px 10px 20px 10px;
}

.membership .hero .hero-content .section-1 {
  background-image: url(img/membership-hero-section-1-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 10px;
  text-align: center;
  background-color: #cbcfcd;
  background-size: contain;
  padding: 65px 20px 60px 20px;
}

.membership .hero .hero-content .section-1 img {
  width: 100%;
}

.membership .hero .hero-content .section-1 img.banks-vs-coastal {
  width: 100%;
}

.hero .hero-content .section-2 {
  min-height: 456px;
  background-color: #008f34;
  padding-top: 1px;
  height: auto;
  background-image: url(img/home-hero-section-2-bg.png);
  background-position: center top;
  background-repeat: repeat-y;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero .hero-footer {
  min-height: 256px;
  background-color: #dddee2;
  padding: 50px 20px;
}

.hero .hero-footer .row {
  margin-left: 0px;
  margin-right: 0px;
}

.hero .hero-footer p {
  font-size: 19px;
  color: #00562a;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.hero .hero-footer .hero-footer-icon {
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}

.hero .hero-footer .hero-footer-icon.fair {
  background-image: url(img/hero-footer-icon-community.png)
}

.hero .hero-footer .hero-footer-icon.phone {
  background-image: url(img/hero-footer-icon-phone.png)
}

.hero .hero-footer .hero-footer-icon.id {
  background-image: url(img/hero-footer-icon-id.png)
}

.hero-footer-text {
  color: #333132;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

.footer {
  min-height: 156px;
  background-color: #353535;
  padding-top: 1px;
  color: #FFF;
  padding: 10px 20px;
}

.footer .footer-logo {
  background-image: url(img/coastal_logo_2018.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  margin-top: 50px;
}

.footer .footer-bottom {
  border-top: 1px #FFF solid;
  padding-top: 20px;
}

.hero .hero-content .section-2 .sub-hero-container {
  background-color: #00a44d;
  padding: 20px 20px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 14px 0px rgba(0,0,0,0.75);
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero h1.locator-header {
  color:#FFF;
  margin-bottom: 40px;
}

#container .sub-hero {
  padding-left: 5px;
  padding-right: 5px;
}

#container .sub-hero-header {
  font-size: 48px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

.sub-hero-header .header-text {
  vertical-align: top;
  display: inline-block;
}

.sub-hero-header .small {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  padding-top: 12px;
  line-height: 17px;
}

.sub-hero-sub-header {
  min-height: 40px;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
}

.sub-hero-content {
  color: #FFF;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

#container .sub-hero-content {
    margin-bottom: 20px;
  }

.transaction-ticker-header,
.locator-header {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid .section-container {
  padding-right: 0px;
  padding-left: 0px;
}

.hero-member-container {
  text-align: left;

  padding-left: 90px;
}

.section-3 {
  padding-left: 50px;
  padding-right: 50px;
  color: #FFF;
  background-color: #FFF;
}

.social-container {
  font-weight: bold;
  color: #FFF;
  text-align: center;
  
}

.social-container.bottom {
  width: 100%;
  margin: 0px auto;
  margin-bottom: 10px;
  float: left;
}

.social-container.top {
  margin: 0px auto;
  float: right;
}

.social-buttons-container {
  
}

.social-icon {
  display: inline-block;
  width:20%;
  width: 34px;
  height: 34px;
  background-image: url(img/social-icon-bg.png);
}

.social-icon.facebook {
  background-image: url(img/social-icon-facebook.png);
}

.social-icon.instagram {
  background-image: url(img/social-icon-instagram.png);
}

.social-icon.youtube {
  background-image: url(img/social-icon-youtube.png);
}

.social-icon.twitter {
  background-image: url(img/social-icon-twitter.png);
}

.social-icon.blog {
  background-image: url(img/social-icon-blog.png);
}

#container .navbar-default .navbar-toggle {
  border-width: 0px;
}

#container .navbar-default .navbar-toggle .icon-bar {
      background-color: #FFF;
      display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}

#container .navbar-default .navbar-toggle{
  position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
}

#container .navbar-default .navbar-toggle:hover,
#container .navbar-default .navbar-toggle:focus {
  background-color: transparent;
  border-width: 0px;
}


#container button {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px #616161;
    -moz-box-shadow: 2px 2px 3px #616161;
    box-shadow: 2px 2px 3px #616161;
    font-weight: bold;
    text-transform: uppercase;
    color: #006a33;
    font-size: 20px;
    background: #FFF;
    padding: 5px 60px 5px 60px;
    text-decoration: none;
    border-width: 0px;
  }

#container button.green {
  background-color:#008f34;
  color: #FFF;
}

#container .button-container {
  padding: 20px 0px;
  text-align: center;
}

#container .hero .hero-content .section-2 p {
  color: #FFF;
}

.section-3 .hero-member-container {
  background-repeat: no-repeat;
  background-position: 10px 10px;

}

.section-3 .row div:nth-child(2) .hero-member-container {
  background-image: url(img/circled-number-1.png);
}

.section-3 .row div:nth-child(3) .hero-member-container {
  background-image: url(img/circled-number-2.png);
}

.section-3 .row div:nth-child(4) .hero-member-container {
  background-image: url(img/circled-number-3.png);
}

.section-3 .hero-member-content {
  color: #00562a;
  margin-bottom: 20px;
  font-size: 15px;
}

.section-3 .hero-member-header {
  color: #00562a;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
}

.section-4 {
  background-color: #008f34;
  padding: 50px;
  color: #FFF;
}

.section-4 p {
  margin-bottom: 40px;
  text-align: left;
}

.section-4 p a {
  color: #FFF;
}


.hero-content.locator {
  background-color: #00a44d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.locator-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  
  background-color: #FFF;
}

#container .footer-addendum {
  color: #838080;
  background-color: #353535;
  padding: 0px 50px 50px 50px;
  text-align: left;
}

#container .footer-addendum a {
  color: #838080;
}

.footer-addendum .center {
  margin-top: 50px;
  text-align: left;
}

.more-info .footer-addendum,
.home .footer-addendum,
.membership .footer-addendum {
  text-align: left;
}

#container {
  background-color: #FFF;
}

.hero a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  color: ##fff;
}

.navbar.navbar-default .container-fluid {
  padding: 0px;
}

#container .legal {
  font-size: 10px;
  text-align: left;
}

.tag-line {
  width: 185px;
  height: auto;
}

.divider {
  display: none;
}

.counter-container {
  text-transform: uppercase;
  color: #00a44d;
  font-size: 36px;
  font-weight: bold;
  font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
}

.counter-subtext {
  text-transform: uppercase;
    color: #00a44d;
    font-size: 16px;
    font-weight: bold;
    font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
}

.community-events-section {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.community-events-section h1 {
  margin-bottom: 10px;
}

.community-events-section h3 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.community-events-section h1,
.community-events-section h2,
.community-events-section h3 {
  color: #00a44d;
}

.community-events-section h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.community-event-container {
    display: inline-block;
    width: 100%;
  	background-color: #fff;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
/*     color: #FFF; */
    font-weight: normal;
    font-size: 20px;
}

.event-icon-container, .event-details, .event-link {
	vertical-align: middle;
}

.event-link a {font-size: 13px;}
.event-icon-container {padding-bottom:20px; }

@media screen and (min-width: 991px) {
.community-event .display-flex > div {min-height: 150px;}
.event-icon-container {
padding-top: 25%;}
}
.event-details {
padding: 7% 20px;}

.community-event-container  div {
  margin-top: 0px;
  margin-bottom: 0px;
}


.community-event-container  img {
  
}

.event-title {font-weight: bold;}

.hero .community-event-container .community-event {
  width: 100%;
  margin-right:auto;
  margin-left: auto;
/*   padding: 10px; */
  text-decoration: none;
  display: block;
}

.community-event-container.expired {
  display: none;
}

.community-event-container .community-event img {
  height: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.community-event a {
  background-position: center center;
  display: block;
  background-size: 100%;
}

.event-title {
  color: #00a44d;
}

#container .carousel-indicators {
  display: none;
}

@media screen and (min-width: 768px) {
 #container .carousel-indicators {
      bottom: 40px;
  }
}

@media (min-width: 768px) {
  .locator-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
  }
  .counter-container {
    font-size: 66px;
  }
  #container .hero .hero-content .section-1 {
    padding: 65px 50px 60px 50px;
    font-size: 46px;
  }
  .community-event-container {
    display:inline-block;
    width: 48%;
    vertical-align: top;
  }
  .membership .hero .hero-content .section-1 img {
    width: 80%;
  }
  .membership .hero .hero-content .section-1 img.banks-vs-coastal {
    width: 80%;
  }
  .header {
    padding: 10px 25px 10px 15px;
  }

  #container .carousel-indicators {
    display: block;
  }

  #container .header .navbar-default .navbar-nav>li {
    padding-top: 10px;
    display: inline-block;
    float: none;
  }

  #container .navbar-nav {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center;
  }

  #container .sub-hero {
    margin-bottom: 20px;
    min-width: 225px;
  }
  .section-3 .hero-member-header {
    font-size: 20px;
  }

  .header .navbar-default {
    background-color: transparent;
  }
  .header .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .header .navbar-default .navbar-nav>li.active>a {
      color: #0a592f;
  }

  .header {
    padding: 20px 10px 10px 15px;
  }

  .header .navbar-brand {
    margin-left: 0px;
  }

  .hero .hero-content p {
/*     max-width: 600px; */
    margin: 40px 0;
  }

  .more-info .section-1 p {
    max-width: 800px;
    text-align: left;
  }

  .hero .hero-content .section-1 {
    padding: 85px 0px 60px 0px; 
  }

  .hero .hero-content .events-section {
    padding: 25px 0px 60px 0px; 
/*     background-color: #FFF; */
    text-align: left;
  }

  .sub-hero-header {
    text-align: left;
  }

  .hero .hero-content .section-2 .sub-hero-container {
    padding: 20px 20px;
    min-width: 500px;
  }

  .hero .hero-footer {
    padding-right: 80px;
    padding-left: 80px;
  }

  .membership .hero .hero-header {
    padding-left: 20px;
    padding-right: 20px;
    padding-top:200px;
  }

  .hero .hero-header h1 {
    
  }

  .hero .hero-header p {

  }

  .section-3 .hero-member-header {
    margin-bottom: 20px;
  }


  #container button {
    padding: 5px 100px 5px 100px;
  }

  .divider {
    display: block;
  }

  .header .navbar-brand {
      width: 146px;
      background-size: 100%;
  }

  .join-us .hero .hero-content .section-1 {
      padding: 65px 50px 60px 50px;
  }
}

@media (min-width: 1000px) {
  .header .navbar-default .navbar-nav>li>a {
    font-size: 16px;
  }

  .header .navbar-brand {
    margin-right: 35px;
}
}

@media (min-width: 992px) {
  .hero .hero-content .section-2 .sub-hero-container {
    padding: 20px 20px;
    min-width: 760px;
  }
  .sub-hero-sub-header {
    height: 40px;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
  }
  #container .sub-hero-header {
    min-height: 120px;
    margin-bottom: 0px;
  }
  .header .navbar-default .navbar-nav>li>a {
    font-size: 19px;
  }

  .header .navbar-brand {
    margin-right: 0px;
  }

  .header {
    padding: 20px 25px 10px 25px;
  }

  .sub-hero-header {
    text-align: center;
  }
  .section-3 .hero-member-header {
    font-size: 25px;
  }
  
  .header .navbar-brand {
      width: 186px;
  }
}


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}

.header.header-v2 {
  background-color: #FFF;
  padding-top: 0px;
  min-height: 86px;
}

.header.header-v2 .navbar-brand {
  background-image: url(img/coastal-logo-v3.png);
  width: 217px;
  height: 85px;
  background-size: contain;
  margin: 10px 0;
}

.header.header-v2 .navbar-default {
  background-color: #FFF;
}

.header.header-v2 .navbar-default .navbar-header {
  background-color: #FFF;
}

.header.header-v2 .navbar-collapse.in {
  overflow: hidden;
}

.header.header-v2 .social-buttons-container {
    
}

.header.header-v2 .social-container {
  text-align: left;
  padding-top: 5px;
}

#container .header-v2 .navbar-default .navbar-toggle,
#menu-container .header-v2 .navbar-default .navbar-toggle {
  background-color: #01a750;
  margin-top: 25px;
}

#container .navbar-default .navbar-toggle .icon-bar,
#menu-container .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}

.header.header-v2 .navbar-default .navbar-nav>li>a {
  color: #333132;
  text-transform: none;
}

.header.header-v2 .navbar-default .navbar-nav>li>a:hover {
  color: #01a750;
  text-transform: none;
}


.header.header-v2 .navbar-default .navbar-nav>li.active>a {
  color:#01a750;
}

.header.header-v2 .navbar-default .navbar-nav>li.active {
  background-color: #fff;
}

#container .header.header-v2 .navbar-default .navbar-nav>li {
  padding-top: 0px;
}

.homev2 .hero-header {
  background-color: #FFF;
  position: relative;
  height: auto;
}

.homev2 .hero-header h1 {
  color: #01a750;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: 10%;
}

.homev2 .hero-header .fullscreen-bg {

}

.fullscreen-bg__video {
    width: 100%;
}

.homev2 .hero .hero-content {
  max-width: 1200px;
  margin: 0px auto;
}

#container.homev2,
#container.why-coastal-v2,
#container.community-v2,
#container.join-us-v2 {
  max-width: none;
}

.homev2 .section-1 {
  background-color: #FFF;
}

.mobile-header-image-container {

}
.mobile-header-image-container img {
  width: 100%;
  height: auto;
}

.mobile-header-image-container p {
  color: #333132;
  padding: 20px;
  font-size: 16px;
}

.fullscreen-bg {
  position: relative;
}

.video-callout-container {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.video-callout-container img {
    width: 10%;
}

.video-callout-container h2 {
  margin-top: -10px;
  font-size: 25px;
}

.homev2 .section-1 p {
  color: #333132;
  text-align: left;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  display: inline-block;
}

.homev2 .section-1 .youtube-video-wrap {
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
}

.homev2 .section-1 .youtube-video-wrap .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.homev2 .section-1 .youtube-video-wrap .video-container iframe, 
.homev2 .section-1 .youtube-video-wrap .video-container object, 
.homev2 .section-1 .youtube-video-wrap .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.homev2 .section-1 .youtube-video {

}

.homev2 .hero .hero-content .section-2 {
  background-color: #FFF;
  background-image: none;
}

.homev2 .hero .hero-content .section-2.flower {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-top: 50px;
}

.homev2 .hero .hero-content .section-2.flower .left {
  text-align: left;
}

.homev2 .hero .hero-content .section-2.flower .right {
  text-align: left;
}

.homev2 .hero .hero-content .section-2.flower h2 {
  color: #333132;
  font-size: 36px;
  text-align: left;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
} 

.homev2 .hero .hero-content .section-2.flower h3 {
  color: #01a750;
  font-weight: bold;
}

#container.homev2 .hero .hero-content .section-2.flower p {
  color: #333132;
}

#container.homev2 .hero .hero-content .section-2.flower .btn-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 75px;
}

#container.homev2 .hero .hero-content .section-2.flower .btn.btn-default {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  background-color: #00673a;
  background-image: -moz-linear-gradient(90deg, #023f23, #00673a);
  background-image: -ms-linear-gradient(90deg, #023f23, #00673a);
  background-image: -o-linear-gradient(90deg, #023f23, #00673a);
  background-image: -webkit-linear-gradient(90deg, #023f23, #00673a);
  background-image: linear-gradient(90deg, #023f23, #00673a);
  border-radius: 7px;
  border: 3px solid #009f4b;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  margin: auto;
  padding: 5px 40px;
  text-decoration: none;
  text-transform: uppercase;
}

#container.homev2 .hero-footer,
#container.join-us-v2 .hero-footer,
#container.join-day .hero-footer {
  background-color: #01a750;
  color: #FFF;
}

#container.join-day .hero-footer>div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#container.homev2 .hero-footer .row {
  max-width: 1200px;
  margin: 0px auto;
}

#container.homev2 .hero-footer h4,
#container.join-us-v2 .hero-footer h4,
#container.join-day .hero-footer h4 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

#container.homev2 .hero-footer p,
#container.join-us-v2 .hero-footer p,
#container.join-day .hero-footer p {
  color: #FFF;
}

.homev2 .hero-footer .callout-button-container-v2 .hero-footer-icon.contact,
.join-us-v2 .hero-footer .callout-button-container-v2 .hero-footer-icon.contact,
.join-day .hero-footer .callout-button-container-v2 .hero-footer-icon.contact {
    background-image: url(img/icon-contact-v2.png);
}

.homev2 .hero-footer .callout-button-container-v2 .hero-footer-icon.community,
.join-us-v2 .hero-footer .callout-button-container-v2 .hero-footer-icon.community,
.join-day .hero-footer .callout-button-container-v2 .hero-footer-icon.community {
    background-image: url(img/icon-community-v2.png);
}

.homev2 .hero-footer .callout-button-container-v2 .hero-footer-icon.join,
.join-us-v2 .hero-footer .callout-button-container-v2 .hero-footer-icon.join,
.join-day .hero-footer .callout-button-container-v2 .hero-footer-icon.join {
    background-image: url(img/icon-join-v2.png);
}

.hero-footer .callout-button-container-v2 .hero-footer-icon {
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.homev2 .hero-footer .callout-button-container-v2 .hero-footer-text,
.join-us-v2 .hero-footer .callout-button-container-v2 .hero-footer-text,
.join-day .hero-footer .callout-button-container-v2 .hero-footer-text {
  color: #FFF;
}

.why-coastal-v2 .hero-header {
  color: #01a750;
  padding: 50px;
}

.why-coastal-v2 .hero-header img {
  width: 100%;
  height: auto;
}

.why-coastal-v2 .hero-header h1 {
  color: #fff;
  text-align: left;
  font-size: 55px;
  line-height: 55px;
	margin-top: 30px;
}

.why-coastal-v2 .hero-header p {
  color: #01a750;
  text-align: left;
  font-size: 15px;
  text-transform: none;
}

.why-coastal-v2 .hero-content h3 {
    color: #FFF;
    font-size: 45px;
    line-height: 55px;
    margin-top: 10px;
/*     margin-bottom: 40px; */
    text-transform: uppercase;
    font-weight: bold;
}

#container.why-coastal-v2 .hero .hero-content .section-1 {
  background-color: #01a750;
}

#container.why-coastal-v2 .hero .hero-content img {
  max-width: 100%;
  height: auto;
}

#container.why-coastal-v2 .hero .btn-container {
  padding-top: 20px;
  text-align: left;
  margin-bottom: 50px;
}

#container.why-coastal-v2 .hero .btn-container .btn {
      -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -webkit-box-shadow: #6E7849 0 0 10px;
    background-color: #00673a;
    background-image: -moz-linear-gradient(90deg, #023f23, #00673a);
    background-image: -ms-linear-gradient(90deg, #023f23, #00673a);
    background-image: -o-linear-gradient(90deg, #023f23, #00673a);
    background-image: -webkit-linear-gradient(90deg, #023f23, #00673a);
    background-image: linear-gradient(90deg, #023f23, #00673a);
    border-radius: 7px;
    border: 3px solid #009f4b;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin: auto;
    padding: 5px 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

#container.join-us-v2 .hero-header {
  padding-left: 50px;
  padding-right: 50px;
  height: auto;
  padding: 50px;
}

/*
#container.join-us-v2 .hero-header {
  background-image: url(img/member-services-hero-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
*/



#container.join-us-v2 .hero-header .row {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

#container.join-us-v2 .hero-header h1 {
  text-align: left;
  font-size: 60px;
  color: #FFF;
  font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
  text-transform: uppercase;
  padding-top: 0px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 70px;
}

#container.join-us-v2 .hero-header p {
  text-align: left;
  font-size: 15px;
  text-transform: none;
  max-width: 800px;
  padding-bottom: 50px;
}

#container.join-us-v2 .hero-header .gallery-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-bottom: 30px;
  margin-top: 50px;
}

#container.join-us-v2 .hero-header .gallery-container .youtube-video-wrap {
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
}

#container.join-us-v2 .hero-header .gallery-container .youtube-video-wrap .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#container.join-us-v2 .hero-header .gallery-container .youtube-video-wrap .video-container iframe, 
#container.join-us-v2 .hero-header .gallery-container .youtube-video-wrap .video-container object, 
#container.join-us-v2 .hero-header .gallery-container .youtube-video-wrap .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#container.join-us-v2 .hero-header .gallery-container .carousel-inner {
      padding-bottom: 50px;
      max-width: 800px;
      margin: 0px auto;
}

#container.join-us-v2 .hero-header .gallery-container .carousel-indicators {
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    list-style: none;
    max-width: 640px;
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    display: block;
}

#container.join-us-v2 .hero-header .gallery-container .carousel-caption,
#container.join-us-v2 .hero-header .gallery-container .caption {
    color: #FFF;
    font-size: 20px;
    margin-top: 20px;
}

#container.join-us-v2 .hero-header .gallery-container .carousel-control.right,
#container.join-us-v2 .hero-header .gallery-container .carousel-control.left {
  background-image: none;
  background: none;
  color: #FFF;
}

#container.join-us-v2 .hero-content.reasons {
  text-align: left;
}

#container.join-us-v2 .hero-content.reasons .reason-header-row {
  margin-top: 50px;
}

#container.join-us-v2 .hero .hero-content .section-1 {
    max-width: 1200px;
    margin: 0px auto;
    display: block;

}

#container.join-us-v2 .hero-content.reasons h2 {
  color: #333132;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 0px;
}

#container.join-us-v2 .hero-content.reasons h3 {
  color: #01a750;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  padding-bottom: 30px;
}

#container.join-us-v2 .hero-content.reasons h4 {
  color: #01a750;
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  margin-top: 30px;
}

#container.join-us-v2 .hero-content.reasons h5 {
  color: #333132;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

#container.join-us-v2 .hero-content.reasons p {
  color: #333132;
  font-size: 15px;
  text-align: left;
  margin: 0 0 20px 0;
/*   padding-top: 10px; */
}

#container.join-us-v2 .hero-content.reasons .reason-header {
/*   border-top: 2px solid #edeaf1; */
  background-color: #e9e9e9;
l
/*
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(214,214,214,1)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(214,214,214,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6', GradientType=1 );
*/
  padding-top: 5px;
}

#container.join-us-v2 .hero-content.reasons .reason-section {
  margin-bottom: 50px;
  vertical-align: top;
}


#container.join-us-v2 .hero-content.reasons .btn.btn-default {
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-box-shadow: #6E7849 0 0 10px;
  background-color: #00673a;
  background-image: -moz-linear-gradient(90deg, #023f23, #00673a);
  background-image: -ms-linear-gradient(90deg, #023f23, #00673a);
  background-image: -o-linear-gradient(90deg, #023f23, #00673a);
  background-image: -webkit-linear-gradient(90deg, #023f23, #00673a);
  background-image: linear-gradient(90deg, #023f23, #00673a);
  border-radius: 7px;
  border: 3px solid #009f4b;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  margin: auto;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.community-v2 .hero-carousel {
  background-color: #01a750;
}

.community-v2 .carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
  margin: 0px auto;
}

.community-v2 .hero .hero-content.community-events-section {
  width: 100%;
}
.community-v2 .hero .hero-content.community-events-section .events-section {
  background-color: transparent;
}

.community-v2 .hero .hero-content.community-events-section.community-events-section_1 {
  background-color: #dddee2;
}

.community-v2 .hero .community-event-container {
  vertical-align: top;
}

.community-v2 .hero .community-event-container .community-event {
  background-color: transparent;
}

.community-v2 .hero .community-event-container .community-event img {
  width: 100%;
}

.community-v2 .hero .community-event-container .community-event .event-icon-container {

}

.community-v2 .hero .community-event-container .community-event .event-icon {
 
}

.community-event-container .community-event .event-date, .community-event-container .community-event .event-title {
  color: #888888;
  font-size: 13px;
  font-weight: bolder;
  text-transform: uppercase;
}

.community-event-container .community-event .event-date {color: #01a750;}
/*
.community-event-container .community-event .event-date {
  color: #333;
  font-size: 19px;
  margin-bottom: 10px;
  font-style: italic;
}
*/

.community-event-container .community-event .event-title {

	text-align: left;}
	
 .community-event-container .community-event .event-subtext {
  color: #333;
  font-size: 23px;
  line-height: 27px;
  padding: 5px 0;
}

.community-v2 .community-events-section h3 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #333132;
}

.footer.footer-v2 {
  background-color: #01a750;
  color: #FFF;
  text-align: center;
  padding-bottom: 30px;
}

.footer.footer-v2 a {
  color: #FFF;
  text-decoration: underline;
}

.footer.footer-v2 p {
  text-align: left;
  color: #FFF;
  font-size: 10px;
  max-width: 970px;
  margin: 30px auto;
}

.footer.footer-v2 .footer-logo {
    background-image: url(img/coastal-footer-logo-v3.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 92px;
    margin-top: 50px;
    background-size: contain;
}

#modal-video.vimeo-video-modal {
  display: block;
}

.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
 
.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 0 25px 25px 25px;
}
 
.modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}

#modal-video button.close {
 padding-right: 30px;

}


#modal-video .modal-header {
  background-color: transparent;
  background: none;
  border-width: 0px;
}

#modal-video .modal-body {
  padding: 0px;
}

#modal-video .modal-content {
  background-color: transparent;
  border-width: 0px;
  box-shadow: 0px 0px 0px transparent;
}

#modal-video .modal-dialog {
  max-width: 1200px;
  width: auto;
  padding: 20px;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.wrapper {
  max-width: 1200px;
  margin: 0px auto;
} 

.homev2 sup {
      font-size: 55%;
}

.footer.footer-v2 sup {
    font-size: 75%;
}


#container.join-day .joinMonth {
	background: #00a850 !important;
	padding: 15px;
	color: #fff;
	}

#container.join-day .dkGreen {background: #008d44 !important;}

	
#container.join-day .joinMonth h3 {
font-weight: bold;
text-transform: uppercase;
}

#container.join-day .joinMonth a:hover {
color: #fff !important;}

#container.join-day .joinMonth ul li {
list-style: none;
display: inline-block;
padding-right: 15px;
font-size: 22px;
font-weight: bold;
}
#container.join-day .joinMonth ul li a {
color: #333132 !important;
}
@media (max-width: 768px) {
#container.join-day .joinMonth {
	text-align: left !important;}
	#container.join-day .joinMonth ul li {
	display: block;}
	#container.join-day .joinMonth ul {
	padding-left: 0;}
}



#container.join-day .hero-header {
  background-color: #FFF;
  height: auto;
}

#container.join-day .hero-header h1 {
  color: #fff;
  text-align: left;
  font-size: 35px;
  margin-top: 30px;
  line-height: 30px;
}

#container.join-day .hero-header h1 span {
  color: #fff;
}

#container.join-day .hero-header p {
  text-align: left;
  text-transform: none;
  font-size: 15px;
  color: #fff;
}


@media (max-width:991px) {
	#container.join-day .hero-header h1, #container.join-day .hero-header p {
		color: #333;}
		.joinHeaderImg {display: none !important; visibility: hidden !important;}
		#container.join-day .hero-header h1 span {color: #00a850;}
	}
#container.join-day .hero-header img {
  display: block;
  width: 100%;
  height: auto;
}

#container.join-day .hex-banner {
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  width: 263px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 40px;
  padding-top: 5px;
  position: relative;
}

#container.join-day .hex-banner .icon {
    position: absolute;
    height: 49px;
    width: 90px;
    top: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}

#container.join-day .hex-banner h3 {
  text-align: left;
  font-size: 15px;
  color: #333132;
  font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
  text-transform: uppercase;
  padding-top: 0px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 5px;
}

#container.join-day .hex-banner p {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  color: #00a850;
  font-size: 13px;
  margin-top: 0px;
  line-height: 15px;
}

#container.join-day .hex-banner p .underline {
  text-decoration: underline;
}

#container.join-day .hex-banner.step4 {
  padding-top: 5px;
}

#container.join-day .hex-banner.step4 h3 {

}

#container.join-day .hex-banner.step4 p {
  
}

#container.join-day .hex-banner.left {
  background-image: url(img/hex-banner-bg-left-mobile.png);
  padding-left: 100px;
  padding-right: 25px;
}

#container.join-day .hex-banner.left .icon {
  left: 1%;
}

#container.join-day .hex-banner.right .icon {
  right: 1%;
}

#container.join-day .hex-banner.right {
  background-image: url(img/hex-banner-bg-right-mobile.png);
  padding-right: 100px;
  padding-left: 35px;
}

#container.join-day .hero-content .section-1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#container.join-day .join_day_sub_item_icon {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
}

#container.join-day .join_day_sub_item_container h4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #00a850;
  font-size: 20px;
  margin-top: 0px;
  font-weight: bold;
  max-width: 600px;
}

#container.join-day .join_day_sub_item_container p {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  color: #333132;
  font-size: 15px;
  margin-top: 0px;
  font-weight: normal;
}

#container.join-day .join-day-hero-footer-text {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  color: #333132;
  font-size: 15px;
  margin-top: 0px;
  font-weight: bold;
}

#container.join-day .join-day-hero-footer-text p {
  text-align: center;
  color: #333132;
  font-size: 15px;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 80px;
}

#container.join-day .join-day-hero-footer-link-container {
  margin-bottom: 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#container.join-day .join-day-hero-footer-link {
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  color: #00a850;
  font-size: 15px;
  margin-top: 0px;
}

.join_day_sub_item_container img {
  width: 100%;
  height: auto;
}

@media (max-width: 450px) {
  .hidden-xxs {
    display: none;
  }
}

@media (max-width: 768px) {
  .why-coastal-v2 .hero-header {
    padding-left: 10px;
  }

  .why-coastal-v2 .hero-header h1 {
    font-size: 45px;
    line-height: 40px;
  }

  #container.join-us-v2 .hero-header h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .why-coastal-v2 .hero-content h3 {
    font-size: 35px;
  }

  .fullscreen-bg__video {
    display: none;
  }
}

@media screen and (min-width: 768px) {
 
}

@media (min-width: 768px) {

  .homev2 .hero .hero-content .section-2.flower h3 {
    color: #01a750;
    font-weight: bold;
    max-width: 600px;
    margin: 0px auto 5px auto;
  }

  #container.homev2 .hero .hero-content .section-2.flower p {
    color: #333132;
    max-width: 600px;
    margin: 0px auto 10px auto;
  }

  .header.header-v2 .social-buttons-container {
      
      padding-top: 37px;
  }

  #menu-container .header .navbar-default .navbar-nav {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 20px;
  }

  #menu-container .header .navbar-default .navbar-nav>li {
    padding-top: 10px;
    display: inline-block;
    float: none;
  }

    #container.join-day .hex-banner {
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 493px;
    height: 143px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 40px;
    padding-top: 25px;
    position: relative;
  }

  #container.join-day .hex-banner .icon {
      position: absolute;
      min-height: 89px;
      min-width: 170px;
      top: 10%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;

  }

  #container.join-day .hex-banner h3 {
    text-align: left;
    font-size: 25px;
    color: #333132;
    font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  #container.join-day .hex-banner p {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    color: #00a850;
    font-size: 15px;
    margin-top: 0px;
    line-height: 20px;
  }

  #container.join-day .hex-banner.step4 {
    padding-top: 10px;
  }

  #container.join-day .hex-banner.step4 p {
    font-size: 15px;
    line-height: 20px;
  }

  #container.join-day .hex-banner.left {
    background-image: url(img/hex-banner-bg-left.png);
    padding-left: 190px;
    padding-right: 65px;
  }

  #container.join-day .hex-banner.left .icon {
    left: 1%;
  }

  #container.join-day .hex-banner.right .icon {
    right: 1%;
  }

  #container.join-day .hex-banner.right {
    background-image: url(img/hex-banner-bg-right.png);
    padding-right: 190px;
    padding-left: 65px;
  }

}

@media (min-width: 1000px) {
  
}

@media (min-width: 992px) {
  .homev2 .hero .hero-content .section-2.flower {
    background-image: url('img/flower-bg.png');
    background-repeat: no-repeat;
    background-position: center 35%;
  }


  .homev2 .hero .hero-content .section-2.flower .left {
    text-align: left;
  }

  .homev2 .hero .hero-content .section-2.flower .right {
    text-align: right;
  }

  .homev2 .hero .hero-content .section-2.flower h2 {
    max-width: 1200px;
  }

  .homev2 .hero .hero-content .section-2.flower h3 {
    color: #01a750;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #container.homev2 .hero .hero-content .section-2.flower p {
    color: #333132;
    margin: 20px auto;
  }

  #container.homev2 .hero .hero-content .section-2.flower .btn-container {
    margin-top: 30px;
  }

  .homev2 .section-1 p {
/*     height: 300px; */
/*     padding-top: 80px; */
    padding-right: 60px;
  }

  .homev2 .section-1 .youtube-video-wrap {
    width: 100%;
  }

  #container.why-coastal-v2 .hero .hero-content img {
/*     max-width: 70%; */
    height: auto;
  }

  .header.header-v2 .navbar-default .navbar-nav>li>a {
      padding-right: 15px;
      padding-left: 15px;
      font-size: 16px;
  }

  .video-callout-container img {
    width: 20%;
    max-width: 133px;
  }

  .homev2 .hero .hero-content .section-2.flower h2 {
    text-align: center;
  }

  #container.join-us-v2 .hero-content.reasons h2 {    
    margin-bottom: 0px;
  }

  #container.join-us-v2 .hero-content.reasons h3 {
    margin-top: 0px;
    padding-bottom: 30px;
  }

  #container.join-us-v2 .hero-content.reasons h4 {

  }

  #container.join-us-v2 .hero-content.reasons h5 {
/*     min-height: 70px; */
  }

  #container.join-us-v2 .hero-content.reasons p {
/*     min-height: 85px; */
  }

  #container.join-day {
    max-width: 100%;
  }

  #container.join-day .hero-header {
    background-image: url(img/joinday_hearts.jpg);
    background-repeat: no-repeat;
    background-position: 30% 0;
    background-color: #d3d3d3;
    height: 485px;
  }

  #container.join-day .hero-header .hero-content-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  #container.join-day .hex-banner {
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 493px;
    height: 143px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 40px;
    padding-top: 25px;
    position: relative;
  }

  #container.join-day .hex-banner .icon {
      position: absolute;
      min-height: 89px;
      min-width: 170px;
      top: 10%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;

  }

  #container.join-day .hex-banner h3 {
    text-align: left;
    font-size: 25px;
    color: #333132;
    font-family: "myriad-pro", Myriad Pro, Myriad, sans-serif;
    text-transform: uppercase;
    padding-top: 0px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  #container.join-day .hex-banner p {
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
    color: #00a850;
    font-size: 15px;
    margin-top: 0px;
    line-height: 20px;
  }

  #container.join-day .hex-banner.step4 {
    padding-top: 10px;
  }

  #container.join-day .hex-banner.step4 p {
    font-size: 15px;
    line-height: 20px;
  }

  #container.join-day .hex-banner.left {
    background-image: url(img/hex-banner-bg-left.png);
    padding-left: 190px;
    padding-right: 65px;
  }

  #container.join-day .hex-banner.left .icon {
    left: 11px;
    top: 20px;
  }

  #container.join-day .hex-banner.right .icon {
    right: 11px;
    top: 20px;
  }

  #container.join-day .hex-banner.right {
    background-image: url(img/hex-banner-bg-right.png);
    padding-right: 190px;
    padding-left: 65px;
  }

  #container.join-day .hero-header h1 {
    color: #fff;
    text-align: left;
    font-size: 65px;
    margin-top: 120px;
    line-height: 60px;
  }

  #container.join-day .hero-header img {
    display: none;
    width: 100%;
    height: auto;
  }
}