/* cmsms stylesheet: CP_CMS_styles modified: 05/08/17 10:20:57 */
body {
    font-family: "Open Sans", Arial, serif;
    line-height: 1.8;
    font-size: 18px;
    color: #777777;
}

a:hover, a:focus {
  color: #23527c;
}

table {
    font-family: "Open Sans", Arial, serif;
    line-height: 1.8;
    font-size: 16px;
    color: #777777;
}
table th {
    font-weight: 600;
    color: #7199bd;
font-size: 16px;
}
.table > tbody > tr > td {
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #eeeeee;
font-size: 16px;
color: #777777;
}
.table > thead > tr > th {
    border-bottom: 2px solid #8FB7D8;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.content-image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 60%;
}
@media (max-width: 450px) {
.content-image {
    max-width: 100%;
margin-left: 0px !important;
}
}


.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
img.pull-left {
  margin-right: 20px !important;
}
img.pull-right {
  margin-left: 20px !important;
}
.profile-image {max-height: 120px;}

.img-circle {
    border-radius: 50%;
}
.half-width {
  max-width: 50%;
}

.card {
    box-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-bottom: 2rem;
padding: 2rem;
font-size: 1.0em;
}
.card:after {
    content:'';
    display:block;
    clear: both;
}

.h3, h3 {
    font-size: 24px;
}


{* contact form *}


.box {
/*
  position: relative;
  margin: auto;
  height: 860px;
  top: 40px;
  left: 0;
  z-index: 200;
  right: 0;
  width: 400px;*/
  color: #666;
  border-radius: 3px;
  background: #FFF;
  margin-bottom: 10px;
/*  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);*/
  overflow: hidden;
/*  padding-top: 15px;*/
}



.box h1 {
/*  margin-left: 20px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  color: #cfd8dc;
  line-height: 35px;*/
}

.box button {
  background: #cfd8dc;
  border: 0;
  color: #6ebd59;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
  width: 330px;
  margin: 20px auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
}

.box button:active {
  background: #6ebd59;
  color: #263238;
}

.box button:hover {
  background: #6ebd59;
  color: #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.box p {
/*  font-size: 14px;
  text-align: center;*/
}

.group {
  position: relative;
  margin-bottom: 25px;
  margin-left: 0px;
}

.inputMaterial {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 300px;
  width: 99%;
  border: none;
  border-bottom:1px solid #BCBCBC;
  line-height: 1.1em;
}

.inputMaterial:focus {
  outline: none;
}

#formfieldsetid {
  padding: 25px 15px 15px 15px;
  border-bottom: none;
}

.card, fieldset {
  padding: 20px 20px 20px 20px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12),0px 1px 2px 0px rgba(0,0,0,0.24);
    border:none;
}

.cta-txt {
  font-size: 2.0em;
line-height: 1.2;
}
.cta-button {
  text-align: left;
  font-size: 20px !important;
  line-height: .9;
}

.card-footer {
line-height: 1.6em;
max-width: 400px;
padding: 20px 15px 15px 15px;
margin-top: 0px;
margin-bottom: 0px;

}
.profile-image-footer{
  max-height: 120px !important;
  margin: 0px 15px 10px 0px  !important;
  float: left;
}

.footer-cta-fix {
  font-size: 1.5em;
  margin: 0;
}
@media  (min-width: 768px)  {
.card-footer {margin-left: 0;}
}
@media  (min-width: 768px) and (max-width: 991px) {
  .footer-cta-fix {
    margin-top: 45px;
    font-size: 1.6em;
    text-align: right;
  }
}
@media  (min-width: 992px) {
  .footer-cta-fix {
    margin-top: 60px;
    font-size: 1.6em;
    text-align: right;
  }
}
.form-intro-text {
  line-height: 1.4em;
padding-bottom: 20px;
font-size: .9em;
padding-left: 5px;
}


/* LABEL ======================================= */

label {
  color: #777777;
  color: #6ebd59;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}


/* active state */

.inputMaterial:focus ~ label,
.inputMaterial:valid ~ label {
  top: -15px;
  font-size: 14px;
  color: #6ebd59;
  color: #B6B4B4;
}
.inputMaterial:required {
  box-shadow: 0px 0px 0px #fff;
/*  border-bottom: 1px solid rgba(200, 0, 0, 1); */
}

.inputMaterial:focus:required:invalid {
  background-color: rgba(255, 192, 203, 0.34);
  color: rgba(200, 0, 0, 1);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffc0cb+100&1+0,0.35+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,192,203,0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,192,203,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,192,203,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#59ffc0cb',GradientType=0 ); /* IE6-9 */


}
.inputMaterial:required:valid {
  background-color: transparent;
  color: #35991a;
}
.captcha {font-size: 14px;}

.group.file-upload-input {
margin-top: 20px;
padding: 35px 15px 10px 15px;
border: 1px solid #E3E3E3;
margin-bottom: 15px;
}

@media (max-width: 991px) {
  .group.file-upload-input {
  padding: 50px 15px 10px 15px;
  }
}

.file-upload-input label {
  top: 10px;
  font-size: 14px;
  color: #6ebd59;
  margin-left: 10px;
line-height: 1.2em;
}


.group.captcha {
margin-top: 10px;
padding: 5px 10px 10px 10px;
border: 1px solid #E3E3E3;
margin-bottom: 20px;
}
.captcha label {
  top: 0px;
  font-size: 14px;
  color: #6ebd59;
  position: initial;
  left: 0;
  margin-left: 0;
  line-height: 1.2;
}

.captcha-input-cms .inputMaterial {
  line-height: 1.8em;
  font-size: 28px;
}
.danger-color {
  color:#a94442 !important;
}
.captcha .cms_textfield {
  font-size: 25px;
  width: 95%;
}

.file-specs {
  font-size: .8em;
  margin-bottom: 25px;
}

/* BOTTOM BARS ================================= */

.bar {
  position: relative;
  display: block;
  width: 315px;
  width: 99%;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #6ebd59;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */

.inputMaterial:focus ~ .bar:before,
.inputMaterial:focus ~ .bar:after {
  width: 50%;
}

.news-detail hr  {
margin: 15px 0 10px 0;
}

/* active state */
.inputMaterial:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
.dont-show {
    opacity: 0;
}
#NewsPostDetailTitle {
color: #4CAF50;
margin-top: 0px;
}

.news-by {
    color: #6898C0;
}

.breadcrumb {
    color: #6898C0;
}
.ms-slidebar .ms-slidebar-header .ms-slidebar-title .ms-slidebar-t {
    float: left;
    margin-left: 20px;
    line-height: 50px;
    padding-top: 0px;
}
