/*
Theme Name: DoGooderApp.com
Theme URI: http://www.deltasys.com/
Description: Custom WordPress theme built by Delta Systems Group
Version: 1.0
Author: Delta Systems Group
*/

/* @group CSS RESET
 * HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 12px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #efad2e; color: #fff; text-shadow: none; }
::selection { background: #efad2e; color: #fff; text-shadow: none; }

a { color: #CC7735; }
a:visited { color: #CC7735; }
a:hover { color: #000; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%; height: auto; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: middle; }

/* @end */
/* @group UNIVERSAL STYLES
--------------------------------------------*/

body {
    background: #eee url('images/background.png') repeat left top;
    color: #666;
    font-family: 'Trebuchet MS', sans-serif;
}

.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.section {
    clear: both;
    overflow: hidden;
    background: url('images/section-divider.png') repeat-x left top;
    padding: 30px 0;
}

.home .content p {
    width: 780px;
    margin: 0px auto;
}

/* @end */
/* @group HEADER
--------------------------------------------*/

#page-header .container {
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 25px auto;
}

.site-title {
    display: inline;
}

#page-header .button-try {
    position: absolute;
    right: 0px;
    top: 30px;
    float: right;
}

.bigheadline {
    font-family: 'Covered By Your Grace', cursive;
    font-weight: normal;
    color: #5f3d16;
    text-align: center;
    font-size: 30px;
    margin: 30px auto;
    width: 960px;
    background: url('images/hilight.png') no-repeat 279px center;
}

.bigheadline em {
    font-style: normal;
}

h2 {
    line-height: 1.3em;
}

/* @end */
/* @group SHOWCASE
--------------------------------------------*/

#showcase {
    margin: -50px 0;
}

.slide {
    position: relative;
    min-height: 550px;
    width: 960px;
    text-align: center;
    margin: 0px auto;
}

.slide .callout {
    position: absolute;
    width: 180px;
    text-align: left;
}

.slide .callout-title {
    font-family: 'Covered By Your Grace', cursive;
    font-weight: normal;
    font-size: 21px;
    color: #5f3d16;
    margin: 0px;
    padding: 0px;
}

.slide .callout p {
    margin: 0px 0px 10px 0;
    padding: 0px;
    line-height: 16px;
    font-size: 12px;
}

#slide-01-callout-01 {
    left: 20px;
    top: 155px;
}

#slide-01-callout-02 {
    right: -10px;
    top: 64px;
}

#slide-01-callout-03 {
    right: -10px;
    top: 280px;
}

/* @end */
/* @group FEATURES
============================================================================= */

.feature-tile {
    display: inline;
    width: 225px;
    float: left;
    position: relative;
    margin-left: 20px;
}

.feature-tile:first-child {
    margin-left: 0px;
}

.feature-thumbnail {
    display: inline;
    float: left;
    margin-right: 5px;
}

.feature-title {
    color: #5f3d16;
    font-size: 16px;
    margin: 0px;
}

/* @end */
/* @group CLIENTS
============================================================================= */

.clients-title {
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    margin: 0px;
    text-shadow: 0px 1px 0px #fff;
}

#client-list {
    list-style: none outside none;
    margin: 10px 0;
    padding: 0px;
    display: table;
    width: 100%;
    text-align: center;
}

#client-list li {
    display: table-cell;
    width: 33%;
}

.ieold #client0list {
    display: block;
}

.ieold #client-list li {
    display: inline;
    float: left;
    width: 33%;
}

/* @end */
/* @group FOOTER
============================================================================= */

#page-footer {
    margin: 20px auto 100px;
}

.delta-link, .delta-link.ir {
    display: block;
    width: 194px;
    height: 40px;
    margin: 0px auto;
    background: url('images/developedbydeltasystems.png') no-repeat left top;
}

.delta-link:hover {
    background-position: left bottom;
}


/* @end */
/* @group MODAL WINDOWS
============================================================================= */

.modal.closed {
    display: none;
    visibility: hidden;
}

#overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url('images/black-70.png') repeat left top;
    z-index: 8888;
}

#modal-tryout {
    width: 621px;
    height: 568px;
    background: url('images/modal-badge.png') no-repeat left top;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -380px 0 0 -310px;
}

#modal-tryout .modal-content {
    position: absolute;
    width: 560px;
    height: 303px;
    background: url('images/modal-bg-tryout.png') no-repeat left top;
    left: 31px;
    bottom: 27px;
}

.button-close {
    width: 31px;
    height: 32px;
    background: url('images/close.png') no-repeat left top;
}

#modal-tryout .button-close {
    position: absolute;
    right: -5px;
    top: 180px;
    cursor: pointer;
}

.modal-title {
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #5f3d16;
    padding: 0px 15px;
    margin: 10px 0;
    text-shadow: 0px 1px 0px #f7d496;
}

#modal-tryout .gform_wrapper ul {
    margin: 0 20px;
    padding: 0px;
    list-style: none outside none;
    position: relative;
    overflow: hidden;
}

#modal-tryout .gform_wrapper ul li {
    width: 235px;
    position: relative;
    clear: both;
}

#modal-tryout .gform_wrapper #field_1_5 {
    width: 265px;
    position: absolute;
    right: 10px;
    top: 0px;
}

#modal-tryout .gform_wrapper textarea {
    width: 255px;
    max-width: 255px;
    min-width: 255px;
    resize: none;
    height: 110px;
}

#modal-tryout label {
    font-size: 10px;
    margin: 10px 0 3px 5px;
    clear: both;
}

#modal-tryout input {
    width: 210px;
}

#modal-tryout input.button {
    box-shadow: 0px 0px 0px transparent;
    padding: 0px;
    border: 0px none;
    border-radius: 0px;
    width: 263px;
    height: 43px;
    background: url('images/button-contactme.png') no-repeat left top;
    position: absolute;
    right: 25px;
    bottom: 12px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0px;
    color: #eea82b;
    cursor: pointer;
}

#modal-tryout .gfield_required, #modal-tryout .validation_error, #modal-tryout .gform_edit_link, #modal-tryout .instruction  {
    display: none;
}

#modal-tryout .validation_message {
    position: absolute;
    right: 15px;
    top: 1px;
    white-space: nowrap;
    font-size: 10px;
    color: #c00;
}

#modal-tryout #gforms_confirmation_message {
    margin: 80px 20px;
    text-align: center;
    background-color: #ffc;
    padding: 20px 0;
    border: 1px solid #EFAD2E;
    font-size: 16px;
    font-weight: bold;
    color: #5f3d16;
}


/* @end */
/* @group FORM ELEMENTS
============================================================================= */

input, textarea {
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 6px;
    box-shadow: inset 0px 1px 2px #aaa;
    outline: 0px none;
}

input:focus, textarea:focus {
    border-color: #eea82b;
}

.gfield_error input, .gfield_error textarea {
    background-color: #ffc;
}

label {
    font-family: 'Lucida Grande', sans-serif;
    font-weight: bold;
    color: #333;
    display: inline-block;
}


/* @end */
/* @group MISCELLANEOUS
============================================================================= */

.ir {
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0px;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    direction: ltr;
    background-color: transparent;
    background-repeat: no-repeat;
}

.ir a {
    display: block;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}

.wp-smiley {
	margin:0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

/* @end */
/* @group ANIMATIONS
============================================================================= */

.modern.js .callout {
    opacity: 1;
    margin-top: 0;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.modern.js .callout.animated {
    opacity: 0;
    margin-top: -15px;
}

.modern.js .slide-image {
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.modern.js .slide-image.animated {
    opacity: 0;
}

/* @end */
/* @group PAGES
============================================================================= */

[id^="page"].content {
    width: 702px;
    position: relative;
    margin: 0px auto;
}

.content .t {
    background: url('images/vapp-container.png') no-repeat left top;
    height: 14px;
    margin: 10px 0 0 0;
}

.content .m {
    background: url('images/vapp-container.png') repeat-y right top;
    min-height: 400px;
    font-family: sans-serif;
    line-height: 1.5em;
    color: #555;
}

.content .m .inner {
    padding: 20px;
}

.content .f {
    background: url('images/vapp-container.png') no-repeat left bottom;
    height: 95px;
}

/* @end */
/* @group FORM PAGE
============================================================================= */

/* Try it out */

#page-tryitout .gform_wrapper {
    position: relative;
    top: -30px;
    width: 621px;
    height: 568px;
    margin: 0 auto;
    background: url('images/modal-badge.png') no-repeat left top;
}

#page-tryitout form {
    position: absolute;
    width: 560px;
    height: 303px;
    background: url('images/modal-bg-tryout.png') no-repeat left top;
    left: 31px;
    bottom: 27px;
}

#page-tryitout .gform_description {
    display: block;
    height: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #5f3d16;
    padding: 0px 15px;
    margin: 10px 0;
    text-shadow: 0px 1px 0px #f7d496;
}

#page-tryitout .gform_wrapper ul {
    margin: 0 20px;
    padding: 0px;
    list-style: none outside none;
    position: relative;
    overflow: hidden;
}

#page-tryitout .gform_wrapper ul li {
    width: 235px;
    position: relative;
    clear: both;
}

#page-tryitout .gform_wrapper #field_1_5 {
    width: 265px;
    position: absolute;
    right: 10px;
    top: 0px;
}

#page-tryitout .gform_wrapper textarea {
    width: 255px;
    max-width: 255px;
    min-width: 255px;
    resize: none;
    height: 110px;
}

#page-tryitout label {
    font-size: 10px;
    margin: 10px 0 3px 5px;
    clear: both;
}

#page-tryitout input {
    width: 210px;
}

#page-tryitout input.button {
    box-shadow: 0px 0px 0px transparent;
    padding: 0px;
    border: 0px none;
    border-radius: 0px;
    width: 263px;
    height: 43px;
    background: url('images/button-contactme.png') no-repeat left top;
    position: absolute;
    right: 25px;
    bottom: 12px;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0px;
    color: #eea82b;
    cursor: pointer;
}

#page-tryitout .gfield_required, #page-tryitout .validation_error, #page-tryitout .gform_edit_link, #page-tryitout .instruction, #page-tryitout #field_1_9 {
    display: none;
}

#page-tryitout .validation_message {
    position: absolute;
    right: 15px;
    top: 10px;
    white-space: nowrap;
    font-size: 10px;
    color: #c00;
}

#page-tryitout #gforms_confirmation_message {
    margin: 80px 20px;
    text-align: center;
    background-color: #ffc;
    padding: 20px 0;
    border: 1px solid #EFAD2E;
    font-size: 16px;
    font-weight: bold;
    color: #5f3d16;
}

/* Other forms */

#page-form .gform_title {
    font-weight: bold;
    color: #5F3D16;
    text-shadow: 0px 1px 0px #fff;
    font-size: 2em;
    font-family: 'Trebuchet MS', sans-serif;
    font-style: italic;
}

#page-form .gform_title:first-child {
}

#page-form .gform_fields {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
    margin: 0px;
    padding: 5px;
    background: url('images/stripe.png') repeat left top;
}

#page-form .gform_fields li {
    margin: 5px 0px;
    padding: 5px;
    clear: both;
    overflow: hidden;
    position: relative;
}

#page-form .gform_fields input, #page-form .gform_fields textarea {
    border-width: 3px;
}

.ie #page-form .gform_fields input, .ie #page-form .gform_fields textarea {
    background-color: #fff;
    border: 1px solid #aaa;
}

.ie #page-form .gform_fields input:focus, .ie #page-form .gform_fields textarea:focus {
    border-color: #EEA82B;
}

#page-form .gform_fields label {
    font-weight: bold;
    color: #5F3D16;
    padding-left: 5px;
}

#page-form .gform_fields .ginput_container label {
    font-size: 0.8em;
    color: #333;
}

#page-form .gform_heading {
    margin-bottom: 10px;
}

#page-form .gform_fields .gsection {
    margin-top: 20px;
}

#page-form .gform_fields .gsection:first-child {
    border-top: 0px none;
    margin-top: 10px;
    padding-top: 0px;
}

#page-form .gform_fields .gsection_title {
    font-weight: bold;
    color: #EEA82B;
    text-shadow: 0px 1px 0px #fff;
    font-size: 1.2em;
    font-family: 'Trebuchet MS', sans-serif;
    margin: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #EEA82B;
}

#page-form .gform_fields ul.gfield_checkbox {
    padding: 0 5px;
}

#page-form .gform_fields ul.gfield_checkbox label {
    font-size: .9em;
}

#page-form .gform_fields input, #page-form .gform_fields textarea {
    background: #f5f5f5;
}

#page-form .gform_fields textarea {
    width: 97%;
    max-width: 97%;
    min-width: 10%;
    resize: both;
    height: 100px;
}

#page-form .gform_fields textarea.large {
    min-height: 200px;
}

#page-form .gform_fields input:focus, #page-form .gform_fields textarea:focus {
    background: #fff;
}

.modern #page-form .gform_fields input:focus, .modern #page-form .gform_fields textarea:focus {
    border-color: #fff;
}

#page-form .gfield_description {
    font-size: 11px;
    color: #333;
    letter-spacing: 0.5px;
    padding-left: 5px;
}

.gfield_date_month, .gfield_date_day, .gfield_date_year {
    display: inline;
    float: left;
}

.ginput_container_date label {
    display: block;
}

.gfield_date_month input, .gfield_date_day input {
    width: 40px;
    text-align: center;
}

.gfield_date_year input {
    width: 70px;
}

.input-left, .gfield_date_month input {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px none;
}

.input-right, .gfield_date_year input {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-mid, .gfield_date_day input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    text-indent: 0px;
    border-right: 0px none;
}

#page-form .gform_button {
    position: absolute;
    bottom: 23px;
    right: 23px;
    border: 1px solid #b9851e;
    box-shadow: 0px 0px 0px 3px #fff, inset 0px 1px 0px #f7d54c;
    background-color: #f3c039;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c039), to(#eb9a23)); /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #f3c039, #eb9a23); /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image:    -moz-linear-gradient(top, #f3c039, #eb9a23); /* FF3.6 */
      background-image:     -ms-linear-gradient(top, #f3c039, #eb9a23); /* IE10 */
      background-image:      -o-linear-gradient(top, #f3c039, #eb9a23); /* Opera 11.10+ */
      background-image:         linear-gradient(top, #f3c039, #eb9a23);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3c039', EndColorStr='#eb9a23'); /* IE6-IE9 */
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0px 1px 1px #b9851e;
    font-family: 'Trebuchet MS', sans-serif;
    padding: 6px 30px;
}

.ieold #page-form .gform_button {
    text-align: center;
    max-width: 200px;
}

.page-template-page-form-php .button-try {
    display: none;
}

.validation_error {
    text-align: center;
    color: #c00;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 14px;
    margin: 20px 0px;
}

.validation_message {
    color: #c00 !important;
    font-weight: bold;
}

.gfield_error input, .gfield_error textarea {
    background-color: #fcc !important;
}

#gforms_confirmation_message {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-family: 'Trebuchet MS', sans-serif;
    line-height: 24px;
    color: #5F3D16;
    padding: 20px 40px;
}

/* @end */
/* @group FEATURES PAGE
============================================================================= */

section.features {
    overflow: hidden;
}

section.features .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

section.features .feature {
    display: inline;
    float: left;
    width: 31.3333333333%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2rem;
}

section.features .feature-image {
    display: block;
    height: 10rem;
    margin-bottom: 1rem;
    border: 1px solid #b3b3b3;
    background-size: 100%;
    background-position: 50% 50%;
}

/* @end */
/* @group MEDIA SPECIFIC STYLES
============================================================================= */


@media only screen and (max-width: 992px) {

    body {
        font-size: 36px;
    }

    .container {
        width: auto;
    }

    #page-header {
        position: relative;
        z-index: 1;
        margin-bottom: 35vw;
    }

    #page-header .container {
        overflow: visible;
    }

    #page-header .button-try {
        display: block;
        float: none;
        right: auto;
        top: 120%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 50vw;
    }

    #page-header .button-try img {
        width: 100%;
    }

    #page-header .site-title,
    #page-header .site-title a {
        display: block;
    }

    #page-header .site-title img {
        width: 70vw;
    }

    #page-wrapper {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
        overflow-x: hidden;
    }

    [id^="page"].content {
        width: auto;
    }

    #showcase {
        margin: 60vw 0 50vw 0;
    }

    #showcase .slide {
        min-height: auto;
        width: auto;
    }

    #showcase .slide img {
        width: 100%;
    }

    #showcase .slide .callout p {
        font-size: 4vw;
        line-height: 4vw;
    }

    #showcase .slide .callout-title {
        font-size: 5vw;
    }

    #home-main-content .bigheadline {
        width: auto;
        font-size: 7.5vw;
        line-height: 7.5vw;
        background: none;
    }

    .home .content p {
        width: auto;
        margin: 3rem 0;
    }

    .home .content p span {
        font-size: 1.25em !important;
    }

    .button-help {
        display: block;
    }

    .button-help img {
        width: 95vw;
    }

    #slide-01-callout-01,
    #slide-01-callout-02 {
        top: -30vw;
        left: 0;
        width: 45%;
    }

    #slide-01-callout-02 {
        left: auto;
        right: 0;
    }

    #slide-01-callout-03 {
        right: 0;
        bottom: -30vw;
        top: auto;
        width: 66%;
    }

    #features {
        margin-top: 5rem;
    }

    #features .feature-tile {
        float: none;
        width: auto;
        font-size: 1.25em;
    }

    #features .feature-tile img {
        width: 100%;
    }

    #features .feature-title {
        font-size: inherit;
    }

    .clients-title {
        font-size: 1.5em;
    }

    #client-list li {
        display: block;
        margin-top: 2rem;
        width: 100%;
    }

    #client-list li img {
        width: 50vw;
    }

    .content .t,
    .content .f {
        display: none;
    }

    .content .m {
        margin-bottom: 4rem;
        background: #fff;
    }

    #page-tryitout .gform_wrapper {
        top: 18vw;
        width: auto;
        height: auto;
        margin: 0 auto 50vw auto;
        background: none;
    }

    #page-tryitout .gform_wrapper::before,
    #page-tryitout .gform_wrapper::after {
        content: '';
        position: absolute;
        width: 100%;
        background-size: cover;
    }

    #page-tryitout .gform_wrapper::before {
        top: -52vw;
        height: 52vw;
        background-image: url(images/badge-t.png);
    }

    #page-tryitout .gform_wrapper::after {
        bottom: -24.5vw;
        height: 24.5vw;
        background-image: url(images/badge-f.png);
    }

    #page-tryitout form {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: auto;
        height: auto;
        padding: 0 7vw;
        font-size: 1.5em;
        background-image: url(images/badge-m.png);
        background-repeat: repeat-y;
        background-size: contain;
    }

    #page-tryitout form .gform_heading {
        position: relative;
        top: -4rem;
    }

    #page-tryitout .gform_description {
        height: auto;
        margin: 0;
        font-size: .8em;
        color: #eb9923;
        text-shadow: none;
        line-height: normal;
    }

    #page-tryitout form .gform_body {
        padding: 1rem 0;
        background-color: #f2f2f2;
    }

    #page-tryitout .gform_wrapper ul li {
        width: auto;
        margin: 3rem 1rem .5rem 0;
    }

    #page-tryitout label {
        font-size: .8em;
    }

    #page-tryitout input {
        width: 100%;
    }

    #page-tryitout .gform_wrapper textarea {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        height: auto;
    }

    #page-tryitout .gform_wrapper #field_1_5 {
        position: static;
        width: auto;
        max-width: 100%;
    }

    #page-tryitout form .gform_footer {
        margin-top: 2rem;
        text-align: center;
    }

    #page-tryitout form .gform_footer input[type="submit"] {
        position: static;
        margin: 0 auto;
        right: auto;
        bottom: auto;
        width: 86%;
        height: 11.5vw;
        background-size: contain;
    }

    .page-title {
        position: absolute;
        left: -999rem;
    }

    section.features .feature {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    section.features .feature-title {
        font-size: 1.2em;
    }

    #page-footer .delta-link {
        height: 82px;
        width: 25rem;
        background-size: cover;
    }

}

@media only screen and (max-width: 575px) {

    #page-tryitout .gform_wrapper::after {
        bottom: -23vw;
        height: 23vw;
    }
}


/* @end */
/* @group PRINT STLYES
============================================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
