/*Theme Name: Bay Lakes Theme */


/* =WordPress Core needed for tinymce
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/************* end WP core styles ********************/


/* Columns: 12, Gutter Width: 1.5, Breakpoints: 1024 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

a {
    text-decoration: none;
    font-weight: bold;
    color: #334952;
    cursor: pointer;
}

a img {
    border: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

ol {
    padding-left: 40px;
    margin: 1em 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

ul {
    margin-left: 1em;
    margin-bottom: 1em;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ul li {
    color: #333333;
    font-size: .8em
}

.checkmarks {
    color: #666666;
    font-size: 1em;
    list-style-image: url("images/checkmark.png");
    margin: 0 0 0 0px;
    line-height: 2em;
}

#pos2_left .checkmarks {
    margin-left: 0;
    padding-right: 75px;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col {
    margin-left: 1.5%;
}

.col:first-child {
    margin-left: 0;
}

.span1 {
    width: 6.95833333333%;
}

.span2 {
    width: 15.4166666667%;
}

.span3 {
    width: 23.875%;
}

.span4 {
    width: 32.3333333333%;
}

.span5 {
    width: 40.7916666667%;
}

.span6 {
    width: 49.25%;
}

.span7 {
    width: 57.7083333333%;
}

.span8 {
    width: 66.1666666667%;
}

.span9 {
    width: 74.625%;
}

.span10 {
    width: 83.0833333333%;
}

.span11 {
    width: 91.5416666667%;
}

.span12 {
    width: 100%;
    margin-left: 0;
}

body {
    font-size: 100%;
    line-height: 1.6875;
    color: #333333;
    background-color: #fff;
    font-family: MuseoSans, 'Lato', 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.inner {
    margin: 0 auto;
    max-width: 1000px;
}

body a:hover {
    /*color: #334952;*/
    text-decoration: underline;
}

h1 {
    font-size: 1.714285714em;
    /* 24 / 14 */
    line-height: 1.5em;
    /* 21 / 14 */
}

h2 {
    font-size: 1.5em;
    /* 21 / 14 */
    line-height: 1.5em;
    /* 21 / 14 */
    /*color:#333333;*/
    margin: 2em 0 1.5em;
}

h3 {
    font-family: MuseoSans, 'Oxygen', sans-serif;
    letter-spacing: .05em;
    font-size: 1.25em;
    /* 21 / 14 */
    font-weight: 400;
    /*color:#333333;*/
}

h4 {
    /*color: #8ed2c5;*/
    font-family: MuseoSans, 'Lato', 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 10px;
    text-align: left;
}

#signup h4 {
    font-size: 1em;
}

h5 {
    font-family: MuseoSans, 'Oxygen', sans-serif;
    font-weight: 300;
    letter-spacing: .05em;
    font-size: 1em;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    /*color:#333333;*/
    display: inline;
}

p {
    font-size: .95em;
    /* 14 / 14 */
    font-weight: 300;
    line-height: 1.5em;
    /* 21 / 14 */
    margin-bottom: 1.5em;
    /* 21 / 14 */
    color: #333333;
}


/* ANIMATIONS */

#fly-it-left {
    position: relative;
}

#fly-it-right {
    position: relative;
}

#fly-it-bottom {
    position: relative;
    margin-bottom: -8px;
}

#fade-it {
    position: relative;
}

#fly-it-left-pos {
    position: relative;
}

#fly-it-right-pos {
    position: relative;
    max-width: 462px;
}

#hoteliers-wrap {
    background-color: #4F4F4F;
}

#hoteliers {
    background: url("images/logo-dark.png") no-repeat scroll 30px 25px #4F4F4F;
    color: #FFFFFF;
    /*float: left;*/
    min-height: 250px;
    padding: 75px 40px 0 200px;
}

#hoteliers h3 {
    color: #363434;
}

#hoteliers p {
    color: #FFFFFF;
    line-height: 2em;
}

#hoteliers a {
    color: #8ed2c5;
}

#contactbar-wrap {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
}

#contactbar {
    background: url("images/email-us.jpg") no-repeat scroll right 25px #ffffff;
    min-height: 250px;
    padding: 40px 400px 0 0;
}

#contactbar p {
    line-height: 2em;
}

.mainimage {
    position: fixed;
}

#slider {
    /*background: none repeat scroll 0 0 #fff;*/
}

#placeholder {
    border: 3px solid #8ed2c5;
    margin: 150px auto 75px auto;
    /* Previous: margin: 25% auto 0; */
    max-width: 1000px;
    position: relative;
    z-index: 99;
}

.tp-simpleresponsive>ul li {
    visibility: visible !important;
}


/*
 .bl-custom-slide{
	 background:rgba(255, 255, 255, 1) !important;
	 border:3px solid #8ed2c5;
	 padding:15px;
	 max-width:400px !important;
	 white-space:normal !important;
	 margin: 0 auto !important;
	 -moz-box-shadow:    3px 3px 5px 3px #23211F;
     -webkit-box-shadow: 3px 3px 5px 3px #23211F;
     box-shadow:         3px 3px 5px 3px #23211F;
	 }

.bl-custom-slide img{
	text-align:center;
}




.tp-caption a:hover {color: #334952 !important;}
 */

#menu-main-menu .sub-menu a {
    font-weight: normal;
}

.rightmost-menu-item>.sub-menu {
    right: 0;
}

footer {
    background-color: #FFFFFF;
    padding: 2.5em 0 3.5em 0;
    /*position: relative;*/
    z-index: 996;
    border-top: 1px #ddd solid;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li a {
    color: inherit;
}

#footerlogo {
    text-align: center;
    padding-right: 100px;
}

#menu-footer-menu {
    color: #333333;
    list-style: none;
}

#menu-footer-menu .menu-item-has-children {
    float: left;
    margin-right: 1.5em;
}

#menu-footer-menu .menu-item {
    font-size: 14px;
    font-weight: normal !important;
}


/*#menu-footer-menu .sub-menu .menu-item li a {*/

#menu-footer-menu .menu-item li a {
    font-size: 14px;
    font-weight: normal !important;
}

#menu-footer-menu a:hover {
    text-decoration: underline;
}

.mint {
    color: #76ab8d;
}

.blue {
    color: #2c686c;
}

.orange {
    color: #b3442e;
}

.red {
    color: #82291a;
}

#signup {
    position: relative;
}

.newsletterContainer {
    height: 120px;
}

.newsletter {
    height: 36px;
    width: 100%;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 10px 10px 10px;
    /* future proofing */
    -khtml-border-radius: 10px 10px 10px 10px;
    /* for old Konqueror browsers */
    border: 1px solid #cfcbcb;
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc;
    padding-left: 5px;
}

.newsletterValidate {
    height: 36px;
    color: #CFCBCB;
    width: 100%;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    /* future proofing */
    -khtml-border-radius: 10px 0 0 10px;
    /* for old Konqueror browsers */
    border: 1px solid #cfcbcb;
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc;
    padding-left: 5px;
    width: 100px;
    clear: both;
}

.vfb-section-2 {
    position: relative;
}

#item-vfb-31 {
    position: absolute;
    top: 28px;
    left: 100px;
}

.newsletterSubmit {
    background: none repeat scroll 0 0 #334952;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    /* future proofing */
    -khtml-border-radius: 0px 10px 10px 0px;
    /* for old Konqueror browsers */
    color: #FFFFFF;
    height: 36px;
    border: 0px;
    padding: 0 20px;
    font-family: MuseoSans, 'Lato', 'Source Sans Pro', sans-serif;
    font-weight: 700;
    border: 1px solid #4c170e;
}

.newsletterContainer label {
    color: #8ed2c5;
    font-family: MuseoSans, 'Lato', 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: 10px;
    float: left;
}

.verifywrap label {
    color: #CCCCCC;
    font-size: 1em;
    margin-bottom: 5px;
    float: left;
}

#subfooter {
    color: #333;
    font-size: 0.85em;
    padding: 0 5px;
}

#subfooter .inner {
    border-top: 1px #ddd solid;
    padding: 1em 0;
}

#subfooter a {
    color: #334952;
}

#subfooter a:hover {
    text-decoration: underline;
}

#maincontent_container {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
    position: relative;
    z-index: 350;
    overflow: hidden;
    z-index: 999;
}

.maincontent_container_secondary {
    background: none repeat scroll 0 0 #FFFFFF;
    /*border-radius: 7px 7px 0 0;*/
    margin-top: 150px;
    height: auto;
    position: relative;
    z-index: 350;
    overflow: hidden;
}

.maincontent_container_secondary h2 {
    margin: 0 0 1em;
}

.section {
    padding-bottom: 20px;
    position: relative;
}

.gray {
    background-color: #dbdbdb;
}

.rainbow {
    /*background: url("images/rainbow-bg.jpg") no-repeat scroll center top #fff;
  background-size: cover;*/
    background-color: #334952;
    border-bottom: none;
    padding-top: 20px;
}

.rainbow p {
    max-width: 265px;
    text-align: justify;
}

.rainbow p, .rainbow h2 {
    color: #FFFFFF;
    margin: 5px 0 0;
}

.rainbow h2 span {
    display: block;
    font-size: 0.75em;
    font-weight: 300;
    margin-bottom: -10px;
    color: #8ed2c5;
}

.pms1_left {
    /*margin-left:5%;*/
    padding-right: 5%;
}

#pms1_right {
    bottom: -8px;
    position: absolute;
    right: 0;
}

#pms2 {
    padding: 0 50px;
    min-height: 400px;
    position: relative;
    text-align: center;
}

#pos1 {
    text-align: center;
    padding: 0px 50px;
    position: relative;
}

#labelwrap {}

#label_resort, #label_vacationrentals, #label_timeshares, #label_campandmarinas {
    position: absolute;
    width: 125px;
    height: 75px;
}

#label_resort {
    left: 18%;
    top: 40%;
    background: url(images/label-resorthotels.png) no-repeat top center;
}

#label_vacationrentals {
    left: 38%;
    top: 50%;
    background: url(images/label-vacationrentals.png) no-repeat top center;
}

#label_timeshares {
    left: 55%;
    top: 40%;
    background: url(images/label-timeshares.png) no-repeat top center;
}

#label_campandmarinas {
    left: 75%;
    top: 50%;
    background: url(images/label-campandmarinas.png) no-repeat top center;
}

#pms2 p, #pos p, #pos1 {
    margin: 0 auto;
    max-width: 620px;
}

#townfront {
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}

#townback {
    bottom: -8px;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}

#poswheel {
    margin-top: 50px;
}

#pos2_left {
    /*padding-left:3%;*/
}

#pos2_right {
    /*bottom: -7px;
  position: absolute;
  right: 0;*/
    padding-top: 12%;
}

#pos2_right img {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

#fly-it-right-pos h3 {
    background-color: #8ed2c5;
    font-weight: normal;
    font-size: 0.75em;
    padding: 5px 0px 5px 10px;
    border-top: 1px solid #8f3e0b;
    border-right: 1px solid #8f3e0b;
    border-left: 1px solid #8f3e0b;
}

#fly-it-right-pos h3 span {
    font-style: italic;
    color: #8f3e0b;
}

#fly-it-left-pos h3 {
    font-weight: normal;
}

.productwrap {
    float: left;
    padding: 5% 0;
    width: 100%;
}

.productinfo {
    min-height: 250px;
    position: relative;
}


}
.productinfo {
    min-height: 250px;
    position: relative;
}

/* SECONDARY PAGE STYLES */
.sectionwrap {
    float: left;
    padding: 0 0 40px 0;
    position: relative;
    width: 100%;
}
.blank-sectionwrap {
    float: left;
    min-height: 500px;
    /*padding:40px 7%;*/

    position: relative;
    width: 100%;
}

/*  .sectionwrap ul {
	margin-left:2em;
	margin-bottom:1em;
} */
.leftcol {
    /*padding: 0 4% 0 7%;*/

    text-align: left;
    padding-right: 40px;
}
.pci-rightcol {
    bottom: 0;
    position: absolute;
    right: 0;
}
.rightcol img {
    float: left;
    height: 100%;
}
.modleft h2 {
    margin-left: 0;
}
.modleft h5 {
    display: block;
    margin-bottom: 1em;
}
.modleft {
    /*padding: 0 0 0 7%;*/

    text-align: justify;
}
.modright {
    /*padding:3.5em 7% 4%;*/
}
.modright ul li {
    margin-bottom: 10px;
}
#mod-image {
    margin-top: 20px;
}
#mod-image img {
    height: 100%;
}
#products_box {
    padding: 2% 8% 8% 8%;
    background: url(images/orange-bg.jpg) top repeat-x;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #b7471e;
}
#products_box ul {
    clear: both;
    margin-left: 15%;
    margin-bottom: 3%;
    padding: 0;
}
#products_box img {
    padding-top: 5%;
    padding-bottom: 2%;
}
.box_footer {
    /*background: url("images/other-products-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);*/

    padding: 1% 8% 1% 3%;
    float: left;
    width: 100%;
    background-color: #334952;
}
.box_footer ul {
    margin: 0;
    padding: 0;
}
.box_footer ul li {
    list-style: none;
}
.box_footer ul li a, .box_footer p {
    color: #fff;
    font-weight: normal;
}
.box_footer h5 {
    color: #8ed2c5;
}
#products_box_lodgical {}
#products_box_lodgical img {
    float: left;
    width: 100%;
}
#pagenotfound {
    margin-left: 7%;
    min-height: 500px;
}
.clientlogin {
    color: #4F4F4F;
    float: left;
    font-family: MuseoSans, 'Source Sans Pro', sans-serif;
    font-size: 0.75em;
    margin-top: 23px;
    text-transform: uppercase;
}
.client {
    float: right;
}
.subsection_oproducts {
    background-color: #dbdbdb;
    padding: 40px;
}
.oproducts_features {
    padding: 0 3% 0 0;
}
.oproducts_features h2 {
    color: #23211F;
    font-size: 1.3em;
    font-weight: normal;
    margin: 0 0 1em;
}
.oproducts_features h5 {
    color: #8ed2c5;
}
.oproducts_features p {
    text-align: justify;
}
.oproducts_features ul li {
    list-style: none;
}
.oproducts_features ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
#about_box {
    padding: 2% 0% 0% 0%;
    background: url(images/orange-bg.jpg) top repeat-x;
    border-left: 1px solid #ccc;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #b7471e;
}
#about_box img {
    float: left;
    width: 100%;
}
.employee {
    text-align: center;
    /*padding: 0 20% 5%;*/

    padding: 0 25px;
    /*height: 650px;*/
}
.employee img {
    /*border-radius: 1000px;*/
    /*display: inline-block;*/

    margin: 0 auto;
    overflow: hidden;
    display: block;
    width: 100%;
}
.employee h5 {
    display: inline-block;
    font-size: 1.25em;
    margin: 5px 0;
}
#staff h3 {
    text-align: center;
    color: #333333;
    font-family: MuseoSans, 'Oxygen', sans-serif;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 2em 0 1.5em;
}
#partnerswrap {
    float: left;
    /*padding: 0 7%;*/

    text-align: justify;
}
#partnerswrap h4 {
    padding: 1.5em 0 0 0;
    height: inherit;
    color: #334952;
}
#partnerswrap .partner-logo {
    margin-top: 4.6em;
    height: auto;
    width: 250px;
}
#partnerswrap .sub-partner-logo {
    margin-top: 1.5em;
}
#partnerswrap .span12 {
    border-bottom: 1px solid #ccc;
}
#pci_wrap {}
#pci_box {
    padding: 2% 0% 0% 0%;
    background: url(images/orange-bg.jpg) #f1f1f1 top repeat-x;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #b7471e;
    float: left;
    width: 100%;
}
#pci_box img {
    float: right;
    padding-right: 10%;
    padding-top: 10%;
}
#pci_box_footer {
    background-image: url("images/other-products-bg.jpg");
    padding: 1% 8% 1% 3%;
    margin: -1px 0 0;
    float: left;
}
#pci_box_footer p {
    color: #ccc;
}
/* For the products overview (old home) page. */
.products-overview-top {
  padding-top: 131px;
}
/* End products overview */
.page_title_center {
    font-size: 35px !important;
    color: #334952;
    text-align: center;
    margin-bottom: 75px;
}
.product_section_container {
    margin-top: 0px !important;
}
.product_section:first-of-type {
    padding-top: 131px;
}
.product_logo {
    float: left;
    max-height: 55px;
    padding: 5px 0;
}
.product_menu {
    position: fixed;
    width: 100%;
    z-index: 900;
    margin-top: 81px;
    min-height: 55px;
}
.product_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.product_menu ul li {
    display: inline-block;
    padding-right: 1.25em;
    font-size: 0.85em;
}
.product_menu ul li a {
    font-weight: normal;
}
.product_menu ul li a:hover {
    text-decoration: none;
}
.product_menu nav {
    padding-top: 15px;
}
.product_section {
    min-height: 400px;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center 25%;
}
.product_section_hero {
    min-height: 100vh !important;
}
.product_section h1 {
    font-size: 3em;
    font-weight: normal;
    margin-bottom: 20px;
}
.product_section h2 {
    font-size: 2.5em;
    font-weight: normal;
    margin-bottom: 20px;
}
.product_section p, .product_section ol, .product_section ul, .product_section ul li {
    font-size: 1.15rem;
    line-height: 1.75rem;
}
.product_section ol {
    margin-left: 2rem;
}
.product_section .employee p {
    font-size: .95rem;
    line-height: 1.5rem;
}
.product_section .product_image_left {
    padding-right: 50px;
}
.product_section .product_image_right {
    padding-left: 50px;
}
.product_section .product_image_top {
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.product_section .product_image_bottom {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}
.product_section input {
    -webkit-appearance: textfield;
    border: 1px #888 solid;
}
.product_section input[type="file"] {
    -webkit-appearance: initial;
    border: none;
}
.product_section textarea {
    -webkit-appearance: textarea;
    border: 1px #888 solid;
}
.product_section input[type="submit"] {
    width: initial;
    padding: 6px 16px;
    font-weight: bold;
    font-size: 1.15em;
    line-height: 1.75em;
}
.product_section form {
    max-width: 743px;
    margin: auto;
    text-align: center;
}
.product_section form .g-recaptcha > div {
  margin: auto;
}
.rc-anchor-light {
    background: #fff !important;
    border: 1px solid #ddd !important;
    color: #000 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    /*font-family: MuseoSans !important;*/
}
.product_section form p:last-of-type {
    text-align: center;
}
/* MODIFIERS AND OVERRIDES */
.space-list-items .wpcf7-list-item {
    margin-top: 10px;
}

/* Overwriting some overly generic styles
    in order to make radio buttons work. */
.product_section.normal-form input[type="radio"] {
    -webkit-appearance: radio !important;
    border: initial !important;
    line-height: initial !important;
    font-family: initial !important;
    width: auto !important;
    margin: initial !important;
    vertical-align: initial !important;
}

.product_section.normal-form form p:last-of-type {
    text-align: initial;
}
/* End "normal-form" overrides. */
/* END MODIFIERS AND OVERRIDES */

/* Form styles specific to contact us form */
.contact-us-form form p:first-of-type,
.contact-us-form form p:nth-of-type(2),
.contact-us-form form p:nth-of-type(3),
.contact-us-form form p:nth-of-type(4) {
    display: inline-block;
    width: 49%;
}
.contact-us-form form p:first-of-type,
.contact-us-form form p:nth-of-type(3) {
  padding-right: 1%;
}
.contact-us-form form p:nth-of-type(2),
.contact-us-form form p:nth-of-type(4) {
  padding-left: 1%;
}
.contact-us-form form p:nth-of-type(5),
.contact-us-form form p:nth-of-type(6) {
  width: 98%;
  margin-left: 1%;
}
/* End contact us */
/* Form styles specific to release notes signup form */
.release-notes-signup form a.ctct-button {
  display: block;
}
.release-notes-signup form .ctct-form-field {
  display: inline-block;
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
}
.release-notes-signup form .ctct-form-field.ctct-form-field-email,
.release-notes-signup form .ctct-form-field:nth-last-of-type(2) {
  display: block;
  width: 100%;
}
.release-notes-signup form .g-recaptcha {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
/* End release notes signup */
.section_buttons_container {
    margin-bottom: 0;
}
.section_buttons_container a:last-of-type {
    margin-right: 0;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 1.5em;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.anchor {
    display: inline-block;
    content: " ";
    margin-top: -227px;
    height: 227px;
    visibility: hidden;
}

/* CUSTOM CSS FOR PRODUCT SECTIONS */
.home-page-top {
    min-height: 800px;
    background-position-y: center;
}
.home-page-top h1 {
    padding-top: 60px;
    font-weight: bold;
    font-size: 2.95em;
}
.home-page-cta, .lodgical-page-cta {
    min-height: 0px;
}
.home-page-blog-tweet {
    min-height: 0px;
}
.home-page-blog-tweet .span6:first-of-type {
    padding-right: 2em;
}
.home-page-blog-tweet .span6:last-of-type {
    float: right;
    padding-left: 2em;
}
.home-page-blog-tweet h3 {
    border-bottom: 1px solid #8ed2c5;
    padding-bottom: 10px;
}
.home-page-blog-tweet p {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
}
.home-page-blog-tweet .tweets {
    -webkit-padding-start: 0;
    list-style-type: none;
    margin-left: 0;
}
.home-page-blog-tweet .tweets li {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
    font-size: 1.15rem;
    line-height: 1.75em;
}

/* NAVIGATION */
header {
    max-height: 150px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
nav.global {
    position: relative;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #ddd;
    font-size: 24px;
}
nav.global ul li:hover>ul {
    display: block;
}
nav.global ul {
    font-size: .85em;
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
}
nav.global ul:after {
    content: "";
    clear: both;
    display: block;
}
nav.global ul li {
    color: #334952;
    display: inline-block;
    font-weight: normal;
    padding: 2.5em 1.5em 0 0;
    /* Original: 2.5em 1.5em 0 0 */

    text-align: left;
}
nav.global ul li:last-of-type {
    padding-right: 0;
}
nav.global ul li a {
    color: #334952;
    text-decoration: none;
    font-weight: normal;
    font-family: MuseoSans, 'Lato', 'Source Sans Pro', sans-serif;
    vertical-align: middle;
}
nav.global ul li:hover, nav.global ul li a:hover {
    color: #8ed2c5;
}
nav.global ul li:first-child {
    float: left;
    padding: 0;
}
.navlogo a {
    background: url(https://lodgicalsolution.com/wp-content/uploads/2023/03/admin-ajax-e1677691094167.png) no-repeat center;
    max-width: 334px;
    /* Original: 400px */

    height: 80px;
    /* Original: 120px */

    text-indent: 9999px;
    display: block;
}
nav.global ul ul li:first-child {
    float: none;
    padding: 0;
    margin: 0;
}
nav.global ul ul {
    background: none repeat scroll 0 0 #334952;
    position: absolute;
    text-align: left;
    display: none;
}
nav.global ul ul li, nav.global ul ul li a {
    /* this targets all submenu items */

    display: block;
    float: none;
    position: relative;
    line-height: 2em;
    padding: 0;
    color: #FFFFFF;
}
nav.global ul ul li a {
    color: #FFFFFF;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    padding: 2px 8px;
}
nav.global ul ul li: first child:hover, nav.global ul ul li:first-child a:hover {
    background-color: #8198A3;
    color: #334952;
    width: 100%;
}
nav.global ul ul li:hover, nav.global ul ul li a:hover {
    background-color: #8198A3;
    color: #334952;
    width: 100%;
}
nav.global ul li ul li: hover, nav.global ul li ul li a:hover {
    background-color: #8198A3;
    color: #334952;
}
nav.global ul ul ul {
    background-color: #8198A3;
    top: 0;
    left: 100%;
    width: 120%;
    display: none;
}
nav.global ul ul ul li: hover, nav.global ul ul ul li a:hover {
    background-color: #8198A3;
    color: #fff;
}
.mobile-contact {
    display: none !important;
}

/* Socials */
.socials-wrap {
    margin-top: 1em;
}
.socials-wrap ul li {
    display: inline-block;
}

/* New Socials – found on www.perfecticons.com */
@font-face {
    font-family: 'si';
    src: url('/wp-content/themes/baylakes/socicon-1.3/socicon.eot');
    src: url('/wp-content/themes/baylakes/socicon-1.3/socicon.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/baylakes/socicon-1.3/socicon.woff') format('woff'), url('/wp-content/themes/baylakes/socicon-1.3/socicon.ttf') format('truetype'), url('/wp-content/themes/baylakes/socicon-1.3/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}
.soc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.soc li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.soc li a {
    font-family: si!important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 10px;
    color: #888;
    background-color: #ffffff;
}
.soc a:hover {
    z-index: 2;
    /*background-color:#ebebeb !important;*/

    background-color: #334952;
    color: #fff;
}
.soc-icon-last {
    margin: 0 !important;
}
.soc-facebook:before {
    content: 'b';
}
.soc-twitter:before {
    content: 'a';
}
.soc-linkedin:before {
    content: 'j';
}
.soc-youtube:before {
    content: 'r';
}

/* FORMS */
button, search, input, select, textarea {
    font-size: 100%;
    width: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
button, input, textarea {
    line-height: normal;
    font-family: MuseoSans, 'Source Sans Pro', sans-serif;
    *overflow: visible;
    color: #333333;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    margin: 0;
    cursor: pointer;
}

/* DROPDOWN POSITION*/
#contactus {
    position: relative;
    z-index: 998;
}
#dropMenuContent {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #cccccc;
    padding: 40px 20px 0;
    width: 300px;
    min-height: 451px;
}
#menuOpen {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    border: 1px solid #A42F03;
    width: 300px;
    position: relative;
    text-align: left;
    width: 100%;
}
#menuOpen.closed {
    background: url("images/arrow-closed.jpg") no-repeat scroll 265px 8px #8ed2c5;
    padding: 0 10px 0px 20px;
    height: 30px;
}
#menuOpen.opened {
    background: url("images/arrow-opened.jpg") no-repeat scroll 265px 8px #8ed2c5;
    padding: 0px 10px 0px 20px;
    color: #5a240e;
    height: 30px;
}
#dropMenu {
    background-color: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    position: relative;
    width: 300px;
    margin-right: 50px;
}
.verify {
    background: none repeat scroll 0 0 #dbdbdb;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
input.contactform {
    height: 25px;
    width: 95%;
}

/* DEMO DROPDOWN POSITION*/
#dropMenu2 {
    background-color: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    position: relative;
    width: 200px;
    margin-right: 50px;
}
#dropMenuContent2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 40px 20px 0;
    width: 200px;
}
.dropMenuContent2 {
    margin: 0;
}
#dropMenuContent2 h3, #dropMenuContent h3 {
    font-size: 1em;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}
#menuOpen2 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    border: 1px solid #A42F03;
    width: 200px;
    position: relative;
    text-align: left;
    width: 100%;
}
#menuOpen2.closed {
    background: url("images/arrow-closed.jpg") no-repeat scroll 165px 8px #8ed2c5;
    padding: 0 10px 0px 20px;
    height: 30px;
}
#menuOpen2.opened {
    background: url("images/arrow-opened.jpg") no-repeat scroll 165px 8px #8ed2c5;
    padding: 0px 10px 0px 20px;
    color: #5a240e;
    height: 30px;
}
.sched-verify {
    background: none repeat scroll 0 0 #dbdbdb;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 10px;
    text-align: center;
}
input.dropMenuContent2 {
    height: 25px;
    width: 95%;
}

/* BUTTONS */
.button {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: middle;
}
a.button:hover {
    text-decoration: none;
}
.button.medium {
    border-radius: 17px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 16px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.button.rectangle {
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 16px;
}
.button.yellow {
    background: none repeat scroll 0 0 #dfb23c;
    border: 1px solid #cc9933;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    margin-top: 40px;
}
.button.gray {
    background: none repeat scroll 0 0 #D9D9DA;
    border: 1px solid #A7A7A8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #4F4F4F;
    font-weight: normal;
    float: right;
    margin-top: 10px;
}
.button.gray:hover {
    background: none repeat scroll 0 0 #334952;
    color: #FFFFFF;
}
.button.orange {
    border-radius: 0px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.0);
    border: 2px solid #8ed2c5;
    /*margin-top: 30px;*/

    margin-top: 15px;
}
.button.orange:hover {
    background: none repeat scroll 0 0 #8ed2c5;
}
.button.orange2 {
    border-radius: 0px;
    color: #334952;
    background-color: rgba(0, 0, 0, 0.0);
    border: 2px solid #8ed2c5;
    margin-top: 30px;
}
.button.orange2:hover {
    background: none repeat scroll 0 0 #8ed2c5;
}
.button.product {
    border-radius: 0px;
    border-style: solid;
    border-width: 2px;
    font-weight: bold;
    padding: 6px 16px;
    margin-right: 1em;
}

/* CONTACT VISUAL FORM BUILDER */
.vfb-item {
    margin-bottom: 15px;
}
.vfb-required-asterisk {
    display: none;
}
.feedback {
    height: 100px;
}
.verify h3 {
    display: block !important;
    color: #333333;
}
.verifyEntry {
    margin-bottom: 0px !important
}
.getintouch {
    background: none repeat scroll 0 0 #334952;
    border-radius: 12px;
    color: #FFFFFF;
    font-family: MuseoSans, Tahoma, Geneva, sans-serif;
    height: 30px;
    width: 70%;
}
.getintouch:hover {
    background: #8198A3;
    color: #334952;
}
.email-image {
    float: right;
    margin-top: 50px;
}
input.vfb-medium, input.vfb-medium[type="text"], input.vfb-medium[type="tel"], input.vfb-medium[type="email"], input.vfb-medium[type="url"], select.vfb-medium {
    width: 100% !important;
}

/* MEDIA QUERIES */

/* Responsify Defaults */
@media screen and (min-width: 1025px) {
    .embed-container {
        width: 1000px;
    }
}
@media screen and (max-width: 1024px) {
    /* Add your styles for devices with a maximum width of 1024 */

    #maincontent_container {
        border-radius: 0;
    }

    .maincontent_container_secondary {
        border-radius: 0;
        margin: 88px 0 0;
        max-width: 1024px;
        width: 100%;
    }

    .sectionwrap {
        padding: 60px 0 0;
    }
    /*footer {padding: 55px 5% 80px;}

#footerlinks{width:50%}
#signwrap {width:100%;} */
    /* #signup {width:50%; padding-left:5%;} */
    /*#signup {width:50%; padding-left:0%;margin-top:15px;margin-bottom:15px;}

#signwrap input#email {width: 75%;}
#signwrap input#newsletter {width:25%;}*/

    #placeholder {
        margin: 40% auto 0;
    }

    .mainimage {
        position: fixed;
        margin-top: 50px;
    }
    /*nav.global ul li a {
  color: #334952;
  font-family: MuseoSans, 'Source Sans Pro',sans-serif;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;

}*/
    /* nav.global ul {text-align: left;} */
    /*nav.global ul li {

  display: inline-block;
  padding: 1em 1em 0 0;
  text-align: right;
}*/
}
@media screen and (max-width: 980px) {
    nav.global ul {
        font-size: 0.75em;
    }

    #footerlogo {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2em;
    }
    #footerlogo img {
        max-width: 200px;
    }

    #footer_menu_container {
        width: 100%;
        padding: 5px;
    }

    footer .sub-menu {
        display: none;
    }

    #menu-footer-menu {
        text-align: center;
    }

    #menu-footer-menu .menu-item {
        float: none;
        display: inline-block;
        margin-right: 1.5em
    }

    #menu-footer-menu .menu-item:last-child {
        margin-right: 0;
        display: inline-block;
    }

    #subfooter {
        text-align: center;
    }

    #signup {
        width: 100%;
        margin-top: 2em;
    }
}
@media screen and (max-width: 768px) {
    #contactus, #placeholder {
        display: none;
    }

    nav .span4 {
        width: 100%;
    }

    #container, .inner {
        width: 100%;
        padding: 0%;
    }

    #slider {
        margin-top: 0;
    }

    #maincontent_container {
        margin-top: 0%;
    }
    /* Original: -10% */

    .maincontent_container_secondary {
        margin: 0;
    }

    .navlogo a {
        background: none;
    }

    .mobile-contact {
        display: block !important;
    }

    .rainbow {
        padding-bottom: 60px;
    }

    .productwrap {
        min-height: 400px;
    }

    .button.yellow {
        margin-bottom: 60px;
    }

    .button.gray {
        bottom: -60px;
    }

    .navlogo a {
        height: auto;
    }

    #label_resort {
        left: 8%;
        top: 50%;
    }

    #label_vacationrentals {
        left: 30%;
        top: 60%;
    }

    #label_timeshares {
        left: 53%;
        top: 55%;
    }

    #label_campandmarinas {
        left: 75%;
        top: 55%;
    }

    #pci_box {
        padding: 10% 10% 0% 10%;
    }

    #pci_box img {
        padding-right: 0%;
        padding-top: 0%;
    }

    .dropMenuContent {
        max-height: 290px;
    }

    input.vfb-medium, input.vfb-medium[type="text"], input.vfb-medium[type="tel"], input.vfb-medium[type="email"], input.vfb-medium[type="url"], select.vfb-medium {
        width: 100%;
    }

    #dropMenu {
        float: none;
    }

    #dropMenuContent {
        #m background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CCCCCC;
        padding: 20px;
        height: auto;
        width: auto;
    }

    #contactbar {
        background-image: none;
        text-align: center;
        min-height: 0px;
        padding: 20px 7% 0px 7%;
    }

    .inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .employee_container {
        width: 50%;
    }

    /* For the products overview (old home) page. */
    .products-overview-top {
      padding-top: 40px;
    }
    /* End products overview */

    .product_menu {
        margin-top: -15px;
    }

    .product_section form p {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .contact-us-form form p:nth-of-type(5),
    .contact-us-form form p:nth-of-type(6) {
      margin-left: 0;
    }

    .home-page-top {
      min-height: 0;
    }

    .home-page-top h1 {
      padding-top: 0;
    }

    .home-page-top .button.product:first-of-type {
      margin-right: 0;
    }

    .product_logo {
        padding-left: 5px;
    }

    .anchor {
        margin-top: -188px;
        height: 188px;
    }
}
@media screen and (max-width: 480px) {
    .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
        width: 100%;
    }

    .inner {
        /*padding: 0%;*/
        width: 100%;
    }

    .section {
        margin: 0;
        padding: 0;
    }

    .sectionwrap {
        padding: 20px 0 0;
    }

    .col {
        margin-left: 0%;
    }

    .rainbow p, .rainbow h2 {
        margin: 0px;
        max-width: 100%
    }

    #maincontent_container {
        margin-top: 0;
    }

    #placeholder {
        display: none;
    }

    nav.global ul {
        display: none;
    }

    #townfront {
        display: none;
    }

    #townback {
        display: none;
    }

    .email-image {
        display: none;
    }

    input.vfb-medium, input.vfb-medium[type="text"], input.vfb-medium[type="tel"], input.vfb-medium[type="email"], input.vfb-medium[type="url"], select.vfb-medium {
        width: 100% !important;
    }

    h2 {
        font-size: 3em;
        /*line-height: 1em;*/
        margin: .5em 0 1em;
        text-align: center;
    }

    #slider {
        margin: 0;
        position: relative;
        top: 0;
    }

    #dropMenuContent, #menuOpen {
        padding: 10px 0;
    }

    .pms1_left {
        float: none;
        margin-left: 0;
        padding: 0 5%;
    }

    #pms1_right, #pos2_right {
        position: relative;
        width: 100%;
        bottom: -8px;
    }

    #pms2 {
        padding: 0 10px 20px;
        float: left;
    }

    #pos1 {
        padding: 0 10px;
    }

    #pos2_left .checkmarks {
        padding-right: 10px;
    }

    .rainbow h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .rainbow h2 span {
        margin-bottom: 0px;
    }

    .productwrap {
        min-height: 0px;
    }

    .productimage {
        text-align: center;
    }

    .productinfo {
        min-height: 0;
        padding: 0;
        border-bottom: 1px solid #ccc;
        padding: 0;
    }

    .button.gray {
        position: relative;
        margin-top: 20px;
        bottom: 0px;
    }

    #hoteliers {
        background-image: none;
        text-align: center;
        min-height: 0px;
        padding: 20px 5px 0;
    }

    #hoteliers h3 {
        margin: 0 auto 10px;
        width: 80%;
    }

    #hoteliers a {
        display: block;
    }

    #contactbar {
        background-image: none;
        text-align: center;
        min-height: 0px;
        padding: 20px 5px 0;
    }

    footer {
        padding: 0 5%;
    }

    #footerlogo {
        margin-bottom: 30px;
    }

    #footerlogo img {
        display: block;
        text-align: center;
        margin: 20px auto 0px;
    }

    footer ul li {
        clear: both;
    }

    #signup {
        margin: 30px auto;
        padding: 0;
        width: 100%;
    }

    #signwrap input#newsletter {
        padding: 0 10px;
    }

    #label_resort, #label_vacationrentals, #label_timeshares, #label_campandmarinas {
        float: left;
        height: 190px;
        position: relative;
        width: 50%;
        left: 0;
        top: 0;
    }

    #labelwrap {
        margin-top: 25px;
    }

    #label_resort {
        background: url("images/mobile-resorthotels.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    }

    #label_vacationrentals {
        background: url("images/mobile-vacationrentals.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    }

    #label_timeshares {
        background: url("images/mobile-timeshares.png") no-repeat scroll center top rgba(0, 0, 0, 0);
        clear: both;
    }

    #label_campandmarinas {
        background: url("images/mobile-campandmarinas.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    }

    #poswheel {
        margin: 20px;
    }

    #products_box {
        background: none;
        border: 0;
        padding: 0 8% 5%;
    }

    .box_footer {
        background: none;
        padding: 0 20% 8%;
    }

    #about_box .box_footer {
        padding: 0 10px;
    }

    .box_footer ul li a, .box_footer p {
        color: #8ed2c5;
    }

    .modleft {
        padding: 0 10px;
        text-align: justify;
    }

    .modright {
        /*padding: 0 30px 20px;*/
    }

    .employee {
        padding: 0 10px 20px;
    }

    .pci-rightcol {
        position: relative;
    }

    .product_section .product_image_left {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .product_section .product_image_right {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .home-page-top:first-of-type {
      padding-top: 25px !important;
    }

    .product_section h1 {
        font-size: 2.35em;
    }

    .product_section h2 {
        font-size: 2em;
    }

    .home-page-blog-tweet .span6:first-of-type {
        padding-right: 0;
        padding-bottom: 2em;
    }

    .home-page-blog-tweet .span6:last-of-type {
        padding-left: 0;
        padding-top: 2em;
    }
}
// Micro Clearfix

/* For modern browsers */
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    *zoom: 1;
}
#dropMenu {
    left: -99999px;
}
input#email {
    height: 36px;
    width: 95%;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #CFCBCB;
    box-shadow: 0px 0px 10px #CCC inset;
    line-height: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
}
input#newsletter {
    background: none repeat scroll 0px 0px #334952;
    border-radius: 0px 10px 10px 0px;
    color: #FFF;
    height: 40px;
    position: absolute;
    right: 0px;
    padding: 0px 20px;
    font-family: MuseoSans, 'Source Sans Pro', sans-serif;
    font-weight: 700;
    border: 1px solid #4C170E;
    width: auto;
}
.failbox {
    color: red;
    font-weight: bold;
    display: none;
    font-size: 14px;
}
.successbox {
    color: green;
    font-weight: bold;
    display: none;
    font-size: 14px;
}
.tp-caption p {
    font-family: arial !important;
}
.leftcol p {
    text-align: left;
}
