@charset "utf-8";
/* FONTS */
/****
font-family: 'Libre Franklin', sans-serif; 
****/
.cntpad .hidden-xs,
.cntpad .hidden-sm,
.cntpad .hidden-md,
.cntpad .hidden-lg {
  display: none;
}
.mfp-iframe-scaler iframe {
  background: #fff !important;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  color: #3c3c3c;
  font-weight: normal;
}
.mfp-figure figure {
  background: #fff !important;
}
a {
  color: #c21632;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
  padding: 10px 0;
  line-height: 1.55em;
}
strong,
p strong,
li strong {
  font-weight: bold;
}
.cntpad li {
  padding: 5px 0;
  line-height: 24px;
}
div {
  margin: 0;
  padding: 0;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: normal;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
img.circle {
  text-align: center;
  margin: auto;
  -moz-border-radius: 1024px;
  border-radius: 1024px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
hr {
  position: relative;
  clear: both;
  border: 0;
  max-width: 100px;
  overflow: visible;
  border-bottom: 5px solid #c21632;
  margin: 0 auto 25px auto;
  padding: 25px 0 0 0;
}
iframe {
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px #bbb solid;
}
.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;
}
/* content editor styles */
span.p-xlarge {
  font-size: 1.75rem;
  line-height: 1.75em;
  font-weight: 500;
}
span.p-large {
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
span.p-medium {
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 500;
}
span.p-small {
  font-size: 0.85em;
  line-height: 0.65em;
  font-weight: normal;
}
span.p-allcaps {
  text-transform: uppercase;
}
span.p-expanded {
  letter-spacing: 0.2rem;
}
span.inlinep {
  display: inline-block;
}
span.blockp {
  display: block;
}
span.c-red {
  color: #c21632 !important;
}
span.c-black {
  color: #000 !important;
}
span.c-white {
  color: #fff !important;
}
/* backgrounds */
div.bkdk,
body {
  background: #040404;
}
div.bkwh {
  background: #ffffff;
}
div.bkfwh {
  background: #f1f1f1;
}
div.bkltgr {
  background: #272727;
}
div.bkdkgr {
  background: #191919;
}
div.bkrd {
  background: #c21632;
}
ul.checkmark-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
ul.checkmark-list li {
  margin-left: 50px;
  padding: 5px 0;
  min-height: 20px;
}
ul.checkmark-list li::before {
  position: absolute;
  content: '';
  color: #fbd52c;
  background: none;
  padding: 0;
  margin-left: -45px;
  margin-top: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  font-family: 'FontAwesomeWeb';
  font-size: 24px;
}
ul.checkmark-list li::before,
ul.checkmark-list li.checkmark-yes::before {
  content: "\f00c";
}
ul.checkmark-list li.checkmark-no::before {
  content: "\f00d";
  color: #fbd52c;
}
ul.inline-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
ul.inline-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 10px 5px;
}
ul.inline-list-padded {
  padding: 15px 45px;
}
ul.inline-list-padded li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 10px 15px;
}
ul.inline-list li.inline-dot::before,
ul.inline-list li.inline-blank::before {
  position: relative;
  content: '\f111';
  padding-right: 20px;
  color: #c21632;
  background: none;
  text-align: center;
  vertical-align: middle;
  font-family: 'FontAwesomeWeb';
  font-size: 0.5rem;
  font-weight: 900;
}
ul.inline-list img,
ul.inline-list-padded img {
  filter: grayscale(1);
  transition: all 0.25s ease-in-out;
}
ul.inline-list img:hover,
ul.inline-list-padded img:hover {
  filter: grayscale(0);
}
.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: 'Libre Franklin', sans-serif !important;
  font-weight: 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;
  margin: 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-weight: 900;
  margin: 5px 0;
  text-transform: uppercase;
}
h1,
h2 {
  color: #3c3c3c;
}
h3,
h4,
h5,
h6 {
  color: #c21632;
}
a.button,
.login-page button.btn,
.form-actions button[type="submit"],
.form-actions button {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  padding: 15px 25px!important;
  margin: 5px auto;
  display: inline-block;
  vertical-align: middle;
  text-shadow: none;
  z-index: 1;
  position: relative;
  text-align: center;
  transition: all 0.45s ease-in-out;
  text-decoration: none !important;
  background: none;
  color: #fff;
  text-decoration: none;
  background: #c21632;
  text-transform: uppercase;
}
.form-actions button[type="submit"],
.form-actions button {
  clear: both;
  display: block;
}
a.button.outlined {
  background: none;
  color: #c21632;
}
a.button.solid {
  background: #c21632;
  color: #fff;
}
a.button:hover,
.a.button.outlined:hover,
.login-page button.btn:hover,
.whitetxt a.button:hover,
.form-actions button[type="submit"]:hover,
.form-actions button:hover,
a.btnblack:hover {
  background: rgba(199, 29, 34, 0.55) !important;
  color: #fff !important;
}
.whitetxt a.button,
.whitetxt a.button.solid {
  background: #c21632;
  color: #fff;
}
.whitetxt a.button.outlined {
  background: none !important;
  border: #fff solid 3px !important;
  color: #fff !important;
}
.whitetxt button[type="submit"] {
  background: #3c3c3c !important;
  padding: 3px;
}
.whitetxt button[type="submit"]:hover {
  background: rgba(30, 30, 30, 0.55) !important;
}
.bkrd a.button.outlined {
  background: none;
  color: #3c3c3c;
}
.bkrd a.button.solid {
  background: #fff;
  color: #3c3c3c !important;
}
.bkrd a.button:hover,
.bkrd a.button.outlined:hover {
  background: rgba(255, 255, 255, 0.55) !important;
}
.form-group .pull-right {
  float: none;
  clear: both;
  display: block;
  margin: 15px;
}
#pagewrap {
  background: #fff;
}
#headwrap {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.25s ease-in-out all;
}
.pgscrolled #headwrap {
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}
#header {
  transition: all 0.15s ease-in-out;
}
#logo,
#headtxt {
  position: relative;
  margin: 0 auto;
  padding: 0;
  vertical-align: middle;
}
#navwrap {
  z-index: 10;
  color: #fff;
}
#logo-main {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transition: all 0.35s ease-in-out;
}
#logo-scroll {
  position: absolute;
  width: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.pgscrolled #logo-main {
  visibility: hidden;
  z-index: 1;
  opacity: 0;
}
.pgscrolled #logo-scroll {
  visibility: visible;
  z-index: 2;
  opacity: 1;
}
#slidewrap,
#slideshow,
.nopapge,
.pgpaper {
  position: relative;
  z-index: auto;
}
#slideshow:before,
#slideshow:after,
#slideshow .wrap:before,
#slideshow .wrap:after {
  position: absolute;
  z-index: 3;
  background: none;
  border: none;
  -moz-border-radius: 15px;
  border-radius: 15px;
  content: '';
}
#slidewrap table.slidetbl {
  position: relative;
  z-index: auto;
}
#slidewrap table table {
  background: none;
  position: relative;
  z-index: auto;
}
#slideshow {
  padding: 0;
}
#slidewrap .pgpaper:before,
#slidewrap .nopaper:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  right: 0;
  z-index: 0;
}
#slidewrap .pgpaper:before {
  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;
}
.hmeighty {
  width: 80%;
  margin: auto;
  max-width: 1920px;
}
#slidewrap .pgpaper .wrap {
  overflow: hidden;
}
#slidewrap .pgpaper:before {
  position: absolute;
  width: 100%;
  height: 100% !important;
  content: '';
  left: 0 !important;
  bottom: 0 !important;
  z-index: 0;
  background: #000000;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0.45) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0.45) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0.35) 65%, rgba(0, 0, 0, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  /*background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.85) 25%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.85) 25%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.85) 25%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); */
}
.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: auto;
}
.login-page {
  min-height: 350px;
}
.wrap-uw {
  max-width: 2000px;
  margin: auto;
}
.uxwide {
  max-width: 1920px;
  margin: auto;
  position: relative;
  z-index: 1;
}
#footwrap {
  padding: 25px 0;
}
#footwrap:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  z-index: 0;
  background: url(/application/themes/theme_ashburnoffshore/images/ashburn-footer-bgd.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.7;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer ul li {
  display: inline-block;
  padding: 8px 4% 15px 0;
  vertical-align: top;
}
.ftaside {
  padding-top: 5px;
}
#footer img {
  margin: 2px;
}
#footer a:hover {
  color: #999;
}
#credwrap,
#credwrap a {
  color: #4c4c4c;
}
#credits {
  font-size: 0.95rem;
  padding: 5px 0;
}
.ccm-block-next-previous-wrapper {
  text-align: center;
}
.cky-notice .cky-title {
  margin: 0 !important;
}
/* ///////////////////////////////////////////////////////////// */
/* //////////////MAKE/IT/RESPONSIVE/THEY/SAID/////////////////// */
/* ////////////////////////////.../SO/I/DID///////////////////// */
/* ///////////////////////////////////////////////////////////// */
@media screen and (min-width: 200px) {
  .wrap,
  .uxwide {
    width: 90%;
  }
  .cntpad .wrap {
    width: 85%;
  }
  ul.inline-list li.inline-blank::before {
    display: inline-block;
  }
  .one:before,
  .two:before,
  .three:before {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.35;
    color: #57cbf5;
    font-size: 160px;
    font-weight: bold;
    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;
  }
  .tleft,
  .tright {
    text-align: center;
  }
  #pagewrap h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  #pagewrap h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  #pagewrap h3 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  #pagewrap h4 {
    font-size: 1.5rem;
  }
  #pagewrap h5 {
    font-size: 1.5rem;
  }
  #pagewrap h6 {
    font-size: 1.5rem;
  }
  #headwrap {
    z-index: 5;
    text-align: center;
  }
  #header {
    padding: 5px 0;
    transition: all 0.35s ease-in-out;
  }
  #logo,
  #headtxt {
    display: inline-block;
    vertical-align: middle;
  }
  #logo {
    width: 45%;
    text-align: left;
    transition: all 0.15s ease-in-out;
  }
  #headtxt {
    width: 52%;
    text-align: center;
  }
  #slidewrap .pgpaper {
    padding: 5vh 0 0 0;
    min-height: none;
  }
  #slidewrap .nopaper {
    padding: 20vh 0 5vh 0;
    min-height: none;
  }
  .page-template-home #slidewrap .pgpaper {
    padding: 0;
    height: auto;
  }
  .page-template-home #slidewrap .pgpaper table {
    padding: 0;
    height: auto;
  }
  #slidewrap .pgpaper:before {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    content: '';
  }
  #slidewrap .pgpaper:before {
    left: 0;
  }
  .page-template-home #slidewrap .pgpaper:before {
    width: 100%;
  }
  .page-template-home #slidewrap .pgpaper .introbox {
    width: 100%;
    margin: 25vh 0 10vh 0;
  }
  #slideshow {
    position: relative;
  }
  .introbox {
    position: relative;
    width: -webkit-fill-available;
    margin: 5vh 0;
    margin: auto;
    height: auto;
    display: block;
    clear: both;
  }
  .cntpad {
    padding: 80px 0;
  }
  .cntpad .graycell li,
  .cntpad .graycell ol {
    display: inline-block;
    width: 48%;
    text-align: left;
  }
  .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;
    box-sizing: content-box;
  }
  .fifty,
  .sixty,
  .eighty {
    margin: auto;
  }
  .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: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  #slidewrap .one-third,
  #slidewrap .two-third {
    vertical-align: middle;
    text-align: center;
  }
  /*** --- ***/
}
@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) {
  .uxwide {
    width: 100%;
  }
  #logo,
  #headtxt {
    display: inline-block;
    transition: 0.35s ease-in-out all;
  }
  #logo {
    position: relative;
    width: 24%;
    padding: 0;
    text-align: left;
  }
  #logo img {
    width: 100%;
  }
  #headtxt {
    width: 75%;
    max-width: none;
    text-align: right;
  }
  #headwrap,
  #header,
  #navwrap {
    padding: 0;
  }
  .pgscrolled #navwrap {
    padding: 0;
  }
  .staffcomms {
    max-width: none;
  }
  .tleft,
  span.t-left {
    text-align: left;
    display: block;
  }
  .tright,
  span.t-right {
    text-align: right;
    display: block;
  }
  .hw-simple-testimonial-padder {
    margin-top: -150px;
  }
  #slidewrap .pgpaper {
    padding: 10vh 0 5vh 0;
    height: auto;
    min-height: 30vh;
  }
  #slidewrap .nopaper {
    padding: 15vh 0 5vh 0;
    height: auto;
    min-height: auto;
  }
  .page-template-home #slidewrap {
    height: auto;
  }
  .page-template-home #slidewrap .pgpaper {
    min-height: 80vh;
  }
  .page-template-home #slidewrap .nopaper {
    padding: 10vh 0 0 0;
  }
  /*#slidewrap .pgpaper { max-height: 550px; }*/
  .page-template-home #slidewrap .pgpaper,
  .page-template-home #slidewrap .pgpaper table {
    max-height: none;
    height: auto;
    z-index: auto;
  }
  #slidewrap .pgpaper .introbox {
    width: 100%;
    padding: 15vh 0 0 0;
  }
  #slidewrap .pgpaper .fullwidth-layout {
    max-width: 100%;
  }
  .page-template-home #slidewrap table table {
    min-height: 85vh;
    padding: 15vh 0 0 0;
  }
  #dkintro,
  #mbintro {
    display: none;
  }
  #dkintro {
    display: block;
  }
  .introbox {
    margin: 8vh auto 0 0;
    max-width: 75%;
    text-align: left;
    padding: 0;
  }
  .page-template-home .introbox {
    margin: 8vh auto 8vh 0 !important;
    max-width: 50% !important;
  }
  .cntpad {
    padding: 125px 0;
  }
  .cntpad .graycell li,
  .cntpad .graycell ol {
    display: list-item;
    width: inherit;
  }
  .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;
  }
  #article,
  #articlefull,
  #aside {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    min-height: 15px;
  }
  #article {
    width: 75%;
    padding: 0 0;
  }
  #articlefull {
    width: 100%;
    padding: 0 0;
  }
  #aside {
    width: 20%;
    padding: 0 0 0 5%;
  }
  .fifty,
  .sixty,
  .eighty {
    margin: 0 auto;
  }
  .fifty {
    width: 50%;
  }
  .sixty {
    width: 60%;
  }
  .eighty {
    width: 80%;
  }
  .page-template-right-sidebar #content #aside,
  .ccm-page #aside {
    display: inline-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: 0;
    padding: 0;
  }
  .onequarter-layout .three-quarter {
    width: 75%;
    margin: 0;
    padding: 0;
  }
  .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: block;
    display: flex;
    text-align: inherit;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  .quarters-layout {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .thirds-layout .thirds {
    width: auto;
    text-align: inherit;
    margin: 0 0;
    flex: 3;
    display: inline;
  }
  .quarters-layout .quarters {
    flex: 1;
    width: 25%;
  }
  .thirds-layout .thirds:nth-child(2) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .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%;
  }
  #cntwrap5 .paddix {
    padding: 15%;
    text-align: right;
  }
  /*** --- ***/
}
@media screen and (min-width: 1140px) {
  .wrap,
  .cntpad .wrap {
    width: 1140px;
  }
  ul.inline-list li.inline-blank::before {
    display: none;
  }
  #pagewrap h1 {
    font-size: 2.1rem;
    line-height: 2.25rem;
  }
  #pagewrap h2 {
    font-size: 1.9rem;
    line-height: 2.05rem;
  }
  #pagewrap h3 {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
  #pagewrap h4,
  #pagewrap h5,
  #pagewrap h6 {
    font-size: 1.4rem;
    line-height: 1.55rem;
  }
  .cntpad {
    padding: 125px 0;
  }
}
@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;
}
