
/**
**/

.plans-content
{
	padding: 20px 0;
}

.hosting-plan.plan-one  .card-section,
.hosting-plan.plan-two  .card-section,
.hosting-plan.plan-three  .card-section,
.hosting-plan.plan-four  .card-section
{
    background: none !important;
}

.hosting-plan.plan-one  .card-section h2,
.hosting-plan.plan-two  .card-section h2,
.hosting-plan.plan-three  .card-section h2,
.hosting-plan.plan-four  .card-section h2{
    padding: 10px 0;
    border-radius: 2px 2px 0 0;
}

.hosting-plan.plan-one .price-container h1 ,
.hosting-plan.plan-two .price-container h1 ,
.hosting-plan.plan-three .price-container h1 ,
.hosting-plan.plan-four .price-container h1 {
    margin: 0;
}

.hosting-plan.plan-one .info-container,
.hosting-plan.plan-two .info-container,
.hosting-plan.plan-three .info-container,
.hosting-plan.plan-four .info-container{
    margin: 0;
}

.hosting-plan.plan-one  .card-section h2{
    background: #3493b3;
}
.hosting-plan.plan-two  .card-section h2{
    background: #2c7c98;
}
.hosting-plan.plan-three  .card-section h2{
    background: #175b73;
}
.hosting-plan.plan-four .card-section h2{
    background: #0e4153;
}

.hosting-plan.plan-one .info-container{
    border-bottom: 1px solid #8EC0DB;
    border-left: 1px solid #8EC0DB;
    border-right: 1px solid #8EC0DB;
}
.hosting-plan.plan-two .info-container{
    border-bottom: 1px solid #8EC0DB;
    border-left: 1px solid #8EC0DB;
    border-right: 1px solid #8EC0DB;
}
.hosting-plan.plan-three .info-container{
    border-bottom: 1px solid #8EC0DB;
    border-left: 1px solid #8EC0DB;
    border-right: 1px solid #8EC0DB;
}
.hosting-plan.plan-four .info-container{
    border-bottom: 1px solid #8EC0DB;
    border-left: 1px solid #8EC0DB;
    border-right: 1px solid #8EC0DB;
}

.hosting-plan.plan-one .info-container.last-info-container,
.hosting-plan.plan-two .info-container.last-info-container,
.hosting-plan.plan-three .info-container.last-info-container,
.hosting-plan.plan-four .info-container.last-info-container{
    border: none !important;
    display: none;
}


.page-template-template-start-page .plans-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-template-template-start-page .plan-note {
	text-align: center !important;
}

/*****************/



.full-width-100{
    margin-top: 50px;
}
.row-fluid-float-none{
    float: none !important;
}
.text-align-center ,
.text-align-center  > *
{
    text-align: center !important;
    margin: 0 auto;
}

.section-two,
.start-page-header {
    display: table;
    text-align: center;
}

.header-textcontent{
    max-width: 720px;
    margin: 0 auto;
}

.start-page-header .header-textcontent .right-text p,
.start-page-header .header-textcontent .left-text h1{
    color: white;
}

.start-page-header .header-textcontent .left-text h1{
    font: 42px/47px "OpenSansLight", sans-serif;
    font-weight: 300;
    margin: 0;
    padding-top: 25px;
}

.start-page-header .header-textcontent .left-text h1 em {
    font: 42px/47px "OpenSansSemibold", sans-serif;
    font-style: italic;
    text-transform: none;
}

.start-page-header .header-textcontent .right-text p{
    font: 20px/30px "OpenSansLight", sans-serif;
    border-left: 1px solid white;
    padding-left: 40px;
    padding-top: 10px;
}

.headline-landing {
    font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;
    /* font-size: 42px; */
    font-size: 2.750rem;
    line-height: 44px;
    font-weight: normal;
    margin: 0 0 12px 0;
    text-align: center;
    text-transform: uppercase;
}

.class-p{
    color: #777777;
    margin: 0 auto 10px;
    font: 16px/30px "Open Sans", sans-serif;
}


/*.section-two>div,*/
.start-page-header .start-header-formtext
{
    display: table-cell;
    vertical-align: middle;
}

.page-template-template-start-page  #home-create-organization-teaser h1.headline-teaser{padding-right: 45px}


.start-page-header .slogan .left-text h1 {
   text-align: right;
    padding-right: 45px;
}

.start-page-header .slogan .right-text {
    margin-left: 0;
}

.span-help-right-links #help-right-links{
    width: 100%;
}

.text-section-two h2{
    padding: 20px 0px;
}
.text-section-two h2 span{
    font-weight: 600;
}

/*.page-template-template-start-page .text-section-two h2 {*/
    /*font-family: 'OpenSansLight', Helvetica, Arial, sans-serif;*/
    /*font-size: 44px;*/
/*}*/
.page-template-template-start-page .text-section-two .width-75{
    font: 16px/30px "Open Sans", sans-serif;
}

.just_a_container .bold-item{
    font-weight: bold;
}

.just_a_container h4{
    font-size: 25px;
    margin-bottom: 25px;
}

.get-more-information div{
    display: table-cell;
    vertical-align: middle;
}
.get-more-information{
    display: table !important;
    height: 250px;
}

.start-header-formtext #new_instance_form_wp_site input#instance_name{
    width: 320px;
}

.start-page-header .start-header-formtext .slogan-fluid {
    padding-bottom: 30px;
    padding-top: 30px;
}

.start-page-header .start-header-formtext .slogan-fluid .right-text p {
    width: auto;
}

.width-75{
    max-width: 550px;
    font-size: 16px;
}

#help-right-links li:last-of-type{
    border-bottom: none;
}

.start-page-header{
    height: 1103px;
    margin-top: -50px;
}

.page-template-template-start-page .hosting-plan .price-container h1
{
	font-size: 50px;
}

.page-template-template-start-page .price-container
{
	padding: 30px 0;
}


@media screen and (max-width: 1400px) {
    .start-page-header{
        height: 600px;
    }
}

@media screen and (max-width: 1024px) {
    .start-page-header{
        height: 430px;
        margin-top: -50px;
    }

    .start-header-formtext #new_instance_form_wp_site input#instance_name {
        width: 240px;
    }
}


@media screen and (max-width: 980px) {
    .page-template-template-start-page #home-create-organization-teaser .container .widget-wrapper {
        margin-top: 0px;
        padding-top: 0px;
        border-top: none
    }

}

@media screen and (max-width: 768px) {

    .start-page-header .start-header-formtext .slogan-fluid .right-text p{
        padding-top: 0;
        margin: 0 auto;
        width: 70%;
    }

    .start-header-formtext #new_instance_form_wp_site input#instance_name{
        width: 100%;
    }

    .start-page-header .header-textcontent .headline-separator{
        display: block;
        width: 100px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .start-page-header .slogan .left-text h1{
        padding-right: 0;
    }

    .start-page-header .header-textcontent .right-text p{
        padding-left: 0;
        border: none;
    }

    .start-header-formtext .slogan-fluid .left-text h1,
    .start-header-formtext .slogan-fluid .right-text p
    {
        text-align: center;

    }

    .start-header-formtext .slogan-fluid .right-text,
    .start-header-formtext .slogan-fluid .left-text
    {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .start-header-formtext #new_instance_form_wp_site input#instance_name{
        width: 50%;
    }
}

@media screen and (max-width: 760px) {

    .span-help-right-links #help-right-links li{
        width: 100%;
    }

    .section-price-plans .hosting-plan .card{
        margin: 0px
    padding: 10px;
        width: 100%;
    }

    .just_a_container h4{
        text-align: center;
    }

    .just_a_container{
        padding: 0px 10px;
    }
    .section-price-plans .hosting-plan .card .card-section{
        padding: 15px 10px;
    }


    .start-page-header .header-textcontent .right-text p{
        border-left: none;
    }
    .start-page-header .header-textcontent .right-text p,
    .start-page-header .header-textcontent .left-text h1{
        text-align: center;
    }

    /*.start-header-formtext #new_instance_form_wp_site input#instance_name{*/
        /*width: auto;*/
    /*}*/

    .start-page-header .slogan .left-text h1 {
        padding-left: 0;
        padding-right: 0;
    }

    .start-page-header .slogan .right-text p {
        padding-left: 0;
    }

    .page-template-template-start-page .section-price-plans .plan-note {
        padding-left: 10px;
    }

}
@media screen and (max-width: 640px) {

    .start-page-header .header-textcontent .left-text h1 {
        font-size: 18px;
    }

    .start-page-header .header-textcontent .left-text h1 em {
        font-size: 18px;
    }

    .start-page-header .start-header-formtext .slogan-fluid .right-text p  {
        font-size: 18px;
    }

    .start-page-header .header-textcontent .headline-separator{
        margin-top: 0px;
    }
}

@media screen and (min-width: 960px) {
    .row-fluid-no-margin,
    .span-no-margin{
        margin: 0 !important;
    }
    .section-two,
    .section-information{
        padding: 50px 0px;
    }
}

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

    .start-page-header .create-organization-form
    {
        width: 720px;
    }



    .just_a_container{
        max-width: 90%;
    }

    .section-two {
        min-height: 220px;
    }
}

@media screen and (max-width: 480px) {

    .get-more-information div{
        display: block;
        /*vertical-align: middle;*/
    }

    .span-no-margin.get-more-information h2{
        margin-top: 25px;
    }
    .span-no-margin.get-more-information{
        max-height: 150px;
    }

    .start-page-header .start-header-formtext .slogan-fluid .right-text p {
        width: 80%;
        margin: 0 auto;
    }

    .start-header-formtext .slogan-fluid .right-text{
        padding: 0 !important;
    }
    .widget-wrapper.widget_text.header-textcontent{
        margin-top: 50px;
    }
    .start-page-header .header-textcontent .headline-separator{
        width: 100px;
        margin: 0 auto 0px;
    }
    .width-75{
        width: 90%;
        margin: 0 auto;
    }

    .start-header-formtext #new_instance_form_wp_site input#instance_name{
        width: auto;
    }


    .page-template-template-start-page .just_a_container h4 {
        font-size: 20px;
    }

    .page-template-template-start-page .headline-landing {
        margin: 0;
        font-size: 25px;
    }

    .start-page-header .header-textcontent .right-text p {
        text-align: center;
        font: 12px/18px 'OpenSansRegular', 'sans-serif';
        margin-bottom: 0;
    }

    .start-page-header .header-textcontent .left-text h1,
    .start-page-header .header-textcontent .left-text h1 em {
        font-size:18px;
    }

    .start-page-header .start-header-formtext .slogan-fluid .right-text p {
        font-size: 12px;
        padding-top: 10px;
    }

    .page-template-template-start-page .section-price-plans .plan-note {
        padding: 0 10px 0 10px;
    }
    
    }
     .page-template-template-start-page .hosting-available-plans .plans-content {
        display: block;
    }

   .page-template-template-start-page .hosting-plan .card {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }
    
    .page-template-template-start-page .plans-content {
	
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
  

}

