/****** STYLES BY JESSA ******/

/****** ESSENTIALS ******/

html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
body {
    background: #cddbec;
}
a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}
p {
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    margin: 0;
    padding: 10px;
}
h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.8em;
    font-weight: 400;
}
h2 strong {
    font-weight: 600;
}
h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    font-weight: 400;
}
h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0;
}
h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.6em;
    color: #7f96bc;
    border-left: 6px solid #7f96bc;
    background: linear-gradient(to right, #FFFFFF, transparent);
    padding: 5px 15px;
    margin: 10px 0px;
}
.h-underline {
    font-size: 1.5em;
    font-weight: 100;
    border-bottom: 1px solid #1a4487;
    margin: 8px;
    text-align: center;
    padding: 10px 0px;
    color: #1a4487;
}
hr {
    border: 1px solid rgba(255,255,255,0.3);
}
.logo {
    z-index: 1500;
}
footer li {
    list-style: none;
}
.why-list {
    display: flex;
}
.why-list p {
    flex-basis: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    align-self: center;
}
.why-list img {
    flex-basis: 1;
    max-height: 50px;
    margin: 10px;
}
.button {
    display: inline-block;
    background: #5da244;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.3);
}
.button:hover, .button:active {
    background: #1a4487;
    color: white !important;
}
.modern-button {
    display: inline;
    padding: 10px 30px;
    border: 1px solid white;
    background: rgba(255,255,255,0.7);
    color: black !important;
    font-weight: 600;
    text-transform: uppercase;
}
.modern-button-dark {
    display: inline;
    padding: 10px 30px;
    border: 1px solid #ffffff;
    background: rgba(0,0,0,0.5);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}
.modern-button:hover, .modern-button:active {
    background: white !important;
    color: black;
    cursor: pointer;
}
.modern-button-dark:hover, .modern-button-dark:active {
    background: black;
    color: white !important;
    cursor: pointer;
}
.j-menu-drop ul li ul .site-lang:hover {
    background-color: #34b3d9 !important;
}
/* .j-menu-drop ul li .site-lang-list {
    width: 120px !important;
} */
.lang-sel {
    background: #333;
}
.lang-ko, .lang-op-ko, lang-ko h4 {
    font-family: 'Nanum Gothic' !important;
    font-weight: 700;
}
.languages .flexx {
    padding-right: 5px;
    padding-bottom: 5px;
}
section {
    width: 100%;
    background-size: cover;
    margin: 0px;
    padding: 0px;
}
.half {
    width: 48%;
}
.float {
    float: left;
    display: inline-block;
}
.container {
    padding: 30px 15px;
    max-width: 950px;
    margin: 0 auto;
}
.centered {
    text-align: center;
}
.right {
    text-align: right;
}
.rounded {
    border-radius: 10px;
}
.light, .light a {
    color: white;
}
.dark {
    color: #000000;
}
.darkk {
    background: rgba(0,0,0,0.4) !important;
    color: #ffffff !important;
}
.lucent {
    background: rgba(255,255,255,0.6);
}
.lucentt {
    color: rgba(255,255,255,0.6) !important;
}
.indent {
    margin-left: 28px;
}
.x-small {
    font-size: 10px;
}
.smaller {
    font-size: 11px;
}
.small {
    font-size: 12px;
}
.medium {
    font-size: 14px;
}
.med-lrg {
    font-size: 16px;
}
.large {
    font-size: 30px;
}
.underlined {
    text-decoration: underline;
}
#contact-depts {
    line-height: 1.5em;
}
#expander:hover {
    cursor: pointer;
}
.highlighted {
    border: 2px solid yellow !important;
}
.weight-100 {
    font-weight: 100;
}
.pad {
    padding: 5px;
}
.paddy {
    padding: 10px;
}
.padded {
    padding: 20px;
}
.padgreen {
    color: #5da244;
}
.padblue {
    color: #1a4487;
}
.lightpadgreen 
{
    color: #7ecb63;
}
.lightpadblue {
    color: #92caff;
}
.strong {
    font-weight: 600;
}
.no-bg {
    background: none;
    border: none;
}
.light-bg {
    background: linear-gradient(#cddbec, #d6ebd2);
}
.dark-bg {
    background: linear-gradient(#579a49, #1b4784);
}
.hideme {
    display: none !important;
}
.hidden {
    display: none;
}
.active {
    font-weight: 700;
    color: lightgreen;
}
.custom-fa-sm {
    display: inline;
    font-size: 17px;
    width: 1.25em;
    vertical-align: -.225em;
    stroke: currentColor;
    fill: currentColor;
}
.float {
    float: left;
}
.flexx {
    display: flex;
}
.fwrap {
    display: flex;
    flex-wrap: wrap;
}
footer {
    background: #163664;
}
footer ul li {
    font-size: 12px;
}
.footer-header {
    padding-bottom: 10px;
}
.footer-links li a:hover {
    color: #5da244;
}
.j-section-gradient a:hover {
    color: #5da244;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
#raf-body {
    background: linear-gradient(to right, #93b6d6, #93c391) !important;
}
.newBanner {
    background-color: rgba(255,255,255,0.1);
    border: 1px dotted rgba(255,255,255,0.5);
    padding: 5px;
    margin: 0 auto;
    display: inline-block;
    border-radius: 100px;
}
.newBanner p {
    padding: 5px 20px;
    font-weight: 100;
}
.newBanner p .new-left {
    color: lightblue;
    border-right: 1px solid lightblue;
    padding: 5px 15px 5px 5px;
}
.newBanner p .new-right {
    padding: 5px 5px 5px 15px;
}

/****** FOOTER ******/

#bbb {
    display: flex;
    flex-basis: 1;
    padding: 5px;
}
.f-award {
    display: flex;
    flex-basis: 1;
    padding: 5px;
}
.f-award img {
    max-height: 60px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    
}
#china {
    display: flex;
    flex-grow: 2;
    padding: 5px;
    justify-content: flex-end;
}
#china a {
    float: right;
    align-self: flex-end;
}
.f-award a {
    align-self: center;
}
.plan-details {
    color: #28415f;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    border-bottom: 2px solid #28415f;
    font-weight: 800;
    padding: 0px 5px;
}
.canopy-button .plan-details:hover {
    border-bottom: 2px solid #ffffff;
}
.question {
    margin: 20px 0px 20px 0px;
    padding: 6px 12px;
    font-size: 1.2em;
    font-weight: 600;
    background: linear-gradient(to right, #FFFFFF, transparent);
    font-family: 'Open Sans', sans-serif;
    border-left: 5px solid #5da244;
    color: #333333;
}
#faq a {
    color: #5da244;
    font-weight: 600;
}
#faq a:visited {
    color: #5da244;
}

/****** ADDENDUM POPUPS ******/

.pop {
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 100px;
    margin: 0 auto;
    max-width: 500px;
    overflow: auto;
    background: white;
    border-radius: 10px;
    z-index: 9999;
    max-height: 350px;
}
.pop-contain {
    padding: 30px;
}
.pop-contain p {
    font-size: 14px;
    padding-bottom: 8px;
}
.pop-contain a, .pop-contain a:visited {
    color: #5da244;
    text-decoration: underline;
}
.pop-contain h2 {
    font-size: 30px;
    margin: 8px 0px;
}
.pop-contain li {
    font-size: 14px;
    padding: 1px 0px 1px 10px;
    margin: 10px 0px;
    list-style: none;
    border-left: 3px solid #7f96bc;
    background: linear-gradient(to right, #dddddd, transparent);
}
.pop-contain td {
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #ccc;
}
.pop-contain th {
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    text-transform: uppercase;
    color: #1a4487;
}
.pop-contain table {
    margin: 10px 0px;
    border-collapse: collapse;
}
.fadeout {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: black;
    opacity: .6;
    z-index: 999;
}

/****** CUSTOM ******/
.top-btn{
    position: relative;
    top: 18em;
    left: 26em;
}

.price {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
}
.price span {
    font-size: 50px;
}
.feature-list {
    padding-left: 30px;
    list-style: none;
    font-size: 14px;
    float: left;
}
.feature-list li {
    margin-bottom: 10px;
}
.special-offer .j-cell {
    background: none !important;
}
.box {
    flex: 1 1 0;
    min-width: 25%;
    padding: 5px;
    align-self: flex-start;
    font-weight: bold;
}
.box-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.square {
    display: inline-block;
    flex-basis: 33%;
    max-width: 90px;
    text-align: center;
    padding: 5px 10px;
}
.whitepaw {
    text-shadow: 0px 0px 10px #ffffff;
}
.darkpaw {
    text-shadow: 0px 0px 8px #000000;
}
#domain-search input {
    margin-top: 15%;
    padding: 15px;
    width: 90%;
    text-align: center;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 3px solid rgba(0,0,0,0.7);
    outline: none;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    background: rgba(255,255,255,0.4)
}
#domain-search #go {
    width: 50%;
    padding: 10px;
    margin-top: 30px;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(0,0,0,0.5);
    color: white;
    font-weight: 600;
    border-radius: 20px;
}
#domain-search #go:hover, #domain-search #go:active {
    background: rgba(255,255,255,0.5);
    color: black;
}
.j-section-domain {
    background: url('images/valley.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
}
.d-box {
    padding: 4px;
    margin: 4px;
    font-size: 12px;
    float: left;
    background: rgba(255,255,255,0.4);
}
.padbot {
    padding-bottom: 20px;
}
.list-reg li {
    display: list-item;
    list-style: circle;
    font-size: 12px;
}
#RAF-form input, #RAF-form textarea, #RAF-form select {
    border-radius: 0px;
    border: 0px solid #5da244;
    padding: 10px 15px;
    width: 90%;
    font-size: 1.2em;
    font-family: monospace;
}
#RAF-form tr {
    display: block;
    margin-bottom: 25px;
}
#RAF-form table tbody tr td {
    display: block;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
}
#RAF-form a:hover {
    cursor: pointer;
}
#agree {
    height: 30px;
    width: 30px;
}
textarea:focus, input:focus, select:focus {
    outline: none;
}
#toggle-paypal {
    display: none;
}
.site-lang span {
    float: right;
    padding-left: 20px;
}

/****** PLAN BOXES ******/

.j-plan-contain {
    display: flex;
    flex-basis: 100%;
}
.j-plan {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border: 2px solid rgba(26,68,135,0.3);
    background: #ffffff;
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
}
.j-plan .featured {
    display: block;
    margin-top: -40px;
    margin-bottom: 8px;
    height: 25px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 5px 0px;
    border-radius: 50px 50px 0px 0px;
}
.j-plan .feat-on {
    background: rgba(26,68,135,0.8);
}
.j-box-white {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border: 2px solid rgba(26,68,135,0.3);
    background: #ffffff;
    padding: 5px;
    margin: 10px;
    border-radius: 5px;
}
.j-pop {
    background: rgba(255,255,255,0.5);
    border: 2px solid rgba(26,68,135,0.3);
}
.j-plan h4 {
    font-size: 1.3em;
    padding: 5px 0px;
    font-weight: 400;
}
.j-plan h5 {
    margin: 10px 0px 0px 0px;
    padding: 8px 0px;
    border: 0px;
    background: rgba(255,255,255,0.5);
    color: #333;
    font-weight: 400;
    font-size: 10px;
}
.j-plan h5 span{
    font-size: 18px;
}
.j-plan .button {
    display: block;
}
h6 {
    text-align: center;
    display: block;
    padding: 3px;
    margin: 20px;
    font-size: 20px;
    font-weight: 100;
    border-bottom: 2px solid #1a4487;
}
.bigmoney {
    font-size: 2em;
    text-align: center;
    font-weight: 600;
    color: #1a4487;
    margin: 0;
}

/****** ALTERNATING PARAGRAPHS ******/

.alt-paras {
    display: flex;
    flex-wrap: wrap;
}
.para-left, .para-right {
    margin-bottom: 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,0.2);
}
.para-left p, .para-right p {
    padding: 10px 20px;
}
.alt-paras h3 {
    text-align: center;
    margin: 10px;
    font-size: 1.2em;
}

/****** FLEX FORM ******/

.flexform {
    display: flex;
    flex-wrap: wrap;
}
.flexform-label {
    color: white;
    font-size: 1.5em;
}
.flexform-group {
    display: flex;
    flex-basis: 100%;
    padding: 10px;
}
.flexform-label, .flexform-group input {
    flex-basis: 48%;
}

/****** MODERN FORM ******/

.modern-form label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 100;
    margin-bottom: 5px;
}
.modern-form input, .modern-form select {
    display: inline-block;
    padding: 10px 15px !important;
    font-family: 'Source Code Pro', monospace !important;
    font-size: 1.2em !important;
}
.modern-form input[type="text"], .modern-form input[type="password"], .modern-form select {
    width: 40%;
    min-width: 220px;
    border: 1px solid #ccc;
}
.modern-form input[type="radio"] {
    background: #5da244;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.modern-form textarea {
    height: 100px;
    width: 70%;
}
.stars:hover {
    cursor: pointer;
}
.stars a {
    font-size: 30px;
    color: #aaaaaa;
}
.stars:hover a {
    color: #1a4487;
    text-decoration: none;
}
.stars a:hover ~ a {
    color: #aaaaaa;
}
.honeypot {
    display: none;
}

/****** INDEX MAIN IMG ******/

.canopy-aside {
    width: 50%;
    padding: 30px 0px 10px 0px;
}
.canopy-aside-c {
    width: 60%;
    padding: 30px 0px 10px 0px;
    margin: 0 auto;
}
#canopy-header {
    font-weight: 400 !important;
    font-size: 2.4em;
    padding: 5px 0px;
}
#canopy-features {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.canopy-feat {
    flex-basis: 1;
    padding: 15px;
    border-right: 1px solid #1a4487;
    text-align: center;
}
a.canopy-feat, a.canopy-feat:active, a.canopy-feat:visited {
    color: #1a4487;
    font-weight: 600;
}
a.canopy-feat:hover {
    color: #5da244;
}
.canopy-feat:last-child {
    border: none;
}
.canopy-feat .sprite {
    max-height: 60px;
    margin-bottom: 10px;
    transition: 0.2s all ease-in-out;
}
.canopy-feat:hover > .sprite {
    transform: scale(1.2);
}
.j-plan .sprite, .j-box-white .sprite, .f-3 .sprite {
    max-height: 90px;
}
.canopy-arrow {
    background: url('images/canopy-arrow.png');
    background-size: cover;
    background-position: bottom;
}
.canopy-aside span {
    font-size: 1.2em !important;
}
.canopy h2 {
    font-size: 1.5em;
}

/****** 2020 UPDATE ******/

.canopy-content {
    display: flex;
    flex-wrap: wrap;
}
.canopy-content h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.1em;
    text-align: center;
}
.canopy-content h1 span {
    text-decoration: underline;
}
.canopy-content h2 {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    margin-top: 30px;
}
#canopy-2020 {
    background-position: left !important;
}
.canopy-content p {
    margin: 20px 5px;
    text-align: center;
}
.canopy-content p.lead {
    max-width: 480px;
    margin: 20px auto;
}
.canopy-list a, .canopy-list a:active, .canopylist a:visited {
    color: #1a4487;
}
.canopy-list a:hover {
    color: #5da244;
    cursor: pointer;
}
.lead {
    font-size: 1.2em;
}
p.lead a {
    text-decoration: underline;
}
.canopy-content p.lead span {
    font-weight: 700;
}
.j-plan .titlecard {
    position: relative;
}
.j-plan .titlecard img {
    width: 100%;
    opacity: 0.2;
}
.j-plan .titlecard h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.6em;
    font-weight: 600;
}
.j-plan .titlecard h4 span {
    font-size: 0.8em;
}
.j-plan h5 {
    font-size: 0.9em;
}
.j-plan h5 span {
    font-size: 1.8em;
    font-weight: 700;
    color: #1a4487;
}
.j-plan ul li {
    text-align: left!important;
    font-size: 1em;
    padding: 0px 10px;
    border: none;
}
.j-plan a.button {
    border-radius: 3px;
    background: #1a4487;
    border: 2px solid rgba(0,0,0,0.2);
}
.j-plan a.button:hover {
    background: #5da244;
}
.hosting-features {
    display: flex;
    flex-wrap: wrap;
}
.feature {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 30px;
}
.feature img {
    max-height: 70px;
}
.feature p {
    max-width: 300px;
    margin: 0 auto;
}
.feature h3 {
    margin: 10px 0px;
    font-size: 1.3em;
    color: #222;
}
.f-2 {
    display: flex;
    flex-wrap: wrap;
}
.f-2 div {
    flex-basis: 100%;
    flex-grow: 1;
    margin: 5px;
}
.f-3 {
    display: flex;
    flex-wrap: wrap;
}
.f-3 div {
    flex-basis: 100%;
    flex-grow: 1;
    margin: 5px;
}
.f-4 {
    display: flex;
    flex-wrap: wrap;
}
.f-4 div {
    flex-basis: 100%;
    flex-grow: 1;
    margin: 5px;
}
.slick-prev, .slick-next {
    display: none !important;
}
.tagline {
    font-size: 1.2em;
    font-weight: 600;
}

/****** SOCIAL ICONS ******/

.social {
    margin-left: 5px;
    font-size: 25px;
}
a.social i:hover {
    color: #333333 !important;
}
#social-h {
    background: LightCyan;
    padding: 0;
    font-size: 16px;
    color: black;
}
#social-h p {
    padding-right: 10px;
}
#social-fb {
    color: #3b5998;
}
#social-tw {
    color: #1DA1F2;
}
#social-li {
    color: #0077B5;
}
#social-gp {
    color: #DB4437;
}
#social-bl {
    color: darkorange;
}
.img-icon {
    max-height: 80px;
}

/****** NAVIGATION ******/

.j-navbar a img {
    height: 50px;
    padding: 14px;
    float: left;
}
.j-menu-drop ul {
    padding: 0;
    margin: 0;
}
.j-cat ul li:hover {
    background: #1a4487 !important;
    color: white !important;
}
.j-cat ul li a:hover {
    color: white !important;
}
.j-cat ul #social-h:hover {
    background: LightCyan !important;
}
.j-cat ul #social-h a:hover {
    color: black !important;
}


/****** TERMS AND PRIVACY ******/



.tos p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #333333;
    padding: 4px 0px;
}
.tos a {
    color: #1a4487;
    font-weight: 700;
}
.tos li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #1a4487;
    padding: 0;
    list-style: none;
}
.tos li, .compare li {
    background: linear-gradient(to right, #FFFFFF, transparent);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    list-style: none;
    border-left: 3px solid #7f96bc;
    color: #333333;
    padding: 0px 0px 0px 10px;
    margin-bottom: 8px;
}
.pretty {
    padding-left: 10px;
}
.pretty li {
    background: linear-gradient(to right, #FFFFFF, transparent);
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    border-left: 3px solid #7f96bc;
    color: #333333;
    margin-bottom: 8px;
    padding: 2px 0px 2px 8px;
}
.pretty-dark {
    padding-left: 10px;
}
.pretty-dark li {
    background: linear-gradient(to right, #444444, transparent);
    font-family: 'Open Sans', sans-serif;
    list-style: none;
    border-left: 3px solid white;
    color: #ffffff;
    margin-bottom: 8px;
    padding: 2px 0px 2px 8px;
}
.boxed {
    display: block;
    border: 1px solid #1a4487;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.boxed li {
    list-style: circle;
    padding: 2px 0;
    margin: 0 auto;
}
.tos table {
    border-collapse: collapse;
    margin-right: 20px;
    margin-top: 15px;
    display: inline-block;
}
.tos th {
    background: #bfcfe2;
    font-size: 13px;
    padding: 8px 20px;
    text-transform: uppercase;
    border: 1px solid #bfcfe2;
}
.tos td {
    font-size: 13px;
    padding: 8px;
    border: 1px solid rgba(127,150,188,0.2);
}
.tos .th2 {
    font-style: italic;
}
.tos .index {
    padding: 0;
}
.tos .index li {
    background: none;
    list-style: none;
    border: none;
    padding: 2px;
    margin-bottom: 0px !important;
}
.subcat {
    background: none;
    border-left: 2px solid #7f96bc !important;
    padding-left: 10px !important;
    margin-left: 3px;
    margin-bottom: 0px !important;
}
.subcat a {
    color: #7f96bc !important;
}
.subcat a:hover {
    color: #5da244 !important;
}
.tos h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #333333;
    padding: 4px 0px;
    margin-top: 10px;
}
.tos h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    color: #5da244;
    padding: 10px 0px 0px 0px;
    margin: 0;
}
.tos b, b {
    color: #4076bc;
    font-weight: 600;
}
.canopy {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 2vw));
    -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 2vw));
    -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 2vw));
    -o-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 2vw));
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 2vw));
}

.main-banner{
    height: 80vh;
  }

/****** RESPONSIVE ******/
@media only screen and (max-width: 767px){
    .top-btn {
        display: flex;
        position: relative;
        top: 0;
        left: 0em;
        justify-content: flex-end;
        align-content: flex-end;
        flex-wrap: nowrap;
        padding: 0px;
    }
    .canopy-content {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-banner {
        height: auto;
    }
    .x{
        flex-direction: column;
    }
    ul.small {
        padding-left: 10px!important;
        line-height: 26px;
    }
}

@media all and (min-width: 0px) {
    
    /****** NAVIGATION ******/
    
    .nav-container {
        max-width: 100%;
    }
    
    .j-navbar {
        display: block;
        width: 100%;
        height: 80px;
        background: #eff7ee;
        z-index: 1000;
        margin: 0;
        padding: 0;
    }
    .j-navbar a {
        z-index: 9999;
    }
    .j-menu {
        position: absolute;
        top: 0px;
        right: 0px;
        font-size: 35px;
        color: #5da244;
        padding: 0;
        text-align: right;
        z-index: 900;
    }
    .j-menu-bars {
        display: inline-block;
        padding: 20px 20px 0px 0px;
        margin: 0;
        height: 50px;
        font-size: 25px;
    }
    .j-menu-drop {
        width: 100%;
        padding-top: 10px;
        display: none;
    }
    .j-menu-drop li {
        background: #153568;
    }
    .j-menu-drop ul li {
        font-size: 16px;
        list-style: none;
        color: white;
        font-weight: 600;
        border-top: 1px solid rgba(255,255,255,0.5);
    }
    .j-menu-drop ul li p {
        padding: 5px 10px;
    }
    .j-menu-drop ul li a:active {
        color: white;
        text-decoration: none;
    }
    .j-menu-drop ul ul {
        display: none;
        width: 100%;
    }
    .j-menu-drop ul ul li {
        background: #5da244;
        padding: 5px 10px;
        color: white;
    }
    .j-menu-drop ul ul li a {
        display: inline-block;
        width: 100%;
    }
    .j-menu-drop ul ul #social-h a {
        display: inline !important;
    }
    .outside {
        height: 100%;
        width: 100%;
        background: red !important;
    }
    .j-menu li a, .j-menu li a:visited {
        color: white;
        text-decoration: none;
    }
    .j-menu li a:active {
        color: black;
    }
    
    /****** SECTIONS ******/
    
    .j-section-white {
        background: #ffffff;
    }
    .j-section-black {
        background: #000000;
    }
    .j-section-dark {
        background: url('images/whpbg9_color2.png');
        background-size: cover;
        background-attachment: scroll;
    }
    .j-section-light {
        background: linear-gradient(to right, #93b6d6, #93c391);
        background-size: cover;
        background-attachment: scroll;
    }
    .j-section-gradient {
        background: linear-gradient(#cddbec, #e5f9e2);
        background-size: cover;
    }
    .j-section-gradient-var {
        background: linear-gradient(#b6c9e0, #c6e7c1);
        background-size: cover;
    }
    .j-section-dark-gradient {
        background: linear-gradient(#579a49, #1b4784);
        background-size: cover;
    }
    .j-section-darkblue {
        background: #163664;
    }
    .j-section-half {
        background: linear-gradient(#cddbec, #d6ebd2);
        background-size: cover;
        overflow: hidden;
    }
    .j-section-half div {
        float: left;
        width: 49%;
    }
    #support-woman {
        max-width: 80%;
        max-height: 160px;
        vertical-align: bottom;
    }
    .j-section-half div p {
        padding: 10px;
        font-size: 13px;
        text-shadow: 0px 0px 3px #ffffff;
    }
    .container img {
        max-width: 98%;
    }
    .split {
        display: block;
        width: 100%;
    }
    #split-wp {
        background: url('images/laptop_photo.jpg');
        background-size: cover;
        background-position: center;
        min-height: 120px;
    }
    .split-wb {
        min-height: 270px;
    }
    #split-nl {
        background: url('images/newsletter_whp.png');
        background-size: cover;
        background-position: center;
        min-height: 200px;
    }
    #split-af {
        background: url('images/blue-cash.jpg');
        background-size: cover;
        background-position: center;
        min-height: 120px;
    }
    #split-vps {
        background: url('images/orange-hd.png');
        background-size: cover;
        background-position: center;
        min-height: 120px;
    }
    #split-ssl {
        background: url('images/lock.png');
        background-size: cover;
        background-position: center;
        min-height: 120px;
    }
    #split-sitelock {
        background: url('images/sitelock_image.png');
        background-size: cover;
        background-position: center;
        min-height: 120px;
    }
    #split-ya {
        background: url('images/success.jpg');
        background-size: cover;
        background-position: center;
        min-height: 350px;
    }
    .flip {
        display: block;
        width: 100%;
    }
    .para-left, .para-right {
        flex-basis: 100%;
        width: 100%;
    }
  
    /****** CANOPY ******/
    
    .canopy {
        background-attachment: scroll;
    }
    #canopy {
        background-image: url('images/canopy-screen-2.jpg');
        background-size: cover;
        background-color: black;
        background-position: right;
    }
    #canopy-2020 {
        background-image: url('images/canopy-2020-px1224.jpg');
        background-size: cover;
        background-color: white;
        background-position: top right;
    }
    #canopy-code {
        background-image: url('images/canopy/green-code.jpg');
        background-size: cover;
        background-position: top right;
    }
    #canopy-office {
        background-image: url('images/canopy/office-chairs.jpg');
        background-size: cover;
        background-position: top center;
    }
    #canopy-blackfriday {
        background-image: url('images/canopy/black-friday.jpg');
        background-size: cover;
        background-color: black;
        background-position: top center;
        background-repeat: no-repeat;
    }
    #canopy-builder {
        background-image: url('images/canopy-theme.jpg');
        background-size: cover;
        background-color: grey;
        background-position: bottom right;
        background-repeat: no-repeat;
    }
    #canopy-seo {
        background-image: url('images/canopy/seo-graph.jpg');
        background-size: cover;
        background-color: grey;
        background-position: top right;
        background-repeat: no-repeat;
    }
    #canopy-promo {
        background-image: url('images/canopy/abstract-beach.jpg');
        background-size: cover;
        background-color: grey;
        background-position: bottom left;
        background-repeat: no-repeat;
    }
    #canopy-mail-app {
        background-image: url('images/canopy/phone-email.jpg');
        background-size: cover;
        background-color: grey;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
    #canopy-wp {
        background-image: url('images/canopy-wordpress.jpg');
        background-size: cover;
        background-position: center;
    }
    #canopy-wb {
        background-image: url('images/canopy-weebly.jpg');
        background-size: cover;
        background-position: top center;
    }
    #canopy-help {
        background-image: url('images/canopy-help-1224.jpg');
        background-size: cover;
        background-position: top right;
    }
    #canopy-mini {
        background-image: url('images/canopy-frog.png');
        background-color: black;
        background-size: cover;
        background-position: top;
    }
    #canopy-raf {
        background-image: url('images/canopy-friends.jpg');
        background-size: cover;
        background-position: top center;
    }
    #canopy-layers {
        background-image: url('images/canopy-landscape.jpg');
        background-size: cover;
        background-position: center;
    }
    #canopy-newsletter {
        background-image: url('images/canopy-abstract.jpg');
        background-size: cover;
        background-position: center;
    }
    #canopy-mailchimp {
        background-image: url('images/canopy-sunflowers.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }
    #canopy-about {
        background-image: url('images/canopy-silhouette.jpg');
        background-size: cover;
        background-position: top center;
    }
    #canopy-awards {
        background-image: url('images/canopy-award.jpg');
        background-size: cover;
        background-position: center;
    }
    #canopy-aff {
        background-image: url('images/blue-cash.jpg');
        background-size: cover;
        background-position: center;
    }
    #canopy-ssl {
        background-image: url('images/canopy-ssl.jpg');
        background-size: cover;
        background-position: center;
    }
    #canopy-sitelock {
        background-image: url('images/canopy-sitelock.jpg');
        background-size: cover;
        background-position: center;
    }
    #canopy-email {
        background-image: url('images/canopy-email.jpg');
        background-size: cover;
        background-position: bottom center;
    }
    #canopy-business {
        background-image: url('images/canopy-business.jpg');
        background-size: cover;
        background-position: bottom center;
    }
    #canopy-businesswoman {
        background-image: url('images/canopy/businesswoman-sm.jpg');
        background-position: top left;
        background-size: cover;
    }
    #canopy-shared {
        background-image: url('images/canopy-hosting.jpg');
        background-color: #000000;
        background-size: cover;
        background-position: bottom center;
    }
    #canopy-vps {
        background-image: url('images/canopy-chips.jpg');
        background-size: cover;
        background-position: center;
    }
    #canopy-contact {
        background-image: url('images/canopy-contact.jpg');
        background-size: cover;
        background-position: center;
    }
    #canopy-priority {
        background-image: url('images/canopy-priority.jpg');
        background-size: cover;
        background-position: left bottom;
        background-attachment: scroll;
    }
    #canopy-developer {
        background-image: url('images/canopy-developer.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }
    #canopy-features {
        flex-wrap: wrap;
    }
    .canopy-feat {
        flex-basis: 25%;
        font-size: 0.7em;
        border: none;
        padding: 10px;
    }
    .canopy-aside, .canopy-aside-c {
        width: 100%;
    }
    #canopy-para {
        font-weight: 600;
        font-size: 0.8em;
    }
    .canopy-flex {
        display: flex;
        display: flex;
        flex-wrap: wrap;
    }
    .canopy-button, .canopy-price {
        flex-basis: 100%;
        text-align: center;
        flex-wrap: nowrap;
    }
    .canopy-button a {
        text-align: center;
    }
    .canopy-price {
        font-size: 1.1em;
        margin-bottom: 20px;
    }
    .canopy-price span {
        font-size: 2.4em !important;
        font-weight: 700;
    }
    .flexing {
        display: flex;
        flex-wrap: wrap;
    }

    /****** PLAN BOXES ******/
    
    .j-plan-contain, #ssl-compare {
        flex-wrap: wrap;
    }
    .j-plan, #ssl-compare p {
        flex-basis: 100%;
    }
    
    /****** NEWSLETTER ******/
    
    .mc-field-group label {
        display: block;
        width: 90%;
    }
    .mc-field-group input[type="text"], .mc-field-group input[type="email"], .mc-field-group input[type="url"] {
        padding: 7px 10px;
        font-family: monospace;
        font-size: 1em;
        margin-bottom: 15px;
        width: 90%;
        border-style: solid;
        border-width: 1px;
    }
    .mc-field-group input[type="radio"], .mc-field-group input[type="checkbox"], .input-group label {
        display: inline !important;
        font-size: 0.9em;
        vertical-align: middle;
    }
    .input-group label {
        line-height: 10px;
    }
    .mc-field-group input[type="radio"], .mc-field-group input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin: 0px 5px 0px 0px;
    }
    .mc-field-group {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.3em;
        font-weight: 600;
    }
    .input-group ul {
        margin-top: 3px;
    }
    
    /****** TABLES - NEW ******/
    
    .j-table, .j-sidecar {
        display: none;
    }
    .first {
        display: block;
    }
    .j-row {
        display: flex;
        flex-wrap: wrap;
    }
    .j-cell {
        flex: 1;
        font-size: 14px;
        text-align: center;
        padding: 8px 4px;
        margin: 2px;
        background: rgba(255,255,255,0.7);
    }
    .j-sidecar .j-row .j-label {
        flex-basis: 100% !important;
    }
    .j-sidecar .j-row {
        flex-wrap: wrap !important;
    }
    .j-sidecar .j-row .j-cell {
        flex-basis: 32%;
    }
    .j-sidecar .j-row .j-cell:hover {
        background: #7ecb63;
    }
    .j-sidecar .j-row .j-cell a {
        display: block;
        width: 100%;
        height: 100%;
        font-family: 'Noto Sans', sans-serif;
        font-weight: 400;
        color: black;
    }
    .languages div a {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 400;
        cursor: default;
    }
    .j-sidecar .j-row .j-label {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 600;
    }
    .j-header .j-cell {
        font-weight: 600;
        font-size: 1em;
        letter-spacing: -1px;
        text-transform: uppercase;
        line-height: 0.9em;
        border-radius: 20px 20px 0px 0px;
        padding: 15px 0px;
        background: rgba(255,255,255,0.6);
        border-bottom: 0px !important;
    }
    .j-header {
        flex-wrap: nowrap;
    }
    .j-footer .j-cell {
        border: 1px solid white;
        border-radius: 10px;
        padding: 8px 0px;
    }
    .j-footer .j-cell a:hover {
        background: rgba(255,255,255,0.3) !important;
    }
    .j-label {
        flex-basis: 100%;
        font-size: 14px;
        text-align: center;
        background: linear-gradient(transparent, rgba(0,0,0,0.2));
        padding: 8px 4px;
        font-weight: 600;
        margin-top: 2px;
    }
    .j-sh {
        display: block;
        background: linear-gradient(to right, #1c4883, #569a4a);
        color: white;
        padding: 8px 5px 8px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .j-ss {
        display: block;
        background: linear-gradient(to right, #1c4883, #569a4a);
        color: white;
        padding: 5px;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .j-sh h4, .j-ss h4 {
        display: inline;
        margin: 0;
        font-size: 1.1em;
        text-transform: uppercase;
    }
    .j-footer .j-cell a {
        font-weight: 600;
        font-size: 1.5em;
        display: block;
        width: 100%;
        height: 100%;
        color: white;
    }
    .j-footer .j-cell a span {
        font-size: 0.8em !important;
        color: white;
        display: block;
        text-transform: uppercase;
    }
    .spacer {
        display: none;
        border: none !important;
        background: none !important;
    }
    .rotated {
        transform: rotate(90deg);
    }
    .flip {
        transform: rotate(180deg);
    }
    i.move, i.i-move {
        display: inline-block;
    }
    .s-cell {
        flex-basis: 100%;
    }
    
    /****** LIMITERS ******/
    
    .when450 {
        display: none;
    }
    .when768 {
        display: none;
    }
    .when950 {
        display: none;
    }
    .when1224 {
        display: none;
    }
    
    /****** FOOTER ******/
    
    .footer-links {
        display: none;
        padding-left: 22px;
        padding-bottom: 10px;
        margin: 0;
    }
    .footer-box {
        flex-basis: 100%;
    }
    #foot-flex {
        flex-wrap: wrap;
    }
    
    /****** CUSTOMS ******/
    
    .vps-plan {
        background: none;
        border: none !important;
        border-radius: 20px !important;
        flex-basis: 30%;
        color: #333333;
        font-size: 0.8em !important;
    }
    .vps-head {
        flex-wrap: wrap;
    }
    .vps-0, .vps-2, .vps-3, .vps-4, .vps-5, .vps-6 {
        flex-basis: 46%;
    }
    .vps-select {
        background: #333333 !important;
        color: white;
    }
    #video-weebly {
        min-height: 220px;
    }
    
    /****** SPLITTERS ******/
    
    .j-split {
        display: flex;
        flex-wrap: wrap;
    }
    .j-flip {
        flex-basis: 100%;
        min-height: 200px;
    }
    .square-wrap {
        display: flex;
        flex-wrap: wrap;
        max-width: 400px;
    }
    
    /****** AWARDS ******/
    
    .award-contain {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 5px solid #93bdb0;
        padding: 10px 0px;
    }
    .awards-img {
        flex-basis: 100%;
        padding: 15px;
        text-align: center;
    }

    .awards-text {
        flex-basis: 100%;
        padding: 15px;
        font-size: 1.1em;
        line-height: 1.7em;
    }
    .awards-img a {
        color: #1a4487;
    }
    .awards-img a img {
        max-height: 120px;
    }
    .awards-text i {
        color: #1a4487;
        padding-right: 10px;
    }
    .awards-text i svg {
        transform: translate(0px, -5px);
    }
    .awards-text p {
        font-family: "Open Sans", sans-serif;
        font-size: 1.1em;
        margin-bottom: 25px;
        text-align: left;
    }
    .awards-text a {
        color: #5da244;
    }
    .awards-text a:hover, .awards-text a:active {
        background: #5da244;
        color: white;
    }
    .award-mini {
        padding: 5px;
        margin: 6px;
        background: rgba(255,255,255,0.5);
        flex-basis: 40%;
        border-radius: 10px;
    }
    .award-mini img {
        max-height: 110px;
        margin: auto;
    }
    
    /****** TERMS ******/
    
    .tos .index {
        -moz-column-count: 1;
        -moz-column-gap: 10px;
        -webkit-column-count: 1;
        -webkit-column-gap: 10px;
        column-count: 1;
        column-gap: 10px;
    }
    
    /****** 2020 UPDATE ******/
    
    #calltoaction h2 {
        text-align: center;
    }
    #calltoaction .flexx {
        flex-wrap: wrap;
    }
    #calltoaction .flexx div {
        flex-grow: 1;
    }
    #calltoaction .flexx div:last-child {
        margin-top: 10px;
    }
    .res-table div {
        display: flex;
        flex-wrap: wrap;
    }
    .res-td {
        margin: 2px;
        padding: 5px;
        flex: 1 1 60px;
        justify-content: center;
        background: rgba(255,255,255,0.3);
    }
    .res-td:first-child {
        flex-basis: 100%;
        font-weight: 600;
        background: rgba(255,255,255,0.5);
    }
    .placeholder {
        display: none!important;
    }
    .res-button {
        margin-top: 10px;
        border-radius: 50px;
        background: rgba(0,0,0,0.6);
    }
    .res-button:hover {
        background: white;
    }
    .res-button:hover > a {
        color: black;
    }
    .res-button a {
        padding: 6px 0px;
        color: white;
        font-weight: 600;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .res-tr {
        padding-top: 8px;
    }
    .res-th .res-td {
        font-size: 1.1em;
        font-weight: 600;
        padding: 10px 5px;
        border-radius: 15px 15px 0 0;
        background: rgba(255,255,255,0.3);
    }
    .tagline {
        text-align: center;
    }
}

@media all and (min-width: 450px) {

    /****** NAVIGATION ******/
  
    
    .j-menu-drop ul ul {
        background: #5da244;
    }
    .j-menu-drop ul ul li {
        display: inline;
        float: right;
        text-align: center;
        width: 45%;
        background: #5da244;
        color: white;
        border-top: 0;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 5px 10px;
        text-align: right;
    }
    #social-h {
        width: 49.5%;
        color: white;
        background: #5da244;
    }
    #social-h p {
        padding: 2px 5px;
    }
    #social-h i svg  {
        background: white;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        border-right: 2px solid white;
        border-left: 2px solid white;
        border-radius: 5px;
    }
    .social {
        margin-left: 2px;
    }
    
    /****** CANOPY ******/
    
    .canopy-flex {
        flex-grow: 1;
    }
    .canopy-button {
        text-align: center;
    }
    .canopy-price {
        text-align: left;
    }
    .canopy-button a {
        text-align: center;
    }
    .canopy-button span {
        display: block;
    }
    .canopy-price {
        font-size: 1.1em;
        margin-bottom: 20px;
    }
    .canopy-price span {
        font-size: 2.4em !important;
    }
    .flexing {
        display: flex;
        flex-wrap: nowrap;
    }
    .why-list p {
        font-size: 0.8em;
    }
    .h-underline {
        font-size: 1.2em;
    }
    #canopy-wb #canopy-para {
        width: 80%;
    }
    
    /****** NEW TABLES ******/
    
    .spacer {
        display: inline-block;
    }
    .j-row {
        flex-wrap: nowrap;
    }
    .j-label, .j-cell {
        flex-basis: 25%;
    }
    .t-3w .j-cell, .t-3w .j-label {
        flex-basis: 33%;
    }
    #host-compare .j-row {
        flex-wrap: wrap;
    }
    #host-compare .j-row .j-label {
        flex-basis: 100% !important;
        display: block;
    }
    #host-compare .j-row .j-cell {
        flex-basis: 10% !important;
    }
    #host-compare .spacer {
        display: none;
    }
    .special-offer {
        float: left;
        flex-basis: 33%;
    }
    
    /****** PLAN BOXES ******/
    
    .j-thirds .j-plan {
        flex-basis: 100%;
    }
    
    /****** ALTERNATE IMAGES ******/
    
    .j-section-light {
        background: linear-gradient(to right, #93b6d6, #93c391);;
        background-size: cover;
        background-attachment: fixed;
    }
    
    /****** LIMITERS ******/
    
    .when450 {
        display: inline;
    }
    .when768 {
        display: none;
    }
    .s-cell {
        display: none;
    }
    #video-weebly {
        min-height: 350px;
    }
    
    /****** SPLITTERS ******/
    
    .j-split {
        display: flex;
        flex-wrap: wrap;
    }
    .j-flip {
        flex-basis: 50%;
    }
    .square-wrap {
        display: flex;
        flex-wrap: wrap;
        max-width: 400px;
        flex-direction: row;
    }
    
    /****** AWARDS ******/
    
    .award-mini {
        flex-basis: 28%;
    }
    
    /****** TERMS ******/
    
    .tos .index {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
    
    #calltoaction .flexx .canopy-price {
        text-align: center;
    }
    
    /* 2020 UPDATE */
    .res-td:first-child {
        flex-basis: 100px;
        border-radius: 15px 0px 0px 15px;
        justify-content: left;
        padding-left: 15px;
    }
    .res-th .res-td {
        background: rgba(255,255,255,0.5);
    }
    .placeholder {
        display: inline-block !important;
        background: none !important;
    }
    .res-tr {
        padding-top: 2px;
    }
    .tagline {
        padding-left: 15px;
    }
    .f-4 div {
        flex-basis: 45%;
    }
}

@media all and (min-width: 600px) {
    
    .j-plan-contain {
        flex-wrap: wrap;
    }
    .j-plan {
        flex-basis: 45%;
        flex-grow: 1;
        max-width: 300px;
        margin: 5px auto;
    }
    .hosting-features .feature {
        flex-basis: 45%;
        margin: 15px 10px;
    }
    .canopy-content .canopy-flex {
        flex-wrap: wrap;
    }
    .canopy-content .canopy-flex p {
        flex-basis: 45%;
    }
    .canopy-content .canopy-flex p:last-child {
        margin-top: 80px;
    }
    .tagline {
        text-align: left;
    }
    
}

@media all and (min-width: 768px) {
    
    /****** NAVIGATION ******/
 
    .j-menu-drop {
        display: block;
        width: 70%;
        position: absolute;
        padding-top: 0px;
        right: 0px;
        top: 25px;
    }
    .j-menu-drop ul {
        position: relative;
        float: right;
        margin-right: 25px;
    }
    .j-menu-drop li {
        background: none;
    }
    .j-menu-bars {
        display: none;
    }
    .j-menu-drop ul li {
        font-size: 14px;
        display: table-cell;
        background: none;
        border: none;
        color: #356b6b;
    }
    .j-menu-drop ul li p {
        padding: 5px 7px;
    }
    .j-menu-drop ul li ul {
        position: absolute;
        top: 55px;
        background: none;
        width: 130px;
        height: 170px;
    }
    .j-menu-drop ul li ul li {
        display: inline-block;
        float: none;
        text-align: left;
        background: #5da244;
        width: 115px;
        padding: 5px;
        margin-left: 0px;
        font-size: 12px;
    }
    .j-cat ul li a, .j-cat ul li a:visited {
        color: white;
    }
    .j-menu li a, .j-menu li a:visited {
        color: #356b6b;
        text-decoration: none;
    }
    #social-h {
        width: 125px;
        color: black;
        background: LightCyan;
    }
    .social {
        font-size: 22px;
        margin-left: 0px;
    }
    
    /****** PLAN BOXES ******/
    
    .j-thirds .j-plan {
        flex-basis: 28%;
    }
    .j-header .j-cell, .j-footer .j-cell a {
        font-size: 1.5em;
    }
    #ssl-compare {
        display: flex;
        flex-wrap: nowrap;
    }
    #ssl-compare p {
        flex-basis: 49%;
    }
    
    /****** SECTION DISPLAY ******/
    
    .split-img {
        width: 40%;
        float: left;
        margin: 0 20px;
    }
    .split-div {
        width: 40%;
        margin: 0 20px;
        float: left;
    }
    .box-box {
        max-width: 750px;
        margin: 0 auto;
    }
    .split {
        display: block;
        flex: 1;
        width: 50%;
        height: auto;
        float: left;
    }
    .split-3{
        display: block;
        flex: 1;
        width: 33.333%;
        height: auto;
        float: left;
    }
    ul.small {
        padding-left: 10px!important;
        line-height: 26px;
    }
    .para-left, .para-right {
        flex-basis: 48%;
    }
    .para-right {
        margin-right: 20px;
    }
    
    /****** ALTERNATE IMAGES ******/
    
    .j-section-light {
        background: linear-gradient(to right, #93b6d6, #93c391);;
        background-size: cover;
        background-attachment: fixed;
    }
    
    /****** CANOPY ******/
    
    #canopy-features {
        flex-wrap: nowrap;
    }
    .canopy-aside {
        width: 60%;
    }
    .canopy-aside-c {
        width: 70%;
    }
    #canopy-para {
        font-weight: 400;
        font-size: 0.9em;
    }
    .canopy-feat {
        font-size: 1em;
    }
    .why-list p {
        font-size: 1em;
    }
    .h-underline {
        font-size: 1.5em;
    }
    #canopy-wb #canopy-para {
        width: 100%;
    }
    #canopy-2020 {
        background-size: cover;
        background-color: white;
        background-position: top right;
    }
    #canopy-businesswoman {
        background-image: url('images/canopy/businesswoman-lg.jpg');
        background-position: top left;
        background-size: cover;
    }
    
    /****** LIMITERS ******/
    
    .when768 {
        display: inline-block;
    }

    /****** SPECIFICS ******/
    
    #feature-list-image {
        padding-left: 50px;
        margin-top: 1em;
    }
    #feature-list-image img {
        max-height: 270px;
    }
    .box {
        min-width: 50px;
    } 
    #video-weebly {
        min-height: 400px;
    }
    
    /****** AWARDS ******/
    
    .award-contain {
        display: flex;
        flex-wrap: nowrap;
        flex-basis: 48%;
        border-bottom: 5px solid #93bdb0;
        padding: 10px 0px;
    }
    .awards-img {
        flex-basis: 35%;
        padding: 25px;
        text-align: center;
    }

    .awards-text {
        flex-basis: 55%;
        padding: 25px;
        font-size: 1.1em;
    }
    .award-mini {
        padding: 5px;
        margin: 6px;
        background: rgba(255,255,255,0.5);
        flex-basis: 17%;
        border-radius: 10px;
    }
    
    /****** NEW TABLES ******/
    
    #host-compare .j-row {
        flex-wrap: nowrap;
    }
    #host-compare .j-row .j-cell, #host-compare .j-row .j-label, #host-compare .j-row .spacer {
        flex-basis: 12% !important;
    }
    #host-compare .spacer {
        display: inline-block;
    }
    /****** TERMS ******/
    
    .tos .index {
        -moz-column-count: 3;
        -moz-column-gap: 30px;
        -webkit-column-count: 3;
        -webkit-column-gap: 30px;
        column-count: 3;
        column-gap: 30px;
    }
    
    /****** 2020 UPDATE ******/
    
    #calltoaction h2 {
        text-align: left;
    }
    #calltoaction .flexx div {
        margin-right: 50px;
    }
    #calltoaction .flexx {
        max-width: 450px;
    }
    #calltoaction .flexx .canopy-price {
        text-align: left;
    }
    .canopy-content {
        display: block;
    }
    .canopy-content h1 {
        text-align: left;
    }
    .canopy-content p.lead {
        text-align: left;
        margin: 30px 15px;
    }
    .canopy-content .canopy-flex p {
        text-align: left;
        margin-left: 15px;
    }
    .f-2 {
        display: flex;
    }
    .f-2 div {
        flex-basis: 45%;
        flex-grow: 1;
        margin: 10px;
    }
    .f-3 {
        flex-wrap: wrap;
    }
    .f-3 div {
        flex-basis: 45%;
        flex-grow: 1;
        margin: 10px;
    }
    
}

@media all and (min-width: 950px) {
    .nav-container {
        max-width: 950px !important;
        margin: 0 auto;
    }
    .j-menu {
        display: inline-block;
        position: relative;
        margin: 0;
        width: 70%;
        float: left;
    }
    .j-menu-drop {
        width: 100%;
    }
    .j-menu-drop ul li {
        font-size: 16px;
    }
    .j-menu-drop ul li p {
        padding: 5px 10px;
    }
    .j-menu-drop ul li ul {
        width: 150px;
    }
    .j-menu-drop ul li ul li {
        width: 135px;
        font-size: 14px;
    }
    #social-h {
        width: 145px;
    }
    .social {
        font-size: 26px;
    }
    .logo {
        display: inline-block;
        position: relative;
        margin: 0;
        width: 30%;
        float: left;
    }
    .j-th, .j-td, .j-tb {
        width: 33%;
    }
    
    /****** PLAN BOXES ******/
    
    .j-plan-contain {
        flex-wrap: nowrap;
    }
    .j-plan {
        flex-basis: 22%;
        flex-grow: 1;
        max-width: 400px;
    }
    .j-thirds .j-plan {
        flex-basis: 33%;
    }
    .j-section-light {
        background: linear-gradient(to right, #93b6d6, #93c391);
        background-size: cover;
        background-attachment: fixed;
    }
    .j-header .j-cell, .j-footer .j-cell a {
        font-size: 1.5em;
    }
    
    /****** FOOTER ******/
        
    .footer-links {
        display: inline;
        padding: 0px 0px 10px 0px;
        margin: 0;
    }
    .footer-box {
        flex-basis: 25%;
        display: inline-block;
    }
    .footer-header i {
        display: none;
    }
    #foot-flex {
        flex-wrap: nowrap;
    }

    /****** CANOPY ******/
    
    .canopy {
        background-attachment: fixed;
    }
    #canopy-para {
        font-weight: 400;
        font-size: 1em;
    }
    #canopy-wb, #canopy-raf, #canopy-mini, #canopy-about, #canopy-2020 {
        background-attachment: scroll;
    }
    .canopy-feat {
        border-right: 1px solid #1a4487;
    }
    .canopy-feat:last-child {
        border: none;
    }
    .when950 {
        display: inline-block;
    }
    .small {
        font-size: 14px;
    }
    .j-table {
        display: block;
    }
    .j-sidecar {
        display: none;
    }
    .first {
        display: block;
    }
    .canopy-aside {
        width: 50%;
    }
    .canopy-aside-c {
        width: 70%;
    }
    
    /****** SPLITTERS ******/
    
    .square-wrap {
        padding-left: 50px;
    }
    #video-weebly {
        max-width: 710px;
        display: block;
        margin: 0 auto;
    }
    
    #canopy-awards {
        background-position: right;
    }
    
    /****** 2020 UPDATE ******/
    
    #canopy-2020 {
        background: url('images/canopy-2020-px1224.jpg');
        background-position: center right !important;
        background-size: cover;
    }
    .hosting-features .feature {
        flex-basis: 30%;
    }
    .canopy-content {
        display: block;
    }
    .canopy-content h1 {
        text-align: left;
    }
    .f-3 {
        flex-wrap: nowrap;
    }
    .f-3 div {
        flex-basis: 30%;
        flex-grow: 1;
        margin: 10px;
    }
    .f-4 div {
        flex-basis: 22%;
    }
}

@media all and (min-width: 1224px) {
    
    /****** LIMITERS ******/
    
    .when1224 {
        display: block;
    }
    .j-menu-drop ul li:hover {
        color: #5da244;
        cursor: default;
    }
    .j-menu-drop ul li a:hover {
        color: #5da244;
        cursor: pointer;
    }
    .j-cat p {
        line-height: 15px;
    }
    .j-cat p span {
        text-align: center;
        width: 100%;
        font-size: 12px;
    }
    #indeximg {
        height: 200px;
        background: url('images/lilypad2.png');
        background-size: cover;
        background-position: bottom;
        background-attachment: fixed;
    } 
    #indeximg2 {
        height: 400px;
        background: url('images/lilypad2.png');
        background-size: cover;
        background-position: bottom;
        background-attachment: fixed;
    }
    #bbb img {
        margin-bottom: -35px;
    }
    .j-section-dark {
        background: linear-gradient(to right, #1b4784, #589c49);
        background-size: cover;
        background-attachment: fixed;
    }
    .j-section-light {
        background: linear-gradient(to right, #93b6d6, #93c391);
        background-size: cover;
        background-size: cover;
        background-attachment: fixed;
    }
    #canopy {
        background-image: url('images/canopy-screen.jpg');
        background-size: cover;
        background-position: right;
        background-attachment: fixed;
    }
    #canopy-2020 {
        background-image: url('images/canopy-2020-px1224.jpg');
        background-size: cover;
        background-color: white;
        background-position: top right;
    }
    #canopy-wp {
        background-image: url('images/canopy-wordpress.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    #canopy-wb {
        background-image: url('images/canopy-weebly.jpg');
        background-size: cover;
        background-position: top right;
        background-attachment: scroll;
    }
    #canopy-help {
        background-image: url('images/canopy-help.jpg');
    }
    #canopy-raf {
        background-image: url('images/canopy-friends.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: scroll;
    }
    #canopy-about {
        background-position: bottom;
    }
}

/****** ICON SPRITES ******/
 
.icon-backup, .icon-chat, .icon-cpanel, .icon-database, .icon-domain, 
.icon-ecommerce, .icon-email, .icon-invoice, .icon-knowledge, .icon-magic, 
.icon-mail, .icon-malware, .icon-money, .icon-phone, .icon-servers, 
.icon-share, .icon-spam, .icon-speed, .icon-ssd, .icon-ssl, 
.icon-stats, .icon-support, .icon-team, .icon-themes, .icon-transfer, 
.icon-uptime, .icon-video, .icon-weebly, .icon-wordpress
{ max-width: 100%; background-size: 100%; background-image: url('icons/icon-sprite.png'); }
 
.icon-backup { background-position: 0 0%; background-size: 100%; }
.icon-chat { background-position: 0 3.571429%; background-size: 100%; }
.icon-cpanel { background-position: 0 7.142857%; background-size: 100%; }
.icon-database { background-position: 0 10.714286%; background-size: 100%; }
.icon-domain { background-position: 0 14.285714%; background-size: 100%; }
.icon-ecommerce { background-position: 0 17.857143%; background-size: 100%; }
.icon-email { background-position: 0 21.428571%; background-size: 100%; }
.icon-invoice { background-position: 0 25%; background-size: 100%; }
.icon-knowledge { background-position: 0 28.571429%; background-size: 100%; }
.icon-magic { background-position: 0 32.142857%; background-size: 100%; }
.icon-mail { background-position: 0 35.714286%; background-size: 100%; }
.icon-malware { background-position: 0 39.285714%; background-size: 100%; }
.icon-money { background-position: 0 42.857143%; background-size: 100%; }
.icon-phone { background-position: 0 46.428571%; background-size: 100%; }
.icon-servers { background-position: 0 50%; background-size: 100%; }
.icon-share { background-position: 0 53.571429%; background-size: 100%; }
.icon-spam { background-position: 0 57.142857%; background-size: 100%; }
.icon-speed { background-position: 0 60.714286%; background-size: 100%; }
.icon-ssd { background-position: 0 64.285714%; background-size: 100%; }
.icon-ssl { background-position: 0 67.857143%; background-size: 100%; }
.icon-stats { background-position: 0 71.428571%; background-size: 100%; }
.icon-support { background-position: 0 75%; background-size: 100%; }
.icon-team { background-position: 0 78.571429%; background-size: 100%; }
.icon-themes { background-position: 0 82.142857%; background-size: 100%; }
.icon-transfer { background-position: 0 85.714286%; background-size: 100%; }
.icon-uptime { background-position: 0 89.285714%; background-size: 100%; }
.icon-video { background-position: 0 92.857143%; background-size: 100%; }
.icon-weebly { background-position: 0 96.428571%; background-size: 100%; }
.icon-wordpress { background-position: 0 100%; background-size: 100%; }
.icon {
    font-size: 1.2em;
}

.icon-sm-blog, .icon-sm-facebook, .icon-sm-linkedin, .icon-sm-twitter, .icon-video
{ max-width: 100%; background-size: 100%; background-image: url('icons/icon-social-sprite.png'); }
 
.icon-sm-blog { background-position: 0 0%; background-size: 100%; }
.icon-sm-facebook { background-position: 0 25%; background-size: 100%; }
.icon-sm-linkedin { background-position: 0 50%; background-size: 100%; }
.icon-sm-twitter { background-position: 0 75%; background-size: 100%; }
.icon-video { background-position: 0 100%; background-size: 100%; }

#chat-arrow {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 284px;
    height: 149px;
    background: url('images/icons/red-arrow.png');
}
.award-icon {
    max-height: 150px;
}
