@charset "utf-8";
/* FONTS */
/**** 

GENERAL:
font-family: "source-sans-pro", sans-serif;
font-weight: 300;font-style: normal;

HEADING/CTA Font
font-family: "hepta-slab", sans-serif;
font-weight: 300;font-style: normal;

font-family: "hepta-slab", sans-serif;
font-weight: 700;font-style: normal;

MENU Font
font-family: "source-sans-pro", sans-serif;
font-weight: 300;font-style: italic;


****/
.cntpad .hidden-xs,
.cntpad .hidden-sm,
.cntpad .hidden-md,
.cntpad .hidden-lg {
  display: none;
}
.mfp-iframe-scaler iframe {
  background: #fff !important;
}
model-viewer {
  width: auto;
  height: 700px;
  max-width: 80%;
  max-height: 100%;
  margin: auto;
  position: relative;
  display: block;
  z-index: auto;
  background: #fff;
  border: 1px #efefef solid;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 950px) {
  model-viewer {
    max-width: 90%;
    max-height: 400px;
  }
}
.salestatus {
  display: inline-block;
  padding: 10px 20px 14px 20px;
  font-family: "hepta-slab", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #000;
  text-transform: uppercase;
  text-shadow: none;
}
.salestatus {
  background: #93271e;
}
.salestatus.pending {
  background: #935e1e;
}
.salestatus.sold {
  background: #525252;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #000;
  scroll-behavior: smooth;
}
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -125px 0 0;
}
.mfp-figure figure {
  background: none !important;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.cntpad p a {
  color: #333;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #777;
}
p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.5em;
}
strong,
p strong,
li strong {
  font-weight: 800;
}
.cntpad li {
  padding: 5px 0;
  line-height: 22px;
}
div {
  margin: 0;
  padding: 0;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: normal;
  /*-moz-border-radius: 8px; border-radius: 8px;*/
}
img.circle {
  text-align: center;
  margin: auto;
  -moz-border-radius: 1024px;
  border-radius: 1024px;
}
.ccm-layout-column ul {
  margin: 0 !important;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
hr {
  position: relative;
  clear: both;
  border: 0;
  overflow: visible;
  max-width: 100%;
  opacity: 0.5;
  border-bottom: 1px solid #ddd;
  margin: 0 auto 55px auto;
  padding: 55px 0 0 0;
}
hr:before {
  background: #fff;
}
.whitetxt hr {
  border-bottom: 1px solid #b1c0bc;
}
.whitetxt hr:before {
  background: #b1c0bc;
}
video {
  background: #222;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 35px;
}
iframe {
  border: 1px #ccc solid !important;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}
.grecaptcha-logo iframe {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cntpad ul.ccm-error {
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: red;
}
.cntpad ul.ccm-error li {
  dispaly: inline-block;
  background: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cntpad .ccm-ui li {
  background: none !important;
}
.inlineblockp {
  display: inline-block !important;
}
.blockp {
  display: block !important;
}
.allcap {
  text-transform: uppercase !important;
}
.whitetxt ul.checkmark-list li::before {
  color: #fff;
}
.s-title {
  font-weight: 700;
}
.p-allcaps {
  text-transform: uppercase;
}
.p-xpand {
  letter-spacing: 0.1rem;
}
.counter-value {
  padding-right: 5px;
}
.inlinep {
  display: inline-block;
}
.blockp {
  display: block;
}
ul li.listyle {
  list-style-type: none;
  position: relative;
  margin-left: 0px;
  padding: 5px 0;
  min-height: 20px;
}
ul li.listyle::before {
  position: absolute;
  content: '';
  color: #111;
  background: none;
  padding: 0;
  margin-left: -35px;
  margin-top: -0px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 24px;
}
ul li.listyle.checkmark-yes::before {
  content: "\f00c";
  color: #93271e;
}
ul li.listyle.checkmark-no::before {
  content: "\f00d";
  color: #bbb;
}
ul li.listyle.checkmark-star::before {
  content: "";
  background: url("/application/themes/theme_broder_landing/images/xps--star-icon-2.png") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 25px;
  margin-left: -40px;
}
#cntwrap .cntbxwrp::before,
#cntwrap2 .cntbxwrp::before,
#cntwrap3 .cntbxwrp::before,
#cntwrap4 .cntbxwrp::before,
#cntwrap .cntbxwrp::after,
#cntwrap2 .cntbxwrp::after,
#cntwrap3 .cntbxwrp::after,
#cntwrap4 .cntbxwrp::after,
#cntwrap::before,
#cntwrap2::before,
#cntwrap3::before,
#cntwrap4::before,
#cntwrap::after,
#cntwrap2::after,
#cntwrap3::after,
#cntwrap4::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 0;
  display: none;
}
#slidewrap .pgpaper:after,
#cntwrap4 .cntbxwrp:after {
  background-attachment: scroll !important;
}
.whitetxt ul li.listyle:before {
  color: #fff !important;
}
.c-red {
  color: #93271e !important;
}
.c-black {
  color: #000 !important;
}
.c-white {
  color: #fff !important;
}
.bkbk {
  background-color: #000;
}
.whbk {
  background-color: #f7f9fa;
}
.rdbk {
  background-color: #93271e;
}
.watermark {
  background: url("/application/themes/theme_broder_landing/images/bh--watermark.png") no-repeat left center;
  background-size: contain;
  background-attachment: fixed;
}
@media screen and (max-width: 950px) {
  .ccm-layout-column table td {
    width: 100% !important;
    display: block !important;
  }
  #slidewrap .pgpaper:after,
  #cntwrap4 .cntbxwrp:after {
    background-attachment: scroll !important;
  }
  .pprleaf::before,
  .pprtree::before {
    background-size: cover;
    opacity: 0.5 !important;
  }
  #content2 .padditbx {
    padding: 35px 0;
  }
  a.htlnk {
    font-size: 0.75rem !important;
  }
  a.htlnk.callbtn {
    display: none !important;
  }
}
.ccm-block-social-links a {
  color: #000 !important;
  margin: 5px 0;
  font-size: 2rem;
}
.ccm-block-social-links a svg {
  max-width: 25px;
  width: 25px;
  height: 25px;
  max-height: 25px;
}
.ccm-block-social-links a:hover {
  color: #93271e !important;
}
.whitetxt .ccm-block-social-links a {
  color: #fff;
}
.whitetxt .ccm-block-social-links a:hover {
  color: #93271e;
}
.wrap {
  position: relative;
  margin: 0 auto;
}
.clearit {
  clear: both;
}
.redactor span {
  display: inline-block !important;
}
html.c5-edit-mode .inner-content {
  z-index: auto !important;
}
.ccm-ui hr {
  margin: 10px 0 0 0 !important;
  padding: 0 0 10px 0 !important;
}
.easy-gallery-boxes {
  text-align: center;
}
.easy-gallery-boxes .box-wrap {
  box-shadow: none !important;
}
.easy-gallery-boxes .info {
  display: none !important;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: "new-science", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}
#pagewrap,
#headwrap,
#navwrap,
#slidewrap,
#featwrap,
#basewrap,
#cntwrap,
#cntwrap2,
#cntwrap3,
#cntwrap4,
#cntwrap5,
#cntwrap6,
#cntwrap7,
#footwrap,
#credwrap {
  position: relative;
  width: 100%;
  z-index: auto;
}
.whitetxt,
.whitetxt a,
.whitetxt h1,
.whitetxt h2,
.whitetxt h3,
.whitetxt h4,
.whitetxt h5,
.whitetxt h6 {
  color: #fff !important;
}
.whitetxt a:hover {
  color: #999;
}
.whitetxt .ccm-block-express-form.framedit input,
.whitetxt .ccm-block-express-form.framedit textarea {
  background: rgba(0, 0, 0, 0.25);
  color: #fff !important;
}
#pagewrap h1,
#pagewrap h2,
#pagewrap h3,
#pagewrap h4,
#pagewrap h5,
#pagewrap h6 {
  font-family: "hepta-slab", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 5px 0;
  line-height: 1.5;
}
a.button,
a.htlnk,
.login-page button.btn,
.form-actions button[type="submit"],
.form-actions button {
  text-transform: uppercase;
  font-family: "hepta-slab", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 50px;
  padding: 17px 25px 16px 25px !important;
  line-height: 1.2;
  margin: 5px auto;
  display: inline-block;
  vertical-align: middle;
  text-shadow: none;
  z-index: 1;
  position: relative;
  text-align: center;
  transition: all 0.25s ease-in-out;
  text-decoration: none !important;
  background: none;
  border: 1px #93271e solid;
  color: #20241a !important;
}
.form-actions button[type="submit"],
.form-actions button {
  clear: both;
  display: block;
}
a.button.outlined {
  background: none;
  border: 1px #93271e solid;
  color: #93271e !important;
}
a.button.solidc {
  background: #93271e;
  border: 1px #93271e solid;
  color: #fff !important;
}
.form-group .pull-right {
  float: none;
  clear: both;
  display: block;
  margin: 15px;
}
.whitetxt a.button.outlined {
  background: none;
  border: 1px #93271e solid !important;
  color: #fff !important;
}
.whitetxt a.button.solid,
a.htlnk.solid {
  background: #93271e;
  border: 1px #93271e solid !important;
  color: #fff !important;
}
.whitetxt a.button,
.pgpaper h1.pgtitle {
  color: #fff !important;
}
/*.pgpaper h1.pgtitle { text-align: center; }*/
.whitetxt .introbox a.button.outlined {
  background: none;
  border: 1px #93271e solid !important;
  color: #fff !important;
}
.whitetxt .introbox a.button.solid {
  background: #93271e;
  border: 1px #93271e solid !important;
  color: #fff !important;
}
.introbox.form {
  background: rgba(0, 0, 0, 0.8);
  padding: 35px;
  border-radius: 25px;
}
.login-page button.btn:hover,
.form-actions button[type="submit"]:hover,
.form-actions button:hover {
  background: #666 !important;
  color: #fff !important;
  border: 1px #666 solid;
}
a.button:hover,
a.htlnk:hover,
.a.button.outlined:hover,
.whitetxt a.button:hover {
  background: #666 !important;
  border: 1px #666 solid !important;
  color: #fff !important;
}
body {
  background: #000;
}
#pagewrap {
  background: #fff;
}
.toptop {
  position: fixed;
  bottom: -50px;
  right: 15px;
  padding: 0;
  z-index: 99;
  transition: 0.15s ease-in-out bottom;
  width: 100%;
  text-align: center;
}
.toptop a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  width: 20px;
  box-sizing: revert;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
  margin: auto;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.pgscrolled .toptop {
  bottom: 15px;
}
#headwrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.45s ease-in-out all;
}
#header {
  transition: all 0.45s ease-in-out;
}
.pgscrolled #header {
  background: none;
}
#logo,
#headtxt {
  transition: all 0.45s ease-in-out;
  z-index: 5;
  position: relative;
  margin: 0 auto;
  padding: 0;
  vertical-align: top;
}
#navwrap {
  z-index: 10;
  color: #fff;
}
#logo-main,
#logo-scroll {
  opacity: 1;
  visibility: visible;
  transition: 0.45s ease-in-out all;
}
#logo-scroll {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
}
#logo .on {
  opacity: 1;
  visibility: visible;
}
.pgscrolled .logo-closed {
  opacity: 1 !important;
  visibility: visible !important;
}
#slidewrap {
  position: relative;
  z-index: 10;
}
#slideshow:before,
#slideshow:after,
#slideshow .wrap:before,
#slideshow .wrap:after {
  position: absolute;
  z-index: 3;
  background: none;
  border: none;
  content: '';
}
#slidewrap table.slidetbl {
  position: relative;
  z-index: 2;
}
#slidewrap table table {
  background: none;
  position: relative;
  z-index: 1;
}
#slideshow {
  padding: 0;
}
#slidewrap .pgpaper:before,
#slidewrap .nopaper:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  right: 0;
  z-index: 0;
}
#slidewrap .nopaper:before {
  height: -webkit-fill-available;
}
#crumbz {
  font-size: 0.75rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: none;
  font-weight: normal;
}
#crumbz a {
  color: #fff000;
}
.hmeighty {
  width: 80%;
  margin: auto;
  max-width: 1920px;
}
.introbox {
  margin: 0 auto;
  box-sizing: border-box;
}
#cntwrap4 {
  overflow: hidden;
}
#cntwrap4 .padditbx {
  padding: 0;
  margin: 0 auto 0 0;
  max-width: 45%;
}
#cntwrap4 .inquiry-mapbox {
  position: absolute;
  top: 0;
  right: -25vw;
  z-index: 0;
  width: 45vw;
  height: 100%;
}
#cntwrap4 .inquiry-mapbox .googleMapCanvas {
  width: 100% !important;
  height: 1500px !important;
  position: relative;
  overflow: hidden;
  max-height: 100% !important;
}
@media screen and (max-width: 950px) {
  #cntwrap4 .padditbx,
  #cntwrap4 .inquiry-mapbox {
    position: relative;
    clear: both;
    width: 100%;
    max-width: none;
    right: 0;
    border-radius: 5px;
  }
  #cntwrap4 .inquiry-mapbox {
    margin-top: 25px;
  }
  #cntwrap4 .inquiry-mapbox .googleMapCanvas {
    height: 450px !important;
    border-radius: 5px;
  }
}
.ccm-image-slider-container .rslides li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  content: '';
  z-index: 0;
}
.ccm-image-slider-container .rslides li .ccm-image-slider-text img {
  float: none;
  margin-bottom: 15px;
  display: block;
  clear: both;
  max-width: 250px;
}
#content,
#content2,
#content3,
#content4,
#content5,
#content6,
#content7 {
  max-width: 1920px;
  margin: auto;
  z-index: 4;
}
.padditbx {
  position: relative;
  z-index: 4;
}
.login-page {
  min-height: 350px;
}
.wrap-uw {
  max-width: 2000px;
  margin: auto;
}
.ftaside {
  padding-top: 5px;
}
#footer img {
  margin: 2px;
}
#footwrap a {
  color: #000;
}
#footwrap a:hover,
#footer .ccm-block-social-links a:hover {
  color: #939598 !important;
}
#footer a.button.solid:hover,
#footer a.button.outline:hover {
  color: #fff !important;
}
#footer .ccm-block-social-links {
  margin: 15px 0;
  font-size: 1.75rem;
}
#footer.cntpad {
  padding: 50px 0;
}
#credits {
  font-size: 0.8rem;
  padding: 15px 0 75px 0;
}
.ccm-block-next-previous-wrapper {
  text-align: center;
}
.thirds-layout.ccm-layout.features .thirds {
  margin: 10px 0.5% !important;
}
@media screen and (min-width: 1000px) {
  .ccm-layout.flexd {
    border-top: 0;
    display: flex !important;
    /*text-align: inherit!important;
	align-items: flex-start!important;
	justify-content: center!important;
	flex-wrap: wrap !important;*/
  }
  .ccm-layout.flexd .ccm-layout-column {
    display: inline-flex;
    vertical-align: middle;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .ccm-layout.flexd .thirds.ccm-layout-column:nth-child(1),
  .ccm-layout.flexd .thirds.ccm-layout-column:nth-child(3) {
    margin: 0%;
    padding: 25px;
  }
  .ccm-layout.flexd .thirds.ccm-layout-column:nth-child(2) {
    margin: 0;
    padding: 25px;
  }
}
/* ///////////////////////////////////////////////////////////// */
/* //////////////MAKE/IT/RESPONSIVE/THEY/SAID/////////////////// */
/* ////////////////////////////.../SO/I/DID///////////////////// */
/* ///////////////////////////////////////////////////////////// */
@media screen and (min-width: 200px) {
  .wrap,
  .cntpad .wrap {
    width: 90%;
  }
  .cntbxwrp .wrap .padditbx {
    max-width: 100%;
  }
  .one:before,
  .two:before,
  .three:before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.35;
    color: #57cbf5;
    font-size: 160px;
    font-weight: 700;
    line-height: 50px;
    z-index: 0;
  }
  .one:before {
    content: '1';
  }
  .two:before {
    content: '2';
  }
  .three:before {
    content: '3';
  }
  .one p,
  .one h4,
  .two p,
  .two h4,
  .three p,
  .three h4 {
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    z-index: 2;
  }
  .featimgthmb {
    position: relative;
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;
  }
  .pgpaper h1.pgtitle {
    text-align: center;
  }
  .tleft,
  .tright,
  .tcenter {
    text-align: center;
  }
  /*
.p-xlarge { font-size: 1.75rem; line-height: 1.125em; }
.p-large { font-size: 1.25rem; line-height: 1.125em; }
.p-small { font-size: 1em; line-height: 1em; }
#pagewrap h1 { font-size: 2rem; }
#pagewrap h1.pgtitle,
#pagewrap .introbox h1 { font-size: rem; } 
#pagewrap h2 { font-size: 2rem; }
#pagewrap h3 { font-size: 1.5rem; }
#pagewrap h4 { font-size: 1.3rem; }
#pagewrap h5 { font-size: 1.15rem; }
#pagewrap h6 { font-size: 1.15rem; }
a.button, .form-actions button[type="submit"],
.login-page button.btn { font-size: 1rem; }*/
  .p-size1 {
    font-size: 1rem;
    line-height: 1;
  }
  .p-size2 {
    font-size: 1.5rem;
    line-height: 1;
  }
  .p-size3 {
    font-size: 1.5rem;
    line-height: 1;
  }
  .p-size4 {
    font-size: 2.25rem;
    line-height: 1;
  }
  .p-size5 {
    font-size: 2.5rem;
    line-height: 1;
  }
  .p-size6,
  .pgtitle {
    font-size: 3rem;
    line-height: 1;
  }
  a.button,
  a.htlnk,
  .form-actions button[type="submit"],
  .login-page button.btn {
    font-size: 0.875rem;
  }
  #headwrap {
    z-index: 5;
    text-align: center;
  }
  #header {
    padding: 8px 0;
    display: flex;
    transition: all 0.35s ease-in-out;
  }
  .pgscrolled #header {
    padding: 5px 0;
  }
  #logo,
  #headtxt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #logo {
    position: relative;
    width: 35%;
    max-width: 125px;
    padding: 5px 0;
    z-index: 99;
    text-align: center;
  }
  #logo img {
    width: 100%;
  }
  .pgscrolled #logo {
    width: 35%;
    text-align: left;
  }
  #headtxt {
    width: 65%;
    max-width: none;
    text-align: right;
  }
  .pgscrolled #headtxt {
    width: 65%;
    text-align: right;
  }
  #slidewrap .pgpaper {
    padding: 15vh 0 0 0;
    height: auto;
    min-height: none;
  }
  #slidewrap .pgpaper table {
    padding: 0 0 25px 0;
    height: auto;
  }
  .page-template-home #slidewrap .pgpaper table {
    padding: 0 0 12vh 0;
    height: auto;
  }
  #slidewrap .nopaper {
    padding: 15vh 0 5vh 0;
    min-height: none;
  }
  #slidewrap .pgpaper:before,
  #slidewrap .pgpaper:after,
  #slidewrap .nopaper:before {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: 0;
    content: '';
  }
  #slidewrap .pgpaper:before,
  #slidewrap .nopaper:before {
    right: 0;
  }
  #slidewrap .pgpaper:after {
    opacity: 0.5;
    height: 100%;
    z-index: 0;
  }
  #slidewrap .pgpaper:before {
    background: rgba(0, 0, 0, 0.75);
  }
  #slidewrap .nopaper:before {
    background: rgba(0, 0, 0, 0.6);
  }
  .padditbx {
    max-width: 85%;
    margin: auto;
  }
  #slideshow {
    position: relative;
  }
  #dkintro,
  #mbintro {
    display: none;
  }
  #mbintro {
    display: block;
  }
  .introbox {
    position: relative;
    width: -webkit-fill-available;
    height: auto;
    margin: auto;
    text-align: center;
    display: block;
    clear: both;
    text-shadow: 1px 1px 5px #000;
  }
  /*.page-template-home */
  #introtitle {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  /*.page-template-home */
  .introbox {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .cntpad {
    padding: 75px 0;
  }
  .cntbxback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .page-template-home .cntwrap4feat {
    margin-top: -50px;
  }
  /*.pgpaper { padding: 75px 0; }*/
  .cntpad .graycell li,
  .cntpad .graycell ol {
    display: inline-block;
    width: 48%;
    text-align: left;
  }
  .mainbfeat,
  .mainbcnt {
    display: block;
    padding: 25px 0 0 0;
  }
  .image-full,
  .image-left,
  .image-right {
    display: block;
    padding: 0;
    background: #fff;
    border: 1px #efefef solid;
    margin: 0 auto 45px auto;
    clear: both;
  }
  #article,
  #articlefull,
  #aside {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .newsfeatimg {
    display: block;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 25px auto;
  }
  .fifty,
  .sixty,
  .eighty {
    margin: auto;
  }
  #footwrap::before {
    width: 100%;
  }
  .ftbox {
    display: block;
    vertical-align: top;
    padding: 15px 0;
    margin: auto;
  }
  .page-template-right-sidebar #content #aside,
  .page-type-page .ftaside,
  .page-template-home .ftaside,
  .page-template-get-4cloud .ftaside,
  .page-template-service-page .ftaside,
  .ccm-page #aside {
    display: none;
  }
  .page-template-right-sidebar .ftaside,
  .page-template-blog-entry .ftaside,
  .page-template-staffbio .ftaside,
  .ccm-page .ftaside #aside {
    display: block;
  }
  /*** grid layout presets ***/
  .one-third,
  .two-third,
  .thirds,
  .full-width,
  .half-half,
  .quarters,
  .one-quarter,
  .three-quarter {
    display: block;
    width: 100%;
    margin: 5px auto;
    padding: 10px 0;
    vertical-align: top;
    min-height: 1px;
    position: relative;
  }
  .one-third a.button,
  .two-third a.button,
  .thirds a.button,
  .full-width a.button,
  .half-half a.button,
  .quarters a.button,
  .one-quarter a.button,
  .three-quarter a.button {
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  #slidewrap .one-third,
  #slidewrap .two-third {
    vertical-align: middle;
    text-align: center;
  }
  #credwrap .half-half {
    margin: 0 auto;
    padding: 0;
  }
  /*** --- ***/
}
@media screen and (min-width: 650px) {
  .quarters-layout .quarters {
    width: 48.5%;
    display: inline-block;
  }
  .quarters-layout .quarters:nth-child(even) {
    margin-left: 3%;
  }
}
@media screen and (min-width: 1000px) {
  #logo,
  #headtxt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #logo {
    position: relative;
    width: 15%;
    max-width: none;
    text-align: center;
  }
  #logo img {
    width: 100%;
  }
  .pgscrolled #logo {
    width: 10%;
    text-align: left;
  }
  #headtxt {
    width: 85%;
    max-width: none;
    text-align: right;
  }
  .pgscrolled #headtxt {
    width: 90%;
    text-align: right;
  }
  /*.page-template-home.pgscrolled #logo, .page-template-home.pgscrolled #headtxt { vertical-align: middle; }
.page-template-home.pgscrolled #logo { width: 12%; text-align: left; }
.page-template-home.pgscrolled #headtxt { padding: 0; width: 80%; text-align: right; }
*/
  #navwrap {
    padding: 0;
    transition: 0.45s ease all;
  }
  .pgscrolled #navwrap {
    padding: 0 0;
  }
  .staffcomms {
    max-width: none;
  }
  .tleft {
    text-align: left;
  }
  .tright {
    text-align: right;
  }
  .hw-simple-testimonial-padder {
    margin-top: -150px;
  }
  .pgpaper h1.pgtitle {
    text-align: left;
    line-height: 1 !important;
    margin-bottom: 50px !important;
  }
  #slidewrap .pgpaper {
    padding: 12vh 0 0 0;
    height: auto;
    min-height: 20vh;
  }
  #slidewrap .nopaper {
    padding: 12vh 0 5vh 0;
    min-height: 0;
  }
  #slidewrap .vidpaper {
    height: 80vh;
  }
  /*.page-template-home */
  #slidewrap {
    height: auto;
  }
  /*.page-template-home #slidewrap .pgpaper,
.page-template-home #slidewrap .vidpaper { min-height: 80vh; }*/
  #slidewrap .pgpaper,
  #slidewrap .vidpaper {
    /*min-height: 40vh;*/
  }
  #slidewrap .pgtitle {
    /*max-width: 60%*/
  }
  #slidewrap .pgpaper table {
    max-height: 50vh;
    height: auto;
    padding: 5vh 0;
  }
  /*.page-template-home */
  #slidewrap .pgpaper {
    padding: 15vh 0 0 0;
  }
  /*.page-template-home */
  #slidewrap .pgpaper table {
    max-height: none;
    min-height: 80vh;
    padding: 0;
    height: auto;
  }
  #slidewrap .pgpaper #backfade {
    width: 100%;
    right: 0;
  }
  /*.page-template-home */
  #slidewrap .pgpaper #backfade {
    width: 100%;
    left: 0%;
    right: inherit;
  }
  #slidewrap .pgpaper:before,
  #slidewrap .pgpaper:after {
    bottom: 0;
    width: 100%;
    opacity: 1;
    right: 0;
  }
  #slidewrap .pgpaper:before {
    z-index: 1;
  }
  #slidewrap .pgpaper:after {
    display: block;
    opacity: 1;
  }
  #slidewrap .pgpaper .full-width {
    /* max-width: 55%;*/
    margin: 0 auto;
  }
  .page-template-home #slidewrap .pgpaper:before {
    border: 0;
  }
  #slidewrap .pgpaper .fullwidth-layout {
    max-width: 100%;
  }
  #dkintro,
  #mbintro {
    display: none;
  }
  #dkintro {
    display: block;
  }
  .introbox {
    margin: 0 1%;
    max-width: 48%;
    display: inline-block;
    text-align: left;
  }
  /*.page-template-home .introbox { 
    text-align: center; margin: 0 auto ; max-width: 80%; }
*/
  .introbox hr {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .page-template-home #introtitle {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .page-template-home .introbox {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }
  .cntpad {
    padding: 75px 0;
  }
  .cntpad .graycell li,
  .cntpad .graycell ol {
    display: list-item;
    width: inherit;
  }
  .padditbx {
    max-width: 1920px;
    margin: auto;
  }
  .image-left {
    float: left;
    margin: 0 25px 25px 0;
  }
  .image-right {
    float: right;
    margin: 0 0 25px 25px;
  }
  .featurecontent {
    flex-direction: row;
    display: flex;
  }
  .featbox {
    display: inline-block;
    width: 33.33%;
    flex: 0.4;
  }
  .mainbfeat,
  .mainbcnt {
    position: relative;
    display: inline-flex;
    width: 55%;
    box-sizing: content-box;
    align-items: stretch;
    align-content: flex-start;
    flex-direction: column;
    vertical-align: top;
    padding: 5% 0;
  }
  .mainbfeat {
    margin-left: 0%;
    width: 40%;
    padding: 5% 5% 5% 0;
    margin-bottom: -175px;
    z-index: 1;
  }
  .mainbfeat3 {
    margin-right: 0%;
    margin-left: 0;
    width: 40%;
    padding: 5% 0 5% 5%;
    margin-bottom: 0;
    margin-top: -175px;
    z-index: 1;
  }
  #article,
  #articlefull,
  #aside {
    float: left;
    margin: 0;
    min-height: 15px;
  }
  #article {
    width: 70%;
    padding: 0 0;
  }
  #articlefull {
    width: 100%;
    padding: 0 0;
  }
  #aside {
    width: 25%;
    padding: 0 0 0 4%;
  }
  .newsfeatimg {
    float: right;
    max-width: 450px;
    margin: 0;
    padding: 0 0 15px 25px;
  }
  .fifty,
  .sixty,
  .eighty {
    margin: 0 auto;
  }
  .fifty {
    width: 50%;
  }
  .sixty {
    width: 60%;
  }
  .eighty {
    width: 80%;
  }
  .ftbox {
    display: inline-block;
    vertical-align: middle;
  }
  .page-template-right-sidebar #content #aside,
  .ccm-page #aside {
    display: block;
  }
  .page-template-home .ftaside,
  .page-template-right-sidebar .ftaside,
  .page-type-page .ftaside,
  .page-template-blog-entry .ftaside,
  .page-template-get-4cloud .ftaside,
  .page-template-service-page .ftaside,
  .page-template-staffbio .ftaside,
  .ccm-page .ftaside #aside {
    display: none;
  }
  /*** grid layout presets ***/
  .one-third,
  .two-third,
  .thirds,
  .full-width,
  .half-half,
  .one-quarter,
  .three-quarter {
    min-height: 10px;
    display: inline-block;
  }
  .one-third,
  .thirds {
    width: 33.3333%;
  }
  .two-third {
    width: 66.6666%;
  }
  .half-half {
    width: 50%;
  }
  .quaters {
    width: 25%;
  }
  .full-width {
    width: 100%;
    display: block;
    clear: both;
  }
  .threequarter-layout .one-quarter {
    width: 25%;
  }
  .threequarter-layout .three-quarter {
    width: 71%;
    margin-right: 4%;
  }
  .onequarter-layout .one-quarter {
    width: 25%;
    margin-right: 4%;
  }
  .onequarter-layout .three-quarter {
    width: 71%;
  }
  .vertical .one-third,
  .vertical .two-third,
  .vertical .thirds,
  .vertical .one-quarter,
  .vertical .three-quarter,
  .vertical .full-width,
  .vertical .half-half {
    vertical-align: middle;
  }
  .one-third a.button,
  .two-third a.button,
  .thirds a.button,
  .one-quarter a.button,
  .three-quarter a.button,
  .full-width a.button,
  .half-half a.button,
  .quarters a.button {
    display: inherit;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .onethird-layout .two-third {
    width: 62.6666%;
    margin-left: 4%;
  }
  .twothird-layout .two-third {
    width: 62.6666%;
    margin-right: 4%;
  }
  .thirds-layout {
    display: flex;
    text-align: inherit;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .thirds-layout.ccm-layout.flexd {
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .quarters-layout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .thirds-layout .thirds {
    width: auto;
    text-align: inherit;
    margin: 15px 3%;
    flex: 3;
    display: inline;
  }
  .quarters-layout .quarters {
    flex: 1;
    width: 25%;
  }
  .thirds-layout .thirds:nth-child(2) {
    margin-left: 3%;
    margin-right: 3%;
  }
  .quarters-layout .quarters:nth-child(even) {
    margin-left: inherit;
  }
  .quarters-layout .quarters:nth-child(2) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  .quarters-layout .quarters:nth-child(3) {
    margin-right: 2.5%;
  }
  .halfhalf-layout .half-half {
    width: 49%;
  }
  .halfhalf-layout .half-half:first-child {
    margin-right: 2%;
  }
  #slidewrap .one-third {
    text-align: right;
  }
  #slidewrap .two-third {
    text-align: left;
  }
  /*** --- ***/
}
@media screen and (min-width: 1140px) {
  .wrap,
  .cntpad .wrap {
    width: 1140px;
  }
  .p-size1 {
    font-size: 1rem;
    line-height: 1;
  }
  .p-size2 {
    font-size: 1.25rem;
    line-height: 1;
  }
  .p-size3 {
    font-size: 1.75rem;
    line-height: 1;
  }
  .p-size4 {
    font-size: 2.5rem;
    line-height: 1;
  }
  .p-size5 {
    font-size: 3.25rem;
    line-height: 1;
  }
  .p-size6,
  .pgtitle {
    font-size: 3.75rem;
    line-height: 1;
  }
  a.button,
  a.htlnk,
  .form-actions button[type="submit"],
  .login-page button.btn {
    font-size: 0.75rem;
  }
  .cntpad {
    padding: 75px 0;
  }
  .page-template-home .cntwrap4feat {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 70%;
    height: 100%;
    background: #bbb;
  }
  .page-template-home .cntwrap4feat:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 33%;
    height: 100%;
    content: '';
    background: #ffffff;
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  }
  .page-template-home .cntwrap4feat .pglist:first-of-type {
    opacity: 0.45;
  }
  .page-template-home .cntwrap4feat {
    margin-top: 0px;
  }
  #article,
  #articlefull,
  #aside {
    float: left;
    margin: 0;
  }
  #article {
    width: 840px;
    padding: 0 0;
  }
  #articlefull {
    width: 1140px;
    padding: 0 0;
  }
  #aside {
    width: 250px;
    padding: 0 0 0 50px;
  }
  /*#footer .thirds-layout { display: block !important; }*/
  #footer .thirds {
    flex: none;
    display: inline-flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1750px) {
  .mainbfeat,
  .mainbcnt {
    position: relative;
    display: inline-flex;
    width: 55%;
    box-sizing: content-box;
    align-items: stretch;
    align-content: flex-start;
    flex-direction: column;
    vertical-align: top;
    padding: 5% 0;
  }
  .mainbfeat {
    margin-left: -30%;
    width: 65%;
    padding: 5% 5% 5% 0;
    margin-bottom: -175px;
    z-index: 1;
  }
  .mainbfeat3 {
    margin-right: -30%;
    margin-left: 0;
    width: 65%;
    padding: 5% 0 5% 5%;
    margin-bottom: 0;
    margin-top: -175px;
    z-index: 1;
  }
}
@media screen and (max-width: 1000px) {
  .ccm-layout-column {
    float: none !important;
    width: 100% !important;
  }
  .ccm-layout-column-inner {
    margin: 55px 0 !important;
  }
}
.ccm-layout-column-inner {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.vertical .ccm-layout-column {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}
div.arealayout.vertical .ccm-layout-column {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
}
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////// */
/* Gallery */
.sortable_responsive_gallery_image {
  overflow: hidden;
}
.sortable_responsive_gallery_container .rollover {
  overflow: hidden;
  height: 150px;
}
.sortable_responsive_gallery_container .rollover img {
  width: 100%;
  height: 100%;
  min-height: 175px;
}
.sortable_responsive_gallery_container .rollover img.hoverimage {
  min-height: inherit;
  width: 32px !important;
  height: 32px !important;
}
/* Slider */
.ccm-pagination-wrapper .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.ccm-pagination-wrapper .pagination > li {
  display: inline;
}
.ccm-pagination-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ccm-pagination-wrapper li {
  margin-left: 0px;
}
.ccm-pagination-wrapper .pagination > li:first-child > a,
.ccm-pagination-wrapper .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ccm-pagination-wrapper .pagination > li > a,
.ccm-pagination-wrapper .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3b526c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.ccm-pagination-wrapper a {
  color: #428bca;
  text-decoration: none;
}
.ccm-pagination-wrapper .pagination > .active > a,
.ccm-pagination-wrapper .pagination > .active > span,
.ccm-pagination-wrapper .pagination > .active > a:hover,
.ccm-pagination-wrapper .pagination > .active > span:hover,
.ccm-pagination-wrapper .pagination > .active > a:focus,
.ccm-pagination-wrapper .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3b526c;
  border-color: #3b526c;
  cursor: default;
}
.ccm-pagination-wrapper .pagination > li > a,
.ccm-pagination-wrapper .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3b526c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.ccm-pagination-wrapper .pagination > li > span span {
  display: none;
}
.login-page {
  max-width: 500px;
}
.login-page h1 {
  display: none;
}
.login-page input,
.login-page select,
.login-page textarea {
  border: 1px #122b46 solid;
  background: none;
  color: #122b46;
  text-align: center;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.login-page input::placeholder,
.login-page textarea::placeholder {
  color: #111;
  text-align: center;
}
.login-page .form-group {
  margin: 5px auto;
}
.login-page,
.login-page .col-sm-6,
.login-page button.btn,
.login-form {
  text-align: center;
  margin: 0 auto;
}
.login-page input {
  font-size: 1rem;
}
.login-page input,
.login-page button.btn {
  width: 88%;
  padding: 15px 5%;
  margin: 0 auto;
}
.login-page input[type=checkbox] {
  width: auto;
}
.login-page .checkbox {
  margin-bottom: 15px;
}
.login-page button.btn {
  width: 99%;
}
.login-page label {
  font-size: 0.8rem;
}
.login-page button.btn {
  display: inline-block;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin: 5px 0;
}
