@import url('print.css');












/* ==========================================================================
   WEB FONTS
   ========================================================================== */




@font-face {
  font-family: 'optima_nova';
  src: url('../fonts/optima_nova_regular.eot');
  src: url('../fonts/optima_nova_regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/optima_nova_regular.woff') format('woff'),
       url('../fonts/optima_nova_regular.ttf') format('truetype'),
       url('../fonts/optima_nova_regular.svg#optima_nova_regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap }

@font-face {
  font-family: 'optima_nova_light';
  src: url('../fonts/optima_nova_light.eot');
  src: url('../fonts/optima_nova_light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/optima_nova_light.woff') format('woff'),
       url('../fonts/optima_nova_light.ttf') format('truetype'),
       url('../fonts/optima_nova_light.svg#optima_nova_light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap }

@font-face {
  font-family: 'orpheus_italic';
  src: url('../fonts/orpheus_italic.eot');
  src: url('../fonts/orpheus_italic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/orpheus_italic.woff') format('woff'),
       url('../fonts/orpheus_italic.ttf') format('truetype'),
       url('../fonts/orpheus_italic.svg#orpheus_italic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap }


@font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello.eot?32157910');
      src: url('../fonts/fontello.eot?32157910#iefix') format('embedded-opentype'),
           url('../fonts/fontello.woff?32157910') format('woff'),
           url('../fonts/fontello.ttf?32157910') format('truetype'),
           url('../fonts/fontello.svg?32157910#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: swap
    }



/**/









/* ==========================================================================
   GLOBAL
   ========================================================================== */





body {
  position: relative;
  font-family: optima_nova, helvetica, arial, sans-serif;
  font-size: 100%;
  line-height: 1.65;
  color: #2e1e19;
  background-color: #97bdc8; /* This can actually be the color of the FOOTER. Apply your 'body' background color to .page-wrap to get the effect of an expanding footer. */
}


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


a:link { color: #4D7673; } 

a:visited { color: #766259; }

a:hover { color: #362928; }

a:active { color: #fed546; }




h1,
h2,
h3,
h4,
h5 {
  margin: 10px 0;
  font-family: optima_nova_light;
  font-weight: normal;
  line-height: 1.2; }
  
p { margin: 1em 0; }


button,
input,
select,
textarea { font-family: optima_nova_light; }




/* CLEARFIX - http://nicolasgallagher.com/micro-clearfix-hack/ */

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after { clear: both; }

.cf { *zoom: 1; }



.row.hp,
.no-show { display: none; }


.ada-el {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  border: none;
}








/* Global Structure */



.page-wrap {
  width: 100%;
  padding-top: 138px;
  background-color: #bbd7df;
  background-image: url('../img/bg-page-wrap.jpg');
  background-position: center 40px;
  background-repeat: repeat-x;
 }

.page-body-wrap {
  background-image: url("../img/bg-page-body.png");
  background-position: center top;
  background-repeat: repeat-y; }

.page-body {
  position: relative;
  margin: 0 auto;
  z-index: 1; }

.inner {
  display: block;
  margin: 10px; }

  

  
  
.page-body,
.header .header-inner,
.footer-feature .footer-feature-inner,
.footer .footer-inner {     
  max-width: 960px;
  width: 100%; }  /* Set all content container widths here */
  


.footer-fixed-mobile-nav-wrap {
    display: none;
}






/* ==========================================================================
   HEADER
   ========================================================================== */

.header {
  position: absolute;
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  overflow: visible;
  background-color: #b6caa7;
  background-image: url('../img/bg-header.png');
  background-position: center bottom;
  background-repeat: repeat-x;
  box-shadow: 0px 2px 10px rgba(17, 28, 25, 0.5);
  -moz-box-shadow: 0px 2px 10px rgba(17, 28, 25, 0.5);
  -webkit-box-shadow: 0px 2px 10px rgba(17, 28, 25, 0.5);
  z-index: 10; }

  
  
.header .header-inner {
  position: relative;
  height: 100%;
  margin: 0px auto; }


.header .business-info {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  text-align: center; }



.header .business-detail {
  position: absolute;
  display: block;
  width: 310px;
  right: 0;
  top: 50px;
  margin: 0 auto;
  padding: 0;
  font-family: optima_nova_light;
  text-align: right;
  color: #166e88;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  z-index: 5; }

.header .business-detail li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none; }

.header .business-detail li a {
  color: #166e88;
  text-decoration: none; }
  
.header .business-detail li a:hover { text-decoration: underline; }

.header .business-detail li a.phone {
  color: #37700b;
  font-size: 2.1em;
  letter-spacing: 0.07em;
  text-transform: none;
  margin-bottom: 8px;
  display: block; }



.header .business-info .business-name {
  display: block;
  width: 567px;
  height: 81px;
  position: relative;
  margin-top: 39px;
  margin-left: 17px;
  color: #FEC34E;
  text-decoration: none;
  font-size: 2.4em;
  letter-spacing: 1px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("../img/logo-conway.png");
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 5; }

.header .business-info .business-name:hover { text-decoration: underline; }

.header ul.logos {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.header ul.logos .logo-cake,
.header ul.logos .logo-wp {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: -9999px;
  overflow: hidden; }
  
.header ul.logos .logo-cake {
  width: 35px;
  height: 52px;
  top: 13px;
  left: 122px;
  background-image: url("../img/logo-cake.png"); }
  
.header ul.logos .logo-wp {
  width: 52px;
  height: 52px;
  top: 14px;
  right: 103px;
  background-image: url("../img/logo-wp.png"); }
  

  
.header ul.logos .logo-cake a,
.header ul.logos .logo-wp a {
  display: block;
  width: 100%;
  height: 100%; }











/* ==========================================================================
   NAVIGATION
   ========================================================================== */


.header nav .mobile-nav { display: none; }


.header nav {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background-color: #679eae;
  background: -moz-linear-gradient(top, rgba(94,141,156,1) 0%, rgba(103,157,174,1) 5%, rgba(103,157,174,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(94,141,156,1)), color-stop(5%, rgba(103,157,174,1)), color-stop(100%, rgba(103,157,174,1)));
  background: -webkit-linear-gradient(top, rgba(94,141,156,1) 0%, rgba(103,157,174,1) 5%, rgba(103,157,174,1) 100%);
  background: -o-linear-gradient(top, rgba(94,141,156,1) 0%, rgba(103,157,174,1) 5%, rgba(103,157,174,1) 100%);
  background: -ms-linear-gradient(top, rgba(94,141,156,1) 0%, rgba(103,157,174,1) 5%, rgba(103,157,174,1) 100%);
  background: linear-gradient(to bottom, rgba(94,141,156,1) 0%, rgba(103,157,174,1) 5%, rgba(103,157,174,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e8d9c', endColorstr='#679dae', GradientType=0 );
  border-bottom: 3px solid #fff; }


.header nav ul {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 0 28px;
  font-family: optima_nova_light;
  font-size: 1.05em;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  box-sizing: border-box; }



.header nav ul li {
  display: inline-block;
  position: relative;
  height: auto;
  line-height: 35px;
  margin: 0 15px;
  letter-spacing: 1.5px;
  padding: 0; }

.header nav ul li:first-child,
.header nav ul li.first-child {
  margin-left: 0;
  background: transparent; }

.header nav ul li:last-child { margin-right: 0; }
    
.header nav ul li a,
.header nav ul li a:visited {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.3em 0;
  color: #FFF8F0;
  text-decoration: none; }

.header nav ul li:hover a,
.header nav ul li.hover a {  }

.header nav ul li:hover li a,
.header nav ul li.hover li a {text-decoration: none;}

.header nav ul li a:hover { color: #FFF9E0; }

.header nav ul li.current_page_item a,
.header nav ul li.current_page_ancestor a,
.header nav ul li a:hover{ text-decoration: underline; }

/* Sub-menu */

.header nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 365px;
  margin: 0;
  padding: 5px 0 3px 0;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #C9E3EA;
  background-color: #fff; }


/* Sub-menu first level */

.header nav ul li ul li {
  width: 100%;
  line-height: 22px;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box; }

.header nav ul li ul li a,
.header nav ul li ul li a:visited {
  display: block;
  width: 349px;
  margin: 0 0 0 5px;
  padding: 11px 0 9px 5px;
  color: #2e1e19;
  line-height: 1;
  border-bottom: 1px solid #679eae; }

.header nav ul li ul li a:hover {
  color: #fff;
  border-color: #fff;
  background-color: #679eae; }


/* Sub-menu second level */

.header nav ul li ul li ul { border: none; }

.header nav ul li ul li ul li {
  position: relative;
  width: 180px;
  float: left;
  margin: 0;
  font-size: 13px;
  border: none; }

.header nav ul li ul li ul li a {
  width: auto;
  color: #956540;
  border: none; }

.header nav ul li ul li ul li a:hover {
  color: #fff;
  background-color: #956540; }


.header nav ul li ul.sub-menu.on { display: block; }

.header nav ul li li { height: auto; }

.header nav ul li li a,
.header nav ul li li:hover li a,
.header nav ul li li.hover li a {  }

.header nav ul li li:hover a,
.header nav ul li li.hover a,
.header nav ul li li li:hover a,
.header nav ul li li li.hover a {  }

.header nav ul li li ul {
  overflow: auto;
  position: static;
  top:-1px;
  left:155px;
  border-top:1px solid #fff; }





.breadcrumbs {
  float: left;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box; }

.breadcrumbs .inner { margin: 0; }

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs .link {
  text-transform: uppercase;
  text-decoration: none;
}

.breadcrumbs a:hover { text-decoration: underline; }



.breadcrumb {
  list-style: none;
  margin: 0;
  padding-inline-start: 0;
}

.breadcrumb li {
  margin: 0;
  display: inline-block;
  position: relative;
}

.breadcrumb li.breadcrumb-item::after {
  content: '»';
  color: #767676;
  margin-left: 5px;
  margin-right: 5px;
}

.breadcrumb li:last-child::after {
  display: none;
}



/* ==========================================================================
   CONTENT HEADER
   ========================================================================== */

.content-header {
  width: 100%;
  background-color: #323D34;
  overflow: auto; }

.content-header .inner {
  color: #ccc; }






/* ==========================================================================
   CONTENT
   ========================================================================== */

.content {
  position: relative;
  width: calc(100% - 300px);
  float: left;
  font-size: 1.05em;
  z-index: 10; }

.content-inner {
  text-align: left;
  margin: 10px 30px; }


.content h1 {
  font-size: 2.4em;
  color: #33859c;
  margin-bottom: 0.4em;
  padding-bottom: 0.15em;
  border-bottom: 1px solid #aec5d1; }

.content h2 {
  font-size: 1.4em;
  color: #6e9a4e; }

.content h3 {
  color: #8c522b;
  font-size: 1.3em; }

.content h4 {
  color: #8c522b;
  font-size: 1.2em; }

.content h5 {
  color: #8c522b;
  font-size: 1.1em; }


.content p {
    font-size: 18px;
    line-height: 1.66em;
    max-width: 98%;
}





/* HOMEPAGE */

.home .content { padding-top: 20px; }


.home-header {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.45em;
  color: #33859c;
  text-transform: uppercase;
  font-family: optima_nova_light;
  z-index: 5;
  line-height: 0;
}

.home-header-inner {
  text-align: left;
  width: 960px;
  margin: 1.25em auto 0.35em auto;
}

.home-header strong,
.home-header em {
  display: block;
  line-height: 1.2;
  margin-left: 22px; }

.home-header em {
  font-size: 2.25em;
  font-style: normal;
  margin-top: 10px;
  color: #683c0d;
  font-family: orpheus_italic;
  text-transform: none; }

.home-header-inner .announcement {
  max-width: 590px;
  width: 100%;
  padding: 25px 20px 10px 20px;
  border-top: 1px solid #b9b5b0;
  margin-top: 13px; }

.home-header-inner .announcement strong { 
  display: block;
  line-height: 1.2;
  margin-left: 0;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1.45em;
  color: #33859c;
  text-transform: uppercase;
  font-family: optima_nova_light;
  z-index: 5; }

.home-header-inner .announcement p {
  color: #2e1e19;
  text-transform: none;
  font-size: 18px;
  line-height: 1.66em; }

.home .content h1 {
  float: left;
  width: calc(100% - 165px);
  font-size: 1.55em;
  margin-bottom: 0.9em;
  padding-bottom: 0.55em;
}
a.content-feature-inset {
  display: block;
  margin: 1em auto 1em -15px;
  text-align: center;
  text-decoration: none;
  font-size: 1.35em;
  font-family: optima_nova_light;
  color: #925a17;
  background-image: url('../img/bg-content-feature-inset-left.png');
  background-position: left center;
  background-repeat: no-repeat;
}

a.content-feature-inset .inner {
  display: block;
  display: block;
  margin: 0 0 0 55px;
  padding-right: 65px;
  background-image: url('../img/bg-content-feature-inset-right.png');
  background-position: right center;
  background-repeat: no-repeat;
}

a.content-feature-inset .link { color: #6e9a4e; }

a.content-feature-inset:hover .link { text-decoration: underline; }







.content .gallery-link-inset {
  display: block;
  margin: 1em 0;
  line-height: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-family: optima_nova_light;
  font-size: 1em;
  color: #6e9a4e;
  background: #fff;
  letter-spacing: 0.03em;
  border: 1px solid #b5d2db;
  background-image: url('../img/bg-gallery-link-inset.png');
  background-position: right center;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
  overflow: hidden; }

.content .gallery-link-inset .img-wrap {
  display: block;
  width: 66%;
  float: left; }

.content .gallery-link-inset .img-wrap img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: none; }

.content .gallery-link-inset .caption {
  line-height: 1.3;
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.content .gallery-link-inset .caption .inner {
  margin: 1.8em 30px;
  display: block; }

.content .gallery-link-inset .caption strong {
  color: #679eae;
  display: block;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 0.3em; }


.content .gallery-link-inset:hover .caption strong { color: #4a717c; }

.content .gallery-link-inset .caption em {
  font-size: 1.1em;
  font-style: normal;
  letter-spacing: 0.07em; }

.content .gallery-link-inset .caption em .see { text-decoration: underline; }










.content .alignnone { margin: 0.3em 1em 1em 0; }

.content .aligncenter,
.content div.aligncenter {
  display: block;
  margin: 0.2em auto 0.2em auto; }

.content .alignright {
  float:right;
  margin: 0.2em 0 1em 1em; }

.content .alignleft {
  float: left;
  margin: 0.2em 1em 0.5em 0; }

.content .aligncenter {
  display: block;
  margin: 0.2em auto 0.2em auto; }

.content a img.alignright {
  float: right;
  margin: 0.3em 0 0.2em 0.2em; }

.content a img.alignnone { margin: 0.3em 1em 1em 0; }

.content a img.alignleft {
  float: left;
  margin: 0.3em 1em 1em 0; }

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

.content img.border {
  border: 7px solid #FFF; }

.content img.alignleft,
.content img.alignright {
  border: 10px solid white;
  box-shadow: 0px 1px 9px 0px rgba(0,0,0,0.25);
}


.content img.shadow {
  box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.5); }

.content .wp-caption {
  width: auto !important;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 0.3em 0.2em 0.5em;
  text-align: center; }

.content .wp-caption.alignnone { margin: 0.3em 1em 1em 0; }

.content .wp-caption.alignleft { margin: 0.3em 1.2em 1em 0; }

.content .wp-caption.alignright { margin: 0.3em 0 1em 1em; }

.content .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
  border: 2px solid #fff;
  box-shadow: 0 1px 8px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 8px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 8px 0px rgba(0,0,0,0.5); }

.content .wp-caption p.wp-caption-text {
  font-size: 0.95em;
  line-height: 1.3;
  color: #6e9a4e;
  margin: 0;
  padding: 0 0.3em 0.5em 0.3em; }

.content .wp-block-image figure figcaption.wp-element-caption {
  display: block;
  font-size: 0.9em;
  line-height: 1.3;
  color: #187280;
  padding: 0.4em 0 0.5em;
}



.content div.society-logos {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  width: 100%; }

.content div.society-logos img {
  border: 0;
  box-shadow: none; }




/* Tabbed Content */

.content .wp-block-atbs-tabs {
  margin-top: 75px;
  margin-bottom: 32px;
  border: 1px solid #E1E1E1;
  box-shadow: none !important;
}

.content .wp-block-atbs-tabs .atbs__tab-content .atbs__tab-panel {
  padding: 1em 1.5em;
}

.content .wp-block-atbs-tabs .atbs__tab-labels {
  position: absolute;
  bottom: 100%;
  gap: 10px;
  border-bottom: none !important;
  left: -1px;
}

.content .wp-block-atbs-tabs,
.content .wp-block-atbs-tabs .wp-block-atbs-tab {
  position: relative;
  overflow: visible;
  background-color: #FFF;
}

.content .wp-block-atbs-tabs .atbs__tab-label {
  line-height: 1.2;
  padding-top: 12px!important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: none;
  background-color: #D9D9D9;
}
  
.content .wp-block-atbs-tabs .atbs__tab-labels .atbs__tab-label.active {
  padding-top: 10px!important;
  border-left: 1px solid #E1E1E1;
  border-top: 3px solid #187280!important;
  background-color: #fff;
  color: #2e1e19 !important;
}

.content .wp-block-atbs-tabs .atbs__tab-content .atbs__tab-panel ul {
  padding: 0 0 0 30px; 
}

.content .wp-block-atbs-tabs .atbs__tab-content .atbs__tab-panel p {
  margin: 0 0 1em;
}







/* --- --- --- --- ---
  MAIN CONTACT FORM
--- */

.content .contact-main-form {  }

.content .contact-main-form .row { margin-bottom: 20px; }

.content .contact-main-form label {
  display: inline-block;
  color: #33859c;
  vertical-align: top; }

.content .contact-main-form .row.text label,
.content .contact-main-form .row.textarea label {
  width: 20%;
  margin-right: 2%;
  text-transform: uppercase;
  text-align: right; }

.content .contact-main-form .row.checkbox {
  margin-left: 22%;
  text-align: left; }

.wpcf7-form p {
	margin-top: 0;
	margin-bottom: 0;
}

.content .contact-main-form .row.checkbox .newsletter span.wpcf7-list-item { margin-left: 0; }

.content .contact-main-form .row.checkbox .desc { color: #415e94; }

.content .contact-main-form .row.text input,
.content .contact-main-form textarea,
.content .contact-main-form select {
  display: inline-block;
  width: 76%;
  padding: 1%;
  font-size: 1.1em;
  background-color: white;
  border: 1px solid #b0cbe7;
  box-sizing: border-box; }

.content .contact-main-form textarea { height: 4em; }

  

.content .contact-main-form .row.submit input.submit {
  display: inline-block;
  width: auto;
  float: none;
  margin: 0 0 0 22%;
  padding: 2%;
  color: white;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background-color: #623d22;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none; }


.content .contact-main-form .row.submit input.submit:hover { background-color: #775238; }


.content .contact-main-form select {
  line-height: 1;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(img/drop-down-arrows.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 0.5em;
}







/* Mobile Slide & Dropdown Menu Styling */

.mobile-nav-fixed-wrap,
.mobile-nav-slide {
  display: none;
}

.page-overlay {
  display: none;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.page-overlay.on {
  display: block;
}


.mobile-nav-slide .heading {
  margin: 10px 0;
}








/* ==========================================================================
   BLOG
   ========================================================================== */



.blog .content h1 { margin-bottom: 40px; }

.blog article {
  margin-bottom: 30px;
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 5px; }

.blog article:last-child { border-bottom: 0; }


.blog article img.blog-image {
  float: left;
  margin: 25px 1em 0.4em 0;
  border: 1px solid #fff;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3); }

.blog article.even img.blog-image {
  float: right;
  margin: 25px 0 0.4em 1em; }


.blog article h2 {
  margin: 0 0 10px 0;
  color: #6e9a4e;
  font-size: 1.35em;
}

.blog article h2 a {
  color: #6e9a4e;
  text-decoration: none; }

.blog article h2 a:hover {
  color: #33859c;
  text-decoration: underline; }

.blog article .article-meta {
  color: #919191;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.06em;
  line-height: 1;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #C5C5C5;
  display: block;
  padding: 0.5em 0;
}


.blog article .article-meta .author { color: #117896; }



.blog .blog-nav {
  text-transform: uppercase;
  font-size: 0.9em;
  border-top: 1px solid #b6caa7;
  padding-top: 20px; }

.blog .blog-nav a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.08em; }


.blog-nav a.next { float: right; }

.blog .blog-nav a.prev { float: left; }

.blog .blog-nav a .link { text-decoration: underline; }


.blog .blog-nav a .laquo,
.blog .blog-nav a .raquo {
  display: inline-block;
  font-size: 1.3em;
  color: #739d55;
  vertical-align: middle; }


.blog .call-to-action { border-top: none; }




















.call-to-action {
  color: #33859c;
  font-size: 1.95em;
  font-family: optima_nova_light;
  letter-spacing: 0.03em;
  border-top: 1px solid #aec5d1;
  padding-top: 0.4em;
  margin-top: 1em;
  line-height: 1.3; }

.call-to-action .phone {
  text-decoration: none;
  color: #739d55; }
  
.call-to-action .phone:hover { text-decoration: underline; }


























/* ==========================================================================
   CONTENT FOOTER
   ========================================================================== */

.content-footer {
  width: 100%;
  max-width: 100%;
  padding: 0 7px;
  clear: both;
  text-align: center;
  background-color: #d4e4c8;
  overflow: hidden;
  box-sizing: border-box; }

.content-footer .inner {
  margin: 20px 0 0px 0;
  color: #ccc;
  line-height: 0; }

.content-footer .widget {
  line-height: 0;
  position: relative;
  width: 295px;
  max-height: 200px;
  margin: 0 10px 20px 10px;
  display: inline-block;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fbf4e8;
  box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
  box-sizing: border-box;
}

.widget.link-block.meet-dr-conway img { margin-top: -16px; }

.widget.link-block.meet-dr-conway .widget-inner .link {
  font-size: 1.1em;
  margin-top: -2px;
  display: inline-block; }

/*
.content-footer .widget:last-child { margin-right: 0; }

.content-footer .widget:first-child { margin-left: 0; }
*/













/* ==========================================================================
   SIDEBAR
   ========================================================================== */


.sidebar {
  position: relative;
  width: 300px;
  margin-top: 73px;
  margin-bottom: 20px;
  float: right;
  z-index: 5; }


.sidebar.has-model { margin-top: 520px; }

.home .sidebar.has-model { margin-top: 330px; }
  
.sidebar .widget {
  display: block;
  width: 100%;
  margin: 0 auto 2em auto;
  font-size: 1em;
  text-decoration: none;
  overflow: auto; }

.sidebar .widget:last-child { margin-bottom: 0; }
  


  
.widget.link-block {
  font-size: 1.1em;
  text-align: center; }

.widget.link-block:hover .link {
  text-decoration: underline;
}




.widget.caption-block .widget-inner {
  position: absolute;
  bottom: 0;
  line-height: 1.35;
  text-transform: uppercase;
  color: #674c3f;
  left: 0;
  font-family: optima_nova_light;
  font-size: 0.8em;
  width: 100%;
  padding: 0.4em 0;
  margin: 0;
  background-color: #fff; }

.widget.caption-block strong {
  display: block;
  font-size: 2.05em;
  color: #679eae;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
}




.widget.link-block.meet-dr-conway .widget-inner {
  background: transparent;
  width: 160px;
  left: auto;
  top: 0;
  right: 0;
  text-align: left;
}

.widget.link-block.meet-dr-conway strong {
  line-height: 1.15;
  margin-top: 10px;
  margin-bottom: 35px;
}









.widget.link-block.quote-widget {
  background-color: transparent;
  color: #187280;
  font-size: 1.7em; }

.widget.link-block.quote-widget .widget-inner {
  position: static;
  color: #187280;
  text-transform: none;
  background-color: transparent; }

.home .sidebar .link-block.quote-widget { color: #fff; }



.widget.link-block.quote-widget q {
  line-height: 1.42;
  width: 90%;
  display: block;
  margin: 0 auto;
  font-family: optima_nova_light;
  letter-spacing: 0.02em; }
  
  

.widget.link-block.quote-widget cite {
  display: block;
  margin-top: 0.8em;
  color: #8c522b;
  font-size: 0.64em;
  letter-spacing: 1px;
  font-style: normal;
  text-transform: uppercase; }










.model-widget-wrap {
  position: absolute;
  top: 138px;
  left: 0;
  z-index: 0;
  max-width: 100%;
  overflow: hidden;
  display: block;
  width: 100%; }

.model-widget {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  display: block;
  overflow: visible; }

.model-widget img { margin: 0 -230px 0 auto; }





.contact-mini-form.widget {
  height: auto;
  padding-bottom: 1em;
  background: transparent;
  font-family: optima_nova_light;
  font-size: 0.91em;
  letter-spacing: 1px;
  line-height: 0; }

.contact-mini-form.widget .inner { margin: 0; }
    
.contact-mini-form.widget .heading {
  color: #fff;
  font-size: 1.9em;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 0 0.3em 0;
  line-height: 1;
  text-align: center;
  background-color: #a3b893;
  overflow: hidden;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23); }

.contact-mini-form.widget .heading span {
  display: block;
  margin: 2px 3px;
  padding: 0.2em 0;
  background: transparent; }


.contact-mini-form.widget form {  }

.contact-mini-form.widget form .row {
  width: 100%;
  margin: 0 auto 5px auto;
  padding: 0;
  text-align: left;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23); }

.contact-mini-form.widget form .row-inner {
  display: block;
  margin: 2px;
  padding: 0.2em 0;
  background-color: #fcf5ea; }

.contact-mini-form.widget form .row.text,
.contact-mini-form.widget form .row.textarea {
  border: none; }


.contact-mini-form.widget form .row.text label {
  margin-left: 3px;
  color: #59747a;
  line-height: 1;
  text-transform: none; }


.contact-mini-form.widget form input.text {
  width: 200px;
  margin: 0;
  padding: 0 3px;
  float: right;
  letter-spacing: 1px;
  border: none;
  background: transparent; }

.contact-mini-form.widget form #CFYourPhone.text,
.contact-mini-form.widget form #CFYourEmail.text { width: 225px; }

.contact-mini-form.widget form select {
  width: 100%;
  height: auto;
  font-family: optima_nova_light;
  letter-spacing: 1px;
  border: 1px solid #DDDBD9;
  background: none repeat scroll 0 0 white; }

.contact-mini-form.widget form .row.textarea {  }

.contact-mini-form.widget form .row.textarea textarea {
  float: right;
  width: 205px;
  height: 3.3em;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  background: none repeat scroll 0 0 transparent; }

.contact-mini-form.widget form .row.textarea label {
  margin-left: 4px;
  color: #2a502a;
  line-height: 1;
  text-transform: none; }
  
.contact-mini-form.widget form .row.checkbox { }

.contact-mini-form.widget form .row.checkbox input {
  float: left;
  margin-right: 1px;
  margin-top: 2px; }

.contact-mini-form.widget form .row.checkbox .wpcf7-list-item-label {
  margin-bottom: 7px;
  margin-right: 0;
  color: #9FECE6;
  font-weight: normal;
  text-align: left; }
 

.contact-mini-form.widget form .row.checkbox label {
  display: inline;
  float: left;
  margin-left: -4px;
  margin-top: 4px;
  text-align: left; }

.contact-mini-form.widget form .row.submit {
  position: absolute;
  margin: 0;
  text-align: center;
  background: transparent;
  box-shadow: none; }

.contact-mini-form.widget form .row.submit .row-inner {
  margin: 0;
  background: transparent; }

.contact-mini-form.widget form .row.submit input.submit {
  display: block;
  margin: -1.4em auto 0 auto;
  padding: 0.7em 0.9em 0.4em 0.9em;
  font-family: optima_nova_light;
  font-size: 0.84em;
  line-height: 1;
  color: white;
  cursor: pointer;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  background-color: #623d22; }
  
  
.contact-mini-form.widget form .row.submit input.submit:hover { background-color: #765A59 }

.contact-mini-form.widget .wpcf7-not-valid-tip {
  line-height: 1;
  margin: 0.3em;
  box-sizing: border-box;
}

.contact-mini-form.widget .wpcf7-response-output {
  line-height: 1.1;
  padding: 0.3em;
  box-sizing: border-box;
  background-color: #fff;
}








.sidebar .financing-widget {
  position: relative;
  width: 293px;
  height: 172px;
  border: 3px solid #fff;
  background-color: #679eae;
  background-image: url('../img/widget-financing.jpg');
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23); }

.sidebar .financing-widget .inner {
  margin: 15px 0 0 20px;
  font-family: optima_nova_light;
  font-size: 2.1em;
  text-align: left; }

.sidebar .financing-widget strong {
  font-weight: normal;
  line-height: 1;
  display: block;
  color: #fff; }

.sidebar .financing-widget .link {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 120px;
  text-transform: uppercase;
  font-size: 0.4em;
  color: #d3e9c2;
  letter-spacing: 0.08em; }







/* BLOG Widgets */

.sidebar .blog-widget {
  background-image: url('../img/bg-blog-widget-brackets.png');
  background-repeat: no-repeat;
  background-position: -308px top;
}

.sidebar .blog-widget.blog-categories { background-position: -623px top; }

.sidebar .blog-widget .widget-inner {
  margin: 25px 0 0 0;
  padding-bottom: 25px;
  background-image: url('../img/bg-blog-widget-brackets.png');
  background-repeat: no-repeat;
  background-position: 7px bottom;
}

.sidebar .blog-widget.blog-categories .widget-inner { background-position: -939px bottom; }

.sidebar .blog-widget h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}


.sidebar .blog-widget li {
  margin: 0.4em 0;
  color: #4D7673;
  line-height: 1.4; }

.sidebar .blog-widget.popular-posts a { color: #117896; }

.sidebar .blog-widget.popular-posts a:hover { color: #4d7e2a; }



.sidebar .blog-widget.blog-categories li { color: #117896; }

.sidebar .blog-widget.blog-categories a:hover { color: #117896; }






















/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
  position: relative;
  width: 100%;
  background-color: #97bdc8;
  overflow: hidden; }

.footer .footer-inner {
  position: relative;
  margin: 0 auto; }






.footer nav {
  font-family: optima_nova_light;
  background-color: #679eae;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: relative;
  z-index: 5; }

.footer nav ul {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3; }

.footer nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0 15px 0 11px;
  white-space: nowrap;
  letter-spacing: 2px; }
  
.footer nav ul li a {
  text-decoration: none;
  color: #FFF8F0;
  padding: 0.7em 0;
  letter-spacing: 0.2em;
  display: inline-block; }

.footer nav ul li.current_page_item a,
.footer nav ul li.current_page_ancestor a,
.footer nav ul li a:hover { text-decoration: underline; }

.footer nav ul li.current_page_item a:hover,
.footer nav ul li.current_page_ancestor a:hover { text-decoration: none; }

.footer nav ul li.page-item-1 { padding-left: 0; }
.footer nav ul li:first-child { padding-left: 0; }

.footer nav ul li.page-item-13,
.footer nav ul li:last-child {
  padding-right: 0;
  background: transparent; }





.footer .business-info {
  width: 405px;
  display: block;
  position: relative;
  margin-top: 25px;
  padding-left: 125px;
  min-height: 110px;
  font-size: 1.2em;
  line-height: 1.2;
  z-index: 10; }

.footer .business-info a {
  display: block;
  color: #453c3c;
  text-decoration: none;
  text-transform: uppercase; }

.footer .business-info a:hover { text-decoration: underline; }

.footer .business-info .logo {
  display: block;
  width: 116px;
  height: 110px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  background-image: url('../img/logo-conway-small.png');
  background-position: left top;
  background-repeat: no-repeat; }

.footer .business-info .phone {
  margin-bottom: 10px;
  color: #fff;
  font-family: optima_nova_light;
  font-size: 2.2em;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: none; }

.footer .business-info .business-name { margin-bottom: 5px; }



.footer .logo-asps {
  position: absolute;
  display: block;
  width: 89px;
  height: 72px;
  top: 62px;
  right: 0;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  background-image: url('../img/logo-asps.png');
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 5;
}


.footer .logo-facs {
  position: absolute;
  display: block;
  width: 66px;
  height: 77px;
  top: 59px;
  right: 109px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  background-image: url('../img/logo-facs.png');
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 5;
}


.footer .logo-abps {
  position: absolute;
  display: block;
  width: 66px;
  height: 77px;
  top: 60px;
  right: 200px;
  text-align: left;
  text-indent: -999px;
  overflow: hidden;
  background-image: url('../img/logo-abps.png');
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 5;
}




.footer cite {
  color: #4e7782;
  font-style: normal;
  margin: 2em 0 1em 0;
  text-indent: 1.1em;
  display: block;
  font-family: optima_nova_light; }




.footer .feaux-ter {
  display: block;
  height: 125px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: #97bdc8;
  border-top: 5px solid #fff;
  z-index: 0;
}


.footer .flourish-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden; }

.flourish-inner {
  width: 960px;
  text-align: right;
  margin: 0 auto;
  display: block; }

.footer .flourish {
  position: static;
  display: inline-block;
  width: 556px;
  height: 355px;
  margin: 0 -162px auto 0;
  background-image: url("../img/bg-footer-flourish.png");
  background-position: center center;
  background-repeat: no-repeat; }


/* 

alert banner 

1/26/2022: Disabled, following instructions below

IF you remove the bar html in footer.php, 
remove the class .alert-bar in the body tag in header.php
as well as the css styling below. -Steven


.alert-banner { display: none; }

body.alert-bar .alert-banner {
  display: block;
  color: #FFF;
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .11em;
  line-height: 48px;
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #187280; }

body.alert-bar a.alert-banner { color: #FFF; }

body.alert-bar.admin-bar .alert-banner { top: 32px; }

body.alert-bar.admin-bar .header { top: 48px; }
body.alert-bar .header { top: 48px; }

body.alert-bar .page-wrap { padding-top: 233px; }
body.alert-bar.admin-bar .page-wrap { padding-top: 233px; }

@media (max-width: 960px) {

body.alert-bar .page-wrap { padding-top: 233px; }
body.alert-bar.admin-bar .page-wrap { padding-top: 279px; }

}


@media (max-width: 782px) {
  
  body.alert-bar.admin-bar .alert-banner { top: 46px; }

}

@media (max-width: 768px) {

  body.alert-bar.admin-bar .alert-banner { top: 46px; }

  body.alert-bar nav.mobile-nav-fixed-wrap { top: 48px; }
  body.alert-bar.admin-bar nav.mobile-nav-fixed-wrap { top: 94px; }

  body.alert-bar .page-wrap { padding-top: 109px; }
  body.alert-bar.admin-bar .page-wrap { padding-top: 109px; }

  body.alert-bar.admin-bar .header { top: 48px; }

}

@media (max-width: 400px) {

  body.alert-bar .alert-banner .banner-text span { display: none; }

}

*/


/* ==========================================================================
   COMMENTS
   ========================================================================== */

   .post-comments-inner {
    margin: 0 0 30px; }
  
  .single .post-comments #respond {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    font-family: 'AvenirLTStd-Roman'; }
  
  .single .post-comments .comments {
    width: 100%;
    max-width: 650px;
    margin: 0 auto; }
  
  #respond {
    margin-top: 2em;    
  }

  #respond textarea {
    width: 100%;
    max-width: 100%;
    height: 204px;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    border: 1px solid #d5d5d5;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    color: #878787; }
  
  #respond .heading {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    font-size: 2em;
    line-height: 1em;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    color: #33859c; }
  
  #respond label {
    display: block;
    font-size: 0.875em;
    line-height: 1.71428571em;
    letter-spacing: 0.01em;
    color: #999; }
  
  #respond .right,
  #respond .left {
    display: inline-block;
    width: calc((100% - 25px)/2); }
  
  #respond .right {
    margin-left: 20px; }
  
  #respond input {
    width: 100%;
    height: 27px;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    border: 0;
    border: 1px solid #d5d5d5;
    font-size: 1em;
    color: #6b6a6a;
    color: #878787; }
  
  #respond input[type=submit] {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    padding: 8px 0 6px;
    border: 0 none;
    font-family: 'AvenirLTStd-Roman';
    font-size: 1.1875em;
    text-transform: uppercase;
    letter-spacing: 0.045em;
    color: #fff;
    background: #a3b893; }
  
  #respond input[type=submit]:hover {
    background: #3e9bb8; }
  
  #respond .logged-in {
    margin: 0 0 10px;
    font-size: 1em;
    text-align: left;
    color: #999; }
  
  .comments h3 {
    margin: 0;
    padding: 19px 25px 18px;
    font-size: 1.375em;
    line-height: 1.45454545em;
    text-transform: none;
    letter-spacing: 0.01em;
    color: #3c312b;
    background: #e3e3e3; }
  
  .commentlist {
    margin: 0 0 45px;
    padding: 0;
    list-style: outside none none; }
  
  .commentlist li {
    padding: 14px 25px; }
  
  .commentlist .thread-odd {
    margin: 0;
    background: #e3e3e3; }
  
  .commentlist .thread-even {
    margin: 0;
    background: #fff; }
  
  /* Uncomment these lines and add-in the doctor's username to distinguish their posts from others
  .commentlist .comment.comment-author-[DR-USERNAME] { background: #f4edf2; }
  
  .commentlist .children .comment.comment-author-[DR-USERNAME] { padding: 10px; }
  */
  
  .content .comments li {
    font-size: 1em; }
  
  .comment-body p {
    margin: 0;
    font-size: 1em;
    line-height: 1.8125em;
    letter-spacing: 0.025em;
    color: #3c312b; }
  
  .comment-body .comment-author {
    margin: 0 0 5px;
    font-family: 'AvenirLTStd-Roman';
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #332433; }
  
  .comment-body .comment-author a:link,
  .comment-body .comment-author a:visited,
  #respond a:link,
  #respond a:visited {
    color: #999; }
  
  #respond a#cancel-comment-reply-link {
    font-size: 0.75em;
    color: #3493b0; }
  
  #cancel-comment-reply {
    text-align: center; }
  
  .comment-body .comment-author .comment-date,
  .comment-body .comment-author .comment-time {
    color: #332433; }
  
  .comment-awaiting-moderation,
  .comment-body .comment-author .author {
    color: #9a5378; }
  
  .comment-body .comment-author img {
    position: relative;
    top: 5px; }
  
  .commentlist .children {
    margin: 0 0 0 25px;
    padding: 0;
    list-style: none; }
  
  .commentlist .children li {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px #3f3f3f solid; }
  
  .commentlist a:link,
  .commentlist a:visited {
    color: #000; }
  
  .commentlist a:hover {
    color: #783c5b; }
  
  .post-comments .post-comments-inner .nocomments {
    display: none;
    margin-left: 10px;
    padding: 10px;
    font-size: 1.125em;
    color: #666; }



/* Faux Headings */

.wp-block-cr-faux-heading {
  display: block;
}

.faux-heading-1,
.faux-heading-2,
.faux-heading-3,
.faux-heading-4,
.faux-heading-5 {
  margin: 10px 0;
  font-family: optima_nova_light;
  font-weight: normal;
  line-height: 1.2; }

.faux-heading-6 {
  font-size: 0.67em;
  margin: 2.33em 0;
  font-weight: bold;
}


.content .faux-heading-1 {
  font-size: 2.4em;
  color: #33859c;
  margin-bottom: 0.4em;
  padding-bottom: 0.15em;
  border-bottom: 1px solid #aec5d1; }

.content .faux-heading-2 {
  font-size: 1.4em;
  color: #6e9a4e; }

.content .faux-heading-3 {
  color: #8c522b;
  font-size: 1.3em; }

.content .faux-heading-4 {
  color: #8c522b;
  font-size: 1.2em; }

.content .faux-heading-5 {
  color: #8c522b;
  font-size: 1.1em; }