﻿body  
{
    margin: 0px 0px 0px 0px; 
}

.clearBoth {
    clear:both;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
#fancybox-content div {
    /*padding:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    min-width:300px;
    min-height:160px;
    width:300px!important;
    height:auto;*/
}

.Background {
}
.funny-circle-thing-Container {
    display:none;
}
.brochure-wrapper {

    position: relative;

}

/* Apply the class "group" to your container element  ie8+*/
.group:after {
  content: "";
  display: table;
  clear: both;
}

div.CenterCol
{
    display: block;
    width: 100%;        
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.FullZone { 
    display: inline-block;
    width: 100%;
    min-width: 100%;
}
        
div.HalfZone
{
    float: left;
    width: 50%;
}

    div.HalfZone.lastZone {
        width: 46%; margin-left: 3%;
    }
    
div.OneQuarterZone
{
    float: left;
    width: 28%;
    min-width: 28%;
    padding-right: 5%;
}
    
div.ThreeQuarterZone
{
    float: left;
    width: 64%;
    min-width: 64%;
}
    
    .firstZone
    {
        margin: 0px 20px 0px 0px;
    }
        
    .lastZone
    {
        margin: 0px 0px 0px 0px;
    }

.module {
    text-align: left;
}

.brochure-wrapper h1 {

    font-family: 'Times New Roman', serif;
    font-size: 46px;

}
.brochure-wrapper h2 {

    font-family: 'Times New Roman', serif;
    font-size: 20px;

    margin: 10px 0;

}

.brochure-wrapper h3 {

    font-family: 'Times New Roman', serif;
    font-size: 16px;
    text-transform: uppercase;

}

p.footnote {

    margin: 0;

}

.quote-text-one {

    font-family: 'Times New Roman', serif;
    font-size: 28px;
    width: 85%; 
    margin-top: 320px; 
    background: url('../_images/quote.png') no-repeat; 
    font-style: italic;

}

.quote {
    
    background: url('../_images/quote-background.png') no-repeat;
    margin: 0 0 40px auto;
    padding: 0;
    font-size: 28px;
    font-family: 'Times New Roman', serif;

    padding: 20px;
    width: 300px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: italic;
    
}

ul.quote {

    padding: 20px 20px 20px 40px;

}


input[type="checkbox"] {

    cursor: pointer;

}

span.quote-subtext {
    font-size: 12px;
    width: 100%;
    display: block;
    font-style: normal;

    line-height: auto;
}
span.quote-author {
    font-size: 16px;
    width: 100%;
    display: block;
    font-style: normal;
    text-align: right;
    line-height: normal;
}

.half {

    width: 50%;
    float: left;

    margin: 0 0 0 30px;

}
.twoThird {
    width: 66.666%;
    float: left;
}

.twoThird img {

    max-width: 100%;

}

.third {
    width: 33.333%;
    float: left;
}

.third h2 {

    width: 95%;
    margin: 0 0 0 auto;

}

.disclaimer {

    float: left;

}












/* not sure if this stuff is for ams or the regular site, its also in the ams-layout stylesheet */

.content-block__short-content {
    min-height: 400px;

}

.content-block__short-content span {
    display: block;
    padding: 1em;
    width: 100%;
    font-size: 1.1em;
}