/*
 * Fonts
 */

.fonts{
    font-family:'Avenir LT W01_55 Roman1475520';
    font-family:'Avenir LT W01_65 Medium1475532';
    font-family:'Avenir LT W01_95 Black1475556';
    font-family:'Avenir LT W01_55 Obliqu1475526';
    font-family:'Avenir LT W01_35 Light1475496';
}



/*
 * Default Styles
 */

html { overflow-y: scroll; height: 100%; }
body {
  height: 100%;
  font-family:'Avenir LT W01_65 Medium1475532';
  font-size: 18px;
  line-height: 28px;
}
.row { max-width:81rem; }
.row.full-width { max-width: 100%; }
.row.narrow {
    max-width: 55rem;
    margin: auto;
}
.row.semi-narrow {
    max-width: 66rem;
    margin: auto;
}
:focus { outline: none; }
.image-wrapper img { width:100%; }
.imgcont-vert {
    height:100%;
}
.themed {
    background-color: #56b6dd;
    color: #fff;
}
.themed2 {
    background-color: #043d6e;
    color: #fff;
}
.themed2 p,
.themed p {
    color: #fff;
}



/*
 * Global Styles
 */

h1 {
    font-family:'Avenir LT W01_65 Medium1475532';
    color: #fff;
    font-size: 34px;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h2 {
  font-family:'Avenir LT W01_65 Medium1475532';
  font-size: 29px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3 {
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
h4 {
  font-family:'Avenir LT W01_55 Roman1475520';
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h5 {
  font-family:'Avenir LT W01_95 Black1475556';
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
h6 {
  font-family:'Avenir LT W01_95 Black1475556';
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.contentRender_name_plugins_core_textbox h1,
.contentRender_name_plugins_core_textbox h2,
.contentRender_name_plugins_core_textbox h3,
.contentRender_name_plugins_core_textbox h4,
.contentRender_name_plugins_core_textbox h5,
.contentRender_name_plugins_core_textbox h6 { color: #222; }
p {
    font-family:'Avenir LT W01_65 Medium1475532';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}
a {
    color: #1f6db6;
    font-family:'Avenir LT W01_95 Black1475556';
    font-size: 18px;
}

ul, ol{font-size: inherit;margin-left: 1.6em;}

.contentRender_name_plugins_core_textbox ul li{
    font-family: 'Avenir LT W01_65 Medium1475532';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
}

/*Theme Link Colors*/
.theme-kure a {color: #1f6db6;}
.theme-kure .blue-back a,
.theme-kure .beachcams a {color: #F7A850;}

.theme-carolina a {color: #007DC6;}
.theme-carolina .blue-back a,
.theme-carolina .beachcams a {color: #FCB134;}

.theme-wrightsville a {color: #1E7FB7;}
.theme-wrightsville .blue-back a,
.theme-wrightsville .beachcams a {color: #F8981D;}

a:hover { color: #1f6db6; }
button {
    font-family:'Avenir LT W01_65 Medium1475532';
    font-size: 16px;
}
.white-border { border: 3px solid #fff; }
button.white-border {
    color: #fff;
    text-transform: uppercase;
    border: 3px solid #fff;
    padding: 10px 15px 5px;
    background-color: #1f6db6;
    border: 3px solid #1f6db6;
}
button.white-border:hover {
    background-color: transparent;
    border: 3px solid white;
}
button.dark-blue-border {
    color: #043d6e;
    text-transform: uppercase;
    border: 3px solid #043d6e;
    padding: 8px 20px 5px;
    background-color: transparent;
}
.theme-kure button.dark-blue-border {
  color: #4EB0CE;
  border: 3px solid #4EB0CE;
}
@media only screen and (max-width: 40.063em) {
/* < 642px */
    h1 {
        font-size: 20px;
        line-height: 28px;
    }
    h3 {
        font-size: 16px;
        line-height: 22px;
    }
    a,
    p {
        font-size: 16px;
        line-height: 20px;
    }
}

/*
 * Filter Styles
 */

.filters-wrapper{}
.filters-wrapper .filters{
    padding: 30px 0px 10px;
}

.filters .filters-form input{}

.filters .filters-form input,
.filters .filters-form select option,
.filters .filters-form select,
.filters .filters-form .amen-wrapper label{
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    text-transform: uppercase;
    color: #043d6e;
    height: 28px;
    margin: 0;

}

.filters .filters-form select option.cat-option.hidden{display: none;}

.filters .filters-form select{
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #043d6e;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    padding-top: 0;
    position: relative;
    /*width: 130%;*/
    border: none;
    z-index: 5;
    -moz-appearance: none;
}

@media only screen and (min-width: 769px) {
    .filters .filters-form select{
        height: 100px;
    }

    .filters .filters-form select option{

        height: 26px;
        line-height: 26px;
   
    }
}
.listingFilterContainer .filters .filters-form .region-wrapper,
.listingFilterContainer .filters .filters-form .cat-wrapper {
	overflow: auto;
	overflow-x: hidden;
}
.listingFilterContainer .filters .filters-form select.regions,
.listingFilterContainer .filters .filters-form select.cats {
	height: auto;
	width: 100%;
	padding-bottom: 0;
}
.listingFilterContainer .filters .filters-form select.regions option,
.listingFilterContainer .filters .filters-form select.cats option {
	height: auto;
}
.filters .filters-form .amen-wrapper label{padding: 6px 8px 8px;}
.filters .filters-form .amen-wrapper .fa{pointer-events:none; cursor: pointer;}



.filters .filters-form .amenityContainer {
    margin-top: -40px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 64em) {
    .filters-wrapper .filters{
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 40em) {
    .filters .filters-form .amenityContainer { margin-top: auto;}
}

.listings .listingFilterContainer .amenities {
    background: transparent;
    font-family: 'Avenir LT W01_55 Roman1475520';
}

.listings .listingFilterContainer .amenities label {height: 40px;}

.listings .listingFilterContainer .amenities li input{height: auto;}

.filters .filters-form{}

.filters .filters-form .left-side{
    padding: 0px;
}

.filters .filters-form .filter-item {
    display: inline-block;
    width: 33.333%;
    float: left;
    padding: 0px 0.9375rem;
}

.filters .filters-form .filter-item.one {
    width: 100%;
}

.filters .filters-form .filter-item.two {
    width: 50%;
}

.filters .filters-form .filter-item.three {
     width: 33.33333333%;
}

.filters .filters-form .filter-item.four {
     width: 25%;
}

.filters .filters-form .filter-item > div{

}


.filters .filters-form .actions-wrapper,
.filters .filters-form .region-wrapper,
.filters .filters-form .amen-wrapper,
.filters .filters-form .cat-wrapper{
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
/*    padding-left: 1.875rem;
    padding-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;*/
}

.filters .filters-form .cat-wrapper{

}

.filters .filters-form .region-wrapper,
.filters .filters-form .amen-wrapper,
.filters .filters-form .cat-wrapper,
.listings .listingFilterContainer .amenities{
    border: 4px solid #043d6e;
}

.filters .filters-form .fa{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #043d6e;
    font-size: 14px;
    padding: 12px 13px;
    border-left: 4px solid;
}
.filters .filters-form .region-wrapper,
.filters .filters-form .cat-wrapper,
.filters .filters-form .amen-wrapper{

}


.filters .filters-form .right-side{
    padding-left: 0px;
    padding-right: 0px;
}
.filters .filters-form .region-wrapper{}

.filters .filters-form .regions{}
.filters .filters-form .actions-wrapper{
    padding: 0px 0.9375rem;
    margin-right: 0px;
    margin-left: 0px;
}
.filters .filters-form .actions-wrapper .keyword{
    padding-left: 0px;
}
.filters .filters-form .actions-wrapper .keyword .keyword-input{
    color: #043d6e;
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    text-transform: uppercase;
    border: 4px solid #043d6e;
    height: 43px;
    padding-top: 8px;
    padding: 0.5rem;
}

@media only screen and (max-width: 40em) {
    .filters .filters-form .actions-wrapper .keyword .keyword-input{margin-bottom: 1rem}
}


.filters .filters-form .actions-wrapper .keyword .keyword-input::-webkit-input-placeholder {
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #8e9db1;
    text-transform: uppercase;
}
.filters .filters-form .actions-wrapper .keyword .keyword-input::-moz-placeholder {
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #8e9db1;
    text-transform: uppercase;
}
.filters .filters-form .actions-wrapper .keyword .keyword-input:-ms-input-placeholder {
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #8e9db1;
    text-transform: uppercase;
}
.filters .filters-form .actions-wrapper .keyword .keyword-input:-moz-placeholder {
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #8e9db1;
    text-transform: uppercase;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {padding: 0 0.5rem;}



.filters .filters-form .search-action{
    padding-right: 0px;
}

.filters .filters-form .search-action .search-link button{
    font-family: 'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 43px;
    background-color: #043d6e;
    padding: 10px;
    letter-spacing: 1px;
}

.filters .filter-label{
    font-size: 16px;
    color: #1f6db6;
    text-transform: uppercase;
    font-family:'Avenir LT W01_95 Black1475556';
    margin-bottom: 15px;
    letter-spacing: 1px;
    padding-left: 0.9375rem;
}

.filters .filters-form .date{
    border: 4px solid #043d6e;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
}

.filters .filters-form .date label{
    position: absolute;
    top: 0;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    margin-left: 10px;
    font-family: 'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #043d6e;
}
.filters .filters-form .date input[type="text"]{
    font-family: 'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #043d6e;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent;
    padding-top: 6px;
    position: relative;
    width: 130%;
    border: none;
    z-index: 10;
    height: 35px;
    border-radius: 0;
    cursor: pointer;
    box-shadow: none;
}
.filters .filters-form .date input.startDate {  padding-left: 71px; }
.filters .filters-form .date input.endDate {  padding-left: 47px; }

@media only screen and (max-width: 60em) {
    .filters .filters-form .filter-item.four{ width: 50% !important; }
}

@media only screen and (max-width: 40.063em) {

    .filters .filters-form .filter-item,
    .filters .filters-form .filter-item.one,
    .filters .filters-form .filter-item.two,
    .filters .filters-form .filter-item.three,
    .filters .filters-form .filter-item.four{
        width: 100% !important;
    }
    .filters .filters-form .search-action,
    .filters .filters-form .actions-wrapper .keyword{
        padding: 0px;
    }
    .filters .filters-form .search-action{
        text-align: center;
    }
    .filters .filters-form .search-action .search-link button{
        width: 80%;
        margin: auto;
        float: none;

    }

}

.slide-show-section {
  clear: both;
}
@media only screen and (max-width: 64em) {
  .slide-show-section {
    min-height: 43px;
  }
}

/*
 * Content Section
 */
.panel_custom_one_col {padding: 0 30px;}
.panel_custom_one_col .row {
    max-width: 66rem;
}
.panel_custom_one_col.wide-one-column .row {
    max-width: 81rem;
}

.content-section {}
.content-section .blue-back { background-color: #56b6dd; margin-bottom: 40px;}
.theme-kure .content-section .blue-back { background-color: #54984E; margin-bottom: 40px;}
.theme-wrightsville .content-section .blue-back { background-color: #14587F; margin-bottom: 40px;}
.theme-carolina .content-section .blue-back { background-color: #007DC6; margin-bottom: 40px;}

.content-section .dark-blue-back { background-color: #043d6e; }
.content-section .content h1 {padding-top: 20px;}

.content-section .content.blue-back h1,
.content-section .content.blue-back p,
.content-section .content.beachcams h1,
.content-section .content.beachcams p { color: #fff; padding-bottom: 14px; }

.content-section .content.blue-back,
.content-section .content.blue-back h2,
.content-section .content.blue-back h3,
.content-section .content.blue-back h4,
.content-section .content.blue-back h5,
.content-section .content.blue-back h6,
.content-section .content.beachcams,
.content-section .content.beachcams h2,
.content-section .content.beachcams h3,
.content-section .content.beachcams h4,
.content-section .content.beachcams h5,
.content-section .content.beachcams h6 {color: #fff;}


.content-section .content .one-column-planel { padding-top: 40px; }
.content-section .content .one-column-planel.top-content-panel {
    padding-top: 25px;
    padding-bottom: 25px;
}
.content-section .content .one-column-planel.top-content-panel h1 {
    letter-spacing: 3px;
    margin: 10px auto 15px;
}
.content-section .content .one-column-planel .panel-content {}

/*
 * Styled Dropdown
 */

.action-wrapper.select {
    position: relative;
    bottom: 8px;
    z-index: 1;
}
.action-wrapper.light-blue .item-select {
    background-color: #57b7df;
    border: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Avenir LT W01_55 Roman1475520';
    position: relative;
}
.action-wrapper.dark-blue .item-select { background-color: #043d6e; }
.action-wrapper.select .item-select:hover { background-color: #57b7df; }
.action-wrapper.select .item-select:hover { background-color: #1f6db6; }
.action-wrapper.select .item-select .open-toggle {
    position: absolute;
    top: 0px;
    right: 12px;
    color: #fff;
    padding-left: 12px;
    min-height: 40px;
    border-left: 3px solid #fff;
}
.action-wrapper.select .item-select .open-toggle .fa {
    position: relative;
    top: 7px;
}
.action-wrapper.select .item-select.open .open-toggle .fa.open,
.action-wrapper.select .item-select .open-toggle .fa.close { display: none; }
.action-wrapper.select .item-select.open .open-toggle .fa.close { display: inline; }
.action-wrapper.select .active-item {
    padding: 8px 20px;
    width: 100%;
}
.action-wrapper.select .dropdown-wrapper {
    display: none;
    padding: 10px 20px;
    width: calc( 100% + 8px);
    position: absolute;
    z-index: 10;
    top: 40px;
    left: -4px;
    background-color: rgba(255,255,255,0.75);
}
.action-wrapper.select .item-select.open .dropdown-wrapper{ display: inline-block; }
.action-wrapper.select ul.items {
    list-style-type: none;
    margin: 0px;
}
.action-wrapper.select ul.items li.item { margin-bottom: 12px; }
.action-wrapper.select ul.items li.item a {
    color: #1f6db6;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Avenir LT W01_55 Roman1475520';
}

/*
 * Home css?
 */

.home-widgets-panel {
    padding-top: 100px;
    padding-bottom: 100px;
}
.home-wdiget {}
.home-wdiget .header {
    width: 100%;
    text-align: center;
}
.home-wdiget .header h3.title {}
.home-wdiget .content { margin-top: 40px; }
.home-wdiget .content .image-wrapper {
    width: 100%;
    text-align: center;
}
.social-wrapper .content .actions-wrapper {
    margin: auto;
    margin-top: 80px;
    text-align: center;
}
@media only screen and (max-width: 64em) {
/*  < 1024px   */
    .home-wdiget .content { margin-top: 30px; }
    .home-wdiget { margin-bottom: 80px; }
    .home-widgets-panel { padding-bottom: 0px; }
}
@media only screen and (max-width: 40.063em) {
/*  < 642px  */
    .home-widgets-panel { padding-top: 40px; }
    .home-wdiget { margin-bottom: 60px; }
}

/*
 * Content css ?
 */

.content-section.interior { margin-top: 50px; }
@media only screen and (min-width: 64em) {
/* > 1024px */
    .content-section.interior .one-column-panel .content .two-column-panel .right-side {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .content-section.interior .one-column-panel .content .two-column-panel .right-side {
        padding-left: 0px;
        padding-right: 0px;
    }
    .content-section.interior .content .two-column-panel .right-side .basic-imgbox-content{
        margin: 0px;
        width: 100%;
    }
}
@media only screen and (max-width: 64em) {
    .content-section.interior .one-column-panel .content .two-column-panel .right-side { padding-bottom: 0px; }
}
@media only screen and (max-width: 40.063em) {
    .content-section.interior .one-column-panel .content .two-column-panel .basic-imgbox-content,
    .content-section.interior .one-column-panel .content .two-column-panel .left-side,
    .content-section.interior .one-column-panel .content .two-column-panel .right-side { padding: 0px; }
}

/*
 * Header CSS
 */

.header-section {
    width: 100%;
    background-color: #fff;
}

.search-dropdown-container{position: relative; }
.page-wrapper.detail_page .header-section {opacity: 0;}
.header-section a:hover { text-decoration: none; }
.header-section .header-content { margin-top: 12px; }

/*Theme Settings for logos on detail pages - ticket number - 265611*/
.page-wrapper.home.detail_page .header-section .header .left-side .logo-wrapper{display: none;}
.page-wrapper.home.detail_page .header-section .header .left-side .logo-wrapper.theme-main{display: inline-block;}

.theme-kure .page-wrapper.home.detail_page .header-section .header .left-side .logo-wrapper.theme-kure{display: inline-block;}
.theme-kure .page-wrapper.home.detail_page .header-section .header .left-side .logo-wrapper.theme-main{display: none;}

.theme-carolina .page-wrapper.home.detail_page .header-section .header .left-side .logo-wrapper.theme-carolina{display: inline-block;}
.theme-carolina .page-wrapper.home.detail_page .header-section .header .left-side .logo-wrapper.theme-main{display: none;}

.theme-wrightsville .page-wrapper.home.detail_page .header-section .header .left-side .logo-wrapper.theme-wrightsville{display: inline-block;}
.theme-wrightsville .page-wrapper.home.detail_page .header-section .header .left-side .logo-wrapper.theme-main{display: none;}

.header-section .header .left-side .logo-wrapper{
    display: inline-block;
    z-index: 100;
}
.header-section .header .left-side .logo {
    min-width: 115px;
    position: relative;
    top: 3px;
    left: 8px;
    width: 100%;
}
.header-section .header .right-side { padding: 0px; }
.header-section .header .right-side > .top-section {
    float: left;
    width: 100%;
}
.header-section .header .right-side ul {
    margin: 0px;
    list-style-type: none;
    padding: 0px;
    display: inline-block;
}
.header-section .header .right-side ul li { display: inline-block; }
.header-section .header .right-side ul li.sep[data-sv-nav-back-button]{display: none;}
.header-section .header .right-side ul li a {}
.header-section .header .right-side ul li a .fa {
    position: relative;
    font-size: 17px;
    right: 1px;
}
.header-section .header .right-side ul.actions li button {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 10px 7px;
    height: 36px;
    letter-spacing: 0.2px;
}
.header-section .header .right-side ul.actions li a.mobile-link button {
    background-color: transparent;
    padding: 0px;
}
.header-section .header .right-side ul.actions li.mobile { display: none; }
.header-section .header .right-side ul.actions li a.mobile-link.open img.open { display: none; }
.header-section .header .right-side ul.actions li a.mobile-link img.close { display: none; }
.header-section .header .right-side ul.actions li a.mobile-link.open img.close { display: inline-block; }
.header-section .header .right-side ul.actions li.mobile .mobile-nav-wrapper {
    display: none;
    position: absolute;
    right: -8px;
    top: 55px;
    z-index: 999;
    -webkit-box-shadow: 3px 8px 20px -9px rgba(168,166,168,1);
    -moz-box-shadow: 3px 8px 20px -9px rgba(168,166,168,1);
    box-shadow: 3px 8px 20px -9px rgba(168,166,168,1);
}
.header-section .header .right-side ul.actions li.mobile.open .mobile-nav-wrapper { display: block; }
.header-section .header .right-side .secondary-nav-wrapper { padding-bottom: 8px; }
.header-section .right-side > .bottom-section {
    float: left;
    width: 100%;
}
.header-section .bottom-section .main-nav-wrapper { 
    text-align: right; 
    margin-bottom: 25px;
}

    

.header-section .bottom-section .header-actions-wrapper {
    display: inline-block;
    left: 10px;
    top: 9px;
}
@media only screen and (max-width: 1205px) {
  .header-section .bottom-section .header-actions-wrapper {top: 7px;}
}
@media only screen and (max-width: 64em) {
    .header-section .bottom-section .main-nav-wrapper { 
        float: right;
        margin-right: 40px;
    }
  .header-section .bottom-section .header-actions-wrapper {top: -2px;}
}
@media only screen and (max-width: 40.063em) {
    .header-section .bottom-section .main-nav-wrapper { 
        margin-right: 20px;
    }
  .header-section .bottom-section .header-actions-wrapper {top: 1px;}
}

.header-section .bottom-section .header-actions-wrapper .action {
    padding: 0px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}
.header-section .bottom-section .header-actions-wrapper .action .action {margin-left: 0;}
.header-section .bottom-section .header-actions-wrapper .action .home-btn { text-align: center; }
.header-section .bottom-section .header-actions-wrapper .action .home-btn,
.header-section .bottom-section .header-actions-wrapper .action button {
    padding: 0;
    background-color: #1f6db6;
    color: #fff;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    display: block;
}
.theme-wrightsville .header-section .bottom-section .header-actions-wrapper .action .home-btn,
.theme-wrightsville .header-section .bottom-section .header-actions-wrapper .action button {
	background-color: #14587F;
}
.theme-kure .header-section .bottom-section .header-actions-wrapper .action .home-btn,
.theme-kure .header-section .bottom-section .header-actions-wrapper .action button {
	background-color: #54984E;
}
.theme-carolina .header-section .bottom-section .header-actions-wrapper .action .home-btn,
.theme-carolina .header-section .bottom-section .header-actions-wrapper .action button {
	background-color: #007DC6;
}
.header-section .bottom-section .header-actions-wrapper .action button.open .fa-search,
.header-section .bottom-section .header-actions-wrapper .action button .fa-times{
    display: none;
}
.header-section .bottom-section .header-actions-wrapper .action button.open .fa-times{
    display: block; 
}
@media only screen and (max-width: 64em) {
/* < 1024px */
    .header-section .header { height: 130px; }
    .header-section .header-content {
        margin-top: 20px;
        position: relative;
    }
    .header-section .header .left-side .logo { min-width: 281px; }
    .page-wrapper.home.theme-kure .header-section .header .left-side .logo {min-width: 160px;}
    .header-section .right-side > .bottom-section { max-height: 0px; }
    .header-section .header  .right-side  .action.social { display: none; }
    .header-section .bottom-section .header-actions-wrapper .action button { padding: 10px 15px; }
    .header-section .bottom-section .header-actions-wrapper .action .home-btn{
        font-size: 21px;
        padding: 0;
        position: relative;
        height: 45px;
        width: 45px;
        margin-top: 13px;
    }
    .header-section .bottom-section .header-actions-wrapper .action .home-btn i.fa{
        line-height: 45px
    }
	.header-section .bottom-section .header-actions-wrapper .action.home .button {
		position: relative;
		padding: 0;
		height: 43px;
		width: 43px;
		font-size: 21px;
		line-height: 43px;
		text-align: center;
    	background-color: #1f6db6;
    }
}
@media only screen and (max-width: 40.063em) {
/* < 642px */
    .header-section .header-content { margin-top: 5px; }
    .header-section .header { height: 61px; }
    .header-section .header .left-side .logo {
        min-width: 160px;
        top: 5px;
        left: -5px;
    }
    .page-wrapper.home.theme-kure .header-section .header .left-side .logo {
        width: 80px;
        min-width: 80px;
    }
    .page-wrapper.home.theme-wrightsville .header-section .header .left-side .logo {min-width: 150px;}

    .header-section .bottom-section .header-actions-wrapper .action .home-btn{
        height: 30px;
        width: 30px;
        bottom: -2px;
        margin-top: 0;
        font-size: 18px;
    }

    .header-section .bottom-section .header-actions-wrapper .action .home-btn i.fa {
        line-height: 30px;
    }

    .header-section .bottom-section .header-actions-wrapper .action {
        margin-left: 7.5px;
    }

        
}

/*sitemap css*/
.sitemap ul.multicol {
    -moz-column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-count: 3;
    -webkit-column-gap: 40px;
    column-count:3;
    column-gap:40px;
}
@media screen and (max-width: 1024px){
    .sitemap ul.multicol {
        -moz-column-count: 2;
        -moz-column-gap: 40px;
        -webkit-column-count: 2;
        -webkit-column-gap: 40px;
        column-count:2;
        column-gap:40px;
    }
}
@media screen and (max-width: 640px){
    .sitemap ul.multicol {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count:1;
        column-gap:0;
    }
}
/*
 * Footer CSS
 */

.footer {
    margin-top: 100px;
    position: relative;
}
.footer .top-section {
    position: relative;
    padding-bottom: 50px;
}

.footer .top-section .vg-wrapper {
    position: absolute;
    top: -30px;
    width:194px;
    height:252px;
}

/*Theme Colors*/
/*Carolina*/
.theme-carolina .footer .top-section .actions-wrapper .actions .action button{
    border: 3px solid #007DC6;
    color: #007DC6;
}
.theme-carolina .footer .top-section .actions-wrapper .actions .action button:hover {
    background-color: #00A6B8;
    border: 3px solid #00A6B8;
    color: #fff;
}

/*Wrightsville*/
.theme-wrightsville .footer .top-section .actions-wrapper .actions .action button{
    border: 3px solid #115277;
    color: #115277;
}
.theme-wrightsville .footer .top-section .actions-wrapper .actions .action button:hover {
    background-color: #1C7FB7;
    border: 3px solid #1C7FB7;
    color: #fff;
}

/*Kure*/
.theme-kure .footer .top-section .actions-wrapper .actions .action button{
	border: 3px solid #57b7df;
	color: #57b7df;
}
.theme-kure .footer .top-section .actions-wrapper .actions .action button:hover {
    background-color: #4EB0CE;
    border: 3px solid #4EB0CE;
    color: #fff;
}


.footer .top-section .actions-wrapper .actions .action button { background-color: #fff; }
.footer .top-section .actions-wrapper .actions .action button:hover {
    background-color: #56b6dd;
    border: 3px solid #56b6dd;
    color: #fff;
}
.footer .footer-wave {
    background-image: url(/includes/public/assets/images/common/wave4.png);
    position: absolute;
    width: 100%;
    height: 235px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.theme-kure .footer .footer-wave {
  background-image: url(/includes/public/assets/images/common/wave2.png);
}
.theme-carolina .footer .footer-wave {
  background-image: url(/includes/public/assets/images/common/wave10.png);
}
.theme-wrightsville .footer .footer-wave {
  background-image: url(/includes/public/assets/images/common/wave11.png);
}

.footer .bottom-section {
    margin-top: 130px;
    padding-bottom: 110px;
    position: relative;
    z-index: 2;
    background-color: #043d6e;
}
.theme-kure .footer .bottom-section {
  background-color: #043d6e;
}
.theme-carolina .footer .bottom-section {
  background-color: #00a8b8;
}
.theme-wrightsville .footer .bottom-section {
  background-color: #1f80b5;
}

@media only screen and (max-width: 640px) {
    .footer .bottom-section { margin-bottom: 50px; } /* to clear the mobile DTN ad */
}
.theme-kure .footer .bottom-section {
  background-color: #56b6dd;
}
.footer .bottom-section .site-description { margin-top: 15px; }
.footer .bottom-section .site-description p {
    color: #fff;
    font-family:'Avenir LT W01_65 Medium1475532';
    font-size: 16px;
    line-height: 24px;
}
.footer .bottom-section .copyright-section p{
    font-family:'Avenir LT W01_55 Roman1475520';
    font-size: 12px;
    color: #fff;
    text-align: right;
    padding-top: 10px;
    letter-spacing: 1px;
    line-height: 16px;
}
.footer .bottom-section .simple-wrapper { text-align: right; }
.footer .bottom-section .simple-wrapper img {
    position: relative;
    bottom: 5px;
}
.footer .bottom-section .scroll-top-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    left: 0px;
}
.footer .bottom-section .scroll-top-wrapper .action {
    width: 100%;
    text-align: center;
}
.footer .bottom-section .scroll-top-wrapper .action .scroll-button {
    background-color: #023058;
    color: #fff;
    font-family:'Avenir LT W01_65 Medium1475532';
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 50px 7px 20px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.footer .bottom-section .scroll-top-wrapper .action .scroll-button .fa {
    color: #57b7df;
    font-size: 30px;
    margin-left: 10px;
    position: absolute;
    top: 3px;
    right: 15px
}
@media only screen and (max-width: 64em) {
/* < 1024px */
    .footer .top-section { padding-bottom: 25px; }
    .footer .top-section .vg-wrapper { display: none; }
    .footer .bottom-section { padding-bottom: 40px; }
    .footer .bottom-section .bottom-logo-wrapper,
    .footer .bottom-section .simple-wrapper,
    .footer .bottom-section .copyright-section,
    .footer .bottom-section .site-description .text { margin-bottom: 25px; }
    .footer .bottom-section .footer-nav-wrapper {
        margin-bottom: 40px;
        position: relative;
    }
    .footer .bottom-section .copyright-wrapper { position: relative; }
    .footer .bottom-section,
    .footer .bottom-section .simple-wrapper,
    .footer .bottom-section .copyright-section { text-align: center; }
    .footer .bottom-section .copyright-section { padding-top: 0px; }
    .footer .bottom-section .site-description { margin-top: 0px }
}
@media only screen and (max-width: 727px) {
/* < 727px */
    .footer .bottom-section .copyright-wrapper { position: relative; }
}
@media only screen and (max-width: 40.063em) {
/* < 642px */
    .footer { margin-top: 70px; }
    .footer .top-section { padding-bottom: 0px; }
    .footer .bottom-section .copyright-wrapper { position: relative; }
}
@media only screen and (max-width: 64em) {
	.footer .bottom-section .copyright-wrapper p {text-align: center;}
}


/*
 * Actions css
 */

.actions-wrapper .actions {
    list-style-type: none;
    margin: 0px;
    margin-top: 40px;
    padding: 0px;
    text-align: center;
    width:  100%;
}
.actions-wrapper .actions .action {
    display: inline-block;
    margin: 0px 20px;
}
.actions-wrapper .actions .action button { letter-spacing: 1px; }
@media only screen and (max-width: 1180px) {
/* < 1180px */
    .actions-wrapper .actions .action { margin: 0px 10px; }
    .footer .top-section .actions-wrapper .actions .action button { padding: 8px 10px 5px; }
}
@media only screen and (max-width: 64em) {
/* < 1024px */
    .actions-wrapper .actions .action {
        width: 100%;
        margin: 0px;
        margin-bottom: 35px;
    }
    .actions-wrapper .actions .action button {
        padding: 8px 10px 5px;
        font-size: 22px;
    }
    .actions-wrapper.no-footer .actions .action button {
        width: 383px;
        height: 72px;
    }
}
@media only screen and (max-width: 40.063em) {
/* < 642px */
    .actions-wrapper {
        position: relative;
        z-index: 2;
    }
    .actions-wrapper .actions .action { width: 88%; }
    .actions-wrapper.no-footer .actions .action button,
    .actions-wrapper .actions .action button {
        width: 100%;
        height: auto;
        font-size: 15px;
        line-height: 25px;
    }
    .footer .top-section .actions-wrapper .actions .action { width: 100%; }
}


/*Theme Colors*/


/*Carolina Beach:
Read more link: #FCB134*/
.theme-carolina .actions-wrapper .actions .action button {
    background-color: #00A6B8;
    border: 3px solid #00A6B8;
}
.theme-carolina .actions-wrapper .actions .action button:hover{
    background-color: #00A6B8;
    border: 3px solid white;    
}

/*Kure Beach:
Read more link: #F7A850*/
.theme-kure .actions-wrapper .actions .action button{
    background-color: #4EB0CE;
    border: 3px solid #4EB0CE;
}
.theme-kure .actions-wrapper .actions .action button:hover{
    background-color: #4EB0CE;
    border: 3px solid white;    
}

/*Wrightsville Beach:
Read more link: #F8981D*/
.theme-wrightsville .actions-wrapper .actions .action button {
    background-color: #F8981D;
    border: 3px solid #F8981D;
}
.theme-wrightsville .actions-wrapper .actions .action button:hover{
    background-color: #1f6db6;
    border: 3px solid #1f6db6;
}

/*
 * textbox.css
 */

.text-box-wrapper{}
.text-box-wrapper.narrow{
    max-width: 55rem;
    margin: auto;
}

.text-box-wrapper.semi-narrow{
    max-width: 66rem;
    margin: auto;
}

.text-box-wrapper .tex-box{}
.text-box-wrapper .tex-box .header{
    width:  100%;
    text-align: center;
}
.text-box-wrapper .tex-box .header .title{}
.text-box-wrapper .tex-box .text-box-content{}
.text-box-wrapper .tex-box .text-box-content p.text{
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;
}

.text-box-wrapper a.text-link{}


@media only screen and (max-width: 64em) {
    .home .text-box-wrapper .tex-box .text-box-content p.text,
    .home .text-box-wrapper .tex-box .text-box-content p.text a{
        font-size: 24px;
        line-height: 32px;
    }

    .text-box-wrapper.narrow{
        max-width: 81rem;
        margin: auto;
    }

}

@media only screen and (max-width: 40.063em) {
    .home .text-box-wrapper .tex-box .text-box-content p.text,
    .home .text-box-wrapper .tex-box .text-box-content p.text a{
        font-size: 16px;
        line-height: 20px;
    }
}

.text-box-wrapper .tex-box .text-box-content .text-link.open span{display: none;}

.text-box-wrapper .tex-box .text-box-content .text-link.open::after {
    content: "SHOW LESS »";
    display: inline;
}


.text-box-wrapper .tex-box .text-box-content .text span.fullDesc {display: none;}
.text-box-wrapper .tex-box .text-box-content .text.open span.fullDesc {display: inline;}

/*Theme Colors*/


/*Carolina Beach:
Wave bg: #007DC6
Read more link: #FCB134*/
.theme-carolina .content.custom-textarea.themed {background-color : #007DC6;}
.theme-carolina .text-box-wrapper a.text-link{color: #00A6B8;}

/*Kure Beach:
Wave bg: #54984E
Read more link: #F7A850*/

.theme-kure .content.custom-textarea.themed {background-color : #54984E;}
.theme-kure .text-box-wrapper a.text-link{color: #4EB0CE;}

/*Wrightsville Beach:
Wave bg: #14587F
Read more link: #F8981D*/

.theme-wrightsville .content.custom-textarea.themed {background-color : #115277;}
.theme-wrightsville .text-box-wrapper a.text-link{color: #F8981D;}





/*Beach Cams*/


/*Theme Colors*/


/*Carolina Beach:
Wave bg: #007DC6
*/
.theme-carolina .panel_custom_container.content.beachcams {background-color : #007DC6;}
.theme-carolina .panel_custom_container.content.beachcams .action-wrapper.select .item-select:hover{background-color: #00A6B8;}
.theme-carolina .panel_custom_container.content.beachcams .action-wrapper.nondrop.select .item-select:hover{
    background-color: #00A6B8;
    border: 3px solid #00A6B8;
}

/*Kure Beach:
Wave bg: #54984E
*/
.theme-kure .panel_custom_container.content.beachcams {background-color : #54984E;}
.theme-kure .panel_custom_container.content.beachcams .action-wrapper.select .item-select:hover{ background-color: #4EB0CE;}
.theme-kure .panel_custom_container.content.beachcams .action-wrapper.nondrop.select .item-select:hover{
    background-color: #4EB0CE;
    border: 3px solid #4EB0CE;
}

/*Wrightsville Beach:
Wave bg: #14587F
*/
.theme-wrightsville .panel_custom_container.content.beachcams {background-color : #14587F;}
.theme-wrightsville .panel_custom_container.content.beachcams .action-wrapper.select .item-select:hover{background-color: #1C7FB7;}
.theme-wrightsville .panel_custom_container.content.beachcams .action-wrapper.nondrop.select .item-select:hover{
    background-color: #1C7FB7;
    border: 3px solid #1C7FB7;
}


.panel_custom_container.content.beachcams {background-color: #56b6dd;}

@media only screen and (min-width: 64.063em) {
    .panel_custom_container.content.beachcams .home-widgets-panel{padding-right: 55px;}
}



.panel_custom_beachcams_container.beach-cam-wrapper{}
.panel_custom_beachcams_container.beach-cam-wrapper .header{}
.panel_custom_beachcams_container.beach-cam-wrapper .header h3.title{}
.panel_custom_beachcams_container.beach-cam-wrapper .content{}
.panel_custom_beachcams_container.beach-cam-wrapper .content .image-wrapper{position: relative;}
.panel_custom_beachcams_container.beach-cam-wrapper .content .image-wrapper .beach-img{
    max-height: 415px;
    max-width: 684px;
    border: 6px solid #fff;
}
.panel_custom_beachcams_container.beach-cam-wrapper .content .image-wrapper .beach-vid-link{
    position: absolute;
    height: 69px;
    width: 69px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
}
.panel_custom_beachcams_container.beach-cam-wrapper .content .action-wrapper{
    width: 246px;
    height: 44px;
    margin: auto;
    margin-top: 80px;
}
.panel_custom_beachcams_container.beach-cam-wrapper .content .action-wrapper.nondrop { width: 50%; text-align: center; }
.panel_custom_beachcams_container.beach-cam-wrapper .content .action-wrapper .item-select{
    border: 3px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Avenir LT W01_55 Roman1475520';
    position: relative;
}
.panel_custom_beachcams_container.beach-cam-wrapper .content .action-wrapper .item-select .active-item{
    padding: 6px 20px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 64em) {

    .panel_custom_beachcams_container.beach-cam-wrapper .content .action-wrapper{
        margin-top: 50px;
    }

}


/*Theme Colors*/


/*Carolina Beach:
Wave bg: #007DC6
*/

.theme-carolina .social-wrapper button.white-border:hover{
    background-color: #00A6B8;
    border: 3px solid #00A6B8;
}

/*Kure Beach:
Wave bg: #54984E
*/

.theme-kure .social-wrapper button.white-border:hover{
    background-color: #4EB0CE;
    border: 3px solid #4EB0CE;
}

/*Wrightsville Beach:
Wave bg: #14587F
*/

.theme-wrightsville .social-wrapper button.white-border:hover{
    background-color: #1C7FB7;
    border: 3px solid #1C7FB7;
}


.social-wrapper{}
.social-wrapper .header{}
.social-wrapper .header h3.title{}
.social-wrapper .content{}
.embed-widget .content {text-align: center;}
.embed-widget .content .embed-wrapper {display: inline-block;}
.social-wrapper .content .image-wrapper{}
.social-wrapper .content .image-wrapper .beach-img{
    max-height: 415px;
    max-width: 371px;
    border: 6px solid #fff;
}
.social-wrapper .content .actions-wrapper{
    margin: auto;
    margin-top: 80px;
    text-align: center;
}
.social-wrapper .content .actions-wrapper .social-button{
    padding: 7px 30px 5px;
    height: 44px;
    letter-spacing: 2px;
}


@media only screen and (max-width: 64em) {
    .social-wrapper .content .actions-wrapper{
        margin-top: 50px;
    }

}

iframe#mapExplorer {
  display: block;
}


/* Submit event form */

/* START RESET FORM STYLING (YOU SHOULDN'T HAVE TO MODIFY)  */

/* SHOWN BY JS IN FOOTER */

body.crm-calendar-popup  { overflow-y: hidden !important; }
body.crm-calendar-popup::-webkit-scrollbar { display: none; }
body.crm-calendar-popup .contentRender { display: none; }
body.crm-calendar-popup .crm-calendar-parent { padding: 0; margin: 0; background: #fff; }
body.crm-calendar-popup table { width: 100%; margin-bottom: 0;}
body.crm-calendar-popup table thead tr th,
body.crm-calendar-popup table tfoot tr th,
body.crm-calendar-popup table tfoot tr td,
body.crm-calendar-popup table tbody tr th,
body.crm-calendar-popup table tbody tr td,
body.crm-calendar-popup table tr td {
	padding: 2px;
	font-size: 12px;
}
body.crm-calendar-popup .lookup-cal,
body.crm-calendar-popup .lookup-calNav { border: none; }
body.crm-calendar-popup .lookup-calNav {
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
body.crm-calendar-popup .lookup-cal td,
body.crm-calendar-popup .lookup-calNav td { text-align: center; }
body.crm-calendar-popup .lookup-close {
	margin-top: 15px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

/* TARGET CALENDER TRIGGER ON FORMS*/
.contentRender form.simpleForm a img { margin-bottom: 10px; }

.contentRender form.simpleForm .row textarea,
.contentRender form.simpleForm .row input { margin-bottom: 10px; }
.contentRender form.simpleForm .button { display: inline-block; }
.contentRender form.simpleForm .captcha img,
.contentRender #sv_submit_event_form img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.contentRender form.simpleForm .hint,
.contentRender #sv_submit_event_form .sv_api_hint {
	display: block;
	text-align: center;
}
.contentRender form.simpleForm .captcha #code,
.contentRender #sv_submit_event_form #code {
	width: 200px;
	display: block;
	margin: 0 auto;
	margin-top: -13px;
}
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1{
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	-transition: opacity .6s;
	-webkit-transition: opacity .6s;
}
.contentRender #sv_submit_event_form div.datalabel label.svformreq { color: #d81111; }
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text] { padding: 6px; }
.contentRender #sv_submit_event_form td:not(:first-child) {
	padding-left: 0;
	vertical-align: middle;
}
.contentRender #sv_submit_event_form .progress {
	height: 22px !important;
	line-height: 18px !important;
}
.contentRender div#sv_submit_event_form.submitEventForm { padding: 0 !important; }
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1{
	-moz-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s;
	-webkit-transition:all .6s;
}
.contentRender #sv_submit_event_form .inner_recur_opt,
.contentRender #sv_submit_event_form label.recur_menu { margin: 0 1.25em ;}
.contentRender #sv_submit_event_form .inner_recur_opt { padding: 0 1.25em 0 1.25em; }
.contentRender #sv_submit_event_form #recur_range {
	margin: 0 1.25em;
	padding: 0 1.25em 0 1.25em;
}
.contentRender #sv_submit_event_form .inner_recur_opt label {
	height: 50px;
	line-height: 46px;
}
.contentRender #sv_submit_event_form .inner_recur_opt select {
	border: none;
	border-radius: 2px;
	min-width: 60px;
}
.contentRender #sv_submit_event_form .svrecurall input[type=text]:not(#customdate) {
	border: none;
	border-radius: 2px;
}
.contentRender #sv_submit_event_form .svrecurall #customdate {
	width: 130px;
	text-align: center;
}

.contentRender form.simpleForm .formCntrls,
.contentRender form.simpleForm h3 { text-align: center; }
@media only screen and (min-width: 40.125em) {
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm h3 {
		padding-left: 8px;
	}
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm .captcha,
	.contentRender form.simpleForm .formCntrls,
	.contentRender form.simpleForm h3 {
		margin-left: 25%;
		text-align: left !important;
		width: auto;
	}
	.contentRender form.simpleForm .captcha img,
	.contentRender form.simpleForm .captcha #code { margin-left: 0; }
	.contentRender form.simpleForm .hint { text-align: left; }
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	box-shadow: none;
}
/* END RESET */

/* CUSTOMIZE THE FOLLOWING */

/* RESET FONT FAMILY */

.contentRender #sv_submit_event_form .recur_opt input[type=checkbox] ~ label.minilabel,
.contentRender #sv_submit_event_form .recur_opt input[type=radio] ~ label.minilabel,
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label,
.contentRender #sv_submit_event_form label.recur_menu { font-family: 'Avenir LT W01_65 Medium1475532'; }
/* RESET FONT STYLE */

.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label {
	color: #222222;
	font-size: 16px;
	font-style: normal;
	line-height: 28px;
	text-rendering: optimizeLegibility;
}
/* REPLACE WITH A CORE STYLE HEADING */

.contentRender #sv_submit_event_form .formhead,
.contentRender #sv_submit_event_form .progress {
	background-color: #043d6e;
	border-radius: 0;
}
/* SET KEY COLOR HERE */
.contentRender #sv_submit_event_form .recur_opt input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form .recur_opt input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form input[type=radio]:checked ~ label.recur_menu,
.contentRender #sv_submit_event_form .progress {
	background-color: #56b6dd;
	color: #fff;
	border-radius: 0;
}
.contentRender #sv_submit_event_form label.recur_menu,
.contentRender #sv_submit_event_form label.recur_menu:hover {
	    background-color: #043d6e;
    border-radius: 0;
}
/* STRONG WEIGHT FOR LABELS */
.contentRender #sv_submit_event_form label.recur_menu,
.contentRender #sv_submit_event_form div.datalabel label {
	font-weight: 600;
}
/* STYLE SUBMIT BUTTONS */

.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender_name_plugins_events_submitevent #multifileuploadcontainer label {
	border-radius: 0;
	background: #56b6dd;
	font-family: 'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    height: 43px;
    padding: 10px;
    letter-spacing: 1px;
    border: none;
}

.contentRender #sv_submit_event_form input.button:hover,
.contentRender #sv_submit_event_form input.button:active,
.contentRender #sv_submit_event_form .svbtn:hover,
.contentRender #sv_submit_event_form .svbtn:active,
.contentRender_name_plugins_events_submitevent #multifileuploadcontainer label:hover,
.contentRender_name_plugins_events_submitevent #multifileuploadcontainer label:active {
	border-radius: 0;
	background: #56b6dd;
	font-family: 'Avenir LT W01_55 Roman1475520';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    height: 43px;
    padding: 10px;
    letter-spacing: 1px;
    border: none;
}
/* SET LINK COLOR HERE */
body.crm-calendar-popup a, body.crm-calendar-popup  a:hover {
	color:#74a6be !important;
	font-family: 'Avenir Next W01';
	font-weight: 800 !important;
	font-style: normal !important;
}
