@charset "UTF-8";
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: url(../images/background-image-leaves.png);
    height: 100%;
    width: auto;
    font-size: 1em;
}
/*Global / Desktop View*/
header {
    background-color: rgba(255,255,255,1.00);
    padding-top: 12px;
    padding-left: 19px;
    padding-right: 19px;
    padding-bottom: 12px;
    max-width: 1200px;
}
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    float: none;
}

.main-content {
    padding-left: 0px;
    margin-left: 50px;
    margin-right: 50px;

}
p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1em;
}



nav {
    float: none;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #237FFE;
    margin-top: 21px;
    width: auto;
    height: 45px;
    background-repeat: no-repeat;
    line-height: 42px;
    text-align: center;
}
.mobile-view {
    display: none;
}
.mobile-menu {
    display: none;
}
.desktop-view {
    margin-top: -15px;
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    min-width: 0px;
    width: auto;
}
.desktop-view ul li {
    list-style-type: none;
    font-weight: 700;
    font-size: large;
    background-color: #237FFE;
    float: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 135px;
}

.desktop-view ul a:hover {
    background-color: #62ACE4;
    margin-left: 0px;
    margin-right: 0px;
}

.desktop-view ul li a {
    padding-top: 7px;
    padding-right: 27px;
    padding-bottom: 9px;
    padding-left: 27px;
    text-decoration: none;
    color: #E8E8E8;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    background-color: #237FFE;
    min-width: 0px;
	
}
.desktop-view ul li ul {
    position: absolute;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    float: none;
}



.desktop-view ul li:hover ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 0px;
	
}

.desktop-view ul li ul li a {
    padding-left: 5px;
    width: 100%;
    padding-right: 5px;
    background-color: #387FB5;
    margin-right: 0px;
    display: block;

}
.desktop-view ul li ul li a:hover {
    background-color: #62ACE4;
    padding-left: 5px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 5px;
    width: 100%;
}


.nav ul li ul li a {
    text-align: center;
    width: auto;
    min-width: 58px;
}
.nav ul li ul li {
    display: block;
    clear: both;
    float: left;
}
.nav ul li ul {
    text-align: center;
    display: block;
    float: none;
}
.responsive-image-text {
    font-size: 0.95em;
}
.hero-content {
    margin-top: -2px;
}

.hero-image {
    height: auto;
    background-size: cover;
    background-position: center 0%;
    margin-bottom: 0px;
    padding-top: 21px;
}
main {
    background: rgb(253,253,253);
    background-size: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 160px;
    border-bottom: 1px solid rgba(56,127,181,1.00);
    padding-left: 5%;
    padding-right: 5%;
 
}
footer {
    padding-top: 30px;
    background-color: #FDFDFD;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 13px;
    border-top: thin groove #7AB21D;
    max-width: 1200px;
}
.social-icons {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.social-icons a img {
    padding-left: 10px;
    padding-right: 5px;
}
.copyright {
    float: right;
    margin-right: 32px;
    font-size: 0.9em;
}
.float-left {
    float: left;
    margin-left: 10px;
}
.clear-float {
    clear: both;
}
.float-right {
    float: right;
}
.float-right-label-image {
    float: right;
    margin-top: -50px;
    padding-left: 16px;
    padding-right: 18px;
}

.white {
    color: rgba(252,252,252,1.00);
}
h1 {
    color: #237FFE;
    font-size: 2.2em;
    font-weight: 400;
    font-family: paytone-one;
    font-style: normal;
    text-align: center;
}
h2 {
    color: #237FFE;
    font-family: paytone-one;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
}
h3 {
    font-family: paytone-one;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25em;
    color: #237FFE;
    margin-top: 5px;
    margin-left: 18px;
}
h4 {
    color: rgba(35,127,254,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1.3em;
}


hr {
    border: medium dotted #7AB21D;
    margin-bottom: 29px;
    margin-right: auto;
    margin-left: auto;
}
.image-grid {
    padding-top: 0px;
    margin-left: 50px;
    margin-right: -33px;

}
.p-regular-black {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    color: #000000;
}

.col {
    background-color: rgba(253,253,253,1.00);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    border: thin solid #237FFE;
}
.col-no-border {
    background-color: rgba(253,253,253,1.00);
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
}
.col-25 {
    width: 20%;
    text-align: center;
}
.col-25-green {
    background-color: rgba(29,164,27,1.00);
    text-align: center;
    color: rgba(253,253,253,1.00);
    width: 19%;
    border-radius: 18px;
    line-height: 1em;
    margin-left: 11px;
    margin-right: 3px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.col-33 {
    width: 28%;
    text-align: center;
    padding-right: 7px;
    padding-left: 8px;
}
.col-33-index {
    width: 28%;
    text-align: center;
    padding-right: 7px;
    padding-left: 8px;
    height: 303px;
}
.col-50 {
    width: 45%;
    margin-right: 16px;
    margin-left: 16px;
    float: left;
}
.blue-line {
    border: thin solid rgba(56,127,181,1.00);
    border-radius: 12px;
    clear: both;

}

.col-66 {
    width: 58%;
    margin-left: 2%;
    margin-right: 2%;
    clear: none;
    float: left;
}

.col-white {
    background-color: #FDFDFD;
    color: rgba(35,127,254,1.00);
}

.responsive-image {
    height: auto;
    max-width: 100%;
}
.image-grid:after {
    content: "";
    display: block;
}
.product-heading {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.product-highlight {
    background-color: #FDFDFD;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8px;
    border: thin solid #387FB5;
}
.ul-highlight-list {
    margin-left: -25px;
    list-style-type: square;
}

.hide{
	display: none;
}

.active {
	display: block;
}
.orange {
    color: #F1592A;
}
.green  {
    color: #7AB21D;
}
.purple {
    color: rgba(127,64,152,1.00);
}
ul {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1em;
}
.blue {
    color: rgba(10,110,175,1.00);
}
.green-heading {
    background-color: rgba(29,164,27,1.00);
    color: rgba(253,253,253,1.00);
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    text-align: center;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}

.red {
    color: rgba(210,35,42,1.00);
}
.black {
    color: rgba(0,0,0,1.00);
}
.brown {
    color: rgba(96,57,23,1.00);
}
.responsive-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-left: auto;
    margin-right: auto;
}
.responsive-iframe {
    position: absolute;
    top: 0px;
    left: 0px;













    max-width: 100%
%;
    width: 90%;
    height: 90%;
    margin-left: 0px;
}
.video-list {
    vertical-align: bottom;
    padding-top: 0px;
    margin-left: 98px;
}
.video-text-horizontal {
    padding-top: 4px;

}
.click-here-image {
    padding-right: 21px;

}






















/*Tablet View*/
@media (min-width:481px) and (max-width:768px){
.mobile-view {
    display: block;
    margin-top: 8px;
    background-color: #237FFE;
    float: right;
}
.desktop-view {
    display: none;
    text-align: right;
}
.expand {
    display: block;
}
	
.desktop-view ul li {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
    float: right;
    clear: both;
    width: 195px;
}

	
.desktop-view ul li:hover {
    background-color: #45AEFF;
    display: block;
	
}

.desktop-view ul li ul {
    position: static;
}


	
.mobile-menu {
    margin-right: 20px;
    margin-top: 10px;
    text-align: right;
    opacity: 1;
    position: static;
    float: right;
    background-color: #237FFE;
}

	
.hero-content {
    margin-left: 25px;
    margin-right: 25px;
}
h1 {
    font-size: 1.5em;
    line-height: 45px;
}
.green-heading {
    font-size: 1em;
}

.image-grid {
    margin-top: 47px;
    margin-left: 0px;
}

.hero-image .container {
}
header a img {
    width: 67%;
}
nav {
    background-color: #FDFDFD;
    position: absolute;
}
.col-50-t {
    width: 42%;
}
.clear-float-t {
    clear: left;



}
.col-100-t {
    width: 100%;
}




}

/*Mobile View*/
@media (max-width:480px){

.mobile-view {
    display: block;
    float: left;
    margin-right: 10%;
    background-color: #237FFE;
}
.desktop-view {
    display: none;
    text-align: center;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.expand {
    display: block;
}
	
.desktop-view ul li {
    margin-top: 0px;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
}
	
.desktop-view ul li:hover {
    background-color: #45AEFF;
}
	
.desktop-view ul li ul {
    position: static;
	width: 100%;
}
	
.desktop-view ul li ul:hover {
    clear: both;
}
.desktop-view ul li ul a {
    background-color: #387FB5;
	}
	
.desktop-view ul li ul a:hover {
    background-color: #45AEFF;
}
	
header a img {
    width: 66%;
}
.hero-image {

}
.hero-content {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    margin-top: -442px;
}
.hero-content hr {
    display: none;
    margin-bottom: 0px;
}
h1 {
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 45px;
}
.hero-content img.float-left {
    margin-left: 50px;
}
.col-100 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.image-grid {
    margin-top: 45px;
}
nav {
    background-color: #FDFDFD;
    position: absolute;
}
}
.clear-float-t {
}
.col-100 {
}
.col-50-t {
}
