﻿.standard_page_content
{
    float: left;
    min-width: 300px;
    max-width: 925px;
    background-color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) 
{  
    .standard_page_content
    {
        max-width: 720px;
    }    
}

@media (min-width: 767px) and (max-width: 1000px) 
{    
    .standard_page_content
    {
        max-width: 500px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) 
{    
    .standard_page_content
    {
        max-width: 725px;
    }
}
.empty_page_content
{
    float: left;
    width: 900px;
    background-color: #fff;
}
.standard_page_column
{
    float: left;
    margin-left: 8px;
    width: 205px;
}
.landing_page_content
{
    float: left;
    width: 545px;
    background-color: #fff;
}
.landing_page_column
{
    float: left;
    margin-left: 8px;
    width: 340px;
    background-color:#fff;
}

.mainSection
{
    background-color:#FFF;
    width:900px;
    margin:0px auto;
}
.content_block
{
    padding: 6px 12px 8px 18px;
}

.content_block img
{
    max-width:100%;
}

.column_block
{
    padding: 6px 6px 8px 18px;
}

.content_block li
{
    background-image: url("../img/style/check_bullet.gif");
    background-repeat: no-repeat;
    list-style-type: none;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 1px;
}

ul.twoColumns
{
    margin: 0px;
    padding: 0px;
    margin-left: 90px;
    display: inline-block;
    font-size: 10pt;
}

ul.maxTwoColumns
{
    margin: 0px;
    padding: 0px;
    margin-left: 60px;
    display: inline-block;
    font-size: 10pt;
}

.maxTwoColumns li
{
    float: left;
    width: 100%;
    background-image: url("../img/style/check_bullet.gif");
    background-repeat: no-repeat;
    font-size: 10pt;
    list-style-type: none;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 1px;
}

.twoColumns li
{
    float: left;
    width: 45%;
    background-image: url("../img/style/check_bullet.gif");
    background-repeat: no-repeat;
    font-size: 10pt;
    list-style-type: none;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 1px;
}

.standard_page_column li
{
    background-image: url("../img/style/check_bullet.gif");
    background-repeat: no-repeat;
    font-size: 10pt;
    list-style-type: none;
    margin: 0px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 1px;
}

.standard_page_column .button
{
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    text-decoration:none;
    display:block; 
    height:52px; 
    width:208px; 
    text-decoration:none;
    margin-bottom:3px;
}

.standard_page_column .demo
{
    background-position:100% 0%;
    background-image:url('/img/accordion/buttons_2014.png');
}
.standard_page_column .moreinfo
{
    font-size: 12px;
    line-height: 1;
}
.standard_page_column .webinars
{
    background-position:100% 66%;
    background-image:url('/img/accordion/buttons_2014.png');
}
.standard_page_column .reviews
{
    background-position:100% 100%;
    background-image:url('/img/accordion/buttons_2014.png');
}

.standard_page_column .button span
{
    display:block;
    top:18px;
    left:60px;
    color:#757575;
    width:135px;
    text-align:center;
    font-size:12pt;
}

.standard_page_column a.button span:hover
{
    font-weight:800;
    text-decoration:none;
}

/* Used in CE-On-Tour */
.page_block
{   
    width: 100%;
    margin: 10px auto;
    width:850px; 
}
.page_block .left
{
    width: 425px;
    height: 300px;
    float: left;
}
.page_block .left h3
{
    padding-left: 60px;
}
.page_block .left li
{
    list-style-type: none;
    background-image:none;
}
.page_block .right
{
    width: 425px;
    height: 290px;
    float: right;
    padding-top: 10px;
}

.inSection
{
    /*width: 650px;
    font-size: 11px;*/
}
.inSectionTour
{
    /*width: 650px;*/
    font-size: 11px;
}
.inSectionCorner
{
    width: 870px;
    font-size: 11px;
}
.inSection h3
{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 6px 0px 6px 0px;
}

.inSection p
{
    width: 100%;
    float: left;
    margin:4px 0px 4px 0px;
}
.inSection .full
{
    width: 100%;
    float: left;
    margin:4px 0px 4px 0px;
}

.inSection img
{
    margin: 0px 3px 0px 3px;
    float: right;
    clear:right;
}

.inTitle
{
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin: 6px 0px 6px 0px;
}
.inSectionContent
{
    max-width: 555px;
    width:100%;
    font-size: 11px;
    float: left;
}

.inSectionContentTour
{
    font-size: 11px;
    float: left;
}

.inSectionContentCorner
{
    width: 720px;
    font-size: 11px;
    float: left;
}

.inScreenShot
{
    float: right;
}
.clear
{
    clear: both;
}
.inSeparate
{
    border-bottom: 1px solid #CCCCCC;
    height: 15px;
    margin: 0px 0px 15px 0px;
    width:100%;
    clear:both;
}

.inSeparateCorner
{
    border-bottom: 1px solid #CCCCCC;
    height: 15px;
    margin: 0px 0px 15px 0px;
    width: 860px;
    clear:both;
}

.topformheader
{
    background:url("../img/style/topheader.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    width:570px;
    max-width:100%;
}

.bottomformfooter  {
    background:url("../img/style/bottom-form.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    padding-bottom:22px;
    width:570px;
    max-width:100%;
}

.bottomformfootersm  {
    background:url("../img/style/bottom-form-sm.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    padding-bottom:22px;
    width:400px;
}

.topformheadersm
{
    background:url("../img/style/topheader-sm.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    width:400px;
    max-width:100%;
}

.mainform
{
    background:none repeat scroll 0 0 #FAFAFA;
    border-left:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
    overflow:hidden;
    padding-bottom:10px;
    position:relative;
    width:569px;
    max-width:100%;
}

@media (min-width: 320px) and (max-width: 568px) 
{
    .bottomformfootersm, .topformheadersm, .topformheader, .bottomformfooter, .mainform
    {
        width:310px;
    }
    .mainform input
    {
        width:auto !important;
    }
}
.mainform label
{
    font-size:14px;
    color:#475258;
    padding-bottom:4px;
    display:block;
}

.topincludeformheader
{
    background:url("../img/style/topincludeheader.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    width:870px;
    clear:both;
    margin:0px 0px 0px 18px;
}

.bottomincludeformfooter  {
    background:url("../img/style/bottomincludeform.png") no-repeat scroll left top transparent;
    display:block;
    height:8px;
    padding-bottom:22px;
    width:870px;
    margin:0px 0px 0px 18px;
}

.mainincludeform
{
    background:none repeat scroll 0 0 #FAFAFA;
    border-left:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
    overflow:hidden;
    padding-bottom:10px;
    position:relative;
    width:868px;
    margin:0px 0px 0px 18px;
}

.mainincludeform label
{
    font-size:14px;
    color:#475258;
    padding-bottom:4px;
    display:inline-block;
}

.mainincludeform .checkBoxLabels label
{
    font-size:12px;
    color:#475258;
    line-height:8px;
    margin-left:8px;
    display:inline-block;
}



.formBox
{
    background-color:#F3F3F3;
    padding:30px;
}

.formTitle
{
    margin-bottom:3px;
    padding:10px;
    background-color:#555555;
}

.formTitle h1
{
    color:#EFEFEF;
    margin:0px;
    padding:0px;
}

.terms
{
    color:#767676;
    font:10px/150% Arial,Helvetica,sans-serif;
    padding-right:7px;
}

/* Customer Corner Section */

.blockLink
{
    height:90px;
    width: calc(25% - 10px);
    /*width: calc(33% - 10px);*/
    min-width: 260px;
    background-color:#f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 0 0 rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.09);
    display:block;
    float:left;
    margin-top:10px;
    margin-right:10px;
    text-align:center;
}
.blockLink:hover
{
    text-decoration:none;
    font-weight:bold;
    margin-top:8px;
            
    transform: translateY(-1px);
    box-shadow: 0 0 2px rgba(41,70,97,.1), 0 2px 3px rgba(41,70,97,.1), 0 7px 9px rgba(41,70,97,.1);
}
.blockLinkSpan
{    
    display: block;
    margin:20px 20px 0px auto;
    width: 240px;
}
.blockLinkIcon
{   
    margin: 15px 10px 10px 17px;
    float: left;
    height: 60px;
}

.homePageBlock
{
    display:block; margin: 0px auto; float:left; width:100%;
}

.latestTips
{
    margin-top: 10px; min-height:80px;
}

.quickLinks
{
    margin-top: 40px;min-height: 150px;
}

@media (min-width: 320px) and (max-width: 767px) 
{  
    .blockLink
    {
         width: calc(100% - 10px);
    }    
    .blockLinkSpan
    {
        margin:20px 20px 0px auto;
        width:280px;
        font-size:20px;
    }
}