.logo__description {
    white-space: pre-wrap;
    font-size: 18px;
}
.wrap__footer p.logo__title {
    text-align: center;
}
.wrap__footer p.logo__description {
    display: none;
}



.tcenter{
    text-align: center !important;
}
.tleft{
    text-align: left;
}

.tright{
    text-align: right;
}

.tjustify {
    text-align: justify;
    font-size: 18px;
}

.floatleft{
    float: left;
}

.floatright{
    float: right;
}

.clearfix{
    display: block;
    content: "";
    clear:both;
}
.fbold{
    font-weight: bold;
}

.fbolder{
    font-weight: bolder;
}
.tunderline{
    text-decoration: underline;
}

.fitalic {
    font-style: italic;
}

.img-thumbnl {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}
.polaroid {
  width: auto;
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: .1em .5em .5em;

  
}

.lgImg{
    width:350px;
    height:auto;
}

.lgImgWidth{
    width:500px;
    height:300px;
}

.mdImg{
    width:250px;
    height:auto;
}

.mdImgWidth{
    width:400px;
    height:250px;
}

.smImg{
    width:200px;
    height:auto;
}

.smImgWidth{
    width:300px;
    height:200px;
}

.xsImg{
    width:180px;
    height:auto;
}
.xsImgWidth{
    width:200px;
    height:200px;
}

.row { 
    width:100%; 
    flex-wrap:wrap;
    align-items:center;
    
}
.row::after {
    display:table;
    clear:both;
    content:""; 
    
}


.coll-4 {
    width: 30.33%;
    float: left;
    margin: .2em;
    padding: .25em;
}


.coll-6 {
    width: 48%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.coll-8 {
    width: 64.44%;
    float: left;
    margin: .2em;
    padding: .25em;
}

.wrap__page-content img, .wrap__editable img {
    padding: .2em;
    
}

.logo__summary {
    max-width: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
form label, form .help_text {
    width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 1.285714;
    color: black;
    margin: -2px 0 5px;
}

form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form input[type="week"], form input:not([type]), form textarea, form select {
    border: 1px solid black;
}


.form .input_container.checkbox_wrapper input + label:before, .form .input_container.radio_wrapper input + label:before {
    border: 1px solid black;
}

form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form input[type="week"], form input:not([type]), form textarea, form select {
    color: black;
}

.form__title, .form__caption {
    color: black;
}

@media (max-width: 1024px) {
    .logo__summary p {
        text-align: center;
    }
    .slider__title, .slider__caption {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
     .polaroid {
        margin: 15px auto;
    }
    
    .coll-6, .coll-4, .coll-8 {
        width: 100%;
        float: none;        
    }
    
}











