@import "sale.css";
*,
body {
    padding: 0;
    margin: 0
}

*,
body,
li,
ol,
ul {
    margin: 0
}

body,
body.boxed header {
    width: 100%
}

.menu ul li,
h3,
h4 {
    position: relative
}

.aso-menu ul,
.menu ul ul,
.menu ul ul .sf-sub-indicator .icon-chevron-down {
    display: none
}

.btn-black,
.btn-white {
    word-wrap: normal;
    outline: 0
}

.menu ul>li>a {
    text-transform: uppercase;
}

#why #second-option .tenet,
#why #tabs {
    -webkit-font-smoothing: antialiased
}

* {
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -box-sizing: border-box
}

a {
    color: #FFAB42
}

body {
    color: #272727;
    background: #fff;
    font-family: Vollkorn, serif;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    overflow: auto;
    height: 100%
}

.wrap {
    overflow: hidden;
    background: #8dd3d5;
    background: -moz-linear-gradient(#8dd3d5 0, #8dd3d5 25%, #fffbd2 100%);
    background: -webkit-linear-gradient(#8dd3d5 0, #8dd3d5 25%, #fffbd2 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#8dd3d5), color-stop(.25, #8dd3d5), to(#fffbd2));
    background: -o-linear-gradient(#8dd3d5 0, #8dd3d5 25%, #fffbd2 100%);
    background: linear-gradient(#8dd3d5 0, #8dd3d5 25%, #fffbd2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8dd3d5', endColorstr='#fffbd2', GradientType=0);
    position: relative
}

img {
    max-width: 100%
}

h1 {
    font-family: "Klinic Slab Light", serif;
    font-size: 3em
}

h2 {
    font-size: 2em
}

h3 {
    font-family: "Brandon Grotesque Black", sans-serif;
    font-size: 30px
}

#green p strong,
a.hint--right.hint--rounded strong,
strong,
h5,
h6,
span.period {
    font-family: "Brandon Grotesque Bold", sans-serif
}

h4 {
    font-size: 1.25em
}

h5 {
    font-size: 25px
}

h6 {
    font-size: 20px
}

li,
ol,
ul {
    line-height: 24px
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #777;
}



a.hint--right.hint--rounded {
    color: #272727
}

a.hint--right.hint--rounded:focus,
a.hint--right.hint--rounded:hover {
    color: #ffab42!important
}

.list-group,
.panel-body {
    font-family: "Brandon Grotesque", sans-serif
}

.period {
    color:#272727;
	font-size:smaller;
	display:block;
	text-transform:uppercase;
}

.btn-large,
.btn-normal,
.btn-small,
.btn-special,
.contact-box {
    border-radius: 5px
}

#header .main-header {
    min-height: 50px;
    z-index: 9998;
    width: 100%;
    position: relative;
    background: #272727;
    -webkit-transition: background .5s linear;
    -moz-transition: background .5s linear;
    -o-transition: background .5s linear;
    -ms-transition: background .5s linear;
    transition: background .5s linear;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2)
}

header .top-bar {
    background: #FFF;
    background: -moz-linear-gradient(#FFF 0, #F6F1E5 100%);
    background: -webkit-linear-gradient(#FFF 0, #F6F1E5 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#F6F1E5));
    background: -o-linear-gradient(#FFF 0, #F6F1E5 100%);
    background: linear-gradient(#FFF 0, #F6F1E5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFF", endColorstr="#F6F1E5", GradientType=0)
}

.topnav .navbar-toggle i {
    line-height: 20px
}

footer .social,
header .top-nav {
    margin-right: 4px;
    line-height: 44px
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 248px;
    background-color: #272727;
    z-index: 999;
    border-radius: 0 0 3px 3px;
    margin: -3px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04)
}

.menu ul>li>a {
    font-family: "Brandon Grotesque Bold", sans-serif;
    color: #FDFAF4;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 15px;
    overflow: hidden;
    letter-spacing: .04em;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.menu ul>li>a:focus,
.menu ul>li>a:hover {
    background-color: #272727;
    color: #FFAB42!important
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    color: #FFAB42
}

.menu>ul ul li>a:hover {
    border-bottom: 0;
    background: 0 0;
    color: #ffab42
}

.menu ul ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #FED284
}

.menu ul ul li a {
    line-height: 18px;
    border: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.menu ul ul li:first-child {
    border: 0
}

.menu ul ul li a:hover {
    color: #ffab42;
    background-color: #272727;
    border: 0
}

.menu ul ul li a:last-child:hover {
    border-radius: 0 0 3px 3px
}

.menu ul ul ul {
    top: 0;
    left: 100%;
    border-radius: 0 3px 3px;
    margin: -1px 0 0
}

.aso-menu,
.aso-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.aso-menu li {
    position: relative
}

.aso-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99
}

.aso-menu>li {
    float: left
}

.aso-menu li a:hover {
    display: block;
    color: #FFAB42
}

.aso-menu a {
    display: block;
    position: relative
}

.aso-menu ul ul {
    top: 0;
    left: 100%
}

.dd-aso,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #272727;
    border-color: #272727;
    width: 100%;
	
}

@media (min-width:980px){
	.menu ul>li>a,
	.dd-aso,
	.nav .open>a,
	.nav .open>a:focus,
	.nav .open>a:hover {
		font-size:14px;
	}
	
}
.dd-aso a {
    padding-right: 5%
}

.dd-aso>li>a:link,
.dd-aso>li>a:visited {
    background-color: #272727;
    color: #F6F1E5;
	width:248px;
}

.dd-aso>li>a:focus,
.dd-aso>li>a:hover {
    background-color: #272727;
    color: #FFAB42
}

footer .social li,
header .top-nav li {
    display: inline-block;
    text-align: center;
    background: 0 0;
    cursor: pointer;
    height: 35px
}

header #search-form {
    line-height: 44px
}

footer .social,
footer .social li:last-child {
    margin-right: 0!important
}

header .top-nav li {
    margin-right: 10px;
    line-height: 30px;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out
}

footer .social li {
    border: 1px solid transparent;
    border-radius: 100%;
    margin-right: 5px;
    width: 35px;
    line-height: 40px;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    padding: 1px 2px
}

.input.mobile-logo {
	cursor:pointer
}
.logo::before,
.mobile-logo::before,
input.mobile-logo:before {
    content: url(../img/logo/nav.png);
    margin-right: 4px
}

.top-nav i.chat {
    color: #FFAB42;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    font-size: 30px
}

.top-nav i.chat span {
    font-family: "Klinic Slab Light", serif;
    font-size: 20px;
    margin-left: 8px;
    font-weight: 900
}

.top-nav i.chat:hover {
    color: #dd7b02
}

#footer .social i.fa {
    color: #F6F1E5;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out
}

header .main-header {
    display: block;
    position: relative;
    text-align: left
}

.logo-top {
    margin-top: -15px
}

#big-logo {
    width: 100%;
    opacity: 1;
    max-width: 150px
}

#big-logo.logo-head-top img {
    width: 60%
}

#big-logo.logo-head-top {
    position: absolute;
    z-index: 9999
}

.logo,
.mobile-logo {
    font-family: 'Klinic Slab Book Italic';
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    text-indent: 1em;
    letter-spacing: -.03em;
    line-height: 1.2;
    color: #FFAB42!important;
    z-index: 50;
    white-space: nowrap
}

.mobile-logo {
    background: transparent;
    font-size: 1.65em;
    display: inline-block;
}

.logo {
    height: auto;
    font-size: 1.45em;
    display: none
}

.btn {
    font-family: "Brandon Grotesque Bold", sans-serif;
    text-transform: uppercase
}

.logo.up {
    z-index: 25;
    display: inline-block;
    white-space: nowrap;
    background: url(../img/logo/nav.png) no-repeat;
    background-size: 75%
}

.navbar-fixed-top {
    position: fixed!important
}

.main-header .navbar-collapse {
    padding-left: 0;
    padding-right: 0
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i {
    margin-right: 7px
}

.box-bg {
    background: #fff;
    margin-bottom: 25px;
    padding: 10px 15px;
    border-radius: 4px
}

.btn {
    letter-spacing: .5px;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn:focus,
.btn:hover {
    color: #fff
}

.btn-default {
    height: 44px;
    background: #FFAB42;
    text-shadow: none;
    box-shadow: none
}

.btn-default:focus,
.btn-default:hover {
    background: #FDA12F
}

.btn-pad {
    margin: 7px
}

.btn-top {
    margin-top: 6em
}

.btn-black {
    color: #fff!important;
    white-space: nowrap;
    cursor: pointer;
    background-color: #272727;
    text-shadow: none!important;
    padding: 16px;
    font-size: 18px
}

.btn-black:hover {
    background: #332F2F
}

.btn-white {
    color: #d95858!important;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff
}

.btn-white:hover {
    color: #d44343;
    background: #FDFAF4
}

.btn-hero-white {
    background: #f6f1e5;
    outline: 0;
    white-space: nowrap;
    cursor: pointer;
    color: #FFAB42
}

.btn-hero-white:hover {
    background: #f3ead5;
    color: #fda12f
}

.btn-black,
.btn-color {
    -webkit-transition: all .5s ease-in-out!important;
    -moz-transition: all .5s ease-in-out!important;
    -o-transition: all .5s ease-in-out!important;
    -ms-transition: all .5s ease-in-out!important;
    transition: all .5s ease-in-out!important
}

.btn-color {
    color: #fff!important
}

.btn-special {
    border-radius: 6px;
    display: block!important;
    padding: 15px 30px;
    outline: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

a.btn-normal {
    font-size: 18px;
    padding: 14px 42px;
    display: inline-block!important
}

.btn-orange,
.btn-red {
    padding: 10px 22px;
    border-radius: 6px
}

.btn-large,
.btn-small {
    display: inline-block;
    cursor: pointer
}

.btn-orange {
    background: #ffab42;
    color: #fff
}

.btn-orange:hover {
    background: #fd7f2f;
    color: #F6F1E5
}

.btn-red {
    background: #D95858;
    color: #fff
}

.btn-red:hover {
    background: #d44343;
    color: #F6F1E5
}

.btn-small {
    font-size: 14px;
    padding: 7px 20px
}

.btn-large {
    font-size: 24px;
    padding: 17px 50px
}

#main {
    background-color: #F1F2F7;
    padding: 0 0 60px
}

#horizontal-tabs {
    margin-bottom: 30px
}

#horizontal-tabs ul.tabs li {
    cursor: pointer;
    float: left;
    padding: 12px
}

#horizontal-tabs ul.tabs li.current {
    background: #FDFAF4;
    cursor: default
}

#horizontal-tabs ul.tabs {
    overflow: hidden;
    background: #E0E1E7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    list-style: none;
    margin: 0;
    padding: 0
}

#horizontal-tabs .contents {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff
}

#horizontal-tabs .tabscontent.no-padding {
    padding-left: 0;
    padding-right: 0
}

#horizontal-tabs .tabscontent {
    display: none;
    overflow: hidden;
    padding: 20px 20px 0
}

.ribbon {
    min-height: 100px;
    background: #D95858;
    width: 100%
}

.ribbon-orange {
    min-height: 50px;
    background: #ffab42;
    width: 100%
}

.ribbon-orange .hero {
    background-image: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/hero/tree.png);
    height: 210px;
    width: 200px;
    background-size: 200px;
    bottom: 335px;
    right: 0;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat
}

.ribbon-orange ul {
    text-align: center;
    padding: 1em
}

.ribbon-orange li {
	font-family: "Brandon Grotesque Bold", sans-serif;
	font-size:1.25em;
    color: #fff;
    display: inline-block;
    list-style: none;
	letter-spacing:.04em;
}


.ribbon-orange li:first-child {
    margin-right: 1em;
    border-right: 3px solid #fff
}

.bs_item,
.ribbon-orange li:last-child {
    border: none
}

.ribbon-orange li~li {
    margin-right: 1em;
    border-right: 3px solid #fff
}

.ribbon-orange li span {
    margin-right: 1em;
}

.ribbon-content {
    padding: 25px 0
}

.ribbon-title {
    display: inline-block;
    margin: 10px 0;
    font-size: 32px;
    font-weight: 300
}

#home-carousel .carousel-box h1,
.holiday {
    font-family: "Klinic Slab Light", serif;
    font-weight: 800;
    color: #fff
}

.page-services .ribbon-content {
    padding: 40px 0
}

.page-services .get-started {
    padding-top: 15px
}

.get-started {
    padding-top: 1px;
    vertical-align: middle
}

#home #main {
    padding: 0
}

#home .section {
    padding: 20px 0
}

#main {
    background: #fff
}

.hero-container {
    position: relative;
    z-index: 1
}

#cmh .intro-alt,
.intro-alt {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F7F8F3', endColorstr='#A7D4D8', GradientType=0)
}

a.btn.btn-special.btn-hero-white.btn-large {
    padding: 17px 50px;
    font-size: 24px
}

.holiday {
    font-size: 4em;
    line-height: 1em;
    letter-spacing: 3px;
    text-shadow: 0 0 5px rgba(64, 72, 86, .8), 0 1px 3px rgba(64, 72, 86, .5), 0 3px 5px rgba(64, 72, 86, .2), 0 5px 10px rgba(64, 72, 86, .25), 0 10px 10px rgba(64, 72, 86, .2), 0 20px 20px rgba(64, 72, 86, .15)
}

#home-carousel ul {
    margin: 0
}

#home-carousel li {
    padding: 0;
    list-style-type: none
}

#home-carousel img {
    width: 100%
}

.tint {
    position: relative;
    float: left;
    cursor: pointer;
    width: 100%
}

.tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(80, 171, 121, .6);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear
}

#home-carousel a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    overflow: hidden
}

#home-carousel .carousel-box {
    position: absolute;
    padding: 0;
    top: 0px;
    left: 0;
    width: 100%
}

#home-carousel .faux-h1,
#home-carousel .carousel-box h1 {
    color: #fff;
    font-size: 52px;
    text-align: center;
    text-shadow: 0 0 5px rgba(20, 101, 131, .25), 0 1px 3px rgba(20, 101, 131, .25), 0 3px 5px rgba(20, 101, 131, .25), 0 5px 10px rgba(20, 101, 131, .25), 0 10px 10px rgba(20, 101, 131, .25), 0 20px 20px rgba(20, 101, 131, .25);
    margin: 20px auto
}

#cloud-vps .header-list .cloud-vps-strong,
.section-1 h2,
.section-1 h4 {
    font-weight: 700
}

.box-header {
    margin: 0
}

.promo-list {
    list-style-image: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/icons/ico-check.png)
}

.hero-price-block {
    text-align: center
}

#home-carousel .promo-list li {
    font-family: "Brandon Grotesque Regular", sans-serif;
    color: #fff;
    margin-left: -10px;
    margin-bottom: 5px;
    letter-spacing: .04em
}

#home-carousel .promo-header,
#home-carousel .promo-header-hidden,
#testimonial h5,
.main-content h3 {
    font-family: "Brandon Grotesque Bold", sans-serif
}

#home-carousel .promo-header {
    font-size: 22px;
    color: #272727;
    text-align: center
}

#home-carousel .promo-header-hidden {
    font-size: 20px;
    color: #fff;
    background: #FDA12F;
    text-align: center;
    width: 100%;
    padding: 2%;
    text-transform: uppercase
}

.zero-pad {
    padding: 0
}

section.section.hidden-lg.hidden-md {
    margin-top: 3em
}

#home-carousel .carousel-button {
    font-size: 1.43em;
    width: 66%;
    padding: 8px 10px 5px;
    top: 14px
}

.no-touch #home-carousel .carousel-button {
    margin-left: 0
}

.touch #home-carousel .carousel-button {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0
}

section.section.bottom {
    padding: 1em 0
}

.main .carousel-box {
    position: relative;
    margin-top: -6em
}

.main .carousel-box img {
    width: 100%
}

.main-content {
    background: #F6F1E5
}

@media (min-width:768px) {
    .main .carousel-box {
        margin-top: -6em
    }
}

@media (min-width:1200px) {
    .main .carousel-box {
        margin-top: -10em
    }
}

.helpful {
    margin-top: 10px
}

.hosting-plans-title {
    margin-bottom: 1em
}

div.content-box {
    clear: both
}

div.content-box div.content-box-info {
    padding-left: 135px
}

div.content-box.big {
    padding: 0 20px 30px
}

div.content-box.big h3 {
	line-height:1;
}
div.content-box.big .ch-info-wrap {
    margin: -52px auto 35px;
    position: relative;
    left: auto;
    top: auto
}

div.content-box.big div.content-box-info {
    padding-left: 0;
    text-align: center;
    margin: 25px 0 0
}

div.content-box.big div.content-box-info p {
    text-align: center;
    margin-top: 6px
}

.service-reasons div.content-box.big {
    transition: none;
    margin-top: 30px
}

.main-content h3 {
    color: #272727;
    font-size: 1em;
    line-height: 22px;
    margin: 0 0 5px;
    text-align: center;
    text-transform: uppercase
}

.content p,
.main-content p {
    text-align: left
}

.orange {
    color: #FFAB42
}

#testimonial {
    height: 500px;
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/css/section-pattern.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

#testimonial h5 {
    font-size: 1.5em
}

.section-flexslider {
    padding-top: 50px;
    text-align: center;
    color: #f6f1e5
}

.flexslider.top_slider .container {
    height: 460px;
    position: relative
}

.flexslider.top_slider .slides li {
    height: 400px;
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/css/section-pattern.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.flexslider.top_slider .slides li.slide1,
.flexslider.top_slider .slides li.slide2,
.flexslider.top_slider .slides li.slide3,
.flexslider.top_slider .slides li.slide4,
.flexslider.top_slider .slides li.slide5,
.flexslider.top_slider .slides li.slide6 {
    background-image: url(http://atlantabridgescapecompetition.com/img-sys/assets/css/images/section-pattern.html)
}

.flex-direction-nav a {
    top: auto;
    bottom: 30px
}

.flexslider.top_slider .flex-direction-nav a.flex-prev {
    left: 50%;
    margin-left: -40px;
    top: 75%;
    background-color: rgba(255, 255, 255, .3);
    text-decoration: none
}

.flexslider.top_slider .flex-direction-nav a.flex-next {
    right: 50%;
    margin-right: -40px;
    top: 75%;
    background-color: rgba(255, 255, 255, .3);
    text-decoration: none
}

.flexslider.top_slider .flex-direction-nav a:hover {
    background-color: #FEA80B;
    text-decoration: none
}

.flexslider .flex-direction-nav a i {
    display: block;
    text-align: center;
    line-height: 29px;
    font-size: 20px;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    text-decoration: none
}

.aff-description,
.bs_foto img {
    transition: all .3s ease-in-out
}

.flexslider .flex-direction-nav a:hover i {
    color: #333;
    text-decoration: none
}

.top_slider_cap {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 30%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.top_slider_cap h1,
.top_slider_cap h1 a {
    margin-bottom: 35px;
    margin-top: 35px;
    letter-spacing: -.02em
}

.top_slider_cap h1 {
    font-size: 32px;
    line-height: 1;
    color: #f6f1e5;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .28)
}

.top_slider_cap h1 a {
    font-family: inherit;
    font-size: 36px;
    line-height: 1.25;
    color: #ffab42
}

.top_slider_cap .link,
.top_slider_cap p {
    font-family: "Brandon Grotesque Bold", sans-serif;
    line-height: 1;
    color: #989898;
    letter-spacing: -.02em;
    text-transform: uppercase;
    white-space: normal
}

#business .featured a,
#cloud-vps .featured a,
#dedicated .featured a,
#shared .featured a,
#shared .label,
#sitelock .label,
#wp-hosting .featured a,
.hint:after,
[data-hint]:after {
    white-space: nowrap
}

.top_slider_cap a {
    margin-right: 10px;
    font-family: "Vollkorn Italic", serif;
    font-size: 25px;
    line-height: 1;
    text-transform: none;
    color: #ffab42
}

.slide_title_wrap {
    position: relative;
    text-align: center
}

.slide_title_wrap img {
    width: 50%
}

.different-section {
    background: #D95858;
    padding: 30px 0;
    color: #fff
}

.white {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .78)
}


.different-section p {
    margin-top: 2em
}

section.section.section-plans {
    background: #fff
}

.intro-alt {
    padding: 2.5% 0;
    background: #F7F8F3;
    background: -moz-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F8F3), color-stop(.27, #e0f0e8), color-stop(.5, #d8ecee), color-stop(.8, #cae5e8), to(#A7D4D8));
    background: -o-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    position: relative
}

#affiliate .section-1 {
    background: #F6F1E5
}

#affiliate .section-2 {
    background: #fff;
    margin-top: 2%
}

.promote header,
.section-1 header {
    margin: 2.5% auto
}

.affiliate-partner {
    border: 8px solid #f6f1e5;
    border-radius: 5px;
    height: 200px;
    line-height: 180px;
    margin-right: 5%;
    margin-top: 50px;
    text-align: center;
    width: 400px
}



.aff-remember {
    color: #272727;
    margin: 1em auto
}

.section-1 .service_item {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center
}

.section-1 h2 {
    font-size: 1.75em
}

.section-1 h4 {
    font-size: 1.35em;
    text-align: center;
    margin: 5% 0 1%
}

.promote {
    background: #D95858
}

header.section-head h1,
header.section-head-black h1 {
    font-size: 2.75em
}

#build .section-head {
    color: #272727;
    text-align: center
}

#build .weebly {
	border-color:#2392ED!important;
}

#build .weebly h5{ 
	margin-bottom:0;
}

#build i.fa {
    color: #2392ED;
}

#build .title {
    font-family: "Klinic Slab Light",serif;
}
#build .weebly>.panel-heading {
    color: #fff;
    background-color: #2392ED;
    border-color: #2392ED
}
.weebly .list-group-item{
	border-color: #2392ED;
}
#build .no-content {
    background: #272727;
	width:50%;
	font-family: "Brandon Grotesque", sans-serif;
	font-size:24px;
	text-transform:none;
	padding:0 5%;
}
#build .weebly .price {
	color:#272727; 
	display:block
	}
#build .weebly span.price small {
	font-size:24px
}
#build .content-1 {
    background: #272727;
    color: #fff;
    text-transform: none;
    text-align: center
}

#build .content-1 .section-actions {
    margin: 5% auto
}

#build .content-2 {
    color: #272727;
    text-transform: uppercase;
    text-align: left;
    text-indent: 3em
}

#build .content-3 {
    font-family: "Brandon Grotesque Black", sans-serif;
    text-transform: none;
    text-align: center
}

#build .table-bordered .content-4{
	font-family: "Klinic Slab Light", serif;
	font-size:24px;
}

#build .table-bordered>tbody>tr>td {
    font-family: "Brandon Grotesque Bold", sans-serif
}

.table>thead>tr>th {
	vertical-align:middle
}
#build .table-responsive {
    overflow-x: inherit!important
}

#build .table-bordered .content-4 {
    text-transform: none;
    background: #FFAB42;
    color: #fff;
    border: 1px solid #FFAB42;
    text-align: left;
    text-indent: 1em
}

#build .table-bordered .no-content-4 {
    background: #FFAB42;
    color: #FFAB42;
    border: 1px solid #FFAB42
}

#build .table-bordered>tfoot>tr>td,
#build .table-bordered>tfoot>tr>th {
    background: #272727;
    border: 1px solid #272727
}

#cloud .section-head h1,
.section.grid-col h1 {
    color: #fda12f
}

#build .table-bordered {
    display: -moz-inline-grid;
    border: 1px solid #fff
}

#build .table-bordered>tfoot>tr>td,
#build .table-bordered>thead>tr>td,
#build .table-bordered>thead>tr>th {
    border: 1px solid #272727
}

#build .table-bordered>tfoot>tr>th {
    text-align: left;
    text-indent: 1em;
    text-transform: none;
    vertical-align: middle
}

#build .table-bordered>tfoot>tr>td h3 {
    font-size: 20px;
    margin-top: 1em
}

#build .table-bordered>tbody>tr>td:first-child {
    background: #f2f6e8
}

#build .table-bordered>thead>tr>td,
#build .table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

#cloud .business-plans {
    background: #FFF;
    border-top: #FDFAF4 solid thin
}

#cloud .cloud-plans-includes {
    background: #F6F1E5;
    padding: 1em 0
}

#cloud .cloud-plan-includes header h1 {
    padding: 1% 0;
    margin: 2.5% auto
}

#cloud .cloud-plan-includes .row-wrapper.header {
    margin-bottom: 1em
}

#cloud .cloud-plan-includes .header h1 {
    padding: 0;
    margin: 2.5% auto
}

#cloud .plans-include ul {
    margin: 5% 0 1%
}

#cloud .plans-include ul li {
    margin: 0 auto;
    padding: 0
}

#cloud .plan-items {
    overflow: hidden;
    list-style: none inside;
    margin: 5% auto
}

#cloud .plan-image {
    float: left;
    height: 65px;
    padding-right: 25px;
    width: auto
}

#cloud .cloud-plan-includes h6,
#cloud .content h6 {
    text-transform: uppercase;
    font-size: 1em
}

@media (min-width:992px) {
    #cloud .container.first {
        margin: 3em auto
    }
    #cloud .first .lead h4 {
        font-size: 2em;
        font-family: "Brandon Grotesque Bold", sans-serif;
        color: #FFAB42
    }
    #cloud .row-wrapper img {
        max-width: 200px;
        width: 100%
    }
    #cloud .mts {
        background: #f1f8f5
    }
    #cloud .row-wrapper.header {
        background: #BBCF85;
        padding: 5px 0 0
    }
    #cloud .six-header h1 {
        font-size: 3em;
        margin-bottom: 10px;
        color: #fff
    }
}

#cloud .row-wrapper {
    padding: 0;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat
}

body#cloud-vps,
body#shared,
body#sitelock {
    background: #fff
}

#cloud-vps .hosting-h1 {
    text-align: left
}

#cloud-vps .intro-alt h2.cloud-vps-strong {
    font-size: 22px
}

@media (min-width:992px) {
    #cloud-vps .intro-alt h2.cloud-vps-strong {
        font-size: 30px;
        text-align: left
    }
}

@media (min-width:768px) {
    #cloud-vps .intro-alt h2.cloud-vps-strong {
        text-align: left
    }
}

#cloud-vps .cloud-vps-strong {
    font-weight: 700;
    font-size: 1.1em
}


#cloud-vps .business-plans {
    background: #FFF;
    border-top: #FDFAF4 solid thin
}

#cloud-vps .plans-include {
    background: #F6F1E5;
    padding-bottom: 1em
}

#cloud-vps .plans-include ul {
    margin: 5% 0 1%
}

#cloud-vps .plans-include ul li {
    margin: 0 auto;
    padding: 0
}

#sitelock .plan-items,
#cloud-vps .plan-items {
    overflow: hidden;
    list-style: none inside
}

#cloud-vps .plan-image {
    float: left;
    height: 65px;
    padding-right: 25px;
    width: auto
}

#cloud-vps .cloud-plan-includes h6,
#cloud-vps .content h6 {
    text-transform: uppercase;
    font-size: 1em
}

#cloud-vps .row-wrapper {
    padding: 0;
    background-color: #FFF;
    background-position: top center;
    background-repeat: no-repeat
}

#cloud-vps .call span,
#shared .call span,
#sitelock .call span {
    font-family: "Klinic Slab Light", serif;
    font-size: 1.5em;
    font-weight: 800;
    letter-spacing: .02em;
    color: #fda12f;
    line-height: 1.5
}

.cloud-vps-servers,
.sitelock-table {
    margin-bottom: 2em
}

.cloud-vps-servers h2,
.sitelock-table h2 {
    text-align: center
}

.cloud-vps-servers .server-list,
.sitelock-table .server-list {
    margin-top: 2em
}

.cloud-vps-servers .server-list header,
.sitelock-table .server-list header {
    display: none
}

.cloud-vps-servers .server-list>div ul,
.sitelock-table .server-list>div ul {
    margin: 0 0 1em;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    text-align: center;
    background-color: #f2f2f2
}

.cloud-vps-servers .server-list>div ul li,
.sitelock-table .server-list>div ul li {
    padding: .5em 1em;
    font-weight: 700
}

.cloud-vps-servers .server-list>div ul li p.price,
.sitelock-table .server-list>div ul li p.price {
    margin-bottom: 0
}

.cloud-vps-servers .server-list>div ul li p.price .amount,
.sitelock-table .server-list>div ul li p.price .amount {
    font-family: "Brandon Grotesque Black", sans-serif;
    color: #FDA12F
}

.cloud-vps-servers .server-list>div ul li p.price .amount sup,
.sitelock-table .server-list>div ul li p.price .amount sup {
    font-size: .6em
}

.cloud-vps-servers .server-list>div ul li p>span,
.sitelock-table .server-list>div ul li p>span {
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 400;
    clear: both;
    display: inline-block;
    line-height: 1.2
}

.cloud-vps-servers .server-list>div ul li small, 
.sitelock-table .server-list>div ul li small {
    text-transform: uppercase;
    color: #abacaf;
    font-size: .7777777777em;
    margin-right: .5em
}

.cloud-vps-servers .server-list>div ul li:first-child,
.sitelock-table .server-list>div ul li:first-child {
    padding: 1em;
    background-color: #272727;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.33333;
    margin-bottom: 1em;
}

.cloud-vps-servers .server-list>div ul li:last-child {
    padding-bottom: 1.5em
}

.cloud-vps-servers .server-list>div ul li:first-child small,
.sitelock-table .server-list>div ul li:first-child small {
    font-size: .7em;
    display: none
}

.cloud-vps-servers .server-list>div ul li p,
.sitelock-table .server-list>div ul li p {
    margin-bottom: 0
}

@media only screen and (min-width:640px) {
    .cloud-vps-servers .grid-col,
	.sitelock-table .grid-col {
        padding: 0
    }
    .cloud-vps-servers .server-list>div,
	.sitelock-table .server-list>div {
        width: 50%;
        float: left;
        padding: 1em
    }
    
}

@media only screen and (min-width:1024px) {
    .cloud-vps-servers .grid-col,
	.sitelock-table .grid-col {
        padding: 0 1em
    }
    .cloud-vps-servers .server-list,
	.sitelock-table .server-list {
        margin-top: 1em
    }
    .cloud-vps-servers .server-list>div,
	.sitelock-table .server-list>div {
        float: none;
        padding: 0;
        width: auto
    }
    .cloud-vps-servers h2,
	.sitelock-table h2 {
        font-family: "Klinic Slab Light", serif;
        padding: 1em;
        background-color: #BBCF85;
        color: #fff;
        font-weight: 700;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0
    }
    .cloud-vps-servers h2.bottom__info,
	.sitelock-table h2.bottom__info {
        background: 0 0;
        padding: .25em;
        color: #272727;
        margin-bottom: 10px;
        font-size: 32px;
        text-transform: none
    }
    .cloud-vps-servers .server-list header,
	.sitelock-table .server-list header {
        display: block;
        margin-bottom: 1em
    }
    .cloud-vps-servers .server-list header ul,
	.sitelock-table .server-list header ul {
        font-family: "Brandon Grotesque Bold", sans-serif;
        margin: 0;
        padding: 0;
        list-style-type: none
    }
    .cloud-vps-servers .server-list header ul li {
        float: left;
        color: #272727;
        text-align: center;
        font-weight: 700;
        width: 16%;
        text-transform: uppercase;
        padding: .5em 1em
    }    
	.sitelock-table .server-list header ul li {
        float: left;
        color: #272727;
        text-align: center;
        font-weight: 700;
        width: 12%;
        text-transform: uppercase;
        padding: .5em 1em;
		font-size:75%;
		line-height:1.25
    }
	.sitelock-table .server-list header ul li:first-child {
		width:20%;
	}
	.sitelock-table .server-list header ul li:last-child {
		width:10%;
	}
    .cloud-vps-servers .server-list.on-sale header ul li:nth-child(3),
    .cloud-vps-servers .server-list.on-sale header ul li:nth-child(4),
    .cloud-vps-servers .server-list.on-sale header ul li:nth-child(5),
    .cloud-vps-servers .server-list.on-sale>div ul li:nth-child(3),
    .cloud-vps-servers .server-list.on-sale>div ul li:nth-child(4),
    .cloud-vps-servers .server-list.on-sale>div ul li:nth-child(5) {
        width: 11.1111111111%
    }
    .sitelock-table .server-list.on-sale header ul li:nth-child(3),
    .sitelock-table .server-list.on-sale header ul li:nth-child(4),
    .sitelock-table .server-list.on-sale header ul li:nth-child(5),
    .sitelock-table .server-list.on-sale>div ul li:nth-child(3),
    .sitelock-table .server-list.on-sale>div ul li:nth-child(4), 
    .sitelock-table .server-list.on-sale>div ul li:nth-child(5) {
		width:9%
	}
	
	
    .cloud-vps-servers .server-list.on-sale>div ul li:nth-child(5),
    .sitelock-table .server-list.on-sale>div ul li:nth-child(5) {
        color: #de3723
    }
    .cloud-vps-servers .server-list header ul li:last-child,
    .sitelock-table .server-list header ul li:last-child {
        border-right: none
    }
    .cloud-vps-servers .server-list>div ul,
    .sitelock-table .server-list>div ul {
        padding: .5em 0;
        margin-bottom: .5em
    }
    .cloud-vps-servers .server-list>div ul li,
    .cloud-vps-servers .server-list>div ul li:first-child {
        display: table;
        float: left;
        width: 16%;
        border-right: 1px solid #d6d6d6;
        height: 2em;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }
	

    .cloud-vps-servers .server-list>div ul li p,
    .sitelock-table .server-list>div ul li p {
        vertical-align: middle;
        text-align: center;
        display: table-cell
    }
    .cloud-vps-servers .server-list>div ul li small,
    .sitelock-table .server-list>div ul li small {
        display: none
    }
    .cloud-vps-servers .server-list>div ul li:last-child {
        border-right: none;
        margin: 0;
        padding-bottom: 0
    }
    .cloud-vps-servers .server-list>div ul li:first-child,
    .sitelock-table .server-list>div ul li:first-child {
        background-color: transparent;
        color: inherit
    }
    .cloud-vps-servers .server-list>div ul li p.price,
    .sitelock-table .server-list>div ul li p.price {
        font-family: "Brandon Grotesque Bold", sans-serif;
        white-space: nowrap;
        font-size: .8888888888em;
        color: #272727
    }
    .cloud-vps-servers .server-list>div ul li p.price .amount,
    .sitelock-table .server-list>div ul li p.price .amount {
        font-size: 1.75em;
        line-height: 1.5
    }
}

#cloud-vps #grid-second .section-head {
    color: #fda12f
}

#cloud-vps #grid-second .features {
    margin-bottom: 20px
}

@media (max-width:991px) {
    #cloud-vps #grid-second .features .tenet {
        text-align: center;
        margin-bottom: 30px
    }
}

#cloud-vps #grid-second .features .tenet img {
    max-width: 200px;
    position: relative;
    top: 10px;
    width: 20%
}

#cloud-vps #grid-second .features .tenet .info strong {
    display: block;
    font-weight: 500;
    color: #444;
    margin-top: 15px
}

#cloud-vps .tab-list li,
#cloud-vps .tab-view.hidden .tab-list {
    display: none
}

#cloud-vps #grid-second .features .tenet h6 {
    text-transform: uppercase
}

#cloud-vps #grid-second .features .tenet .info p {
    font-weight: 400;
    color: #272727;
    margin-top: 10px
}

@media (min-width:992px) {
    #cloud-vps #grid-second .features .tenet img {
        float: left
    }
    #cloud-vps #grid-second .features .tenet .info {
        float: left;
        width: 60%;
        margin-left: 20px
    }
    #cloud-vps .row-wrapper.header {
        background: #BBCF85;
        padding: 12px;
        margin-bottom: 2em
    }
    #cloud-vps .six-header h1 {
        margin: 0;
        color: #fff
    }
}

#cloud-vps .ded-tabs {
    color: #BBCF85
}

#cloud-vps .tab-view+#testimonial {
    margin: 4em 0
}

#cloud-vps .tab-list {
    line-height: 1.3333333333;
    font-weight: 700;
    background: #fff;
    margin-bottom: 1em
}

#cloud-vps .tab-list ul {
    color: #fff;
    background: #fff;
    padding: 3.5em 0 0;
    margin: 0;
    list-style: none;
    position: relative
}

#cloud-vps .tab-list .selected {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

#cloud-vps .tab-list.expanded li {
    display: list-item
}

#cloud-vps .tab-list a,
.tab-list .label {
    padding: 1em;
    display: block
}

#cloud-vps .tab-list a {
    font-family: "Brandon Grotesque Regular", sans-serif;
    font-weight: 800;
    color: #fff;
    border-top: 1px solid #BBCF85
}

#cloud-vps .tab-list a:hover {
    text-decoration: none;
    background: #BBCF85
}

#cloud-vps .tab-list .selected a,
.tab-list .selected a:hover {
    background: #7bbeca
}

#cloud-vps .tab-list .selected a {
    border-color: transparent
}

#cloud-vps .tab-list .selected a:before {
    width: 0;
    height: 0;
    content: '';
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 1em
}

#cloud-vps .tab-list.expanded .selected a:before {
    border-top: 0;
    border-bottom: 8px solid #fff
}

#cloud-vps .tab-panel {
    display: none
}

#cloud-vps .tab-panel.selected {
    display: block
}

#cloud-vps .featured img,
#cloud-vps .tab-list.logos a img {
    display: none
}

#cloud-vps .container .feat {
    height: auto;
    min-height: 200px
}

#cloud-vps .featured {
    max-width: 87.5em;
    padding: 0 2.625em;
    margin: 3em auto
}

#business .price,
#mc_form {
    display: inline-block
}

#cloud-vps .featured h2 {
    margin-top: 0
}

#cloud-vps .featured p:last-of-type,
.right-product-grid .grid-col.seven-twelfths p:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width:800px) {
    #cloud-vps .featured {
        padding: 6em 0;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }
    #cloud-vps .tab-panel>div.featured {
        margin-top: -2.25em
    }
    #cloud-vps .featured img {
        width: 33.3333333333%;
        margin: auto
    }
    #cloud-vps .featured>div {
        padding: 0 2.5em;
        margin-left: 33.3333333333%;
        display: inline-block;
        vertical-align: middle
    }
    #cloud-vps .tab-list {
        text-align: center;
        border-bottom: 2px solid #BBCF85
    }
    #cloud-vps .tab-list ul {
        color: inherit;
        background: 0 0;
        padding-top: 0;
        margin-top: -1px;
        display: inline-block;
        position: static
    }
    #cloud-vps .tab-list .selected,
    #cloud-vps .tab-list li,
    #cloud-vps .tab-list.expanded li {
        display: inline-block
    }
    #cloud-vps .tab-list .selected {
        position: static
    }
    #cloud-vps .tab-list .label,
    #cloud-vps .tab-list a {
        padding: 1em;
        display: inline-block
    }
    #cloud-vps .tab-list a {
        color: #272727;
        border-top: 1px solid #BBCF85;
        border-left: 1px solid #BBCF85
    }
    #cloud-vps .tab-list li:last-child a {
        border-right: 1px solid #BBCF85
    }
    #cloud-vps .tab-list a:hover {
        color: #7bbeca;
        background: 0 0
    }
    #cloud-vps .tab-list .selected a,
    #cloud-vps .tab-list .selected a:hover {
        color: #fff;
        background: #BBCF85;
        position: relative
    }
    #cloud-vps .tab-list .selected a:focus {
        outline: 0
    }
    #cloud-vps .tab-list .selected a:before {
        border-top: 0;
        border-right: 1em solid transparent;
        border-bottom: 1em solid #fff;
        border-left: 1em solid transparent;
        margin: 0 0 0 -1em;
        top: auto;
        right: auto;
        bottom: -4px;
        left: 50%
    }
    #cloud-vps .tab-list.expanded .selected a:before {
        border-bottom: 1em solid #fff
    }
}

#bs-features .bs_feature h4,
#coupons .ongoing-title h3 {
    font-family: "Brandon Grotesque Bold", sans-serif
}

#coupons {
    background: #fff
}

#coupons .content-head {
    margin-top: 2.5%
}

#coupons .content-head h1 {
    margin-bottom: 2.5%
}

#coupons .ongoing-title h3 {
    font-size: 1.5em;
    color: #fff;
    margin: 0;
    background-color: #BBCF85;
    padding: 1% 5%;
    letter-spacing: .04em
}

#coupon .ad .details span,
#coupon .ad span {
    color: #FEA701
}

#coupon {
    margin: 0 auto 1%
}

#coupon .ad {
    position: relative;
    background: #FFF;
    border-bottom: #FED284 thin solid;
    padding: 5px 0 1px
}

#coupon .ad.first {
    border-top: #BBCF85 thin solid
}

#coupon .ad h6 {
    text-align: left;
    line-height: 3
}

#coupon .ad .details {
    line-height: 4
}

.bs_name,
.bs_position {
    line-height: 20px;
    text-transform: uppercase
}

#coupons .service {
    margin-bottom: 2em
}

#bs-themes {
    background: #F7F8F3
}

#bs-themes .content-head {
    margin-top: 2.5%
}

#bs-themes .themes {
    padding: 5% 0
}

.bs_foto {
    margin-bottom: 35px;
    background-color: #4F5759
}

.bs_foto img {
    -webkit-transition: all .3s ease-in-out
}

.bs_item:hover .bs_foto img {
    opacity: .5
}

.bs_name {
    margin: 0;
    font-weight: 600;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.bs_info {
    text-align: center;
    margin-top: 1em
}

.bs_item {
    border-radius: 3px;
    padding-bottom: 20px
}

.bs_item:hover .bs_name {
    color: #4F5759
}

.bs_position {
    margin: 0;
    font-weight: 400;
    color: #b8b8b8
}

.bs_left {
    padding-left: 0!important
}

#bs-features {
    background: #F6F1E5;
    padding: 2.5% 0
}

#bs-features .bs_feature {
    text-align: center;
    font-weight: 100
}

#mc_form {
    position: relative;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #439AA9;
    margin: 0 auto 5%
}

div#mc_embed_signup_scroll {
    padding: 0 5%
}

.mc_form_title {
    background: #fff
}

#mc_embed_signup form {
    padding: 0!important
}

#mc_embed_signup .indicates-required {
    text-align: right;
    padding: 2%;
    font-size: 1.5em;
    font-family: "Brandon Grotesque Regular", sans-serif;
    color: #272727
}

#mc_embed_signup .mc-field-group .asterisk {
    top: 44px!important
}

#mc_embed_signup .asterisk {
    color: #272727!important
}

h1.text-center.mc_h1 {
    color: #fff;
    font-family: 'Klinic Slab Light', serif;
    font-size: 32px!important;
    line-height: 1!important;
    padding: 12px;
    margin: 0;
    background: #439AA9
}

#mc_embed_signup .button,
#mc_embed_signup .mc-field-group label,
#mc_embed_signup div.mce_inline_error {
    font-family: "Brandon Grotesque Bold", sans-serif
}

.mc-field-group.body {
    padding: 2.5%
}

#mc_embed_signup .mc-field-group label {
    font-size: 1em;
    margin-right: 1em
}

.mc-field-group.body input[type=email],
.mc-field-group.body input[type=text] {
    height: 35px;
    margin: 0;
    padding: 3px;
    line-height: 20px;
    font-size: 16px;
    color: #272727;
    border: 1px solid rgba(247, 148, 29, .39);
    background-color: #fff;
    width: 100%
}

#mc_embed_signup div.mce_inline_error {
    letter-spacing: .04em;
    margin: 0 0 1em;
    padding: 5px 10px;
    background-color: #FED284!important;
    z-index: 1;
    color: #dd7b02!important;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ffab42
}

#mc_embed_signup #mce-success-response {
    color: #439AA9!important
}

#mc_embed_signup div.response {
    width: 100%!important;
    border: 1px solid #A7D4D8!important;
    background: #d8ecee!important;
    border-radius: 4px!important
}

#mc_embed_signup .button {
    background: #ffab42!important;
    border: 1px solid #ffab42!important;
    color: #fff;
    font-size: 20px!important;
    border-radius: 6px;
    padding: 0 30px!important;
    text-transform: uppercase;
    height: 42px!important;
    outline: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#mc_embed_signup .button:hover {
    background: #fd7f2f!important;
    color: #F6F1E5
}

#mc_embed_signup_scroll .clear {
    text-align: center
}

#mc_embed_signup_scroll .mc_button {
    margin: 5% auto 10%;
    vertical-align: baseline;
    outline: 0!important
}

#mc_embed_signup_scroll .mc_button,
#mc_embed_signup_scroll .mc_button input[type=button],
#mc_embed_signup_scroll .mc_button input[type=reset],
#mc_embed_signup_scroll .mc_button input[type=submit] {
    width: 100%!important;
    max-width: 200px;
    background: #fff;
    font-family: inherit;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    padding: 3% 0!important;
    margin-top: 5px;
    text-transform: uppercase
}

#mc_embed_signup_scroll .mc_button input[type=button]:hover,
#mc_embed_signup_scroll .mc_button input[type=reset]:hover,
#mc_embed_signup_scroll .mc_button input[type=submit]:hover,
#mc_embed_signup_scroll .mc_button:hover {
    outline: 0!important;
    background-color: #57acbb;
    color: #F6F1E5
}

#mc_embed_signup_scroll .mc_button button:active,
#mc_embed_signup_scroll .mc_button input[type=button]:active,
#mc_embed_signup_scroll .mc_button input[type=button]:focus,
#mc_embed_signup_scroll .mc_button input[type=reset]:active,
#mc_embed_signup_scroll .mc_button input[type=reset]:focus,
#mc_embed_signup_scroll .mc_button input[type=submit]:active,
#mc_embed_signup_scroll .mc_button input[type=submit]:focus,
#mc_embed_signup_scroll .mc_button:focus {
    border-color: none;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
    outline: 0!important
}

div#mce-success-response.response {
    font-family: 'Klinic Slab Light', serif
}

#mc_embed_signup input,
input#mce-EMAIL.required.email {
    color: #4d4d4d;
    border: 1px solid #57acbb!important;
    border-radius: 6px!important;
    outline: 0!important
}

#mc_embed_signup .mc-field-group {
    width: 100%!important
}

#mc_embed_signup .button {
    line-height: 20px!important
}

#business .intro-alt h2.business-strong {
    font-size: 22px
}

@media (min-width:992px) {
    #business .intro-alt h2.business-strong {
        font-size: 30px;
        text-align: left
    }
}

@media (min-width:768px) {
    #business .intro-alt h2.business-strong {
        text-align: left
    }
}

#business .business-strong.text-center {
    font-weight: 700;
    font-size: 1.1em
}

#business .mts-header a {
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

#business a:hover,
a:focus {
    color: #F6F1E5;
    text-decoration: none
}

#business .business-plans {
    background: #FFF;
    border-top: #FDFAF4 solid thin
}

#business .section-head h1 {
    color: #fda12f
}

#business .startup {
    border-color: #FFAB42!important
}

#business .startup>.panel-heading {
    color: #fff;
    background-color: #ffb65c;
    border-color: #ffb65c
}

#business .startup>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffb65c
}

#business .enterprise>.panel-heading+.panel-collapse>.panel-body,
#business .small-business>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffe2be
}

#business .startup>.panel-heading .badge {
    color: #ffe2be;
    background-color: #fff
}

#business .startup>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ffe2be
}

#business .price {
    font-family: "Brandon Grotesque Bold", sans-serif;
    font-weight: 800;
    color: #272727;
    font-size: 50px;
    line-height: 50px
}

#business .ded-tabs,
#business .title {
    font-family: "Klinic Slab Light", serif
}

#business .content h6,
#business .plan-items h6 {
    font-size: 1em;
    text-transform: uppercase
}

#business .small-business {
    border-color: #FFAB42!important
}

#business .small-business>.panel-heading {
    color: #fff;
    background-color: #FFAB42;
    border-color: #FFAB42
}

#business .small-business>.panel-heading .badge {
    color: #FFAB42;
    background-color: #fff
}

#business .small-business>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #FFAB42
}

#business .enterprise {
    border-color: #FFAB42!important
}

#business .enterprise>.panel-heading {
    color: #fff;
    background-color: #fda12f;
    border-color: #fda12f
}

#business .enterprise>.panel-heading .badge {
    color: #fda12f;
    background-color: #fff
}

#business .enterprise>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fda12f
}

#business .title {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    width: 100%
}

#business .title>a {
    color: inherit
}

#business .panel>.business-list {
    margin-bottom: 0
}

#business .panel>.business-list .business-list-item {
    border-width: 1px 0;
    border-radius: 0
}

#business .panel>.business-list:first-child .business-list-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#business .panel>.business-list:last-child .business-list-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#business .business-list+.panel-footer,
#business .panel-heading+.business-list .business-list-item:first-child {
    border-top-width: 0
}

#business .business-list {
    padding-left: 0;
    margin-bottom: 20px
}

#business .business-list-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #FED284
}

#business .tab-list li,
#business .tab-view.hidden .tab-list {
    display: none
}

#business .business-list-item:first-child {
    border-top-left-radius: none;
    border-top-right-radius: none
}

#business .business-list-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: none;
    border-bottom-left-radius: none
}

#business .business-advantages,
#business .business-includes {
    background: #fff
}

#business .business-advantages header,
#business .business-includes header #business .mts-header header {
    margin-bottom: 1.5%;
    background: #BBCF85
}

#business .business-advantages ul,
#business .business-includes ul {
    margin: 5% 0
}

#business .business-advantages ul li,
#business .business-includes ul li {
    margin: 0 auto;
    padding: 0 0 5%
}

#business .plans-include,
section.cpanel-includes {
    padding: 1.5% 0;
    background: #F6F1E5;
    box-shadow: 1px 1px 1px rgba(150, 150, 150, .7)
}

#business .plans-include header {
    padding: 1% 0;
    margin-bottom: 2.5%
}

#business .plans-include ul {
    margin: 5% 0
}

#business .plans-include ul li {
    margin: 0 auto;
    padding: 0 0 5%
}

#business .plan-items {
    overflow: hidden;
    list-style: none inside
}

#business .plan-image {
    float: left;
    padding-right: 25px;
    width: auto;
    margin-top: 2em
}

#business .ded-tab ul {
    list-style-position: inside;
    text-indent: -1em;
    margin-left: 1em;
    list-style-type: circle
}

#business .ded-tab ul li span {
    color: #fda12f
}

#business .ded-tabs {
    font-weight: 800;
    font-size: 1.5em;
    color: #50ab79;
    margin-top: 2em
}


#business .tab-view+#testimonial {
    margin: 4em 0
}

#business .tab-list {
    line-height: 2;
    font-weight: 700;
    background: #fff
}

#business .tab-list ul {
    color: #fff;
    background: #fff;
    padding: 3.5em 0 0;
    margin: 0;
    list-style: none;
    position: relative
}

#business .tab-list li:first-child {
    margin-top: -1.75em
}

#business .tab-list .selected {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

#business .tab-list.expanded li {
    display: list-item
}

#business .tab-list .label,
#business .tab-list a {
    padding: 1em;
    display: block
}

#business .tab-list a {
    font-family: "Brandon Grotesque Regular", sans-serif;
    font-weight: 800;
    color: #fff;
    background-color: #F6F1E5
}

#business .tab-list a:hover {
    text-decoration: none;
    background: #489a6d
}

#business .tab-list .selected a,
#business .tab-list .selected a:hover {
    background: #489a6d
}

#business .tab-list .selected a {
    border-color: transparent
}

#business .tab-list .selected a:before {
    width: 0;
    height: 0;
    content: '';
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    margin-top: -5px;
    position: absolute;
    top: 20%;
    right: 1em
}

#business .tab-list.expanded .selected a:before {
    border-top: 0;
    border-bottom: 4px solid #fff
}

#business .tab-panel {
    display: none
}

#business .tab-panel.selected {
    display: block
}

#business .featured img,
#business .tab-list.logos a img {
    display: none
}

#business .featured {
    max-width: 87.5em;
    padding: 0 2.625em;
    margin: 3em auto
}

#business .featured h2 {
    margin-top: 0
}

#business .featured p:last-of-type,
.right-product-grid .grid-col.seven-twelfths p:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width:800px) {
    #business .featured {
        padding: 6em 0;
        margin: 0 auto 3em;
        position: relative;
        overflow: hidden
    }
    #business .tab-panel>div.featured {
        margin-top: -2.25em
    }
    #business .featured img {
        width: 33.3333333333%;
        margin: auto
    }
    #business .featured>div {
        padding: 0 2.5em;
        margin-left: 33.3333333333%;
        display: inline-block;
        vertical-align: middle
    }
    #business .tab-list {
        text-align: center;
        background: #F6F1E5;
        padding-top: 50px;
        padding-bottom: 0;
        margin: 0 auto
    }
    #business .tab-list ul {
        color: inherit;
        background: 0 0;
        padding-top: 0;
        display: inline-block;
        position: static
    }
    #business .tab-list .selected,
    #business .tab-list li,
    #business .tab-list.expanded li {
        display: inline-block;
        margin-right: 20px;
        margin-left: 20px
    }
    #business .tab-list .selected {
        position: static
    }
    #business .tab-list .label,
    #business .tab-list a {
        padding: 1em;
        display: inline-block
    }
    #business .tab-list a {
        color: #fe9584;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent
    }
    #business .tab-list li:last-child a {
        border-right: 1px solid transparent
    }
    #business .tab-list a:hover {
        color: #50ab79;
        background: 0 0
    }
    #business .tab-list .selected a,
    #business.tab-list .selected a:hover {
        color: #fff;
        background: #50ab79;
        position: relative;
        margin-bottom: 1.5em;
        border-radius: 50%;
        box-shadow: 1px 3px 1px rgba(150, 150, 150, .7);
        width: 140px;
        height: 140px
    }
    #business .tab-list .selected a:focus {
        outline: 0
    }
    #business .tab-list .selected a:before {
        border-top: 0;
        border-right: 1em solid transparent;
        border-bottom: 1em solid #fff;
        border-left: 1em solid transparent;
        margin: 0 0 0 -1em;
        top: auto;
        right: auto;
        bottom: -30px;
        left: 50%
    }
    #business .biz-tab {
        padding-top: 12px;
        margin-bottom: 5%
    }
    #business .tab-list.expanded .selected a:before {
        border-bottom: 1em solid #fff
    }
}

#business img {
    margin-left: auto;
    margin-right: auto
}

#business .col-custom,
#great-bundle .col-custom {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 50%
}

#business .col-custom:last-child,
#great-bundle .col-custom:last-child {
    width: 100%
}

#business .col-custom img,
#great-bundle .col-custom img {
    display: block;
    margin: 20px auto 4px
}

#business .col-custom p span,
#great-bundle .col-custom p span {
    display: block;
    font-weight: 800
}

@media (min-width:992px) {
    #business .container.first {
        padding: 3em 0
    }
    #business .first .lead h4 {
        font-size: 2em;
        font-family: "Brandon Grotesque Bold", sans-serif
    }
    #business .row-wrapper img {
        max-width: 200px;
        width: 100%
    }
    #business .mts {
        background: #f1f8f5
    }
    #business .row-wrapper.header {
        background: #ffab42;
        padding: 12px
    }
    #business .mts-header h1 {
        font-size: 3em;
        color: #fff;
        margin: 0
    }
}

#business .first .lead h4 {
    text-align: center;
    font-family: "Brandon Grotesque Bold", sans-serif
}

#business .row-wrapper {
    padding: 0;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat
}

section.cpanel {
    background: #f1f8f5;
    padding: 20px 0
}

body#cmh {
    background: #fff
}

@media (min-width:992px) {
    #cmh .container.first {
        padding: 3em 0
    }
    #cmh .row-wrapper.header {
        background: #439AA9;
        padding: 12px
    }
    #cmh .mts-header h1 {
        font-size: 3em;
        color: #fff;
        margin: 0
    }
}

#cmh .intro-alt {
    background: #F7F8F3;
    background: -moz-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F8F3), color-stop(.27, #e0f0e8), color-stop(.5, #d8ecee), color-stop(.8, #cae5e8), to(#A7D4D8));
    background: -o-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    position: relative;
    overflow: hidden
}

#cmh .row-wrapper.hero a.btn-orange {
    position: relative;
    z-index: 2
}

#cmh .row-wrapper.hero:after {
    background-image: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/hero/hero-cmh.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    right: 0
}

#cmh .row-wrapper.hero .lead-green {
    color: #89bf73
}

#cmh .clem {
    margin-bottom: 1em
}

#cmh .clem img {
    width: 100%;
    max-width: 200px
}

#cmh .first-option {
    background: #F7F8F3
}

#cmh .second-option {
    background: #fff
}

#second-option h4 {
    color: #FFAB42;
    font-weight: 700;
    font-size: 1.5em
}

@media (min-width:992px) {
    #cmh .row-wrapper.first {
        margin: 2em auto
    }
    #cmh .first .lead h4 {
        font-size: 2em;
        font-family: "Brandon Grotesque Bold", sans-serif;
        color: #4F5759
    }
    #cmh .row-wrapper img {
        max-width: 200px;
        width: 100%
    }
    #cmh .mts {
        background: #F7F8F3
    }
    #cmh .six-header h1 {
        color: #fff;
        margin: 0
    }
    #cmh .row-wrapper.second {
        margin: 2em auto
    }
}

#cmh .best-plans {
    background: #FFF;
    border-top: #FDFAF4 solid thin
}

#cmh .section-head h1 {
    color: #fda12f
}

#cmh .row-wrapper.hero h2.lead {
    font-size: 22px
}

#cmh .row-wrapper.hero h3.lead {
    color: #d05b00;
    font-size: 18px
}

#cmh .row-wrapper.hero h2.feature-price {
    color: #d05b00;
    font-size: 40px;
    margin-bottom: 20px
}

#cmh .row-wrapper.hero h2.feature-price span {
    font-size: 18px;
    font-weight: 200
}

#cmh .row-wrapper.hero .btn-primary.btn-lg {
    font-size: 24px
}

#cmh .row-wrapper.hero ul li {
    color: #333;
    font-weight: 300
}

#cmh .row-wrapper.hero ul li span {
    color: #0171bc;
    font-weight: 500
}

#cmh .row-wrapper.hero .hero-clementine {
    background-image: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/hero/clemenules-small.html);
    height: 214px
}

#cmh .row-wrapper.hero .hero-clementine:after {
    display: none
}

@media (min-width:768px) {
    #cmh .row-wrapper.hero h2.lead,
    #cmh .row-wrapper.no-padding {
        text-align: left
    }
    #cmh .row-wrapper.hero h3.lead {
        margin-top: 12px;
        text-align: left
    }
}

@media (min-width:992px) {
    #cmh .row-wrapper.hero h2 {
        text-align: left
    }
    #cmh .row-wrapper.hero ul li {
        padding: 5px 0 5px 19px
    }
    #cmh .row-wrapper.hero .hero-clementine {
        background-image: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/hero/clemenule.png);
        height: 280px;
        position: absolute;
        top: -175px;
        width: 258px;
        z-index: 2
    }
}

@media (min-width:1324px) {
    #cmh .row-wrapper.hero .hero-clementine {
        top: -150px;
        right: 24px
    }
    #cmh .row-wrapper.hero .clementine-image {
        top: -153px
    }
    #cmh .row-wrapper.hero .clementine-image .hero-price-block {
        bottom: 12px;
        right: 53px;
        font-size: 44px
    }
    #cmh .row-wrapper.hero .clementine-image .hero-price-block span {
        margin: 12px 0
    }
    .row.guarantee p {
        padding: 0 45px 10px
    }
    #cmh .row-wrapper.no-padding_bottom h2 {
        margin-top: 87px
    }
    .row.getting-started h2 {
        margin-top: 40px
    }
    .row.another-host h2 {
        margin-top: 24px
    }
}

#cmh .clementine-list-item,
#cmh .clemenules-list-item {
    margin-left: 0!important;
    text-indent: 0!important;
    position: relative
}

#cmh .clemenules {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #57acbb;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

#cmh .clemenules>.clemenules-heading {
    color: #fff;
    background-color: #7bbeca;
    border-color: #7bbeca
}

#cmh .clemenules-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#cmh .clemenules-title {
    font-family: "Klinic Slab Light", serif;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    width: 100%
}

#cmh .clemenules-price {
    font-family: "Brandon Grotesque Bold", sans-serif;
    font-weight: 800;
    color: #272727;
    display: block;
    font-size: 50px;
    line-height: 50px
}

#cmh .clemenules-list {
    padding-left: 0;
    margin-bottom: 20px
}

#cmh .clemenules-list-item {
    display: block;
    padding: 10px 15px!important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #e0f0e8
}

#cmh .clementine-body,
#cmh .clemenules-body {
    padding: 15px
}

#cmh .clemenules-heading+.clemenules-list .clemenules-list-item:first-child {
    border-top-width: 0
}

#cmh .clemenules-body>.clemenules-list,
#cmh .clemenules-body>.panel-collapse>.clemenules-list {
    margin-bottom: 0
}

#cmh .clemenules-body>.clemenules-list .clemenules-list-item,
#cmh .clemenules-body>.panel-collapse>.clemenules-list .clemenules-list-item {
    border-width: 1px 0;
    border-radius: 0
}

#cmh .clemenules-body>.clemenules-list:first-child .clemenules-list-item:first-child,
#cmh .clemenules-body>.panel-collapse>.clemenules-list:first-child .clemenules-list-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#cmh .clemenules-body>.clemenules-list:last-child .clemenules-list-item:last-child,
#cmh .clemenules-body>.panel-collapse>.clemenules-list:last-child .clemenules-list-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#cmh .clemenules-list .clemenules-list-item:last-child {
    border-bottom: 0
}

#cmh .clemenules-list+.panel-footer {
    border-top-width: 0
}

#cmh .clemenules-list-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

#cmh .clemenules-list-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

#cmh a.clemenules-list-item {
    color: #555
}

#cmh a.clemenules-list-item .clemenules-list-item-heading {
    color: #333
}

#cmh a.clemenules-list-item:focus,
#cmh a.clemenules-list-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

#cmh .clementine {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #39808d;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

#shared .plans-include,
.btn-orange-xlarge {
    box-shadow: 1px 1px 1px rgba(150, 150, 150, .7)
}

#cmh .clementine>.clementine-heading {
    color: #fff;
    background-color: #439AA9;
    border-color: #439AA9
}

#cmh .clementine-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#cmh .clementine-title {
    font-family: "Klinic Slab Light", serif;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    width: 100%
}

#cmh .clementine-title>.small,
#cmh .clementine-title>.small>a,
#cmh .clementine-title>a,
#cmh .clementine-title>small,
#cmh .clementine-title>small>a {
    color: inherit
}

#cmh .clementine-price {
    font-family: "Brandon Grotesque Bold", sans-serif;
    font-weight: 800;
    color: #272727;
    display: inline-block;
    font-size: 50px;
    line-height: 50px
}

#cmh .clementine-list {
    padding-left: 0;
    margin-bottom: 20px
}

#cmh .clementine-list-item {
    display: block;
    padding: 10px 15px!important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #e0f0e8
}

#cmh .clementine-heading+.clementine-list .clementine-list-item:first-child {
    border-top-width: 0
}

#cmh .clementine-body>.clementine-list,
#cmh .clementine-body>.panel-collapse>.clementine-list {
    margin-bottom: 0
}

#cmh .clementine-body>.clementine-list .clementine-list-item,
#cmh .clementine-body>.panel-collapse>.clementine-list .clementine-list-item {
    border-width: 1px 0;
    border-radius: 0
}

#cmh .clementine-body>.clementine-list:first-child .clementine-list-item:first-child,
#cmh .clementine-body>.panel-collapse>.clementine-list:first-child .clementine-list-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#cmh .clementine-body>.clementine-list:last-child .clementine-list-item:last-child,
#cmh .clementine-body>.panel-collapse>.clementine-list:last-child .clementine-list-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#cmh .clementine-list+.panel-footer {
    border-top-width: 0
}

#cmh .clementine-list-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

#cmh .clementine-list-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

#cmh a.clementine-list-item {
    color: #555
}

#cmh a.clementine-list-item .clementine-list-item-heading {
    color: #333
}

#cmh a.clementine-list-item:focus,
#cmh a.clementine-list-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

#cmh .cmh-features {
    background: #fff
}

#cmh .cmh-features .row-wrapper.header {
    margin-bottom: 1.5%;
    background: #439AA9;
    padding: 12px
}

#cmh .features.reason-1 {
    margin-top: 2em
}

#cmh .features.reason-2,
#cmh .features.reason-3 {
    margin: 2em auto
}

#cmh .cmh-strong {
    font-weight: 700;
    font-size: 1.1em
}

#cmh .first-option .lead,
#cmh .second .header-list ul {
    margin: 1em auto
}

#cmh .first-option ul li,
#cmh .second-option ul li {
    padding: 5px 0 5px 19px;
    margin-left: -1em
}

#cmh .header-list h5 {
    font-family: Vollkorn, serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px
}

#cmh .first.header-list p {
    margin-bottom: 5%
}

.section-price {
    text-align: center
}

.section-price p {
    margin-bottom: 4em
}

.section-price .section-head {
    margin-bottom: 58px
}

.section-price .section-head p {
    margin-top: 15px;
    letter-spacing: -.02em
}

.progress-bar {
    position: relative;
    display: inline-block;
    height: 4px;
    margin-bottom: 78px;
    border-radius: 5px;
    background: #1e1e1e
}

.progress-bar>span {
    outline: 0
}

.progress-bar>span:last-child {
    position: absolute;
    top: 50%;
    left: 0;
    width: 38px!important;
    height: 38px!important;
    border-radius: 50%;
    margin-top: -19px;
    background: #1e1e1e!important;
    border: none!important;
    cursor: pointer!important;
    touch-action: pan-x!important
}

.progress-bar>span:last-child>span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffab42
}

.progress-bar-current {
    position: absolute;
    top: -1px;
    left: 0;
    width: auto;
    height: 5px;
    border-radius: 5px;
    background: #ffab42
}

.progress-bar-info {
    background-color: #fff
}

.progress-bar-info ul {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 30px;
    list-style: none
}

.progress-bar-info li {
    float: left;
    margin-right: 32px
}

.progress-bar-info li span {
    font-family: "Brandon Grotesque Black", sans-serif;
    font-size: 25px;
    line-height: 1.6;
    color: #2b2b2b;
    text-transform: uppercase
}

.progress-bar-info li span span {
    font-family: Vollkorn, serif;
    font-size: 45px;
    line-height: 1;
    color: #FFAB42
}

.progress-bar-info-actions {
    overflow: hidden;
    display: inline-block
}

.progress-bar-info-actions .price .current-price {
    overflow: hidden;
    float: left;
    font-family: "Klinic Slab Light", sans-serif;
    font-size: 133px;
    line-height: 1;
    color: #ffab42
}

.btn-orange-xlarge,
.progress-bar-info-actions .price span:first-child {
    font-family: "Brandon Grotesque Black", sans-serif;
    text-transform: uppercase
}

.progress-bar-info-actions .price span:first-child {
    float: left;
    margin: 75px 14px 0 0;
    line-height: 1;
    color: #272727
}

.progress-bar-info-actions .btn-orange-xlarge {
    margin: 45px 0 0 27px
}

.btn-orange-xlarge {
    padding: 2% 0;
    border-radius: 5px;
    background: #ffab42;
    font-size: 1.5em;
    color: #fff;
    width: 100%;
    max-width: 300px
}

.btn-orange-xlarge:hover {
    background: #fda12f;
    color: #fff
}

@media(max-width:1250px) {
    .progress-bar-info li {
        margin-right: 15px
    }
}

@media(max-width:1024px) {
    .progress-bar-info li {
        float: none;
        width: 40%;
        display: inline-block;
        margin-right: 0
    }
    .progress-bar-info ul {
        text-align: center
    }
}

@media(max-width:767px) {
    .progress-bar-info-actions .price span {
        display: none
    }
    .progress-bar-info-actions .btn-orange-xlarge,
    .progress-bar-info-actions .price {
        float: none;
        display: inline-block;
        margin: 0
    }
    .progress-bar-info li,
    .progress-bar-info-actions .price {
        width: 100%
    }
}

.section-ad {
    padding: 2.5% 0;
    background: #f6f1e5
}

.section-ad .section-head {
    margin-bottom: 47px
}

.section-ad .section-head h6 {
    text-transform: uppercase
}

.section-ad .section-body {
    margin-bottom: 50px
}

.section-ad .section-body p {
    font-size: 22px;
    line-height: 1.82;
    color: #000;
    letter-spacing: -.02em
}

.list-prices {
    display: inline-block;
    width: 800px;
    list-style: none
}

.list-prices li {
    overflow: hidden;
    text-align: left
}


.list-prices li p:first-child {
    float: left;
    width: 160px;
    margin-right: 65px;
    font-size: 22px;
    line-height: 60px;
    text-decoration: underline
}

.list-prices p+p {
    float: none;
    display: inline-block;
    font-size: 26px;
    line-height: 60px;
    color: #ffa600
}

.list-prices p+p+p {
    float: right
}

body#dedicated,
body#shared,
body#sitelock {
    background: #fff
}

@media (min-width:992px) {
    #shared .container.first {
        padding: 3em 0
    }
    #shared .row-wrapper.header {
        background: #60b586;
        padding: 12px
    }
    #shared .mts-header h1 {
        font-size: 3em;
        color: #fff;
        margin: 0
    }
}

.group:after,
.group:before {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

#cloud .call span,
#dedicated .call span,
#shared .call span,
#sitelock .call span {
    font-family: "Klinic Slab Light", serif;
    font-size: 1.5em;
    font-weight: 800;
    letter-spacing: .02em;
    color: #fda12f;
    line-height: 1.5
}

.dedicated-servers {
    margin-bottom: 2em
}

.dedicated-servers h1 {
    color: #FDA12F
}

.dedicated-servers .server-list {
    margin-top: 2em
}

.dedicated-servers .server-list header {
    display: none
}

.dedicated-servers .server-list>div ul {
    margin: 0 0 1em;
    padding: 0;
    list-style-type: none;
    background-color: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center
}

.dedicated-servers .server-list>div ul li {
    padding: .5em 1em;
    font-weight: 700
}

.dedicated-servers .server-list>div ul li p.price {
    margin-bottom: 0
}

.dedicated-servers .server-list>div ul li p.price .amount sup {
    font-size: .6em
}

.dedicated-servers .server-list>div ul li p>span {
    color: #fda12f;
    font-size: .85em;
    line-height: 1;
    font-weight: 400;
    clear: both;
    display: inline-block
}

.dedicated-servers .server-list>div ul li small {
    text-transform: uppercase;
    color: #abacaf;
    font-size: .7777777777em;
    margin-right: .5em
}

.dedicated-servers .server-list>div ul li:first-child {
    padding: 1em;
    background-color: #272727;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.33333;
    margin-bottom: 1em
}

.dedicated-servers .server-list>div ul li:last-child {
    padding-bottom: 1.5em
}

.dedicated-servers .server-list>div ul li:first-child small {
    font-size: .7em;
    display: none
}

.dedicated-servers .server-list>div ul li p {
    margin-bottom: 0
}

@media only screen and (min-width:640px) {
    .dedicated-servers .grid-col {
        padding: 0
    }
    .dedicated-servers .server-list>div {
        width: 50%;
        float: left;
        padding: 1em
    }
}

@media only screen and (min-width:1024px) {
    .dedicated-servers .grid-col {
        padding: 0 1em
    }
    .dedicated-servers .server-list {
        margin-top: 1em
    }
    .dedicated-servers .server-list>div {
        float: none;
        padding: 0;
        width: auto
    }
    .dedicated-servers h2 {
        padding: 1em;
        background-color: #fff;
        color: #272727;
        font-weight: 700;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }
    .dedicated-servers .server-list header {
        display: block;
        margin-bottom: 1em
    }
    .dedicated-servers .server-list header ul {
        font-family: "Brandon Grotesque Bold", sans-serif;
        margin: 0;
        padding: 0;
        list-style-type: none
    }
    .dedicated-servers .server-list header ul li {
        float: left;
        font-size: .865em;
        color: #272727;
        text-align: center;
        font-weight: 700;
        width: 20%;
        text-transform: uppercase;
        padding: .5em 1em
    }
    .dedicated-servers .server-list.on-sale header ul li:nth-child(3),
    .dedicated-servers .server-list.on-sale header ul li:nth-child(4),
    .dedicated-servers .server-list.on-sale header ul li:nth-child(5),
    .dedicated-servers .server-list.on-sale>div ul li:nth-child(3),
    .dedicated-servers .server-list.on-sale>div ul li:nth-child(4),
    .dedicated-servers .server-list.on-sale>div ul li:nth-child(5) {
        width: 11.1111111111%
    }
    .dedicated-servers .server-list.on-sale>div ul li:nth-child(5) {
        color: #de3723
    }
    .dedicated-servers .server-list header ul li:last-child {
        border-right: none
    }
    .dedicated-servers .server-list>div ul {
        padding: .5em 0;
        margin-bottom: .5em
    }
    .dedicated-servers .server-list>div ul li,
    .dedicated-servers .server-list>div ul li:first-child {
        display: table;
        float: left;
        width: 20%;
        border-right: 1px solid #d6d6d6;
        height: 3em;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
    }
    .dedicated-servers .server-list>div ul li p {
        vertical-align: middle;
        text-align: center;
        display: table-cell
    }
    .dedicated-servers .server-list>div ul li small {
        display: none
    }
    .dedicated-servers .server-list>div ul li:last-child {
        border-right: none;
        margin: 0;
        padding-bottom: 0
    }
    .dedicated-servers .server-list>div ul li:first-child {
        background-color: transparent;
        font-size: 1em;
        color: inherit
    }
    .dedicated-servers .server-list>div ul li p.price {
        white-space: nowrap;
        font-size: .8888888888em;
        color: #272727
    }
    .dedicated-servers .server-list>div ul li p.price .amount {
        font-size: 2em
    }
}

#shared .ded-tab ul,
#wp-hosting .ded-tab ul {
    list-style-position: inside;
    list-style-type: circle
}

#dedicated #grid-second .section-head {
    color: #fda12f
}

@media only screen and (min-width:1280px) {
    .grid-row {
        max-width: 87.5em;
        padding-right: 1em;
        padding-left: 1em
    }
}

#dedicated #grid-second .features {
    margin-bottom: 20px
}

@media (max-width:991px) {
    #dedicated #grid-second .features .tenet {
        text-align: center;
        margin-bottom: 30px
    }
}

#dedicated #grid-second .features .tenet img {
    max-width: 200px;
    position: relative;
    top: 10px;
    width: 20%
}

#dedicated #grid-second .features .tenet .info strong {
    display: block;
    font-weight: 500;
    color: #444;
    margin-top: 15px
}

#dedicated .tab-list li,
#dedicated .tab-view.hidden .tab-list {
    display: none
}

#dedicated #grid-second .features .tenet h6 {
    text-transform: uppercase;
    font-size: 1em
}

#dedicated #grid-second .features .tenet .info p {
    font-weight: 400;
    color: #272727;
    margin-top: 10px
}

@media (min-width:992px) {
    #dedicated #grid-second .features .tenet img {
        float: left
    }
    #dedicated #grid-second .features .tenet .info {
        float: left;
        width: 60%;
        margin-left: 20px
    }
    #dedicated .row-wrapper.header {
        background: #FFAB42;
        margin-bottom: 1em;
        padding: 5px 0 0
    }
    #dedicated .six-header h1 {
        font-size: 3em;
        margin-bottom: 10px;
        color: #fff
    }
}

#dedicated .ded-tabs {
    color: #a7c160
}

#dedicated .tab-list {
    line-height: 1.3333333333;
    font-weight: 700;
    background: #fff;
    margin-bottom: 1em
}

#dedicated .tab-list ul {
    color: #fff;
    background: #fff;
    padding: 3.5em 0 0;
    margin: 0;
    list-style: none;
    position: relative
}

#dedicated .tab-list .selected {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

#dedicated .tab-list.expanded li {
    display: list-item
}

#dedicated .tab-list a,
.tab-list .label {
    padding: 1em;
    display: block
}

#dedicated .tab-list a {
    font-family: "Brandon Grotesque Regular", sans-serif;
    font-weight: 800;
    color: #fff;
    border-top: 1px solid #BBCF85
}

#dedicated .tab-list a:hover {
    text-decoration: none;
    background: #BBCF85
}

#dedicated .tab-list .selected a,
.tab-list .selected a:hover {
    background: #a7c160
}

#dedicated .tab-list .selected a {
    border-color: transparent
}

#dedicated .tab-list .selected a:before {
    width: 0;
    height: 0;
    content: '';
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 1em
}

#dedicated .tab-list.expanded .selected a:before {
    border-top: 0;
    border-bottom: 8px solid #fff
}

#dedicated .tab-panel {
    display: none
}

#dedicated .tab-panel.selected {
    display: block
}

#dedicated .featured img,
#dedicated .tab-list.logos a img {
    display: none
}

#dedicated .container .feat {
    height: auto;
    min-height: 200px
}

#dedicated .featured {
    max-width: 87.5em;
    padding: 0 2.625em;
    margin: 3em auto
}

#dedicated .featured p:last-of-type,
#shared .panel>.shared-list,
.right-product-grid .grid-col.seven-twelfths p:last-of-type {
    margin-bottom: 0
}

#dedicated .featured h2 {
    margin-top: 0
}

@media only screen and (min-width:800px) {
    #dedicated .featured {
        padding: 6em 0;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }
    #dedicated .tab-panel>div.featured {
        margin-top: -2.25em
    }
    #dedicated .featured img {
        width: 33.3333333333%;
        margin: auto
    }
    #dedicated .featured>div {
        padding: 0 2.5em;
        margin-left: 33.3333333333%;
        display: inline-block;
        vertical-align: middle
    }
    #dedicated .tab-list {
        text-align: center;
        border-bottom: 2px solid #BBCF85
    }
    #dedicated .tab-list ul {
        color: inherit;
        background: 0 0;
        padding-top: 0;
        margin-top: -1px;
        display: inline-block;
        position: static
    }
    #dedicated .tab-list .selected,
    #dedicated .tab-list li,
    #dedicated .tab-list.expanded li {
        display: inline-block
    }
    #dedicated .tab-list .selected {
        position: static
    }
    #dedicated .tab-list .label,
    #dedicated .tab-list a {
        padding: 1em;
        display: inline-block
    }
    #dedicated .tab-list a {
        color: #272727;
        border-top: 1px solid #BBCF85;
        border-left: 1px solid #BBCF85
    }
    #dedicated .tab-list li:last-child a {
        border-right: 1px solid #BBCF85
    }
    #dedicated .tab-list a:hover {
        color: #BBCF85;
        background: 0 0
    }
    #dedicated .tab-list .selected a,
    #dedicated .tab-list .selected a:hover {
        color: #fff;
        background: #BBCF85;
        position: relative
    }
    #dedicated .tab-list .selected a:focus {
        outline: 0
    }
    #dedicated .tab-list .selected a:before {
        border-top: 0;
        border-right: 1em solid transparent;
        border-bottom: 1em solid #fff;
        border-left: 1em solid transparent;
        margin: 0 0 0 -1em;
        top: auto;
        right: auto;
        bottom: -4px;
        left: 50%
    }
    #dedicated .tab-list.expanded .selected a:before {
        border-bottom: 1em solid #fff
    }
}

#domain td.feature {
    color: #272727
}

.intro-domains {
    padding: 1% 0 5%;
    background-color: #d95858
}

.intro-domains .intro-caption {
    position: static;
    text-align: center;
    padding: 0
}

.intro-domains h1,
.section-domains h1 {
    color: #FFF;
    font-family: "Klinic Slab Light";
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .78)
}

header.domain__title {
    text-align: center;
    margin-bottom: 40px
}

header.domain__title h5 {
    text-transform: uppercase
}

.intro-domains h5 {
    color: #FFF;
    text-transform: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .38)
}

.intro-domains p {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .18)
}

.domains .column,
.domains .columns {
    width: 100%;
    float: left;
    box-sizing: border-box
}

.domains .intro-caption {
    position: static;
    text-align: center;
    padding: 0 10%
}

.domain__reasons {
    border-bottom: 1px solid #fff;
    padding: 2% 0;
    margin: 0 5% 5%
}

.section-domains {
    padding: 0;
    width: 100%;
    margin: 0 auto
}

#domains-prices {
    background: #fff
}

#domains-prices .table-bordered {
    border: 4px solid #fff
}

#domains-prices .table-bordered>tbody>tr>th {
    background: #272727;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1em;
    font-family: "Brandon Grotesque Bold", sans-serif;
    text-transform: uppercase;
    text-indent: 1em
}

#domains-prices .table-bordered>tbody>tr>td {
    border: 2px solid #fff
}

#domains-prices .table-bordered>tbody>tr {
    background-color: #fff
}

#domains-prices .table-bordered>tbody>tr:nth-of-type(odd) {
    background-color: #e8e8e8
}

.section-domains .section-container {
    background: #fff;
    margin: 0 auto 5%;
    padding: 25px 30px 50px;
    width: 100%;
    border-radius: 10px;
    text-align: center
}

input#stringinput,
select#customDropdown {
    font-family: "Brandon Grotesque", sans-serif;
    border: 1px solid rgba(217, 88, 88, .39);
    background-color: rgba(255, 255, 255, .05);
    padding: 15px 10px 16px;
    height: 60px;
    line-height: 2.5;
    font-size: 1.3em;
    margin-bottom: 2%
}

input#stringinput {
    color: #272727
}

input#stringinput:focus {
    border-color: #D95858;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 88, 88, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 88, 88, .6)
}

select#customDropdown {
    width: 100%
}

.u-full-width {
    width: 95%;
    padding: 0
}

section#domain-options {
    background: #D95858;
    padding: 5%
}

#domain-options ul {
    list-style: none;
    text-align: center
}

#domain-options ul li {
    display: inline-block;
    padding-right: 15px;
    border-left: 2px solid #fff;
    padding-left: 15px;
    margin-left: 0
}

#domain-options ul li:first-child {
    margin-left: 0;
    border-left: 0;
    padding-left: 0
}

#domain-options a.link {
    color: #fff;
    font-family: "Brandon Grotesque Bold", sans-serif;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear
}

#domain-options a:hover {
    border-bottom: 2px solid #fff
}

.name {
    width: 100%;
    margin: 1em auto;
}

.lastname {
    width: 100%;
    margin-left: 1%
}

.email {
    width: 100%;
    display: block;
    margin-bottom: 5%
}

.link,
.link-white {
    display: inline-block;
    text-decoration: underline
}

.black-link {
	text-decoration:underline;
	font-weight:900;
	color:#272727
}

.build-step-content>h1 {
    color: #ffab4e;
    font-size: 42px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: capitalize
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    border: 1px solid #FFAB42;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
    content: '✓';
    position: absolute;
    top: 0;
    left: 3px;
    color: #272727;
    font-weight: 700;
    transition: all .1s
}

[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

label:hover:before {
    border: 1px solid #fda12f!important
}

.form-container {
    padding: 0 10%
}


.form-container p {
    margin: 5% auto;
    font-size: 1em;
    color: #FDA12F
}

.form-aligned .control-group {
    margin-bottom: .5em
}

.intro-caption>h6 {
    font-size: 25px;
    text-transform: uppercase
}

.link {
    color: #ffab42
}

.link-white {
    color: #fff;
    font-family: "Vollkorn Italic", serif;
    letter-spacing: -.02em;
    font-weight: 600
}

.pprice,
.ptitle {
    font-weight: 700
}

.affsuccess {
    background-color: rgba(216, 188, 148, .6);
    border: 5px solid rgba(244, 187, 107, .7);
    border-radius: 10px;
    margin-top: 1.7%;
    padding: 50px 75px 20px;
    width: 50%
}

.iconok {
    font-size: 27px;
    color: green
}

.iconno-title,
.iconok-title {
    font-size: 27px;
    color: #FFF
}

.iconno {
    font-size: 27px;
    color: #dd2929
}

.theader {
    text-align: center;
    color: #FFF
}

.ptitle {
    font-size: 22px;
    margin: 7px
}

.pprice {
    padding: 10px
}

.occurance {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border: none
}

.cfeature,
.cfeature-title {
    padding: 10px;
    font-family: "Brandon Grotesque Bold", sans-serif
}

.cfeature-title {
    text-transform: none;
    color: #FEA701;
    font-size: larger;
    line-height: 1
}

#shared .content h6,
.cfeature,
.content-bg h6,
th {
    text-transform: uppercase
}

.ccfreature-text {
    font-size: 24px;
    line-height: 1.2;
    font-family: "Brandon Grotesque Bold", sans-serif;
    text-align: center
}

.feature {
    margin-bottom: 3px
}

.infos {
    background: #FFF;
    padding: 2% 0 1.5% 3%
}

.infos-pay {
    background-color: #272727;
    padding: 3% 0 1.5% 3%;
    line-height: 1.65
}

.premium,
.professional {
    background: #FFF;
    padding: 2.25% 0
}

.professional-pay,
.theader.premium,
.theader.professional {
    background-color: #272727
}

.professional-pay {
    padding: 2% 0
}

.bottom-filler,
.header-filler {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    float: left
}

.header-filler {
    width: 30%;
    min-height: 171px
}

.bottom-filler {
    width: 25%;
    min-height: 80px
}

.ccfreature {
    text-align: center;
    font-size: 2em
}

.nav-tabs.nav-justified>li>a {
    color: #FED284
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>li>a:hover {
    color: #fda12f
}

.content-bg {
    padding: 2%;
    background-color: #FEA701;
    color: #FFF!important
}

.content-bg h6 {
    color: #fff;
    font-size: 1em
}

.bottom-link {
    margin: 0 auto 5%;
    font-family: 'Brandon Grotesque Bold', sans-serif
}

.bottom-link a {
    color: #272727
}

@media(max-width:767px) {
    .bottom-filler,
    .header-filler,
    .mobile-img {
        display: none
    }
    .theader.premium {
        padding-bottom: 5%
    }
    .weebly-features {
        margin: 0 0 0 5%
    }
    .weebly-features ul {
        text-align: center
    }
    .weebly-features li {
        display: inline-block;
        margin-right: 10%
    }
    .weebly-features li~li {
        margin-right: 10%
    }
    .professional-pay {
        padding: 5% 0
    }
}

span sup {
    font-size: .5em
}

.first.header-list,
.header-list {
    list-style-image: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/icons/bullet.png);
    margin-bottom: .75em
}

#hosting-plans .first-op,
.bottom {
    margin-bottom: 5%
}

.header-list.call ul {
    list-style: none
}

.intro-alt ul li {
    padding: 5px 0 5px 19px;
    font-weight: 400
}

#shared .header-list ul span,
.header-list ul span {
    font-weight: 800
}

#business .enterprise,
#business .small-business,
#business .startup,
#reseller .large-reseller,
#reseller .medium-reseller,
#reseller .small-reseller,
#shared .large-shared,
#shared .medium-shared,
#shared .tiny-shared,
#sitelock .basic,
#sitelock .enterprise,
#sitelock .sl-premium,
#build .weebly,
#webdesign .webdesign-panel {
    border: 1px solid
}

#business .enterprise>.panel-heading,
#business .small-business>.panel-heading,
#business .startup>.panel-heading,
#reseller .large-reseller>.panel-heading,
#reseller .medium-reseller>.panel-heading,
#reseller .small-reseller>.panel-heading,
#shared .large-shared>.panel-heading,
#shared .medium-shared>.panel-heading,
#shared .tiny-shared>.panel-heading,
#webdesign .webdesign-panel>.panel-heading {
    padding: 5% 0
}

#hosting-plans .panel-body {
    text-align: center
}

#hosting-plans .panel-body h6 {
    text-transform: uppercase;
    font-size: 1em
}

#hosting-plans .plan-img {
    width: 100%;
    max-width: 230px
}

.m-rt5 {
    margin-right: 5%
}

.right-align {
    text-align: right
}

.all {
    display: inline-block;
    margin: 5%
}

.padbot5 {
    padding-bottom: 5%!important
}

.padbot30 {
    padding-bottom: 30px!important
}

#shared .intro-alt h2.shared-strong {
    font-size: 22px
}

@media (min-width:992px) {
    #shared .intro-alt h2.shared-strong {
        font-size: 30px;
        text-align: left
    }
    .top-heavy {
        margin-top: -2em;
        margin-bottom: 0
    }
	
	#shared select{
		width:50%;
	}
}

@media (min-width:768px) {
    #shared .intro-alt h2.shared-strong {
        text-align: left
    }
}

#shared .intro-alt ul.dropdown-menu li {
	padding:0;
	margin:0 auto;
}

#shared .dropdown-menu>li>a {
	line-height:24px;
	font-family: "Brandon Grotesque Bold", sans-serif;

}

#shared .dropdown-menu>li>a:hover,  #shared .dropdown-menu>li>a:focus {
    background: #ffab42;
	color:#fff;
}

#shared .label,
td.feature.even,
td.feature.odd {
    text-align: center
}

#shared .header-list {
    margin-bottom: .75em
}

#shared .intro-alt ul li {
    padding: 5px 0 5px 19px
}

#shared .best-plans {
    background: #FFF;
    border-top: #FDFAF4 solid thin
}

#shared .section-head h1 {
    color: #fda12f
}

#shared .love-shared {
    border: 1px solid #50ab79
}

#shared .love-shared>.panel-heading {
    color: #fff;
    background-color: #50ab79;
    border-color: #50ab79
}

#shared .love-shared>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bfd87c
}

#shared .love-shared>.panel-heading .badge {
    color: #bfd87c;
    background-color: #fff
}

#shared .love-shared>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bfd87c
}

#shared .tiny-shared {
    border-color: #83c5a0
}

#shared .tiny-shared>.panel-heading {
    color: #fff;
    background-color: #83c5a0;
    border-color: #83c5a0
}

#shared .tiny-shared>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #83c5a0
}

#shared .tiny-shared>.panel-heading .badge {
    color: #c9de8f;
    background-color: #fff
}

#shared .tiny-shared>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #c9de8f
}

#shared .shared-price {
    font-family: "Brandon Grotesque Bold", sans-serif;
    font-weight: 800;
    color: #272727;
    display: block;
    font-size: 50px;
    line-height: 50px
}

#shared .shared-price .line-through {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 40px;
    color: #4d4d4d
}

#shared .shared-price .promo {
    color: #FFAB42
}

#shared .medium-shared {
    border-color: #60b586
}

#shared .medium-shared>.panel-heading {
    color: #fff;
    background-color: #60b586;
    border-color: #60b586
}

#shared .medium-shared>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #b6d367
}

#shared .medium-shared>.panel-heading .badge {
    color: #b6d367;
    background-color: #fff
}

#shared .medium-shared>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #b6d367
}

#shared .label {
    border: 1px solid transparent;
    font-family: "Klinic Slab Book Italic", sans-serif;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    text-decoration: none
}

#shared .shared-title {
    font-family: "Klinic Slab Light", serif;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    width: 100%
}

#shared .shared-title>a {
    color: inherit
}

#shared .shared-title.love {
    position: relative;
    z-index: 1
}

#shared .shared-title.love::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 4px;
    right: 20px;
    width: 400px;
    height: 30px;
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/services/heart.png) center center no-repeat;
    background-size: 22px 22px
}

#shared .label.love {
    position: relative;
    z-index: 1
}

#shared .label.love::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 6px;
    right: 0;
    width: 186px;
    height: 15px;
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/services/heart.png) center center no-repeat;
    background-size: 14px 14px
}

#shared .shared-title.large::before,
#shared .shared-title.medium::before,
#shared .shared-title.tiny::before {
    content: "";
    right: 55px;
    width: 400px
}

#shared .shared-title.tiny {
    position: relative;
    z-index: 1
}

#shared .shared-title.tiny::before {
    position: absolute;
    z-index: -1;
    bottom: 4px;
    height: 18px;
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/services/shared-slice.png) center center no-repeat;
    background-size: 24px 16px;
    right: 25px
}

#shared .shared-title.medium {
    position: relative;
    z-index: 1
}

#shared .shared-title.medium::before {
    position: absolute;
    z-index: -1;
    top: -6px;
    height: 42px;
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/services/shared-orange.png) center center no-repeat;
    background-size: 34px 38px
}

#shared .shared-title.large {
    position: relative;
    z-index: 1
}

#shared .shared-title.large::before {
    position: absolute;
    z-index: -1;
    bottom: 1px;
    height: 38px;
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/services/shared-oranges.png) center center no-repeat;
    background-size: 55px 40px
}

#shared .large-shared {
    border-color: #489a6d
}

#shared .large-shared>.panel-heading {
    color: #fff;
    background-color: #489a6d;
    border-color: #489a6d
}

#shared .large-shared>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #95b736
}

#shared .large-shared>.panel-heading .badge {
    color: #95b736;
    background-color: #fff
}

#shared .large-shared>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #95b736
}

#shared .panel>.shared-list .shared-list-item {
    border-width: 1px 0;
    border-radius: 0
}

#shared .panel>.shared-list:first-child .shared-list-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#shared .panel>.shared-list:last-child .shared-list-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#shared .panel-heading+.shared-list .shared-list-item:first-child,
#shared .shared-list+.panel-footer {
    border-top-width: 0
}

#shared .shared-list {
    padding-left: 0;
    margin-bottom: 20px
}

#shared .shared-list-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #e5efca;
    border-bottom: 1px solid #e5efca;
    margin: 0
}

#shared .tab-list li,
#shared .tab-view.hidden .tab-list {
    display: none
}

#shared .shared-list-item:first-child {
    border-top-left-radius: none;
    border-top-right-radius: none
}

#shared .shared-list-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: none;
    border-bottom-left-radius: none
}

#shared .plans-include {
    background: #F6F1E5
}

#shared .plans-include header {
    padding: 2.5% 0 0;
    margin-bottom: 2.5%
}

#shared .plans-include ul {
    margin: 5% 0
}

#shared .plans-include ul li {
    margin: 0 auto;
    padding: 0 0 5%
}

#shared .plan-items {
    overflow: hidden;
    list-style: none inside
}

#shared .plan-image {
    float: left;
    height: 65px;
    padding-right: 25px;
    width: auto;
    margin-top: 2em
}

#shared .content h6 {
    font-size: 1em
}

#shared .ded-tab ul {
    text-indent: -1em;
    margin-left: 1em
}

#shared .ded-tab ul li span {
    color: #fda12f
}

#shared .ded-tabs {
    color: #50ab79
}

#shared .tab-view+#testimonial {
    margin: 4em 0 0
}

#shared .tab-list {
    line-height: 2;
    font-weight: 700;
    background: #fff;
    margin-bottom: 1em
}

#shared .tab-list ul {
    color: #fff;
    background: #fff;
    padding: 3.5em 0 0;
    margin: 0;
    list-style: none;
    position: relative
}


#shared .tab-list .selected {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

#shared .tab-list.expanded li {
    display: list-item
}

#shared .tab-list .label,
#shared .tab-list a {
    padding: 1em;
    display: block
}

#shared .tab-list a {
    font-family: "Brandon Grotesque Regular", sans-serif;
    font-weight: 800;
    color: #fff;
    background-color: #50ab79
}

.feature,
table.comparison-matrix>tbody>tr>td,
th {
    font-family: "Brandon Grotesque Bold", sans-serif;
	vertical-align:middle;
}

#shared .tab-list a:hover {
    text-decoration: none;
    background: #489a6d
}

#shared .tab-list .selected a,
#shared .tab-list .selected a:hover {
    background: #489a6d
}

#shared .tab-list .selected a {
    border-color: transparent
}

#shared .tab-list .selected a:before {
    width: 0;
    height: 0;
    content: '';
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    margin-top: -5px;
    position: absolute;
    top: 20%;
    right: 1em
}

#shared .tab-list.expanded .selected a:before {
    border-top: 0;
    border-bottom: 4px solid #50ab79
}

#shared .tab-panel {
    display: none
}

#shared .tab-panel.selected {
    display: block
}

#shared .featured img,
#shared .tab-list.logos a img {
    display: none
}

#shared .container .feat {
    height: auto;
    min-height: 240px
}

#shared .featured {
    max-width: 87.5em;
    padding: 0 2.625em;
    margin: 3em auto
}

#shared .featured h2 {
    margin-top: 0
}

#shared .featured p:last-of-type,
.right-product-grid .grid-col.seven-twelfths p:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width:800px) {
    #shared .featured {
        padding: 6em 0;
        margin: 0 auto 3em;
        position: relative;
        overflow: hidden
    }
    #shared .tab-panel>div.ded-tab {
        margin-top: -2.25em
    }
    #shared .featured img {
        width: 33.3333333333%;
        margin: auto
    }
    #shared .featured>div {
        padding: 0 2.5em;
        margin-left: 33.3333333333%;
        display: inline-block;
        vertical-align: middle
    }
    #shared .tab-list .selected,
    #shared .tab-list li,
    #shared .tab-list ul,
    #shared .tab-list.expanded li {
        display: inline-block
    }
    #shared .tab-list {
        text-align: center;
        background: #F6F1E5;
        border-bottom: 2px solid #50ab79
    }
    #shared .tab-list ul {
        color: inherit;
        background: 0 0;
        padding-top: 0;
        margin-top: -10px;
        position: static
    }
    #shared .tab-list .selected {
        position: static
    }
    #shared .tab-list .label,
    #shared .tab-list a {
        padding: 1em;
        display: inline-block
    }
    #shared .tab-list a {
        color: #50ab79;
        background: 0 0;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent
    }
    #shared .tab-list li:last-child a {
        border-right: 1px solid transparent
    }
    #shared .tab-list a:hover {
        color: #489a6d;
        background: 0 0
    }
    #shared .tab-list .selected a,
    #shared.tab-list .selected a:hover {
        color: #fff;
        background: #489a6d;
        position: relative
    }
    #shared .tab-list .selected a:focus {
        outline: 0
    }
    #shared .tab-list .selected a:before {
        border-top: 0;
        border-right: 1em solid transparent;
        border-bottom: 1em solid #fff;
        border-left: 1em solid transparent;
        margin: 0 0 0 -1em;
        top: auto;
        right: auto;
        bottom: -3px;
        left: 50%
    }
    .share-tab {
        padding-top: 12px;
        margin-bottom: 5%
    }
    #shared .tab-list.expanded .selected a:before {
        border-bottom: 1em solid #fff
    }
}

td,
th {
    padding: 10px;
    font-size: 18px
}

.comparison-matrix {
    width: 100%;
    margin-bottom: 1em
}

table.comparison-matrix>thead {
    border-top: #FFAB42
}

table.comparison-matrix>thead>tr>th {
    background-color: #FFAB42;
    border: 3px solid #FFAB42
}

table.comparison-matrix>tbody>tr {
    background: #fff
}

table.comparison-matrix>tbody>tr:nth-of-type(odd) {
    background-color: #e5efca
}

table.comparison-matrix>tbody>tr>td {
    border: 3px solid #e5efca
}

table.comparison-matrix>tbody>tr>td.odd,
table.comparison-matrix>tbody>tr>td::nth-of-type(even) {
    border: 3px solid #fff
}

table {
    border-collapse: collapse
}

@media screen and (max-width:767px) {
    .table-responsive {
        border: none
    }
}

th {
    color: #fff
}

.subhead {
    color: #FDA12F
}

.feature {
    color: #1e1e1e
}

td.feature.head,
th.subhead {
    text-transform: none;
    text-align: left;
    text-indent: 8px
}

#pricing-table,
.pricing-table {
    padding: 10px 20px;
    text-align: center;
    border-radius: 0
}

.table-bordered>tbody>tr>th.odd {
    font-family: "Klinic Slab Light", serif;
    font-size: 1.4em;
    text-transform: none;
    font-weight: 700;
    color: #fff;
    background: #BBCF85;
    border: 1px solid #BBCF85;
    vertical-align: middle;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    white-space: nowrap;
    line-height: 1
}

.table-bordered>tbody>tr>th.odd span {
    font-family: "Brandon Grotesque Regular", sans-serif;
    font-size: .65em;
    display: block;
    font-weight: 400;
    text-shadow: none;
    text-transform: lowercase
}

.price-alt,
table,
td,
th {
    text-transform: uppercase;
	text-align:center;
}

table>tbody.cloud>td:nth-of-type(even),
table>tbody.cloud>tr:nth-of-type(even) {
    background-color: #f2f6e8
}

.border,
table>tbody.cloud>td:nth-of-type(odd),
table>tbody.cloud>tr:nth-of-type(odd) {
    background-color: #fff
}

.table-bordered>tbody>tr>td.subhead,
.table-bordered>tbody>tr>th.subhead,
.table-bordered>thead>tr>td.subhead,
.table-bordered>thead>tr>th.subhead {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

td.feature i.fa.fa-check {
    color: #FDA12F
}

td.feature.head {
    color: #272727
}


.border {
    border-color: #000;
    border-width: thin
}

.green {
    background: #bdcf5f
}

.price {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    font-family: "Brandon Grotesque Bold", sans-serif;
	font-size:3em;
}

.price-alt {
    color: #ffab42;
    font-family: "Brandon Grotesque Black", sans-serif
}

.green.aso.check {
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/css/images/ico-check.png) center center no-repeat
}

.red.cross {
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/css/images/ico-x-table.html) center center no-repeat, #df958f
}

#reseller .intro-alt h2.reseller-strong {
    font-size: 22px
}

@media (min-width:992px) {
    #reseller .intro-alt h2.reseller-strong {
        font-size: 30px;
        text-align: left
    }
}

@media (min-width:768px) {
    #reseller .intro-alt h2.reseller-strong {
        text-align: left
    }
}

#reseller .reseller-strong {
    font-weight: 700;
    font-size: 1.1em
}

#reseller .business-plans {
    background: #FFF;
    border-top: #FDFAF4 solid thin
}

#reseller .section-head h1 {
    color: #fda12f
}

#reseller .small-reseller {
    border-color: #ffb65c
}

#reseller .small-reseller>.panel-heading {
    color: #fff;
    background-color: #ffb65c;
    border-color: #ffb65c
}

#reseller .small-reseller>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffb65c
}

#reseller .large-reseller>.panel-heading+.panel-collapse>.panel-body,
#reseller .medium-reseller>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffe2be
}

#reseller .small-reseller>.panel-heading .badge {
    color: #ffe2be;
    background-color: #fff
}

#reseller .small-reseller>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ffe2be
}

#reseller .price {
    font-family: "Brandon Grotesque Bold", sans-serif;
    font-weight: 800;
    color: #272727;
    display: block;
    font-size: 50px;
    line-height: 50px
}

#reseller .content h6,
#reseller .plan-items h6 {
    text-transform: uppercase;
    font-size: 1em
}

#reseller .medium-reseller {
    border-color: #FFAB42
}

#reseller .medium-reseller>.panel-heading {
    color: #fff;
    background-color: #FFAB42;
    border-color: #FFAB42
}

#reseller .medium-reseller>.panel-heading .badge {
    color: #FFAB42;
    background-color: #fff
}

#reseller .medium-reseller>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #FFAB42
}

#reseller .large-reseller {
    border-color: #fda12f
}

#reseller .large-reseller>.panel-heading {
    color: #fff;
    background-color: #fda12f;
    border-color: #fda12f
}

#reseller .large-reseller>.panel-heading .badge {
    color: #fda12f;
    background-color: #fff
}

#reseller .large-reseller>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fda12f
}

#reseller .title {
    font-family: "Klinic Slab Light", serif;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    width: 100%
}

#reseller .title>a {
    color: inherit
}

#reseller .panel>.shared-list {
    margin-bottom: 0
}

#reseller .panel>.shared-list .shared-list-item {
    border-width: 1px 0;
    border-radius: 0
}

#reseller .panel>.shared-list:first-child .shared-list-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#reseller .panel>.shared-list:last-child .shared-list-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#reseller .panel-heading+.shared-list .shared-list-item:first-child,
#reseller .reseller-list+.panel-footer {
    border-top-width: 0
}

#reseller .reseller-list {
    padding-left: 0;
    margin-bottom: 20px
}

#reseller .reseller-list-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #FED284
}

#reseller .reseller-list-item:first-child {
    border-top-left-radius: none;
    border-top-right-radius: none
}

#reseller .reseller-list-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: none;
    border-bottom-left-radius: none
}

#reseller .reseller-advantages,
#reseller .reseller-includes {
    background: #fff
}

#reseller .reseller-advantages header,
#reseller .reseller-includes header #business .mts-header header {
    background: #BBCF85;
    padding: 12px
}

#reseller .reseller-advantages ul,
#reseller .reseller-includes ul {
    margin: 5% 0
}

#reseller .reseller-advantages ul li,
#reseller .reseller-includes ul li {
    margin: 0 auto;
    padding: 0 0 5%
}

#reseller .plan-items {
    overflow: hidden;
    list-style: none inside
}

#reseller .plan-items .link-red {
    color: #BBCF85
}

#reseller .plan-image {
    float: left;
    height: 65px;
    padding-right: 25px;
    width: auto
}

@media (min-width:992px) {
    #reseller .container.first {
        margin: 3em auto
    }
    #reseller .first .lead h4 {
        font-size: 2em;
        font-family: "Brandon Grotesque Bold", sans-serif;
        color: #FFAB42
    }
    #reseller .row-wrapper img {
        max-width: 200px;
        width: 100%
    }
    #reseller .mts {
        background: #f1f8f5
    }
    #reseller .row-wrapper.header {
        background: #BBCF85
    }
    #reseller .six-header h1 {
        font-size: 3em;
        color: #fff;
        margin: 0
    }
}

#reseller .row-wrapper {
    padding: 0;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat
}

.footer-bottom,
.footer-top {
    background: url(../img/patterns/footer-bg.jpg) #272727
}

#footer li,
#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline
}

#footer li:first-child,
#footer li~li {
    margin-right: 1em
}

.footer-top {
    border-bottom: 1px solid #FFAB42;
    color: #A1A1A1;
    padding: 20px 0 0
}

.footer-bottom {
    line-height: 38px;
    padding: 15px;
    font-family: "Brandon Grotesque", sans-serif;
    color: #FFAB42
}

.footer-bottom .right {
    text-align: right
}

.social-icons-footer-bottom {
    float: right;
    margin: 6px 0 0
}

.social-icons-footer-bottom li {
    display: inline;
    margin-right: 1em!important;
    list-style: none;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0
}

.social-icons-footer-bottom li i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 16px;
    padding-top: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none
}

.contact-us {
    margin: 15px 0 0
}

.business-hour i {
    margin-right: 5px
}

footer .contact-us a {
    font-family: "Brandon Grotesque Bold", sans-serif;
	font-size:14px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #F6F1E5!important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}


footer .contact-us a:hover {
    color: #FFAB42!important;
    text-decoration: none
}

footer .hiring {
    text-transform: none!important;
    font-style: italic;
    font-weight: 200;
    text-decoration: underline;
    letter-spacing: .3px;
    word-spacing: 1.5px;
    margin-left: 4px;
    padding: 3px 8px;
    border-radius: 4px
}

#accordion h5,
#accordion h6 {
    text-transform: uppercase;
    outline: 0
}

footer .hiring:hover {
    color: #FFAB42!important
}

.footer-one img {
    width: 100%;
    max-width: 120px
}

.contact-us li i {
    color: #777;
    float: left;
    margin: 4px 0 0
}

.contact-us p {
    line-height: 24px;
    margin-left: 20px;
    margin-top: -2px
}

.contact-us li p strong {
    color: #767676;
    float: left;
    font-weight: 600;
    margin: 0 5px 5px 0
}

.contact-pad {
    padding-bottom: 20px
}

.subscribe-btn {
    height: 44px;
    padding: 6px 16px;
    background-image: none;
    color: #fff;
    text-shadow: none;
    border: none
}

.subscribe-btn i {
    line-height: 32px
}

.subscribe {
    height: 38px!important;
    width: 100%
}

#not-found {
    margin: 60px 0 45px
}

#not-found h2 {
    font-size: 200px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 210px;
    text-align: center
}

#not-found p {
    color: #9e9e9e;
    font-size: 32px;
    line-height: 48px;
    text-align: center
}

#not-found i {
    color: #F03;
    font-size: 210px;
    position: relative;
    top: -12px
}

.back-home p {
    text-align: center!important;
    margin: 0 auto
}

.back-home .search-form {
    width: 290px;
    margin: 30px auto 0
}

.sitemap {
    margin-bottom: 15px
}

blockquote {
    border-left: 4px solid #E0E1E7
}

ul.why {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.why li {
    margin: 7px 0
}

ul.why li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: relative;
    color: #fff;
    background: #777;
    border-radius: 100%;
    margin: 0 7px 0 0;
    padding: 3px
}

.services-big div.content-box div.content-box-icon {
    border-radius: 4px;
    display: block;
    float: none;
    position: relative
}

.services-big div.content-box div.content-box-icon img {
    border-radius: 4px
}

.services-big .content-box-icon span {
    z-index: 4;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: #777
}

.services-big .content-box-icon i {
    color: #fff;
    float: left;
    font-size: 48px;
    line-height: 130px;
    left: 34%;
    position: relative;
    z-index: 5
}

.services-big div.content-box div.content-box-info {
    padding-left: 0
}

.services-big h4 {
    margin: 20px 0
}

.services-big img {
    width: 100%
}

.divider {
    margin: 1.5em 0
}
.divider h6 {
	margin-bottom:0;
}
.top-pad {
    margin-top: 25px
}

#accordion .ui-accordion-content p {
  color:#fff;
}
#accordion .ui-accordion-content p,
.no-divider {
    margin: 0
}

.bottom-pad {
    margin-bottom: 60px
}

.bottom-pad-small {
    margin-bottom: 30px
}

.no-bottom-pad {
    margin-bottom: 0!important;
    padding-bottom: 0!important
}

input.form-control,
textarea.form-control {
    border: 1px solid #CCC;
    background: #fff!important;
}

.form-control {
    height: 44px
}

input:focus,
input:hover,
textarea:focus,
textarea:hover {
	border-color:#ffab42;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(	255, 171, 66, 0.5);
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(	255, 171, 66, 0.6);
  	outline: 0 none;
}

#accordion {
    margin-bottom: 5%
}

#accordion h6 {
    position: relative;
    margin: 0;
    padding: 13px 0 16px;
    font-weight: 700;
    line-height: 1;
    font-size: 1em;
    color: #FDFAF4;
    cursor: pointer;
    border-bottom: 1px solid #dadada;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    font-family: "Brandon Grotesque", sans-serif
}

#accordion h6.ui-accordion-header-active {
    color: #F6F1E5;
    border-bottom: 1px solid #F6F1E5;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, .7)
}

#accordion h6:hover {
	color:#fff;
}
#accordion h6:before {
    content: '+';
    position: absolute;
    top: 13px;
    right: 0;
    width: 23px;
    height: 23px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    background-color: #FFAB42
}

#accordion h6.ui-accordion-header-active:before {
    content: '-';
    padding-top: 3px;
    line-height: 17px;
    background-color: #fff;
    color: #000
}

#accordion .ui-accordion-content {
    padding: 4px 0 26px;
    border-bottom: 1px solid #c8c8c8
}

.contact-box:hover,
.panel {
    border: none
}

.contact-box,
.contact-box h3,
.contact-box i,
.contact-box p {
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    -o-transition: all .5s ease-in-out 0;
    -ms-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0
}

.contact-box {
    text-align: center!important;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .05) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .05) inset;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    margin: 0 0 20px;
    padding: 32px 28px
}

.panel,
.progress,
.well {
    box-shadow: none
}

.contact-box i {
    font-size: 48px
}

.progress {
    height: 40px;
    background: #fff
}

.progress .progress-bar {
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
    text-align: left
}

a.mobile-menu {
    color: #000;
    cursor: pointer
}

.mobile-menu {
    height: 40px;
    position: absolute;
    right: 0;
    top: 25px
}

.ch-info-wrap img,
.host-item {
    position: relative;
    text-align: center
}

.host-item {
    width: 100%;
    height: 100%;
    cursor: default
}

#accordion h4,
#accordion h5,
.testi-client>ul li:focus,
.testi-client>ul li:hover {
    cursor: pointer
}

.ch-info-wrap img {
    z-index: 5
}

.ch-info,
.ch-info-wrap,
.ch-info>div {
    position: absolute
}

.ch-info-wrap {
    width: 100px;
    height: 100px;
    top: 10px;
    left: 10px
}

.ch-info {
    width: 200px;
    height: 200px;
    text-align: center
}

.ch-info>div {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center
}

.menu>ul li {
    float: none
}

.navbar-toggle {
    border: none;
    border-radius: 2px;
    padding: 9px 10px 5px
}

button,
input,
select,
textarea {
    font-family: "Brandon Grotesque Regular", sans-serif
}

.avatar,
header nav li,
ol li ol.childlist .comment-des {
    float: left
}

#footer h3,
#options li a.selected,
.contact-box:hover,
.contact-box:hover h3,
.content-box:hover>.content-box-icon i,
div.content-box div.content-box-icon:hover,
div.content-box div.content-box-icon:hover i,
footer .social li:hover i,
footer a {
    color: #fff
}

header .top-bar a {
    font-family: "Klinic Slab Light", serif;
    color: #FFAB42;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 15px;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

header .top-bar a:hover {
    color: #dd7b02!important
}

header .top-bar a:last-child {
    padding-left: 3px
}

.contact-box p {
    text-align: center!important
}

.accordionMod .accordion-group,
.panel-group .panel {
    margin-bottom: 15px
}

.panel {
    border-radius: 4px
}

.well {
    background: #E8E8E8;
    border: none
}

.ico {
    display: inline-block;
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/ico/sprite.png) no-repeat;
    vertical-align: middle
}

.ico-arrow-right {
    width: 15px;
    height: 11px;
    background-position: -63px -48px
}

.ico-arrow-down {
    width: 12px;
    height: 7px;
    background-position: 0 -64px
}

.ico-diagrama {
    width: 64px;
    height: 64px;
    background-position: -476px -78px
}

.ico-list {
    width: 64px;
    height: 54px;
    background-position: -94px 0
}

.ico-mail {
    width: 64px;
    height: 64px;
    background-position: -330px 0
}

.ico-lock {
    width: 58px;
    height: 47px;
    background-position: -263px -1px
}

.ico-perf {
    width: 64px;
    height: 60px;
    background-position: -181px 0
}

.ico-eye {
    width: 65px;
    height: 34px;
    background-position: 0 -82px
}

.ico-cup {
    width: 44px;
    height: 67px;
    background-position: -507px 0
}

.ico-diamond {
    width: 64px;
    height: 54px;
    background-position: -387px -88px
}

.ico-notebook {
    width: 48px;
    height: 64px;
    background-position: -325px -79px
}

.ico-bag {
    width: 64px;
    height: 48px;
    background-position: -4px -161px
}

.ico-folder {
    width: 64px;
    height: 64px;
    background-position: -162px -84px
}

.ico-umbrella {
    width: 64px;
    height: 64px;
    background-position: -246px -83px
}

.ico-clock {
    width: 59px;
    height: 64px;
    background-position: -408px 0
}

.ico-flag {
    width: 44px;
    height: 64px;
    background-position: -92px -83px
}

.ico-list-secondary {
    width: 64px;
    height: 54px;
    background-position: -93px -168px
}

.ico-x,
.ico-x-alt {
    width: 28px;
    height: 28px
}

.ico-x {
    background-position: -184px -183px
}

.ico-x-alt {
    background-position: -239px -183px
}

.ico-weebly {
    width: 74px;
    height: 67px;
    background-position: -476px -150px
}

img.hover-bullet {
    margin-top: -8px
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px
}

.section-links {
    position: relative;
    padding: 2.5% 0;
    background: #ffab42;
    text-align: center;
    color: #fff
}

.section-links:after {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 12px;
    background: url(http://atlantabridgescapecompetition.com/img-sys/assets/img/patterns/section-links-orange.png) repeat-x
}

#sitelock .intro-alt,
#webdesign .intro-alt {
    background: #F7F8F3;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F7F8F3', endColorstr='#A7D4D8', GradientType=0);
    position: relative;
    overflow: hidden
}

.section-links-alt:after {
    display: none;
    padding-top: 91px
}

#sitelock .label,
.section-links a:hover {
    text-decoration: none
}

.section-links p {
    font-size: 1em
}

#sitelock .intro-alt {
    padding: 2.5% 0 0;
    background: -moz-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F8F3), color-stop(.27, #e0f0e8), color-stop(.5, #d8ecee), color-stop(.8, #cae5e8), to(#A7D4D8));
    background: -o-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%)
}

#sitelock .intro-alt h2.shared-strong {
    font-size: 22px
}
#sitelock .header-list p {
	padding-left:0;
}

#sitelock .server-list>div ul li p>span.amount {
	font-size:2em;
	font-family:"Brandon Grotesque Black", sans-serif;
}

#sitelock ul.plan-items h6 {
	text-transform:uppercase;
}
#sitelock ul.plan-items li h6 {
	line-height:2
}
.sitelock-table .server-list>div ul li {
		display: table;
        height: 2em;
        margin: 0;
		width:100%
}


.sitelock-table .server-list>div ul li:first-child {
		display: table;
        border-right: 1px solid #d6d6d6;
        height: 2em;
	}
.sitelock-table .server-list>div ul li:last-child {
		display: table;
        float: none;
        width: 100%;
		vertical-align:middle;
        padding-top: 0;
        margin: 0;
		border-right: none;
}
@media (min-width:992px) {
	.sitelock-table .server-list>div ul li {
		display: table;
        float: left;
        width: 12%;
        border-right: 1px solid #d6d6d6;
        height: 2em;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
}
	.sitelock-table .server-list>div ul li:first-child {
		display: table;
        float: left;
        width: 20%;
        border-right: 1px solid #d6d6d6;
        height: 2em;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0
	}
.sitelock-table .server-list>div ul li:last-child {
		display: table;
        float: none;
        width: 20%;
		vertical-align:middle;
        padding-top: 0;
        margin: 0;
		border-right: none;
}


}


@media (min-width:992px) {
    #sitelock .intro-alt h2.shared-strong {
        font-size: 30px;
        text-align: left
    }
}

@media (min-width:768px) {
    #sitelock .intro-alt h2.shared-strong {
        text-align: left
    }
}

#sitelock .header-title {
    font-family: "Klinic Slab Light", serif;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    width: 100%
}

#sitelock .header-title>a {
    color: inherit
}

#sitelock .label {
    border: 1px solid transparent;
    font-family: "Klinic Slab Book Italic", sans-serif;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #D95858;
    text-align: center;
    vertical-align: baseline
}

#webdesign .price {
    font-family: "Brandon Grotesque Bold", sans-serif
}
#sitelock .section-sitelock {
    background: #FDFAF4
}

.section-sitelock h1 {
	color:#ffab42;
	margin-bottom:1em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

#sitelock ul.plan-items {
	margin-bottom:5%
}
#sitelock .plan-image {
	float:left;
	margin-right:5%;
	color:#ffab42
}

#webdesign .intro-alt {
    padding: 6% 0;
    background: -moz-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F8F3), color-stop(.27, #e0f0e8), color-stop(.5, #d8ecee), color-stop(.8, #cae5e8), to(#A7D4D8));
    background: -o-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%)
}

#webdesign h6 {
    font-size: 1.2em
}

body#webdesign #accordion .ui-accordion-content p {
	color:#272727;
}
@media (min-width:992px) {
    #webdesign p.web-strong {
        line-height: 30px;
        margin-bottom: 25px
    }
}

#webdesign .price,
#webdesign .shared-price {
    font-size: 50px;
    line-height: 50px;
    display: block
}

.webdesign header {
    margin-top: 15px
}

.header-1 {
    color: #FFAB42
}

#webdesign .section-1 {
    background: #F7F8F3
}

#webdesign .section-2 {
    margin: 2.5% auto
}

#webdesign .price {
    font-weight: 800;
    color: #272727
}

#webdesign .title {
    font-family: "Klinic Slab Light", serif;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    width: 100%
}

#webdesign .webdesign-panel {
    border-color: #7bbeca
}

#webdesign .webdesign-panel>.panel-heading {
    color: #fff;
    background-color: #7bbeca;
    border-color: #7bbeca
}

#webdesign .webdesign-panel>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #7bbeca
}

#webdesign .webdesign-panel>.panel-heading .badge {
    color: #7bbeca;
    background-color: #fff
}

#webdesign .webdesign-panel>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #c9de8f
}

#webdesign .shared-price {
    font-family: "Brandon Grotesque Bold", sans-serif;
    font-weight: 800;
    color: #272727
}

#webdesign.panel>.webdesign-list {
    margin-bottom: 0
}

#webdesign .panel>.webdesign-list .webdesign-list-item {
    border-width: 1px 0;
    border-radius: 0
}

#webdesign .panel>.webdesign-list:first-child .webdesign-list-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#webdesign .panel>.webdesign-list:last-child .webdesign-list-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#webdesign .panel-heading+.webdesign-list .webdesign-list-item:first-child,
#webdesign .webdesign-list+.panel-footer {
    border-top-width: 0
}

#webdesign .webdesign-list {
    padding-left: 0;
    margin-bottom: 20px
}

#webdesign .webdesign-list-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #e0f0e8;
    border-bottom: 1px solid #e0f0e8
}

#webdesign .webdesign-list-item:first-child {
    border-top-left-radius: none;
    border-top-right-radius: none
}

#webdesign .webdesign-list-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: none;
    border-bottom-left-radius: none
}

.faqs {
    background: #F7F8F3;
    padding-top: 2.5%
}

#accordion h5 {
    position: relative;
    margin: 0;
    padding: 13px 0 16px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1em;
    color: #439AA9;
    border-bottom: 1px solid #7bbeca;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    font-family: "Brandon Grotesque Black", sans-serif
}

#accordion h5 span {
    font-family: "Brandon Grotesque Bold", sans-serif;
    color: #272727;
    text-transform: none
}

#accordion h5 span span {
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 400;
    text-transform: none
}

#accordion h5.ui-accordion-header-active,
#accordion h5:hover {
    color: #3c8997;
    border-bottom: 1px solid #3c8997
}

#accordion h5:before {
    content: '+';
    position: absolute;
    top: 13px;
    right: 0;
    width: 23px;
    height: 23px;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    background-color: #439AA9
}

#accordion h5.ui-accordion-header-active:before {
    content: '-';
    padding-top: 3px;
    line-height: 17px;
    background-color: #7bbeca;
    color: #fff
}

.web-links {
    position: relative;
    padding: 2.5% 0;
    background: #439AA9;
    text-align: center
}

.web-links-alt:after {
    display: none;
    padding-top: 91px
}

.web-links a {
    font-family: "Vollkorn Italic", serif;
    font-size: 1.75em;
    line-height: 1;
    color: #fff;
    text-decoration: underline
}

#why #tabs .tabs-wrapper .nav-tabs li,
#wp-hosting .first .lead h4,
#wp-hosting .price {
    font-family: "Brandon Grotesque Bold", sans-serif
}

.web-links a:hover {
    text-decoration: none
}

#wp-hosting .intro-alt h2.wp-hosting-strong {
    font-size: 22px
}

@media (min-width:992px) {
    #wp-hosting .intro-alt h2.wp-hosting-strong {
        font-size: 30px;
        text-align: left
    }
}

@media (min-width:768px) {
    #wp-hosting .intro-alt h2.wp-hosting-strong {
        text-align: left
    }
}

#accordion h4:before,
#why #first-option .header,
#why #second-option .header,
#why #tabs .header,
#why #tabs .tabs-wrapper .nav-tabs,
#wp-hosting .first .lead h4,
.star-line .icons,
.testi-client {
    text-align: center
}

#wp-hosting .wp-hosting-strong.text-center {
    font-weight: 700;
    font-size: 1.1em
}

#wp-hosting .mts-header a {
    cursor: pointer;
    text-decoration: none;
    color: #fff
}

#wp-hosting a:hover,
a:focus {
    color: #F6F1E5;
    text-decoration: none
}

#wp-hosting .wp-hosting {
    background: #FFF;
    border: thin solid #7bbeca
}

#wp-hosting .section-head h1 {
    color: #fda12f
}

#wp-hosting .wp-hosting>.panel-heading {
    color: #fff;
    background-color: #7bbeca;
    border-color: #7bbeca
}

#wp-hosting .wp-hosting>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ffe2be
}

#wp-hosting .wp-hosting>.panel-heading .badge {
    color: #7bbeca;
    background-color: #fff
}

#wp-hosting .wp-hosting>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #7bbeca
}

#wp-hosting .price {
    font-weight: 800;
    color: #272727;
    display: block;
    font-size: 50px;
    line-height: 50px
}

#wp-hosting .ded-tabs,
#wp-hosting .title {
    font-family: "Klinic Slab Light", serif
}

#wp-hosting .content h6,
#wp-hosting .plan-items h6 {
    font-size: 1em;
    text-transform: uppercase
}

#wp-hosting .title {
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    width: 100%
}

#wp-hosting .title>a {
    color: inherit
}

#wp-hosting .panel>.list-group {
    margin-bottom: 0
}

#wp-hosting .panel>.list-group .list-item {
    border-width: 1px 0;
    border-radius: 0;
    border-top: thin solid #7bbeca;
    border-bottom: thin solid #7bbeca
}

#wp-hosting .panel>.list-group:first-child .list-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#wp-hosting .panel>.list-group:last-child .list-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

#wp-hosting .list-group+.panel-footer,
#wp-hosting .panel-heading+.list-group .list-item:first-child {
    border-top-width: 0
}

#wp-hosting .list-group {
    padding-left: 0;
    margin-bottom: 20px
}

#wp-hosting .list-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #e5efca;
    border-bottom: 1px solid #e5efca
}

#wp-hosting .tab-list li,
#wp-hosting .tab-view.hidden .tab-list {
    display: none
}

#wp-hosting .list-item:first-child {
    border-top-left-radius: none;
    border-top-right-radius: none
}

#wp-hosting .list-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: none;
    border-bottom-left-radius: none
}

#wp-hosting .wp-hosting-advantages,
#wp-hosting .wp-hosting-includes {
    background: #fff
}

#wp-hosting .wp-hosting-advantages header,
#wp-hosting .wp-hosting-includes header #wp-hosting .mts-header header {
    margin-bottom: 1.5%;
    background: #7bbeca
}

#wp-hosting .wp-hosting-advantages ul,
#wp-hosting .wp-hosting-includes ul {
    margin: 5% 0
}

#wp-hosting .wp-hosting-advantages ul li,
#wp-hosting .wp-hosting-includes ul li {
    margin: 0 auto;
    padding: 0 0 5%
}

#wp-hosting .plans-include {
    padding: 2.5% 0;
    background: #F6F1E5;
    box-shadow: 1px 1px 1px rgba(150, 150, 150, .7)
}

#wp-hosting .plans-include header {
    padding: 1% 0;
    margin-bottom: 2.5%
}

#wp-hosting .plans-include ul {
    margin: 5% 0
}

#wp-hosting .plans-include ul li {
    margin: 0 auto;
    padding: 0 0 5%
}

#wp-hosting .plan-items {
    overflow: hidden;
    list-style: none inside
}

#wp-hosting .plan-image {
    float: left;
    padding-right: 25px;
    width: auto;
    margin-top: 2em
}

#wp-hosting .ded-tab ul {
    text-indent: -1em;
    margin-left: 1em
}

#wp-hosting .ded-tab ul li span {
    color: #7bbeca
}

#wp-hosting .ded-tabs {
    font-weight: 800;
    font-size: 1.5em;
    color: #7bbeca;
    margin-top: 2em
}

#wp-hosting .tab-view+#testimonial {
    margin: 4em 0
}

#wp-hosting .tab-list {
    line-height: 2;
    font-weight: 700;
    background: #fff
}

#wp-hosting .tab-list ul {
    color: #fff;
    background: #fff;
    padding: 3.5em 0 0;
    margin: 0;
    list-style: none;
    position: relative
}

#wp-hosting .tab-list li:first-child {
    margin-top: -1.75em
}

#wp-hosting .tab-list .selected {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

#wp-hosting .tab-list.expanded li {
    display: list-item
}

#wp-hosting .tab-list .label,
#wp-hosting .tab-list a {
    padding: 1em;
    display: block
}

#wp-hosting .tab-list a {
    font-family: "Brandon Grotesque Regular", sans-serif;
    font-weight: 800;
    color: #fff;
    background-color: #F6F1E5
}

#wp-hosting .tab-list a:hover {
    text-decoration: none;
    background: #7bbeca
}

#wp-hosting .tab-list .selected a,
#wp-hosting .tab-list .selected a:hover {
    background: #7bbeca
}

#wp-hosting .tab-list .selected a {
    border-color: transparent
}

#wp-hosting .tab-list .selected a:before {
    width: 0;
    height: 0;
    content: '';
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    margin-top: -5px;
    position: absolute;
    top: 20%;
    right: 1em
}

#wp-hosting .tab-list.expanded .selected a:before {
    border-top: 0;
    border-bottom: 4px solid #fff
}

#wp-hosting .tab-panel {
    display: none
}

#wp-hosting .tab-panel.selected {
    display: block
}

#wp-hosting .featured img,
#wp-hosting .tab-list.logos a img {
    display: none
}

#wp-hosting .featured {
    max-width: 87.5em;
    padding: 0 2.625em;
    margin: 3em auto
}

#wp-hosting .featured h2 {
    margin-top: 0
}

#wp-hosting .featured p:last-of-type,
.right-product-grid .grid-col.seven-twelfths p:last-of-type {
    margin-bottom: 0
}

@media only screen and (min-width:800px) {
    #wp-hosting .featured {
        padding: 6em 0;
        margin: 0 auto 3em;
        position: relative;
        overflow: hidden
    }
    #wp-hosting .tab-panel>div.featured {
        margin-top: -2.25em
    }
    #wp-hosting .featured img {
        width: 33.3333333333%;
        margin: auto
    }
    #wp-hosting .featured>div {
        padding: 0 2.5em;
        margin-left: 33.3333333333%;
        display: inline-block;
        vertical-align: middle
    }
    #wp-hosting .tab-list {
        text-align: center;
        background: #F6F1E5;
        padding-top: 50px;
        padding-bottom: 0;
        margin: 0 auto
    }
    #wp-hosting .tab-list ul {
        color: inherit;
        background: 0 0;
        padding-top: 0;
        display: inline-block;
        position: static
    }
    #wp-hosting .tab-list .selected,
    #wp-hosting .tab-list li,
    #wp-hosting .tab-list.expanded li {
        display: inline-block;
        margin-right: 20px;
        margin-left: 20px
    }
    #wp-hosting .tab-list .selected {
        position: static
    }
    #wp-hosting .tab-list .label,
    #wp-hosting .tab-list a {
        padding: 1em;
        display: inline-block
    }
    #wp-hosting .tab-list a {
        color: #b2e0dc;
        border-top: 1px solid transparent;
        border-left: 1px solid transparent
    }
    #wp-hosting .tab-list li:last-child a {
        border-right: 1px solid transparent
    }
    #wp-hosting .tab-list a:hover {
        color: #7bbeca;
        background: 0 0
    }
    #wp-hosting .tab-list .selected a,
    #wp-hosting.tab-list .selected a:hover {
        color: #fff;
        background: #7bbeca;
        position: relative;
        margin-bottom: 1.5em;
        border-radius: 50%;
        box-shadow: 1px 3px 1px rgba(150, 150, 150, .7);
        width: 140px;
        height: 140px
    }
    #wp-hosting .tab-list .selected a:focus {
        outline: 0
    }
    #wp-hosting .tab-list .selected a:before {
        border-top: 0;
        border-right: 1em solid transparent;
        border-bottom: 1em solid #fff;
        border-left: 1em solid transparent;
        margin: 0 0 0 -1em;
        top: auto;
        right: auto;
        bottom: -30px;
        left: 50%
    }
    #wp-hosting .biz-tab {
        padding-top: 12px;
        margin-bottom: 5%
    }
    #wp-hosting .tab-list.expanded .selected a:before {
        border-bottom: 1em solid #fff
    }
}

#wp-hosting img {
    margin-left: auto;
    margin-right: auto
}

#great-bundle .col-custom,
#wp-hosting .col-custom {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 50%
}

#great-bundle .col-custom:last-child,
#wp-hosting .col-custom:last-child {
    width: 100%
}

#great-bundle .col-custom img,
#wp-hosting .col-custom img {
    display: block;
    margin: 20px auto 4px
}

#great-bundle .col-custom p span,
#wp-hosting .col-custom p span {
    display: block;
    font-weight: 800
}

@media (min-width:992px) {
    #wp-hosting .container-fluid.first {
        padding: 3em 0
    }
    #wp-hosting .first .lead h4 {
        font-size: 2em;
        font-family: "Brandon Grotesque Bold", sans-serif
    }
    #wp-hosting .row-wrapper img {
        max-width: 200px;
        width: 100%
    }
    #wp-hosting .mts {
        background: #f1f8f5
    }
    #wp-hosting .row-wrapper.header {
        background: #ACD8C0;
        padding: 5px 0 0
    }
    #wp-hosting .mts-header h1 {
        font-size: 3em;
        margin-bottom: 1.5%;
        color: #fff
    }
}

#wp-hosting .row-wrapper {
    padding: 0;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat
}

body#why {
    background: #FED284
}

#why #tabs {
    background-color: #fff
}

@media (max-width:991px) {
    #why #tabs {
        margin-bottom: 20px
    }
    #why #tabs .tabs-wrapper .nav-tabs {
        display: none
    }
}

#why #tabs .header h1 {
    font-size: 2.5em;
    color: #FFAB42;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 2%
}

#why #tabs .header p {
    color: #272727
}

#why #tabs .tabs-wrapper {
    margin-top: 5%
}

#why #tabs .tabs-wrapper .nav-tabs {
    border-bottom-color: #fff;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px
}

#why #tabs .tabs-wrapper .nav-tabs li {
    float: none;
    display: inline-block;
    text-transform: uppercase
}

#why #tabs .tabs-wrapper .nav-tabs li.active a {
    color: #fda12f;
    border-top: 1px solid #fda12f;
    border-left: 1px solid #fda12f;
    border-right: 1px solid #fda12f;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid #fff!important
}

#why #tabs .tabs-wrapper .nav-tabs li.active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: auto;
    left: 1px;
    bottom: -1px
}

#why #tabs .tabs-wrapper .nav-tabs li a {
    color: #888;
    border: 0;
    padding: 10px 20px;
    -webkit-transition: color .25s linear;
    -moz-transition: color .25s linear;
    -ms-transition: color .25s linear;
    -o-transition: color .25s linear;
    transition: color .25s linear
}

#why #tabs .tabs-wrapper .nav-tabs li a:hover {
    color: #FFAB42;
    background-color: #fff;
    border-bottom: 2px solid rgba(247, 148, 29, .39)
}

#why #tabs .tabs-wrapper .tab-content {
    padding-top: 60px;
    border-top: thin solid #FFAB42
}

#why #tabs .tabs-wrapper .tab-content .tab-pane {
    height: 325px
}

#why #tabs .tabs-wrapper .tab-content .tab-pane .info h4 {
    color: #fda12f;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 25px;
    margin-top: 0
}

#why #tabs .tabs-wrapper .tab-content .tab-pane .info p {
    color: #272727;
    margin-top: 2px;
    width: 83%;
    font-weight: 400
}

#why #tabs .tabs-wrapper .tab-content .tab-pane .info a {
    color: #FFAB42;
    text-decoration: underline
}

@media (max-width:991px) {
    #why #tabs .tabs-wrapper .tab-content .tab-pane {
        display: block!important;
        opacity: 1;
        filter: alpha(opacity=100);
        height: auto;
        text-align: center;
        margin-bottom: 70px
    }
    #why #tabs .tabs-wrapper .tab-content .tab-pane .info {
        margin-bottom: 35px
    }
    #why #tabs .tabs-wrapper .tab-content .tab-pane .info p {
        margin: 0 auto;
        width: 95%
    }
}

#why #tabs .tabs-wrapper .tab-content .tab-pane .image img {
    display: inline-block;
    margin: 0 auto
}

#why #first-option {
    padding: 2.5% 0;
    background: #F7F8F3;
    background: -moz-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F8F3), color-stop(.27, #e0f0e8), color-stop(.5, #d8ecee), color-stop(.8, #cae5e8), to(#A7D4D8));
    background: -o-linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    background: linear-gradient(#F7F8F3 0, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#F7F8F3', endColorstr='#A7D4D8', GradientType=0)
}

#why #grid-second,
#why #second-option {
    background: #fff;
    padding: 20px 0
}

#why #grid-second h6,
#why #second-option,
#why #third-option {
    font-size: 1.5em
}

#why #grid-second h3,
#why #second-option,
#why #third-option {
    font-size: 2em
}

#why #grid-second p,
#why #second-option,
#why #third-option {
    font-size: inherit
}

@media (max-width:991px) {
    #why #first-option {
        padding-top: 50px
    }
}

#why #first-option .header h1,
#why #second-option .header h1 {
    font-size: 3em
}

@media (max-width:767px) {
    #why #first-option,
    #why #grid-second .header {
        padding-bottom: 10em
    }
    #why #first-option .header h1,
    #why #second-option .header h1 {
        font-size: 2em
    }
    #why #grid-second .header,
    #why #tabs .tabs-wrapper .tab-content {
        padding-top: 60px;
        border-top: thin solid #fff
    }
}

#why #first-option .header p,
#why #second-option .header p {
    font-weight: 300;
    color: #272727
}

#why #first-option .tenet,
#why #second-option .tenet {
    padding-top: 50px;
    -webkit-font-smoothing: antialiased
}

@media (min-width:992px) {
    #why #first-option .tenet.backwards .info {
        float: right
    }
    #why #first-option .tenet.backwards .image {
        float: left
    }
    #why #first-option .tenet.backwards .image img {
        margin: 0 auto
    }
    #why #grid-second .features .tenet img {
        float: left
    }
}

#why #first-option .tenet .info h4,
#why #second-option .tenet .info h4 {
    color: #272727;
    font-family: "Brandon Grotesque Bold", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    line-height: 25px;
    margin-top: 35px
}

#why #first-option .tenet .info p,
#why #second-option .tenet .info p {
    margin-top: 20px;
    line-height: 24px;
    width: 83%;
    color: #272727;
    font-weight: 400
}

@media (max-width:991px) {
    #why #first-option .tenet,
    #why #second-option .tenet {
        padding-top: 10px
    }
    #why #first-option .tenet .info h4,
    #why #second-option .tenet .info h4 {
        text-align: center
    }
    #why #first-option .tenet .info p,
    #why #second-option .tenet .info p {
        text-align: center;
        width: 100%
    }
    #why #first-option .tenet .image img {
        margin: 20px auto 0!important
    }
}

#why #first-option .divider {
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: relative;
    margin: 70px 0 60px
}

#why #first-option .divider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .75)), color-stop(.5, rgba(250, 250, 250, 0)), color-stop(1, rgba(255, 255, 255, .75)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%);
    background-image: linear-gradient(left, rgba(255, 255, 255, .75) 0, rgba(250, 250, 250, 0) 50%, rgba(255, 255, 255, .75) 100%)
}

@media (max-width:991px) {
    #why #first-option .divider {
        margin: 55px 0 35px
    }
    #why #first-option {
        margin-top: 15px
    }
}

#why #first-option .tenet {
    margin-bottom: 130px
}

#why #first-option .tenet.last .image img {
    margin-left: 70px
}

#why #first-option .tenet img {
    border-radius: 0
}

#why #second-option .tenet img {
    max-width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

@media (max-width:991px) {
    #why #first-option .tenet {
        margin-bottom: 50px
    }
    #why #second-option .tenet {
        margin-bottom: 25px
    }
    #why #second-option .tenet img {
        display: block;
        margin: 0 auto
    }
    #why #second-option .tenet strong {
        text-align: center
    }
}

#why #second-option .tenet .icon {
    font-size: 32px;
    color: #4187ba
}

#why #second-option .tenet strong {
    display: block;
    font-weight: 400;
    color: #FFAB42;
    margin-top: 15px
}

#why #second-option .tenet p {
    font-weight: 400;
    color: #272727;
    margin-top: 10px;
    line-height: 24px
}

#grid-third {
    background: #F7F8F3;
}

section#grid-third h1 {
	margin-top:0;
}
.testi-client>ul li {
    background-color: #FDA12F;
    border: 8px solid #FDA12F;
    border-radius: 50%;
    padding: 0;
    margin: 10px 20px
}

.testi-client>ul li>img {
    opacity: .6;
    filter: alpha(opacity=10);
    border-radius: 50%
}

.testi-client>ul li.clients-active>img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.testi-client>ul li:focus>img,
.testi-client>ul li:hover>img {
    opacity: 1;
    filter: alpha(opacity=60)
}

.testi-client>ul li.clients-active:focus>img,
.testi-client>ul li.clients-active:hover>img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.testi-client i {
    font-size: 30px;
    margin: 10px 0;
    color: #ffab42
}

span.testi-client.title,
.testi-client .title {
    color: #272727;
	font-size:18px;
}

.clients-title {
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    background: #ffab42;
    margin: 0;
    padding: 1.5%;
    border-radius: 5px;
    position: relative
}

.clients-title:after {
    position: absolute;
    content: '';
    top: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: 10px solid #ffab42;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent
}

.star-line {
    height: 20px;
    width: 60%;
    position: relative
}

.star-line .line-pre {
    left: 0;
    background-image: -webkit-gradient(linear, 0 top, 70% top, from(transparent), to(#FDA12F));
    background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(#FDA12F 70%));
    background-image: -moz-linear-gradient(left, transparent 0, #FDA12F 70%);
    background-image: linear-gradient(to right, transparent 0, #FDA12F 70%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=1)
}

.star-line .line-after {
    right: 0;
    background-image: -webkit-gradient(linear, 30% top, 100% top, from(#FDA12F), to(transparent));
    background-image: -webkit-linear-gradient(left, color-stop(#FDA12F 30%), color-stop(transparent 100%));
    background-image: -moz-linear-gradient(left, #FDA12F 30%, transparent 100%);
    background-image: linear-gradient(to right, #FDA12F 30%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00000000', GradientType=1)
}

#careers .how-about,
#jobs {
    background: #F6F1E5
}

.star-line .line-after,
.star-line .line-pre {
    display: block;
    height: 1px;
    position: absolute;
    width: 42%;
    top: 9px
}

.star-line .icons {
    display: block;
    width: 82px;
    margin: 0 auto
}

.icons .glyphicon,
.star-line .icons .glyphicon {
    color: #FDA12F;
    float: left;
    margin-left: 5px;
    margin-right: 5px
}

.star-line .icons:after,
.star-line .icons:before {
    content: " ";
    display: table
}

.star-line .icons:after {
    clear: both
}

.icons .glyphicon {
    font-size: 18px;
    display: block
}

.star-line .icons .glyphicon:first-child,
.star-line .icons .glyphicon:last-child {
    margin-top: 2px
}

.star-line .icons .glyphicon {
    font-size: 18px;
    display: block
}

.client,
.client:hover,
.testi-client>ul li,
.testi-client>ul li img,
.testi-client>ul li:hover,
.testi-client>ul li:hover img {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s
}

.star-line {
    margin: 30px auto
}

#why #grid-second .header {
    padding-top: 20px;
    margin-bottom: 35px
}

#jobs,
.how-about h2.text-center {
    padding-top: 2.5%
}

#why #grid-second .header h3 {
    font-family: "Klinic Slab Light", serif;
    font-size: 2em;
    color: #FFAB42;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 7px
}

@media (max-width:991px) {
    #why #grid-second {
        margin-top: 50px
    }
    #why #grid-second .header h3 {
        text-align: center
    }
}

#why #grid-second .header p {
    font-weight: 400;
    color: #272727;
    line-height: 24px;
    margin-top: 15px
}

@media (max-width:991px) {
    #why #grid-second .header p {
        margin: 0 auto;
        width: 90%;
        text-align: center
    }
}

#why #grid-second .features {
    margin-bottom: 20px
}

@media (max-width:991px) {
    #why #grid-second .features .tenet {
        text-align: center;
        margin-bottom: 30px
    }
}

#why #grid-second .features .tenet img {
    max-width: 200px;
    position: relative;
    top: 10px;
    width: 20%
}

@media (min-width:992px) {
    #why #grid-second .features .tenet .info {
        float: left;
        width: 60%;
        margin-left: 20px
    }
}

#why #grid-second .features .tenet .info strong {
    display: block;
    font-weight: 500;
    color: #444;
    margin-top: 15px
}

#why #grid-second .features .tenet .info p {
    font-weight: 400;
    color: #272727;
    margin-top: 10px;
    line-height: 24px
}

#accordion h4,
#careers .section-1 header,
#jobs header {
    color: #FFAB42
}

#accordion h4 {
    position: relative;
    margin: 0;
    padding: 13px 0 16px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1em;
    border-bottom: 1px solid #FFAB42;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    font-family: "Brandon Grotesque Black", sans-serif;
    text-transform: uppercase;
    outline: 0
}

#accordion h4 span {
    font-family: "Brandon Grotesque Bold", sans-serif;
    color: #272727;
    text-transform: none
}

#accordion h4 span span {
    font-family: "Brandon Grotesque", sans-serif;
    font-weight: 400;
    text-transform: none
}

#accordion h4.ui-accordion-header-active,
#accordion h4:hover {
    color: #FDA12F;
    border-bottom: 1px solid #FFAB42
}

#accordion h4:before {
    content: '+';
    position: absolute;
    top: 13px;
    right: 0;
    width: 23px;
    height: 23px;
    font-weight: 300;
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    background-color: #FFAB42
}

#accordion h4.ui-accordion-header-active:before {
    content: '-';
    padding-top: 3px;
    line-height: 17px;
    background-color: #FDA12F;
    color: #fff
}

#cd-timeline::before,
.cd-container::after {
    content: ''
}

#accordion ul {
    margin: 2.5% auto
}

#accordion p span,
#accordion ul span {
    font-family: "Brandon Grotesque Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto
}

.cd-container::after {
    display: table;
    clear: both
}

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em
}

#cd-timeline::before {
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #ffdfb8
}

.cd-timeline-block:after,
.cd-timeline-content:after {
    content: "";
    clear: both
}

@media only screen and (min-width:1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0
}

.cd-timeline-block:after {
    display: table
}

.cd-timeline-block:first-child {
    margin-top: 0
}

.cd-timeline-block:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:1170px) {
    .cd-timeline-block {
        margin: 4em 0
    }
    .cd-timeline-block:first-child {
        margin-top: 0
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0
    }
}

h1.timeline-content {
    font-family: "Klinic Slab", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    padding-top: 10px
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05)
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px
}

.cd-timeline-img.cd-picture {
    background: #75ce66
}

.cd-timeline-img.cd-movie {
    background: #d95858
}

.cd-timeline-img.cd-location {
    background: #ffab42
}

@media only screen and (min-width:1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 .6s;
        -moz-animation: cd-bounce-1 .6s;
        animation: cd-bounce-1 .6s
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(.5)
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2)
    }
    100% {
        -moz-transform: scale(1)
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #d95858;
    border-radius: .25em;
    padding: 1em;
    box-shadow: 0 3px 0 #ad4545
}

.cd-timeline-content:after {
    display: table
}

.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more,
.hint,
[data-hint] {
    display: inline-block
}

.cd-timeline-content h2 {
    color: #303e49
}

.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more,
.cd-timeline-content p {
    font-size: .8125rem
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #fff;
    border-radius: .25em
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: 1
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #d95858
}


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

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 .6s;
        -moz-animation: cd-bounce-2 .6s;
        animation: cd-bounce-2 .6s
    }
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse .6s;
        -moz-animation: cd-bounce-2-inverse .6s;
        animation: cd-bounce-2-inverse .6s
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px)
    }
    100% {
        -moz-transform: translateX(0)
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

#legal .content-head.text-center {
    padding-top: 40px
}

body#legal h3 {
    font-size: 24px
}

body#legal h6 {
    margin-top: 2em
}

#legal ol li a {
    text-decoration: underline
}

ol.alpha,
ol.numeric {
    list-style-type: lower-alpha;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px
}

ol.alpha>li,
ol.numeric>li {
    font-family: Vollkorn, serif!important;
    margin-top: 1em!important
}

ol.terms-header,
ol.numeric>li {
    list-style-type: decimal
}

ol.terms-header li {
    font-family: "Brandon Grotesque Bold", sans-serif;
    margin-top: 2em
}

.hint,
[data-hint] {
    position: relative
}

.hint:after,
.hint:before,
[data-hint]:after,
[data-hint]:before {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0
}

.hint--always:after,
.hint--always:before,
.hint:focus:after,
.hint:focus:before,
.hint:hover:after,
.hint:hover:before,
[data-hint]:focus:after,
[data-hint]:focus:before,
[data-hint]:hover:after,
[data-hint]:hover:before {
    opacity: 1;
    visibility: visible
}

.hint:hover:after,
.hint:hover:before,
[data-hint]:hover:after,
[data-hint]:hover:before {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.hint:before,
[data-hint]:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001
}

.hint:after,
[data-hint]:after {
    content: attr(data-hint);
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 1em;
    line-height: 12px;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}

[data-hint='']:after,
[data-hint='']:before {
    display: none!important
}

.hint--top:before {
    border-top-color: #383838;
    margin-bottom: -12px
}

.hint--bottom:before {
    border-bottom-color: #383838;
    margin-top: -12px
}

.hint--top:after {
    margin-left: -18px
}

.hint--top:after,
.hint--top:before {
    bottom: 100%;
    left: 50%
}

.hint--top:focus:after,
.hint--top:focus:before,
.hint--top:hover:after,
.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--bottom:after {
    margin-left: -18px
}

.hint--bottom:after,
.hint--bottom:before {
    top: 100%;
    left: 50%
}

.hint--bottom:focus:after,
.hint--bottom:focus:before,
.hint--bottom:hover:after,
.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--right:before {
    border-right-color: #383838;
    margin-left: -12px;
    margin-bottom: -6px
}

.hint--right:after {
    margin-bottom: -14px
}

.hint--right:after,
.hint--right:before {
    left: 100%;
    bottom: 50%
}

.hint--right:focus:after,
.hint--right:focus:before,
.hint--right:hover:after,
.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--left:before {
    border-left-color: #383838;
    margin-right: -12px;
    margin-bottom: -6px
}

.hint--left:after {
    margin-bottom: -14px
}

.hint--left:after,
.hint--left:before {
    right: 100%;
    bottom: 50%
}

.hint--left:focus:after,
.hint--left:focus:before,
.hint--left:hover:after,
.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0 #592726
}

.hint--error.hint--top:before {
    border-top-color: #b34e4d
}

.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.hint--error.hint--left:before {
    border-left-color: #b34e4d
}

.hint--error.hint--right:before {
    border-right-color: #b34e4d
}

.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0 #6c5328
}

.hint--warning.hint--top:before {
    border-top-color: #c09854
}

.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854
}

.hint--warning.hint--left:before {
    border-left-color: #c09854
}

.hint--warning.hint--right:before {
    border-right-color: #c09854
}

.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0 #193b4d
}

.hint--info.hint--top:before {
    border-top-color: #3986ac
}

.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac
}

.hint--info.hint--left:before {
    border-left-color: #3986ac
}

.hint--info.hint--right:before {
    border-right-color: #3986ac
}

.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0 #1a321a
}

.hint--success.hint--top:before {
    border-top-color: #458746
}

.hint--success.hint--bottom:before {
    border-bottom-color: #458746
}

.hint--success.hint--left:before {
    border-left-color: #458746
}

.hint--success.hint--right:before {
    border-right-color: #458746
}

.hint--always.hint--top:after,
.hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--bottom:after,
.hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--left:after,
.hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--always.hint--right:after,
.hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--rounded:after {
    border-radius: 4px
}

.hint--no-animate:after,
.hint--no-animate:before {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    transition-duration: 0
}

.hint--bounce:after,
.hint--bounce:before {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}

#every-plan {
    margin: 20px auto
}

#every-plan .row-wrapper {
    padding: 30px 0;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat
}

#every-plan img {
    margin: 20px auto 4px
}

#products .products-image {
    display: block;
    background: rgba(255, 255, 255, 0);
    -pie-background: rgba(255, 255, 255, 0);
    left: 310px;
    top: 168px;
    z-index: 22;
    position: absolute;
    overflow: hidden
}

#products .hero-image-container {
    border-style: none;
    width: 48px;
    height: 28px;
    border-radius: 0
}

.strikethrough-green:before,
.strikethrough-orange:before {
    border-top: 5px solid;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    content: "";
    left: 0;
    top: 50%;
    right: 0
}

.strikethrough-green {
    position: relative
}

.strikethrough-green:before {
    position: absolute;
    border-color: #60b586;
    transform: rotate(-30deg)
}

.strikethrough-orange {
    position: relative
}

.strikethrough-orange:before {
    position: absolute;
    border-color: #FDA12F;
    transform: rotate(-30deg)
}

.strikethrough-blue {
    position: relative
}

.strikethrough-blue:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 5px solid;
    border-color: #439AA9;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.dedicated-blurb {
    padding: 20px 0;
    background: #eda1a1
}

.icon-shapes-orange img {
    position: absolute;
    top: calc(-66px / 2);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    width: 96px
}

.dedicated-box {
    border: 1px solid #D95858;
    border-radius: 6px;
    background: #fff;
    padding: 20px;
    position: relative
}

.center-block.col-md-12.dedicated-box {
    float: none
}

.thumbnail.pad {
    padding: 5%
}

.thumbnail.pad a:link,
.thumbnail.pad a:visited {
    color: #272727
}

.thumbnail.pad a:focus,
.thumbnail.pad a:hover,
.thumbnail.pad.orange a:focus,
.thumbnail.pad.orange a:hover {
    color: #ffab42
}

.thumbnail.pad.green {
    border-color: #60b586;
    background: #fff
}

.thumbnail.pad.orange {
    border-color: #ffab42;
    background: #fff;
    color: #272727
}

.thumbnail.pad.blue {
    border-color: #439AA9;
    background: #fff
}

section#business .img-half,
section#cmh .img-half,
section#shared .img-half {
    width: 50%
}

li.package {
    list-style-type: none
}

.modal_link {
    font-family: "Vollkorn", serif;
    color: #FFAB42;
    background: none;
    border: transparent;
    display: inline-block;
    text-decoration: underline;
    font-weight: 700;
    outline: none
}

.aso.modal-header {
    border-bottom: 1px solid #fff;
    padding: 25px 20px!important
}

.aso.modal-header p {
    margin: 2% 5% 0
}

.aso.modal-footer {
    border-top: 1px solid #fff
}

.modal-title {
    font-family: "Klinic Slab Light", serif;
    font-weight: 700;
    color: #FFAB42;
    font-size: 2em
}

.modal-header .close {
    outline: none;
    margin-top: -22px;
    font-size: 2em
}

.modal.container {
    top: 100px;
    width: 90%
}

#green .intro.intro-alt {
    background: #7eb80e;
	padding:0px;
}

#green .carousel-box p {
    color: #fff;
}

#green .section-links h2,
#green .main-content h2.text-center {
	font-family: "Brandon Grotesque Bold", sans-serif;
	margin-top:0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

#green .second-option h2 {
	font-family:"Klinic Slab", serif;
	color:#6CA827;
	font-style:italic;
	font-size:24px;
	line-height:1.25;
}


#green .third-option h4{
	font-family: "Brandon Grotesque", sans-serif;	
}

#green .star-line .line-pre {
    left: 0;
    background-image: -webkit-gradient(linear, 0 top, 70% top, from(transparent), to(#6CA827));
    background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(#6CA827 70%));
    background-image: -moz-linear-gradient(left, transparent 0, #6CA827 70%);
    background-image: linear-gradient(to right, transparent 0, #6CA827 70%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=1)
}

#green .star-line .line-after {
    right: 0;
    background-image: -webkit-gradient(linear, 30% top, 100% top, from(#6CA827), to(transparent));
    background-image: -webkit-linear-gradient(left, color-stop(#6CA827 30%), color-stop(transparent 100%));
    background-image: -moz-linear-gradient(left, #6CA827 30%, transparent 100%);
    background-image: linear-gradient(to right, #6CA827 30%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00000000', GradientType=1)
}

#green .star-line .icons i.glyphicon.fa.fa-tree {
	color:#6CA827;
}

#green .content-box h3{
	font-family: "Klinic Slab", serif;
	font-style: italic;
	line-height:5;
	margin:0 auto;
}

#green .third-option {
	margin-bottom:1em;
}
#green .third-option p {
    font-family: "Brandon Grotesque", san-serif;
    text-align: center;
	line-height:1;
}

#green .third-option p span{
    font-family: "Brandon Grotesque Bold", san-serif;
	font-size:2em;
	display:block;
	color:#6CA827;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	line-height:1.5;

}

#green .section-links p {
	margin:0 5% 2em;
}

@media (min-width:992px) {
	content-box {
		margin-top:5%
	}
	
	.content-box h3{
	line-height:6;
}
}