@import url("reset.css");
/*-----------------------------------------------------------------------------------*/
/*  === Typography
/*-----------------------------------------------------------------------------------*/
body {
    background-color: #FCFAEB;
    font-size: 16px;
    color: #FCFAEB;
    line-height: 24px;
    font-family: 'Conv_MyriadPro-Regular', serif;
}
body.home {
    background-color: #EEEADA;
    font-size: 16px;
    color: #FCFAEB;
    line-height: 24px;
    font-family: 'Conv_MyriadPro-Regular', serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "mrs-eaves",serif;
    margin: 0;
    color: #f26522;
}
h1 {
    font-size: 39px;
    color: #404041;
    line-height: 42px;
    margin-bottom: 20px;
}
h1.main {
    color: #404041;
    font-family: "mrs-eaves",serif;
    font-style: normal;
    font-weight: 400;
}
h2 {
    font-size: 36px;
    color: #f26522;
    line-height: 40px;
    font-style: italic;
}
h3 {
    font-size: 30px;
    color: #726659;
    line-height: 34px;
    font-family: 'Conv_MyriadPro-SemiboldIt', sans-serif;
}
h3.page-title {
    font-family: "mrs-eaves",serif;
    font-style: normal;
    font-weight: 400;
}
h4 {
    font-size: 25px;
    color: #d43d27;
    line-height: 24px;
    margin-bottom: 6px;
    clear: both;
    font-family: 'Conv_MyriadPro-SemiboldIt', sans-serif;
}
h5 {
    font-size: 30px;
    color: #052f64;
    font-family: 'Conv_MyriadPro-Semibold', sans-serif;
}
h6 {
    color: #404041;
    font-size: 18px;
    margin-bottom: 4px;
}
/*-----------------------------------------------------------------------------------*/
/*  === Structure
/*-----------------------------------------------------------------------------------*/

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.wrap {
    position: relative;
    max-width: 960px;
    padding: 0 10px;
    margin: 0 auto;
}
#primary {
    position: relative;
    min-height: 300px;
}
@media only screen and (min-width: 768px) {
    #content {
        float: right;
        position: relative;
        width: 75.53%;
        padding: 0 5.4% 0 8.55%;
    }
    .sbl.nopadding #content {
        padding: 0 0 0 2%;
    }
    .sbr #content {
        float: left;
        padding: 0 8.55% 0 5.4%;
    }
    .sbr.nopadding #content {
        padding: 0 2% 0 0;
    }
    #sidebar {
        float: left;
        margin-top: 40px;
        width: 24.47%;
    }
    .fw #content {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}
.sidebar-sc,
#sidebar, .sidebar-sc p {
    color: #404041;
    background-color: #FCFAEB;
    position: relative;
    padding: 10px 18px;
    font-size: 20px;
}
.sidebar-sc a {
    color: #404041;
}
.sidebar-sc .btn-outline {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #d43d27;
    font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  === Header and Top Bar
/*-----------------------------------------------------------------------------------*/

/* Header */
#header {
    background-color: #fff;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#header .call-banner {
    min-height: 30px;
    text-align: center;
    background-color: #d43d27;
    color: #fff;
    font-size: 20px;
    padding-top: 3px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .7px;
}
#header .call-banner a {
    color: #fff;
}
#header.over-slider {
    background-color: #fff;
    border-bottom:1px solid #404041;
}
#header .wrap {
    height: 90px;
    max-width: 1000px;
    padding-top: 16px;
}
.placeholder {
    height: 130px;
}
.mobile-placeholder {
    display: none;
}
#header .one-third, #header .three-fourth {
    margin-bottom: 0;
}
/* Social Links */
.social-links {
    list-style:none;
    margin: 0;
    overflow: hidden;
    padding: 10px 20px 0;
}
.social-links li {
    float: left;
    margin-right: 20px;
}
.social-links li a {
    color: #d43d27;
    font-size: 22px;
}
/*-----------------------------------------------------------------------------------*/
/*  === Logo and Blog Name
/*-----------------------------------------------------------------------------------*/
.site-branding {
    left: 10px;
    position: absolute;
    top: 14px;
}
.site-branding a {
    display: block;
}
.site-branding img {
    max-width: 180px;
    height: auto;
}
/*-----------------------------------------------------------------------------------*/
/*  === Primary Navigation Menu
/*-----------------------------------------------------------------------------------*/
.main-nav {
    float: right;
    padding: 13px 0;
}
.nav-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}
.nav-menu > li {
    float: left;
    position: relative;
    margin-right: 1px;
}
.nav-menu > li:last-child,
.social-links li:last-child {
    margin-right: 0;
}
.nav-menu > li > a {
    color: #726659;
    display: block;
    font-family: "Conv_MyriadPro-Regular", sans-serif;
    font-size: 17px;
    line-height: 18px;
    padding: 8px 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
.nav-menu > li:hover > a,
.nav-menu > li.current-menu-item > a,
.nav-menu > li.current-menu-ancestor > a {
    background-color: #d43d27;
    color: #fff;
    transition: .5s;
}
.nav-menu > li.btn-login {
    float: right;
    margin-right: 0;
    margin-left: 1px;
}
.nav-menu > li.btn-login a {
    border: 1px solid #00a1e4;
    color: #9adbf9;
    font-style: italic;
    padding: 7px 10px;
}
/* Dropdown menu */
.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 3px 0 1px;
    left: 50%;
    display: none;
    position: absolute;
    top: 40px;
    background-color: rgba(255, 255, 255, .3);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.nav-menu > li > ul:before {
    border-bottom: 5px solid rgba(255, 255, 255, 0.3);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav-menu > li > ul:after {
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    bottom: 100%;
    width: 100%;
}
.nav-menu ul li {
    position: relative;
    border-bottom: 2px solid #726659;
    /* margin-bottom: 2px; */
    padding: 0 3px;
}
.nav-menu ul li a {
    background-color: #ffffff;
    color: #726659;
    display: block;
    font-family: "Conv_MyriadPro-Regular", sans-serif;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.nav-menu ul li:hover > a,
.nav-menu ul li.current-menu-item > a,
.nav-menu ul li.current-menu-ancestor > a {
    color: #ffffff;
    background-color: #d43d27;
}
.nav-menu ul ul {
    left: 100%;
    top: -6px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.toggle-menu,
.nav-menu li:hover ul ul,
.nav-menu li:hover ul ul ul,
.nav-menu li:hover ul ul ul ul {
    display: none;
}
.nav-menu li:hover ul,
.nav-menu li li:hover ul,
.nav-menu li li li:hover ul,
.nav-menu li li li li:hover ul {
    display: inline-block;
}
.mobile-menu-wrap {
    background-color: rgba(255, 255, 255, 0.85);
    left: -110%;
    bottom: 0;
    position: absolute;
    top: 120px;
    width: 70%;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*-----------------------------------------------------------------------------------*/
/*  === Secondary
/*-----------------------------------------------------------------------------------*/
#secondary {
    position: relative;
}
#secondary .wrap {

}
/*-----------------------------------------------------------------------------------*/
/*  === Footer
/*-----------------------------------------------------------------------------------*/
#footer {
    position: relative;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
}
#footer .wrap {
    overflow: hidden;
}
#footer a {
    color: #4d4d4d;
    text-decoration: none;
}
#footer a:hover {
    color: #000000;
}
#footer .copyright {
    clear: both;
    color: #726659;
    line-height: 18px;
    margin: 0;
    padding: 20px 0 10px;
}
#footer  {
    color: #726659;
}
/*-----------------------------------------------------------------------------------*/
/*  === Slider
/*-----------------------------------------------------------------------------------*/
#slider {
    position: relative;
    overflow: hidden;
}
#slider > ul {
    margin: 0;
    list-style: none;
}
#slider > ul > li {
    position: relative;
    width: 100%;
    min-height: 400px;
    background-color: #EEEADA;
}
li.slide img {
    width: 100%;
    height: auto;
    /*visibility:hidden;*/
}
li.slide .wrap {
    position: absolute;
    width: 100%;
    max-width: 840px;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
li.slide .wrap.text-orange {
    left: 50%;
}
.text-white .slide-caption {
    color: #ffffff;
    font-size: 48px;
    line-height: normal;
    text-shadow: 0 1px 18px rgba(0, 0, 51, 1);
    letter-spacing: -1px;
}
.slide-caption {
    text-align: center;
}

.text-orange .slide-caption {
    color: #fff;
    font-size: 39px;
    line-height: normal;
    letter-spacing: -1px;
}
.slide-caption a.btn {
    background-color: #d43d27;
    color: #ffffff;
    float: right;
    font-family: "mrs-eaves",serif;
    font-size: 25px;
    letter-spacing: 0;
    margin-top: -50px;
    padding: 10px 20px;
    text-transform: uppercase;
/*    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 5px 17px 0 rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 5px 5px 17px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 5px 5px 17px 0 rgba(0, 0, 0, 0.32);
    */

}
body.home .slide-caption a.btn-outline {
    float: none;
    text-align: center;
    color: #fff;
    font-style: normal;
    border: 2px solid #fff;
    text-shadow: none;
    width: auto;
}
.animated {
    opacity: 1 !important;
}
.flex-control-nav {
    bottom: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
/*-- Control Nav --*/
.flex-control-nav li {
    display: inline-block;
    margin-right: 12px;
}
.flex-control-nav li:last-child {
    margin-right: 0;
}
.flex-control-nav li a {
    background-color: #94a1da;
    cursor: pointer;
    display: block;
    height: 12px;
    overflow: hidden;
    text-indent: 999em;
    width: 12px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.flex-control-nav li a.flex-active {
    background-color: #ffffff;
}
/*-- Direction Nav --*/
.flex-direction-nav {
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 50;
}
.flex-direction-nav li a {
    color: #ffffff;
    font-size: 70px;
    padding: 20px;
    display: block;
}
.flex-direction-nav li:first-child {
    float: left;
}
.flex-direction-nav li:last-child {
    float: right;
}
.featured-img {
    margin-top: 90px;
    min-height: 380px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-learmore {
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    left: 50%;
    position: absolute;
    text-align: center;
    z-index: 9;
    font-style: italic;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-learmore span {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    line-height: 16px;
}
/*-----------------------------------------------------------------------------------*/
/*  === Event Calendar
/*-----------------------------------------------------------------------------------*/
.events-calendar {
    padding-top: 20px;
}
.calendar-head {
    height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    text-align: center;
}
.calendar-head h2.calendar-title {
    font-family: 'Conv_MyriadPro-Bold', sans-serif;
    font-size: 45px;
    font-style: normal;
}
.month-prev, .month-next {
    position: absolute;
    left: 0;
    height: 100%;
    top: 4px;
}
.month-next {
    left: auto;
    right: 0;
}
.month-nav {
    background-color: transparent;
    color: #e6e6e6;
    padding: 0;
    height: 60px;
    text-align: center;
}
.month-nav span:before {
    font-size: 28px;
    line-height: 32px;
}
/* Calendar Table */
.calendar-day-head {
    border: none;
    background-color: transparent;
    text-align: center;
    font-size: 12px;
    padding: 2px;
    color: #999999;
    text-transform: uppercase;
}
.calendar-day,
.calendar-day-np {
    font-size: 12px;
    line-height: 12px;
    padding: 6px;
    vertical-align: top;
    width: 14.28%;
}
.calendar-day-np {
    color: #999999;
}
.day-div {
    min-height: 60px;
}
.day-number {
    margin-bottom: 12px;
}
.nxt-mnth {
    padding-left: 6px;
}
.fb-event-trigger {
    background-color: #d43d27;
    color: #ffffff;
    display: block;
    font-size: 8px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}
/*-----------------------------------------------------------------------------------*/
/*  === Widgets
/*-----------------------------------------------------------------------------------*/
h3.widget-title {
    color: #726659;
    font-family: "Conv_MyriadPro-SemiboldIt", sans-serif;
    font-size: 24px;
    margin-bottom: 14px;
    text-align: left;
}
.widget-wrap {
    position: relative;
    margin-bottom: 40px;
    display: block;
}
.widget-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-wrap ul li {
    display: block;
}
.widget-wrap ul ul {
    border-top: 1px solid #eeeeee
}
.widget-wrap ul ul li {
    padding-left: 15px;
}
.widget-wrap ul a {
    color: #666666;
    display: block;
    font-size: 14px;
    text-decoration: none;
}
.widget-wrap ul a:hover {
    color: #000000;
    text-decoration: none;
}
a.rsswidget img {
    display: none;
}
.widget_categories {
    text-align: center;
}
.widget_categories h3 {
    margin-bottom: 0;
}
.widget-wrap ul a {
    color: #485267;
    display: block;
    font-size: 17px;
}
.cat-posts-widget li {
    margin-bottom: 10px;
}
/* Calendaer Widget */
#wp-calendar caption {
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    padding-bottom: 14px;
}
#wp-calendar #today {
    font-weight: bold;
}
/* Event Calendar Widget */
.event-widget li {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.event-widget li h4 {
    color: #063b7d;
    font-size: 16px;
    font-style: normal;
    line-height: 19px;
    margin: 0;
    text-transform: uppercase;
}
.event-widget li .event-date {
    display: block;
    font-family: 'Conv_MyriadPro-Bold', sans-serif;
    text-transform: none;
}
.event-widget li a {
    display: block;
    text-transform: none;
    font-size: 16px;
    color: #d43d27;
    text-decoration: underline;
}
.event-widget li a:hover {
    color: #d43d27;
    text-decoration: none;
}
/*-----------------------------------------------------------------------------------*/
/*  === Blog Listing
/*-----------------------------------------------------------------------------------*/
.entry {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 3px solid #d8d3e4;
}
.entry-thumb a {
    display: block;
}
.entry-thumb img {
    width: 100%;
    height: auto;
}
.read-more {
    display: block;
    margin: 0 auto;
    width: 208px;
}
/* Post Meta */
.entry-meta {
    padding: 10px 0;
    overflow: hidden;
    text-align: right;
    margin-bottom: 12px;
}
.entry-date {
    color: #005ba1;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
}
.entry-content {
    color: #635093;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    padding: 4px 0;
}
.entry-meta span a {
    color: #666666;
}
.entry-meta .editLink {
    padding-left: 0;
    font-style: normal;
}
p.excerpt {
    margin-bottom: 36px;
}
.entry-bottom {
    position: relative;
}
/*-----------------------------------------------------------------------------------*/
/*  === Blog Single
/*-----------------------------------------------------------------------------------*/
.single .entry {
    border: medium none;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.singleThumb,
.single .entry-meta,
.single .entry-title {
    margin-bottom: 4px;
}
/* Tag list */
.tag-heading {
    text-align: center;
}
ul.tag-list {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}
ul.tag-list li {
    display: inline-block;
    margin: 0 3px 3px 0;
}
ul.tag-list li a {
    background: #005ba1;
    color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 4px 12px;
}
ul.tag-list li a:hover, ul.tag-list li a:active {
    background-color: #065b93;
    color: #ffffff;
}
ul.tag-list li a:active {
    color: #999999
}
/* Author Box */
.bypostauthor {
}
#author-avatar {
    float: left;
    margin: 0;
}
#author-avatar img, .author-avatar img {
    display: block;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}
#authorDescription {
    margin-left: 100px
}
/* Gallery */
ul.gallery-single {
    position: relative;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}
ul.gallery-single li {
    float: left;
    margin: 0 1px 1px 0;
}
ul.gallery-single li img {
    width: 126px;
    height: 103px;
    display: block;
}
span.no-video {
    display: block;
    padding: 15px 15px 0;
}
.single span.no-video {
    padding: 20px 20px 0
}
.single-jp-wrap, .single-video-wrap {
    position: relative;
    overflow: hidden;
    padding: 0 0 14px;
}
/* Related Posts */
ul.related_posts {
    position: relative;
    overflow: hidden;
    list-style: none;
    margin: 0 0 4px 0;
}
ul.related_posts li {
    position: relative;
    float: left;
    padding: 0;
    width: 140px;
    margin: 0 16px 16px 0;
}
ul.related_posts li:nth-child(5n) {
    margin-right: 0
}
ul.related_posts li a.rp_thumb {
    display: block;
    margin-bottom: 9px;
}
ul.related_posts li img {
    display: block;
    width: 140px;
    height: 90px;
}
ul.related_posts li h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
ul.related_posts li h4 a {
    color: #666666
}
ul.related_posts li h4 a:hover {
    color: #333333
}
/* Comments */
.comment-list {
    margin: 0 0 10px 0;
    list-style: none;
    color: #666666;
}
.comment-list li {
    margin-bottom: 30px
}
.comment-list li p {
    margin-bottom: 6px;
    padding-top: 6px;
    font-size: 15px;
    color: #635093;
    line-height: 26px;
}
.comment-list li li {
    padding: 0;
    margin-bottom: 0;
}
.comment-list ul, .comment-list ul ul {
    list-style: none
}
#respond {
    margin-top: 0
}
.comment-list li #respond {
    margin-top: 20px
}
.comment {
    position: relative;
    margin-bottom: 20px;
}
.author-avatar {
    float: left;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
}
.author-avatar img {
    display: block
}
.comment-list li li .author-avatar,
.comment-list li li .author-avatar img {
    width: 48px;
    height: 48px;
}
/*.comment-content { margin-left: 80px }*/
.comment-content h5 {
    margin-bottom: 12px
}
.comment-list ul.children {
    margin: 0 0 0 30px
}
.comment-list ul .comment-content {
    margin-left: 20px
}
.comment-meta {
    margin-bottom: 6px;
    font-family: "proxima-nova", sans-serif;
    color: #635093;
}
.comment-meta .comment-author,
.comment-meta .comment-author a,
.comment-meta .comment-author h6 {
    margin: 0;
    color: #635093;
    font-size: 14px;
    line-height: 24px;
}
.comment-meta h6.comment-author {
    margin-bottom: 4px;
}
.comment-meta .comment-author .fn {
    font-size: 17px;
    text-transform: uppercase;
}
.comment-meta a {
    color: #005ba1;
    font-size: 15px;
}
.comment-meta a:hover {
    color: #444444
}
.reply {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    border: none;
}
.reply a {
    color: #777777;
    border: 1px solid #e0e0e0;
    padding: 0 5px;
    background: #ffffff;
    margin: 0;
    display: block;
    font-size: 14px;
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0 0;
}
.reply a:hover {
    background: #eaeaea;
    color: #777777;
    border-color: #dadada;
}
.cancel-comment-reply {
    font-size: 14px;
    margin: 0;
}
a#cancel-comment-reply-link {
    color: #999999
}
a#cancel-comment-reply-link:hover {
    color: #333333
}
p.logged-in-as {
    font-size: 14px;
    margin-top: -9px;
    color: #999999;
}
#commentform input {
    margin-bottom: 0 !important;
}
.comment-field {
    width: 49.2%;
    margin-bottom: 12px;
}
.comment-field.right {
    margin-right: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  === Form
/*-----------------------------------------------------------------------------------*/
select,
textarea,
input[type="tel"],
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"] {
    width: 100%;
    height: 38px;
    line-height: 20px;
    color: #4d4d4d;
    font-family: 'Conv_MyriadPro-Regular', sans-serif;
    font-size: 18px;
    font-style: italic;
    border: 2px solid #e1e1e1;
    outline: none;
    background: #ffffff;
    margin-bottom: 16px;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    padding-top: 10px;
    height: 122px;
}
button,
input[type="submit"],
input[type="button"] {
    display: inline-block;
    padding: 6px 12px !important;
    height: 36px;
    cursor: pointer;
    border: none;
    background-color: #d43d27;
    color: #ffffff;
    font-size: 20px;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #d43d27;
}
input.last {
    margin-bottom: 0 !important;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + span {
    position: relative;
    cursor: pointer;
    font: 16px "proxima-nova", sans-serif;
    font-weight: 700;
}
input[type="radio"] + span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #4d4d4d;
    background-color: #ffffff;
    vertical-align: baseline;
    margin-right: 6px;
}
input[type="radio"]:checked + span:after {
    background-color: #005ba1;
    border: 1px solid #ffffff;
    content: "";
    height: 6px;
    left: 1px;
    position: absolute;
    bottom: 16px;
    width: 6px;
}
::-webkit-input-placeholder {
    color: #d43d27;
    opacity: 1 !important;
}
:-moz-placeholder {
    color: #d43d27;
    opacity: 1 !important;
}
::-moz-placeholder {
    color: #d43d27;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #d43d27;
    opacity: 1 !important;
}
.wpcf7 p {
    margin-bottom: 0;
}
/*.wpcf7 h3 {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
}*/
.radio-wrap {
    background-color: #e6e6e6;
    padding: 20px 10%;
}
.radio-wrap .wpcf7-list-item {
    margin-right: 30px;
    display: inline-block;
}
#subscription h6 {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-top: 12px;
}
#subscription input[type="text"], #subscription input[type="email"] {
    color: #0075aa !important;
    font-size: 24px;
    height: 54px;
    text-align: center;
}
#subscription input[type="email"] ::-webkit-input-placeholder {
    color: #d43d27;
    opacity: 1 !important;
}
#subscription input[type="email"] :-moz-placeholder {
    color: #d43d27;
    opacity: 1 !important;
}
#subscription input[type="email"] ::-moz-placeholder {
    color: #d43d27;
    opacity: 1 !important;
}
#subscription input[type="email"] :-ms-input-placeholder {
    color: red;
    opacity: 1 !important;
}
span.wpcf7-list-item {
    margin-left: 0 !important;
}
div.wpcf7-response-output {
    border-width: 1px !important;
    font-size: 13px;
    margin: 20px 0 0;
    text-align: center;
    color: #484343;
}
div.wpcf7 .screen-reader-response {
    bottom: 34px;
    font-size: 11px;
    height: auto;
    left: 0;
    text-align: center;
    width: 100%;
}
.wpcf7 br {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    font-size: 0.8em !important;
    position: absolute;
    right: 17px;
    top: -3px;
    z-index: 1;
}
/* Search Field */
#searchForm input[type="text"] {
    padding-right: 40px;
    padding-left: 7%;
}
span.input-group-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    display: block;
}
span.input-group-btn button {
    background: #063b7d url(../images/search.png) no-repeat center center;
    border: medium none;
    display: block;
    height: 34px !important;
    margin: 0;
    padding: 0;
    text-indent: 999em;
    width: 40px;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/*  === Register Box
/*-----------------------------------------------------------------------------------*/
.register-box {
    border: 1px solid #6dcff6;
    margin: 0 auto;
    max-width: 600px;
    padding: 26px;
}
.register-box .wpcf7 {
    max-width: 420px;
    margin: 0 auto;
}
/*-----------------------------------------------------------------------------------*/
/*  === Misc
/*-----------------------------------------------------------------------------------*/
/* Search Form */
.search-form-wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.not-found {
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
}
.not-found h2 {
    font-size: 64px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}
.not-found p {
    margin-bottom: 30px;
}
.hidden {
    display: none !important;
}
a.tel-link {
    color: #052f64;
    font-size: 21px;
    font-family: 'Conv_MyriadPro-Bold', sans-serif;
    text-decoration: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*  === WordPress Default Classes
/*-----------------------------------------------------------------------------------*/

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft, .left {
    float: left
}
.alignright, .right {
    float: right
}
.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Gallery listing */
.format-gallery .size-thumbnail img, .category-gallery .size-thumbnail img {
    border: 10px solid #f1f1f1;
    margin-bottom: 0;
}
.format-gallery .gallery-thumb, .category-gallery .gallery-thumb {
    float: left;
    margin-right: 20px;
    margin-top: -4px;
}
.home #content .format-gallery .entry-utility, .home #content .category-gallery .entry-utility {
    padding-top: 4px
}
/* Attachment pages */
.attachment .entry-content .entryCaption {
    font-size: 140%;
    margin-top: 24px;
}
.attachment .entry-content .navPrevious a:before {
    content: '\2190\00a0'
}
.attachment .entry-content .navNext a:after {
    content: '\00a0\2192'
}
/* Images */
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    max-width: 100%;
    height: auto;
}
.no-margin {
    margin: 0;
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin: 0 18px 18px 0;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin: 0 0 18px 18px;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 24px
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 590px !important;
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0
}
.wp-caption p.wp-caption-text {
    color: #888888;
    font-size: 14px;
    margin: 5px;
}
.wp-smiley {
    margin: 0
}
.gallery {
    margin: 0 auto 18px
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery img {
    border: none !important
}
.gallery-columns-2 .attachment-medium {
    max-width: 85%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 82%;
    height: auto;
}
.gallery-columns-5 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery-columns-6 .attachment-thumbnail {
    max-width: 82%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888888;
    font-size: 14px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0
}
.gallery br + br {
    display: none
}
#content .attachment img {
    display: block;
    margin: 0 auto;
}
.clear {
    clear: both
}
.clearfix {
    display: block
}
.clearfix:after, .clearf {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0
}
.clearboth {
    display: block;
    margin: 0;
    padding: 0;
    clear: both
}
.vc_tta-panel-heading {
    border-color: #FCFAEB !important;
}
.vc_tta-panel-body {
    color:#726659;
}
body.single-post #header .wrap .placeholder {
    display: none;
}
body.single-post {
    color:#726659;
}
