html, body {
    background-color: #283833;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

#responsivecontent, #head, #foot {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#responsivecontent, #foot {
    padding: 30px;
}
#responsivecontent {
    background-color: #8fa187;
    border: 1px solid #8fa187;
    margin-top: 0;
    margin-bottom: 20px;
    min-height: 300px;
    color: #ffffff;
    color: #000;
    font-family: Arial;
    -webkit-box-shadow: 0px 24px 42px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 24px 42px 6px rgba(0,0,0,0.75);
    box-shadow: 0px 24px 42px 6px rgba(0,0,0,0.75);
    z-index: 1;
}


#headwrap {
    background-image: url('/img/headback.jpg');
    height: 165px;
    margin: 0;
    padding: 0;
    z-index: 2;
}

#head {
    position: relative;
}

p#login {
    position: absolute;
    top: 5px;
    right: 5px;
}

p#login a {
    font-family: marionregular;
    color: #ffffff;
    font-size: 12pt;
}

a#logo {
    /* display: block; */
    position: absolute;
    background: transparent;
    z-index: 1;
    left: 50%;
    margin-left: -98px;
}

#head div.nav {
    z-index: 2;
    display: block;
    font-family: marionregular;
    color: #ffffff;
    font-size: 18pt;
    position: relative;
    top: 106px;
    display: inline-block;
}

#head div.nav:first-of-type {
    float: right;
}

#head div.nav:last-of-type {
    float: left;
}

#head div.nav p {
    margin: 0;
    padding: 0;
}

#head div.nav a {
    color: #ffffff;
    text-decoration: none;
    margin: 10px;
}

#head div.nav a:hover {
    text-decoration: underline;
}

h2, p.h2style {
    font-family: 'marionitalic';
    color: #233e35;
    color: #fff;
    font-style: italic;
    font-size: 18pt;
    margin: 0;
    padding: 0px;
    color: rgb(35, 62, 53);
}
.subhead {
    color: lightgray;
}


#homeslideshow {
    position: relative;
    border: 1px solid #ffffff;
}
.cycle-pager {
    position: absolute;
    top: 0px;
    right: 20px;
    z-index: 999;
    font-size: 5vw;
}
.cycle-pager span {
    padding: 3px;
}
.cycle-pager-active {
    color: #ffffff;
}

h1 {
    color:#fff;
    margin: 10px 0;
}
.h1 {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 20pt;
}
h3 {
    font-weight: normal;
    font-size: 14pt;
    font-family: 'marionregular';
}
h4 {
    font-family: 'marionitalic';
    font-weight: normal;
}



#homebox {
    background: #ffffff;
    padding: 10px 100px 10px 30px;
    color: #233e35;
    font-family: marionitalic;
    font-size: 12pt;
    margin-left: -10px;
    width: 100%;
    position: relative;
}

#homemarketing > p {
    display: none;
}
#homemarketing .greenpad {
    display: none;
}
#homemarketing .greenpad:first-child {
    display: block !important;
}

#homequote,
#homeboxright, .paperfold {
    background: #ffffff;
    padding: 10px 30px 10px 30px;
    color: #141817;
    font-family: marionitalic;
    font-size: 12pt;
    position: relative;
}

#newbanner,
.doubleborder {
    margin: 30px auto;
    background: #ffffff;
    padding: 10px 30px 10px 30px;
    color: #141817;
    font-size: 12pt;
    position: relative;
}

.paperfold {
    margin: 20px 0;
}
.doubleborder .hearnumber {
    font-family: marionitalic;
    margin: 0;
    font-weight: bold;
}
.doubleborder .hear {
    color: #90a288;
    color: #394236;
    margin:0;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

div#content {
    padding: 40px;
    background: #ffffff;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
}
div.whitebackground {
    margin: 20px 0;
    padding: 20px 40px;
    background: #ffffff;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.contentblockphoto.shadow img, .shadowed {
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

div#content p {
    color: #414042;
}

#footwrap {
    background-color: #ffffff;
    color: #777475;
    font-family: marionregular;
}

#footwrap a {
    color: #777475;
    text-decoration: none;
}

#foot {
    display: table;
    font-size: 12pt;
}

#foot p, #foot td {
    line-height: 12pt;
    padding: 4px;
    margin:0;
}

#foot table {
    margin: auto;
}

#foot span, #foot table td:first-child {
    font-weight: bold;
    color: #233e35;
}



#foot #social img {
    margin-left: 10px;
}

p#copy {
    text-align: center;
    padding: 0px 30px 10px 30px;
    margin: -10px auto 0 auto;
    font-size: 10pt;
}

div#biohead {
    margin-bottom: 20px;
}

div#biohead h1, div#biohead p {
    font-weight: normal;
    margin: 0 0 0 40px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}

div#biohead .name {
    font-size: 30pt;
    margin-right: 5px;
}

div#biohead .title {
    font-size: 14pt;
}

div#biohead .business {
    font-size: 14pt;
}



div#bio img {
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.75);
}

.mar {
    font-family: 'marionregular';
}

.marb {
    font-family: 'marionbold';
}

.mari {
    font-family: 'marionitalic';
}

.dkgreen {
    color: #233e35;
}

.gray {
    color: #414042;
}

.white {
    color: #ffffff;
}

.important {
    display: none;
}

.errors {
    border: 1px solid red !important;
    color: red;
}



#biospage {
    margin-top: 40px;
}
#biospage a {
    color:#fff;
    text-decoration: none;
}


#contactform input:not(#submit), #contactform textarea {
   -webkit-border-radius: 10px;
   -moz-border-radius:    10px;
   border-radius:         10px;
   padding: 5px;
   width: 100%;
}
#contactform textarea {
    height: 100px;
}
#contactform #submit {
    padding: 5px;
   -webkit-border-radius: 10px;
   -moz-border-radius:    10px;
   border-radius:         10px;
}
#contactform p {
    text-align: center;
}

.star {
    position: relative;
    display:block;
}
.star:after {
    display:block;
    content: "*";
    color: red;
    position: absolute;
    top: 5px;
    right: -25px;
    font-weight: bold;
}

#risks {
    display:table;
    width: 100%;
}
#risks h1 {
    font-size: 16pt;
}
#risks h1 a {
    color: #fff;
    text-decoration: none;
}
.riskbuttons {
    /* display: table-row; */
}
.riskbuttons div {
    padding-bottom:20px;
}

#linkchildren a {
    color: #fff;
    text-decoration: none;
}

#outlook {
    position: relative;
}
#outlook table {
    width: 100%;
    color:#4D4F4D;
    margin: auto;
}
#outlook table input:not(#submit),
#outlook table textarea {
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    width: 100%;
    border: 1px solid gray;
}
#outlook table input#submit {
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    border: 1px solid gray;

}
p.hecks {
    color:#4D4F4D;
}
p.checks input {
    width: auto !important;
}

#homebuttons {
    float:right;
    position: relative;
}
#homebuttons div {
    /* width:145px; */
    width: 165px;
    background-color:#293833;
    font-size:12pt;
    text-align:center;
    padding: 4px;
    font-weight:bold;
    margin:0 0 10px 50px;
    cursor: pointer;
}
#homebuttons div:hover {
    /* background-color: #3C544C; */
}
#homebuttons img {
    width: 100px;
}


.whitebold, .whitebold a {
    color:#fff !important;
    margin: 10px 0;
    font-size: 22pt;
    font-weight: bold;
}
.largewhiteshadowed {
    color:#fff;
    margin: 10px 0;
    font-size: 22pt;
    font-weight: bold;

    text-shadow: 0px 3px 2px rgba(83, 83, 83, 1);
}

.fourteen {
    font-size: 14pt !important;
}

.eighteen {
    font-size: 18pt !important;
}

.twelve {
    font-size: 12pt !important;
}

.twenty {
    font-size: 20pt !important;
}

.fancybullets {
    width: 100%;
}
.fancybullets ul {
    width: 100%;
    display: table;
    padding:0;
}
.fancybullets ul li {
    font-size: 12pt;
    position: relative;
}

.greenunderline {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #73816c !important;
    clear: both;
}

.toggleblock {
    /* display: none; */
}
.togglecontainer {
    background-color: #ffffff;
    padding: 20px;
}
.togglecontainer section {
    display: none;
}
.togglecontainer section:first-child {
    display: block;
}
.opinionated h2,
.toggler h2 {
    display: inline-block;
    color: bold;
    background-color: #233e35;
    color: #ffffff;
    padding: 15px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    background: rgba(43,76,66,1);
    background: -moz-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,76,66,1)), color-stop(100%, rgba(25,45,39,1)));
    background: -webkit-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -o-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: linear-gradient(to bottom, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4c42', endColorstr='#192d27', GradientType=0 );
}

.toggler h2.clicked {
    color: rgb(35, 62, 53);

    background: #dee0e2 !important;
    /* background: rgba(43,76,66,1); */
    background: -moz-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,76,66,1)), color-stop(100%, rgba(25,45,39,1)));
    background: -webkit-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -o-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: linear-gradient(to bottom, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4c42', endColorstr='#192d27', GradientType=0 );
}

.tryforfree {
    width: 100%;
    display: block;
    padding: 20px;
    margin: 20px auto;
    text-align: center;

    background: rgba(43,76,66,1);
    background: -moz-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,76,66,1)), color-stop(100%, rgba(25,45,39,1)));
    background: -webkit-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -o-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: linear-gradient(to bottom, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4c42', endColorstr='#192d27', GradientType=0 );
    background: rgba(43,76,66,1);
    background: -moz-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,76,66,1)), color-stop(100%, rgba(25,45,39,1)));
    background: -webkit-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -o-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: linear-gradient(to bottom, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4c42', endColorstr='#192d27', GradientType=0 );
}
.tryforfree a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 18pt;
    font-weight: bold;
}

.greenbutton {
    text-align: center;
    display: block;
    margin: 20px auto;
    width: 95%;
    color: #ffffff;
    padding: 22pt;
    font-size: 22pt;
    cursor: pointer;
    background: rgba(43,76,66,1);
    background: -moz-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,76,66,1)), color-stop(100%, rgba(25,45,39,1)));
    background: -webkit-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -o-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: linear-gradient(to bottom, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4c42', endColorstr='#192d27', GradientType=0 );
    font-family: marionregular;

    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
}
.greenbutton span {
    font-family: helvetica;
}
.greenbutton a {
    color: #ffffff;
    text-decoration: none;
}
.greenbutton:hover {
    background: rgba(43,76,66,1);
    background: -moz-linear-gradient(top, rgba(25,45,39,1) 0%, rgba(43,76,66,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,45,39,1)), color-stop(100%, rgba(43,76,66,1)));
    background: -webkit-linear-gradient(top, rgba(25,45,39,1) 0%, rgba(43,76,66,1) 100%);
    background: -o-linear-gradient(top, rgba(25,45,39,1) 0%, rgba(43,76,66,1) 100%);
    background: -ms-linear-gradient(top, rgba(25,45,39,1) 0%, rgba(43,76,66,1) 100%);
    background: linear-gradient(to bottom, rgba(25,45,39,1) 0%, rgba(43,76,66,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4c42', endColorstr='#192d27', GradientType=0 );
}

#weather .contentblockfileimage {
    background-color: #64705D;
    text-align: center;
    position: relative;
    margin-top: 50px !important;
    padding: 2em;
    margin: 1.5em;
}
.contentblockfileimage img {
    margin: auto;
}
.contentblockfileimage div {
    position: absolute;
    top: -40px;
    left: 0;
    color: #ffffff;
    font-size: 16pt;
    width: 100%;
    margin: 0;
    padding: 0;
}
#weather .contentblockfileimage[style] {
    width: 270px !important;
    display: block;
    margin: auto;
}

.contentblockphoto img {
    width:100%;
}
.contentblockphoto, .contentblockphoto[style] {
    /* width: auto !important; */
    /* max-width: 90% !important; */
    max-width: 100% !important;
}

div.contentblockphoto[style] {
    margin: auto !important;
}

.newsheader {
    font-family: "marionitalic";
    background-color: #233e35;
    padding: 5px;
    font-size: 18pt;
    color: #ffffff;
}
#agribusiness {
    margin-bottom: 20px;
}
#agribusiness h4 {
    padding:0;
    margin-bottom:0;
}
#agribusiness h4 a {
    font-family: "marionbold";
    color: #ffffff;
    margin: 10px 0;
    font-size: 16pt;
    text-decoration: none;
}
#agribusiness p a {
    color: #ffffff;
}

#newsevents {
    margin-bottom: 20px;
}
#newsevents h4,
#newsevents h4 a {
    font-family: "marionbold";
    color: #ffffff;
    margin: 10px 0;
    font-size: 14pt;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

.homeform {
    width: 100%;
}
.homeform p.opening {
    color: #ffffff;
    font-weight: bold;
    font-size: 14pt;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    background: rgba(43,76,66,1);
    background: -moz-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43,76,66,1)), color-stop(100%, rgba(25,45,39,1)));
    background: -webkit-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -o-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: -ms-linear-gradient(top, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    background: linear-gradient(to bottom, rgba(43,76,66,1) 0%, rgba(25,45,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b4c42', endColorstr='#192d27', GradientType=0 );
}

.homeform form textarea,
.homeform form input {
    width: 100%;
    padding: 5px;
    margin: 5px;
    background-color: #dde1e2;
    border: none;
}
.homeform form input {
    height: 40px;
}
.homeform form input[type=submit] {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75) !important;
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75) !important;
}
.homeform form input[type=submit]::active {
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75) !important;
    box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75) !important;
}
.homeform form textarea {
    height: 90px
}

.commoncontact table {
    width:100% !important;
}

.greenwhitebutton {
    background-color: #293833;
    color: #ffffff;
    border: 0;
    padding: 10px 30px;
    font-size: 12pt;
}

.greenpad {
    padding: 20px;
    background-color: #293833;
    color: #ffffff;
    margin: 20px auto;
}
.greenpad img {
    max-width: 100%;
}
.greenpad h3 {
    font-family: helvetica;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    padding: 0 0 10px 0;
}

.whitegreenbutton {
    background-color: #ffffff;
    color: #293833;
    border: 0;
    padding: 10px 30px;
    font-size: 12pt;
    text-decoration: none;
}

.homeform form {
    margin-top: 0px;
}

#hometop {
    position: relative;
    margin-bottom: 60px;
}
#hometop .togglecontainer {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    background: url("/img/farmerback.jpg") left center no-repeat #ffffff;
    color: #ffffff;
}

::-webkit-input-placeholder {
    font-style: italic;
}
::-moz-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;
}
.clickable {
    cursor: pointer;
}

.aligncenter {
    text-align: center;
}

.displaynone {
    display: none;
}

.textaligncenter {
    text-align: center;
}

#blog {}
#blog #latest {
    background-color: #233E35;
    padding: 20px;
    border: 2px solid #ffffff;
}
#blog #latest a {
    color: #ffffff;
}
#blog #latest .postimage img {
    width: 100%;
}

#blog .postimage img {
    max-width: 100%;
    min-height: 200px;
}
#blog #latest .postline {
    color: #ffffff;
}
#blog .postline {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #626461;
}
#blog #latest h3 {
    color: #ffffff;
}
#blog #latest h2 a {
    color: #7b9672;
    font-style: normal;
    text-decoration: none;
}

#blog .entry h2 a {
    font-family: helvetica;
    font-style: normal;
    color: #283933;
    text-decoration: none;
}
#blog .entry {
    color: #ffffff;
    margin-bottom: 40px;
    overflow-x: hidden;
    max-width: 100%;
}
#blog #pageindex {
    border-top: 1px solid #ffffff;
}
#blogentrynav {
    text-align: left;
    margin-bottom: 20px;
}
#blogentrynav a {
    margin: 20px 20px 20px 0;
    float: left !important;
}

#blogentry img {
    max-width: 100%;
}

#blogentry iframe,
#blogentry iframe[style] {
    width: 100% !important;
    margin-top: 1em;
    margin-bottom: 1em;

}

.readmore {
    background: #8ca87f;
    background: -moz-linear-gradient(top, #8ca87f 0%, #233e34 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #8ca87f), color-stop(100%, #233e34));
    background: -webkit-linear-gradient(top, #8ca87f 0%, #233e34 100%);
    background: -o-linear-gradient(top, #8ca87f 0%, #233e34 100%);
    background: -ms-linear-gradient(top, #8ca87f 0%, #233e34 100%);
    background: linear-gradient(to bottom, #8ca87f 0%, #233e34 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca87f', endColorstr='#233e34', GradientType=0 );

    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding: 5px 10px;
    line-height: 34px;
}

.readmore:hover {
    background: #233e34;
    background: -moz-linear-gradient(top, #233e34 0%, #8ca87f 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #233e34), color-stop(100%, #8ca87f));
    background: -webkit-linear-gradient(top, #233e34 0%, #8ca87f 100%);
    background: -o-linear-gradient(top, #233e34 0%, #8ca87f 100%);
    background: -ms-linear-gradient(top, #233e34 0%, #8ca87f 100%);
    background: linear-gradient(to bottom, #233e34 0%, #8ca87f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#233e34', endColorstr='#8ca87f', GradientType=0 );
}


.full-iframe,
.full-iframe[style] {
    width: 100%;
    padding-bottom: 2%;
}

.half-iframe:nth-child(2n),
.half-iframe[style]:nth-child(2n) {
    width: 49%;
    float: left;
}

.half-iframe:nth-child(2n+1),
.half-iframe[style]:nth-child(2n+1) {
    width: 49%;
    float: right;
}

.clearer {
    clear: both;
}

#reportpages a {
    background-color: #516b5c;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    height: 100px;
    display:table-cell;
    vertical-align: middle;
}
#reportpages a:hover {
    background-color: #fefefe;
    color: #516b5c;
}

#manageusers {
    text-align: right;
}
#manageusers a {
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    font-family:Arial;
}
#manageusers a:hover {
    text-decoration: underline;
}

table#iagusers {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table#iagusers tr.username {
    background-color: #ffffff;
}
table#iagusers tr.reportsheader {
    background-color: #233E35;
    color: #ffffff;
}
table#iagusers tr.reportseparator {
    height: 30px;
}

table#iagusers h2 {
    background-color: #ffffff;
    padding: 5px;
    font-weight: bold;
}
table#iagusers h2 span {
    font-size: 10pt;
    font-style: normal;
    color: black;
}
table#iagusers th,
table#iagusers td {
    padding: 5px;
    border: 1px solid #283833;
}


#newbanner {
    background-color: #ffffff;
    padding: 10px 20px;
    color: gray;
}

.tryusbutton {
    text-decoration: none;
    color: #ffffff;
    background-color: #233e35;
    padding: 10px 40px;
    font-size: 24pt;
    display: inline-block;
    margin-bottom: 10px;
}

.optionatedbutton {
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #233e35;
    padding: 10px 20px;
    font-size: 20pt;
    clear: both;
    display: block;
}


.homecolbuttons {
    width: 100%;
    margin: -3px auto;
    overflow: hidden;
    position: relative;
}
.homecolbuttons > div {
    position: relative;
    overflow: hidden;
}
.homecolbuttons div img {
    display: table-cell;
    object-fit: cover;
    width: 100%;
    transition: transform .7s;
    display: block;
}
.homecolbuttons div a:hover img {
    transition: transform .7s;
    transform: scale(1.1);
}
.homecolbuttons div > span {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    display: table;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-family: marionitalic;
    font-size: 20pt;
    z-index: 9999;
}
.homecolbuttons span span {
    display: table-cell;
    vertical-align: middle;
}

.morebutton {
    background-color: #556558;
    border-radius: 40px;
    font-family: 'marionbold';
    font-size: 14pt;
    color: #ffffff;
    display: inline-block;
    margin: auto;
    text-decoration: none;
    padding: 20px;
}
.morebutton:hover {
    background-color: #283833;
}

#homequote {
    margin: auto;
    width: 400px;
}

#croptourvideo {
    position: relative;
}
#croptourvideo img {
    width: 25%;
    bottom: 10px;
    right: 10px;
    position: absolute;
}
