@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela&display=swap');
@import url('https://fonts.googleapis.com/css?family=Handlee&display=swap');

/* updated: September 14, 2019 06:13 PM US Eastern Time */

:focus {
    outline: 0!important;
}

html, body {
    box-sizing: border-box;
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    color: #424242;
    background-color: #ccc;
    line-height: 1.618 /* golden ratio */;
    font-family: 'Varela', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
h1,h2,h3,h4,h5 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .2pt;
}
h1,
#sidebar h2 {
    text-transform: uppercase;
}
span.gf-signature {
    font-family: 'Handlee', sans-serif;
    font-size: 2rem;
    display: inline-block;
    margin-top: .25rem;
}

div#header {
    background: rgba(62, 125, 166, 1);
    width: 100%;
    border-top: 1px solid #889ea3;
    border-bottom: 1px solid rgba(55, 112, 149, 1);
}
div#top_version {
    background: rgba(55, 112, 149, 1);
    width: 100%;
}
div.inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 1rem 0;
    position: relative;
}
div#top_version span {
    vertical-align: top;
    font-size: .875rem;
    margin-right: 1.5rem;
}
div#top_version div.inner {
    padding: 10px 0;
}

div#header a.main-logo {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    height: 38px;
}

div#header a img {
    width: 98%;
    max-width: 180px;
}

ul#navigation {
    float: right;
    width: 50%;
    position: relative;
    top: 7px;
    text-align: right;
}
ul#navigation li {
    display: inline;
}
ul#navigation li a {
    color: #ADD13E;
    text-decoration: none;
    font-weight: 700;
    padding: 10px;
}
ul#navigation li.active a {
    color: #ADD13E;
}
ul#navigation li a:hover {
    color: #ADD13E;
    text-decoration: none;
}
div#top_version a {
    color: rgba(127, 200, 253, 1);
    letter-spacing: .2pt;
}

div#top_version a:hover {
    color: rgba(255, 255, 252, 1);
    text-decoration: none;
    transition: 0.3s;
}

input#s {
    width: 270px;
    color: #666;
    font-weight: 700;
    background-color: #222;
    border: 1px solid #222;
    padding: 3px;
}
ul#sidebar input#s {
    width: 100px;
}
div#wrapper {
    text-align: left;
    width: calc(100% - 32px);
    max-width: 960px;
    margin: 16px auto 32px auto;
}

div#inner_wrapper {
    padding: 2rem 1rem 2rem 2rem;
    margin: 16px auto 0 auto;
    background: #fff;
}
div#content {
    padding: 0;
    box-sizing: border-box;
}
ul#sidebar {
    display: block;
    padding: 0;
    box-sizing: border-box;
}

ul#sidebar h2.widgettitle {
    color: rgba(55, 112, 149, 1);
}

#sidebar .widget.widget_pages ul,
#sidebar .widget_text.widget.widget_custom_html ul {
    margin-bottom: 2rem;
}

#sidebar .widget.widget_pages ul li a,
#sidebar .widget_text.widget.widget_custom_html ul li a {
    border-bottom: 1px solid #eee;
    padding: .5rem 0;
    font-size: .875rem;
    margin-bottom: .125rem;
    display: block;
}

#sidebar .widget ul li a:hover,
#sidebar .widget ul li a:active,
#sidebar .widget ul li a:focus {
    text-decoration: none;
}

ul#sidebar li ul li {
    margin: 0;
    border: none;
}
ul#sidebar ul.block-list li a {
    display: block;
    padding: 7px 0;
    border-bottom: 1px dotted #eee;
    text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
    text-decoration: none;
}
h1 {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0 0 .5rem 0;
}

.post-title h1 {
    color:rgba(55, 112, 149, 1);
    border-bottom: 1px solid #eee;
}

h2 {
    font-size: 1.125rem;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0 0 .5rem 0;
}
h2 a {
    text-decoration: none;
}
h2 a:hover {
    text-decoration: none;
}
h3 {
    margin: 0 0 8px;
}
div.post h3 {
    margin: 0 0 2px;
}
div.post-title {
    margin: 0 0 10px;
}
div.post-title h2 {
    font-size: 1.125rem;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    margin: 0 0 1rem 0;
}
p {
    margin: 0 0 20px;
}
img.float-left,
img.alignleft {
    display: block;
    float: left;
    clear: left;
    margin: 0 24px 12px 0;
}
img.float-right,
img.alignright {
    display: block;
    float: right;
    clear: right;
    margin: 0 0 12px 12px;
}
img.center,
img.centered {
    display: block;
    clear: both;
    margin: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
div.post-content ul,
div.post-content ol {
    margin: 5px 0 12px 24px;
    list-style: disc;
}
div.post-content ol {
    list-style: decimal;
}
a {
    color: rgba(239, 72, 16, 1);
    text-decoration: none;
}
a:hover {
    color: rgba(239, 72, 16, 1);
    text-decoration: underline;
}
blockquote {
    color: #444;
    font-style: italic;
    margin: 10px 0;
    padding: 10px;
    display: block;
    background-color: #F6F6F6;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

cite a {
    color: #333;
    text-decoration: none;
}
cite a:hover {
    color: #999;
}
code {
    background: #fafafa;
}
code.block {
    display: block;
    padding: 10px;
}
div.post {
    padding: 0 0 10px;
    margin: 0 0 25px;
}
div.post-meta {
    display: block;
    padding: 15px 10px 0;
    background: #eaf3f9 url(../images/meta_top.gif) no-repeat top;
    color: #6f7f8a;
}
div.post-meta-cap {
    background: transparent url(../images/meta_bottom.gif) no-repeat bottom;
    height: 5px;
}
div.post-meta span {
    display: block;
    padding: 10px 0;
}
div.post-meta a {
    text-decoration: none;
}
div.post-meta a:hover {} ul.post-comments {
    margin: 26px 0;
}
ul.post-comments h3 {
    margin: 0 0 5px;
}
li.comment {
    display: block;
    padding: 20px 20px 0;
    border-bottom: 1px dotted #eee;
    background: #fff;
}
li.comment.alt {
    background: #fff;
}
img.avatar {
    float: left;
}
cite.comment-author {
    text-align: left;
    color: #424242;
    font-weight: 700;
    display: block;
    width: 400px;
    margin: 0 0 6px 60px;
}
cite.comment-author a {
    color: #333;
    text-decoration: none;
}
cite.comment-author a:hover {}

div.comment-content {
    width: 410px;
    padding: 0 0 0 10px;
    margin-left: 50px;
}
table#wp-calendar {
    margin: auto;
    text-align: center;
}
table#wp-calendar caption {
    text-align: center;
    color: #999;
}
table#wp-calendar td {
    padding: 5px;
    text-align: center;
}
table#wp-calendar th {
    padding: 5px;
    text-align: center;
    font-weight: 700;
}
table#wp-calendar td a {
    font-weight: 700;
}
a abbr,
a acronym {
    border: none;
}
div#footer {
    clear: both;
    background: rgba(55, 112, 149, 1);
    padding: 1.5rem 1rem 1rem;
    display: block;
    width: 100%;
    margin: auto;
    text-align: left;
    box-sizing: border-box;
    font-size: .875rem;
}
div#footer p {
    margin: 0 0 5px 20px;
    color: #555;
}
div#footer a {
    text-decoration: none !important;
    color: rgba(127, 200, 253, 1);
    letter-spacing: .2pt;
}
div#footer a:hover {
    color: #fff;
}
div#footer p#blog-name {
    color: rgba(255, 255, 255, 1);
}
h5.post-meta-nfo {
    color: #898989;
}

div.noted_top {
    margin: 16px 16px 0 16px;
    box-sizing: border-box;
    max-width: 960px;
    width: calc(100% - 32px);
}

div.noted_top span {
    font-size: 95%;
}

div.logininfo {
    text-align: left;
    padding: 20px 0;
    color: rgba(55, 112, 149, 1);
    text-shadow: none;
    margin: 16px 0;
    position: relative;
}

div.logininfo span.username {
    margin-right: 16px;
}
div.demobutton {
    position: absolute;
    width: 298px;
    left: 0;
    top: 46px;
}

#gform_wrapper_104 li#field_104_9 {
    margin-top: 20px;
}
.gform_wrapper .gfield_html h3,
.gform_wrapper .gfield_html h4 {
    margin-bottom: 10px;
}
.gform_wrapper input[type=submit],
.gform_wrapper input[type=button] {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: #3E7DA6;
    color: #fff;
    cursor: pointer;
    padding: .675rem 1rem;
    display: inline-block;
    margin: 1rem 2rem;
    text-transform: uppercase;
    letter-spacing: .2pt;
    font-weight: 600;
    outline: none;
    position: relative;
    border-radius: 4px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.gform_wrapper input[type=submit]:after,
.gform_wrapper input[type=button]:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=button]:hover {
    background-color: #377095;
}

li.gfield + li.gsection {
    margin-top: 1.5rem;
}
ul#sidebar .gform_wrapper li {
    margin: 0!important;
    padding: 0!important
}
hr.gf_rule {
    border: none;
    height: 1px;
    background-color: #ccc;
    overflow: hidden;
    margin: 1.675rem 0;
}

/* alert styles to reuse ----------------------------------------------------*/

.alert_green,
.alert_red,
.alert_yellow,
.alert_gray,
.alert_blue {
    margin: 24px 0;
    box-sizing: boder-box;
    font-size: 95%;
}
.alert_green {
    border-left: 4px solid #97B48A;
    background-color: #CBECA0
}
.alert_red {
    border-left: 4px solid #CFADB3;
    color: #832525;
    background-color: #FAF2F5
}
.alert_yellow {
    border-left: 4px solid #E6DB55;
    background-color: #FFFBCC;
    color: #424242
}
.alert_gray {
    border-left: 4px solid rgba(135, 159, 166, 1);
    color: #424242;
    background-color: #EEE
}
.alert_blue {
    border-left: 4px solid rgba(54, 86, 102, 1);
    color: #465d7c;
    background-color: #D1E4F3;
}
.pad_20 {
    padding: 20px;
}
.demo_downloads {
    margin: 2rem 0;
}
div.home_versions {
    margin: 20px 0;
    padding: 20px;
    border-left: 4px solid rgba(62, 125, 166, 1);
    background-color: #F8F8F8;
}
div.demobutton img {
    width: 298px !important;
}

body .gform_wrapper .gsection {
    border-bottom: 1px solid #eee;
    padding: 20px 0 12px 0;
}

body .gform_wrapper li#field_2_6 {
    background-color: #FFFBCC;
    border-top: 1px solid #E6DB55;
    border-bottom: 1px solid #E6DB55;
    padding-left: 10px;
}

ul.menu li a:hover,
ul.menu li a:focus,
ul.menu li a:active {
    color: rgba(55, 112, 149, 1) !important;
}
body .gform_wrapper.gf_demo_multi {
    padding-left: 5px;
}
body #gform_wrapper_11 .gf_page_steps {
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
    padding-top: 16px;
    margin-bottom: 16px;
}
body #gform_wrapper_11 .gf_page_steps .gf_step {
    width: auto !important;
    display: block;
    position: relative;
}
body #gform_wrapper_11 .gf_page_steps .gf_step span.gf_step_number {} body #gform_wrapper_11 .gf_page_steps .gf_step {
    padding-left: 0;
}
body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step_pending {
    display: none !important;
}
body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step_active {
    color: rgba(55, 112, 149, 1);
    padding-left: 15px !important;
    position: relative;
}
body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: -5px;
    content: "\f138";
}

body #gform_wrapper_11.gform_wrapper div.gform_page_footer {
    margin-bottom: 30px;
}
body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step_completed {
    padding-left: 15px !important;
    position: relative;
}
body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step_completed:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: -5px;
    content: "\f046";
    \* add tick mark *\
}
body .gform_confirmation_message {
    color: rgba(55, 112, 149, 1);
    background-color: #FFFF88;
    text-align: center;
    padding: 30px 30px 50px 30px;
}

body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
    font-size: inherit;
}

body .gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BDBDBD;
  font-size: 90%;
  opacity: 1;
}

body .gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #BDBDBD;
  font-size: 90%;
  opacity: 1;
}

body .gform_wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #BDBDBD;
  font-size: 90%;
  opacity: 1;
}

body .gform_wrapper :-moz-placeholder { /* Firefox 18- */
  color: #BDBDBD;
  font-size: 90%;
  opacity: 1;
}

.gform_wrapper.gf_browser_chrome ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome ul.gfield_radio li input[type="radio"] {
    margin-top: -2px;
}

.gform_wrapper .ginput_container_multiselect select {
    border: 1px solid #ccc;
}

div.demo_downloads {
    border-top: 2px solid #ccc;
    padding-top: 24px;
}

div.gfield_description {
    color: #AAA;
    font-size: 90% !important;
}

table.gfield_list.gfield_list_container th {
    font-size: 90% !important;
}

li.gfield.gsection {
    padding-top: 24px !important;
}

li.gfield.gsection:first-child {
    padding-top: 0 !important;
}

body .post img {
    max-width: 100% !important;
}

div.testdrive {
    text-align: center;
}

body .gform_wrapper input[type=submit],
body .gform_wrapper input[type=button] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

body .gform_wrapper .ginput_container span.ginput_price {
    display: inline-block !important;
}

body .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
body .gform_wrapper textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    outline: none;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
}

body .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
body .gform_wrapper textarea:focus {
    box-shadow: 0 0 5px rgba(135, 159, 166, 1);
    border: 1px solid rgba(135, 159, 166, 1);
}

body .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 1) url("../images/selectbox-arrow.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    display: inline-block;
    max-width: 100%;
    padding: 5px 20px 5px 5px;
}

body .gform_wrapper li#field_9_21 select {
    margin-top: 6px;
}

body .gform_wrapper .gfield_error select {
    border: 1px solid #790000;
    background: rgba(255, 255, 255, 1) url("../images/selectbox-arrow.png") no-repeat scroll right center;
}

body .gform_wrapper .gfield_time_ampm select,
body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select,
body .gform_wrapper.gf_browser_safari .gfield_time_ampm select {
  width: 6rem !important;
  max-width: 6rem !important;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
    font-size: 16px;
    margin-left: 6px;
}

body .gform_wrapper span.ginput_price {
    margin-left: 8px;
    color: #bbb;
}

body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label span.ginput_price,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label span.ginput_price {
    color: #006600;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_3,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_4,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 {
    width: 100%;
}

body .gform_wrapper.gf_browser_chrome li.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: calc((100% - 12px) / 3);
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span:last-child {
    padding-right: 0 !important;
}

body .gform_wrapper.gf_browser_chrome li.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: calc((100% - 16px) / 5);
}

body .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: calc(100% + 15px);
}

div.hrule {
    height: 1px;
    overflow: hidden;
    border-top: 2px solid rgba(204, 204, 204, 1);
    margin: 32px 0;
}

div.post-content > p.notice:first-child {
    background-color: #eee;
    border-left: .25rem solid #FF4B00;
    padding: .5rem 1rem;
    line-height: 1 !important;
    width: auto;
    display: inline-block;
    margin-bottom: 1rem;
}

.gform_wrapper .top_label .gfield_label {
    margin-bottom: .5rem;
}

.gform_wrapper .top_label .gfield_label + div.ginput_container_radio {
    margin-top: -.375rem;
}

div.build-now a {
    background-color: rgba(241, 90, 41, 1);
    padding: .875rem 1rem;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 252, 1);
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: .3pt;
    font-size: .875rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

div.build-now a:hover {
    background-color: rgba(239, 69, 17, 1);
    color: rgba(255, 255, 252, 1);
}

.dependencies {
    font-size: .875rem;
    letter-spacing: .2pt;
    margin-bottom: .5rem;
    padding: .25rem 0;
}

a.editlink {
    background-color: rgba(241, 90, 41, 1);
    padding: .875rem 1rem;
    line-height: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 252, 1);
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: .3pt;
    font-size: .875rem;
    font-weight: 600;
}

/* media queries - portrait mode tablet or desktop styles */

@media only screen and (min-width: 961px) {

    div#content {
        width: 70%;
        display: inline-block;
        padding: 0 1rem 0 0;
        vertical-align: top !important;
    }
    ul#sidebar {
        width: 24%;
        display: inline-block;
        padding: 10px 0 0 30px;
        vertical-align: top !important;
        min-width: 225px;

    }

    div#header a.main-logo {
        width: 100%;
        height: 60px;
    }

    div.inner {
        width: 90%;
        max-width: 960px;
    }

    div#top_version span {
        display: inline-block;
    }

    div#top_version span.current_config {
        text-align: right;
        width: 74%;
    }

    div#header a.main-logo img {
        width: 98%;
        max-width: 240px;
    }

    body .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
        height: 35px;
    }

    body .gform_wrapper select:not([multiple="multiple"]) {
        height: 35px;
    }

    div.noted_top {
        max-width: 960px;
        margin: 16px auto 0 auto;
    }

    .gform_wrapper {
        padding: 1.5rem;
        margin: 0;
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.05);
    }


}