a.title:link {
    color: #000044;
    text-align: left;
    text-decoration: none;
}

a.title:hover, a:active {
    color: #0000FF;}

a.domain:link{
    color: #008000;
    text-align: left;
    text-decoration: none;
    font-size:14px;
}

a.domain:hover, a:active {
    color: #00aa00;}


.relatedLinks {


}

#checkoutbutton {
    background-color: #cccccc;
    border-radius:4px;
    border: 1px solid #cccccc;
    padding: 6px 5px 5px 5px;
    font-weight:bold;
    width:100px;
    color:#777777;
}
#checkoutbutton:hover {
    border: 1px solid #444444;
    color: #444444;
}
.widget {
    width:100%;
    clear:both;
}
.largecontainer {
    width:100%;
    overflow: hidden;
}
.hero-image {
    box-sizing: border-box;
    min-height:150px;
    height:450px;
    display:block;
    background-image: url('/templates/ph/images/std/herobanner.jpg');
    background-size:cover;
    background-position: 50% 90%;
    margin:0px;
}
.hero-gradient {
    background: linear-gradient(to bottom, #0277bd 10%, rgba(48,141,214,0) 100%);
    height:90%;
}
.menubackground {
    width:100%;
    background-color:#0277bd;
    position:fixed;
    padding:15px 15px 15px 15px;
    height:20px;
    z-index:2000;
}

.headingcontainer {
    padding: 100px 10px 30px 0px;
    width:400px;
float:right;
}

h1.page-title {
    font-family: 'Montserrat', Arial, sans-serif;
    color: white;
    font-size: 24px;
    letter-spacing: 0px;
    margin-bottom: 40px;
    text-shadow: 1px 4px 0px rgba(0,0,0,0.15);
}

.regbutton {
    display: inline-block;
    border-radius: 4px;
    background-color: #689F38;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    width: 50px;
    transition: all 0.5s;
    cursor: pointer;
    padding:5px 0px 5px 0px;
    margin-top:-5px;
}

.regbutton span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.regbutton span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.regbutton:hover span {
    padding-right: 25px;
}

.regbutton:hover span:after {
    opacity: 1;
    right: 0;
}

.domaininput {
    width:250px;
    border-radius: 4px;
    margin:0px 5px 0px 0px;
    font-size: 14px;
    color:#888888;
    padding:5px 0px 5px 5px;
}
#container {
    display:table;
    width:100%;
    display: inline-block;
}
.columns1 {
    display:table-cell;
    width:28%;
    text-align:left;
    padding:0px 30px 0px 30px;
}
.bordercontainer {
    text-align:center;
    margin:0px;
}
.borderline {
    border-style: solid;
    border-color: #eeeeee;
    border-width: 1px;
    margin: 50px;
}
.article2 {
    padding:30px 00px 0px 50px;
    display: inline-block;
}
.article3 {
    background-color:#f8f8ff;
}
.getph {
    display: inline-block;
    border-radius: 4px;
    background-color: #689F38;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight:bold;
    width: 270px;
    transition: all 0.5s;
    cursor: pointer;
    padding:17px 0px 17px 0px;
    margin-top:30px;
}
.getph:hover {
    background-color: #487F18;
}
.footercontainer {
    width:100%;
    background-color:#fff;
}
.footerbanner {
    width:100%;
    text-align:center;
    padding:0px 0px 0px 0px;
}
.footertable {
    display:table;
    padding:30px 50px 0px 50px;
    margin: 0px auto 0px auto;
}
.footercells {
    display:table-cell;
    width:25%;
    text-align:left;
    padding:0px 30px 0px 30px;
}
a.footerlink:link,a.footerlink:visited,a.footerlink:active,a.footerlink:hover {
    color:#fff;
}
p.footerlinks {
    line-height:12px;   
}
p.footerheading {
    font-size:18px;
    font-weight:bold;
    color:#fff;
    line-height:20px;
}
.footerlegalcontainer {
    width:100%;
text-align:center;
}
a.footerlegal:link,a.footerlegal:visited,a.footerlegal:active,a.footerlegal:hover {
    color:#888;
    font-size:12px;
}
