/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #444;
    min-width: 320px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
h1 {
    font-size: 44px;
    line-height: 52px;
    margin-top: 26px;
    margin-bottom: 26px;
    font-weight: 400;
}
h2 {
    font-size: 37px;
    line-height: 46px;
    margin-top: 26px;
    margin-bottom: 26px;
    font-weight: 400;
}
h3 {
    font-size: 31px;
    line-height: 39px;
    margin-top: 26px;
    margin-bottom: 26px;
    font-weight: 400;
}
h4 {
    font-size: 26px;
    line-height: 33px;
    margin-top: 26px;
    margin-bottom: 26px;
    font-weight: 400;
}
h5 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 26px;
    font-weight: 400;
}
h6 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 26px;
    margin-bottom: 26px;
    font-weight: 400;
}
p,
ul,
ol,
pre,
table,
blockquote {
    margin-top: 26px;
    margin-bottom: 26px;
}
ul ul,
ol ol,
ul ol,
ol ul {
    margin-top: 0;
    margin-bottom: 0;
}





a {
    color: rgba(120, 120, 120, 1.0);
}
a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
}





.site-header a.profilelink {
    color: rgba(180, 180, 180, 1.0);
}
.site-header a.profilelink:hover,
.site-header a.profilelink:focus {
    color: #ffffff;
    text-decoration: none;
}




.site-footer {
    color: #000000;
    font-size: 18px;
}


.site-footer a {
    color: rgba(120, 120, 120, 1.0);
}
.site-footer a:hover,
.site-footer a:focus {
    color: #000000;
    text-decoration: none;
}





.screen-reader-text {
    display: none;
}
div.ccm-page img {
    max-width: 100%;
    height: auto;
}
div.ccm-page .image-circle .ccm-image-block {
    border-radius: 50%;
}
div.ccm-page hr {
    margin-top: 52px;
    margin-bottom: 52px;
}
.inline-block {
    display: inline-block !important;
}

div.row {
	margin-left: 0px;
	margin-right: 0px;
}

.c5wrapper {
    background: rgba(240, 240, 240, 1.0);
}

/*--------------------------------------------------------------
# Editor Classes
--------------------------------------------------------------*/
.text-shadow {
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.light-text {
    font-weight: 300;
}
.subheading {
    display: block;
    color: #ccc;
    font-size: 65%;
}
.accent-color {
    color: #ccc;
}
.bottom-separator::after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 2px solid #ccc;
    margin-top: 13px;
}
.bottom-separator-right {
    position: relative;
    padding-bottom: 13px;
}
.bottom-separator-right::after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 2px solid #ccc;
    position: absolute;
    bottom: 0;
    right: 0;
}
.bottom-separator-center::after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 2px solid #ccc;
    margin: 13px auto 0;
}
.bottom-separator-full::after {
    content: "";
    display: block;
    border-bottom: 2px solid #ccc;
    margin-top: 13px;
}
.list-specs {
    padding-left: 0;
    list-style: none;
    border: 1px solid #ddd;
    display: table;
}
.list-specs li {
    border-bottom: 1px solid #ddd;
    padding: 5px 15px;
}
.list-specs li:last-child {
    border-bottom: none;
}
.list-specs li i {
    color: #aaa;
    margin-right: 5px;
}
.title-caps, .title-caps-bold, .title-thin {
    line-height: 39px;
}

/*--------------------------------------------------------------
# Forms & Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #000!important;
  background-color: #fff!important;
  border-color: #ccc!important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-default-dark {
  color: #fff!important;
  background-color: #444!important;
  border-color: #333!important;
}
.btn-default-dark:hover,
.btn-default-dark:focus,
.btn-default-dark:active,
.btn-default-dark.active,
.open .dropdown-toggle.btn-default-dark {
  color: #fff;
  background-color: #333;
  border-color: #222;
}
.btn-default-dark:active,
.btn-default-dark.active,
.open .dropdown-toggle.btn-default-dark {
  background-image: none;
}
.btn-default-dark.disabled,
.btn-default-dark[disabled],
fieldset[disabled] .btn-default-dark,
.btn-default-dark.disabled:hover,
.btn-default-dark[disabled]:hover,
fieldset[disabled] .btn-default-dark:hover,
.btn-default-dark.disabled:focus,
.btn-default-dark[disabled]:focus,
fieldset[disabled] .btn-default-dark:focus,
.btn-default-dark.disabled:active,
.btn-default-dark[disabled]:active,
fieldset[disabled] .btn-default-dark:active,
.btn-default-dark.disabled.active,
.btn-default-dark[disabled].active,
fieldset[disabled] .btn-default-dark.active {
  background-color: #333;
  border-color: #222;
}
.btn-default-dark .badge {
  color: #fff;
  background-color: #444;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}











.btn-brownies {
  color: #fff;
  background-color: #e67300;
  border-color: #b35900;
}
.btn-brownies:hover,
.btn-brownies:focus,
.btn-brownies:active,
.btn-brownies.active,
.open .dropdown-toggle.btn-brownies {
  color: #fff;
  background-color: #b35900;
  border-color: #b35900;
}
.btn-brownies:active,
.btn-brownies.active,
.open .dropdown-toggle.btn-brownies {
  background-image: none;
}
.btn-brownies.disabled,
.btn-brownies[disabled],
fieldset[disabled] .btn-brownies,
.btn-brownies.disabled:hover,
.btn-brownies[disabled]:hover,
fieldset[disabled] .btn-brownies:hover,
.btn-brownies.disabled:focus,
.btn-brownies[disabled]:focus,
fieldset[disabled] .btn-brownies:focus,
.btn-brownies.disabled:active,
.btn-brownies[disabled]:active,
fieldset[disabled] .btn-brownies:active,
.btn-brownies.disabled.active,
.btn-brownies[disabled].active,
fieldset[disabled] .btn-brownies.active {
  background-color: #367300;
  border-color: #b35900;
}
.btn-brownies .badge {
  color: #367300;
  background-color: #fff;
}

















.btn-craigslist {
  color: #fff;
  background-color: #834eb1;
  border-color: #7646a0;
}
.btn-craigslist:hover,
.btn-craigslist:focus,
.btn-craigslist:active,
.btn-craigslist.active,
.open .dropdown-toggle.btn-craigslist {
  color: #fff;
  background-color: #7646a0;
  border-color: #7646a0;
}
.btn-craigslist:active,
.btn-craigslist.active,
.open .dropdown-toggle.btn-craigslist {
  background-image: none;
}
.btn-craigslist.disabled,
.btn-craigslist[disabled],
fieldset[disabled] .btn-craigslist,
.btn-craigslist.disabled:hover,
.btn-craigslist[disabled]:hover,
fieldset[disabled] .btn-craigslist:hover,
.btn-craigslist.disabled:focus,
.btn-craigslist[disabled]:focus,
fieldset[disabled] .btn-craigslist:focus,
.btn-craigslist.disabled:active,
.btn-craigslist[disabled]:active,
fieldset[disabled] .btn-craigslist:active,
.btn-craigslist.disabled.active,
.btn-craigslist[disabled].active,
fieldset[disabled] .btn-craigslist.active {
  background-color: #834eb1;
  border-color: #7646a0;
}
.btn-craigslist .badge {
  color: #834eb1;
  background-color: #fff;
}













.btn-facebook {
  color: #fff;
  background-color: #5070b4;
  border-color: #3d578f;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #3d578f;
  border-color: #3d578f;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #5070b4;
  border-color: #3d578f;
}
.btn-facebook .badge {
  color: #5070b4;
  background-color: #fff;
}












.btn-twitter {
  color: #fff;
  background-color: #2e99ea;
  border-color: #157fd1;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #157fd1;
  border-color: #157fd1;
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #2e99ea;
  border-color: #157fd1;
}
.btn-twitter .badge {
  color: #2e99ea;
  background-color: #fff;
}















.btn-linkedin {
  color: #fff!important;
  background-color: #0e76a8;
  border-color: #0a5c82;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #0a5c82;
  border-color: #0a5c82;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin.disabled,
.btn-linkedin[disabled],
fieldset[disabled] .btn-linkedin,
.btn-linkedin.disabled:hover,
.btn-linkedin[disabled]:hover,
fieldset[disabled] .btn-linkedin:hover,
.btn-linkedin.disabled:focus,
.btn-linkedin[disabled]:focus,
fieldset[disabled] .btn-linkedin:focus,
.btn-linkedin.disabled:active,
.btn-linkedin[disabled]:active,
fieldset[disabled] .btn-linkedin:active,
.btn-linkedin.disabled.active,
.btn-linkedin[disabled].active,
fieldset[disabled] .btn-linkedin.active {
  background-color: #0e76a8;
  border-color: #0a5c82;
}
.btn-linkedin .badge {
  color: #0e76a8;
  background-color: #fff;
}
















.btn-letgo {
  color: #fff;
  background-color: #e60000;
  border-color: #cc0000;
}
.btn-letgo:hover,
.btn-letgo:focus,
.btn-letgo:active,
.btn-letgo.active,
.open .dropdown-toggle.btn-letgo {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-letgo:active,
.btn-letgo.active,
.open .dropdown-toggle.btn-letgo {
  background-image: none;
}
.btn-letgo.disabled,
.btn-letgo[disabled],
fieldset[disabled] .btn-letgo,
.btn-letgo.disabled:hover,
.btn-letgo[disabled]:hover,
fieldset[disabled] .btn-letgo:hover,
.btn-letgo.disabled:focus,
.btn-letgo[disabled]:focus,
fieldset[disabled] .btn-letgo:focus,
.btn-letgo.disabled:active,
.btn-letgo[disabled]:active,
fieldset[disabled] .btn-letgo:active,
.btn-letgo.disabled.active,
.btn-letgo[disabled].active,
fieldset[disabled] .btn-letgo.active {
  background-color: #e60000;
  border-color: #cc0000;
}
.btn-letgo .badge {
  color: #e60000;
  background-color: #fff;
}















.btn-bing {
  color: #fff!important;
  background-color: #007d70;
  border-color: #006b60;
}
.btn-bing:hover,
.btn-bing:focus,
.btn-bing:active,
.btn-bing.active,
.open .dropdown-toggle.btn-bing {
  color: #fff;
  background-color: #006b60;
  border-color: #006b60;
}
.btn-bing:active,
.btn-bing.active,
.open .dropdown-toggle.btn-bing {
  background-image: none;
}
.btn-bing.disabled,
.btn-bing[disabled],
fieldset[disabled] .btn-bing,
.btn-bing.disabled:hover,
.btn-bing[disabled]:hover,
fieldset[disabled] .btn-bing:hover,
.btn-bing.disabled:focus,
.btn-bing[disabled]:focus,
fieldset[disabled] .btn-bing:focus,
.btn-bing.disabled:active,
.btn-bing[disabled]:active,
fieldset[disabled] .btn-bing:active,
.btn-bing.disabled.active,
.btn-bing[disabled].active,
fieldset[disabled] .btn-bing.active {
  background-color: #007d70;
  border-color: #006b60;
}
.btn-bing .badge {
  color: #007d70;
  background-color: #fff;
}















.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}















.form-control {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}
.form-control,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border-radius: 0;
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: 10px 20px;
}
.c5wrapper input[type=text],
.c5wrapper input[type=email],
.c5wrapper input[type=tel],
.c5wrapper input[type=number],
.c5wrapper input[type=password],
.c5wrapper input[type=url],
.c5wrapper select {
    box-shadow: none;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 38px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus,
.form-control:focus {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
    border-color: #ccc;
    outline: none;
}
input[type=number] {
    padding: 0;
}
textarea {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 12px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container .select2-choice {
    border: 1px solid rgba(0, 0, 0, .1);
}
label {
    font-weight: 500;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
    box-shadow: 0 1px 6px rgba(0,0,0,0.25);
    position: relative;
    z-index: 10;
}
.editing .site-header {
    z-index: auto;
}
.site-name, .site-name h1, .site-name h2, .site-name h3, .site-name h4, .site-name h5, .site-name h6, .site-name a {
    font-size: 33px;
    line-height: 104px;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.site-name a:hover, .site-name a:focus {
    color: #444;
}
.site-name h1 small {
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    display: none;
    color: #444;
}
.site-name img {
    max-height: 80px;
}
@media (min-width: 768px) {
    .site-title {
        padding-left: 0;
    }
    .editing .navbar-header {
        width: 30%;
    }
    .editing .navbar-collapse.collapse {
        margin-left: 30%;
    }
    .site-header .container {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (min-width: 1200px) {
    .site-name h1 small {
        display: inline-block;
        border-left: 1px solid rgba(0, 0, 0, .1);
        padding-left: 10px;
        margin: 32px 0 32px 5px;
        line-height: 40px;
        vertical-align: top;
    }
}

/*--------------------------------------------------------------
## Primary Nav
--------------------------------------------------------------*/
.primary-nav .navbar {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
    //background: transparent;
}
.primary-nav .navbar .navbar-nav>li>a,
.primary-nav .navbar .navbar-nav>.open>a {
    line-height: 26px;
    font-size: 17px;
    font-weight: 300;
    //background-color: transparent;
    color: rgba(200, 200, 200, 1.0);
}
.primary-nav .navbar .navbar-nav>li>a .icon-preceding,
.secondary-nav .navbar .navbar-nav>li>a .icon-preceding {
    margin: 0 2px;
}
.primary-nav .navbar-collapse {
    border-color: #e7e7e7;
}
.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    padding: 0;
    border-radius: 0;
    font-size: 16px;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    //background: transparent;
    color: inherit;
}
.primary-nav .navbar .navbar-nav>.active>a,
.primary-nav .navbar .navbar-nav>.active>a:focus,
.primary-nav .navbar .navbar-nav>.active>a:hover {
    color: rgba(255, 255, 255, 1.0);
    //background: transparent;
}
.primary-nav .navbar .navbar-toggle {
    border: none;
    margin-top: 36px;
}
.primary-nav .navbar .navbar-toggle:focus,
.primary-nav .navbar .navbar-toggle:hover {
    //background-color: transparent;
}
.primary-nav .navbar-toggle .icon-bar {
    background-color: #888;
}
@media (min-width: 768px) {
    .primary-nav .navbar {
        //margin-top: 39px;
        //margin-bottom: 26px;
    }
    .primary-nav .navbar .navbar-nav>li>a {
        border-left: 1px solid rgba(0, 0, 0, .1);
        padding: 0 15px;
        //margin: 32px 0;
    }
    .primary-nav .navbar .navbar-nav>li:first-child>a {
        border: none;
    }
    .primary-nav .navbar-right {
        margin-right: -30px;
    }
    .primary-nav .navbar-right .dropdown-menu {
        right: -1px;
        left: auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .primary-nav .navbar .navbar-nav>li>a,
    .primary-nav .navbar .navbar-nav>.open>a {
        line-height: 40px;
        font-size: 21px;
    }
}





.navbar > .navbar-header {
	background: #141414;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.navbar > .navbar-header > button {
	margin-top: 10px!important;
}







/*--------------------------------------------------------------
## Secondary Nav
--------------------------------------------------------------*/
.top-nav {
    font-size: 15px;
	background-color: transparent;
    color: #ffffff;
    min-height: 38px;
    line-height: 38px;
    padding: 7px 0;
}

.top-nav p, .top-nav h1, .top-nav h2, .top-nav h3, .top-nav h4, .top-nav h5, .top-nav h6 {
    margin-top: 0;
    margin-bottom: 0;
}

.top-nav .breadcrumbs {
    margin: 0;
}
.top-nav .nav>li {
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
}
.top-nav .nav>li>a {
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 26px;
}
.top-nav .nav>li:last-child>a {
    border-right: none;
}
.top-nav .nav>li>a:focus,
.top-nav .nav>li>a:hover,
.top-nav .nav .open>a,
.top-nav .nav .open>a:focus,
.top-nav .nav .open>a:hover {
    background-color: transparent;
}
.top-nav .navbar-nav>li>.dropdown-menu {
    margin-top: 25px;
}
@media (max-width: 767px) {
    .top-nav .navbar-nav {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .top-nav .nav {
        margin-left: -15px;
    }
    .top-nav .nav.navbar-right {
        margin-left: 0px;
    }
    .top-nav-right {
        text-align: right;
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
    background: #f0f0f0;
}
#content > .container {
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.25);
    padding-left: 0px;
    padding-right: 0px;
}
#primary {
    padding: 0 15px;
    margin-top: 0px;
}
#primary.fullwidth-area {
    padding: 0;
}
.area-content-accent {
    background-color: #eee;
    padding-top: 52px;
    padding-bottom: 52px;
}
.area-content-accent.no-side-margins {
    padding-left: 45px;
    padding-right: 45px;
}
.no-side-margins {
    margin-left: -45px;
    margin-right: -45px;
}
.no-side-margins .ccm-image-slider-text {
    padding-left: 30px;
    padding-right: 30px;
}
.rslides_tabs {
    margin-top: 11px;
    margin-bottom: 16px;
    text-align: center;
}
.no-side-margins .rslides_tabs {
    padding-left: 30px;
    padding-right: 30px;
}
.ccm-image-slider-title {
    color: inherit;
}
.page-header-container {
    padding-bottom: 26px;
}
.page-header-container > h1 {
    margin-top: 52px;
}
.page-footer-container {
    padding-top: 26px;
}

















/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer .col-sm-3 {
    padding-top: 13px;
    padding-bottom: 13px;
}
.copyright-container {
    text-align: center;
}
.copyright {
    text-transform: uppercase;
	text-align: center;
	width: 100%;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6,
.site-footer p, .site-footer ul, .site-footer ol, .site-footer pre, .site-footer table, .site-footer blockquote {
    margin-top: 13px;
    margin-bottom: 13px;
}
@media (min-width: 768px) {
    .site-footer .container {
        padding-left: 45px;
        padding-right: 45px;
    }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination>li>a,
.pagination>li>span {
    color: inherit;
    font-weight: 300;
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-radius: 0;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #f9f9f9;
    border-color: rgba(0, 0, 0, .1);
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ccc;
    border-color: #ccc;
}

/*--------------------------------------------------------------
# Page List Block (thumbnail grid)
--------------------------------------------------------------*/
div.ccm-page div.blog-entry-list div.ccm-block-page-list-title,
div.recent-blog-entry div.ccm-block-page-list-title,
div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 6px;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}
div.ccm-block-page-list-page-entry-grid-thumbnail a {
    display: block;
}
div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.42857143;
}
.ccm-block-page-list-page-entry-grid-thumbnail img, .ccm-block-page-list-page-entry-thumbnail img {
    box-shadow: 1px 1px 2px 0 #d0d0d0;
    -webkit-box-shadow: 1px 1px 2px 0 #d0d0d0;
    -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
    -o-box-shadow: 1px 1px 2px 0 #d0d0d0;
}
@media (min-width: 768px) {
    div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item {
        float: left;
        width: 33.33333333%;
    }
    #main div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 147px;
    }
}
@media (min-width: 992px) {
    #main div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 193px;
    }
}
@media (min-width: 1200px) {
    #main div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 240px;
    }
}
div.ccm-page div.ccm-block-page-list-no-pages {
    text-align: center;
    padding: 40px 0;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal {
    margin-bottom: 30px;
}
div.ccm-page div.blog-entry-list div.ccm-block-page-list-date {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 147px;
    }   
}

@media (min-width: 992px) {
    div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 193px;
    }   
}

@media (min-width: 1200px) {
    div.ccm-page div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-page-entry-grid-item img {
        width: 100%;
        height: 240px;
    }   
}

div.ccm-page div.blog-entry-list div.ccm-block-page-list-title, div.recent-blog-entry div.ccm-block-page-list-title, div.ccm-block-page-list-thumbnail-grid-wrapper div.ccm-block-page-list-title {
    margin-top: 26px;
}

/*--------------------------------------------------------------
# Feature Block
--------------------------------------------------------------*/
.site-content .ccm-block-feature-item {
    margin: 26px 0;
}
.site-content .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
    margin: 52px 0;
}
.site-content .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon i {
    font-size: 33px;
    line-height: 39px;
}
.site-content .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover-title {
    font-size: 24px;
    line-height: 26px;
    margin: 26px 0;
}

/*--------------------------------------------------------------
# Testimonial Block
--------------------------------------------------------------*/
.site-content .ccm-block-testimonial-wrapper {
    margin: 26px 0;
}

/*--------------------------------------------------------------
# Image Slider Block
--------------------------------------------------------------*/
.boxed-captions .ccm-image-slider-text {
    position: absolute;
    width: 100%;
    top: auto;
    left: auto;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.boxed-captions .ccm-image-slider-title {
    margin-top: 26px;
    font-size: 26px;
    line-height: 33px;
}

@media(min-width: 768px){
    .boxed-captions .ccm-image-slider-text {
        width: 45%;
        right: 52px;
        bottom: 52px;
    }
    .boxed-captions .ccm-image-slider-title {
        margin-top: 26px;
        font-size: 37px;
        line-height: 46px;
    }
}


/*--------------------------------------------------------------
# Search Block
--------------------------------------------------------------*/
.site-header .ccm-search-block-form {
    position: relative;
    display: inline-block;
}
.site-header .ccm-search-block-form h3 {
    display: none;
}
.site-header .ccm-search-block-submit {
    float: right;
}
.c5wrapper .ccm-search-block-form .ccm-search-block-text,
.c5wrapper .site-header .ccm-search-block-form .ccm-search-block-text:focus {
    border: 1px solid #ededed;
    line-height: 26px;
    width: auto;
    vertical-align: top;
    display: inline-block;
}
.c5wrapper .site-header .ccm-search-block-form .ccm-search-block-text,
.c5wrapper .site-header .ccm-search-block-form .ccm-search-block-text:focus {
    padding: 10px 10px 10px 35px;
    box-shadow: none;
    min-width: 190px;
    height: 38px;
    margin: 0;
}
.site-header .ccm-search-block-form:before {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    position: absolute;
    left: 14px;
    line-height: 38px;
    text-decoration: inherit;
    color: #cbcbcb;
}

/*--------------------------------------------------------------
# Auto Nav Block - Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
    background: none;
    border-radius: none;
    padding: 0;
}
.breadcrumb>.active {
    color: inherit;
}
.site-header .breadcrumb {
    margin: 0;
}

/*--------------------------------------------------------------
# Breadcurmb Trail Block
--------------------------------------------------------------*/
.top-nav .breadcrumb-trail strong {
    font-weight: 400;
}

/*--------------------------------------------------------------
# Conversations Block
--------------------------------------------------------------*/





