html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
    margin: 0;
}
body:not(.page_home) {
    background-color: #f2f2f2;
    display: inline;
}
body.page_features .slide_content,
body.faq .slide_content {
    max-width: 960px;
    vertical-align: middle;
}

a {
    color: #4e83bd;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover,
a.selected {
    /*color: #384450; changed this, because is the same as one background */
    color: #e4ba0c;
    text-decoration: none;
}

hr {/* main separator */
    border-color: #d7d7d7;
    border-width: 0 0 1px 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

iframe {
    max-width: 100%;
}

img {
    border: none;
    max-width: 100%;
}

input[type='submit'] {
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
}

p {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

body,
button,
input,
textarea {
    /*font-family: 'Sintony', sans-serif;*/
    font-family: 'Gothic A1', sans-serif;
    
}









.bot_check {
    display: none !important;
}


.page_menu_zone {/* page header menu wrapper; used for features page */
    display: inline-block;
    text-align: right;
}

/**
 * Page slides
 */

.slide_wrapper {/* wrapper for a slide; covers entire screen vertically and horizontally */
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.slide_content {/* single slide content */
    margin: 0 auto;
    max-width: 1300px;
    width: 95%;
}
.page_home .slide_content {
    max-width: none;
    width: 100%;
}

.best_practices h1 {
    font-size: 1.8em;
    font-weight: normal;
    margin-bottom: 0;
}

.best_practices h2 {
    font-weight: normal;
}

.best_practices article img {
    max-width: 1000px;
    width: 100%;
}

body.faq .slide_content {/* single slide content */
    border-top: solid 1px #ccc;
    margin-top: 20px;
    padding-top: 30px;
}

.slide_content>article {/* all of the main links' wraooers */
    max-width: 100%;
    text-align: center;
}

.bodytext ol li {
    list-style-type: decimal;
}

@media (max-width: 1024px) {
    body.body_external{
        /*background: none;
        background-color: #f2f2f2;*/
    }

    .button_responsive{
        display: block;
    }

    nav.menu_points_box{
        background-color: rgba(255,255,255, 0.9);
        padding: 20px;
        position: absolute;
        left: -240px;
    }

    .slide_content>article{
        margin: 0 auto;
        width: 95%;
    }

    .page_menu_zone{
        padding-left: 5%;
    }

    .page_menu_zone,/* features page menu */
    .page_menu_zone>*{
        display: block;
        font-size: 1.2em;
        text-align: left;
    }
}

@media (max-width: 1024px) and (orientation: landscape) {
    .page_menu_zone,/* features page menu */
    .page_menu_zone>*{
        font-size: 1.1em;
    }
}

@media (max-width: 800px){
    .layout_75p{
        width: 60%;
        overflow: hidden;
    }
    .layout_25p{
        width: 33%;
    }
}

@media (max-width: 800px) and (orientation: portrait){
    section#pricing_table_wrapper section li h5{
        font-size: 0.8em;
    }
    section#pricing_table_wrapper section li h6{
        font-size: 0.9em;
    }
    section#pricing_table_wrapper section h4{/* pricing table first column */
        font-size: 0.5em;/* height: 34px; */margin: 0;overflow: hidden;width: 14%;
    }

    ul.feature_tab_quicknav{/* feature tab subcategory links */
        line-height: 120%;
        margin: 10px auto;
        text-align: center;
        width: 80%;
    }
    ul.feature_tab_quicknav li {
        border-right: none;
        display: block;
        margin: 0;
        padding: 0.7em;
        text-align: center;
    }


    h1.features{/* features page title */
        font-size: 5em;
        padding-left: 5%;
    }

    .feature_tab_holder .h1_title{
        font-size: 2em;
        margin-bottom: 4%;
        text-align: center;
    }
}

@media only screen and (max-width: 800px) and (orientation: landscape){
    h1.pricing{/* pricing page title */
        font-size: 6.5em;
        width: 12%;
    }
    section#pricing_table_wrapper section h4 {/* pricing table first column */
        max-height: 85px;
        overflow: hidden;
        width: 12%;
        word-wrap: break-word;
    }
}

@media only screen and (max-width: 640px){
    h1.pricing{/* pricing page title */
        font-size: 2.4em;
    }
    section#pricing_table_wrapper{
        margin-top: 30px;
    }
    .slide_content {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) and (orientation: portrait){
    section#pricing_table_wrapper section#pricing_table_header li:nth-child(3){
        padding-top: 10px;
        top: -11px;
    }
}

@media only screen and (max-width: 800px){
    .layout_75p{
        margin-right: 1%;
        overflow: hidden;
        width: 50%;
    }
    .layout_50p,
    .layout_50p.last{
        display: block;
        float: none;
        width: 94%;
        margin: 2% auto;
    }
    .layout_25p{
        width: 46%;
    }
    div.align_right{
        text-align: center;
    }

    .last{
        margin-right: auto;
    }


    #vid1, #vid2{/* default height for full-width video */
        height: 600px;
    }
}

@media only screen and (max-width: 800px){
    .layout_75p{
        margin-right: 0;
        width: 100%;
    }

    .bodytext{
        margin: 0;
        max-width: none;
        width: 90%;
    }

    .layout_25p{
        width: 100%;
    }
    .droid_15{/* contact us page offices' info */
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 360px) and (orientation: portrait){
    .droid_13gray{/* contact us page offices' info */
        font-size: 1.5em;
    }
    section#pricing_table_wrapper section li{
        font-size: 0.5em;
        overflow: hidden;
    }
    section#pricing_table_wrapper section li:nth-child(3){
        font-size: 0.5em;
        padding-bottom: 0;
        width: 19%;
    }
}

@media only screen and (max-width: 360px) and (orientation: landscape){
    .droid_13gray{/* contact us page offices' info */
        font-size: 1.2em;
    }
}